.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circularxxweb book', sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 9px;
  margin-bottom: 0px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  color: #000;
  font-weight: 700;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, 0.77);
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.blue-button-solid.button-large {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 30px;
  font-family: 'Circularxxweb book', sans-serif;
}

.navigation-link {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Circularxxweb book', sans-serif;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
}

.navigation-link.install-blue {
  height: 40px;
  padding: 8px 32px 0px;
  border-radius: 20px;
  background-color: #037dd6;
  color: #fff;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: -webkit-sticky;
  position: sticky;
  left: 20px;
  top: 0px;
  right: 20px;
  bottom: 20px;
  overflow: visible;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 20px;
  background-color: #fff;
  font-family: 'Changa One', Impact, sans-serif;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.hamburger-button.white {
  border-radius: 10px;
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  color: #333;
  font-size: 25px;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
}

.brand-link {
  height: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.w--current {
  position: static;
  padding: 0px;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left-spacing.w--current {
  height: auto;
  margin-left: 0px;
  line-height: 48px;
}

.brand-link.left {
  margin-left: 16px;
}

.brand-link.logo-homelink {
  height: auto;
}

.section {
  position: relative;
  display: block;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #fff;
  line-height: 30px;
}

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

.section.accent {
  background-color: #fff;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.section.light-gray-bg {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f7f9fb;
}

.section.newsletter {
  display: none;
}

.hero-slider {
  height: 490px;
  margin-bottom: 100px;
  background-color: transparent;
}

.slider-container {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.slide {
  padding: 60px 85px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: 'Circularstd book';
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: #24292e;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
  font-family: Circularxxweb, sans-serif;
  color: #fff;
}

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

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../img/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 9px 40px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: 'Circularxxweb book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

.section-heading {
  margin-bottom: 0px;
  font-family: Circularxxweb, sans-serif;
}

.section-heading.centered {
  padding-bottom: 20px;
  float: none;
  font-family: Circularxxweb, sans-serif;
  font-weight: 400;
  text-align: left;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading {
  position: static;
  display: block;
  font-family: 'Circularxxweb book', sans-serif;
  color: #333;
  line-height: 22px;
  text-align: left;
}

.section-subheading.center {
  margin-top: 20px;
  float: right;
  font-family: 'Circularstd book';
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.section-subheading.center.h5 {
  font-family: 'Circularxxweb book', sans-serif;
  font-size: 16px;
}

.section-subheading.white {
  margin-bottom: 40px;
  color: #fff;
}

.section-subheading.white.center.h4 {
  font-family: 'Circularxxweb book', sans-serif;
  font-size: 14px;
}

.section-title-group {
  position: static;
  display: block;
  margin-bottom: 16px;
  float: none;
  text-align: center;
  white-space: normal;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  padding-bottom: 60px;
  background-color: #e9ebee;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

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

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

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

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  font-family: 'Circularxxweb book', sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 530px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.image-column.about-img {
  height: 350px;
}

.content-column {
  margin-top: 60px;
  padding-top: 42px;
}

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

.waterfall-image-column {
  text-align: center;
}

.body {
  font-family: 'Circularxxweb book', sans-serif;
  white-space: normal;
}

.heading {
  position: static;
  height: auto;
  font-family: Circularxxweb, sans-serif;
  font-size: 48px;
  line-height: 53px;
  font-weight: 500;
}

.button-2 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.button-3 {
  position: relative;
  padding-top: 16px;
  clear: none;
  text-align: left;
  white-space: normal;
}

.image {
  width: 40px;
  height: 40px;
}

.column {
  position: relative;
  text-align: center;
}

.columns {
  margin: 0px auto;
  background-image: url('../img/hero1.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.columns.about-hero {
  background-image: url('../img/about-map.svg');
}

.section-2 {
  position: relative;
  width: 1160px;
}

.container-2 {
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 60px;
}

.blue-button-solid {
  display: block;
  margin-right: 10px;
  border-radius: 40px;
  background-color: #037dd6;
  font-family: 'Circularstd book';
  font-size: 14px;
  font-weight: 400;
}

.blue-button-solid.large-button {
  display: inline-block;
  padding: 12px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 40px;
  font-family: 'Circularxxweb book', sans-serif;
  font-size: 20px;
}

.value-prop {
  padding-top: 40px;
}

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

.container-3 {
  margin-bottom: 20px;
}

.heading-2 {
  font-family: Circularxxweb, sans-serif;
  text-align: center;
}

.container-4 {
  overflow: hidden;
  border-radius: 11px;
}

.text-block {
  font-family: 'Circularxxweb book', sans-serif;
  font-size: 12px;
  text-align: center;
}

.image-2 {
  width: 20px;
  text-align: center;
}

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

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

.section-3 {
  border-bottom: 1px solid #393939;
  background-color: #24292e;
}

.heading-3 {
  font-family: Circularstd;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.list {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #fff;
}

.list-item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #393939;
  border-bottom: 1px none #393939;
}

.list-item.last-li {
  border-top-style: solid;
  border-bottom-style: solid;
}

.link-block {
  position: static;
  display: block;
  margin: 0px;
  padding: 22px;
  color: #fff;
}

.link-block:hover {
  color: #037dd6;
}

.text-block-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: normal;
}

.text-block-3 {
  display: block;
}

.link-block-2 {
  display: block;
}

.section-4 {
  background-color: #6a737d;
}

.container-8 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  font-family: 'Circularxxweb book', sans-serif;
  color: #fff;
  font-size: 32px;
}

.heading-5 {
  font-family: Circularstd;
  text-align: center;
}

.container-9 {
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-6 {
  font-family: Circularstd;
}

.heading-6.orange-text {
  margin-top: 0px;
  font-family: Circularxxweb, sans-serif;
  color: #f6851b;
  line-height: 40px;
}

.heading-7 {
  margin-bottom: 0px;
  font-family: 'Circularstd book';
  font-size: 20px;
}

.heading-7.orange-text {
  font-family: 'Circularxxweb book', sans-serif;
  color: #f6851b;
}

.heading-8 {
  margin-bottom: 12px;
  font-family: Circularxxweb, sans-serif;
}

.container-10 {
  margin-top: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph {
  font-size: 10px;
  font-weight: 400;
}

.image-3 {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-5 {
  background-color: #f7f9fb;
}

.section-5.section-margins {
  padding: 24px;
}

.grid {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.heading-9 {
  margin-bottom: 52px;
  padding-top: 20px;
  font-family: Circularxxweb, sans-serif;
  text-align: center;
}

.body-2 {
  font-family: 'Circularxxweb book', sans-serif;
}

.image-4 {
  display: block;
  border-radius: 90px;
}

.grid-2 {
  grid-row-gap: 2px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 2px auto 2px auto;
  grid-template-rows: auto auto auto;
}

.image-5 {
  position: static;
  overflow: visible;
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 140px;
  min-height: auto;
  min-width: auto;
  float: none;
  border-radius: 60px;
}

.collection-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px 31px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-10 {
  margin-top: 4px;
  font-family: Circularxxweb, sans-serif;
  text-align: center;
}

.text-block-4 {
  min-height: 46px;
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Circularxxweb book', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 420px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.mask {
  overflow: visible;
  width: 60%;
  padding: 32px;
}

.mask.sexyslider {
  padding-right: 48px;
  padding-left: 48px;
}

.bold-text {
  display: block;
  max-width: 800px;
  font-family: Circularstd;
  font-weight: 400;
  text-align: center;
}

.bold-text.faq-header {
  font-family: Circularxxweb, sans-serif;
  font-size: 24px;
}

.paragraph-2 {
  max-width: 800px;
}

.paragraph-2.faq-paragraph {
  font-family: 'Circularxxweb book', sans-serif;
  color: #474747;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 610px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 15px 3px rgba(0, 0, 0, 0.16);
}

.slide-2 {
  position: relative;
  height: 400px;
  border: 1px none #000;
}

.heading-11 {
  font-family: 'Circularstd book';
}

.slide-nav {
  padding: 47px 46px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: transparent;
  text-align: center;
}

.heading-12 {
  font-family: Circularxxweb, sans-serif;
  font-size: 35px;
  text-align: center;
}

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

.tab-pane-tab-3 {
  text-align: center;
}

.tab-pane-tab-1 {
  text-align: center;
}

.tab-pane-tab-2 {
  text-align: center;
}

.download-image {
  margin-top: 20px;
}

.download-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 200px;
  text-align: center;
}

.div-block-2 {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 #999;
  -o-object-fit: fill;
  object-fit: fill;
}

.tabs-content {
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 0px;
}

.download-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 1px #dbdbdb;
}

.container-11 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.tab-link-tab-1 {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.tab-link-tab-1.w--current {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: #037dd6;
  color: #fff;
}

.tab-link-tab-3 {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.mm-tab-link {
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid #037dd6;
  background-color: #fff;
  color: #037dd6;
}

.mm-tab-link.w--current {
  border-width: 1px;
  background-color: #037dd6;
  color: #fff;
}

.mm-tab-link.first-tab-link {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.mm-tab-link.last-tab-link {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.mm-tab-link.center-tab-link {
  border-style: solid none;
  border-right-width: 0px;
  border-left-width: 0px;
}

.mm-tab-link.center-tab-link.w--current {
  border-style: solid none;
}

.columns-5 {
  margin: 20px 0px;
}

.paragraph-3 {
  font-family: 'Circularxxweb book', sans-serif;
  font-weight: 400;
  text-align: left;
}

.heading-13 {
  font-family: 'DM Sans';
  font-size: 18px;
  text-align: center;
}

.bold-text-2 {
  font-family: 'Circularxxweb book', sans-serif;
  font-size: 18px;
}

.left-arrow {
  background-color: transparent;
}

.container-12 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
}

.div-block-3 {
  text-align: center;
}

.div-block-4 {
  background-color: transparent;
  text-align: center;
}

.div-block-5 {
  text-align: center;
}

.div-block-6 {
  text-align: center;
}

.div-block-7 {
  background-color: transparent;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-7 {
  width: 100px;
  height: 100px;
  border-radius: 320px;
}

.div-block-8 {
  margin: 10px;
}

.text-block-20 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-8 {
  border-radius: 280px;
}

.grid-4 {
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

.text-block-22 {
  font-size: 12px;
  text-align: center;
}

.image-9 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.grid-5 {
  position: static;
  overflow: auto;
}

.div-block-9 {
  background-color: #d32f2f;
}

.container-13 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.div-block-10 {
  position: static;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f45a1e;
}

.div-block-11 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-6 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.image-10 {
  border-radius: 50px;
}

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

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

.grid-7 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-8 {
  justify-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  text-align: center;
}

.image-11 {
  width: 50px;
  height: 50px;
}

.image-11.brave {
  width: 42px;
  height: 50px;
}

.browsers {
  padding-top: 0px;
  padding-bottom: 50px;
}

.paragraph-4 {
  color: #333;
  font-weight: 400;
}

.text-block-25 {
  font-family: 'Circularxxweb book', sans-serif;
  color: #333;
}

.paragraph-5 {
  font-family: 'Circularxxweb book', sans-serif;
  color: #333;
  font-size: 16px;
}

.text-block-26 {
  font-family: 'Circularxxweb book', sans-serif;
}

.italic-text {
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
}

.bold-text-3 {
  font-family: 'Circularxxweb book', sans-serif;
}

.section-7 {
  font-family: 'Circularxxweb book', sans-serif;
}

.rich-text-block {
  font-family: 'Circularxxweb book', sans-serif;
}

.bold-text-4 {
  font-family: 'Circularxxweb book', sans-serif;
}

.paragraph-6 {
  font-family: 'Circularxxweb book', sans-serif;
  font-size: 12px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-9.terms-grid {
  border: 1px none #000;
}

.terms-paragraph {
  margin-bottom: 0px;
  padding: 10px;
  border: 1px solid #000;
}

.container-14 {
  padding-right: 10px;
  padding-left: 10px;
}

.heading-14 {
  margin-bottom: 4px;
  font-size: 32px;
}

.text-field {
  border-radius: 20px;
}

.link-3 {
  margin-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-27 {
  margin-top: 19px;
}

.text-block-28 {
  margin-top: 20px;
  color: #5d5d5d;
  font-size: 12px;
}

.text-block-29 {
  color: #333;
}

.text-block-30 {
  color: #333;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000003, 0.6000000000000003);
  -ms-transform: scale(0.6000000000000003, 0.6000000000000003);
  transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.left {
    float: left;
  }
  .hamburger-button.white {
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    background-color: #fff;
    color: #fff;
  }
  .hamburger-button.white:active {
    background-color: #fff;
  }
  .navigation-menu {
    padding: 12px;
    background-color: #fff;
  }
  .hero-slider {
    height: 400px;
  }
  .section-heading {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .nav-menu {
    padding: 17px;
    background-color: #333;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .social-footer {
    margin-top: 0px;
  }
  .image-column {
    height: 340px;
  }
  .image-column.about-img {
    height: 290px;
  }
  .content-column {
    padding-top: 0px;
  }
  .heading {
    height: auto;
    font-size: 46px;
  }
  .blue-button-solid {
    display: inline;
    margin-right: 16px;
  }
  .blue-button-solid.large-button {
    display: block;
    text-align: center;
  }
  .collection-item {
    min-width: 25%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-block-4 {
    font-size: 12px;
  }
  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .mask.sexyslider {
    width: 90%;
    height: 355px;
  }
  .slide-2 {
    height: auto;
    margin-right: 17px;
    margin-left: 17px;
  }
  .slide-nav {
    margin-top: 1px;
    padding-top: 47px;
  }
  .icon {
    color: #333;
  }
  .section-6 {
    padding-right: 20px;
  }
  .container-12 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .div-block-3 {
    background-color: #d32f2f;
    text-align: center;
  }
  .div-block-4 {
    background-color: #2196f3;
  }
  .div-block-5 {
    background-color: #673ab7;
  }
  .div-block-6 {
    background-color: #ffc107;
  }
  .grid-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navigation-link {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }
  .hamburger-button.w--open {
    border: 0px none #fff;
    background-color: #dbdbdb;
  }
  .navigation-menu {
    padding: 12px;
    background-color: #fff;
  }
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.faq-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-slider {
    height: 528px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }
  .picture-border {
    margin-bottom: 13px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    height: 380px;
    margin-bottom: 10px;
  }
  .image-column.about-img {
    height: 310px;
  }
  .content-column {
    margin-top: 9px;
    margin-bottom: 13px;
    text-align: center;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    height: auto;
  }
  .columns {
    background-position: 50% 100%;
    background-size: contain;
  }
  .columns.about-hero {
    background-position: 50% 100%;
  }
  .collection-item {
    width: auto;
    min-width: 33%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .mask.sexyslider {
    height: auto;
  }
  .download-image {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .container-12 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .button.white.blue-button-solid {
    margin-bottom: 16px;
  }
  .button.tab {
    margin-bottom: 9px;
  }
  .navigation-link {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }
  .navigation-menu {
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    background-color: #fff;
    text-align: left;
  }
  .section {
    padding-top: 50px;
  }
  .section.accent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.about-header {
    padding-top: 0px;
  }
  .section.light-gray-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-slider {
    height: 550px;
  }
  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }
  .hollow-button {
    padding-right: 36px;
    padding-left: 36px;
  }
  .section-heading {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-heading.centered {
    margin-bottom: 20px;
  }
  .section-heading.faq {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-link {
    font-size: 16px;
    line-height: 44px;
  }
  .grid-fours {
    width: 50%;
  }
  .image-column {
    height: 190px;
  }
  .image-column.about-img {
    height: 198px;
  }
  .content-column {
    height: auto;
  }
  .heading {
    height: auto;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 43px;
  }
  .columns {
    height: 610px;
    background-position: 50% 100%;
  }
  .columns.about-hero {
    height: auto;
    background-position: 50% 100%;
  }
  .container-2 {
    padding-bottom: 0px;
  }
  .blue-button-solid {
    min-width: 100%;
    font-family: 'Circularxxweb book', sans-serif;
  }
  .blue-button-solid.large-button {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-8 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .columns-2 {
    display: block;
    text-align: center;
  }
  .image-5 {
    width: 80px;
    height: 80px;
  }
  .collection-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 50%;
    min-width: 49%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-10 {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
  .text-block-4 {
    max-width: 66%;
    padding-top: 4px;
    line-height: 14px;
  }
  .grid-3 {
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .slider {
    height: 560px;
    min-width: auto;
  }
  .mask.sexyslider {
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .bold-text.faq-header {
    line-height: 28px;
  }
  .paragraph-2.faq-paragraph {
    font-size: 14px;
  }
  .div-block {
    min-height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .slide-2 {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 14px 15px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .slide-nav {
    padding-right: 28px;
    padding-left: 28px;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .heading-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .download-image {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .download-block {
    position: relative;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-11 {
    margin-top: 6px;
  }
  .mm-tab-link.last-tab-link {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-3 {
    margin-bottom: 20px;
  }
  .container-12 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-076422a69c9e-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-076422a69c9f-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-076422a69ca0-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-076422a69ca2-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9a54a9b95a3-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9a54a9b95a4-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9a54a9b95a6-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aacc1ea6262e-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2fe25b4fc5f9-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-be95ee6d2550-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-371fdadc3e39-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a6e3a324d0f3-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a6e3a324d0f4-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a6e3a324d0f5-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a6e3a324d0f7-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e574732605f1-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e574732605f2-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e574732605f3-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e574732605f5-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cd198ec8d1d2-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd198ec8d1d3-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cd198ec8d1d4-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cd198ec8d1d6-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b28068fa28a1-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b28068fa28a2-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b28068fa28a3-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b28068fa28a5-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3664fd3415d0-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3664fd3415d1-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3664fd3415d2-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3664fd3415d4-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f82deb4a54ec-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f82deb4a54ed-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f82deb4a54ee-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f82deb4a54f0-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e18ad789314a-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e18ad789314b-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e18ad789314c-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e18ad789314e-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-74540c61b5e7-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-74540c61b5e8-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-74540c61b5e9-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-74540c61b5eb-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3e8625aeed3d-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e8625aeed3e-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3e8625aeed3f-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3e8625aeed41-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7a4777db715b-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-7a4777db715c-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7a4777db715d-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7a4777db715f-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ebbadc3d104a-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ebbadc3d104b-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ebbadc3d104c-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ebbadc3d104e-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d4c58b36b465-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d4c58b36b466-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d4c58b36b467-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d4c58b36b469-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c5728c987574-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c5728c987575-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c5728c987576-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c5728c987578-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-272d797b98ac-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-272d797b98ad-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-272d797b98ae-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-272d797b98b0-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6ef68ac9780b-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-6ef68ac9780c-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6ef68ac9780d-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6ef68ac9780f-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-53d168da6699-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-53d168da669a-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-53d168da669b-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-53d168da669d-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0fe3daad2d35-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0fe3daad2d36-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0fe3daad2d37-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0fe3daad2d39-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e03255a635e9-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e03255a635ea-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e03255a635eb-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e03255a635ed-8ddd1a2f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-22af8beb32c8-6752c828 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

@font-face {
  font-family: 'Circularxxweb book';
  src: url('../fonts/CircularXXWeb-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circularxxweb';
  src: url('../fonts/CircularXXWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}