@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --bs-accordion-btn-icon-width: 2rem;
}

/*************************
    Colors
*************************/
.display-1 {
  font-size: clamp(3.2rem, 3vw, 6.4rem);
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 1rem;
}

.heading-1 {
  font-size: clamp(3rem, 3vw, 5.6rem);
  line-height: 1.2;
  font-weight: 600;
  padding: 1rem 0;
}

.heading-2 {
  font-size: clamp(2.8rem, 3vw, 3.6rem);
  line-height: 1.2;
  font-weight: 600;
  padding: 1rem 0;
}

.heading-3 {
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 110%;
  font-weight: 600;
  padding: 1rem 0;
}

.heading-4 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 110%;
  font-weight: 600;
  padding: 1rem 0;
}

.pre-heading {
  font-size: 1.4rem;
  line-height: 1.5;
}

.paragraph-large {
  font-size: 2rem;
  line-height: 1.6;
}

.paragraph-1 {
  font-size: 1.8rem;
  line-height: 1.6;
}

.paragraph-2 {
  font-size: 1.6rem;
  line-height: 1.6;
}

.paragraph-3 {
  font-size: 1.4rem;
  line-height: 1.5;
}

.paragraph-small {
  font-size: 1.2rem;
  line-height: 1.5;
}

.m-5 {
  margin: 5rem;
}

.my-5 {
  margin: 5rem 0;
}

.mx-5 {
  margin: 0 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.p-5 {
  padding: 5rem;
}

.py-5 {
  padding: 5rem 0;
}

.px-5 {
  padding: 0 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.m-10 {
  margin: 10rem;
}

.my-10 {
  margin: 10rem 0;
}

.mx-10 {
  margin: 0 10rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mr-10 {
  margin-right: 10rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.ml-10 {
  margin-left: 10rem;
}

.p-10 {
  padding: 10rem;
}

.py-10 {
  padding: 10rem 0;
}

.px-10 {
  padding: 0 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pr-10 {
  padding-right: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pl-10 {
  padding-left: 10rem;
}

.m-20 {
  margin: 20rem;
}

.my-20 {
  margin: 20rem 0;
}

.mx-20 {
  margin: 0 20rem;
}

.mt-20 {
  margin-top: 20rem;
}

.mr-20 {
  margin-right: 20rem;
}

.mb-20 {
  margin-bottom: 20rem;
}

.ml-20 {
  margin-left: 20rem;
}

.p-20 {
  padding: 20rem;
}

.py-20 {
  padding: 20rem 0;
}

.px-20 {
  padding: 0 20rem;
}

.pt-20 {
  padding-top: 20rem;
}

.pr-20 {
  padding-right: 20rem;
}

.pb-20 {
  padding-bottom: 20rem;
}

.pl-20 {
  padding-left: 20rem;
}

.m-30 {
  margin: 30rem;
}

.my-30 {
  margin: 30rem 0;
}

.mx-30 {
  margin: 0 30rem;
}

.mt-30 {
  margin-top: 30rem;
}

.mr-30 {
  margin-right: 30rem;
}

.mb-30 {
  margin-bottom: 30rem;
}

.ml-30 {
  margin-left: 30rem;
}

.p-30 {
  padding: 30rem;
}

.py-30 {
  padding: 30rem 0;
}

.px-30 {
  padding: 0 30rem;
}

.pt-30 {
  padding-top: 30rem;
}

.pr-30 {
  padding-right: 30rem;
}

.pb-30 {
  padding-bottom: 30rem;
}

.pl-30 {
  padding-left: 30rem;
}

.m-40 {
  margin: 40rem;
}

.my-40 {
  margin: 40rem 0;
}

.mx-40 {
  margin: 0 40rem;
}

.mt-40 {
  margin-top: 40rem;
}

.mr-40 {
  margin-right: 40rem;
}

.mb-40 {
  margin-bottom: 40rem;
}

.ml-40 {
  margin-left: 40rem;
}

.p-40 {
  padding: 40rem;
}

.py-40 {
  padding: 40rem 0;
}

.px-40 {
  padding: 0 40rem;
}

.pt-40 {
  padding-top: 40rem;
}

.pr-40 {
  padding-right: 40rem;
}

.pb-40 {
  padding-bottom: 40rem;
}

.pl-40 {
  padding-left: 40rem;
}

.m-50 {
  margin: 50rem;
}

.my-50 {
  margin: 50rem 0;
}

.mx-50 {
  margin: 0 50rem;
}

.mt-50 {
  margin-top: 50rem;
}

.mr-50 {
  margin-right: 50rem;
}

.mb-50 {
  margin-bottom: 50rem;
}

.ml-50 {
  margin-left: 50rem;
}

.p-50 {
  padding: 50rem;
}

.py-50 {
  padding: 50rem 0;
}

.px-50 {
  padding: 0 50rem;
}

.pt-50 {
  padding-top: 50rem;
}

.pr-50 {
  padding-right: 50rem;
}

.pb-50 {
  padding-bottom: 50rem;
}

.pl-50 {
  padding-left: 50rem;
}

.m-60 {
  margin: 60rem;
}

.my-60 {
  margin: 60rem 0;
}

.mx-60 {
  margin: 0 60rem;
}

.mt-60 {
  margin-top: 60rem;
}

.mr-60 {
  margin-right: 60rem;
}

.mb-60 {
  margin-bottom: 60rem;
}

.ml-60 {
  margin-left: 60rem;
}

.p-60 {
  padding: 60rem;
}

.py-60 {
  padding: 60rem 0;
}

.px-60 {
  padding: 0 60rem;
}

.pt-60 {
  padding-top: 60rem;
}

.pr-60 {
  padding-right: 60rem;
}

.pb-60 {
  padding-bottom: 60rem;
}

.pl-60 {
  padding-left: 60rem;
}

.m-70 {
  margin: 70rem;
}

.my-70 {
  margin: 70rem 0;
}

.mx-70 {
  margin: 0 70rem;
}

.mt-70 {
  margin-top: 70rem;
}

.mr-70 {
  margin-right: 70rem;
}

.mb-70 {
  margin-bottom: 70rem;
}

.ml-70 {
  margin-left: 70rem;
}

.p-70 {
  padding: 70rem;
}

.py-70 {
  padding: 70rem 0;
}

.px-70 {
  padding: 0 70rem;
}

.pt-70 {
  padding-top: 70rem;
}

.pr-70 {
  padding-right: 70rem;
}

.pb-70 {
  padding-bottom: 70rem;
}

.pl-70 {
  padding-left: 70rem;
}

.m-80 {
  margin: 80rem;
}

.my-80 {
  margin: 80rem 0;
}

.mx-80 {
  margin: 0 80rem;
}

.mt-80 {
  margin-top: 80rem;
}

.mr-80 {
  margin-right: 80rem;
}

.mb-80 {
  margin-bottom: 80rem;
}

.ml-80 {
  margin-left: 80rem;
}

.p-80 {
  padding: 80rem;
}

.py-80 {
  padding: 80rem 0;
}

.px-80 {
  padding: 0 80rem;
}

.pt-80 {
  padding-top: 80rem;
}

.pr-80 {
  padding-right: 80rem;
}

.pb-80 {
  padding-bottom: 80rem;
}

.pl-80 {
  padding-left: 80rem;
}

.m-90 {
  margin: 90rem;
}

.my-90 {
  margin: 90rem 0;
}

.mx-90 {
  margin: 0 90rem;
}

.mt-90 {
  margin-top: 90rem;
}

.mr-90 {
  margin-right: 90rem;
}

.mb-90 {
  margin-bottom: 90rem;
}

.ml-90 {
  margin-left: 90rem;
}

.p-90 {
  padding: 90rem;
}

.py-90 {
  padding: 90rem 0;
}

.px-90 {
  padding: 0 90rem;
}

.pt-90 {
  padding-top: 90rem;
}

.pr-90 {
  padding-right: 90rem;
}

.pb-90 {
  padding-bottom: 90rem;
}

.pl-90 {
  padding-left: 90rem;
}

.m-100 {
  margin: 100rem;
}

.my-100 {
  margin: 100rem 0;
}

.mx-100 {
  margin: 0 100rem;
}

.mt-100 {
  margin-top: 100rem;
}

.mr-100 {
  margin-right: 100rem;
}

.mb-100 {
  margin-bottom: 100rem;
}

.ml-100 {
  margin-left: 100rem;
}

.p-100 {
  padding: 100rem;
}

.py-100 {
  padding: 100rem 0;
}

.px-100 {
  padding: 0 100rem;
}

.pt-100 {
  padding-top: 100rem;
}

.pr-100 {
  padding-right: 100rem;
}

.pb-100 {
  padding-bottom: 100rem;
}

.pl-100 {
  padding-left: 100rem;
}

.divider-1 {
  height: 1rem;
  clear: both;
}

.divider-2 {
  height: 2rem;
  clear: both;
}

.divider-3 {
  height: 3rem;
  clear: both;
}

.divider-4 {
  height: 4rem;
  clear: both;
}

.divider-5 {
  height: 5rem;
  clear: both;
}

.divider-6 {
  height: 6rem;
  clear: both;
}

.divider-7 {
  height: 7rem;
  clear: both;
}

.divider-8 {
  height: 8rem;
  clear: both;
}

.divider-9 {
  height: 9rem;
  clear: both;
}

.divider-10 {
  height: 10rem;
  clear: both;
}

.divider-11 {
  height: 11rem;
  clear: both;
}

.divider-12 {
  height: 12rem;
  clear: both;
}

.divider-13 {
  height: 13rem;
  clear: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes anim-down-infinity {
  0% {
    opacity: 1;
    height: 1rem;
    top: 5px;
  }
  40% {
    height: 3.5rem;
  }
  50% {
    height: 3.5rem;
    bottom: 5px;
  }
  70% {
    opacity: 1;
    height: 1rem;
    bottom: 5px;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*************************
    Color
*************************/
.clr-primary {
  color: #1C2536;
}

.clr-primary-light {
  color: #223049;
}

.clr-secondary {
  color: #F79009;
}

.clr-secondary-dark {
  color: #e78504;
}

.clr-success {
  color: #15B79E;
}

.clr-info {
  color: #2970FF;
}

.clr-danger {
  color: #F04438;
}

.clr-white {
  color: #fff;
}

/*************************
    Background Color
*************************/
.bg-clr-primary {
  background-color: #1C2536;
  color: #fff;
}

.bg-clr-primary-light {
  background-color: #223049;
  color: #fff;
}

.bg-clr-secondary {
  background-color: #F79009;
  color: #fff;
}

.bg-clr-secondary-dark {
  background-color: #e78504;
  color: #fff;
}

.bg-clr-success {
  background-color: #15B79E;
  color: #fff;
}

.bg-clr-info {
  background-color: #2970FF;
  color: #fff;
}

.bg-clr-danger {
  background-color: #F04438;
  color: #fff;
}

.bg-clr-white {
  background-color: #fff;
  color: #223049;
}

.bg-clr-black {
  background-color: #333333;
  color: #fff;
}

.bg-clr-neutral {
  background-color: #E9E9E9;
  color: #223049;
}

.bg-clr-neutral-light {
  background-color: #FFFCF9;
  color: #223049;
}

.bg-brand-gradient {
  background-image: linear-gradient(to right, #F04438, #F79009);
}

.bg-clr-secondary-transparent {
  background-color: rgba(247, 144, 9, 0.05);
}

.text-gradient {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*************************
    Font Weight
*************************/
.fw-regular {
  font-weight: 400;
}

.fw-semibold {
  font-weight: 500;
}

.fw-bold {
  font-weight: 600;
}

.fw-extrabold {
  font-weight: 700;
}

.fw-black {
  font-weight: 800;
}

/*************************
    Font Weight
*************************/
.lh-regular {
  line-height: 1.5;
}

.lh-large {
  line-height: 1.8;
}

.lh-xl {
  line-height: 2;
}

/*************************
    Border Radius
*************************/
.b-radius-basic {
  border-radius: 1rem;
}

/*************************
    Shadows
*************************/
.b-shadow {
  box-shadow: 2px 2px 10px 0px rgba(60, 114, 93, 0.3);
}

/*************************
    Spacing
*************************/
.s-padding-small {
  padding: 1rem;
}

.s-padding-middle {
  padding: 3.2rem;
}

.s-padding-large {
  padding: 6rem;
}

.s-padding-xl {
  padding: 10rem;
}

.s-padding-y-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.s-padding-y-middle {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.s-padding-y-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 992px) {
  .s-padding-y-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 568px) {
  .s-padding-y-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.s-padding-y-xl {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.s-margin-top-small {
  margin-top: 1rem;
}

.s-margin-top-middle {
  margin-top: 2.2rem;
}

.s-margin-top-large {
  margin-top: 8rem;
}

.s-margin-top-xl {
  margin-top: 10rem;
}

.s-margin-bottom-middle {
  margin-bottom: 2.2rem;
}

.s-margin-bottom-large {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 992px) {
  .s-margin-bottom-large {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 568px) {
  .s-margin-bottom-large {
    margin-bottom: 3rem;
  }
}

.s-margin-bottom-xl {
  margin-bottom: 10rem;
}

.s-padding-bottom-middle {
  padding-bottom: 2.2rem;
}

.s-padding-bottom-large {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 992px) {
  .s-padding-bottom-large {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 568px) {
  .s-padding-bottom-large {
    padding-bottom: 3rem;
  }
}

.s-padding-bottom-xl {
  padding-bottom: 10rem;
}

.s-padding-top-small {
  padding-top: 1rem;
}

.s-padding-top-middle {
  padding-top: 2.2rem;
}

.s-padding-top-large {
  padding-top: 6rem;
}

.s-padding-top-xl {
  padding-top: 10rem;
}

/*************************
    Gap
*************************/
.gap-10 {
  gap: 1rem;
}

.gap-20 {
  gap: 2rem;
}

.gap-30 {
  gap: 3rem;
}

.gap-40 {
  gap: 4rem;
}

.gap-50 {
  gap: 5rem;
}

.gap-60 {
  gap: 6rem;
}

.gap-70 {
  gap: 7rem;
}

.gap-80 {
  gap: 8rem;
}

.gap-90 {
  gap: 9rem;
}

.gap-100 {
  gap: 10rem;
}

/*************************
    Image
*************************/
.bg-image-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-position-right {
  background-position: right;
}

.bg-position-center {
  background-position: center;
}

.bg-position-bottom {
  background-position: bottom;
}

.bg-image-contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ratio-1-1 {
  width: 90%;
  padding-bottom: 95%;
}
@media only screen and (max-width: 992px) {
  .ratio-1-1 {
    width: 100%;
  }
}

.ratio-vertical {
  width: 100%;
  padding-bottom: 130%;
}

.img-container-small {
  width: 20rem;
}

.show-flex {
  display: flex;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.items-center {
  align-items: center;
}

@media only screen and (max-width: 568px) {
  .w-75 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 568px) {
  .w-50 {
    width: 100% !important;
  }
}

.header .language.dropdown .link, .brand-btn--header-secondary, .brand-btn--header, .success-btn, .brand-btn--transparent-neutral, .brand-btn--transparent, .brand-btn--success, .brand-btn--secondary, .brand-btn {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 0.8rem;
  padding: 1.2rem 1.8rem;
  font-size: 1.6rem;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.brand-btn {
  background-color: #1C2536;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 5rem;
}
.brand-btn:hover {
  background-color: #223049;
  color: #fff;
  color: #fff;
}
.brand-btn--secondary {
  background-color: #F79009;
  color: #fff;
}
.brand-btn--secondary:hover {
  background-color: #e78504;
  color: #fff;
}
.brand-btn--success {
  background-color: #15B79E;
  color: #fff;
}
.brand-btn--success:hover {
  background-color: #07ac93;
  color: #fff;
}
.brand-btn--transparent {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.brand-btn--transparent:hover {
  background-color: #1C2536;
  color: #fff;
  border: 2px solid #1C2536;
  color: #fff;
}
.brand-btn--transparent-neutral {
  background-color: #fff;
  color: #223049;
  border: 2px solid #E9E9E9;
}
.brand-btn--transparent-neutral:hover {
  background-color: #1C2536;
  color: #fff;
  border: 2px solid #1C2536;
  color: #fff;
}

.success-btn {
  background-color: #15B79E;
  color: #fff;
}
.success-btn:hover {
  background-color: #07ac93;
  color: #fff;
}

.brand-btn--header {
  background-color: #1C2536;
  color: #fff;
  border: 1px solid #1C2536;
}
.brand-btn--header:hover {
  background-color: #223049;
  color: #fff;
}

.brand-btn--header-secondary {
  background-color: #F79009;
  color: #fff;
  border: 1px solid #F79009;
}
.brand-btn--header-secondary:hover {
  background-color: #e78504;
  color: #fff;
}

.link {
  background: none;
  border: none;
  text-decoration: none;
  color: #777;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  padding: 0;
}

.dropdown.active > .link,
.link:hover {
  color: black;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: -1;
  top: calc(100% - 0.25rem);
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  overflow: hidden;
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

.dropdown.active > .link + .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media only screen and (max-width: 1200px) {
  .dropdown.active > .link + .dropdown-menu {
    position: relative;
    display: block;
  }
}

.information-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 1200px) {
  .information-grid {
    display: none;
  }
}

/**
* loader
*/
/** Page Loader ***************************************************************/
.page-loader {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  text-align: center;
}
.page-loader p {
  font-size: 16px !important;
  margin-top: 10px;
  font-weight: 500;
  color: #F79009;
}
.page-loader .loader {
  position: relative;
  top: calc(50% - 30px);
}

.preloader {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
  -webkit-animation: container-rotate 1568ms linear infinite;
  -moz-animation: container-rotate 1568ms linear infinite;
  -o-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #1C2536;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.circle-clipper.right {
  float: right !important;
}

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch.circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  -moz-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  -o-transform: rotate(129deg);
  transform: rotate(129deg);
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  -moz-transform: rotate(-129deg);
  -ms-transform: rotate(-129deg);
  -o-transform: rotate(-129deg);
  transform: rotate(-129deg);
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@-moz-keyframes right-spin {
  from {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
.modal-content-custom {
  border-radius: 2rem;
}

.modal-header-custom, .modal-body-custom {
  padding: 2rem;
}

.slider__item {
  padding: 3rem;
}

.brand-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.brand-card a {
  color: #15B79E;
  font-size: 1.6rem;
  font-style: italic;
}
.brand-card a .fa-arrow-right {
  margin-left: 1rem;
  transition: all 0.4s ease-in-out;
}
.brand-card a:hover .fa-arrow-right {
  margin-left: 2rem;
}
.brand-card__header {
  padding: 3rem 3rem 0 3rem;
}
.brand-card__body {
  padding: 3rem;
}
.brand-card__heading-large {
  font-size: 6rem;
  line-height: 1.4;
  font-weight: 600;
}
.brand-card__heading--medium {
  font-size: 4.8rem;
  line-height: 1.6;
  font-weight: 600;
}
.brand-card__footer {
  width: 100%;
  padding: 3rem;
}
.brand-card__footer a {
  color: #fff;
  width: 100%;
}

.blog {
  display: grid;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
.blog--vertical {
  grid-template-columns: 1fr;
}
.blog--horizontal {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 992px) {
  .blog--horizontal {
    grid-template-columns: 1fr;
  }
}
.blog a {
  color: #1C2536;
}
.blog a:hover {
  color: #223049;
}
.blog__title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  padding: 1.6rem 0;
}
.blog__image {
  width: 100%;
}
.blog__image--vertical {
  padding-bottom: 35%;
}
@media only screen and (max-width: 992px) {
  .blog__image--vertical {
    padding-bottom: 45%;
  }
}
.blog__image--horizontal {
  padding-bottom: 72%;
}
@media only screen and (max-width: 992px) {
  .blog__image--horizontal {
    width: 100%;
    padding-bottom: 45%;
  }
}
.blog__image--standard {
  padding-bottom: 65%;
}
.blog__date {
  font-size: 1.4rem;
  font-style: italic;
  color: #15B79E;
}

.brand-accordion .accordion-item {
  border: none;
  padding: 3rem 0;
}
.brand-accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(34, 48, 73, 0.1);
}
.brand-accordion .accordion-button {
  font-size: 2rem !important;
  line-height: 1.4;
  font-weight: 600;
  padding: 0;
}
.brand-accordion .accordion-button:not(.collpsed) {
  color: #1C2536;
  background-color: transparent;
}
.brand-accordion .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.brand-accordion .accordion-body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-style: italic;
}
.brand-accordion .accordion-button::after {
  --bs-accordion-btn-icon-width: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9998 10.6667V21.3334M10.6665 16.0001H21.3332M29.3332 16.0001C29.3332 23.3639 23.3636 29.3334 15.9998 29.3334C8.63604 29.3334 2.6665 23.3639 2.6665 16.0001C2.6665 8.63628 8.63604 2.66675 15.9998 2.66675C23.3636 2.66675 29.3332 8.63628 29.3332 16.0001Z' stroke='%2315B79E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.brand-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6665 16.0001H21.3332M29.3332 16.0001C29.3332 23.3639 23.3636 29.3334 15.9998 29.3334C8.63604 29.3334 2.6665 23.3639 2.6665 16.0001C2.6665 8.63628 8.63604 2.66675 15.9998 2.66675C23.3636 2.66675 29.3332 8.63628 29.3332 16.0001Z' stroke='%2315B79E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.brand-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.form {
  margin-top: 4rem;
}
.form__group {
  margin-bottom: 4rem;
}
.form__input {
  width: 100%;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid var(--Gray-300, #D0D5DD);
  font-style: italic;
  font-size: 1.6rem;
}
.form-subscribe {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.form-subscribe a {
  color: #1C2536;
  text-decoration: underline;
}
.form-subscribe a:hover {
  color: #15B79E;
  text-decoration: none;
}

.iti {
  display: block;
}

.form-check {
  margin-bottom: 1.4rem;
}

.form-check-input:checked {
  background-color: #15B79E;
  border-color: #07ac93;
}

.form-check-input:focus {
  border-color: #07ac93;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(21, 183, 158, 0.25);
}

.form-help-block {
  color: #be0020;
  font-size: 1.2rem;
  font-weight: 600;
}

.alert-error {
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  color: #fff;
  background-color: #C21B22;
  border-radius: 1rem;
  width: 100%;
}

.pagination__item {
  margin: 0 0.5rem;
  border: none;
}
@media only screen and (max-width: 1200px) {
  .pagination__item {
    margin: 0 2px;
  }
}
.pagination .page-link {
  font-size: 1.4rem;
  padding: 1rem 2rem;
  color: #5a5a5a;
  border: none;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .pagination .page-link {
    padding: 0.5rem 1.5rem;
  }
}
.pagination .page-link:hover {
  background-color: #223049;
  color: #fff;
}
.pagination .page-link.active {
  background-color: #1C2536;
  color: #fff;
}

.error.error-height {
  height: 80vh;
}
.error__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error__title {
  font-size: clamp(5.2rem, 10vw, 9.6rem);
  font-weight: 700;
}
.error__description {
  text-align: center;
}

.header {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 10000;
}
@media only screen and (max-width: 1200px) {
  .header {
    top: 0;
  }
}
.header__container {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 2px 2px 10px 0px rgba(60, 114, 93, 0.3);
}
@media only screen and (max-width: 1200px) {
  .header__container {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 0;
    box-shadow: none;
    transition: all 0.2s ease-in;
  }
}
@media only screen and (max-width: 1200px) {
  .header .logo-container {
    position: relative;
    z-index: 10000;
    box-shadow: 2px 2px 10px 0px rgba(60, 114, 93, 0.3);
    padding: 2rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .header .logo-container {
    width: 100%;
  }
}
.header a {
  color: #1C2536;
}
.header a:hover {
  color: #223049;
}
.header .navigation {
  background-color: #fff !important;
  display: flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1200px) {
  .header .navigation {
    position: absolute;
    top: 8rem;
    right: 100%;
    left: -100%;
    height: 95vh;
    z-index: 100;
    padding: 0 4rem;
    flex-direction: column;
    align-items: start;
    overflow: auto;
    gap: 1rem;
    padding: 5rem 4rem;
  }
  .header .navigation.active {
    left: 0;
    right: 0;
  }
}
.header .navigation__link {
  position: relative;
  padding: 2rem 0;
  font-size: 1.4rem;
  font-style: italic;
}
.header .navigation__link.active-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 0.7rem;
  background-color: #1C2536;
  border-radius: 0 0 1rem 1rem;
}
@media only screen and (max-width: 1200px) {
  .header .navigation__link.active-link::before {
    display: none;
  }
}
.header .navigation__link.active-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 0.7rem;
  background-color: #1C2536;
  border-radius: 1rem 1rem 0 0;
}
@media only screen and (max-width: 1200px) {
  .header .navigation__link.active-link::after {
    display: none;
  }
}
.header .dropdown {
  position: initial !important;
}
.header .dropdown .link {
  padding: 2rem 0;
  font-size: 1.4rem;
  font-style: italic;
  color: #1C2536;
  display: flex;
  align-items: center;
  position: relative;
}
.header .dropdown .link:hover {
  color: #223049;
}
.header .dropdown .link.active-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 0.7rem;
  background-color: #1C2536;
  border-radius: 0 0 1rem 1rem;
}
@media only screen and (max-width: 1200px) {
  .header .dropdown .link.active-link::before {
    display: none;
  }
}
.header .dropdown .link.active-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 0.7rem;
  background-color: #1C2536;
  border-radius: 1rem 1rem 0 0;
}
@media only screen and (max-width: 1200px) {
  .header .dropdown .link.active-link::after {
    display: none;
  }
}
.header .dropdown-menu {
  left: 0;
  right: 0;
  box-shadow: 2px 2px 10px 0px rgba(60, 114, 93, 0.3);
  border-radius: 1rem;
  border: none;
}
@media only screen and (max-width: 1200px) {
  .header .dropdown-menu {
    min-width: 28rem;
    position: relative;
    top: 0;
    z-index: 100;
  }
}
.header .dropdown-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 1200px) {
  .header .dropdown-links {
    flex-direction: column;
    align-items: start;
  }
}
.header .dropdown-links .link {
  padding: 1rem;
}
.header .language {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header .language {
    width: 100%;
  }
}
.header .language .dropdown-menu {
  position: absolute;
  top: 8rem;
  padding: 0 4rem 8rem 4rem;
}
@media only screen and (max-width: 1200px) {
  .header .language .dropdown-menu {
    top: 1rem;
  }
}
.header .language .dropdown-menu .dropdown-menu__header {
  text-align: center;
  position: relative;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.header .language .dropdown-menu .dropdown-menu__header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #F79009;
}
.header .language .dropdown-links {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.header .language .dropdown-links .language__links .language__link .link {
  padding: 0.2rem 0;
}
.header .language.dropdown .link {
  background-color: #1C2536;
  color: #fff;
  justify-content: center;
}
.header .language.dropdown .link:hover {
  background-color: #223049;
  color: #fff;
}
.header .language.dropdown .dropdown-links .link {
  padding: 0;
  background-color: transparent;
  color: #1C2536;
}
.header .language.dropdown .dropdown-links .link:hover {
  color: #223049;
}

.mobile-icon {
  position: absolute;
  top: 3.2rem;
  right: 2rem;
  overflow: hidden;
  z-index: 100000;
}

.footer__display {
  display: flex;
  gap: 20rem;
}
@media only screen and (max-width: 992px) {
  .footer__display {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer__display-links {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .footer__display-links {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 568px) {
  .footer__display-links__col {
    width: 40%;
  }
}
.footer__list {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 992px) {
  .footer__list {
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 992px) {
  .footer__list--display {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
}
.footer__list li {
  display: flex;
  align-items: start;
  padding: 0.5rem 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer__title {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .footer__title {
    margin-top: 2rem;
  }
}
.footer a {
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer a .icon {
  fill: white;
}
.footer a:hover .icon {
  fill: rgba(255, 255, 255, 0.6);
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer .icon {
  fill: white;
}

.footer__copyright {
  padding-top: 0.5rem;
  padding-bottom: 4rem;
  justify-content: end;
  background-color: #1C2536;
  color: #F79009;
}
.footer__copyright p {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .footer__copyright {
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 568px) {
  .footer__copyright {
    background-color: #F79009;
    color: #1C2536;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.error-page {
  width: 100vw;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page__content {
  text-align: center;
}
.error-page__title {
  font-size: 7.8rem;
  line-height: 85%;
  font-weight: 600;
}

/*************************
    Hero
*************************/
.hero {
  position: relative;
  height: 68rem;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .hero {
    height: 48rem;
  }
}
@media only screen and (max-width: 992px) {
  .hero {
    height: 58rem;
  }
}
@media only screen and (max-width: 568px) {
  .hero {
    height: 50rem;
  }
}
.hero__container {
  max-width: 136rem;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 999;
}
.hero__img {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 200;
  inset: 0;
  -webkit-mask-image: url(../images/mask.png);
  mask-image: url(../images/mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media only screen and (max-width: 1200px) {
  .hero__img {
    -webkit-mask-size: 120% 100%;
    mask-size: 120% 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero__img {
    -webkit-mask-size: 130% 100%;
    mask-size: 130% 100%;
  }
}
@media only screen and (max-width: 568px) {
  .hero__img {
    -webkit-mask-size: 140% 100%;
    mask-size: 140% 100%;
  }
}
.hero__display {
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  .hero__display {
    width: 70%;
  }
}
@media only screen and (max-width: 992px) {
  .hero__display {
    width: 80%;
  }
}
@media only screen and (max-width: 568px) {
  .hero__display {
    width: 90%;
  }
}
@media only screen and (max-width: 360px) {
  .hero__display {
    padding-bottom: 0;
  }
}
.hero__icons {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .hero__icons {
    padding-right: 2rem;
    padding-bottom: 0;
  }
}
.hero__icons a {
  color: #F79009;
}
.hero__icons a::before {
  content: attr(data-icon);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.hero__icons a:hover::before {
  opacity: 1;
  padding-right: 1rem;
}
.hero__icons a:hover .icon {
  fill: #F79009;
}
.hero .aps-el {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding-right: 2rem;
}
@media only screen and (max-width: 568px) {
  .hero .aps-el {
    padding-right: 0;
  }
}
.hero .find-more__title {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 5.2rem;
  line-height: 90%;
}
.hero .find-more__text {
  transform: translateY(0.7rem);
  padding-right: 1rem;
}
.hero .bg-logo {
  position: absolute;
  bottom: 0;
  right: -5%;
  z-index: 1;
}
.hero .bg-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .hero .bg-logo {
    width: 30rem;
    height: 30rem;
    right: 0;
  }
}
@media only screen and (max-width: 568px) {
  .hero .bg-logo {
    width: 18rem;
    height: 18rem;
  }
}

.large-img {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 3rem;
}

.team {
  display: flex;
  gap: 10rem;
}
@media only screen and (max-width: 992px) {
  .team {
    flex-direction: column;
    gap: 6rem;
  }
}
.team__member {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .team__member {
    gap: 2rem;
  }
}
.team__member-name {
  width: 25rem;
}

.partnering a {
  color: #1C2536;
  font-weight: 700;
}
.partnering a:hover {
  color: #223049;
}

.icon-before::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.5rem;
  background-image: url("../images/check-icon-rounded.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

*,
::before,
::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #223049;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  overflow-x: hidden;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}

a.a-primary {
  color: #1C2536;
}
a.a-primary:hover {
  color: #223049;
}

a.a-success {
  color: #15B79E;
}
a.a-success:hover {
  color: #07ac93;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.grid-container {
  display: grid;
  grid-template-columns: [full-start] minmax(2rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 16.5rem) [col-end]) [center-end] minmax(2rem, 1fr) [full-end];
}

.container-full {
  grid-column: full-start/full-end;
}

.container-center {
  grid-column: center-start/center-end;
  position: relative;
}

.header__container {
  grid-column: center-start/center-end;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header__container {
    grid-column: full-start/full-end;
  }
}

.container-narow {
  grid-column: col-start 2/col-start 8;
}
@media only screen and (max-width: 767px) {
  .container-narow {
    grid-column: center-start/center-end;
  }
}

.container-left {
  grid-column: full-start/col-end 8;
}
@media only screen and (max-width: 992px) {
  .container-left {
    grid-column: center-start/center-end;
  }
}

.container-right {
  grid-column: col-start 1/full-end;
}
@media only screen and (max-width: 992px) {
  .container-right {
    grid-column: center-start/center-end;
  }
}

.half-left-start {
  grid-column: full-start/col-start 4;
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .half-left-start {
    grid-column: full-start/center-end;
  }
}

.half-left {
  grid-column: center-start/col-end 4;
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .half-left {
    grid-column: center-start/center-end;
  }
}

.half-right {
  grid-column: col-start 5/col-end 8;
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .half-right {
    grid-column: center-start/center-end;
  }
}

.half-right-end {
  grid-column: col-start 5/full-end;
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .half-right-end {
    grid-column: center-start/full-end;
  }
}

.container-main {
  max-width: 130rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .container-main {
    max-width: 120rem;
  }
}
@media only screen and (max-width: 992px) {
  .container-main {
    max-width: 80rem;
  }
}

.logo {
  width: 15rem;
}

.avatar {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: 0.25rem solid #fff;
  overflow: hidden;
  margin: 1rem -0.5rem;
  position: relative;
  z-index: 2;
}
.avatar--small {
  width: 4.8rem;
  height: 4.8rem;
  z-index: 1;
}
.avatar--large {
  width: 8rem;
  height: 8rem;
  margin: 0.2rem 1rem;
  z-index: 1;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon {
  width: 3.2rem;
  height: 3.2rem;
  fill: white;
}
.icon .arrow-down-gradient {
  fill: linear-gradient(to right, #F04438, #F79009);
}

.facebook {
  fill: #934579;
}

.link .icon {
  width: 0.8rem;
  height: 0.8rem;
}

.antrofile {
  padding: 1rem 3rem;
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  border-left: 1px solid #F79009;
}
.antrofile span {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
}

.special::before {
  content: "✓";
  color: #F79009;
  font-size: 2rem;
  font-weight: 800;
}

.list-special li {
  padding: 0.5rem 0;
}

.check-list-circle ul li {
  padding: 0.5rem 0 0.5rem 3.5rem;
  position: relative;
}
.check-list-circle ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 30px;
  height: 30px;
  background-image: url(../images/check-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-image {
  width: 5rem;
  height: 5rem;
}

.icon-image-2 {
  width: 2rem;
  height: 2rem;
}

.icon {
  width: 2.4rem;
  height: 2.4rem;
  fill: #1C2536;
  position: relative;
  transition: 0.4s ease-in-out;
}
.icon-white {
  fill: #fff;
}

.anim-down {
  width: 3rem;
  height: 5rem;
  padding: 0.5rem;
  border-radius: 5rem;
  border: 2px solid #fff;
  background-color: transparent;
  position: absolute;
  left: calc(50% - 1.5rem);
  bottom: 3%;
  z-index: 1000;
}
.anim-down__el {
  width: 2px;
  height: 1.6rem;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: calc(50% - 1px);
  animation-name: anim-down-infinity;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.anchor-link {
  position: absolute;
  top: -10rem;
  opacity: 0;
}/*# sourceMappingURL=main.css.map */