@font-face {
  font-family: Built Titling Lt It;
  src: url('../fonts/built-titling-lt-it.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Built Titling Bd It;
  src: url('../fonts/built-titling-bd-it.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Built Titling El;
  src: url('../fonts/built-titling-el.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Built Titling El It;
  src: url('../fonts/built-titling-el-it.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Built Titling Lt;
  src: url('../fonts/built-titling-lt.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Built Titling Rg;
  src: url('../fonts/built-titling-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Built Titling Rg It;
  src: url('../fonts/built-titling-rg-it.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Built Titling Sb;
  src: url('../fonts/built-titling-sb.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Built Titling Bd;
  src: url('../fonts/built-titling-bd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Built Titling Sb It;
  src: url('../fonts/built-titling-sb-it.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: #fff;
  --dark-color-1: #121f30;
  --dark-color-2: #020618;
  --brand: #00b0ff;
  --brand-shade: #0076ac;
  --light-grey: #e5e7eb;
  --dark-color-3: #0f1324;
  --dark-color-3-hover: #092035;
}

.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;
  }
}

h1 {
  color: var(--white);
  letter-spacing: .05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Built Titling Sb, Arial, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  color: var(--white);
  letter-spacing: .05px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Built Titling Sb, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1em;
}

a {
  text-decoration: underline;
}

.section {
  padding-left: 120px;
  padding-right: 120px;
}

.section.bg1 {
  background-color: var(--dark-color-1);
}

.section.bg2 {
  background-color: var(--dark-color-2);
}

.section.hero {
  padding-left: 0;
  padding-right: 0;
}

.body {
  text-align: center;
  background-color: #0000;
  font-family: Inter, sans-serif;
}

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

.heading {
  letter-spacing: .05em;
  font-family: Built Titling Sb, Arial, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.1em;
}

.hero-text {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

.background-video {
  text-align: center;
  background-image: linear-gradient(#0009 75%, #0000);
  height: 810px;
  padding-left: 120px;
  padding-right: 120px;
}

.background-video.nothero, .background-video.nothome {
  height: auto;
}

.button {
  background-color: var(--brand);
  border-radius: 100px;
  flex: 0 auto;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
}

.button:hover {
  background-color: var(--brand-shade);
}

.button.outlined {
  background-color: #0000;
  border: 3px solid #fff;
}

.button.outlined:hover {
  background-color: #00b0ff50;
  border-width: 3px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 120px;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  width: auto;
  display: block;
}

.navbar_link {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.navbar_link:hover {
  font-weight: 800;
}

.navbar_link.w--current {
  color: var(--brand);
}

.nav_container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 10px 0;
  display: flex;
}

.nav-menu {
  flex: 1;
}

.brand {
  flex: 0 auto;
}

.text-block {
  color: var(--light-grey);
  font-size: 16px;
  line-height: 1.3em;
}

.text-block.max_width_790 {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.text-block._14 {
  font-size: 14px;
}

.text-block.stam {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block._9 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 101px;
}

.text-block.forem_ttl {
  font-size: 13px;
  font-weight: 400;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-2.onlydis {
  margin-bottom: 40px;
}

.heading-2 {
  margin-bottom: 0;
}

.image {
  flex: 1;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.horizontal {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.horizontal.no_gaps {
  margin-top: 0;
  margin-bottom: 0;
}

.horizontal.no_gaps.between {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-bottom: 40px;
}

.horizontal.no_gaps.flip {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 20px;
}

.horizontal.down_links {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-bottom: 40px;
  padding-left: 102px;
  padding-right: 102px;
}

.left_div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  flex: 1;
  max-width: 488px;
  padding-right: 101px;
  display: flex;
}

.left_div.max_width_590 {
  max-width: 590px;
}

.left_div.max-size-693 {
  max-width: 693px;
  padding-left: 101px;
}

.panel {
  border: 2px solid var(--brand-shade);
  background-color: var(--dark-color-3);
  text-align: left;
  border-radius: 8px;
  flex: 1;
  padding: 24px 32px;
}

.panel:hover {
  border-width: 3px;
  border-color: var(--brand);
  background-color: var(--dark-color-3-hover);
}

.panel.plan {
  min-width: 386px;
  max-width: 386px;
  padding-top: 36px;
  position: relative;
}

.panel.plan.vip {
  border-top-color: var(--brand);
  border-right-color: var(--brand);
  border-bottom-color: var(--brand);
  border-left-color: var(--brand);
  background-color: #295176;
  background-image: linear-gradient(#fff3, #6ca1b933);
}

.panel.plan.vip:hover {
  border-color: var(--white);
  background-image: linear-gradient(#ffffff8a, #6ca1b982);
}

.panel.floating {
  text-align: center;
  border-width: 3px;
  max-width: 790px;
  margin: 100px auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.panel.floating:hover {
  border-width: 3px;
  border-color: var(--brand-shade);
  background-color: var(--dark-color-3);
}

.panel.something {
  min-width: 386px;
  max-width: 386px;
}

.panel.something.more {
  min-width: 400px;
  max-width: none;
}

.panel.small {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  min-width: 190px;
  max-width: 190px;
  height: 180px;
  padding: 24px 20px;
  display: flex;
}

.panel.form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.panel.form:hover {
  border-width: 2px;
  border-color: var(--brand-shade);
  background-color: var(--dark-color-3);
}

.panel.kazesheltofes {
  border-color: var(--light-grey);
  padding: 20px 10px;
}

.panel.kazesheltofes.message {
  min-height: 200px;
}

.title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.title._24 {
  text-align: center;
  font-size: 24px;
}

.title.price {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
}

.title._16 {
  margin-bottom: 10px;
  font-size: 16px;
}

.title.revah {
  margin-bottom: 10px;
}

.dis {
  color: var(--light-grey);
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.3em;
  display: block;
}

.adv {
  color: var(--brand);
  font-weight: 600;
  line-height: 1.3em;
  display: inline-block;
}

.right_div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.bullet {
  vertical-align: baseline;
  margin-right: 8px;
  display: block;
}

.div-block-4 {
  opacity: .8;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.list_item {
  display: flex;
}

.list_item.off {
  opacity: .5;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.max_width_996 {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  color: var(--light-grey);
  font-size: 14px;
  font-weight: 400;
}

.text-block-2 {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
}

.num {
  color: var(--brand);
  font-weight: 600;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.max_width_790 {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.footer_link {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

.footer_link:hover {
  font-weight: 800;
}

.div-block-9 {
  text-align: left;
  flex: 1;
}

.link, .link-2 {
  color: var(--light-grey);
}

.image-2 {
  margin-bottom: 20px;
}

.div-block-10 {
  margin-bottom: 40px;
}

.tag {
  color: var(--brand);
  text-align: center;
  letter-spacing: .05em;
  width: auto;
  font-family: Built Titling Sb, Arial, sans-serif;
  position: absolute;
  inset: 2.5% 0% auto;
}

.tag.white, .text-block-3, .icon {
  color: var(--white);
}

.dropdown-link {
  color: var(--white);
  background-color: #0000;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dropdown-link:hover {
  font-weight: 800;
}

.dropdown-link-2 {
  color: var(--white);
  padding-top: 2px;
  padding-bottom: 2px;
}

.dropdown-link-2:hover {
  font-weight: 800;
}

.dropdown-link-3 {
  color: var(--white);
  padding-top: 2px;
  padding-bottom: 2px;
}

.dropdown-link-3:hover {
  font-weight: 800;
}

.dropdown-list {
  background-color: #6b5a5a;
  margin-top: -15px;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.code-embed {
  max-width: 590px;
}

.code-embed-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.image-3 {
  padding-right: 101px;
}

.text-span-2 {
  letter-spacing: -.05em;
}

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

  h2 {
    font-size: 40px;
  }

  .hero-text {
    font-size: 16px;
  }

  .background-video {
    height: auto;
  }

  .button {
    padding: 10px 16px;
    font-size: 15px;
  }

  .hero_content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .navbar_link {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_container {
    margin-left: 0;
  }

  .nav-menu {
    text-align: right;
    background-color: #00000080;
    flex: 1;
  }

  .text-block, .text-block.max_width_790 {
    font-size: 14px;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image {
    flex: 1;
  }

  .horizontal.no_gaps.between.other {
    flex-flow: column;
  }

  .horizontal.no_gaps.between.other.tiles {
    flex-flow: wrap;
  }

  .horizontal.no_gaps.flip {
    grid-row-gap: 10px;
  }

  .horizontal.down_links {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal.this {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .left_div {
    max-width: none;
    padding-right: 0;
  }

  .left_div.max-size-693 {
    padding-left: 0;
  }

  .panel.something {
    min-width: auto;
    max-width: none;
  }

  .panel.small {
    min-height: 180px;
  }

  .title {
    font-size: 18px;
  }

  .div-block-6 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer_link {
    font-size: 15px;
  }

  .code-embed-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .image-3 {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 35px;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-text {
    font-size: 15px;
  }

  .background-video {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero_content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navbar_link {
    font-size: 14px;
  }

  .text-block._9 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .image {
    max-width: 80vw;
  }

  .horizontal.no_gaps.between.plans {
    flex-flow: column;
    align-items: center;
  }

  .horizontal.no_gaps.this {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .horizontal.down_links {
    grid-column-gap: 36px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 0;
    display: grid;
  }

  .left_div {
    padding-right: 0;
  }

  .panel.something.more {
    min-width: auto;
  }

  .panel.form {
    flex-flow: column;
    display: flex;
  }
}

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

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text {
    font-size: 14px;
  }

  .background-video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    text-align: center;
    padding: 8px 10px;
    font-size: 14px;
    display: block;
  }

  .button.nav_b {
    display: none;
  }

  .div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: stretch;
  }

  .hero_content {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .text-block, .text-block.max_width_790, .text-block._14 {
    font-size: 13px;
  }

  .text-block.stam {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image {
    max-width: 85vw;
  }

  .horizontal.no_gaps.between {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .horizontal.no_gaps.flip {
    grid-row-gap: 4px;
    margin-top: 0;
  }

  .horizontal.down_links {
    align-items: flex-start;
    display: flex;
  }

  .horizontal.this {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .left_div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .panel.plan {
    min-width: 200px;
    max-width: none;
    padding: 24px 10px 16px;
  }

  .panel.floating {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .title, .title._24 {
    font-size: 16px;
  }

  .title.price {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 24px;
  }

  .dis, .adv {
    font-size: 13px;
  }

  .right_div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 20px;
  }

  .text-span {
    font-size: 13px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .div-block-7 {
    margin-top: 6px;
  }

  .footer_link {
    font-size: 14px;
  }

  .tag {
    font-size: 11px;
    top: 1%;
  }

  .bold-text {
    font-size: 11px;
  }
}

#w-node-d6e8c790-6bd5-c671-77d3-87f92addf725-ad53f5b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4725e690-112a-741b-8d2b-491db0387eeb-ad53f5b3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-eb033a2e-efae-1c35-c20f-5c472c7f9c9d-ad53f5b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Built Titling Lt It';
  src: url('../fonts/built-titling-lt-it.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built Titling Bd It';
  src: url('../fonts/built-titling-bd-it.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Built Titling El';
  src: url('../fonts/built-titling-el.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built Titling El It';
  src: url('../fonts/built-titling-el-it.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built Titling Lt';
  src: url('../fonts/built-titling-lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built Titling Rg';
  src: url('../fonts/built-titling-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built Titling Rg It';
  src: url('../fonts/built-titling-rg-it.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Built Titling Sb';
  src: url('../fonts/built-titling-sb.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Built Titling Bd';
  src: url('../fonts/built-titling-bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built Titling Sb It';
  src: url('../fonts/built-titling-sb-it.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}