/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/app.css ***!
  \*************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap);
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/app.css (1) ***!
  \*****************************************************************************************************************/
:root {
  --animation-in-settings: 500ms cubic-bezier(0.25, 0, 0.3, 1) normal;
  --animation-out-settings: 500ms cubic-bezier(0.5, -0.5, 0.1, 1.5) normal;
}html:has(dialog[open]) {
  overflow: hidden;
}dialog:modal {
  max-width: 100vw;
}dialog[open] {
  animation: slidein var(--animation-in-settings);
}@media (prefers-reduced-motion: reduce) {
  dialog[open] {
    animation: fadein var(--animation-in-settings);
  }
}dialog.is-hidden {
  animation: minimize var(--animation-out-settings);
}@media (prefers-reduced-motion: reduce) {
  dialog.is-hidden {
    animation: fadeout var(--animation-out-settings);
  }
}@keyframes slidein {
  from {
    opacity: 0;
    transform: translateY(50%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}@keyframes fadeout {
  to {
    opacity: 0;
  }
}@keyframes minimize {
  to {
    opacity: 0;
    transform: scale(0);
  }
}:root {
  --text-12: 12px;
  --text-14: 14px;
  --text-base: 16px;
  --text-18: 18px;
  --text-20: 20px;
  --text-24: 24px;
  --text-30: 30px;
  --text-32: 32px;
  --text-36: 36px;
  --text-45: 45px;
  --line-height-base: 20px;
  --line-height-22: 22px;
  --line-height-25: 25px;
  --line-height-32: 32px;
  --line-height-35: 35px;
  --line-height-40: 40px;
  --line-height-55: 55px;
  --line-height-66: 66px;
  --color-pagination-gray: #ecec;
  --color-opaque-gray: #e1e8f0;
  --color-light-gray: #575757;
  --color-table-blue: #fcfdff;
  --color-light-blue: #9cb0c9;
  --color-dark-blue: #486284;
  --color-white: #ffffff;
  --color-green: #28c76f;
  --color-black: #000000;
  --color-light-purple: #f3f3f3;
  --color-purple: #6f6c90;
  --color-dark-purple: #3c4d76;
  --border-radius-10: 10px;
  --border-radius-24: 24px;
  --border-radius-30: 30px;
  --border-radius-circle: 50%;
  --box-shadow-1: 2px 3px 10px rgba(0, 0, 0, 0.1);
  --dm-sans: "DM Sans", sans-serif;
  --poppins: "Poppins", sans-serif;
  --jost: "Jost", sans-serif;
}/* DM SANS, JOST, POPPINS *//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}.no-scroll {
  overflow: hidden;
  margin: 0;
  height: 100%;
}body {
  margin: 0;
}main {
  display: block
}h1 {
  font-size: 2em;
  margin: .67em 0
}hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}a {
  background-color: transparent
}strong {
  font-weight: bolder
}img {
  border-style: none
}button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}button, input {
  overflow: visible
}button, select {
  text-transform: none
}[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}fieldset {
  padding: .35em .75em .625em
}textarea {
  overflow: auto
}[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}[hidden], template {
  display: none
}blockquote, dd, dl, h1, h2, h3, h4, h5, hr, p {
  margin: 0
}button {
  background-color: transparent;
  background-image: none
}button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}fieldset, ol, ul {
  margin: 0;
  padding: 0
}ol, ul {
  list-style: none
}html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5
}*, :after, :before {
  border: 0 solid #d2d6dc;
  box-sizing: border-box
}hr {
  border-top-width: 1px
}img {
  border-style: solid
}textarea {
  resize: vertical
}input::placeholder, textarea::placeholder {
  color: #a0aec0
}[role=button], button {
  cursor: pointer
}table {
  border-collapse: collapse
}h1, h2, h3, h4, h5 {
  font-size: inherit;
  font-weight: inherit
}a {
  color: inherit;
  text-decoration: inherit
}button, input, select, textarea {
  color: inherit;
  line-height: inherit;
  padding: 0
}audio, embed, img, svg, video {
  display: block;
  vertical-align: middle
}img, video {
  height: auto;
  max-width: 100%
}.container {
  width: 100%
}@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}.form-input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  padding: .5rem .75rem
}.form-input::placeholder {
  color: #9fa6b2;
  opacity: 1
}.form-input:focus {
  border-color: #a4cafe;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, .45);
  outline: none
}.form-textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: .5rem .75rem;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-radius: 4px;
}.form-textarea::placeholder {
  color: #9fa6b2;
  opacity: 1
}.form-textarea:focus {
  border-color: #a4cafe;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, .45);
  outline: none
}.form-select {
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Cpath d=%27m7 7 3-3 3 3m0 6-3 3-3-3%27 stroke=%27%239fa6b2%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  font-size: 1rem;
  line-height: 1.5;
  padding: .5rem 2.5rem .5rem .75rem;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-radius: 4px;
}.form-select::-ms-expand {
  border: none;
  color: #9fa6b2
}@media not print {
  .form-select::-ms-expand {
    display: none
  }
}@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .form-select {
    padding-right: .75rem
  }
}.form-select:focus {
  border-color: #a4cafe;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, .45);
  outline: none
}:root {

  --color-accent: #ff5e01; /* Color establecido para botones  CTA. íconos y  texto a destacar; orange highlight */

  --color-primary: #1f2a44; /* fondos textos y elementos ; azul oscuro; was #161e2e */

  --color-secondary: #374151; /* body text */
  --color-terciary: #6b7280; /* labels */


  --color-empresas: #005ab9; /* azul empresas */
  --color-contadores: #4caf50; /* verde contadores */
  --color-sistemas: #1f2a44; /* idem color primario*/

  --color-empresas-gradient-from: #093c72;
  --color-empresas-gradient-to: #005ab9;

  --color-contadores-gradient-from: #2f7b32;
  --color-contadores-gradient-to: #4caf50;

  --color-sistemas-gradient-from: #093c72;
  --color-sistemas-gradient-to: #1f2a44;


  --color-gradient-position: to right; /*to top right;*/

}html {
  scroll-behavior: smooth;
}:target::before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}body {
  font-family: 'Roboto', sans-serif;
}/* attributes are removed from elements when Alpine initializes. This is useful for hiding pre-initialized DOM. */[x-cloak] {
  display: none;
}/* Custom Colors */.bg-accent {
  background-color: var(--color-accent);
}.hover\:bg-accent:hover {
  background-color: var(--color-accent);
}.bg-color-primary {
  background-color: var(--color-primary);
}.hover\:bg-color-primary:hover {
  background-color: var(--color-primary);
}.bg-color-terciary {
  background-color: var(--color-terciary);
}.bg-color-empresas {
  background-color: var(--color-empresas);
}.bg-color-contadores {
  background-color: var(--color-contadores);
}.bg-color-sistemas {
  background-color: var(--color-sistemas);
}.border-accent {
  border-color: var(--color-accent);
}.border-color-primary {
  border-color: var(--color-primary);
}.border-empresas {
  border-color: var(--color-empresas);
}.border-contadores {
  border-color: var(--color-contadores);
}.border-sistemas {
  border-color: var(--color-sistemas);
}.text-color-accent {
  color: var(--color-accent);
}.text-color-primary {
  color: var(--color-primary);
}.text-color-secondary {
  color: var(--color-secondary);
}.text-color-empresas {
  color: var(--color-empresas);
}.text-color-contadores {
  color: var(--color-contadores);
}.text-color-sistemas {
  color: var(--color-sistemas);
}.to-color-empresas {
  --gradient-to-color: var(--color-empresas-gradient-to);
}.to-color-contadores {
  --gradient-to-color: var(--color-contadores);
}.to-color-sistemas {
  --gradient-to-color: var(--color-sistemas);
}.from-color-empresas {
  --gradient-from-color: var(--color-empresas-gradient-from);
  --gradient-color-stops: var(--gradient-from-color), var(--color-empresas-gradient-to);
}.from-color-contadores {
  --gradient-from-color: var(--color-contadores-gradient-from);
  --gradient-color-stops: var(--gradient-from-color), var(--color-contadores-gradient-to);
}.from-color-sistemas {
  --gradient-from-color: var(--color-sistemas-gradient-from);
  --gradient-color-stops: var(--gradient-from-color), var(--color-sistemas-gradient-to);
}/* Utilities */.filter-grayscale {
  filter: grayscale(95%);
}.image-bw {
  filter: grayscale(1);
}.blend-normal {
  mix-blend-mode: normal;
}.blend-multiply {
  mix-blend-mode: multiply;
}/* Typography plugin for tailwind */.prose a {
  color: #ff5a1f;
}/* Aspect ratio for loking images and video size */.aspect-16\:9 {
  padding-bottom: 56.25%;
}/* blog wall */.wall {
  top: 50vh;
  min-height: 50vh;
}.walled {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}/* temporary to be deleted after optimization */.ml-auto {
  margin-left: auto;
}/* fixing layout performance */.layout-section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 800px;
}.hs-form {
  margin-bottom: 0.75rem; /*mb-3*/
  font-family: 'Roboto', sans-serif;
}.hs-form.hs-custom-form fieldset {
  max-width: 100%;
}.hs-form.hs-custom-form fieldset,
.hs-form fieldset{
  max-width: none !important;
}@media (max-width: 640px) {
  .hs-form.hs-custom-form fieldset.form-columns-2 > .hs-form-field {
    width: 100%;
  }
}.form-title {
  /*text-transform: uppercase;*/ /*uppercase*/
  letter-spacing: 0.025em;  /*tracking-wide*/
  color: #1a202c; /*text-gray-900*/
  font-size: 1.5rem; /*text-2xl*/
  font-weight: 500; /*font-medium*/
  margin-bottom: 0.5rem; /*mb-2*/
  /*px-2*/
  padding-right: .5rem;
  padding-left: .5rem;
}.hs-form-field {
  -webkit-appearance: none;
          appearance: none;
  color: var(--color-secondary); /*#4a5568 text-gray-700*/
  margin-top: 1.5rem; /*mt-6*/
  /*px-2*/
  padding-right: .5rem;
  padding-left: .5rem;
}.hs-form input::placeholder {
  color: var(--color-secondary);
}.hs-form input[type="email"], .hs-form input[type="tel"], .hs-form input[type="text"] {
  width: 100% !important;  /*w-full*/
}.hs-form input, .hs-form input[type="text"],
.hs-form input[type="tel"], .hs-form input[type="email"] {
  display: block; /*block*/
  width: 100%;  /*w-full*/
  background-color: #fff; /*bg-gray-200*/
  /*border border-gray-200*/
  /*py-3*/
  /*px-4*/
  padding: 0.75rem 1rem;
  line-height: 1.25; /*leading-tight*/
  border-width: 2px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-radius: 4px;
}.hs-form input:focus {
  /*focus:outline-none focus:bg-white focus:border-gray-500*/
  outline: 0;
  background-color: #ffffff; /*bg-white*/
  border-color: #a0aec0;
}.hs-form .hs-form-field > label {
  display: block; /*block*/
  /*text-transform: uppercase;*/ /*uppercase*/
  /*tracking-wide*/
  letter-spacing: 0.025em;
  color: var(--color-secondary); /*text-solid-pink*/
  font-size: .875rem; /*text-sm*/
  font-weight: 500; /*font-medium*/
  margin-bottom: 0.5rem; /*mb-2*/
}.hs-form label[class="hs-error-msg"] {
  color: #f56565; /*text-red-500*/
  font-size: .875rem; /*text-sm*/
  font-style: italic; /*italic*/
}.hs-form select {
  display: block; /*block*/
  /*appearance-none*/
  -webkit-appearance: none;
  appearance:         none;
  width: 100% !important; /*w-full*/
  border-width: 2px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-radius: 4px;
  line-height: 1.25; /*leading-tight*/
  /*pr-8*/
  padding: 0.75rem 2rem 0.75rem 1rem;

  color: var(--color-terciary);

  /*select arrow dropdown */
  background: #fff url("//cdn2.hubspot.net/hubfs/1231510/andimol-new-site/forms/image.svg") no-repeat center right 10px;
  background-size: 1.5rem;
}.hs-form select:focus {
  /*focus:outline-none focus:bg-white focus:border-gray-500*/
  outline: 0;
  background-color: #ffffff; /*bg-white*/
  border-color: #a0aec0;
}.hs-form .hs-fieldtype-textarea.field.hs-form-field textarea {
  display: block; /*block*/
  width: 100%; /*w-full*/
  height: 8rem;;
  background-color: #fff; /*bg-gray-200*/
  border-width: 2px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-radius: 4px;
  padding: 0.75rem 1rem;
  line-height: 1.25; /*leading-tight*/
}.hs-form textarea:focus {
  /*focus:outline-none focus:bg-white focus:border-gray-500*/
  outline: 0;
  background-color: #ffffff; /*bg-white*/
  border-color: #a0aec0;
}/*button submit*/.hs-form .hs_submit .actions {
  padding-right: .5rem;
  padding-left: .5rem;
}.hs-form .hs_submit .actions .hs-button.primary {
  /*focus:outline-none focus:shadow-outline*/
  margin-top: 2rem; /*mt-8*/
  /*mx-auto*/
  width: auto; /*auto vs 100%*/
  margin-right: auto;
  /* margin-left: auto;  when commentd aliggns it left */
  /*py-4 px-10 */
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;

  font-size: 1rem; /*text-base*/
  font-weight: 700; /*font-bold*/
  color: var(--color-accent); /* #e53e3e text-red-600*/
  background-color: #fff; /*bg-white*/
  /*border-2 border-red-600*/
  border-width: 1px;
  border-color: var(--color-accent);
  /* rounded */
  border-radius: .25rem;
  /* text-transform: uppercase; */ /*uppercase*/
}.hs-form .hs_submit .actions .hs-button.primary:hover {
  background-color: var(--color-accent); /*bg-red-600*/
  color: #ffffff; /*text-white*/
}/*checkbox container */.hs-form .hs-form-radio .hs-form-radio-display,
.hs-form .hs-form-checkbox .hs-form-checkbox-display,
.hs-form-booleancheckbox-display,
input[type="radio"], input[type="checkbox"] {
  display:flex;
  align-items: center;
}.hs-form .hs-fieldtype-radio .input ul {
  display: flex;
  gap: 16px;
}.hs-form .hs-form-checkbox .hs-form-checkbox-display input[type="checkbox"],
.hs-form .hs-form-checkbox .hs-form-checkbox-display input[type="radio"],
input[type="radio"], input[type="checkbox"]
{
  display:inline-block; /*inline-block*/
  margin-right: .5rem; /*mr-2*/
  position: relative; /*relative*/
  overflow: hidden; /*overflow-hidden*/
  width: 1.5rem !important; /*w-5*/
  height: 1.5rem; /*h-5*/
  border-width: 2px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-radius: 4px;

  /*appearance-none*/
  -webkit-appearance: none;
  appearance:         none;

  padding: 0 !important; /*p-0*/
  margin-left: 0; /*ml-0*/
  cursor: pointer;
  color: #cfd3d7;
}/*Checkbox spacing space-y-2 */ul[role="checkbox"] > * {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}.hs-form .hs-form-checkbox .hs-form-checkbox-display input[type="checkbox"]:checked:after,
.hs-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  top: 6px; /* was 3px before */
  left: 6px;

  /*border-3 border-gray-700 solid*/
  border-width: 3px;
  border-color: #4a5568;
  border-style: solid;

  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}.hs-form .hs-form-radio .hs-form-radio-display input[type="radio"] {
  border-radius: 50%;
}.hs-form .hs-form-radio .hs-form-radio-display input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 5px;
  background: #4a5568;
  left: 5px;

  /*border-3 border-gray-700 solid*/
  border-width: 3px;
  border-color: #4a5568;
  border-style: solid;

  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}/* Submitted message */.hs-form .submitted-message {
  color: var(--color-accent);
  font-family: 'Roboto';
  font-size: 22px;
  text-align: center;
}/* Legal consent */.hs-form .legal-consent-container {
  margin-top: .875rem;
}.hs-form .legal-consent-container .hs-richtext {
  color: var(--color-secondary);
  font-family: 'Roboto';
  font-size: .75rem;
  margin-top: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}.hs-form .legal-consent-container .hs-form-field {
  margin-top: .5rem;
}.hs-form .legal-consent-container .hs-richtext a {
  text-decoration: underline;
}.hs-form .legal-consent-container .hs-dependent-field {
  color: var(--color-secondary);
  font-family: 'Roboto';
  font-size: .75rem;
}.hs-form  .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}#form-cta__suscribe .hs-form p,
#form-cta__suscribe .hs-form ul,
#form-cta__suscribe .hs-form ol,
#form-cta__suscribe .hs-form li,
#form-cta__suscribe .hs-form .hs-input + span {
  margin-bottom: 0;
  margin-top: 0;
}#form-cta__suscribe .hs-form ul>li {
  padding-left: 0;
}#form-cta__suscribe .hs-form input[type="email"],
#form-cta__suscribe .hs-form select {
  font-size: 16px;
}#form-cta__suscribe .hs-form {
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 0;

  /* margin-top: 0.75rem; mt-3*/
  /* margin-bottom: 0.75rem; mb-3*/
}#form-cta__suscribe .hs-form.hs-custom-form fieldset {
  max-width: 100%;
}@media (min-width: 1024px) {

  #form-cta__suscribe .hs-form {
    display: grid;
    grid-template-rows: 4; /* repeat(4, minmax(0, 1fr)) era 2 */
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: .25rem;
  }


}@media (max-width: 640px) {
  #form-cta__suscribe   .hs-form.hs-custom-form fieldset.form-columns-2 > .hs-form-field {
    width: 100%;
  }
}#form-cta__suscribe .form-title {
  /*text-transform: uppercase;*/ /*uppercase*/
  letter-spacing: 0.025em;  /*tracking-wide*/
  color: #1a202c; /*text-gray-900*/
  font-size: 1.5rem; /*text-2xl*/
  font-weight: 500; /*font-medium*/
  margin-bottom: 0.5rem; /*mb-2*/
  /*px-2*/
  padding-right: .5rem;
  padding-left: .5rem;
}#form-cta__suscribe .hs-form-field {
  -webkit-appearance: none;
          appearance: none;
  color: var(--color-secondary); /*#4a5568 text-gray-700*/
  margin-top: 0; /* 1.5rem mt-6 */
  /* px-0 */
  padding-right: 0;
  padding-left: 0;
}#form-cta__suscribe :nth-child(1) {
  grid-row-start: 1;
  grid-column: 1 / span 3;
}#form-cta__suscribe :nth-child(2) {
  grid-row-start: 2;
  grid-column: 1 / span 3;
}#form-cta__suscribe .hs-form .hs-submit {
  grid-row-start: 3;
  grid-column: 1 / span 3;
}#form-cta__suscribe .hs-form .legal-consent-container {
  grid-row-start: 4;
  grid-column: 1 / span 3;
  margin-top: 0;
}#form-cta__suscribe .hs-form input::placeholder {
  color: var(--color-secondary);
}#form-cta__suscribe .hs-form input[type="email"], .hs-form input[type="tel"], .hs-form input[type="text"] {
  width: 100% !important;  /*w-full*/
}#form-cta__suscribe .hs-form input, .hs-form input[type="text"],
.hs-form input[type="tel"], .hs-form input[type="email"] {
  display: block; /*block*/
  width: 100%;  /*w-full*/
  background-color: #fff; /*bg-gray-200*/
  /*border border-gray-200*/
  border-width: 2px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-radius: 4px;
  line-height: 1.5; /*leading-normal*/
}#form-cta__suscribe .hs-form input:focus {
  /*focus:outline-none focus:bg-white focus:border-gray-500*/
  outline: 0;
  background-color: #ffffff; /*bg-white*/
  border-color: #a0aec0;
}#form-cta__suscribe .hs-form .hs-form-field > label {
  display: block; /*block*/
  /*text-transform: uppercase;*/ /*uppercase*/
  /*tracking-wide*/
  letter-spacing: 0.025em;
  color: var(--color-secondary); /*text-solid-pink*/
  font-size: .875rem; /*text-sm*/
  font-weight: 500; /*font-medium*/
  margin-bottom: 0.5rem; /*mb-2*/
}#form-cta__suscribe .hs-form label[class="hs-error-msg"] {
  color: #f56565; /*text-red-500*/
  font-size: .875rem; /*text-sm*/
  font-style: italic; /*italic*/
}#form-cta__suscribe .hs-form select {
  display: block; /*block*/
  /*appearance-none*/
  -webkit-appearance: none;
  appearance:         none;
  width: 100% !important; /*w-full*/
  /*bg-gray-200*/
  /*py-3*/
  /*px-4*/
  padding: 0.75rem 1rem;
  line-height: 1.25; /*leading-tight*/
  /*pr-8*/
  border-width: 2px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-radius: 4px;

  color: var(--color-terciary);

  /*select arrow dropdown */
  background: #fff url("//cdn2.hubspot.net/hubfs/1231510/andimol-new-site/forms/image.svg") no-repeat center right 10px;
  background-size: 1.5rem;
}#form-cta__suscribe .hs-form select:focus {
  /*focus:outline-none focus:bg-white focus:border-gray-500*/
  outline: 0;
  background-color: #ffffff; /*bg-white*/
  border-color: #a0aec0;
}#form-cta__suscribe .hs-form .hs-fieldtype-textarea.field.hs-form-field textarea {
  display: block; /*block*/
  width: 100%; /*w-full*/
  height: 8rem;;
  background-color: #fff; /*bg-gray-200*/
  /*border border-gray-200*/
  /*rounded border-radius: .25rem;*/
  /*py-3*/
  /*px-4*/
  padding: 0.75rem 1rem;
  line-height: 1.25; /*leading-tight*/
  border-width: 2px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-radius: 4px;
}#form-cta__suscribe .hs-form textarea:focus {
  /*focus:outline-none focus:bg-white focus:border-gray-500*/
  outline: 0;
  background-color: #ffffff; /*bg-white*/
  border-color: #a0aec0;
}/*button submit*/#form-cta__suscribe .hs-form .hs_submit {
  grid-row-start: 1;
}#form-cta__suscribe .hs-form .hs_submit .actions {
  padding-right: 0;
  padding-left: 0;
}#form-cta__suscribe .hs-form .hs_submit .actions .hs-button.primary {
  display: flex;
  width: 100%; /*auto vs 100%*/
  align-items: center;
  justify-content: center;

  /*focus:outline-none focus:shadow-outline*/
  margin-top: 0.5rem;
  /*mx-auto*/
  margin-right: auto;
  /* margin-left: auto;  when commentd aliggns it left */
  /*py-3 px-5 */
  padding: .75rem 1.25rem;

  font-size: 1rem; /*text-base*/
  font-weight: 700; /*font-bold*/
  color: #fff;
  background-color: var(--color-accent); /* organge-500*/
  /*border-2 border-red-600*/
  border-width: 1px;
  border-color: var(--color-accent);
  /* rounded */
  border-radius: .25rem;
  /* text-transform: uppercase; */ /*uppercase*/
}#form-cta__suscribe .hs-form .hs_submit .actions .hs-button.primary:hover {
  background-color: #fff;
  color: var(--color-accent);
}/*checkbox container */#form-cta__suscribe .hs-form .hs-form-checkbox .hs-form-checkbox-display,
.hs-form-booleancheckbox-display,
input[type="radio"], input[type="checkbox"] {
  display:flex;
  align-items: center;
}#form-cta__suscribe .hs-form .hs-form-checkbox .hs-form-checkbox-display input[type="checkbox"],
.hs-form .hs-form-checkbox .hs-form-checkbox-display input[type="radio"],
input[type="radio"], input[type="checkbox"]
{
  display:inline-block; /*inline-block*/
  margin-right: .5rem; /*mr-2*/
  position: relative; /*relative*/
  overflow: hidden; /*overflow-hidden*/
  width: 1.5rem !important; /*w-5*/
  height: 1.5rem; /*h-5*/
  /*border border-gray-500*/
  border-width: 2px;
  border-style: solid;
  border-color: rgb(213, 213, 213);
  border-radius: 4px;
  /* border-radius: .25rem; rounded*/
  background: #fff; /*bg-white*/

  /*appearance-none*/
  -webkit-appearance: none;
  appearance:         none;

  padding: 0 !important; /*p-0*/
  margin-left: 0; /*ml-0*/
  cursor: pointer;
  color: #cfd3d7;
}/*Checkbox spacing space-y-2 */#form-cta__suscribe ul[role="checkbox"] > * {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}#form-cta__suscribe .hs-form .hs-form-checkbox .hs-form-checkbox-display input[type="checkbox"]:checked:after,
.hs-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  top: 6px; /* was 3px before */
  left: 6px;

  /*border-3 border-gray-700 solid*/
  border-width: 3px;
  border-color: #4a5568;
  border-style: solid;

  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}#form-cta__suscribe .hs-form .hs-form-checkbox .hs-form-checkbox-display input[type="radio"] {
  border-radius: 50%;
}#form-cta__suscribe .hs-form .hs-form-checkbox .hs-form-checkbox-display input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
left: 3px;
border-top: 0;
border-right: 0;
border-radius: 50%;
}/* Submitted message */#form-cta__suscribe .hs-form .submitted-message {
  color: var(--color-accent);
  font-family: 'Roboto';
  font-size: 22px;
  text-align: center;
}/* Legal consent */#form-cta__suscribe .hs-form .legal-consent-container {
  grid-column: 1 / -1;
}#form-cta__suscribe .hs-form .legal-consent-container .hs-richtext {
  color: #fff; /* var(--color-secondary) */
  font-family: 'Roboto';
  font-size: .75rem;
  margin-top: .25rem;
  padding: .25rem 0;

}#form-cta__suscribe .hs-form .legal-consent-container .hs-form-field {
  margin-top: .5rem;
}#form-cta__suscribe .hs-form .legal-consent-container .hs-richtext a {
  text-decoration: underline;
}#form-cta__suscribe .hs-form .legal-consent-container .hs-dependent-field {
  color: #fff; /* var(--color-secondary) */
  font-family: 'Roboto';
  font-size: .75rem;
}#form-cta__suscribe .hs-form .legal-consent-container p {
  color: #fff; /* var(--color-secondary) */
}#form-cta__suscribe .hs-form  .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}/*start search input bar */.hs-search-field {
  position: relative;
}.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}.hs-search-field__bar button svg {
  height: 10px;
}.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}.hs-search-field--open .hs-search-field__suggestions {
  /* border: 1px solid #000; */
}.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}.hs-search-field__suggestions #results-for {
  font-weight: bold;
}.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  /* background-color: rgba(0, 0, 0, 0.1); */
  color: rgba(255, 90, 31, 1);
  outline: none;
}.hs-search-field__input:placeholder-shown {
  font-style: italic;
}/* end search input bar *//* start search input sidebar qq check duplicates */.hs-search-field {
  position: relative;
}.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}.hs-search-field__bar button svg {
  height: 10px;
}.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}.hs-search-field--open .hs-search-field__suggestions {
  /* border: 1px solid #000; */
}.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}.hs-search-field__suggestions #results-for {
  font-weight: bold;
}.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  /* background-color: rgba(0, 0, 0, 0.1); */
  color: rgba(255, 90, 31, 1);
  outline: none;
}/* end search input sidebar */html.no-scroll, body.no-scroll {
  overflow: hidden
}/*
font-family: 'DM Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/body {
  background-color: #f9fafb;
  font-family: 'Poppins', sans-serif;
}.poppins {
  font-family: "Poppins", sans-serif;
}.text-white--important {
  color: #fff !important;
}.wysiwyg em {
  background: rgba(156, 176, 201, 0.15);
  font-style: normal;
  padding: 4px 2px;
}.wysiwyg p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
  color: var(--color-light-gray);
  font-size: var(--text-base);
  line-height: var(--line-height-25);
}.wysiwyg b {
  font-weight: 600;
}.swiper-pagination {
  bottom: 0;
}.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--color-pagination-gray);
}.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-light-blue);
}.space-x-10>:not(template)~:not(template) {
  --space-x-reverse: 0;
  margin-left: calc(1.5rem*(1 - var(--space-x-reverse)));
  margin-right: calc(1.5rem*var(--space-x-reverse));
}/* HubSpot Standard CTA Button */.cta-button__rounded {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  background: var(--color-sistemas);
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #1f2a44;
  text-shadow: none;
  letter-spacing: 1px;
  white-space: nowrap;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  max-width: 400px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 12px 30px;
  box-shadow: 0 4px 16px 2px rgb(0 44 122 / 20%);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}.cta-button__rounded:hover {
  background: #0f1421;
}.cta-button__rounded svg,
.cta-button__rounded img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}.cta-button__rounded--sm {
  max-width: 200px;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 200%;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 8px 15px;
}.cta-button__link {
  color: var(--color-sistemas);
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
}.cta_button__terciary {
  cursor: pointer;
  display: block; /* inline-flex */
  text-align: center;
  text-decoration: none;
  border-radius: 0.25rem;
  background-color: #1f2a44;
  color: #ffffff;
  border: 1px solid #1f2a44;
  text-shadow: none;
  padding: 0.75rem 1.25rem;
  font-size: 1rem; /* text-base */
  line-height: 1.5rem; /* leading-6 */
  letter-spacing: 0.5px;
  /*font-family: 'Fira Sans Condensed', sans-serif;*/
  font-weight: 500; /* font-medium */
  white-space: nowrap;

  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
}.cta_button__terciary:hover {
  background-color: #ffffff;
  color: #1f2a44;
}.cta_button__secondary {
  cursor: pointer;
  display: block; /* inline-block */
  text-align: center;
  text-decoration: none;
  border-radius: 0.25rem;
  background-color: #ffffff;
  color: #ff5a1f;
  border: 1px solid #ff5a1f;
  text-shadow: none;
  padding: 0.75rem 1.25rem;
  font-size: 1rem; /* text-base */
  line-height: 1.5rem; /* leading-6 */
  letter-spacing: 0.5px;
  /*font-family: 'Fira Sans Condensed', sans-serif;*/
  font-weight: 500; /* font-medium */
  white-space: nowrap;

  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
}.cta_button__secondary:hover {
  background-color: #ff5a1f;
  color: #ffffff;
}.cta_button__primary {
  cursor: pointer;
  display: block; /* inline-flex */
  text-align: center;
  text-decoration: none;
  border-radius: 0.25rem;
  background-color: #ff5a1f;
  color: #ffffff;
  border: 1px solid #ff5a1f;
  text-shadow: none;
  padding: 0.75rem 1.25rem;
  font-size: 1rem; /* text-base */
  line-height: 1.5rem; /* leading-6 */
  letter-spacing: 0.5px;
  /*font-family: 'Fira Sans Condensed', sans-serif;*/
  font-weight: 500; /* font-medium */
  white-space: nowrap;

  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
}.cta_button__primary:hover {
  background-color: #ffffff;
  color: #ff5a1f;
}@media screen and (max-width: 768px) {
  .cta-button__rounded {
    padding: 12px 2px;
  }
}.c-testimonials__card {
  margin: 10px;
  background: #fff;
/*  box-shadow: 0 19px 29px rgb(208 168 190 / 25%); */
  border-radius: 12px;
  border: 0;
  min-height: 225px;
  display: block;
}.c-testimonials__card__img-wrapper {
  padding-bottom: 13px;
  text-align: center;
  position: relative;
  top: -40px;
}.c-testimonials__card__img-wrapper img {
  width: 150px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 60, 94, 0.29);
  margin: 0 auto;
}.c-testimonials__card_body {
  width: 100%;
  flex-direction: column;
  border-radius: 8px;
  padding: 0 40px 40px;
  box-shadow: 0 0 40px 0 rgb(0 44 122 / 13%);
  background: #ffffff;
}.c-testimonials__card_text {
  font-weight: 200;
  color: #000;
  width: 100%;
  text-align: center;
  margin: -40px 0 0 0;
}.c-testimonials__card_name {
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 150%;
  text-align: center;
}.c-testimonials__card_position {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  text-align: center;
}.c-testimonials--video_img {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 10px;
}.c-testimonials--video_name {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 120%;
  font-size: 1.25rem;
  text-align: center;
}.c-testimonials--video_position {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-size: 1rem;
  text-align: center;
}.c-testimonials__card_content {
  margin-top: 20px;
}.c-accordion {
  margin-top: 20px;
}.c-accordion__item {
  background: #fff;
  color: #000;
  border-top: 1px solid #e7eaf0;
  padding: 25px 15px;
}.c-accordion__item svg {
  transition: 0.3s ease-in-out;
}.c-accordion__item:not(.c-accordion__item--inactive) svg,
.c-accordion__item:not(.c-accordion__item--inactive) .c-accordion__see i {
  transform: rotate(180deg);
}.c-accordion__item .c-table__column_text svg {
  transform: none;
}.c-accordion__item .c-accordion__question {
  display: flex;
  justify-content: space-between;
}.c-accordion__question h3 {
  font-family: sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 17px;
  text-align: center;
}.c-accordion__question button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}.c-accordion__item .c-accordion__answer {
  padding: 10px 40px 10px 0;
  animation: flipdown 0.7s;
}.c-accordion__answer--hidden {
  display: none;
}.c-accordion--table .c-accordion__item {
  background: var(--color-table-blue);
  border-top: 0;
}@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}@media screen and (max-width: 768px) {
  .c-accordion__question h3 {
    font-size: 14px;
  }

  .c-accordion__item .c-accordion__answer {
    padding: 10px;
    text-align: center;
  }
}.c-lightbox {
  position: relative;
  width: 100%;
}.c-lightbox__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.7);
  z-index: 1001;
  filter: alpha(opacity=80);
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
}.c-lightbox__wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  z-index: 1002;
  overflow: visible;
}.c-lightbox__wrapper--fh {
  height: 100vh;
  width: 100%;
}.c-lightbox__wrapper video,
.c-lightbox__wrapper iframe {
  max-width: 600px;
}.active {
  display: block;
}@media (min-width: 768px) {
  .c-lightbox__wrapper video {
    min-width: 600px;
    width: 100%;
  }
}.c-video-image-intro__wrapper {
  border-style: solid;
  border-width: 20px;
  border-color: rgb(255, 255, 255);
  margin-top: 0;
  box-shadow: 0 0 20px 0 rgb(0 28 56 / 20%);
  background: rgb(255, 255, 255);
}.c-video-image-intro__fluid {
  width: 100%;
  position: relative;
}.c-video-image-intro__fluid-video {
  width: 100%;
  position: relative;
  padding-top: 0;
}.c-video-image-intro__fluid--fh {
  padding-top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  top: 50%;
}.c-video-image-intro__fluid .hs-video-widget {
  width: 100%;
}.c-video-image-intro__fluid .hs-video-container {
  max-width: 600px;
}.c-video-image-intro__fluid--video {
  min-width: 100%;
}.c-video-image-intro__fluid--fh iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
  max-width: 600px;
  margin: 0 auto;
}.c-video-image-intro__fluid .hs-video-container iframe {
  max-width: 100%;
}.c-video-image-intro__fluid--fh video {
  width: 100%;
  aspect-ratio: 16 / 9;
}.c-video-image-intro__wrapper video,
.c-video-image-intro__wrapper iframe,
.c-video-image-intro__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}.c-video-image-intro__wrapper img {
  left: 0;
  transform: none;
  object-fit: none;
  position: relative;
}.c-video-image-intro svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}@media screen and (max-width: 768px) {
  .c-video-image-intro__fluid {
    width: 100%;
    position: relative;
    padding-top: 0;
  }
}.c-features__item svg {
  height: 50px;
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
  aspect-ratio: auto;
  margin: 0 auto 10px auto;
  line-height: 18px
}.c-features__text {
  text-align: center;
  font-weight: bold;
  max-width: 130px;
}@media screen and (max-width: 768px) {
  .c-features__text {
    margin-bottom: 15px;
  }
}.c-features {
  width: 100%;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 0 20px 0 rgb(0 44 122 / 8%);
  background: #ffffff;
}.c-compare__card {
  width: 100%;
  flex-direction: column;
  border-radius: 8px;
  padding: 25px 0;
  box-shadow: 0 0 40px 0 rgb(0 44 122 / 10%);
  background: #ffffff;
  margin-bottom: 10px;
}.c-compare__card_title {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.05rem;
  line-height: 120%;
  text-align: center;
}.c-compare__card_list {
  padding-bottom: 10px;
  padding-top: 0;
  margin-top: 20px;
}.c-compare__card_item {
  padding-left: 2em;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 150%;
  display: flex;
  margin-bottom: 10px;
}.c-compare__card_item img,
.c-compare__card_item svg {
  margin-right: 8px
}.c-step ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}.c-step ul li svg,
.c-step ul li img {
  display: flex;
  margin-right: 10px;
}.c-step__wrapper {
  flex-direction: row;
  width: 100%;
  border-radius: 8px;
  padding: 50px 10px;
  box-shadow: 0 0 30px 0 rgb(0 44 122 / 13%);
  background: #ffffff;
}@media screen and (min-width: 768px) {
  .c-step__wrapper {
    padding: 50px 60px;
  }
}.c-step__wrapper__wysiwg p {
  margin-bottom: 10px;
}.c-step__wrapper__cta .cta-button__link {
  margin-top: 10px;
}.c-step__wrapper .hs-form .hs_submit .actions .hs-button.primary {
  width: 100%;
}.c-title-col svg {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}.c-benefits__item {
  margin-top: 10px;
  margin-right: 54px;
  width: calc(25% - 54px);
}@media screen and (max-width: 1024px) {
  .c-benefits__item {
    width: 100%;
    margin-right: 0;
  }
}.c-benefits__item:nth-child(4n) {
  margin-right: 0;
}.c-hero {
  padding-top: 4rem;
}.c-hero__wrapper {
  flex-direction: row;
}.c-hero--main {
  padding-bottom: 2.5rem;
  font-size: var(--text-20);
}.c-hero--slider .swiper-pagination-bullets {
  bottom: 110px;
}@media screen and (max-width: 768px) {
  .c-hero--slider .swiper-pagination-bullets {
    bottom: 20px;
  }
}.c-hero--slider .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}.c-hero--slider .swiper-pagination-bullet-active {
  background-color: #f68d2e;
}@media screen and (max-width: 768px) {
  .c-hero {
    padding-top: 2rem;
  }

  .c-hero__wrapper {
    flex-direction: column;
  }
}.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}.c-offers {
  max-width: 918px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  z-index: 140;
  box-shadow: 0 0 72px 8px rgb(0 0 0 / 11%);
  background: rgb(255, 255, 255);
  padding: 20px 15px;
}.c-offers__item {
  width: 100%;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.12em;
  padding: 15px;
}.c-offers__text,
.c-offers__value {
  color: rgb(47, 47, 47);
  text-transform: capitalize;
  line-height: 110%;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
}.c-offers__value {
  color: rgb(249 115 22 / 1);
}@media screen and (max-width: 768px) {
  .c-offers__item {
    flex-direction: column !important;
  }

  .c-offers__text,
  .c-offers__value {
    font-size: 1rem;
  }
}.c-counter__column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 15px;
}.c-counter__timer {
  text-align: center;
  position: relative;
  border-radius: 100%;
  padding: 10px;
  border: 4px solid #2e2e2e;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #131313;
  font-size: 27px;
  line-height: 1;
}.c-counter__label {
  text-transform: uppercase;
  color: #131313;
  font-size: 10px;
  text-align: center;
}.faq {
  max-width: 938px;
  margin: 0 auto;
}.faq .faq-item {
  border: 1px solid var(--color-opaque-gray);
  border-radius: var(--border-radius-10);
  margin-bottom: 8px;
}.faq button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 22px 33px;
  font-size: var(--text-18);
  line-height: var(--line-height-25);
  color: var(--color-light-gray);
  font-weight: 400;
  outline: none;
}.faq button .faq-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
  width: 24px;
  height: 24px;
  transition: all 200ms linear;
}.faq button[aria-expanded="true"] .faq-icon {
  transform: translateY(-50%) rotate(180deg);
}.faq button[aria-expanded="true"] + .faq-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}.faq .faq-content {
  padding: 0 33px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}.faq .faq-content p {
  font-size: var(--text-18);
  color: var(--color-light-gray);
  margin: 0 0 20px 0;
}@media screen and (max-width: 750px) {
  .faq button {
    font-size: var(--text-14);
    padding: 16px 22px;
  }
}.c-videos button:not(.c-videos_button--secondary) {
  margin-bottom: 8px;
  border-radius: var(--border-radius-10);
  box-shadow: var(--box-shadow-1);
  padding: 18px 23px;
  position: relative;
  width: 100%;
  max-width: 641px;
  outline: none;
}.c-videos__target img,
.c-videos__target video,
.c-videos__target iframe {
  width: 100%;
  max-width: 541px;
  height: 100%;
  object-fit: cover;
  margin: 0 0 0 auto;
  border-radius: 24px;
}.c-videos__full img,
.c-videos__full video,
.c-videos__full iframe {
  max-width: 100%;
}.c-videos button:not(.c-videos_button--secondary)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  background: transparent;
  border-radius: var(--border-radius-10) 0 0 var(--border-radius-10);
  transition: all 0.3s ease-in-out;
}.c-videos_button--secondary {
  border-radius: 8px;
  border: 2px solid #6096F1;
  padding: 15px 0;
  text-align: center;
  min-width: 433px;
  margin-bottom: 26px;
  outline: none;
}.c-videos_button--secondary:last-child {
  margin-bottom: 0;
}.c-videos button:not(.selected):hover::after {
  background: rgba(156, 176, 201, 0.3);
}.c-videos button.selected::after {
  background: var(--color-light-blue);
}.c-videos button:focus{
  outline: none;
}.c-videos_button--secondary.selected,
.c-videos_button--secondary:hover {
  background: #3574DE;
  color: #fff;
}.c-videos_button--secondary:hover p,
.c-videos_button--secondary.selected p {
  color: #fff;
}.c-videos--desktop {
  display: block;
}.c-videos--mobile {
  display: none;
}@media screen and (max-width: 1024px) {
  .c-videos--desktop {
    display: none;
  }

  .c-videos--mobile {
    display: block;
  }

  .c-videos button {
    margin-bottom: 19px;
    margin-right: auto;
    margin-left: auto;
    max-width: 641px;
  }

  .c-videos_button--secondary {
    min-width: 100%;
  }
  .c-videos__full img,
  .c-videos__full video,
  .c-videos__full iframe,
  .c-videos__full .embed_container {
    width: 100%;
    min-height: 333px;
  }

  .c-videos__target img,
  .c-videos__target video,
  .c-videos__target iframe,
  .c-videos__target .embed_container {
    height: 282px;
    margin-right: auto;
    margin-left: auto;
    max-width: 641px;
    text-align: center;
  }
}.c-table__column_subtitle {
  font-family: var(--jost);
  font-size: var(--text-18);
  line-height: var(--line-height-35);
  color: var(--color-dark-purple);
  font-weight: 700;
}.c-table__column {
  display: block;
  padding: 12px 0;
  border-bottom: 2px solid var(--color-light-purple);
}.c-table-column__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  justify-content: space-between;
  align-items: end;
}.c-table__column_plan-wrapper {
  text-align: center;
}.c-table-column__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  justify-content: space-between;
  text-align: center;
}.c-table-column__wrapper .c-table__column {
  height: 58px;
}.c-table-column__block .c-table__column:not(:first-child) {
  text-align: center;
}.c-table__column_text {
  font-family: var(--jost);
  font-size: var(--text-base);
  line-height: var(--line-height-30);
  color: var(--color-dark-purple);
  font-weight: 400;
}.c-table__column_plan-wrapper {
  text-align: center;
}.c-table__column_title {
  font-family: var(--jost);
  font-size: var(--text-18);
  line-height: var(--line-height-35);
  color: var(--color-purple);
}.c-table__column_plan {
  font-family: var(--jost);
  font-size: var(--text-24);
  line-height: var(--line-height-35);
  color: var(--color-dark-purple);
  font-weight: 700;
}.c-table__column_price {
  font-family: var(--dm-sans);
  font-size: var(--text-45);
  line-height: var(--line-height-66);
  color: var(--color-dark-purple);
  font-weight: 700;
}.c-table__column_price-currency {
  font-family: var(--jost);
  font-size: var(--text-20);
  line-height: var(--line-height-22);
  color: var(--color-dark-purple);
  font-weight: 500;
  margin-right: 8px;
  display: inline-block;
}.c-table__column_price-time {
  font-family: var(--jost);
  display: block;
  font-size: var(--text-14);
  line-height: var(--line-height-22);
  color: var(--color-dark-purple);
  font-weight: 400;
}.c-table__column_text i,
.c-table__column_text svg {
  font-size: 26px;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  color: var(--color-green);
  fill: var(--color-green);
}.c-table--desktop {
  display: block;
}.c-table--mobile {
  display: none;
}@media screen and (max-width: 1200px) {
  .c-table--desktop {
    display: none;
  }

  .c-table--mobile {
    border-radius: 10px;
    display: block;
  }

  .c-table--mobile .c-accordion--table .c-accordion__item {
    border-bottom: 1px solid rgba(156, 176, 201, 0.3);
  }

  .c-table__column_title {
    text-align: left;
  }

  .c-table__column_price-time {
    font-size: var(--text-12);
    line-height: var(--line-height-22);
  }

  .c-accordion--table svg,
  .c-table__column_text i {
    margin: 0;
  }
}/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com *//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     color-adjust: unset;
          print-color-adjust: unset;
}[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.bottom-0{
  bottom: 0px;
}.right-8{
  right: 2rem;
}.top-8{
  top: 2rem;
}.z-10{
  z-index: 10;
}.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-\[23px\]{
  margin-left: 23px;
  margin-right: 23px;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.mb-0{
  margin-bottom: 0px;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-1\.5{
  margin-bottom: 0.375rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-14{
  margin-bottom: 3.5rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-2\.5{
  margin-bottom: 0.625rem;
}.mb-20{
  margin-bottom: 5rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-\[10px\]{
  margin-bottom: 10px;
}.mb-\[13px\]{
  margin-bottom: 13px;
}.mb-\[19px\]{
  margin-bottom: 19px;
}.mb-\[20px\]{
  margin-bottom: 20px;
}.mb-\[28px\]{
  margin-bottom: 28px;
}.mb-\[38px\]{
  margin-bottom: 38px;
}.mb-\[40px\]{
  margin-bottom: 40px;
}.mb-\[44px\]{
  margin-bottom: 44px;
}.mb-\[66px\]{
  margin-bottom: 66px;
}.mb-\[7px\]{
  margin-bottom: 7px;
}.mb-\[8px\]{
  margin-bottom: 8px;
}.mb-\[90px\]{
  margin-bottom: 90px;
}.ml-2{
  margin-left: 0.5rem;
}.ml-2\.5{
  margin-left: 0.625rem;
}.ml-6{
  margin-left: 1.5rem;
}.ml-auto{
  margin-left: auto;
}.mr-0{
  margin-right: 0px;
}.mr-2{
  margin-right: 0.5rem;
}.mr-4{
  margin-right: 1rem;
}.mr-5{
  margin-right: 1.25rem;
}.mr-\[8px\]{
  margin-right: 8px;
}.mt-1{
  margin-top: 0.25rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-16{
  margin-top: 4rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-4{
  margin-top: 1rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-7{
  margin-top: 1.75rem;
}.mt-8{
  margin-top: 2rem;
}.mt-\[42px\]{
  margin-top: 42px;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-video{
  aspect-ratio: 16 / 9;
}.h-10{
  height: 2.5rem;
}.h-36{
  height: 9rem;
}.h-6{
  height: 1.5rem;
}.h-\[78px\]{
  height: 78px;
}.h-auto{
  height: auto;
}.h-full{
  height: 100%;
}.max-h-80{
  max-height: 20rem;
}.min-h-\[800px\]{
  min-height: 800px;
}.w-10{
  width: 2.5rem;
}.w-32{
  width: 8rem;
}.w-6{
  width: 1.5rem;
}.w-6\/12{
  width: 50%;
}.w-\[13px\]{
  width: 13px;
}.w-\[78px\]{
  width: 78px;
}.w-auto{
  width: auto;
}.w-full{
  width: 100%;
}.w-screen{
  width: 100vw;
}.max-w-2xl{
  max-width: 42rem;
}.max-w-3xl{
  max-width: 48rem;
}.max-w-4xl{
  max-width: 56rem;
}.max-w-6xl{
  max-width: 72rem;
}.max-w-\[1174px\]{
  max-width: 1174px;
}.max-w-\[1275px\]{
  max-width: 1275px;
}.max-w-\[1300px\]{
  max-width: 1300px;
}.max-w-\[1500px\]{
  max-width: 1500px;
}.max-w-\[260px\]{
  max-width: 260px;
}.max-w-\[423px\]{
  max-width: 423px;
}.max-w-\[520px\]{
  max-width: 520px;
}.max-w-\[606px\]{
  max-width: 606px;
}.max-w-\[619px\]{
  max-width: 619px;
}.max-w-\[620px\]{
  max-width: 620px;
}.max-w-\[705px\]{
  max-width: 705px;
}.max-w-\[989px\]{
  max-width: 989px;
}.max-w-lg{
  max-width: 32rem;
}.max-w-logo{
  max-width: 140px;
}.max-w-md{
  max-width: 28rem;
}.max-w-screen-1228{
  max-width: 1228px;
}.max-w-screen-844{
  max-width: 844px;
}.max-w-screen-968{
  max-width: 968px;
}.max-w-screen-lg{
  max-width: 1024px;
}.max-w-screen-xl{
  max-width: 1280px;
}.max-w-xl{
  max-width: 36rem;
}.flex-auto{
  flex: 1 1 auto;
}.basis-1\/3{
  flex-basis: 33.333333%;
}.basis-2\/6{
  flex-basis: 33.333333%;
}.basis-6\/12{
  flex-basis: 50%;
}.basis-full{
  flex-basis: 100%;
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-row-reverse{
  flex-direction: row-reverse;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.place-content-stretch{
  place-content: stretch;
}.place-items-center{
  place-items: center;
}.content-center{
  align-content: center;
}.\!items-end{
  align-items: flex-end !important;
}.items-center{
  align-items: center;
}.justify-start{
  justify-content: flex-start;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-around{
  justify-content: space-around;
}.gap-3{
  gap: 0.75rem;
}.gap-5{
  gap: 1.25rem;
}.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}.gap-y-12{
  row-gap: 3rem;
}.gap-y-3{
  row-gap: 0.75rem;
}.self-start{
  align-self: flex-start;
}.self-end{
  align-self: flex-end;
}.overflow-hidden{
  overflow: hidden;
}.rounded-\[27px\]{
  border-radius: 27px;
}.rounded-button{
  border-radius: 30px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-b-\[27px\]{
  border-bottom-right-radius: 27px;
  border-bottom-left-radius: 27px;
}.rounded-t-\[15px\]{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}.border{
  border-width: 1px;
}.border-2{
  border-width: 2px;
}.border-\[3px\]{
  border-width: 3px;
}.border-t{
  border-top-width: 1px;
}.border-t-2{
  border-top-width: 2px;
}.border-t-4{
  border-top-width: 4px;
}.border-solid{
  border-style: solid;
}.border-\[\#3574de4d\]{
  border-color: #3574de4d;
}.border-\[\#3574deE6\]{
  border-color: #3574deE6;
}.border-\[\#d8d8d8\]{
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
}.border-dark-blue{
  --tw-border-opacity: 1;
  border-color: rgb(72 98 132 / var(--tw-border-opacity));
}.border-dark-purple{
  --tw-border-opacity: 1;
  border-color: rgb(60 77 118 / var(--tw-border-opacity));
}.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}.border-red-900{
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}.bg-\[\#3574DE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(53 116 222 / var(--tw-bg-opacity));
}.bg-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(72 98 132 / var(--tw-bg-opacity));
}.bg-dark-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(60 77 118 / var(--tw-bg-opacity));
}.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-cover{
  background-size: cover;
}.bg-center{
  background-position: center;
}.bg-top{
  background-position: top;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.p-2{
  padding: 0.5rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[112px\]{
  padding-top: 112px;
  padding-bottom: 112px;
}.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}.pb-10{
  padding-bottom: 2.5rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-\[24px\]{
  padding-bottom: 24px;
}.pb-\[45px\]{
  padding-bottom: 45px;
}.pb-\[59px\]{
  padding-bottom: 59px;
}.pl-\[21px\]{
  padding-left: 21px;
}.pr-\[16px\]{
  padding-right: 16px;
}.pt-4{
  padding-top: 1rem;
}.pt-8{
  padding-top: 2rem;
}.pt-\[18px\]{
  padding-top: 18px;
}.pt-\[52px\]{
  padding-top: 52px;
}.pt-\[91px\]{
  padding-top: 91px;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.align-middle{
  vertical-align: middle;
}.\!text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-\[15px\]{
  font-size: 15px;
}.text-\[17px\]{
  font-size: 17px;
}.text-\[18px\]{
  font-size: 18px;
}.text-\[19px\]{
  font-size: 19px;
}.text-\[21px\]{
  font-size: 21px;
}.text-\[22px\]{
  font-size: 22px;
}.text-\[25px\]{
  font-size: 25px;
}.text-\[26px\]{
  font-size: 26px;
}.text-\[34px\]{
  font-size: 34px;
}.text-\[40px\]{
  font-size: 40px;
}.text-\[70px\]{
  font-size: 70px;
}.text-base{
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-mobile-h1{
  font-size: 34px;
  line-height: 36px;
}.text-mobile-h3{
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-subtitle{
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold{
  font-weight: 700;
}.font-extrabold{
  font-weight: 800;
}.font-light{
  font-weight: 300;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.capitalize{
  text-transform: capitalize;
}.italic{
  font-style: italic;
}.leading-10{
  line-height: 2.5rem;
}.leading-5{
  line-height: 1.25rem;
}.leading-6{
  line-height: 1.5rem;
}.leading-7{
  line-height: 1.75rem;
}.leading-8{
  line-height: 2rem;
}.leading-9{
  line-height: 2.25rem;
}.leading-\[30px\]{
  line-height: 30px;
}.leading-\[33px\]{
  line-height: 33px;
}.tracking-\[-0\.15px\]{
  letter-spacing: -0.15px;
}.tracking-\[1\.6px\]{
  letter-spacing: 1.6px;
}.tracking-normal{
  letter-spacing: 0em;
}.tracking-tight{
  letter-spacing: -0.025em;
}.tracking-tighter{
  letter-spacing: -0.05em;
}.text-\[\#3574DE\]{
  --tw-text-opacity: 1;
  color: rgb(53 116 222 / var(--tw-text-opacity));
}.text-\[\#63686D\]{
  --tw-text-opacity: 1;
  color: rgb(99 104 109 / var(--tw-text-opacity));
}.text-\[\#788490\]{
  --tw-text-opacity: 1;
  color: rgb(120 132 144 / var(--tw-text-opacity));
}.text-\[\#F68D2E\]{
  --tw-text-opacity: 1;
  color: rgb(246 141 46 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-dark-purple{
  --tw-text-opacity: 1;
  color: rgb(60 77 118 / var(--tw-text-opacity));
}.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-light-blue{
  --tw-text-opacity: 1;
  color: rgb(156 176 201 / var(--tw-text-opacity));
}.text-light-gray{
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity));
}.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.no-underline{
  text-decoration-line: none;
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-150{
  transition-duration: 150ms;
}.duration-300{
  transition-duration: 300ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}.after\:w-0\.5::after{
  content: var(--tw-content);
  width: 0.125rem;
}.after\:bg-\[\#63686D33\]::after{
  content: var(--tw-content);
  background-color: #63686D33;
}.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.focus\:text-gray-900:focus{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}@media (min-width: 640px){.sm\:relative{
    position: relative;
  }.sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.sm\:mb-12{
    margin-bottom: 3rem;
  }.sm\:mt-0{
    margin-top: 0px;
  }.sm\:flex{
    display: flex;
  }.sm\:hidden{
    display: none;
  }.sm\:h-12{
    height: 3rem;
  }.sm\:w-auto{
    width: auto;
  }.sm\:w-full{
    width: 100%;
  }.sm\:flex-none{
    flex: none;
  }.sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:justify-between{
    justify-content: space-between;
  }.sm\:self-center{
    align-self: center;
  }.sm\:overflow-hidden{
    overflow: hidden;
  }.sm\:rounded-lg{
    border-radius: 0.5rem;
  }.sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }.sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.sm\:pb-0{
    padding-bottom: 0px;
  }.sm\:text-left{
    text-align: left;
  }.sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }.sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }.sm\:text-\[25px\]{
    font-size: 25px;
  }.sm\:text-\[47px\]{
    font-size: 47px;
  }.sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.sm\:leading-10{
    line-height: 2.5rem;
  }.sm\:leading-9{
    line-height: 2.25rem;
  }.sm\:leading-none{
    line-height: 1;
  }.sm\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}@media (min-width: 768px){@media (min-width: 640px){.md\:sm\:mt-0{
      margin-top: 0px;
    }
  }.md\:order-1{
    order: 1;
  }.md\:order-2{
    order: 2;
  }.md\:mb-20{
    margin-bottom: 5rem;
  }.md\:ml-32{
    margin-left: 8rem;
  }.md\:mt-0{
    margin-top: 0px;
  }.md\:mt-14{
    margin-top: 3.5rem;
  }.md\:flex{
    display: flex;
  }.md\:basis-5\/12{
    flex-basis: 41.666667%;
  }.md\:basis-7\/12{
    flex-basis: 58.333333%;
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:items-center{
    align-items: center;
  }.md\:justify-between{
    justify-content: space-between;
  }.md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }.md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.md\:text-h3{
    font-size: 32px;
    line-height: 55px;
    font-weight: 700;
  }
}@media (min-width: 1024px){.lg\:static{
    position: static;
  }.lg\:relative{
    position: relative;
  }.lg\:col-start-1{
    grid-column-start: 1;
  }.lg\:col-start-2{
    grid-column-start: 2;
  }.lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }.lg\:mb-0{
    margin-bottom: 0px;
  }.lg\:mb-\[50px\]{
    margin-bottom: 50px;
  }.lg\:ml-32{
    margin-left: 8rem;
  }.lg\:mr-5{
    margin-right: 1.25rem;
  }.lg\:mt-0{
    margin-top: 0px;
  }.lg\:mt-\[-90px\]{
    margin-top: -90px;
  }.lg\:grid{
    display: grid;
  }.lg\:h-\[527px\]{
    height: 527px;
  }.lg\:h-\[71px\]{
    height: 71px;
  }.lg\:h-\[92px\]{
    height: 92px;
  }.lg\:h-full{
    height: 100%;
  }.lg\:max-h-\[1100px\]{
    max-height: 1100px;
  }.lg\:w-\[71px\]{
    width: 71px;
  }.lg\:w-\[92px\]{
    width: 92px;
  }.lg\:max-w-\[423px\]{
    max-width: 423px;
  }.lg\:max-w-full{
    max-width: 100%;
  }.lg\:basis-3\/12{
    flex-basis: 25%;
  }.lg\:basis-6\/12{
    flex-basis: 50%;
  }.lg\:basis-8\/12{
    flex-basis: 66.666667%;
  }.lg\:basis-9\/12{
    flex-basis: 75%;
  }.lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }.lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:items-center{
    align-items: center;
  }.lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.lg\:pb-10{
    padding-bottom: 2.5rem;
  }.lg\:text-left{
    text-align: left;
  }.lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.lg\:text-\[25px\]{
    font-size: 25px;
  }.lg\:text-\[50px\]{
    font-size: 50px;
  }.lg\:text-base{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }
}@media (min-width: 1280px){.xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }.xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}@media (min-width: 1410px){.xxl\:px-\[90px\]{
    padding-left: 90px;
    padding-right: 90px;
  }
}