:root {
  /* Blue */
  --blue-10: #e6f3fd;
  --blue-20: #cee8fb;
  --blue-60: #0c8ce9;
  /* Green */
  --green-10: #edf7f0;
  --green-20: #ddf0e2;
  --green-60: #53b36e;
  /* Pink */
  --pink-10: #fde9f1;
  --pink-20: #fcd5e4;
  --pink-60: #ee2b7a;
  /* grey */
  --dark-grey: #1f1f1f;
  --light-grey: #f5f5f5;
  --grey-10: #e8e8e8;
  --grey-80: #131313;
  /* black */
  --black: #000000;
  /* white */
  --white: #ffffff;
}
body {
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--dark-grey);
  background: var(--white);
}
a {
  color: var(--black);
}
p {
  margin-bottom: 2.4rem;
}
strong {
  font-weight: 600;
}
ul {
  margin-bottom: 2rem;
}
ul > li {
  padding-left: 1.6rem;
  margin-bottom: 1.2rem;
}
ul > li:after {
  position: absolute;
  content: '';
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 0.2rem;
  left: 0rem;
  top: 1rem;
  background: var(--blue-60);
}
ol {
  counter-reset: number;
  margin-bottom: 2.2rem;
}
ol > li {
  padding-left: 2.2rem;
  counter-increment: number;
  margin-bottom: 1.2rem;
}
ol > li:after {
  content: none;
}
ol > li::before {
  position: absolute;
  content: '';
  width: 1.6rem;
  font-weight: bold;
  text-align: right;
  left: 0;
  top: 0;
  content: counter(number) '.';
}
.container-xl {
  padding: 0 1.5rem;
}
@media (min-width: 576px) {
  .container,
  .container-xl {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-xl {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-xl {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-xl {
    max-width: 1170px;
  }
}
@media (min-width: 1360px) {
  .container,
  .container-xl {
    max-width: 1300px;
  }
}
@media (min-width: 1460px) {
  .container,
  .container-xl {
    max-width: 1430px;
  }
}
@media (min-width: 1500px) {
  .container,
  .container-xl {
    max-width: 1470px;
  }
}
@media (min-width: 1560px) {
  .container-xl {
    max-width: 1530px;
  }
}
@media (min-width: 1660px) {
  .container-xl {
    max-width: 1630px;
  }
}
@media (min-width: 1740px) {
  .container-xl {
    max-width: 1710px;
  }
}
main {
  overflow: hidden;
}
header.white + main {
  padding-top: 8.9rem;
}
.bg-black {
  background: var(--black);
}
.bg-light-blue {
  background: var(--blue-10);
}
.bg-light-pink {
  background: var(--pink-10);
}
.bg-light-green {
  background: var(--green-10);
}
.text-white {
  color: var(--white);
}
.text-dark-grey {
  color: var(--dark-grey);
}
.opacity-75 {
  opacity: 0.75;
}
.text-green {
  color: var(--green-60);
}
.text-pink {
  color: var(--pink-60);
}
.text-blue {
  color: var(--blue-60);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.fw-96,
.fw-96 * {
  font-size: 9.6rem;
  line-height: 10.4rem;
  font-weight: bold;
}
.fw-72,
.fw-72 * {
  font-size: 7.2rem;
  line-height: 8rem;
  font-weight: bold;
}
h1,
.h1,
.h1 * {
  font-size: 6.4rem;
  line-height: 7.2rem;
  font-weight: bold;
}
h2,
.h2,
.h2 * {
  font-size: 5.6rem;
  line-height: 6.4rem;
  font-weight: bold;
}
h3,
.h3,
.h3 * {
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-weight: bold;
}
h4,
.h4,
.h4 * {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: bold;
}
h5,
.h5,
.h5 * {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: bold;
}
h6,
.h6,
.h6 * {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: bold;
}
.subtitle-1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 0;
  font-weight: bold;
}
.subtitle-2 {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0;
  font-weight: bold;
}
.sm-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  font-weight: normal;
}
.body-1 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0;
  font-weight: bold;
}
.body-2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  font-weight: bold;
}
.btn {
  height: 6.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
.btn::before,
.btn::after,
.btn-span::before,
.btn-span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s ease-in-out;
}
.btn::before {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.btn::after {
  bottom: 0;
  right: 0;
  border-top: 0;
  border-left: 0;
}
.btn-span::before {
  top: 0;
  right: 0;
  border-bottom: 0;
  border-left: 0;
}
.btn-span::after {
  bottom: 0;
  left: 0;
  border-top: 0;
  border-right: 0;
}
.btn:hover::before,
.btn:hover::after,
.btn:hover .btn-span::before,
.btn:hover .btn-span::after {
  border: 0;
  background: var(--blue-60);
  width: 51%;
  height: 51%;
}
.btn-span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 2.8rem;
}
.btn-md {
  height: 4.8rem !important;
  font-size: 1.6rem !important;
}
.btn-md span {
  padding: 0 2.4rem !important;
}
.btn-white-outline {
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--white);
}
.btn-white-outline::before,
.btn-white-outline::after,
.btn-white-outline .btn-span::before,
.btn-white-outline .btn-span::after {
  border-color: var(--white);
}
.btn-white-outline:hover {
  border-color: var(--blue-60) !important;
}
.btn-black-outline {
  border-color: rgba(0, 0, 0, 0.15);
  color: var(--black);
}
.btn-black-outline::before,
.btn-black-outline::after,
.btn-black-outline .btn-span::before,
.btn-black-outline .btn-span::after {
  border-color: var(--black);
}
.btn-black-outline:hover {
  color: var(--white);
  border-color: var(--blue-60) !important;
}
.btn-arrows {
  order: 1;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 6.4rem;
  gap: 1.2rem;
}
.sec-opinion .btn-arrows {
  display: flex;
}
.btn-arrow {
  top: initial !important;
  left: initial !important;
  right: initial !important;
  bottom: initial !important;
  transform: initial !important;
  position: relative !important;
  width: 6.4rem !important;
  height: 6.4rem !important;
  border: 1px solid var(--black) !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.btn-arrows-prev svg {
  transform: rotate(-180deg);
}
.btn-link {
  display: flex;
  align-items: center;
  max-width: max-content;
  font-size: 2rem;
  line-height: 3.2rem;
  gap: 1.6rem;
  font-weight: normal;
}
.btn-link.blue {
  color: var(--blue-60);
}
.btn-link:hover {
  text-decoration: underline !important;
}
.btn-link img {
  width: auto;
  height: auto;
  max-width: 2.7rem;
}
.badge {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.2rem;
  max-width: max-content;
}
.badge.pink {
  background: var(--pink-60);
  color: var(--white);
}
.badge.green {
  background: var(--green-60);
  color: var(--white);
}
.badge.blue {
  background: var(--blue-60);
  color: var(--white);
}
.badge.multiple {
  background: linear-gradient(95.73deg, #ee2b7a 0%, #0c8ce9 50%, #53b36e 100%);
  color: var(--white);
}
#ab-cookie-show {
  display: none;
}
#ab-cookiemodule .ab-header .ab-expand {
  filter: invert(1) !important;
}
#ab-save, #ab-save-settings {
  color: #ffffff !important;
  font-size: 16px !important;
}
#ab-settings, #ab-deny {
  border-color: #1F1F1F !important;
  font-size: 16px;
  margin-right: 11px !important;
  padding: 8px !important;
}
#ab-cookiemodule p, #ab-cookiewarning p {
  font-size: 16px !important;
}
.mb-16 {
  margin-bottom: 1.6rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.mb-24 {
  margin-bottom: 2.4rem;
}
.mb-28 {
  margin-bottom: 2.8rem;
}
.mt-28 {
  margin-top: 2.8rem;
}
.mb-40 {
  margin-bottom: 4rem;
}
.mt-40 {
  margin-top: 4rem;
}
.mb-48 {
  margin-bottom: 4.8rem;
}
.mt-48 {
  margin-top: 4.8rem;
}
.mb-56 {
  margin-bottom: 5.6rem;
}
.mt-64 {
  margin-top: 6.4rem;
}
.mb-64 {
  margin-bottom: 6.4rem;
}
.mb-72 {
  margin-bottom: 7.2rem;
}
.mt-72 {
  margin-top: 7.2rem;
}
.mb-80 {
  margin-bottom: 8rem;
}
.mt-80 {
  margin-top: 8rem;
}
.mb-112 {
  margin-bottom: 11.2rem;
}
.pt-104 {
  padding-top: 10.4rem;
}
.mb-120 {
  margin-bottom: 12rem;
}
.pb-120 {
  padding-bottom: 12rem;
}
.pt-120 {
  padding-top: 12rem;
}
.pl-120 {
  padding-left: 12rem;
}
.pr-120 {
  padding-right: 12rem;
}
.pt-128 {
  padding-top: 12.8rem;
}
.mb-144 {
  margin-bottom: 14.4rem;
}
.pt-144 {
  padding-top: 14.4rem;
}
.pb-144 {
  padding-bottom: 14.4rem;
}
.mb-148 {
  margin-bottom: 14.8rem;
}
.mb-160 {
  margin-bottom: 16rem;
}
.pt-184 {
  padding-top: 18.4rem;
}
.pb-184 {
  padding-bottom: 18.4rem;
}
@media (min-width: 1460px) and (max-width: 1499.98px) {
  body {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
  .fw-72,
  .fw-72 * {
    font-size: 6.4rem;
    line-height: 7.2rem;
  }
  h1,
  .h1,
  .h1 * {
    font-size: 5.8rem;
    line-height: 6.6rem;
  }
  h2,
  .h2,
  .h2 * {
    font-size: 5rem;
    line-height: 5.8rem;
  }
  h3,
  .h3,
  .h3 * {
    font-size: 4.2rem;
    line-height: 5rem;
  }
  h4,
  .h4,
  .h4 * {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  h5,
  .h5,
  .h5 * {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  h6,
  .h6,
  .h6 * {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  .subtitle-1 {
    font-size: 2.3rem;
  }
  .subtitle-2 {
    font-size: 1.9rem;
    line-height: 3.1rem;
  }
  .body-2,
  .sm-title {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .btn {
    height: 6.4rem;
    font-size: 1.7rem;
  }
  .btn-md {
    font-size: 1.4rem !important;
  }
  .btn-arrow {
    width: 5.6rem !important;
    height: 5.6rem !important;
  }
  .btn-link {
    font-size: 1.9rem;
    line-height: 3.1rem;
  }
  .btn-link img {
    max-width: 2.4rem;
  }

  .mb-28 {
    margin-bottom: 2.2rem;
  }
  .mt-28 {
    margin-top: 2.2rem;
  }
  .mb-40 {
    margin-bottom: 3.6rem;
  }
  .mt-40 {
    margin-top: 3.6rem;
  }
  .mb-48 {
    margin-bottom: 4rem;
  }
  .mt-48 {
    margin-top: 4rem;
  }
  .mb-56 {
    margin-bottom: 4.8rem;
  }
  .mt-64 {
    margin-top: 5.6rem;
  }
  .mb-64 {
    margin-bottom: 5.6rem;
  }
  .mb-72 {
    margin-bottom: 6.4rem;
  }
  .mt-72 {
    margin-top: 6.4rem;
  }
  .mb-80 {
    margin-bottom: 7.2rem;
  }
  .mt-80 {
    margin-top: 7.2rem;
  }
  .pt-104 {
    padding-top: 8.4rem;
  }
  .mb-112 {
    margin-bottom: 8.8rem;
  }
  .mb-120 {
    margin-bottom: 10rem;
  }
  .pb-120 {
    padding-bottom: 10rem;
  }
  .pt-120 {
    padding-top: 10rem;
  }
  .pt-128 {
    padding-top: 10.8rem;
  }
  .pt-144 {
    padding-top: 12.4rem;
  }
  .pb-144 {
    padding-bottom: 12.4rem;
  }
  .mb-144 {
    margin-bottom: 12.4rem;
  }
  .mb-148 {
    margin-bottom: 12.8rem;
  }
  .mb-160 {
    margin-bottom: 13rem;
  }
  .pb-184 {
    padding-bottom: 14.8rem;
  }
  .pt-184 {
    padding-top: 14.8rem;
  }
}
@media (min-width: 1360px) and (max-width: 1459.98px) {
  body {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  h1,
  .h1,
  .h1 * {
    font-size: 5.6rem;
    line-height: 6.4rem;
  }
  h2,
  .h2,
  .h2 * {
    font-size: 4.6rem;
    line-height: 5.4rem;
  }
  h3,
  .h3,
  .h3 * {
    font-size: 3.8rem;
    line-height: 4.6rem;
  }
  h4,
  .h4,
  .h4 * {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
  h5,
  .h5,
  .h5 * {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  h6,
  .h6,
  .h6 * {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .subtitle-1 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
  .subtitle-2 {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  .body-2,
  .sm-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .btn {
    height: 6rem;
    font-size: 1.6rem;
  }
  .btn span {
    padding: 0 2.4rem;
  }
  .btn-md {
    font-size: 1.4rem !important;
  }
  .btn-md span {
    padding: 0 2rem !important;
  }
  .btn-link {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  .btn-link img {
    max-width: 2.4rem;
  }
  .badge {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .btn-arrow {
    width: 5.6rem !important;
    height: 5.6rem !important;
  }

  .mb-20 {
    margin-bottom: 1.6rem;
  }
  .mb-24 {
    margin-bottom: 2rem;
  }
  .mb-28 {
    margin-bottom: 2rem;
  }
  .mt-28 {
    margin-top: 2rem;
  }
  .mb-40 {
    margin-bottom: 3.2rem;
  }
  .mt-40 {
    margin-top: 3.2rem;
  }
  .mb-48 {
    margin-bottom: 4rem;
  }
  .mt-48 {
    margin-top: 4rem;
  }
  .mb-56 {
    margin-bottom: 4.8rem;
  }
  .mt-64 {
    margin-top: 4.8rem;
  }
  .mb-64 {
    margin-bottom: 4.8rem;
  }
  .mb-72 {
    margin-bottom: 4.8rem;
  }
  .mt-72 {
    margin-top: 4.8rem;
  }
  .mb-80 {
    margin-bottom: 6.4rem;
  }
  .mt-80 {
    margin-top: 6.4rem;
  }
  .pt-104 {
    padding-top: 6.4rem;
  }
  .mb-112 {
    margin-bottom: 7.2rem;
  }
  .mb-120 {
    margin-bottom: 8rem;
  }
  .pb-120 {
    padding-bottom: 8rem;
  }
  .pt-120 {
    padding-top: 8rem;
  }
  .pt-128 {
    padding-top: 8.8rem;
  }
  .mb-144 {
    margin-bottom: 10.4rem;
  }
  .pb-144 {
    padding-bottom: 10.4rem;
  }
  .pt-144 {
    padding-top: 10.4rem;
  }
  .mb-148 {
    margin-bottom: 10.8rem;
  }
  .mb-160 {
    margin-bottom: 12rem;
  }
  .pb-184 {
    padding-bottom: 14.4rem;
  }
  .pt-184 {
    padding-top: 14.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1359.98px) {
  body {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .fw-72,
  .fw-72 * {
    font-size: 5.6rem;
    line-height: 6.4rem;
  }
  h1,
  .h1,
  .h1 * {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
  h2,
  .h2,
  .h2 * {
    font-size: 4.2rem;
    line-height: 5rem;
  }
  h3,
  .h3,
  .h3 * {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  h4,
  .h4,
  .h4 * {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  h5,
  .h5,
  .h5 * {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  h6,
  .h6,
  .h6 * {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .subtitle-1 {
    font-size: 1.9rem;
    line-height: 2.7rem;
  }
  .subtitle-2 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .body-2,
  .sm-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .btn {
    height: 5.6rem;
    font-size: 1.6rem;
  }
  .btn span {
    padding: 0 2.4rem;
  }
  .btn-md {
    font-size: 1.4rem !important;
  }
  .btn-md span {
    padding: 0 2rem !important;
  }
  .btn-link {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .btn-link img {
    max-width: 2.2rem;
  }
  .badge {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .btn-arrow {
    width: 5.6rem !important;
    height: 5.6rem !important;
  }

  .mb-16 {
    margin-bottom: 1.4rem;
  }
  .mb-20 {
    margin-bottom: 1.6rem;
  }
  .mb-24 {
    margin-bottom: 2rem;
  }
  .mb-28 {
    margin-bottom: 2rem;
  }
  .mt-28 {
    margin-top: 2rem;
  }
  .mb-40 {
    margin-bottom: 2.8rem;
  }
  .mt-40 {
    margin-top: 2.8rem;
  }
  .mb-48 {
    margin-bottom: 4rem;
  }
  .mt-48 {
    margin-top: 4rem;
  }
  .mb-56 {
    margin-bottom: 4rem;
  }
  .mt-64 {
    margin-top: 4.8rem;
  }
  .mb-64 {
    margin-bottom: 4.8rem;
  }
  .mb-72 {
    margin-bottom: 4.8rem;
  }
  .mt-72 {
    margin-top: 4.8rem;
  }
  .mb-80 {
    margin-bottom: 5.6rem;
  }
  .mt-80 {
    margin-top: 5.6rem;
  }
  .pt-104 {
    padding-top: 6.4rem;
  }
  .mb-112 {
    margin-bottom: 7.2rem;
  }
  .mb-120 {
    margin-bottom: 8rem;
  }
  .pb-120 {
    padding-bottom: 8rem;
  }
  .pt-120 {
    padding-top: 8rem;
  }
  .pr-120 {
    padding-right: 9rem;
  }
  .pl-120 {
    padding-left: 9rem;
  }
  .pt-128 {
    padding-top: 8.8rem;
  }
  .mb-144 {
    margin-bottom: 10.4rem;
  }
  .pb-144 {
    padding-bottom: 10.4rem;
  }
  .pt-144 {
    padding-top: 10.4rem;
  }
  .mb-148 {
    margin-bottom: 10.8rem;
  }
  .mb-160 {
    margin-bottom: 12rem;
  }
  .pb-184 {
    padding-bottom: 12.4rem;
  }
  .pt-184 {
    padding-top: 12.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  header.white + main {
    padding-top: 6.7rem;
  }
  .fw-72,
  .fw-72 * {
    font-size: 5.6rem;
    line-height: 6.4rem;
  }
  h1,
  .h1,
  .h1 * {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
  h2,
  .h2,
  .h2 * {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  h3,
  .h3,
  .h3 * {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  h4,
  .h4,
  .h4 * {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  h5,
  .h5,
  .h5 * {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  h6,
  .h6,
  .h6 * {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .subtitle-1 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .subtitle-2 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .body-2,
  .sm-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .btn {
    height: 5.6rem;
    font-size: 1.5rem;
  }
  .btn-link {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .btn-link img {
    max-width: 2.2rem;
  }
  .badge {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .btn-arrow {
    width: 5.6rem !important;
    height: 5.6rem !important;
  }

  .mb-16 {
    margin-bottom: 1.2rem;
  }
  .mb-20 {
    margin-bottom: 1.6rem;
  }
  .mb-24 {
    margin-bottom: 1.6rem;
  }
  .mb-28 {
    margin-bottom: 2rem;
  }
  .mt-28 {
    margin-top: 2rem;
  }
  .mb-40 {
    margin-bottom: 2.4rem;
  }
  .mt-40 {
    margin-top: 2.4rem;
  }
  .mb-48 {
    margin-bottom: 3.2rem;
  }
  .mt-48 {
    margin-top: 3.2rem;
  }
  .mb-56 {
    margin-bottom: 4rem;
  }
  .mt-64 {
    margin-top: 4rem;
  }
  .mb-64 {
    margin-bottom: 4rem;
  }
  .mb-72 {
    margin-bottom: 4.4rem;
  }
  .mt-72 {
    margin-top: 4.4rem;
  }
  .mb-80 {
    margin-bottom: 5.6rem;
  }
  .mt-80 {
    margin-top: 5.6rem;
  }
  .pt-104 {
    padding-top: 7.2rem;
  }
  .mb-112 {
    margin-bottom: 6.4rem;
  }
  .mb-120 {
    margin-bottom: 8rem;
  }
  .pb-120 {
    padding-bottom: 8rem;
  }
  .pt-120 {
    padding-top: 8rem;
  }
  .pr-120 {
    padding-right: 4rem;
  }
  .pl-120 {
    padding-left: 4rem;
  }
  .pt-128 {
    padding-top: 8.8rem;
  }
  .pt-144 {
    padding-top: 9.2rem;
  }
  .mb-144 {
    margin-bottom: 9.2rem;
  }
  .pb-144 {
    padding-bottom: 9.2rem;
  }
  .mb-148 {
    margin-bottom: 9.6rem;
  }
  .mb-160 {
    margin-bottom: 10.4rem;
  }
  .pb-184 {
    padding-bottom: 10.4rem;
  }
  .pt-184 {
    padding-top: 10.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  header.white + main {
    padding-top: 6.7rem;
  }
  .fw-72,
  .fw-72 * {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
  h1,
  .h1,
  .h1 * {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  h2,
  .h2,
  .h2 * {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  h3,
  .h3,
  .h3 * {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  h4,
  .h4,
  .h4 * {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  h5,
  .h5,
  .h5 * {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  h6,
  .h6,
  .h6 * {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .subtitle-1 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .subtitle-2 {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  .body-2,
  .sm-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .btn {
    height: 5.6rem;
    font-size: 1.6rem;
  }
  .btn-link {
    font-size: 1.5rem;
    line-height: 2.6rem;
    gap: 1.2rem;
  }
  .btn-link img {
    max-width: 2.2rem;
  }
  .badge {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .btn-arrow {
    width: 4.8rem !important;
    height: 4.8rem !important;
  }

  .mb-16 {
    margin-bottom: 1.2rem;
  }
  .mb-20 {
    margin-bottom: 1.2rem;
  }
  .mb-24 {
    margin-bottom: 1.6rem;
  }
  .mb-28 {
    margin-bottom: 1.6rem;
  }
  .mt-28 {
    margin-top: 1.6rem;
  }
  .mb-40 {
    margin-bottom: 2.4rem;
  }
  .mt-40 {
    margin-top: 2.4rem;
  }
  .mb-48 {
    margin-bottom: 3.2rem;
  }
  .mt-48 {
    margin-top: 3.2rem;
  }
  .mb-56 {
    margin-bottom: 3.2rem;
  }
  .mt-64 {
    margin-top: 4rem;
  }
  .mb-64 {
    margin-bottom: 4rem;
  }
  .mb-72 {
    margin-bottom: 4rem;
  }
  .mt-72 {
    margin-top: 4rem;
  }
  .mb-80 {
    margin-bottom: 4.8rem;
  }
  .mt-80 {
    margin-top: 4.8rem;
  }
  .pt-104 {
    padding-top: 6.4rem;
  }
  .mb-112 {
    margin-bottom: 5.6rem;
  }
  .mb-120 {
    margin-bottom: 8rem;
  }
  .pb-120 {
    padding-bottom: 8rem;
  }
  .pt-120 {
    padding-top: 8rem;
  }
  .pr-120 {
    padding-right: 0;
  }
  .pl-120 {
    padding-left: 0;
  }
  .pt-128 {
    padding-top: 8rem;
  }
  .mb-144 {
    margin-bottom: 8.4rem;
  }
  .pt-144 {
    padding-top: 8.4rem;
  }
  .pb-144 {
    padding-bottom: 8.4rem;
  }
  .mb-148 {
    margin-bottom: 8.8rem;
  }
  .mb-160 {
    margin-bottom: 9.6rem;
  }
  .pb-184 {
    padding-bottom: 9.6rem;
  }
  .pt-184 {
    padding-top: 9.6rem;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  header.white + main {
    padding-top: 6.7rem;
  }
  .fw-72,
  .fw-72 * {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  h1,
  .h1,
  .h1 * {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  h2,
  .h2,
  .h2 * {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  h3,
  .h3,
  .h3 * {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  h4,
  .h4,
  .h4 * {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  h5,
  .h5,
  .h5 * {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  h6,
  .h6,
  .h6 * {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .btn {
    height: 5.4rem;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
  }
  .btn-link {
    font-size: 1.5rem;
    line-height: 2.4rem;
    gap: 1.2rem;
  }
  .btn-link img {
    max-width: 2rem;
  }
  .subtitle-1 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .subtitle-2 {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .sm-title,
  .body-2 {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .badge {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .btn-arrows {
    margin-top: 3.2rem;
  }
  .btn-arrow {
    width: 4.8rem !important;
    height: 4.8rem !important;
  }

  .mb-16 {
    margin-bottom: 1.2rem;
  }
  .mb-20 {
    margin-bottom: 1.2rem;
  }
  .mb-24 {
    margin-bottom: 1.2rem;
  }
  .mb-28 {
    margin-bottom: 1.2rem;
  }
  .mt-28 {
    margin-top: 1.2rem;
  }
  .mb-40 {
    margin-bottom: 2rem;
  }
  .mt-40 {
    margin-top: 2rem;
  }
  .mb-48 {
    margin-bottom: 2.4rem;
  }
  .mt-48 {
    margin-top: 2.4rem;
  }
  .mb-56 {
    margin-bottom: 3.2rem;
  }
  .mt-64 {
    margin-top: 3.2rem;
  }
  .mb-64 {
    margin-bottom: 3.2rem;
  }
  .mb-72 {
    margin-bottom: 3.2rem;
  }
  .mt-72 {
    margin-top: 3.2rem;
  }
  .mb-80 {
    margin-bottom: 4rem;
  }
  .mt-80 {
    margin-top: 4rem;
  }
  .pt-104 {
    padding-top: 4.8rem;
  }
  .mb-112 {
    margin-bottom: 4.8rem;
  }
  .mb-120 {
    margin-bottom: 5.6rem;
  }
  .pb-120 {
    padding-bottom: 5.6rem;
  }
  .pt-120 {
    padding-top: 5.6rem;
  }
  .pr-120 {
    padding-right: 0;
  }
  .pl-120 {
    padding-left: 0;
  }
  .pt-128 {
    padding-top: 5.6rem;
  }
  .mb-144 {
    margin-bottom: 6rem;
  }
  .pt-144 {
    padding-top: 6rem;
  }
  .pb-144 {
    padding-bottom: 6rem;
  }
  .mb-148 {
    margin-bottom: 6.4rem;
  }
  .mb-160 {
    margin-bottom: 7.2rem;
  }
  .pb-184 {
    padding-bottom: 7.2rem;
  }
  .pt-184 {
    padding-top: 7.2rem;
  }
}
