@charset "UTF-8";
/*

    1. BASE
    reset
    base

    2. Element
    Button
    Header
    Slider Block
    Carousel Block
    Suscribe
    Hero inner

    3. Layout
    ComingSoon
    Homepage
    Inner Post
    How It Works
    404
    Contact

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
@font-face {
  font-family: "ABC Favorito Pro";
  font-weight: 300;
}
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "ABC Favorito Pro", -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";
  font-size: 16px;
  line-height: 30px;
}

/* headings */
h1,
h2,
h3,
h4,
blockquote,
h5,
h6 {
  letter-spacing: 0;
}

p {
  font-family: "ABC Favorito Pro", -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";
}

/* outline */
*:focus {
  outline: none !important;
}

/* Placeholder */
/* firefox 19+ */
/* ie */
/* Selection */
::selection {
  background: rgba(195, 75, 250, 0.99);
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: rgba(195, 75, 250, 0.99);
  color: #fff;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* img */
.img,
img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

/* Address */
address {
  font-style: initial;
}

/* margin */
/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
.page.et_pb_pagebuilder_layout #main-content {
  background: linear-gradient(322deg, #E6E7ED 0%, #f7f8fa 100%);
}

#et-main-area {
  background: linear-gradient(322deg, #E6E7ED 0%, #f7f8fa 100%);
}

/* ------------------------------------------------------------
    HEADER
------------------------------------------------------------ */
.header {
  padding-bottom: 40px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
  transition: 0.4s all ease-in-out;
}
.header.header--flat {
  padding: 10px 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.header .header__col-nav {
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: flex-end;
}
.header .header__col-nav .et_pb_button_module_wrapper {
  margin-left: 15px;
}
.header .header__col-left {
  width: 10%;
  margin: 0;
}

header.header--color1 .header {
  background: linear-gradient(322deg, #E6E7ED -50%, #f7f8fa 100%);
}
header.header--color1 .header .btn.btn--type1 {
  background: linear-gradient(322deg, #E6E7ED -50%, #f7f8fa 100%);
}

.header__nav {
  margin-right: 10px;
}
.header__nav .et-menu li {
  position: relative;
}
.header__nav .et-menu li.main-nav__mobile {
  display: none;
}
.header__nav .et-menu li.main-nav__item:before {
  content: "";
  height: 13px;
  width: 1px;
  background: #26272B;
  position: absolute;
  left: 0;
  top: 0;
}
.header__nav .et-menu li.main-nav__item:first-child:before {
  display: none;
}
.header__nav .et-menu li a {
  color: #26272B;
}
.header__nav .et-menu li a:hover {
  text-decoration: none;
  color: #C34BFA;
}

.header__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* mobile nav */
.mobile_nav:hover {
  text-decoration: none;
}
.mobile_nav.opened .mobile_menu_bar {
  z-index: 2;
}

/* ------------------------------------------------------------
    BUTTON
------------------------------------------------------------ */
body #page-container .btn.btn--simple:hover {
  background: transparent;
}
body #page-container .btn.btn--center {
  margin: 0 auto;
}
body #page-container .btn.btn--type1 {
  height: 64px;
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
  padding: 0 !important;
  transition: 0.4s all ease-in-out;
}
body #page-container .btn.btn--type1:hover {
  background: #26272B !important;
  color: #fff !important;
}
body #page-container .btn.btn--type2 {
  height: 64px;
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
  padding: 0 !important;
  transition: 0.4s all ease-in-out;
}
body #page-container .btn.btn--type2:hover {
  background-color: #0d0e0f !important;
}
body #page-container .btn.btn--type3 {
  height: 64px;
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
  padding: 0 !important;
  position: relative;
  transition: 0.4s all ease-in-out;
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
}
body #page-container .btn.btn--type3:hover {
  background-color: #26272B !important;
  color: #fff !important;
  background-image: initial;
}
body #page-container .btn.btn--type4 {
  height: 64px;
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
  padding: 0 !important;
  position: relative;
  transition: 0.4s all ease-in-out;
  box-shadow: inset -2px -2px 6px #FFFFFF, inset 2px 2px 3px #BDC1D1;
}
body #page-container .btn.btn--type4:hover {
  background: #26272B !important;
  color: #fff !important;
  box-shadow: initial;
}

/* Anchor */
.entry-content .et_pb_text_inner a {
  color: #C34BFA;
}

/* ------------------------------------------------------------
    SLIDER BLOCK
------------------------------------------------------------ */
body #page-container .et_pb_section .et_pb_slider.slider-block .et_pb_slide_image {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 !important;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et_pb_slide_image img {
  width: 450px;
  height: 450px;
  object-fit: contain;
  object-position: center;
  max-height: inherit !important;
  padding: 0;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et_pb_slider_container_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et_pb_button_wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et_pb_slide_description {
  text-shadow: inherit;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et_pb_more_button.et_pb_button {
  height: 64px;
  line-height: 58px !important;
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
  padding: 0 !important;
  position: relative;
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
  transition: 0.4s all ease-in-out;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et_pb_more_button.et_pb_button:hover {
  background: #26272B !important;
  color: #fff !important;
  text-decoration: none;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-next,
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-prev {
  opacity: 1;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  transition: 0.4s all ease-in-out;
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-next:hover,
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-prev:hover {
  background: #26272B !important;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-next:before,
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-prev:before {
  content: "";
  width: 16px;
  height: 25px;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-next {
  right: 20px;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-next:before {
  background-size: contain;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-next:hover:before {
  background-size: contain;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-prev {
  left: 20px;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-prev:before {
  background-size: contain;
}
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-prev:hover:before {
  background-size: contain;
}

/* ------------------------------------------------------------
    CAROUSEL BLOCK
------------------------------------------------------------ */
.carousel-block {
  display: flex;
  flex-wrap: wrap;
}
.carousel-block .et_pb_column {
  height: 425px;
  position: relative;
  padding: 60px 30px;
  transition: 0.4s all ease-in-out;
  margin: 0;
}
.carousel-block .et_pb_column:hover:before {
  background: linear-gradient(216deg, #46F0ED 0%, #C34BFA 100%);
}
.carousel-block .et_pb_column:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92%;
  height: 95%;
  border-radius: 20px;
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
  transform: translate(-50%, -50%);
  transition: 0.4s all ease-in-out;
  background: linear-gradient(322deg, #E6E7ED 0%, #f7f8fa 100%);
}

.carousel-block__label {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 30px;
  height: 70px;
}
.carousel-block__label h6,
.carousel-block__label p {
  padding: 0;
  margin: 0;
}

/* carousel block user */
.carousel-block-user {
  display: flex;
  flex-wrap: wrap;
}
.carousel-block-user .et_pb_column {
  height: 455px;
  position: relative;
  padding: 60px 30px;
  transition: 0.4s all ease-in-out;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.carousel-block-user .et_pb_column:hover:before {
  background: linear-gradient(216deg, #C34BFA 0%, #F0728A 100%);
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
}
.carousel-block-user .et_pb_column:hover .carousel-block-user__txt {
  opacity: 1;
}
.carousel-block-user .et_pb_column:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92%;
  height: 95%;
  border-radius: 20px;
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0), -7px -7px 16px rgba(250, 251, 252, 0);
  transform: translate(-50%, -50%);
  transition: 0.4s all ease-in-out;
  background: transparent;
}
.carousel-block-user .et_pb_image {
  display: block;
  width: 100%;
  height: 272px;
  padding: 0;
}
.carousel-block-user .et_pb_image .et_pb_image_wrap {
  height: 100%;
}
.carousel-block-user .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.carousel-block-user__txt {
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.carousel-block-user__txt h5,
.carousel-block-user__txt p {
  margin: 0;
  padding: 0;
}

/* js carousel */
.js-carousel-block {
  padding: 0 100px;
}
.js-carousel-block .slick-list {
  padding: 20px 0;
  width: 100%;
}
.js-carousel-block .slick-arrow {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  transition: 0.4s all ease-in-out;
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  border: 0;
  background: transparent;
}
.js-carousel-block .slick-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 18px;
}
.js-carousel-block .slick-arrow:hover {
  background: #26272B !important;
}
.js-carousel-block .slick-arrow:hover img {
  filter: invert(1);
}
.js-carousel-block .slick-arrow.slick-next {
  right: 20px;
}
.js-carousel-block .slick-arrow.slick-prev {
  left: 20px;
}

/* ------------------------------------------------------------
    BLOG BLOCK
------------------------------------------------------------ */
.blog-block .et_pb_post {
  border-radius: 20px;
  border: 0;
  background: linear-gradient(322deg, #E6E7ED 0%, #f7f8fa 100%);
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
  display: flex;
  flex-wrap: wrap;
  transition: 0.4s all ease-in-out;
  padding: 0 0 30px 0;
}
.blog-block .et_pb_post:hover {
  background: linear-gradient(223deg, #F0728A 0%, #FFB983 100%);
}
.blog-block .et_pb_post .et_pb_image_container {
  order: 1;
  margin: 0;
}
.blog-block .et_pb_post .et_pb_image_container img {
  border-radius: 20px 20px 0 0;
}
.blog-block .et_pb_post .post-meta {
  order: 2;
  padding: 0 15px;
}
.blog-block .et_pb_post .post-meta:nth-child(2)   {
  padding-top: 30px;
}
.blog-block .et_pb_post .entry-title {
  order: 3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  margin: 0;
}

.et_pb_post .entry-featured-image-url {
  height: 200px;
  overflow: hidden;
}
.et_pb_post .entry-featured-image-url img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post-template-default .entry-content a {
  color: #C34BFA;
}

/* ------------------------------------------------------------
    FOOTER
------------------------------------------------------------ */
body .footer p {
  margin: 0;
  padding: 0;
}
body .footer a {
  transition: 0.4s all ease-in-out;
}
body .footer a:hover {
  text-decoration: none;
  color: #C34BFA !important;
}

/* ------------------------------------------------------------
    SUSCRIBE
------------------------------------------------------------ */
body.et_bloom .et_bloom_form_header {
  display: none;
}
body.et_bloom .et_bloom_form_container .et_bloom_form_content {
  padding: 0;
}
body.et_bloom .suscribe-block .et_bloom_inline_form {
  margin: 0;
  width: 70%;
}
body.et_bloom .suscribe-block .et_bloom_inline_form .et_bloom_subscribe_email {
  border-bottom: 1px solid #26272B;
  width: 60%;
  margin-right: 7%;
}
body.et_bloom .suscribe-block .et_bloom_inline_form .et_bloom_subscribe_email input {
  font-family: "ABC Favorito Pro", -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";
  font-size: 16px;
  font-weight: 300;
}
body.et_bloom .suscribe-block .et_bloom_inline_form .et_bloom_submit_subscription {
  color: #26272B;
  border-radius: 40px !important;
  font-size: 16px;
  background-color: #FFFFFF;
  box-shadow: 4px 3px 19px -6px rgba(189, 193, 209, 0.87);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-weight: 300;
}
body.et_bloom .suscribe-block .et_bloom_inline_form .et_bloom_submit_subscription span.et_bloom_button_text {
  color: #26272B !important;
  margin: 0 !important;
  font-family: "ABC Favorito Pro", -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";
}
body.et_bloom .suscribe-block .et_bloom_inline_form .et_bloom_submit_subscription:hover {
  background-color: #26272B !important;
  color: #fff !important;
}
body.et_bloom .suscribe-block .et_bloom_inline_form .et_bloom_submit_subscription:hover span.et_bloom_button_text {
  color: #fff !important;
}

/* ------------------------------------------------------------
    HERO INNER
------------------------------------------------------------ */
.hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.container-margin-top {
  margin-top: 144px;
}

/* ------------------------------------------------------------
    PRICES TABLE
------------------------------------------------------------ */
body #page-container .table__control .et_pb_column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body #page-container .table__control .et_pb_column .et_pb_button_module_wrapper {
  margin-left: 30px;
  margin-right: 30px;
}
body #page-container .table__control .et_pb_column .btn.btn--type4.js-table-change.active {
  background: #26272B;
  color: #fff !important;
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
}
body #page-container .table__control .et_pb_column .btn.btn--type4.js-table-change.active:hover {
  background: #0d0e0f !important;
  color: #fff !important;
}

html:not(.et-fb-preview--desktop) {
  /* Table row */
}
html:not(.et-fb-preview--desktop) .table__row-grid {
  opacity: 0;
  position: absolute;
  left: -100%;
  pointer-events: none;
}
html:not(.et-fb-preview--desktop) .table__row-grid.active {
  position: relative;
  opacity: 1;
  left: 0;
  pointer-events: initial;
}

/* Table row */
.table__row-grid {
  transition: 0.4s all ease-in-out;
  display: flex;
  justify-content: center;
}
.table__row-grid .table__row {
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
  overflow: visible;
  width: 20.875%;
  transition: 0.4s all ease-in-out;
}
.table__row-grid .table__row:hover {
  background: linear-gradient(216deg, #46F0ED 0%, #C34BFA 100%);
}
.table__row-grid .table__row:hover .et_pb_text_inner {
  color: #26272B;
}
.table__row-grid .table__row, .table__row-grid .table__row:first-child {
  margin-right: 4% !important;
}
.table__row-grid .table__row:first-child .table__span-with-info h6 {
  position: absolute;
  left: -150px;
  top: 6px;
  width: 120px;
  word-break: break-word;
  text-align: right;
  display: block;
}
.table__row-grid .table__span-with-info h6 {
  display: none;
}
.table__row-grid .btn.btn--type4 {
  width: 100%;
}

/* table body */
.table__body {
  position: relative;
}

/* js table carousel */
.js-table-carousel.slick-initialized {
  padding: 0 100px;
}
.js-table-carousel.slick-initialized .table__row {
  margin: 0 10px !important;
}
.js-table-carousel.slick-initialized .slick-list {
  padding: 20px 0;
}
.js-table-carousel.slick-initialized .slick-arrow {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  transition: 0.4s all ease-in-out;
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  border: 0;
}
.js-table-carousel.slick-initialized .slick-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 18px;
}
.js-table-carousel.slick-initialized .slick-arrow:hover {
  background: #f7f8fa !important;
}
.js-table-carousel.slick-initialized .slick-arrow.slick-next {
  right: 20px;
}
.js-table-carousel.slick-initialized .slick-arrow.slick-prev {
  left: 20px;
}
.js-table-carousel.slick-initialized .slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}

/* Table change */
.table__change .et_pb_column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table__change .et_pb_module {
  margin: 0 20px !important;
}
.table__change .et_pb_module h6,
.table__change .et_pb_module p {
  margin: 0;
  padding: 0;
}

.checkbox-change {
  background: linear-gradient(322deg, #E6E7ED 0%, #f7f8fa 100%);
  border-radius: 50px;
  box-shadow: inset -2px -2px 6px #FFFFFF, inset 2px 2px 3px #BDC1D1;
  position: relative;
  width: 70px;
  height: 50px;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
.checkbox-change.active {
  background: linear-gradient(34deg, #46F0ED 0%, #C34BFA 100%);
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
}
.checkbox-change input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.checkbox-change input:checked + div {
  left: 24px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-change div {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: linear-gradient(148deg, #E6E7ED -50%, #f7f8fa 100%);
  box-shadow: 5px 5px 8px rgba(189, 193, 209, 0.55), -7px -7px 16px #fafbfc;
  position: relative;
  top: 6px;
  left: 6px;
  transition: 0.4s all ease-in-out;
}

.checkbox__year p {
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  width: 350px;
  line-height: 19px;
  transition: 0.4s all ease-in-out;
}
.checkbox__year p.fisicas-text {
  display: none;
}
.checkbox__year.active p {
  opacity: 1;
}

/* ------------------------------------------------------------
    COMING SOON
------------------------------------------------------------ */
.hero-coming {
  height: 100vh;
  min-height: 700px;
  margin: 0;
  padding: 0;
  background: linear-gradient(218deg, #C34BFA, #46F0ED);
}
.hero-coming .et_pb_row {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
.hero-coming .et_pb_module:not(.coming__logo) {
  width: 100%;
}
.hero-coming h1 {
  color: #fff;
  margin-bottom: 70px;
  font-size: 45px;
}
.hero-coming a {
  color: #fff;
  text-decoration: underline;
  font-size: 23px;
}
.hero-coming a:hover {
  text-decoration: none;
}

.coming__logo {
  width: 195px;
  padding-bottom: 70px;
}

.hero-coming__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hero-coming__gradient.gradient--color1 {
  background: linear-gradient(218deg, #F0728A, #C34BFA);
}
.hero-coming__gradient.gradient--color2 {
  background: linear-gradient(218deg, #FFB983, #C34BFA);
}

/* ------------------------------------------------------------
    HOMEPAGE
------------------------------------------------------------ */
/* label block */
.label-block p {
  margin: 0;
}

/* bottom action */
.block-bottom-action .et_pb_column {
  display: flex;
  justify-content: center;
}

/* ------------------------------------------------------------
    CUSTOMER PAGE
------------------------------------------------------------ */
.line-block p {
  margin: 0;
}

/* ------------------------------------------------------------
    HOW IT WORKS
------------------------------------------------------------ */
.large-image-banner .et_pb_image_wrap {
  width: 100%;
}
.large-image-banner .et_pb_image_wrap img {
  width: 100%;
}

/* Require block */
.require-block {
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
}

.require__list li {
  margin-bottom: 20px;
}
.require__list li:last-child {
  margin-bottom: 0;
}

/* accordeon block */
.accordeon-block .et_pb_accordion_item {
  margin-bottom: 0;
}
.accordeon-block .et_pb_accordion_item.et_pb_toggle {
  border-top: 1px solid #C9CCDA !important;
}
.accordeon-block .et_pb_accordion_item.et_pb_toggle .et_pb_toggle_title {
  padding-left: 40px;
  padding-right: 0;
}
.accordeon-block .et_pb_accordion_item.et_pb_toggle .et_pb_toggle_title:before {
  width: 18px;
  height: 18px;
  left: 0;
  right: initial;
  background-size: 18px;
  content: "";
}
.accordeon-block .et_pb_accordion_item.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
  background-size: 18px;
  content: "";
  display: block;
}

/* ------------------------------------------------------------
    INNER-POST
------------------------------------------------------------ */
.post-template-default #main-content {
  background: transparent;
}
.post-template-default #content-area {
  margin-top: 144px;
}
.post-template-default #content-area .et_post_meta_wrapper .entry-title {
  text-align: center;
  width: 80%;
  margin: 0 auto 80px auto;
  font-size: 45px;
  line-height: 61px;
}
.post-template-default #content-area .et_post_meta_wrapper .post-meta {
  display: none;
}
.post-template-default #content-area .entry-content {
  width: 80%;
  margin: 0 auto;
}

/* ------------------------------------------------------------
    404
------------------------------------------------------------ */
.error404 #main-content {
  background-color: transparent;
}

/* ------------------------------------------------------------
    CONTACT
------------------------------------------------------------ */
body #page-container .contact-form .et_pb_contact p input,
body #page-container .contact-form .et_pb_contact p textarea {
  padding: 16px 0;
}
body #page-container .contact-form .et_pb_contact_submit.et_pb_button {
  background: #26272B;
  color: #fff !important;
  box-shadow: 5px 12px 16px rgba(189, 193, 209, 0.3), -7px -7px 16px #fafbfc;
  width: 200px;
  height: 64px;
  padding: 0 !important;
}
body #page-container .contact-form .et_pb_contact_submit.et_pb_button:hover {
  background: #0d0e0f;
}
body #page-container .contact-form .et_pb_contact_submit.et_pb_button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
body #page-container .contact-form .et_contact_bottom_container {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-top: 30px;
}

/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
@media (min-width: 1350px) {
  .js-carousel-block {
    padding: 0 100px !important;
  }
}
@media (max-width: 1200px) {
  .header {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .header .header__col-left {
    width: 100%;
    margin: 0;
  }
  .header .header__col-nav {
    width: 100%;
    justify-content: space-between;
  }

  .container-margin-top {
    margin-top: 124px;
  }

  .post-template-default #content-area {
    margin-top: 124px;
  }

  .table__row-grid .table__row {
    width: 30.875%;
  }
  .table__row-grid .table__row:first-child .table__span-with-info h6 {
    position: relative;
    left: initial;
    top: initial;
    width: 100%;
    text-align: center;
    display: block;
  }
  .table__row-grid .table__span-with-info h6 {
    display: block;
    margin: 0;
    padding: 0;
  }
}
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
@media (max-width: 992px) {
  .hero-coming h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .header .header__col-left {
    width: 20% !important;
  }
  .header .header__col-nav {
    width: 80% !important;
    justify-content: flex-end;
  }
  .header .header__col-nav .et_pb_button_module_wrapper {
    display: none;
  }

  body #page-container .btn.btn--type1, body #page-container .btn.btn--type2, body #page-container .btn.btn--type3, body #page-container .btn.btn--type4 {
    height: 44px;
  }

  body #page-container .et_pb_section .et_pb_slider.slider-block .et_pb_more_button.et_pb_button {
    height: 44px;
    line-height: 34px !important;
  }

  .main-nav__mobile {
    display: block;
  }

  body .mobile_nav .sub-menu {
    padding: 0 !important;
  }
  body .mobile_nav .sub-menu .menu-item {
    width: 100%;
    padding: 0;
    text-align: center;
    background: #EBECF0;
  }
  body .mobile_nav.opened .et_mobile_menu {
    left: 0;
    opacity: 1;
  }
  body .mobile_nav ul#mobile_menu1.et_mobile_menu {
    background: #fff !important;
  }
  body .mobile_nav .et_mobile_menu {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    text-align: center;
    padding: 20% 30%;
    opacity: 0;
  }
  body .mobile_nav .et_mobile_menu li {
    float: left;
  }
  body .mobile_nav .main-nav__mobile {
    width: 50%;
    padding-top: 30px;
  }
  body .mobile_nav .main-nav__mobile a {
    border: 0;
  }
  body .mobile_nav .main-nav__mobile.main-nav--type1 a {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: 0.4s all ease-in-out;
    color: #26272B;
  }
  body .mobile_nav .main-nav__mobile.main-nav--type2 a {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: 0.4s all ease-in-out;
    color: #26272B;
    border-radius: 40px;
    background-color: #FFFFFF;
    box-shadow: 4px 3px 19px -6px rgba(189, 193, 209, 0.8);
    width: 90%;
  }
  body .mobile_nav .main-nav__item {
    width: 100%;
  }

  body .mobile_nav #mobile_menu1.et_mobile_menu {
    padding: 25% 0 20% 0;
  }
  body .mobile_nav #mobile_menu1.et_mobile_menu li.current_page_item > a {
    color: #C34BFA !important;
  }

  .hero__button {
    margin: 0 auto;
  }

  body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-next,
body #page-container .et_pb_section .et_pb_slider.slider-block .et-pb-arrow-prev {
    height: 44px;
    width: 44px;
  }
  body #page-container .et_pb_section .et_pb_slider.slider-block .et_pb_slide_image img {
    width: 400px;
    height: 400px;
  }

  .js-carousel-block .slick-arrow {
    height: 44px;
    width: 44px;
  }
  .js-carousel-block .slick-arrow img {
    padding: 9px;
  }

  .carousel-block-user__txt {
    opacity: 1;
  }

  .footer__left {
    order: 2;
  }

  .footer__right {
    order: 1;
    margin-bottom: 40px !important;
  }

  .footer .et_pb_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-inner {
    align-items: flex-end;
  }

  .hero-inner__right {
    order: 1;
  }

  .hero-inner__left {
    order: 2;
    margin: 0;
  }

  .container-margin-top {
    margin-top: 72px;
  }

  .post-template-default #content-area {
    margin-top: 72px;
  }

  .js-table-carousel.slick-initialized .slick-arrow {
    height: 44px;
    width: 44px;
  }
  .js-table-carousel.slick-initialized .slick-arrow img {
    padding: 11px;
  }

  .checkbox-change {
    margin: 30px auto;
  }

  .table__change .et_pb_module {
    margin: 10px 0 !important;
    width: 100%;
  }
  .table__change .et_pb_module h6,
.table__change .et_pb_module p {
    text-align: center;
  }
  .table__change .et_pb_column {
    flex-wrap: wrap;
  }

  .checkbox__year p {
    width: 100%;
    top: 20px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .coming__logo {
    width: 160px;
    padding-bottom: 40px;
  }

  .hero-coming h1 {
    font-size: 24px;
  }

  .mobile_nav .et_mobile_menu {
    padding: 20% 10%;
  }

  .slider-block .et_pb_slide_image,
.slider-block .et_pb_slide_video {
    display: block !important;
  }
  .slider-block .et_pb_slide_image img {
    width: 300px;
    height: 300px;
  }

  body.et_bloom .suscribe-block .et_bloom_inline_form {
    width: 100%;
  }
  body.et_bloom .suscribe-block .et_bloom_inline_form .et_bloom_subscribe_email {
    width: 70% !important;
  }
  body.et_bloom .suscribe-block .et_bloom_inline_form .et_bloom_submit_subscription {
    height: 44px;
    width: 30% !important;
  }

  .blog-block .et_pb_post {
    padding: 0 0 20px 0;
  }
  .blog-block .et_pb_post .entry-featured-image-url {
    margin-bottom: 20px;
  }
  .blog-block .et_pb_post .et_pb_image_container {
    width: 100%;
    margin: 0;
  }
  .blog-block .et_pb_post .post-meta,
.blog-block .et_pb_post .entry-title {
    padding: 0 15px;
  }
  .blog-block .et_pb_post .entry-title {
    width: 100%;
  }

  .container-margin-top {
    margin-top: 58px;
  }

  .post-template-default #content-area {
    margin-top: 58px;
  }

  .table__row-grid .table__row {
    width: 50.875%;
  }

  .post-template-default #content-area .et_post_meta_wrapper .entry-title {
    width: 100%;
    margin: 0 auto 40px auto;
    font-size: 32px;
    line-height: 45px;
  }
  .post-template-default #content-area .entry-content {
    width: 100%;
  }

  .js-table-carousel.slick-initialized .slick-arrow img {
    padding: 0;
    width: 12px;
  }
}
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */
@media (max-width: 680px) {
  .hero-coming {
    min-height: 500px;
  }
  .hero-coming h1 {
    font-size: 18px;
    line-height: 32px;
  }
  .hero-coming a {
    font-size: 18px;
  }

  .mobile_nav .et_mobile_menu {
    padding: 150px 10%;
  }

  .header .header__col-left {
    width: 30% !important;
    margin: 0 !important;
  }
  .header .header__col-nav {
    width: 70% !important;
  }

  .slider-block .et_pb_slide_image img {
    width: 250px;
    height: 250px;
  }

  .carousel-block .et_pb_column {
    height: auto;
    padding: 30px;
  }

  .carousel-block__label {
    position: relative;
    bottom: 0;
    height: auto;
  }

  .carousel-block-user .et_pb_column:before {
    width: 100%;
    height: 100%;
  }

  .carousel-block-user .et_pb_column {
    height: 446px;
    padding: 30px;
  }

  body.et_bloom .suscribe-block .et_bloom_inline_form .et_bloom_subscribe_email {
    width: 100% !important;
  }
  body.et_bloom .suscribe-block .et_bloom_inline_form .et_bloom_submit_subscription {
    height: 44px;
    width: 100% !important;
    margin-top: 20px;
  }

  .js-table-carousel.slick-initialized {
    padding: 0 50px;
  }
  .js-table-carousel.slick-initialized .slick-arrow.slick-next {
    right: 10px;
  }
  .js-table-carousel.slick-initialized .slick-arrow.slick-prev {
    left: 10px;
  }
  .js-table-carousel.slick-initialized .table__row {
    margin: 0 12px !important;
    min-width: 251px;
  }

  .table__row-grid .table__row {
    width: 70.875%;
  }
  .table__row-grid .table__row .et_pb_module h3 {
    margin: 0;
    padding: 0;
  }

  body #page-container .table__control .et_pb_column .et_pb_button_module_wrapper {
    width: 48%;
    margin: 0 1%;
  }
  body #page-container .table__control .et_pb_column .et_pb_button_module_wrapper .btn.btn--type4 {
    width: 100%;
  }
  body #page-container .table__control .et_pb_column .et_pb_text {
    width: 100%;
  }

  .table__row--single .et_pb_column {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .post-template-default #content-area .et_post_meta_wrapper .entry-title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .header__nav {
    margin-right: -10px;
  }

  .accordeon-block .et_pb_accordion_item.et_pb_toggle {
    padding: 20px 0;
  }

  .table__row-grid {
    width: 100%;
  }

  .js-carousel-block {
    padding: 0 70px;
  }
  .js-carousel-block .slick-arrow img {
    padding: 0;
    width: 12px;
  }
}
/*
     FILE ARCHIVED ON 16:32:19 Nov 02, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:29:04 Oct 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.824
  exclusion.robots: 0.044
  exclusion.robots.policy: 0.028
  esindex: 0.013
  cdx.remote: 108.358
  LoadShardBlock: 335.997 (3)
  PetaboxLoader3.datanode: 643.383 (5)
  PetaboxLoader3.resolve: 174.836 (2)
  load_resource: 514.804
  loaddict: 31.756
*/