html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

ul li {
  font-size: 14px;
}

button, [type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

:root {
  --neutral--100: white;
  --neutral--600: #6d6d6d;
  --neutral--800: #02050b;
  --neutral-shadow--03: #19213d24;
  --neutral--200: #f9f9f9;
  --neutral--400: #eaeaea;
  --neutral--500: #bfbfbf;
  --neutral--300: #f3f3f3;
  --neutral-shadow--02: #19213d14;
  --primary--01: #ff5740;
  --neutral-shadow--01: #19213d1a;
  --neutral--700: #333;
  --dark-overlay--80: #19213dcc;
  --dark-overlay--65: #19213da6;
  --dark-overlay--50: #19213d80;
  --dark-overlay--40: #19213d66;
  --white-overlay--80: #fffc;
  --white-overlay--65: #ffffffa6;
  --white-overlay--50: #ffffff80;
  --white-overlay--40: #fff6;
  --neutral-shadow--04: #19213d2e;
  --neutral-shadow--05: #19213d2e;
  --neutral-shadow--06: #19213d38;
  --primary-shadow--01: #ff574024;
  --primary-shadow--02: #ff57402e;
  --primary-shadow--04: #ff57403d;
  --primary-shadow--05: #ff574047;
  --primary-shadow--06: #ff57404d;
  --primary-shadow--03: #ff574038;
  --secondary-shadow--01: #ff2d461f;
  --secondary-shadow--02: #ff2d4624;
  --secondary-shadow--03: #ff2d462e;
  --secondary-shadow--04: #ff2d4638;
  --secondary-shadow--05: #ff2d4642;
  --secondary-shadow--06: #ff2d464d;
  --illustration--100: #fff8f4;
  --transparent: transparent;
  --secondary--red-100: #ffecef;
  --secondary--blue-300: #8dc1ff;
  --secondary--blue-100: #e3efff;
  --size: 0px;
  --illustration--400: #e5c5ac;
  --illustration--300: #f9dfd0;
  --illustration--200: #fff1e9;
  --secondary--red-400: #fe566b;
  --secondary--red-300: #fb93a3;
  --secondary--red-200: #fac6d0;
  --secondary--blue-400: #4e9fff;
  --secondary--blue-200: #c3ddff;
  --secondary--yellow-400: #fed133;
  --secondary--yellow-300: #fbe080;
  --secondary--yellow-200: #faedbf;
  --secondary--yellow-100: #fffae9;
  --secondary--green-400: #81e492;
  --secondary--green-300: #adecbb;
  --secondary--green-200: #d3f2dd;
  --secondary--green-100: #eef9f5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}


body {
  background-color: var(--neutral--100);
  color: var(--neutral--600);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.556em;
}

.page-wrapper.flex-page {
    flex-direction: column;
    min-height: 100vh;
    display: flex;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.111em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.429em;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--neutral--800);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--600);
}

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

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--neutral--800);
  font-weight: 600;
}

.display-1 {
  font-size: 72px;
  line-height: 1em;
}

.display-1.text-uppercase {
  font-weight: 700;
}

.text-neutral-800 {
  color: var(--neutral--800);
}

.text-neutral-700 {
  color: var(--neutral--700);
}

.text-neutral-600 {
  color: var(--neutral--600);
}

.text-neutral-400 {
  color: var(--neutral--400);
}

.text-neutral-300 {
  color: var(--neutral--300);
}

.text-neutral-100 {
  color: var(--neutral--100);
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

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

.flex-horizontal.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-horizontal.card-footer-simple {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--neutral--800);
  border-radius: 4px;
  justify-content: space-between;
  margin-bottom: 94px;
  padding: 34px 50px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._480px {
  max-width: 480px;
}


.inner-container._465px {
  max-width: 465px;
}

.logo-link {
  transition: all .3s;
}

.logo-link:hover {
  transform: scale(.92);
}

.text-uppercase {
  letter-spacing: .02em;
  text-transform: uppercase;
}

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

.social-media-icon-wrapper {
  color: var(--neutral--100);
  transform-style: preserve-3d;
  background-color: #fff3;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: flex;
}

.social-media-icon-wrapper:hover {
  background-color: var(--primary--01);
  color: var(--neutral--100);
  transform: scale3d(.92, .92, 1.01);
}

.social-media-icon-wrapper.youtube {
  background-color: red;
}

.social-media-icon-wrapper.whatsapp {
  background-color: #00d95f;
}

.social-media-icon-wrapper.vk {
  background-color: #07f;
}

.social-media-icon-wrapper.telegram {
  background-image: linear-gradient(#00acff, #0098e1);
}

.social-media-icon-wrapper.skype {
  background-image: linear-gradient(#00c3ff, #0092dd);
}

.icon-font-social-media {
  display: flex;
}

.width-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.position-relative.flex-page {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.container-default {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.header-container-wrapper {
  grid-column-gap: 18px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-container-wrapper.center {
  justify-content: center;
}
.logo-wrapper._171px {
  max-width: 171px;
}
.footer-logo-wrapper---108px {
  max-width: 108px;
}
.social-media-grid {
  align-items: center;
  display: flex;
}

.social-media-grid.left-aligned {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  justify-content: flex-start;
}

.social-media-grid.left-aligned.gap-10px {
  grid-column-gap: 10px;
}

.header-wrapper {
  background-color: var(--transparent);
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
}

.header-wrapper.header-logo {
  padding-top: 34px;
  padding-bottom: 34px;
}

.section {
  background-color: var(--neutral--100);
  padding-top: 100px;
  padding-bottom: 150px;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.footer-wrapper {
  background-color: var(--transparent);
  color: var(--neutral--300);
  position: relative;
}

.footer-wrapper.transparent-footer-card {
  background-color: var(--transparent);
}

.hero-section---bg-illustration-wrapper {
  position: absolute;
  inset: 0%;
}

._w-h-100 {
  width: 100%;
  height: 100%;
}

.fit-cover {
  object-fit: cover;
}

.bg-image-overlay {
  background-image: linear-gradient(#00000047, #00000047);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.vertical-lines-default {
  border-right: 1px solid var(--neutral--400);
  border-left: 1px solid var(--neutral--400);
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.vertical-lines-default.white {
  border-left-color: #f3f3f333;
  border-right-color: #f3f3f333;
}

@media screen and (min-width: 1920px) {
  .footer-wrapper {
    align-self: stretch;
  }
}

@media screen and (min-width: 1440px) {
  .footer-wrapper {
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }
  .display-1 {
    font-size: 56px;
  }

  .flex-horizontal.card-footer-simple {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-bottom: 84px;
  }

  .header-wrapper.header-logo {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .vertical-lines-default {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 12px;
  }

  .display-1 {
    font-size: 40px;
  }

  .mg-top-16px {
    margin-top: 13px;
  }

  .mg-top-24px {
    margin-top: 20px;
  }

  .flex-horizontal.card-footer-simple {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 70px;
    padding: 32px;
  }

  .header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-wrapper.header-logo {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .logo-wrapper._171px {
    max-width: 152px;
  }

  .inner-container._480px---mbl {
    max-width: 480px;
  }

  .footer-logo-wrapper---108px {
    max-width: 100px;
  }

  .social-media-icon-wrapper {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  .display-1 {
    font-size: 36px;
  }

  .flex-horizontal.card-footer-simple {
    margin-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section {
    padding-top: 4px;
    padding-bottom: 50px;
  }

  .vertical-lines-default {
    margin-left: 8px;
    margin-right: 8px;
  }

  .logo-wrapper._171px {
    max-width: 130px;
  }

  .footer-logo-wrapper---108px {
    max-width: 95px;
  }

}
