@import url("https://p.typekit.net/p.css?s=1&k=gbi7jvw&ht=tk&f=44248.44249.44254.44255&a=104873236&app=typekit&e=css");
@font-face {
  font-family: "VIVITA";
  src: url("./font/VIVITA-Medium.eot");
  src: url("./font/VIVITA-Medium.eot?#iefix") format("embedded-opentype"), url("./font/VIVITA-Medium.woff2") format("woff2"), url("./font/VIVITA-Medium.woff") format("woff"), url("./font/VIVITA-Medium.ttf") format("truetype"), url("./font/VIVITA-Medium.svg#VIVITA-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VIVITA";
  src: url("./font/VIVITA-Light.eot");
  src: url("./font/VIVITA-Light.eot?#iefix") format("embedded-opentype"), url("./font/VIVITA-Light.woff2") format("woff2"), url("./font/VIVITA-Light.woff") format("woff"), url("./font/VIVITA-Light.ttf") format("truetype"), url("./font/VIVITA-Light.svg#VIVITA-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VIVITA";
  src: url("./font/VIVITA-Regular.eot");
  src: url("./font/VIVITA-Regular.eot?#iefix") format("embedded-opentype"), url("./font/VIVITA-Regular.woff2") format("woff2"), url("./font/VIVITA-Regular.woff") format("woff"), url("./font/VIVITA-Regular.ttf") format("truetype"), url("./font/VIVITA-Regular.svg#VIVITA-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VIVITA";
  src: url("./font/VIVITA-Bold.eot");
  src: url("./font/VIVITA-Bold.eot?#iefix") format("embedded-opentype"), url("./font/VIVITA-Bold.woff2") format("woff2"), url("./font/VIVITA-Bold.woff") format("woff"), url("./font/VIVITA-Bold.ttf") format("truetype"), url("./font/VIVITA-Bold.svg#VIVITA-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(174.69deg, #000000 -10.06%, #313131 57.91%, #000000 111.9%);
  min-height: 100vh;
  font-family: "VIVITA";
  color: white !important;
}

main {
  padding-top: 131px;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.sectionWidth {
  max-width: 1160px;
  margin: auto;
}
.sectionWidth.w-100 {
  max-width: inherit;
  width: 100%;
}

h2, h3 {
  margin-top: 0;
  margin-bottom: 50px;
}

h2 {
  text-transform: uppercase;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

header {
  width: 100%;
  padding: 0 40px;
  position: fixed;
  transition: background-color 0.2s;
  z-index: 10;
}
header.sticky {
  transition: all 0.2s;
  background-color: #181818;
}
header.sticky nav {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: padding 0.2s;
}
header.sticky .logo img {
  width: 200px;
  transition: width 0.2s;
}

nav {
  max-width: 1520px;
  padding: 40px 0;
  margin: auto;
  transition: padding 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  z-index: 10;
  line-height: 0;
}
.logo img {
  transition: width 0.2s;
}
.logo a {
  line-height: 0;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 3.2px;
  z-index: 10;
}
.burger span {
  display: block;
  width: 30px;
  height: 3.2px;
  margin-bottom: 5.2px;
  position: relative;
  z-index: 1;
  transform-origin: 0 0;
  transition: 0.4s;
  background-color: white;
}
.burger.is-active span:nth-child(1) {
  transform: translate(4.5px, 0px) rotate(41deg);
  background-color: white;
}
.burger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-15px);
}
.burger.is-active span:nth-child(3) {
  transform: translate(3px, 3.5px) rotate(-42deg);
  background-color: white;
}

.menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.menu li {
  list-style-type: none;
  margin-left: 40px;
  text-transform: uppercase;
}
.menu li:first-child {
  margin-left: 0;
}
.menu li a {
  color: white;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 20px;
  font-weight: 400;
  display: table;
  transition: transform 0.5s;
}
.menu li a:hover, .menu li a:active {
  transform: scale(1.15);
}
.menu li a.active {
  text-decoration: line-through !important;
  transform: scale(1) !important;
}

.menu.active {
  z-index: 9;
  display: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(174.69deg, #000000 -10.06%, #313131 57.91%, #000000 111.9%);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  animation-name: animaceMenuA;
  animation-duration: 0.5s;
}
@keyframes animaceMenuA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu.active li {
  margin: 15px 0;
}
.menu.active li a {
  color: white;
  font-size: 25px;
}

.about h3, .about .button {
  margin-left: 220px;
}
.about .li .number {
  margin-top: -35px;
}
.about b {
  color: #C0C0C0;
}

.li {
  display: flex;
  align-items: flex-start;
}
.li:not(:last-child) {
  margin-bottom: 50px;
}
.li .number {
  font-size: 120px;
  font-weight: 710;
  margin-top: -10px;
  width: 220px;
}
.li .text {
  max-width: 710px;
}
.li .text h3, .li .text p {
  margin-top: 0;
}
.li .text h3 {
  margin-bottom: 20px;
}
.li .text p {
  margin: 0;
}

.cover h2 {
  margin-bottom: 0;
}

.cooperation h2 {
  max-width: 400px;
  margin: auto;
  text-align: center;
}
.cooperation h3, .cooperation p, .cooperation .button {
  position: relative;
  z-index: 1;
}
.cooperation p span {
  margin-left: 10px;
  cursor: pointer;
}
.cooperation p span path {
  transition: stroke 0.5s;
}
.cooperation p span:hover path, .cooperation p span:active path {
  stroke: #6D0000;
}
.cooperation .priceList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cooperation .box {
  max-width: 335px;
  padding: 40px 20px;
  background-color: #292929;
  position: relative;
  box-shadow: -12px 16px 24px -4px rgba(0, 0, 0, 0.26);
}
.cooperation .box::before {
  content: " ";
  display: table;
  position: absolute;
  border-top: 10px solid #6D0000;
}
.cooperation .box::after {
  content: " ";
  display: table;
  position: absolute;
  border-bottom: 10px solid #6D0000;
}
.cooperation .box:first-child {
  margin-top: -50px;
}
.cooperation .box:first-child::before {
  border-right: 10px solid #6D0000;
  width: 90px;
  height: 80px;
  top: -5px;
  right: -5px;
}
.cooperation .box:first-child::after {
  border-left: 10px solid #6D0000;
  width: 220px;
  height: 190px;
  bottom: -5px;
  left: -5px;
}
.cooperation .box:nth-child(2) {
  margin-top: 50px;
}
.cooperation .box:nth-child(2)::before {
  border-left: 10px solid #6D0000;
  width: 250px;
  height: 60px;
  top: -5px;
  left: -5px;
}
.cooperation .box:nth-child(2)::after {
  border-right: 10px solid #6D0000;
  width: 160px;
  height: 260px;
  bottom: -5px;
  right: -5px;
}
.cooperation .box:nth-child(3) {
  margin-top: -30px;
}
.cooperation .box:nth-child(3)::before {
  border-left: 10px solid #6D0000;
  width: 100px;
  height: 200px;
  top: -5px;
  left: -5px;
}
.cooperation .box:nth-child(3)::after {
  border-right: 10px solid #6D0000;
  width: 160px;
  height: 100px;
  bottom: -5px;
  right: -5px;
}
.cooperation h3 {
  color: #C0C0C0;
  text-align: center;
  margin-bottom: 30px;
}

#text {
  display: none;
}

#svg {
  transition: transform 0.5s;
}
#svg.active {
  transform: rotate(-180deg);
}

.page-template-thankyouPage, .error404 {
  background: linear-gradient(190.13deg, #000000 14.1%, #313131 96.76%);
}
.page-template-thankyouPage main, .error404 main {
  min-height: 73vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-thankyouPage .content, .error404 .content {
  text-align: center;
}
.page-template-thankyouPage .content h1, .error404 .content h1 {
  margin: 0;
}
.page-template-thankyouPage .content p, .error404 .content p {
  margin: 30px 0 0 0;
  font-weight: 500;
}
.page-template-thankyouPage .content a, .error404 .content a {
  text-decoration: none;
  border-bottom: 1px solid #6D0000;
  transition: border-color 0.5s;
  font-weight: 500;
}
.page-template-thankyouPage .content a:hover, .page-template-thankyouPage .content a:active, .error404 .content a:hover, .error404 .content a:active {
  border-color: transparent;
}

.error404 .circle::after {
  content: " ";
  width: 80px;
  height: 80px;
  left: auto;
  top: auto;
  bottom: -15px;
  right: -20px;
}

.page-template-thankyouPage .content a {
  display: table;
  margin: 30px auto 0 auto !important;
}
.page-template-thankyouPage .circle::after {
  content: " ";
  width: 80px;
  height: 80px;
  left: auto;
  top: auto;
  bottom: -7px;
  right: auto;
  left: -13px;
}

.page-template-textPage .content p, .page-template-textPage .content li {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin: 20px 0;
}
.page-template-textPage .content ul {
  padding: 0 0 0 20px;
}

.contactForm .wrapper {
  width: 47%;
}
.contactForm p {
  margin: 0;
}
.contactForm .hiden .wpcf7-form-control-wrap {
  height: 0;
  display: block;
  overflow: hidden;
}

input:not([type=submit]), textarea {
  padding: 10px 20px;
  font-size: 20px;
  border: none;
  background: #0B0B0B;
  color: white;
  outline: 0;
  width: 100%;
}
input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder {
  color: white;
}
input:not([type=submit])::placeholder, textarea::placeholder {
  color: white;
}

textarea {
  border-radius: 0 0 45px 0;
}

input:not([type=submit]) {
  border-radius: 0 0 15px 0;
  margin-bottom: 40px;
}

.wpcf7-form-control-wrap:last-child input:not([type=submit]) {
  margin-bottom: 0;
}

.cfBackground {
  display: flex;
  justify-content: space-between;
  background-color: rgba(235, 235, 235, 0.01);
  padding: 40px;
}

.wpcf7-not-valid {
  border: 2px solid #6D0000 !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
  max-width: 700px;
  margin: 30px auto 0;
  font-weight: 400;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #6D0000 !important;
  background: #6D0000 !important;
  color: white !important;
}

footer {
  background-image: url(../images/footer/footerLogo.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 50px 20px;
}
footer p {
  margin: 0;
}
footer a {
  display: table;
  color: white;
  text-decoration: none;
  font-size: 20px;
  margin: 15px auto;
  border-bottom: 1px solid white;
  transition: border-color 0.5s;
}
footer a:hover, footer a:active {
  border-color: rgba(255, 255, 255, 0);
}
footer p, footer a {
  text-align: center;
}
footer .copy {
  margin-top: 20px;
}
footer .copy p {
  font-size: 16px;
}

.faq .questionWrapper {
  background: #292929 !important;
  margin: 50px 0;
  padding: 50px 20px;
  box-shadow: -12px 16px 24px -4px rgba(0, 0, 0, 0.26);
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  width: 100%;
}
.faq .questionWrapper:nth-child(odd)::after {
  content: "";
  width: 55%;
  height: 10px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #6D0000;
}
.faq .questionWrapper:nth-child(even)::after {
  content: "";
  width: 55%;
  height: 10px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #6D0000;
}
.faq .questionWrapper .wrapper {
  flex: 1;
}
.faq .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
  flex: 1;
}
.faq .question span {
  width: 90%;
}
.faq .question .arrow {
  transition: transform 0.5s;
  width: clamp(20px, 3vw, 47px);
}
.faq .question.close .arrow {
  transform: rotate(180deg);
}

.answer p {
  margin: 0;
  padding-top: 20px;
}

.number p {
  font-size: clamp(50px, 6vw, 64px);
  color: #6D0000;
  font-weight: 700;
  margin: 0;
}

/*
.underlineLight, .menu li a, .footerMenu ul li a {
    text-decoration: none;
    color: $light-color;
    display: inline-block;
    position: relative;
}

.underlineLight::after, .menu li a::after, .footerMenu ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: $light-color;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.underlineLight:hover::after, .menu li a:hover::after, .footerMenu ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
*/
.id {
  position: absolute;
  top: -83px;
}

.circle {
  position: relative;
}
.circle::after {
  content: " ";
  width: 110px;
  height: 110px;
  background-color: #6D0000;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  z-index: -1;
  top: -27px;
}

section {
  position: relative;
}
section .sectionWidth {
  position: relative;
}

.sectionName {
  color: rgba(0, 0, 0, 0.35);
  margin: 0;
  transform: rotate(-90deg);
  text-transform: uppercase;
  top: 50%;
  position: absolute;
}
.sectionName.l-370 {
  left: -370px;
}
.sectionName.r-540 {
  right: -540px;
  transform: rotate(90deg);
}
.sectionName.l-450 {
  left: -450px;
  top: 40%;
}
.sectionName.l-420 {
  left: -420px;
}
.sectionName.l-1000 {
  left: -1000px;
  top: 50%;
}
.sectionName.l-670 {
  left: -670px;
}
.sectionName.l-350 {
  left: -350px;
  transform: rotate(-90deg);
  top: 38%;
}
.sectionName.r-230 {
  right: -230px;
  transform: rotate(90deg);
}

.button {
  display: table;
  text-align: center;
  padding: 10px;
  min-width: 210px;
  margin: 40px auto 0;
  border-radius: 0 0 5px 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: lowercase;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.button.primary {
  color: white;
  background-color: #6D0000;
  border: none;
  text-transform: uppercase;
}
.button.primary:hover, .button.primary:active {
  color: #6D0000;
  background-color: white;
}
.button.light {
  color: #6D0000;
  background-color: white;
}
.button.light:hover, .button.light:active {
  color: white;
  background-color: #6D0000;
}
.button.dark {
  color: white;
  background-color: transparent;
  border: 1px solid white;
}
.button.dark:hover, .button.dark:active {
  color: #6D0000;
  background-color: white;
}

.fofam-primary {
  font-family: "VIVITA" !important;
}

.fofam-secondary {
  font-family: "Poppins", sans-serif !important;
}

.f-200 {
  font-size: 200px;
}

.f-128 {
  font-size: 128px;
}

.f-96 {
  font-size: 96px !important;
}

.f-64 {
  font-size: 64px !important;
}

.f-47 {
  font-size: 47px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-37 {
  font-size: 37px !important;
}

.f-36 {
  font-size: 36px !important;
}

.f-35 {
  font-size: 35px !important;
}

.f-34 {
  font-size: 34px !important;
}

.f-33 {
  font-size: 33px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-31 {
  font-size: 31px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-29 {
  font-size: 29px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-27 {
  font-size: 27px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-23 {
  font-size: 23px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-21 {
  font-size: 21px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-19 {
  font-size: 19px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-17 {
  font-size: 17px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-13 {
  font-size: 13px !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.initial {
  text-transform: initial !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100vh;
}

.anchor {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.c-primary {
  color: #6D0000 !important;
}

.c-secondary {
  color: #181818 !important;
}

.c-ternary {
  color: #C0C0C0 !important;
}

.c-light {
  color: white !important;
}

.c-dark {
  color: black !important;
}

.bg-primary {
  background: #6D0000 !important;
}

.bg-secondary {
  background: #181818 !important;
}

.bg-ternary {
  background: #C0C0C0 !important;
}

.bg-light {
  background: white !important;
}

.bg-dark {
  background: black !important;
}

/* MEDIA */
@media (max-width: 1600px) {
  .sectionWidth {
    max-width: 1000px;
  }
  .f-96 {
    font-size: 70px !important;
  }
  .f-64 {
    font-size: 56px !important;
  }
  .f-47 {
    font-size: 38px !important;
  }
  .f-40 {
    font-size: 36px !important;
  }
  .f-38 {
    font-size: 30px !important;
  }
  footer a {
    font-size: 18px;
  }
  input:not([type=submit]), textarea {
    padding: 10px 15px;
    font-size: 18px;
  }
  .li .text h3 {
    margin-bottom: 18px;
  }
  p, .page-template-textPage .content p, .page-template-textPage .content li {
    font-size: 18px;
  }
  .button {
    padding: 10px;
    font-size: 18px;
  }
  .li .number, .f-128 {
    font-size: 100px;
  }
  .sectionName.l-450 {
    left: -320px;
  }
  .sectionName.l-420 {
    left: -390px;
    font-size: 140px;
  }
  .sectionName.l-670 {
    left: -500px;
  }
  .sectionName.l-370 {
    left: -270px;
  }
  .sectionName.r-540 {
    right: -390px;
  }
  .sectionName.r-230 {
    right: -150px;
  }
  .sectionName.l-350 {
    left: -260px;
  }
  .sectionName.l-1000 {
    left: -750px;
  }
  .li .number {
    width: 200px;
  }
  .circle::after {
    content: " ";
    width: 80px;
    height: 80px;
    left: 40px;
    top: -15px;
  }
  .cooperation .box {
    max-width: 300px;
  }
  .about .li .number {
    margin-top: -20px;
  }
  .about h3, .about .button {
    margin-left: 200px;
  }
  input:not([type=submit]) {
    margin-bottom: 35px;
  }
  footer {
    background-size: 350px;
  }
}
@media (max-width: 1280px) {
  main {
    padding-top: 70px;
  }
  .id {
    top: -70px;
  }
  .logo img {
    transition: width 0.2s;
    width: 200px;
  }
  header.sticky .logo img {
    width: 180px;
  }
  header.sticky nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu li a {
    font-size: 18px;
  }
  .sectionName {
    display: none;
  }
}
@media (max-width: 1100px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .f-64 {
    font-size: 50px !important;
  }
  .f-47 {
    font-size: 33px !important;
  }
  .li {
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin: auto;
  }
  .li .number {
    text-align: center;
  }
  .li .text {
    max-width: 710px;
    text-align: center;
  }
  .circle::after {
    width: 70px;
    height: 70px;
    left: 34px;
    top: -15px;
  }
  .cooperation .priceList {
    flex-direction: column;
  }
  .cooperation .box:first-child {
    margin-top: 40px;
  }
  .cooperation .box:nth-child(3) {
    margin-top: 40px;
  }
  .cooperation .box {
    max-width: 700px;
    margin: auto;
  }
  .about h3, .about .button {
    margin-left: auto;
    text-align: center;
  }
  .vision h3 {
    text-align: center;
  }
  footer {
    background-size: 280px;
  }
}
@media (max-width: 900px) {
  .burger {
    display: flex;
  }
  .menu {
    display: none;
  }
  .menu.active {
    display: flex;
  }
  .f-64 {
    font-size: 40px !important;
  }
  .f-47 {
    font-size: 27px !important;
  }
  .f-40 {
    font-size: 30px !important;
  }
  .f-38 {
    font-size: 26px !important;
  }
  input:not([type=submit]), textarea {
    padding: 10px 15px;
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  h2, h3 {
    margin-bottom: 30px;
  }
  section, header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .li .number {
    font-size: 70px;
  }
  .circle::after {
    width: 65px;
    height: 65px;
    left: 20px;
    top: -15px;
  }
  .cfBackground {
    flex-direction: column;
    padding: 40px 20px;
  }
  .contactForm .wrapper {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  input:not([type=submit]), .wpcf7-form-control-wrap:last-child input:not([type=submit]) {
    margin-bottom: 20px;
  }
  footer {
    padding: 20px 20px 60px;
  }
}
@media (max-width: 700px) {
  .f-64 {
    font-size: 35px !important;
  }
  .f-47 {
    font-size: 30px !important;
  }
  .f-38 {
    font-size: 23px !important;
  }
  .faq .questionWrapper {
    flex-direction: column;
    margin: 40px 0;
    align-items: stretch;
    padding: 20px 20px 40px 20px;
    gap: 10px;
  }
  .number {
    text-align: center;
  }
  .circle::after {
    width: 50px;
    height: 50px;
    left: 35px;
    top: -6px;
  }
}
@media (max-width: 450px) {
  .page-template-thankyouPage .f-64 {
    font-size: 32px !important;
  }
  .page-template-thankyouPage .circle::after {
    content: " ";
    width: 60px;
    height: 60px;
    left: auto;
    top: auto;
    bottom: -15px;
    right: auto;
    left: -10px;
  }
  .page-template-textPage .content p, .page-template-textPage .content li {
    font-size: 16px;
  }
  .cfBackground {
    margin-left: -20px;
    margin-right: -20px;
  }
}/*# sourceMappingURL=style.css.map */