@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

svg {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

label {
  display: block;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-moz-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

textarea {
  display: block;
}

input,
textarea,
button,
select {
  font: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
}

ul,
ol {
  list-style-type: none;
}

picture,
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 1.5px solid #333333;
  outline-offset: 0px;
}

html,
body {
  overflow-x: clip;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media (prefers-reduced-motion) {
  html {
    scroll-behavior: none;
  }
}

body {
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 2.0833333333vw, 1.125rem);
  background-color: #f4f7fa;
  color: #000;
  letter-spacing: 0;
  line-height: 1.67;
  min-height: 100vh;
}
@supports (min-height: 100svh) {
  body {
    min-height: 100svh;
  }
}

.max-width {
  max-width: 71.4375rem;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: 700;
}

.red {
  color: red;
}

.uppercase {
  text-transform: uppercase;
}

.container {
  background-color: #fff;
}
@media (min-width: 1143px) {
  .container {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3019607843);
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
  }
}

.header {
  background-image: url("../img/header-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(1rem, 3.3854166667vw, 26px) clamp(0.75rem, 2.5vw, 30px) clamp(1rem, 2.5vw, 30px);
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.header .header__topbar {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__topbar .navbar {
  visibility: hidden;
}
@media (min-width: 360px) {
  .header .header__topbar .navbar {
    visibility: visible;
  }
}
.header .header__topbar .navbar a:not(:last-child)::after {
  content: " •";
}
.header .header__content {
  margin: 2rem 0;
}
.header .header__content h1 {
  max-width: 842px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-size: clamp(1.5rem, 4.1666666667vw, 40px);
  line-height: 1.25;
}
.header .header__content p {
  font-family: "Noto Serif", serif;
  font-size: clamp(1.125rem, 3.2552083333vw, 25px);
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
  margin-top: 1rem;
  border-left: 7px solid #349dee;
  padding-left: 12px;
}
.header .header__bottombar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.header .header__bottombar p {
  color: #349dee;
  font-size: clamp(1.125rem, 3.2552083333vw, 25px);
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
.header .header__bottombar a {
  border: 2px solid #f3970d;
  color: #f3970d;
  font-weight: 700;
  font-size: clamp(1.125rem, 3.2552083333vw, 25px);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0.1rem 0.5rem;
  text-transform: capitalize;
  transition: all 200ms ease-in-out;
}
.header .header__bottombar a:hover {
  background-color: #f3970d;
  color: #fff;
}

.footer {
  padding: clamp(48px, 8.203125vw, 63px) 0.5rem;
  max-width: 850px;
  font-size: 14px;
  color: #767676;
  font-family: "Arial", sans-serif;
  text-align: center;
}
.footer__links {
  margin: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.75rem;
}
.footer__links a {
  line-height: 1;
  padding: 0 0.5rem;
  transition: color 200ms ease-in-out;
}
.footer__links a:not(:last-child) {
  border-right: 1px solid #767676;
}
.footer__links a:hover {
  color: #000;
}
.main {
  padding: clamp(1rem, 2.6041666667vw, 20px) clamp(0.75rem, 2.5vw, 30px) clamp(80px, 11.71875vw, 106px);
}
.main .headline {
  font-weight: 700;
  font-size: clamp(25px, 3.90625vw, 35px);
  line-height: 1.45;
  max-width: 1000px;
}
.main .headline-2 {
  font-size: clamp(20px, 2.8645833333vw, 22px);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: clamp(2rem, 5.2083333333vw, 3rem);
}
.main > h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.90625vw, 35px);
  line-height: 1.2;
  margin-top: clamp(2rem, 5.2083333333vw, 3rem);
  max-width: 950px;
}
.main > h2 + h2 {
  margin-top: clamp(1rem, 3.125vw, 1.5rem);
  margin-bottom: 2rem;
}
.main > h2.center {
  margin-top: clamp(3rem, 8.3333333333vw, 70px);
}
.main > h3 {
  font-size: clamp(20px, 2.8645833333vw, 22px);
  margin-top: clamp(2rem, 5.2083333333vw, 3rem);
  line-height: 1.25;
}
.main > p {
  margin-top: 1.25rem;
}
.main .intro {
  background-color: #c5e2ff;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.4rem;
}
.main .text-box {
  margin-top: clamp(2rem, 5.2083333333vw, 3rem);
  background-color: #ff8000;
  color: #fff;
  font-weight: bold;
  font-size: clamp(20px, 2.8645833333vw, 22px);
  padding: 0.5rem 1rem;
}
.main > ul {
  margin-top: 1rem;
}
.main > ul li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: clamp(0.75rem, 2.0833333333vw, 1.25rem);
  line-height: 24px;
}
.main > ul li .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-top: 8px;
}
.main > ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main .letter {
  padding: 1.5rem 1rem;
  margin-top: clamp(1.5rem, 3.90625vw, 2rem);
  background-color: #ffeca6;
  margin-bottom: clamp(2rem, 6.25vw, 4rem);
}
.main .letter > p:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main .letter {
    padding: 40px 32px;
  }
}
.main .letter .image {
  margin-top: 0;
}

.main-button {
  display: grid;
  max-width: 606px;
  margin: clamp(2rem, 5.2083333333vw, 42px) auto 0;
  width: 100%;
  height: auto;
  font-size: clamp(20px, 3.125vw, 28px);
  color: #ffee00;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  background-color: #103ed9;
  padding: 12px;
  border-radius: 100vmax;
  border: 4px solid #0090ff;
  transition: background-color 300ms ease;
}
.main-button:hover {
  background-color: #0090ff;
}

figure.image {
  max-width: 780px;
  margin: clamp(2rem, 6.25vw, 4rem) auto clamp(2rem, 6.25vw, 3rem);
}
figure.image:last-of-type {
  margin-bottom: clamp(2rem, 6.25vw, 4rem);
}
figure.image img {
  max-width: 554px;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
figure.image img.large {
  max-width: 705px;
}
figure.image figcaption {
  text-align: center;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  margin-top: 12px;
}

.comments {
  margin-top: clamp(60px, 9.1145833333vw, 80px);
}
.comments h2 {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(2rem, 5.2083333333vw, 40px);
  margin-bottom: clamp(2rem, 5.2083333333px, 40px);
  padding: 0 0.75rem;
}

.comments-wrapper {
  margin-bottom: clamp(3rem, 8.3333333333vw, 5rem);
}

.comments-container {
  padding: clamp(48px, 8.3333333333vw, 80px) clamp(0.75rem, 2.5vw, 30px) clamp(60px, 9.1145833333vw, 80px);
}
@media (min-width: 1143px) {
  .comments-container {
    border-radius: 17px;
  }
}

.comment:not(:last-child) {
  padding-bottom: clamp(2rem, 5.2083333333vw, 48px);
}
.comment:has(.kom-4) {
  padding-bottom: clamp(1rem, 3.125vw, 28px);
}
.comment .comment__wrapper {
  margin-bottom: 1rem;
}
.comment .comment__wrapper img {
  width: 85px;
  height: 85px;
  margin-right: clamp(10px, 2.0833333333vw, 16px);
  float: left;
  border-radius: 50%;
}
.comment .comment__wrapper .content h4 {
  font-size: clamp(20px, 3.125vw, 24px);
  line-height: 1.25;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.comment > img {
  clear: both;
  display: block;
  width: auto;
  height: clamp(200px, 35.8072916667vw, 350px);
  max-width: 100%;
  margin-bottom: 1rem;
}
.comment > img.kom-4 {
  max-width: 320px;
  transform: scale(0.98);
  transform-origin: top left;
}
.comment > img.kom-2 {
  margin-top: 2rem;
}
.comment .comment__replies {
  margin-top: clamp(2rem, 5.2083333333vw, 48px);
}
@media (min-width: 500px) {
  .comment .comment__replies {
    padding-left: 105px;
    margin-bottom: 1.5rem;
  }
}

.summary__wrapper {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3019607843);
  margin-top: clamp(3rem, 8.3333333333vw, 78px);
  border-top: 5px solid #972e43;
  position: relative;
  padding: clamp(2.5rem, 6.5104166667vw, 64px) 1rem clamp(2rem, 5.46875vw, 42px);
}
@media (min-width: 1143px) {
  .summary__wrapper {
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
  }
}

.cta {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem auto 1rem;
  border: 3px solid #00a037;
  color: #00a037;
  font-weight: 700;
  border-radius: 9px;
  font-size: clamp(1.25rem, 3.2552083333vw, 25px);
  min-height: 67px;
  display: grid;
  place-items: center;
  line-height: 1.3;
  padding: 0.25rem clamp(1rem, 2.6041666667vw, 1.5rem);
  transition: background-color 300ms ease, color 300ms ease;
}
.cta:hover {
  background-color: #00a037;
  color: #fff;
}
@media (min-width: 996px) {
  .cta {
    min-width: 610px;
  }
}

.phone-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem auto 1rem;
  background-color: #fff;
  color: #00a037;
  border: 3px solid #00a037;
  border-radius: 9px;
  font-weight: 700;
  font-size: clamp(1.5rem, 4.1666666667vw, 40px);
  min-height: 67px;
  display: none;
  place-items: center;
  padding: 0.25rem clamp(1rem, 2.6041666667vw, 1.5rem);
  line-height: 1;
}
@media (min-width: 996px) {
  .phone-link {
    min-width: 610px;
  }
}

.summary__content {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}
.summary__content h1 {
  background-color: #972e43;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.75rem, 4.6875vw, 50px);
  padding: 0.2rem clamp(1rem, 2.6041666667vw, 28px);
}
.summary__content img {
  max-width: 450px;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}
.summary__content > p:not(:first-child) {
  margin-top: 1.25rem;
}
.summary__content .info {
  max-width: 600px;
  margin: 1.25rem auto 0;
}
.summary__content .small-text {
  font-size: 15px;
}/*# sourceMappingURL=main.css.map */