:root {
  --ff-primary: Geologica;
  --grey-blue-300\<deleted\|variable-400b5cc0-9b58-43b6-9cc5-18b0f57d96b1\>: #60768b;
  --fs-16: clamp(.8125rem, .6504rem + .4511vw, 1rem);
  --ff-secondary: Roboto;
  --grey-blue-400: #415b75;
  --fw-400: 400;
  --size-24: 1.67vw;
  --size-20: 1.39vw;
  --size-16: 1.39vw;
  --primary-700: #161a60;
  --size-32: 2.22vw;
  --fs-13: 13px;
  --size-64: 4rem;
  --size-72: 4.5rem;
  --size-48: 3rem;
  --primary-100: #f0f0fb;
  --grey-blue-50: #e7ebee;
  --grey-blue-200: #92a1af;
  --ternary-100: #e4ffab;
  --size-120: 8.33vw;
  --size-8: 8px;
  --size-40: 2.5rem;
  --primary-200: #d2d3f5;
  --grey-blue-100: #b5bfc9;
  --size-4: 4px;
  --white: white;
  --primary-500: #5055d3;
  --size-88: 5.5rem;
  --fw-500: 500;
  --size-56: 3.89vw;
  --fs-40: clamp(1.5rem, .8353rem + 1.8497vw, 2.5rem);
  --fs-24: clamp(1rem, .6676rem + .9249vw, 1.5rem);
  --fs-32: clamp(1.5rem, 1.1676rem + .9249vw, 2rem);
  --fs-14: 14px;
  --fs-38: clamp(1.375rem, .5103rem + 2.406vw, 2.375rem);
  --secondary-100: #ceff64;
  --secondary-200: #a6d600;
  --primary-600: #2d32a5;
  --secondary100: #b8ff1d;
  --fs-20: clamp(1rem, .8338rem + .4624vw, 1.25rem);
  --fs-48: clamp(1.5rem, .5029rem + 2.7746vw, 3rem);
  --fs-18: clamp(1rem, .9169rem + .2312vw, 1.125rem);
  --fs-120: 0px;
  --fs-64: clamp(1.5rem, -.1618rem + 4.6243vw, 4rem);
  --secondary-100\<deleted\|variable-623fbf3b-d48f-e8a6-00fb-7a6fdd0c05a8\>: #e4ffab;
  --primary600: #191c71;
  --primary700: #080939;
  --primary-900: #222d52;
  --primary100: #dadbf8;
  --grey-200: #d5d5d8;
  --grey-blue-300: #60768b;
  --grey-300: #aeaeb2;
  --fs-98: clamp(1.5rem, -1.5744rem + 8.5549vw, 6.125rem);
  --fs-21: clamp(1rem, .7923rem + .578vw, 1.3125rem);
  --primary-300: #a7a9ec;
  --primary-400: #7c7fe1;
  --primary200: #afb0f0;
  --primary300: #8485e7;
  --primary400: #585bdb;
  --primary500: #2f34ba;
  --grey-100: #f1f1f1;
  --grey-400: #88888f;
  --grey-500: #64646c;
  --grey-600: #42424a;
  --grey-700: #232328;
  --grey-blue-500: #0f2e4b;
  --grey-blue-600: #0c243a;
  --grey-blue-700: #091c2d;
  --grey-blue-800: #071522;
  --secondary-300: #85ad00;
  --secondary-400: #658500;
  --secondary-500: #485f00;
  --secondary-600: #2c3c00;
  --secondary-700: #121b00;
  --secondary200: #97d400;
  --secondary300: #79aa00;
  --secondary400: #5b8200;
  --secondary500: #3f5c00;
  --secondary600: #253800;
  --secondary700: #0e1800;
  --ternary-200: #b2dc00;
  --ternary-300: #90b200;
  --ternary-400: #6f8a00;
  --ternary-500: #506400;
  --ternary-600: #324000;
  --ternary-700: #182000;
  --fw-300: 300;
  --fw-600: 600;
  --reveal-mask: 5%;
  --animation-mask-0: 0%;
  --delay: .3;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    overflow: visible;
  }

  .logo.md-none {
    display: block;
  }

  .flex.baseline.mb-72, .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24 {
    margin-bottom: 72px;
  }

  .flex.gap-16.items-center.text-left.align-left, .flex.gap-16.mb-auto {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24.xs-mb-16 {
    margin-bottom: 32px;
  }

  .flex.center-left.gap-16.px-24.pt-24.pb-16, .flex.center-left.gap-16.px-24.pt-24.pb-16._w-100 {
    padding: 24px 24px 16px;
  }

  .flex.space-beetween._w-100.mb-24.grow-1.xl-mb-24 {
    margin-bottom: 24px;
    display: flex;
  }

  .flex.full-w.space-beetween.py-16.md-w-50.md-h-100vh.md-column.md-center-left.md-px-20 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .flex.column.gap-16.items-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex.column.space-between.p-32.bg-white.xs-p-16.xs-p-8.xs-center {
    padding: 32px;
  }

  .flex.column._w-100.mb-32.grow-1 {
    margin-bottom: 32px;
  }

  .flex.baseline.mb-72, .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24, .flex.baseline.mb-72, .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24, .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24, .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24, .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24 {
    margin-bottom: 72px;
  }

  .flex.gap-16.items-center.text-left.align-left, .flex.gap-16.mb-auto, .flex.gap-16.items-center.text-left.align-left, .flex.gap-16.items-center.text-left.align-left, .flex.gap-16.items-center.text-left.align-left, .flex.gap-16.mb-auto {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex.center-start.space-between.gap-40.xs-column.xs-center-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24.xs-mb-16, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24.xs-mb-16, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24.xs-mb-16, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24.xs-mb-16, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24.xs-mb-16, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24.xs-mb-16, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24.xs-mb-16, .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24.xs-mb-16 {
    margin-bottom: 32px;
  }

  .flex.lg-gap-32.lg-mb-72 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 72px;
  }

  .flex.center-left.gap-16.px-24.pt-24.pb-16, .flex.center-left.gap-16.px-24.pt-24.pb-16._w-100, .flex.center-left.gap-16.px-24.pt-24.pb-16, .flex.center-left.gap-16.px-24.pt-24.pb-16._w-100, .flex.center-left.gap-16.px-24.pt-24.pb-16, .flex.center-left.gap-16.px-24.pt-24.pb-16._w-100, .flex.center-left.gap-16.px-24.pt-24.pb-16, .flex.center-left.gap-16.px-24.pt-24.pb-16._w-100, .flex.center-left.gap-16.px-24.pt-24.pb-16, .flex.center-left.gap-16.px-24.pt-24.pb-16._w-100, .flex.center-left.gap-16.px-24.pt-24.pb-16._w-100 {
    padding: 24px 24px 16px;
  }

  .flex.gap-8.mb-16.xs-column.xs-gap-0.xs-mb-8.xl-mb-16 {
    margin-bottom: 16px;
  }

  .gradient.lg-pt-120.rounded-24.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .gradient.lg-pt-120.rounded-24.overflow.mx-20.pt-40.releative.xs-rounded-16 {
    padding-top: 120px;
  }

  .gradient.lg-py-120.rounded-24.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .gradient.lg-py-120.rounded-24.mx-20.xs-py-40.xs-rounded-16 {
    margin-bottom: 120px;
  }

  .gradient.rounded-b-56 {
    border-bottom-left-radius: var(--size-56);
    border-bottom-right-radius: var(--size-56);
  }

  .lg-py-120, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg-py-120.xs-py-40.xl-py-120, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120.xs-rounded-16 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg-py-120.xs-py-40.xl-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .absolute.lg-size-324.bottom.index-top.m-auto {
    width: 324px;
    height: 324px;
  }

  .ff-primary.fs-24.line-height-1-5.text-blue-700.mt-0.mb-16 {
    margin-bottom: 16px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white {
    padding: 16px 24px;
  }

  .ff-primary.fw-400.fs-24.text-blue-700.line-height-1-1.mb-16.mt-0, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-48.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-blue-700.uppercase.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-center.text-white.capitalize.mt-0.mb-16 {
    margin-bottom: 16px;
  }

  .ff-primary.fw-400.fs-32.line-height-1-1.text-blue-700.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fs-24.line-height-1-5.text-blue-700.mt-0.mb-16, .ff-primary.fs-24.line-height-1-5.text-blue-700.mt-0.mb-16, .ff-primary.fs-24.line-height-1-5.text-blue-700.mt-0.mb-16, .ff-primary.fs-24.line-height-1-5.text-blue-700.mt-0.mb-16, .ff-primary.fs-24.line-height-1-5.text-blue-700.mt-0.mb-16 {
    margin-bottom: 16px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white {
    padding: 16px 24px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white {
    padding: 16px 24px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white {
    padding: 16px 24px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white {
    padding: 16px 24px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.bg-secondary.text-blue-700.lg-py-24.lg-px-48 {
    padding: 24px 48px;
  }

  .ff-primary.fw-400.fs-24.text-blue-700.line-height-1-1.mb-16.mt-0, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-48.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-blue-700.uppercase.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-center.text-white.capitalize.mt-0.mb-16 {
    margin-bottom: 16px;
  }

  .ff-primary.fw-400.fs-32.line-height-1-1.text-blue-700.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-24.text-blue-700.line-height-1-1.mb-16.mt-0, .ff-primary.fw-400.fs-24.text-blue-700.line-height-1-1.mb-16.mt-0, .ff-primary.fw-400.fs-24.text-blue-700.line-height-1-1.mb-16.mt-0, .ff-primary.fw-400.fs-24.text-blue-700.line-height-1-1.mb-16.mt-0, .ff-primary.fw-400.fs-24.text-blue-700.line-height-1-1.mb-16.mt-0, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-48.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-48.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-48.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-48.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-48.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-48.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-blue-700.uppercase.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-center.text-white.capitalize.mt-0.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-blue-700.uppercase.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-center.text-white.capitalize.mt-0.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-blue-700.uppercase.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-blue-700.uppercase.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-blue-700.uppercase.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-center.text-white.capitalize.mt-0.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-center.text-white.capitalize.mt-0.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-center.text-white.capitalize.mt-0.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-center.text-white.capitalize.mt-0.mb-16, .ff-primary.fw-400.fs-64.line-height-11.text-center.text-white.capitalize.mt-0.mb-16 {
    margin-bottom: 16px;
  }

  .ff-primary.fw-400.text-blue-gray-400.fs-24.text-center.mb-32 {
    margin-bottom: 32px;
  }

  .ff-primary.fw-400.capitalize.text-center.underline-0.rounded-100.secondary.py-16.px-24.xs-py-8.xs-px-16 {
    padding: 16px 24px;
  }

  .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.fw-400.fs-32.line-height-1-1.text-blue-700.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16, .ff-primary.fw-400.fs-38.line-height-1-1.text-white.text-center.mt-0.mb-16 {
    margin-bottom: 16px;
  }

  .fs-48.text-blue-700.line-height-1-1.capitalize.ff-primary.mb-0.mt-0.sm-fs-24.xl-fs-48 {
    font-size: 48px;
  }

  .grid.grid-cols-8.grid-rows-1.gap-0.overflow-scroll.mb-48 {
    margin-bottom: 48px;
  }

  .text-white.text-center.lg-w-60.lg-mb-40 {
    margin-bottom: 40px;
  }

  .text-white.text-center.lg-w-60.lg-mb-40._w-100.mb-24.xl-w-500 {
    min-width: auto;
    max-width: 700px;
  }

  .releative.max-w-100.px-32.pb-32.xs-px-16.xs-pb-16 {
    padding: 0 16px 16px;
  }

  .lg-pt-120.pt-40 {
    padding-top: 120px;
  }

  .gradient-secondary.rounded-24 {
    border-radius: var(--size-24);
  }

  .gradient-secondary.rounded-24.mx-20 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gradient-secondary.rounded-24.lg-pt-120.mx-20 {
    padding-top: 120px;
  }

  .gradient-secondary.rounded-24.lg-pt-120.mx-20.mb-20 {
    margin-bottom: 20px;
  }

  .gradient-secondary.rounded-24.overflow.mx-20.mb-20.lg-pt-120.xs-rounded-16 {
    padding-top: 120px;
  }

  ._w-33.mr-16.md-w-40.xs-full-w {
    max-width: 32%;
    margin-right: 16px;
    overflow: visible;
  }

  .bg-white.p-32.rounded-16.outline.border-primary-200 {
    border-radius: 16px;
    padding: 32px;
  }

  .lg-mb-56 {
    margin-bottom: 56px;
  }

  .grid-cols-3.gap-40.md-grid-cols-2.md-gap-32.xs-grid-cols-1, .grid-cols-3.gap-40.md-grid-cols-2.xs-gap-16.xs-grid-cols-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-cols-3.grid-rows-420.mb-88.md-grid-cols-2.xs-grid-cols-1.xl-mb-88 {
    margin-bottom: 88px;
  }

  .grid-cols-3.gap-40.md-grid-cols-2.md-gap-32.xs-grid-cols-1, .grid-cols-3.gap-40.md-grid-cols-2.xs-gap-16.xs-grid-cols-1, .grid-cols-3.gap-40.md-grid-cols-2.md-gap-32.xs-grid-cols-1, .grid-cols-3.gap-40.md-grid-cols-2.xs-gap-16.xs-grid-cols-1, .grid-cols-3.gap-40.md-grid-cols-2.md-gap-32.xs-grid-cols-1, .grid-cols-3.gap-40.md-grid-cols-2.md-gap-32.xs-grid-cols-1, .grid-cols-3.gap-40.md-grid-cols-2.xs-gap-16.xs-grid-cols-1, .grid-cols-3.gap-40.md-grid-cols-2.xs-gap-16.xs-grid-cols-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .overflow.rouded-16._w-100.flex-bassis.h-270.bg-grey-200.mb-16.xs-rounded-16.xl-mb-16 {
    margin-bottom: 16px;
  }

  .overflow.rouded-16._w-100.flex-bassis.h-270.bg-grey-200.mb-16.xs-rounded-16.xl-mb-16.xl-rounded-16 {
    border-radius: 16px;
  }

  .py-56.border-top.border-grey-top {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg-fs-14.text-grey-blue-200.mb-24 {
    margin-bottom: 24px;
  }

  .lg-fs-14.capitalize.text-center.text-grey-blue-400.rounded-100.outline.br-grey-blue-400.py-8.lg-px-24.lg-mb-32.sm-fs-13.fs-10.px-16.mb-16 {
    margin-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .py-40.border-top.border-grey-top.grey-blue-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .background-hero.lg-py-40.xs-pb-0 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl-none, .xl-none.lg-inline-block, .xl-none.lg-inline-block {
    display: none;
  }

  .mr-16._w-33.xl-mr-16 {
    margin-right: 16px;
  }

  .mr-16._w-33.xl-mr-16.md-w-50.sm-w-100 {
    max-width: 32.5%;
  }

  .d-inline-block.ff-primary.underline-0.rounded-100.text-blue-700-copy.py-20.px-32.xs-py-8.xs-px-16.secondary-100.md-none.xs-block.xl-ly-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .d-inline-block.ff-primary.underline-0.rounded-100.text-blue-700-copy.py-20.px-32.xs-py-8.xs-px-16.secondary-100.md-none.xs-block.xl-ly-20.xl-px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .d-inline-block.ff-primary.underline-0.rounded-100.xl-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .d-inline-block.ff-primary.underline-0.rounded-100.xl-py-16.xl-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .d-inline-block-copy.ff-primary.underline-0.rounded-100.text-grey-blue-400.py-16.px-24.xs-py-8.xs-px-16.outline.border-grey-blue-200.xl-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .d-inline-block-copy.ff-primary.underline-0.rounded-100.text-grey-blue-400.py-16.px-24.xs-py-8.xs-px-16.outline.border-grey-blue-200.xl-py-16.xl-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mask-3.xs-bm-24.lg-mb-48.md-mb-32.xs-mb-24.xl-mb-48 {
    margin-bottom: 48px;
  }

  .xl-inline-block, .xl-inline-block.lg-none {
    display: inline-block;
  }

  .xl-inline-block.lg-none {
    display: inline-block;
  }

  .xl-inline-block.lg-none.xs-m-auto {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mb-24 {
    margin-bottom: 24px;
  }

  .bottom {
    bottom: auto;
  }

  .mb-72 {
    margin-bottom: 72px;
  }

  .gird.grid-cols-1.grid-rows-3.gap-0.overflow.rounded-16 {
    display: none;
  }

  .lg-w-50.sm-w-60.xs-w-100 {
    width: 60%;
    max-width: none;
  }

  .lg-size-324.absolute.bottom {
    z-index: 1048;
    inset: 81% 50% auto;
  }

  .lg-size-324.absolute.bottom.m-auto {
    left: 0%;
    right: 0%;
  }

  .p-20.border-t.border-grey._w-100 {
    padding: 24px;
  }

  .swiper.hero-benefits {
    display: none;
  }

  .fs-38.text-blue-700.line-height-1-1.capitalize.ff-primary.mb-0.mt-0.sm-fs-24.xl-fs-48 {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .logo.md-none {
    display: block;
  }

  .flex.column.mb-72.items-center.xs-mb-24.sm-mb-48, .flex.column.mb-72.items-center.sm-mb-48 {
    margin-bottom: var(--size-48);
  }

  .flex.column.center.rounded-full.size-40.border.border-grey-400.bg-transparent.xs-size-40.lg-none.md-block, .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay {
    display: flex;
  }

  .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24.sm-mb-48, .flex.baseline.mb-72.md-mb-64.sm-mb-48 {
    margin-bottom: var(--size-48);
  }

  .flex.full-w.space-beetween.py-16.md-w-50 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .flex.full-w.space-beetween.py-16.md-w-50.md-h-100vh {
    height: auto;
    min-height: 100vh;
    max-height: none;
  }

  .flex.full-w.space-beetween.py-16.md-w-50.md-h-100vh.md-column {
    flex-flow: column;
  }

  .flex.full-w.space-beetween.py-16.md-w-50.md-h-100vh.md-column.md-center-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex.full-w.space-beetween.py-16.md-w-50.md-h-100vh.md-column.md-center-left.md-px-20 {
    padding-right: var(--size-20);
    padding-left: var(--size-20);
    background-color: var(--primary-700);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: none;
    top: 78px;
  }

  .flex.full-w.space-beetween.py-16.md-w-50.md-h-100vh.md-column.md-center-left.md-px-20.xs-p-16 {
    top: 66px;
  }

  .flex.column.mb-72.items-center.xs-mb-24.sm-mb-48, .flex.column.mb-72.items-center.sm-mb-48 {
    margin-bottom: var(--size-48);
  }

  .flex.column.center.rounded-full.size-40.border.border-grey-400.bg-transparent.xs-size-40.lg-none.md-block, .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay {
    display: flex;
  }

  .flex.column.center-top.overflow.h-24.md-h-21 {
    height: 21px;
  }

  .flex.column.mb-72.items-center.xs-mb-24.sm-mb-48, .flex.column.mb-72.items-center.sm-mb-48 {
    margin-bottom: var(--size-48);
  }

  .flex.column.mb-72.items-center.xs-mb-24.sm-mb-48, .flex.column.mb-72.items-center.sm-mb-48 {
    margin-bottom: var(--size-48);
  }

  .flex.column.mb-72.items-center.md-mb-64 {
    margin-bottom: var(--size-64);
  }

  .flex.column.mb-72.items-center.xs-mb-24.sm-mb-48 {
    margin-bottom: var(--size-48);
    margin-bottom: var(--size-48);
  }

  .flex.column.mb-72.items-center.sm-mb-48 {
    margin-bottom: var(--size-48);
  }

  .flex.column.center.rounded-full.size-40.border.border-grey-400.bg-transparent.xs-size-40.lg-none.md-block, .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay {
    display: flex;
  }

  .flex.column.center.rounded-full.size-40.border.border-grey-400.bg-transparent.xs-size-40.lg-none.md-block, .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay {
    display: flex;
  }

  .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay {
    display: flex;
  }

  .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay.xs-px-16 {
    display: none;
  }

  .flex.column.center.text-center.lg-mb-72.sm-mb48 {
    margin-bottom: var(--size-48);
    margin-bottom: var(--size-48);
    margin-bottom: var(--size-48);
  }

  .flex.column.items-center.justify-center.lg-w-49.overflow {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .flex.column.items-center.justify-center.lg-w-49.overflow.md-w-47 {
    width: 47%;
  }

  .flex.column.text-white._w-49.mb-56.md-w-47 {
    max-width: 47%;
  }

  .flex.column.md-w-100 {
    width: 100%;
  }

  .flex.column.md-w-100.md-mb-40 {
    margin-bottom: var(--size-40);
    margin-bottom: var(--size-40);
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-3.card-scroll.animation.md-none {
    display: none;
  }

  .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24.sm-mb-48, .flex.baseline.mb-72.md-mb-64.sm-mb-48 {
    margin-bottom: var(--size-48);
  }

  .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24.sm-mb-48, .flex.baseline.mb-72.md-mb-64.sm-mb-48 {
    margin-bottom: var(--size-48);
  }

  .flex.baseline.mb-72.md-mb-64 {
    margin-bottom: var(--size-64);
  }

  .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24.sm-mb-48, .flex.baseline.mb-72.md-mb-64.sm-mb-48, .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24.sm-mb-48, .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24.sm-mb-48, .flex.baseline.mb-72.md-mb-64.xs-block.xs-mb-24.sm-mb-48, .flex.baseline.mb-72.md-mb-64.sm-mb-48 {
    margin-bottom: var(--size-48);
  }

  .flex.center-start.gap-16.lg-mb-32.md-column.md-items-start {
    justify-content: center;
    align-items: flex-start;
  }

  .flex.center-start.gap-16.p-16 {
    padding: 12px;
  }

  .flex.center-start.gap-4.bg-white-10.py-4.pl-4.pr-8.rounded-100.md-order-0 {
    order: 1;
  }

  .flex.lg-gap-88.space-between.items-start.column.sm-gap-40 {
    grid-column-gap: var(--size-64);
    grid-row-gap: var(--size-64);
    grid-column-gap: var(--size-64);
    grid-row-gap: var(--size-64);
  }

  .flex.lg-gap-88.space-between.items-start.sm-gap-40 {
    grid-column-gap: var(--size-40);
    grid-row-gap: var(--size-40);
  }

  .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48 {
    width: var(--size-48);
    height: var(--size-48);
    width: var(--size-48);
    height: var(--size-48);
    width: var(--size-48);
    height: var(--size-48);
    width: var(--size-48);
    height: var(--size-48);
    width: var(--size-48);
    height: var(--size-48);
    width: var(--size-48);
    height: var(--size-48);
  }

  .flex.lg-gap-32.lg-mb-72.sm-mb-48 {
    margin-bottom: var(--size-48);
    margin-bottom: var(--size-48);
    margin-bottom: var(--size-48);
  }

  .flex.center-left.space-between.md-py-8 {
    padding-top: var(--size-8);
    padding-bottom: var(--size-8);
    padding-top: var(--size-8);
    padding-bottom: var(--size-8);
  }

  .flex.center-left.sapce-between.gap-40 {
    flex-flow: wrap;
  }

  .flex.center-left.sapce-between.gap-40.md-gap-32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .flex.mb-32.md-w-64 {
    max-width: 64px;
  }

  .flex.lg-size-48.sm-size-32 {
    width: 32px;
    height: 32px;
  }

  .flex.md-column {
    flex-flow: column;
  }

  .flex.md-column.md-mb-24 {
    margin-bottom: var(--size-24);
    margin-bottom: var(--size-24);
  }

  .m-0 {
    font-size: var(--fs-16);
    font-weight: var(--fw-400);
  }

  .lg-py-120.sm-pb-100 {
    padding-bottom: 100px;
  }

  .fs-24.text-center.mb-32 {
    font-size: var(--fs-24);
    font-size: var(--fs-24);
    font-size: var(--fs-24);
  }

  .d-block {
    font-size: var(--fs-32);
  }

  .d-block.h-auto {
    height: auto;
  }

  .d-block.m-auto.md-w-80.md-h-auto, .d-block.h-auto {
    height: auto;
  }

  .d-block.m-auto.md-w-80 {
    max-width: 80%;
  }

  .d-block.m-auto.md-w-80.md-h-auto {
    height: auto;
  }

  .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0 {
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
  }

  .ff-primary.mb-0.text-grey-blue-200.capitalize.md-fs-14 {
    font-size: var(--fs-14);
    font-size: var(--fs-14);
    font-size: var(--fs-14);
    font-size: var(--fs-14);
  }

  .ff-primary.capitalize.mb-0.text-grey-blue-200.md-fs-14 {
    font-size: 14px;
  }

  .ff-primary.fs-32.text-blue-700.text-left.mb-32.md-fs-24 {
    font-size: var(--size-24);
    font-size: var(--size-24);
    font-size: var(--size-24);
    font-size: var(--size-24);
  }

  .ff-primary.fs-32.line-height-1-1.text-blue-700.text-left.mb-32.md-fs-24 {
    width: auto;
    height: auto;
    font-size: 1.5rem;
  }

  .ff-primary.fs-24.line-height-1-5.text-blue-700.mt-0.mb-16.md-fs-18 {
    font-size: 18px;
  }

  .ff-primary.uppercase.mb-0.md-fs-14 {
    font-size: 14px;
  }

  .ff-primary.text-left.text-white.line-height-11.uppercase.fs-38.mt-0.lg-mb-16.md-fs-24 {
    font-size: 1.5rem;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700 {
    display: block;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white {
    padding-right: var(--size-32);
    padding-left: var(--size-32);
    padding-right: var(--size-32);
    padding-left: var(--size-32);
  }

  .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0 {
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
  }

  .ff-primary.fw-400.fs-24.text-blue-700 {
    font-size: var(--fs-20);
    font-size: var(--fs-20);
  }

  .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.m-0 {
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
  }

  .ff-primary.fw-400.capitalize.text-center.underline-0.rounded-100.secondary.py-16.px-24 {
    padding-right: var(--size-32);
    padding-left: var(--size-32);
    padding-right: var(--size-32);
    padding-left: var(--size-32);
    padding-right: var(--size-32);
    padding-left: var(--size-32);
    padding-right: var(--size-32);
    padding-left: var(--size-32);
    padding-right: var(--size-32);
    padding-left: var(--size-32);
    padding-right: var(--size-32);
    padding-left: var(--size-32);
    padding-right: var(--size-32);
    padding-left: var(--size-32);
  }

  .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0 {
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
    font-size: var(--fs-48);
  }

  .ff-primary.text-blue-700.fw-500.capitalize.text-16.mb-4 {
    margin-bottom: 0;
  }

  .grid.p-0.grid-cols-3.gap-0.grid-rows-232.md-grid-rows-280 {
    grid-template-rows: 200px;
  }

  .grid.p-0.grid-cols-3.gap-0.grid-rows-232.md-grid-rows-280.xs-grid-cols-1.xs-grid-rows-100.xs-none {
    grid-template-rows: 280px;
  }

  .grid.lg-grid-cols-3.lg-grid-rows-2.lg-gap-16.sm-grid-cols-2 {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .grid.lg-grid-cols-3.lg-grid-rows-2.lg-gap-16.sm-grid-cols-2.sm-grid-rows-3 {
    grid-template-rows: 1fr 1fr auto;
  }

  .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64 {
    margin-bottom: var(--size-64);
  }

  .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48 {
    margin-bottom: var(--size-48);
    margin-bottom: var(--size-48);
  }

  .slider.md-max-h-210 {
    max-height: 210px;
  }

  .ff-secondary.uppercase.text-center.text-primary600.mb-0.md-fs-14, .ff-secondary.text-blue-dark.md-fs-14 {
    font-size: 14px;
  }

  .ff-secondary.text-white.max-w-500.mb-24.md-fs-14, .ff-secondary.uppercase.text-center.text-primary600.mb-0.md-fs-14, .ff-secondary.uppercase.text-center.text-primary600.mb-0.md-fs-14, .ff-secondary.uppercase.text-center.text-primary600.mb-0.md-fs-14, .ff-secondary.uppercase.text-center.text-primary600.mb-0.md-fs-14, .ff-secondary.uppercase.text-center.text-primary600.mb-0.md-fs-14, .ff-secondary.text-blue-dark.md-fs-14, .ff-secondary.text-blue-dark.md-fs-14 {
    font-size: 14px;
  }

  .ff-secondary.text-white.max-w-500.mb-24 {
    display: block;
  }

  .ff-secondary.text-white.max-w-500.mb-24.md-fs-14 {
    font-size: 14px;
  }

  .gradient-secondary.lg-py-120.rounded-24.mx-20.sm-py-40 {
    padding-top: var(--size-40);
    padding-bottom: var(--size-64);
    padding-top: var(--size-40);
    padding-bottom: var(--size-64);
    padding-top: var(--size-40);
    padding-bottom: var(--size-64);
    padding-top: var(--size-40);
    padding-bottom: var(--size-64);
  }

  .gradient-secondary.bg-image.overflow.lg-py-120.rounded-24.mx-20.mb-20 {
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  ._w-33.mr-16.md-w-40 {
    vertical-align: top;
    vertical-align: top;
    vertical-align: top;
    max-width: 40%;
  }

  .grid-cols-3.grid-rows-420.mb-88.md-grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-cols-3.grid-rows-420.mb-88.md-grid-cols-2.xs-grid-cols-1.xl-mb-88.xl-gap-16.sm-mb-48 {
    margin-bottom: var(--size-48);
    margin-bottom: var(--size-48);
    margin-bottom: var(--size-48);
    margin-bottom: var(--size-48);
    margin-bottom: var(--size-48);
  }

  .grid-cols-3.gap-40.md-grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-cols-3.gap-40.md-grid-cols-2.md-gap-32 {
    grid-column-gap: var(--size-32);
    grid-row-gap: var(--size-32);
    grid-column-gap: var(--size-32);
    grid-row-gap: var(--size-32);
  }

  .capitalize.mb-0.hover-out.md-fs-14 {
    font-size: 14px;
  }

  .capitalize.mb-0.hover-out.md-fs-14.md-h-20 {
    line-height: 21px;
  }

  .capitalize.md-fs-14 {
    font-size: var(--fs-14);
  }

  .overflow.h-24.md-h-21 {
    height: 21px;
  }

  .lg-fs-14.capitalize.text-center.text-grey-blue-400.rounded-100.outline.br-grey-blue-400.py-8.lg-px-24.lg-mb-32.sm-fs-13 {
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
  }

  .background-hero.lg-py-40.xs-pb-0 {
    padding-top: var(--fs-64);
    padding-top: var(--fs-64);
    padding-top: var(--fs-64);
  }

  .md-h-32 {
    height: 32px;
  }

  .md-h-32.md-w-auto {
    width: auto;
  }

  .d-bock.max-w-100.h-auto.md-h-32 {
    height: 32px;
  }

  .d-bock.max-w-100.h-auto.md-h-32.md-w-auto {
    width: auto;
  }

  .mr-16._w-33.md-w-50 {
    max-width: 47%;
  }

  .d-inline-block.ff-primary.underline-0.rounded-100.text-blue-700-copy.py-20.px-32.xs-py-8.xs-px-16.secondary-100.md-none {
    display: none;
  }

  .h-auto {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .h-auto.lg-d-block {
    overflow: clip;
  }

  .mask-3.xs-bm-24.lg-mb-48.md-mb-32 {
    margin-bottom: var(--size-32);
    margin-bottom: var(--size-32);
    margin-bottom: var(--size-32);
    margin-bottom: var(--size-32);
  }

  .p-16.border-top.border-greyb-blue-100.xs-none.lg-block {
    border-top-color: var(--primary-100);
    border-top-color: var(--primary-100);
    border-top-color: var(--primary-100);
    border-top-color: var(--primary-100);
    border-top-color: var(--primary-100);
  }

  ._w-34.m-0.md-w-50 {
    max-width: 50%;
  }

  .mb-72.xs-mb-24.md-mb-64, .mb-72.xs-mb-24.md-mb-64.sm-mb-48, .mb-72.xs-mb-24.md-mb-64, .mb-72.xs-mb-24.md-mb-64.sm-mb-48, .mb-72.xs-mb-24.md-mb-64, .mb-72.xs-mb-24.md-mb-64.sm-mb-48, .mb-72.xs-mb-24.md-mb-64.sm-mb-48 {
    margin-bottom: var(--size-48);
  }

  .gird.grid-cols-1.grid-rows-3.gap-0.overflow.rounded-16 {
    display: none;
  }

  ._w-auto {
    width: auto;
  }

  .max-w-250 {
    width: auto;
    min-width: auto;
    max-width: 250px;
  }

  .bg-grey-blue-400.w--open {
    background-color: var(--grey-blue-400);
  }

  .bg-grey-blue-400.rounded-full.p-8 {
    padding: 8px;
  }

  .lg-mb-48.md-mb-32 {
    margin-bottom: 32px;
  }

  .lg-block.lg-h-auto.releative.z-index-5 {
    display: block;
  }

  .lg-w-50.sm-w-60 {
    max-width: 60%;
  }

  .lg-w-50.sm-w-60.xs-w-100 {
    width: 60%;
    max-width: none;
  }

  .md-none {
    display: none;
  }

  .lg-none.md-block {
    display: block;
  }

  .h-20 {
    height: 35px;
  }

  .h-20._w-auto {
    height: 20px;
  }

  .swiper.overflow.lg-w-full.lg-h-390.lg-flex.lg-column {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0 {
    left: 0%;
  }

  .flex.space-beetween.flex-wrap.xs-column {
    flex-flow: column;
  }

  .flex.full-w.space-beetween.py-16.md-w-50.md-h-100vh.md-column.md-center-left.md-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex.full-w.space-beetween.py-16.md-w-50.md-h-100vh.md-column.md-center-left.md-px-20.xs-p-16 {
    top: 66px;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0 {
    left: 0%;
  }

  .flex.column.max-w-56.xs-full-w {
    max-width: 100%;
  }

  .flex.column.center-top.overflow.h-24 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .flex.column.center-top.overflow.h-24.md-h-21.xs-fs-13 {
    font-size: var(--fs-13);
    font-size: var(--fs-13);
  }

  .flex.column.center-top.overflow.h-24.xs-h-21 {
    height: 21px;
  }

  .flex.column.center-top.bg-white.min-w-600.max-w-600.rounded-16.p-64.releative.index-3.xs-w-100.xs-mx-16 {
    border-radius: 16px;
    min-width: 100%;
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    padding: 64px;
  }

  .flex.column.mb-72.items-center.xs-mb-24 {
    margin-bottom: 4.5rem;
  }

  .flex.column.mb-72.items-center.sm-mb-48.xs-mb-24 {
    margin-bottom: 24px;
  }

  .flex.column.space-between.p-32.bg-white.xs-p-16 {
    padding: 16px;
  }

  .flex.column.center.overflow.full-w.pt-32.px-32.pb-0.ternary-100.underline-0.px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex.column.center.overflow.full-w.pt-32.px-32.pb-0.ternary-100.underline-0.px-24.pt-24 {
    padding-top: 24px;
  }

  .flex.column.center.overflow.full-w.pt-32.px-32.pb-0.primary100.underline-0.px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex.column.center.overflow.full-w.pt-32.px-32.pb-0.primary100.underline-0.px-24.pt-24 {
    padding-top: 24px;
  }

  .flex.column.center.overflow.full-w.pt-32.px-32.pb-0.bg-grey-blue-50.underline-0.px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex.column.center.overflow.full-w.pt-32.px-32.pb-0.bg-grey-blue-50.underline-0.px-24.pt-24 {
    padding-top: 24px;
  }

  .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay {
    display: flex;
  }

  .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex.column.center.text-center.lg-mb-72.xs-mb-24 {
    margin-bottom: 24px;
  }

  .flex.column.items-center.justify-center.lg-w-49.overflow.md-w-47.xs-w-full {
    width: 100%;
  }

  .flex.column.items-center.justify-center.lg-w-49.overflow.md-w-47.xs-w-full.xs-gap-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    overflow: visible;
  }

  .flex.column.text-white._w-49.mb-56.md-w-47.xs-w-full {
    width: 100%;
    max-width: 100%;
  }

  .flex.column.md-w-100.md-mb-40.xs-mb-56 {
    margin-bottom: 56px;
  }

  .flex.column.center.rounded-full.bg-primary-100.size-48.xs-size-32 {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .flex.column.center-bottom.releative.lg-w-50.lg-h-100.xs-w-100 {
    width: 100%;
    max-width: 100%;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0 {
    left: 0%;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0 {
    left: 0%;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0 {
    left: 0%;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0 {
    left: 0%;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0 {
    left: 0%;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0 {
    left: 0%;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-3.card-scroll.animation.md-none.xs-block {
    display: block;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0, .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0 {
    left: 0%;
  }

  .flex.baseline.mb-72.xs-block {
    display: block;
  }

  .flex.baseline.mb-72.xs-block.xs-mb-24 {
    margin-bottom: 24px;
  }

  .flex.center-start.space-between.gap-40.xs-column {
    grid-column-gap: var(--size-40);
    grid-row-gap: var(--size-40);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .flex.center-start.space-between.gap-40.xs-column.xs-center-left {
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex.center-start.space-between.gap-40.releative.xs-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex.center-start.gap-16.lg-mb-32.md-column.md-items-start.xs-mb-24 {
    margin-bottom: 16px;
  }

  .flex.center-start.gap-8.rounded-100.text-blue-700.fw-500.capitalize.bg-white.lg-px-24.lg-py-8.bg-primary-500.text-white.w--current {
    padding-top: var(--size-8);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: var(--size-8);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: var(--size-8);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: var(--size-8);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: var(--size-8);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: var(--size-8);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: var(--size-8);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: var(--size-8);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: var(--size-8);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: var(--size-8);
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex.center-start.flex-wrap.gap-48.xs-gap-24.xs-flex-column.xs-items-start {
    justify-content: flex-start;
    align-items: center;
  }

  .flex.lg-gap-88.space-between.items-start.column.sm-gap-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .flex.center.grow-1.mb-32.sm-size-100 {
    height: 100px;
  }

  .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24 {
    margin-bottom: 24px;
  }

  .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24.xs-mb-16 {
    margin-bottom: 16px;
  }

  .flex.center.rounded-full.yellow-100.mb-32.size-72.md-size-48.sm-mb-24.xs-mb-0 {
    margin-bottom: 0;
  }

  .flex.lg-gap-32.lg-mb-72.xs-column {
    flex-flow: column;
  }

  .flex.center-left.gap-16.px-24.pt-24.pb-16._w-100.xs-p-16 {
    padding: 12px;
  }

  .flex.center-left.gap-16.px-24.pt-24.pb-16._w-100.xs-p-16.xs-gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .flex.center-left.sapce-between.gap-40.md-gap-32.xs-column {
    flex-flow: column;
  }

  .flex.center-left.sapce-between.gap-40.md-gap-32.xs-column.xs-gap-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex.xs-size-32 {
    width: 32px;
    height: 32px;
  }

  .gradient.lg-pt-120.rounded-24.overflow.mx-20.pt-40.xs-rounded-16 {
    border-radius: 1.67vw;
  }

  .gradient.rounded-b-56 {
    border-bottom-left-radius: var(--size-56);
    border-bottom-right-radius: var(--size-56);
  }

  .lg-py-120.xs-py-40, .lg-py-120.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xl-py-120.xs-py-40.xs-rounded-16 {
    border-radius: 16px;
  }

  .lg-py-120.xs-py-40, .lg-py-120.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .d-block.h-auto.xs-w-100 {
    width: 100%;
  }

  .absolute.lg-size-324.bottom.index-top.m-auto.xs-bottom {
    top: 93%;
    bottom: auto;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-py-8.xs-px-16, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8 {
    margin-bottom: var(--size-8);
  }

  .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8 {
    margin-bottom: var(--size-8);
  }

  .ff-primary.capitalize.mb-0.text-grey-blue-200.md-fs-14.xs-fs-13 {
    font-size: 13px;
  }

  .ff-primary.fs-24.line-height-1-5.text-blue-700.mt-0.mb-16.md-fs-18.xs-fs-16 {
    font-size: 16px;
  }

  .ff-primary.fs-24.line-height-1-5.text-blue-700.mt-0.mb-16.md-fs-18.xs-fs-16.xs-mb-8 {
    margin-bottom: 8px;
  }

  .ff-primary.fs-24.line-height-1-5.text-blue-700.mt-0.mb-16.xs-mb-8 {
    margin-bottom: var(--size-8);
  }

  .ff-primary.text-left.text-white.line-height-11.uppercase.fs-38.mt-0.lg-mb-16.md-fs-24.xs-mb-16 {
    margin-bottom: 8px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-py-8.xs-px-16, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-py-8.xs-px-16, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-py-8.xs-px-16, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-py-8.xs-px-16, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-py-8.xs-px-16, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-py-8.xs-px-16, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-py-8.xs-px-16, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-py-8 {
    padding-top: var(--size-8);
    padding-bottom: var(--size-8);
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-py-8.xs-px-16, .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.secondary-100.text-blue-700.xs-px-16.xs-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white.xs-py-8 {
    padding-top: var(--size-8);
    padding-bottom: var(--size-8);
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white.xs-py-8.xs-px-16 {
    padding: var(--size-8) 16px;
    padding: var(--size-8) 16px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.bg-secondary.text-blue-700.lg-py-24.lg-px-48 {
    padding: 16px 32px;
  }

  .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8 {
    margin-bottom: var(--size-8);
  }

  .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-24.text-blue-700.line-height-1-1.mb-16.mt-0.xs-mb-8 {
    margin-bottom: var(--size-8);
  }

  .ff-primary.fw-400.fs-24.text-blue-700.line-height-1-1.mb-16.mt-0.xs-mb-8 {
    margin-bottom: var(--size-8);
    margin-bottom: var(--size-8);
    margin-bottom: var(--size-8);
    margin-bottom: var(--size-8);
  }

  .ff-primary.fw-400.fs-24.text-blue-700.mb-32.xs-mb-16 {
    margin-bottom: var(--size-16);
    margin-bottom: var(--size-16);
  }

  .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-48.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8 {
    margin-bottom: var(--size-8);
  }

  .ff-primary.fw-400.fs-64.line-height-11.text-blue-700.uppercase.mb-16.xs-fs-48 {
    font-size: 48px;
  }

  .ff-primary.fw-400.fs-64.line-height-11.text-center.text-white.capitalize.mt-0.mb-16.xs-mb-8 {
    margin-bottom: var(--size-8);
    margin-bottom: var(--size-8);
    margin-bottom: var(--size-8);
    margin-bottom: var(--size-8);
    margin-bottom: var(--size-8);
    margin-bottom: var(--size-8);
  }

  .ff-primary.fw-400.text-blue-gray-400.fs-24.text-center.mb-32.xs-mb-24 {
    margin-bottom: 24px;
  }

  .ff-primary.fw-400.capitalize.text-center.bg-gey-blue-50.lg-py-8.lg-px-16.rounded-4.xs-px-8 {
    padding-right: var(--size-8);
    padding-left: var(--size-8);
  }

  .ff-primary.fw-400.capitalize.text-center.bg-gey-blue-50.lg-py-8.lg-px-16.rounded-4.xs-px-8.xs-py-4 {
    padding-top: var(--size-4);
    padding-bottom: var(--size-4);
    padding-top: var(--size-4);
    padding-bottom: var(--size-4);
  }

  .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.fw-400.fs-32.line-height-1-1.text-blue-700.mt-0.mb-16.xs-mb-16 {
    margin-bottom: 16px;
  }

  .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.m-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.mb-16.mt-0.capitalize.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8, .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0.xs-mb-8 {
    margin-bottom: var(--size-8);
  }

  .ff-primary.text-blue-700.fw-400.capitalize.mb-4.xs-fs-13 {
    font-size: var(--fs-13);
  }

  .ff-primary.text-blue-700.fw-400.capitalize.mb-4.xs-fs-13.xs-mb-0 {
    margin-bottom: 0;
  }

  .fs-48.text-blue-700.line-height-1-1.capitalize.ff-primary.mb-0.mt-0.sm-fs-24, .fs-48.text-blue-700.left.line-height-1-1.sm-fs-24 {
    font-size: 24px;
  }

  .fs-48.text-blue-700.line-height-1-1.capitalize.ff-primary.mb-0.mt-0.sm-fs-24, .fs-48.text-blue-700.left.line-height-1-1.sm-fs-24 {
    font-size: 24px;
  }

  .fs-48.text-blue-700.left.line-height-1-1.sm-fs-24 {
    font-size: 24px;
  }

  .fs-48.text-blue-700.left.line-height-1-1.sm-fs-24.sm-mb-8 {
    margin-bottom: 8px;
  }

  .fs-48.text-blue-700.line-height-1-1.capitalize.ff-primary.mb-0.mt-0.sm-fs-24 {
    font-size: 24px;
  }

  .text-left.xs-mb-56 {
    margin-bottom: 56px;
  }

  .grid.grid-cols-8.grid-rows-1.gap-0.overflow-scroll.mb-48.mb-24 {
    margin-bottom: 24px;
  }

  .grid.grid-cols-8.grid-rows-1.gap-0.overflow-scroll.mb-48.mb-24.sticky-top {
    position: sticky;
    top: 0;
  }

  .grid.grid-cols-8.grid-rows-1.gap-0.overflow-scroll.mb-48.mb-24.sticky-top.z-index-top {
    z-index: 1048;
  }

  .grid.grid-cols-8.grid-rows-1.gap-0.overflow-scroll.mb-48.mb-24.sticky-top.z-index-top.bg-white.p-8 {
    padding: var(--size-8);
    padding: var(--size-8);
    padding: var(--size-8);
    overflow: auto;
  }

  .grid.p-0.grid-cols-3.gap-0.grid-rows-232.md-grid-rows-280.xs-grid-cols-1 {
    grid-template-columns: 1fr;
  }

  .grid.p-0.grid-cols-3.gap-0.grid-rows-232.md-grid-rows-280.xs-grid-cols-1.xs-grid-rows-100 {
    grid-template-rows: 150px 150px 150px;
    grid-auto-rows: 100px;
  }

  .grid.p-0.grid-cols-3.gap-0.grid-rows-232.md-grid-rows-280.xs-grid-cols-1.xs-grid-rows-100.xs-none {
    display: none;
  }

  .grid.lg-grid-cols-3.lg-grid-rows-2.lg-gap-16.sm-grid-cols-2.sm-grid-rows-3.grid-cols-1 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .grid.lg-grid-cols-3.lg-grid-rows-2.lg-gap-16.sm-grid-cols-2.sm-grid-rows-3.grid-cols-1.grid-rows-6 {
    grid-template-rows: 240px 240px 240px 240px 240px 240px;
  }

  .text-white.text-center.lg-w-60.lg-mb-40._w-100.mb-24, .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48.mb-24, .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48.mb-24, .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48.mb-24, .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48.mb-24, .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48.mb-24, .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48.mb-24, .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48.mb-24, .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48.mb-24, .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48.mb-24, .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48.mb-24 {
    margin-bottom: 24px;
  }

  .mb-16.sm-mb-8 {
    margin-bottom: 8px;
  }

  .slider.md-max-h-210.xs-h-auto {
    height: auto;
    max-height: none;
  }

  .ff-secondary.uppercase.text-center.text-primary600.mb-0.md-fs-14.xs-fs-10 {
    font-size: 10px;
  }

  .ff-secondary.text-blue-dark.fs-18.xs-fs-16 {
    font-size: 16px;
  }

  .ff-secondary.text-blue-dark.md-fs-14.xs-fs-13 {
    font-size: 13px;
  }

  .ff-secondary.mb-0.uppercase.fs-18.xs-fs-16 {
    font-size: 16px;
  }

  .lg-pt-120.pt-40 {
    padding-top: 40px;
  }

  .gradient-secondary.lg-py-120.rounded-24.mx-20.sm-py-40.xs-py-40.xs-rounded-16.xs-size-56 {
    padding-bottom: var(--size-56);
    padding-bottom: var(--size-56);
    padding-bottom: var(--size-56);
    padding-bottom: var(--size-56);
    padding-bottom: var(--size-56);
    padding-bottom: var(--size-56);
    padding-bottom: var(--size-56);
  }

  .gradient-secondary.bg-image.overflow.lg-py-120.rounded-24.mx-20.mb-20 {
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: linear-gradient(309deg, var(--primary-200), #f1f1f1 52%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  ._w-33.mr-16.md-w-40.xs-full-w {
    max-width: 100%;
  }

  .lg-mb-56.mb-40 {
    margin-bottom: 40px;
  }

  .grid-cols-3.grid-rows-420.mb-88.md-grid-cols-2.xs-grid-cols-1, .grid-cols-3.gap-40.md-grid-cols-2.md-gap-32.xs-grid-cols-1 {
    grid-template-columns: 1fr;
  }

  .grid-cols-3.grid-rows-420.mb-88.md-grid-cols-2.xs-grid-cols-1, .grid-cols-3.gap-40.md-grid-cols-2.md-gap-32.xs-grid-cols-1 {
    grid-template-columns: 1fr;
  }

  .grid-cols-3.gap-40.md-grid-cols-2.md-gap-32.xs-grid-cols-1 {
    grid-template-columns: 1fr;
  }

  .grid-cols-3.gap-40.md-grid-cols-2.xs-gap-16 {
    grid-column-gap: var(--size-16);
    grid-row-gap: var(--size-16);
  }

  .capitalize.grey-blue-200.xs-fs-13 {
    font-size: 13px;
  }

  .lg-fs-14.text-grey-blue-200.mb-24.xs-mb-16 {
    margin-bottom: 16px;
  }

  .lg-fs-14.capitalize.text-center.text-grey-blue-400.rounded-100.outline.br-grey-blue-400.py-8.lg-px-24.lg-mb-32.sm-fs-13.fs-10.px-16.mb-16, .lg-fs-14.text-grey-blue-200.mb-24.xs-mb-16, .lg-fs-14.text-grey-blue-200.mb-24.xs-mb-16, .lg-fs-14.text-grey-blue-200.mb-24.xs-mb-16 {
    margin-bottom: 16px;
  }

  .lg-fs-14.capitalize.text-center.text-grey-blue-400.rounded-100.outline.br-grey-blue-400.py-8.lg-px-24.lg-mb-32.sm-fs-13.fs-10 {
    font-size: 10px;
  }

  .lg-fs-14.capitalize.text-center.text-grey-blue-400.rounded-100.outline.br-grey-blue-400.py-8.lg-px-24.lg-mb-32.sm-fs-13.fs-10.px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg-fs-14.capitalize.text-center.text-grey-blue-400.rounded-100.outline.br-grey-blue-400.py-8.lg-px-24.lg-mb-32.sm-fs-13.fs-10.px-16.mb-16 {
    margin-bottom: 16px;
  }

  .background-hero.lg-py-40.xs-pb-0 {
    padding-top: var(--fs-64);
    padding-bottom: 0;
    padding-top: var(--fs-64);
    padding-bottom: 0;
    padding-top: var(--fs-64);
    padding-bottom: 0;
  }

  .mr-16._w-33.xl-mr-16.md-w-50.sm-w-100 {
    max-width: 100%;
  }

  .d-inline-block.ff-primary.underline-0.rounded-100.text-blue-700-copy.py-20.px-32.xs-py-8 {
    padding-top: var(--size-8);
    padding-bottom: var(--size-8);
  }

  .d-inline-block.ff-primary.underline-0.rounded-100.text-blue-700-copy.py-20.px-32.xs-py-8.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .d-inline-block.ff-primary.underline-0.rounded-100.text-blue-700-copy.py-20.px-32.xs-py-8.xs-px-16.secondary-100.md-none.xs-block {
    display: block;
  }

  .xs-none {
    display: none;
  }

  .xs-block {
    display: block;
  }

  .xs-size-128 {
    height: 128px;
  }

  .d-inline-block-copy.ff-primary.underline-0.rounded-100.text-grey-blue-400.py-16.px-24.xs-py-8 {
    padding-top: var(--size-8);
    padding-bottom: var(--size-8);
  }

  .d-inline-block-copy.ff-primary.underline-0.rounded-100.text-grey-blue-400.py-16.px-24.xs-py-8.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mask-3.xs-bm-24.lg-mb-48.md-mb-32.xs-mb-24 {
    margin-bottom: 24px;
  }

  .rounded-100.py-20.px-40.primary-500.lg-mg-16.submit {
    margin-bottom: 16px;
    padding: 16px 24px;
  }

  .mb-24.xs-mb-24 {
    margin-bottom: 24px;
  }

  .mb-24.xs-mb-16 {
    margin-bottom: 16px;
  }

  ._w-34.m-0.md-w-50.xs-w-70 {
    max-width: 70%;
  }

  .mb-72.xs-mb-24, .mb-72.xs-mb-24.md-mb-64.sm-mb-48.mb-24, .mb-72.xs-mb-24, .mb-72.xs-mb-24.md-mb-64.sm-mb-48.mb-24, .mb-72.xs-mb-24.md-mb-64.sm-mb-48.mb-24, .mb-72.xs-mb-24.md-mb-64.sm-mb-48.mb-24, .mb-72.xs-mb-24.md-mb-64.sm-mb-48.mb-24 {
    margin-bottom: 24px;
  }

  .code-embed-2.size-32.xs-size-24 {
    width: 24px;
    height: 24px;
  }

  .gird.grid-cols-1 {
    grid-template-columns: 1fr;
  }

  .gird.grid-cols-1.grid-rows-3 {
    grid-template-rows: auto auto auto;
  }

  .gird.grid-cols-1.grid-rows-3.gap-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .gird.grid-cols-1.grid-rows-3.gap-0.overflow.rounded-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .xs-mb-24 {
    margin-bottom: var(--size-24);
  }

  .lg-block.lg-h-auto.releative.z-index-5.xs-w-90 {
    max-width: 90%;
  }

  .lg-block.lg-h-auto.releative.z-index-5.xs-w-90.xs-mr-80 {
    margin-right: -6%;
  }

  .lg-w-50.sm-w-60.xs-w-100 {
    width: 100%;
    max-width: 100%;
  }

  .p-20.border-t.border-grey._w-100.xs-p-16 {
    padding: 16px;
  }

  .fs-14.text-nowrap.xs-fs-13 {
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
  }

  .lg-mx-w-90.lg-mb-24.xs-w-100 {
    max-width: 100%;
  }

  .swiper.overflow.lg-w-full.lg-h-390.lg-flex.lg-column.xs-h-300 {
    overflow: hidden;
  }

  .fs-38.text-blue-700.line-height-1-1.capitalize.ff-primary.mb-0.mt-0.sm-fs-24 {
    font-size: 24px;
  }

  .size-64.xs-size-32 {
    width: 32px;
    height: 32px;
    overflow: visible;
  }

  .lg-mb-24.flex.column.min-h-full.xs-mb-16 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .logo.md-none {
    display: block;
  }

  .flex.column.center.rounded-full.size-40.border.border-grey-400.bg-transparent.xs-size-40.lg-none.md-block, .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay {
    display: flex;
  }

  .flex.full-w.space-beetween.py-16.md-w-50.md-h-100vh.md-column.md-center-left.md-px-20 {
    padding-top: 16px;
    padding-left: var(--size-20);
    top: 58px;
  }

  .flex.full-w.space-beetween.py-16.md-w-50.md-h-100vh.md-column.md-center-left.md-px-20.xs-p-16 {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    top: 58px;
  }

  .flex.column.center.rounded-full.size-40.border.border-grey-400.bg-transparent.xs-size-40.lg-none.md-block, .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay {
    display: flex;
  }

  .flex.column.center-top.bg-white.min-w-600.max-w-600.rounded-16.p-64.releative.index-3.xs-w-100 {
    min-width: 100%;
    max-width: 100%;
  }

  .flex.column.center-top.bg-white.min-w-600.max-w-600.rounded-16.p-64.releative.index-3.xs-w-100.xs-mx-16 {
    margin-left: 15px;
    margin-right: 15px;
    padding: 48px 24px;
  }

  .flex.column.mb-72.items-center.xs-mb-24 {
    margin-bottom: 24px;
  }

  .flex.column.space-between.p-32.bg-white.xs-p-16.xs-p-8 {
    padding: 8px;
  }

  .flex.column.space-between.p-32.bg-white.xs-p-16.xs-p-8.xs-center {
    justify-content: center;
    align-items: center;
    padding: 16px;
  }

  .flex.column.center.rounded-full.size-40.border.border-grey-400.bg-transparent.xs-size-40.lg-none.md-block, .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay {
    display: flex;
  }

  .flex.column.center.rounded-full.size-40.border.border-grey-400.bg-transparent.xs-size-40 {
    width: 40px;
    height: 40px;
  }

  .flex.column.center.rounded-full.size-40.border.border-grey-400.bg-transparent.xs-size-40.lg-none.md-block, .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay {
    display: flex;
  }

  .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay {
    display: flex;
  }

  .flex.column.center.bg-pimary-700-08.lg-py-32.fixed.index-0._w-100vw.h-100vh.d-none.z-index-top.modal-overlay.xs-px-16 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex.column.center.bg-grey-blue-200.rounded-16._w-100.h-270.mb-16.p-32.xs-p-24 {
    padding: 24px;
  }

  .flex.column.center.bg-grey-blue-200.rounded-16._w-100.h-270.mb-16.p-32.xs-p-24.xs-mb-16 {
    margin-bottom: 16px;
  }

  .flex.column.center.bg-grey-blue-200.rounded-16._w-100.h-270.mb-16.p-32.xs-p-24.xs-mb-16.xs-rounded-16 {
    border-radius: 16px;
  }

  .flex.column.center.text-center.lg-mb-72.xs-mb-24.xs-center-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex.column.center.text-center.lg-mb-72.sm-mb48.xs-center-left {
    justify-content: center;
    align-items: flex-start;
  }

  .flex.column.items-center.justify-center.lg-w-49.overflow.md-w-47.xs-w-full.xs-gap-40 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex.column._w-100.mb-32.grow-1.xs-mb-16 {
    margin-bottom: 16px;
  }

  .flex.column.text-left.max-w-230.pt-40.xs-pt-40 {
    padding-top: 40px;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-3.card-scroll.animation.md-none.xs-block.xs-w-144 {
    width: 144px;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-3.card-scroll.animation.md-none.xs-block.xs-w-144.xs-rounded-12 {
    border-radius: 12px;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144 {
    width: 144px;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144.xs-rounded-12 {
    border-radius: 12px;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-1.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0 {
    left: 0%;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144 {
    width: 144px;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12 {
    border-radius: 12px;
  }

  .flex.column.bg-white.rounded-16.border.border-grey-blue-50._w-auto.h-auto.card-2.card-scroll.animation.xs-w-144.xs-rounded-12.xs-transform-x-0 {
    left: 0%;
  }

  .flex.column.bg-white.rounded-16.border.border-primary-200.lg-p-32.min-h-full.xs-p-24 {
    padding: 24px;
  }

  .flex.column.bg-white.rounded-16.border.border-primary-200.lg-p-32.min-h-full.xs-p-24.xs-rounded-16 {
    border-radius: 16px;
  }

  .flex.baseline.mb-72.md-mb-64.sm-mb-48.xs-block.xs-mb-24 {
    margin-bottom: 24px;
  }

  .flex.baseline.gap-8.xs-mb-16 {
    margin-bottom: 16px;
  }

  .flex.center-start.gap-16.xs-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex.center-start.gap-4 {
    order: 1;
  }

  .flex.center-start.gap-4.bg-white-10.py-4.pl-4.pr-8.rounded-100 {
    padding-right: 16px;
  }

  .flex.center-start.gap-8.rounded-100.text-blue-700.fw-500.capitalize.bg-white.lg-px-24.lg-py-8.bg-primary-500.text-white {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex.center-start.gap-8.rounded-100.text-blue-700.fw-500.capitalize.bg-white.lg-px-24.lg-py-8.bg-primary-500.text-white.w--current {
    padding-left: 24px;
  }

  .flex.center-start.gap-40 {
    order: 0;
  }

  .flex.center-start.gap-40.xs-gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex.center-start.gap-40.xs-gap-16.xs-column {
    flex-flow: column;
  }

  .flex.center-start.gap-40.xs-gap-16.xs-column.xs-items-start {
    justify-content: center;
    align-items: flex-start;
  }

  .flex.center-start.flex-wrap.gap-48.xs-gap-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flex.center-start.flex-wrap.gap-48.xs-gap-24.xs-flex-column {
    flex-flow: column;
  }

  .flex.center-start.flex-wrap.gap-48.xs-gap-24.xs-flex-column.xs-items-start {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex.center.grow-1.mb-32.sm-size-100.xs-mb-16 {
    margin-bottom: 16px;
  }

  .flex.center.grow-1.mb-32.sm-size-100.xs-mb-16.xs-h-120 {
    height: 120px;
  }

  .flex.lg-gap-32.lg-mb-72.sm-mb-48.xs-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex.lg-gap-32.lg-mb-72.sm-mb-48.xs-column.xs-mb-24 {
    margin-bottom: 24px;
  }

  .flex.center-left.space-between.md-py-8.md-releative {
    justify-content: space-between;
    align-items: center;
  }

  .flex.center-left.sapce-between.gap-40.md-gap-32.xs-column.xs-gap-40, .flex.center-left.space-between.md-py-8.md-releative, .flex.center-left.space-between.md-py-8.md-releative, .flex.center-left.space-between.md-py-8.md-releative {
    justify-content: space-between;
    align-items: center;
  }

  .flex.center-left.gap-16.px-24.pt-24.pb-16._w-100.xs-p-16.xs-gap-16 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 12px;
  }

  .flex.center-left.sapce-between.gap-40 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex.center-left.sapce-between.gap-40.md-gap-32.xs-column.xs-gap-40 {
    justify-content: space-between;
    align-items: center;
  }

  .flex.gap-8.mb-16.xs-column {
    flex-flow: column;
  }

  .flex.gap-8.mb-16.xs-column.xs-gap-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex.gap-8.mb-16.xs-column.xs-gap-0.xs-mb-8 {
    margin-bottom: var(--size-8);
    margin-bottom: var(--size-8);
  }

  .flex.md-column.md-mb-24.xs-mb-40 {
    margin-bottom: 40px;
  }

  .flex.items-start {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex.items-start.justify-stretch {
    align-items: stretch;
  }

  .flex.items-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gradient.lg-pt-120.rounded-24.mx-20.pt-40.xs-rounded-16, .gradient.lg-pt-120.rounded-24.overflow.mx-20.pt-40.xs-rounded-16, .gradient.lg-py-120.rounded-24.mx-20.xs-py-40.xs-rounded-16 {
    border-radius: 16px;
  }

  .gradient.lg-pt-120.rounded-24.mx-20.pt-40.xs-rounded-16, .gradient.lg-pt-120.rounded-24.overflow.mx-20.pt-40.xs-rounded-16, .gradient.lg-pt-120.rounded-24.mx-20.pt-40.xs-rounded-16, .gradient.lg-pt-120.rounded-24.overflow.mx-20.pt-40.xs-rounded-16, .gradient.lg-pt-120.rounded-24.mx-20.pt-40.xs-rounded-16, .gradient.lg-pt-120.rounded-24.mx-20.pt-40.xs-rounded-16, .gradient.lg-pt-120.rounded-24.mx-20.pt-40.xs-rounded-16, .gradient.lg-pt-120.rounded-24.overflow.mx-20.pt-40.xs-rounded-16, .gradient.lg-pt-120.rounded-24.overflow.mx-20.pt-40.xs-rounded-16, .gradient.lg-pt-120.rounded-24.overflow.mx-20.pt-40.xs-rounded-16, .gradient.lg-pt-120.rounded-24.overflow.mx-20.pt-40.xs-rounded-16, .gradient.lg-py-120.rounded-24.mx-20.xs-py-40.xs-rounded-16, .gradient.lg-py-120.rounded-24.mx-20.xs-py-40.xs-rounded-16, .gradient.lg-py-120.rounded-24.mx-20.xs-py-40.xs-rounded-16, .gradient.lg-py-120.rounded-24.mx-20.xs-py-40.xs-rounded-16, .gradient.lg-py-120.rounded-24.mx-20.xs-py-40.xs-rounded-16 {
    border-radius: 16px;
  }

  .gradient.rounded-b-56 {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120.xs-rounded-16, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xl-py-120, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120.xs-rounded-16, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xl-py-120, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120.xs-rounded-16, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xl-py-120, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120.xs-rounded-16, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xl-py-120, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120.xs-rounded-16, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xl-py-120, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120.xs-rounded-16, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xl-py-120, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120.xs-rounded-16, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120.xs-rounded-16, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xs-py-40.xl-py-120.xs-rounded-16, .lg-py-120.overlfow.rounded-24.gradient.bg-grid-light.px-20.xl-py-120 {
    border-radius: 16px;
  }

  .fs-24.fw-400.text-normal.text-center.text-white.mb-0.fs-13 {
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
    font-size: var(--fs-13);
  }

  .d-block.xs-fs-24 {
    font-size: 22px;
  }

  .absolute.lg-size-324.bottom.index-top.m-auto.xs-bottom {
    inset: 100% 0% 0%;
    inset: 100% 0% 0%;
    inset: 100% 0% 0%;
    inset: 100% 0% 0%;
    inset: 100% 0% 0%;
    inset: 100% 0% 0%;
  }

  .ff-primary.fw-400.capitalize.text-center.underline-0.rounded-100.secondary.py-16.px-24.xs-py-8.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0 {
    font-size: var(--fs-38);
    font-size: var(--fs-38);
  }

  .ff-primary.fs-32.line-height-1-1.text-blue-700.text-left.mb-32.md-fs-24.xs-mb-16 {
    margin-bottom: 16px;
  }

  .ff-primary.fs-32.line-height-1-1.text-blue-700.text-left.mb-32.md-fs-24.xs-mb-16.lg-text-center.lg-mb-40.capitalize {
    margin-bottom: 24px;
  }

  .ff-primary.uppercase.mb-0.md-fs-14.text-white.line-height-1-1 {
    font-size: 12px;
  }

  .ff-primary.text-left.text-white.line-height-11.uppercase.fs-38.mt-0.lg-mb-16.md-fs-24.xs-mb-16 {
    font-size: 20px;
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white.xs-py-8 {
    padding-top: var(--size-8);
    padding-bottom: var(--size-8);
  }

  .ff-primary.underline-0.capitalize.rounded-100.py-16.px-24.primary-500.text-white.xs-py-8.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.fw-400.capitalize.text-center.underline-0.rounded-100.secondary.py-16.px-24.xs-py-8.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0 {
    font-size: var(--fs-38);
    font-size: var(--fs-38);
  }

  .ff-primary.fw-400.fs-24.text-blue-700.line-height-1-1.mb-16.mt-0.xs-mb-8 {
    margin-bottom: 8px;
  }

  .ff-primary.fw-400.fs-24.text-blue-700.mb-32.xs-mb-16 {
    margin-bottom: 16px;
  }

  .ff-primary.fw-400.capitalize.text-center.underline-0.rounded-100.secondary.py-16.px-24.xs-py-8 {
    padding-top: var(--size-8);
    padding-bottom: var(--size-8);
  }

  .ff-primary.fw-400.capitalize.text-center.underline-0.rounded-100.secondary.py-16.px-24.xs-py-8.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.text-blue-700.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16, .ff-primary.fw-400.text-center.bg-transparent.rounded-100.capitalize.nowrap.py-8.px-16.secondary-100.xs-px-16.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-primary.fw-400.fs-32.line-height-1-1.text-blue-700.mt-0.mb-16.xs-mb-16 {
    font-size: var(--fs-32);
    font-size: var(--fs-32);
    font-size: var(--fs-32);
    font-size: var(--fs-32);
    font-size: var(--fs-32);
    font-size: var(--fs-32);
  }

  .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.mb-0.mt-0 {
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
  }

  .ff-primary.fw-400.fs-38.line-height-1-1.text-blue-700.capitalize.m-0 {
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
    font-size: var(--fs-38);
  }

  .ff-primary.text-blue-700.fw-400.capitalize.mb-4.xs-fs-13.xs-mb-0 {
    font-size: 8px;
  }

  .ff-primary.fw-500.mb-0.text-white.text-right._w-full.xs-text-left {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .text-white.text-center.lg-w-60.lg-mb-40._w-100.mb-24.xl-w-500 {
    min-width: 100%;
    max-width: 100%;
  }

  .max-w-800.m-auto.flex.column.items-center.max-w-full.mb-72.md-mb-64.sm-mb-48.mb-24 {
    margin-bottom: 24px;
    display: flex;
  }

  .releative.max-w-100.px-32.pb-32.xs-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .releative.max-w-100.px-32.pb-32.xs-px-16.xs-pb-16 {
    padding-bottom: 16px;
  }

  .slider.md-max-h-210.xs-h-auto.xs-mb-24 {
    margin-bottom: 40px;
  }

  .slider.md-max-h-210.xs-h-auto.xs-mb-24._w-step.h-180 {
    height: 180px;
  }

  .gradient-secondary.lg-py-120.rounded-24.mx-20.sm-py-40.xs-py-40.xs-rounded-16, .gradient-secondary.bg-image.overflow.lg-py-120.rounded-24.mx-20.mb-20.xs-py-40.xs-rounded-16, .gradient-secondary.rounded-24.overflow.mx-20.mb-20.lg-pt-120.xs-rounded-16 {
    border-radius: 16px;
  }

  .gradient-secondary.lg-py-120.rounded-24.mx-20.sm-py-40.xs-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gradient-secondary.lg-py-120.rounded-24.mx-20.sm-py-40.xs-py-40.xs-rounded-16, .gradient-secondary.bg-image.overflow.lg-py-120.rounded-24.mx-20.mb-20.xs-py-40.xs-rounded-16, .gradient-secondary.bg-image.overflow.lg-py-120.rounded-24.mx-20.mb-20.xs-py-40.xs-rounded-16, .gradient-secondary.bg-image.overflow.lg-py-120.rounded-24.mx-20.mb-20.xs-py-40.xs-rounded-16, .gradient-secondary.bg-image.overflow.lg-py-120.rounded-24.mx-20.mb-20.xs-py-40.xs-rounded-16, .gradient-secondary.bg-image.overflow.lg-py-120.rounded-24.mx-20.mb-20.xs-py-40.xs-rounded-16, .gradient-secondary.bg-image.overflow.lg-py-120.rounded-24.mx-20.mb-20.xs-py-40.xs-rounded-16, .gradient-secondary.bg-image.overflow.lg-py-120.rounded-24.mx-20.mb-20.xs-py-40.xs-rounded-16, .gradient-secondary.bg-image.overflow.lg-py-120.rounded-24.mx-20.mb-20.xs-py-40.xs-rounded-16, .gradient-secondary.rounded-24.overflow.mx-20.mb-20.lg-pt-120.xs-rounded-16, .gradient-secondary.rounded-24.overflow.mx-20.mb-20.lg-pt-120.xs-rounded-16, .gradient-secondary.rounded-24.overflow.mx-20.mb-20.lg-pt-120.xs-rounded-16, .gradient-secondary.rounded-24.overflow.mx-20.mb-20.lg-pt-120.xs-rounded-16, .gradient-secondary.rounded-24.overflow.mx-20.mb-20.lg-pt-120.xs-rounded-16, .gradient-secondary.rounded-24.overflow.mx-20.mb-20.lg-pt-120.xs-rounded-16 {
    border-radius: 16px;
  }

  .bg-white.p-32.rounded-16.outline.border-primary-200.xs-p-16 {
    padding: 16px;
  }

  .bg-white.p-32.rounded-16.outline.border-primary-200.xs-p-16.xs-rounded-16 {
    border-radius: 16px;
  }

  .bg-white.rounded-4.text-blue-700.ff-primary.fw-500.text-9.px-8.py-4.xs-text-11 {
    font-size: 11px;
  }

  .grid-cols-3.grid-rows-420.mb-88.md-grid-cols-2.xs-grid-cols-1.xl-mb-88.xl-gap-16 {
    grid-template-rows: 320px 320px 320px;
    grid-auto-rows: 320px;
  }

  .grid-cols-3.gap-40.md-grid-cols-2.xs-gap-16.xs-grid-cols-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .capitalize.grey-blue-200.xs-fs-13 {
    font-size: 7px;
  }

  .overflow.rouded-16._w-100.flex-bassis.h-270.bg-grey-200.mb-16.xs-rounded-16 {
    border-radius: 16px;
  }

  .mb-0.xs-fs-13 {
    font-size: var(--fs-13);
    font-size: var(--fs-13);
  }

  .background-hero.lg-py-40.xs-pb-0 {
    padding-top: var(--fs-64);
    padding-bottom: 0;
    padding-top: var(--fs-64);
    padding-bottom: 0;
    padding-top: var(--fs-64);
    padding-bottom: 0;
  }

  .d-bock.max-w-100.h-auto.md-h-32.md-w-auto.xs-h-24 {
    height: 24px;
  }

  .xs-size-128.xs-auto {
    height: auto;
  }

  .mask-3.xs-bm-24, .mask-3.xs-bm-24.lg-mb-48.md-mb-32.xs-mb-24, .mask-3.xs-bm-24, .mask-3.xs-bm-24.lg-mb-48.md-mb-32.xs-mb-24, .mask-3.xs-bm-24.lg-mb-48.md-mb-32.xs-mb-24, .mask-3.xs-bm-24.lg-mb-48.md-mb-32.xs-mb-24, .mask-3.xs-bm-24.lg-mb-48.md-mb-32.xs-mb-24 {
    margin-bottom: 24px;
  }

  .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.mb-40.hover, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.hover.mb-0, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.mb-40.hover, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.hover.mb-0, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.mb-40.hover, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.hover.mb-0, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.mb-40.hover, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.hover.mb-0, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.mb-40.hover, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.hover.mb-0, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.mb-40.hover, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.hover.mb-0, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.mb-40.hover, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.hover.mb-0, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.mb-40.hover, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.mb-40.hover, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.hover.mb-0, .border-b.border-grey-blue-200.text-ternary-200.bg-transparent._w-100.py-16.px-16.hover.mb-0 {
    padding: 16px;
  }

  .rounded-100.py-20.px-40.primary-500.lg-mg-16.submit {
    margin-bottom: 16px;
    padding: 16px 24px;
  }

  ._w-34.m-0.md-w-50.xs-w-70.xs-text-left {
    text-align: left;
  }

  ._w-34.m-0.md-w-50.xs-w-70.xs-text-left.xs-w-100 {
    max-width: 100%;
  }

  .xs-mb-24 {
    margin-bottom: 24px;
  }

  .lg-block {
    display: block;
  }

  .lg-block.inline-block {
    display: inline;
  }

  .lg-block.lg-h-auto.releative.z-index-5.xs-w-90.xs-mr-80 {
    margin-right: -6%;
  }

  .p-20.border-t.border-grey._w-100.xs-p-16 {
    padding: 12px;
  }

  .fs-14.text-nowrap.xs-fs-13 {
    font-size: 8px;
  }

  .xs-size-24 {
    width: 24px;
    height: 24px;
  }

  .paragraph {
    display: block;
  }

  .swiper.overflow.lg-w-full.lg-h-390.xs-h-300, .swiper.hero-benefits.lg-h-390.xs-h-300 {
    height: 300px;
  }

  .swiper.overflow.lg-w-full.lg-h-390.lg-flex.lg-column.xs-h-300 {
    height: 300px;
    overflow: hidden;
  }

  .swiper.overflow.lg-w-full.lg-h-390.xs-h-300, .swiper.hero-benefits.lg-h-390.xs-h-300, .swiper.hero-benefits.lg-h-390.xs-h-300, .swiper.hero-benefits.lg-h-390.xs-h-300 {
    height: 300px;
  }

  .swiper-slide.flex.column.items-center.justify-center.min-h-390 {
    justify-content: center;
    align-items: center;
  }

  .swiper-slide.flex.column.items-center.justify-center.min-h-390.xs-items-start, .relative.flex.items-start.items-center {
    justify-content: flex-start;
    align-items: center;
  }

  .relative.flex.items-start.items-center {
    justify-content: flex-start;
    align-items: center;
  }

  .relative.flex.items-start.items-center.min-w-full {
    min-width: 100%;
  }

  .relative.flex.items-start.items-center.justify-between {
    justify-content: space-between;
    align-items: center;
  }

  .relative.flex.items-start.items-center.justify-between.min-w-full.inifinity-marquee.xs-gap-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .block.h-auto.xs-w-80 {
    width: 80%;
  }
}
