body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #07cbd9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #08efff;
}

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

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

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

.button.tab:hover {
  background-color: #07cbd9;
}

.button.tab.w--current {
  background-color: #07cbd9;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #676770;
  text-transform: capitalize;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  font-family: Montserrat, sans-serif;
  color: #07cbd9;
}

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

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #07cbd9;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  margin-top: 1px;
  padding: 36px 10px 80px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  margin-top: 0px;
  padding-top: 48px;
  background-color: #192024;
}

.section.accent:hover {
  color: #07cbd9;
}

.section.accent.accent3 {
  background-color: #07cbd9;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  position: static;
  height: auto;
  margin-bottom: -2px;
  padding-top: 174px;
  padding-bottom: 100px;
  border-bottom: 4px none #69b9ff;
  background-image: url('../images/Mitch-Lucia-Alice.jpg');
  background-position: -292px 0px;
  background-size: cover;
  text-align: center;
}

.hero-heading {
  position: relative;
  top: 49px;
  margin-bottom: 64px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: none;
}

.hero-subheading {
  position: relative;
  top: 16px;
  margin-bottom: 0px;
  padding-bottom: 37px;
  font-family: Montserrat, sans-serif;
  color: #07cbd9;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  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: Montserrat, sans-serif;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #07cbd9;
  color: #07cbd9;
}

.hollow-button.all-caps {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: #07d7e6;
  color: #676770;
}

.section-heading {
  margin-top: 8px;
  margin-bottom: 16px;
}

.section-heading.centered {
  display: block;
  margin-top: 34px;
  margin-bottom: -25px;
  font-family: Montserrat, sans-serif;
  color: #676770;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  margin-top: 21px;
  color: #fff;
}

.section-heading.centered.v2 {
  margin-top: 26px;
  margin-bottom: 17px;
}

.section-heading.centered.v2.whiteversion {
  color: #edeff2;
}

.section-subheading.center {
  display: inline-block;
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  margin-top: 36px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e8e8e8;
}

.section-subheading.center.extra-heading {
  color: #fff;
  text-transform: capitalize;
}

.section-title-group {
  margin-bottom: 0px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

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

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

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer.white {
  background-image: -webkit-linear-gradient(270deg, #edeff2, #edeff2);
  background-image: linear-gradient(180deg, #edeff2, #edeff2);
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  position: static;
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #07d7e6;
  box-shadow: 0 0 0 1px #07d7e6;
}

.info-icon {
  float: left;
  color: #07cbd9;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
}

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

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 1px;
}

.white-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.white-text.leftjustified {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: left;
}

.white-text.leftjustified.close {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #e8e8e8;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.white-text.closeboxes {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.white-text.extrawhite {
  font-size: 24px;
  font-weight: 400;
}

.form {
  margin-top: 40px;
}

.colored-section {
  padding-top: 80px;
  background-color: #07cbd9;
}

.spacedtext {
  margin-top: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: left;
}

.listtext {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.video {
  margin-top: 50px;
}

.section-2 {
  margin-top: -1px;
  padding-bottom: 50px;
}

.promovideobutton {
  margin-top: 37px;
  background-color: #07cbd9;
  background-image: -webkit-linear-gradient(270deg, rgba(64, 64, 71, 0), rgba(64, 64, 71, 0));
  background-image: linear-gradient(180deg, rgba(64, 64, 71, 0), rgba(64, 64, 71, 0));
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-weight: 400;
}

.video-2 {
  margin-top: 50px;
}

.faqanswer {
  overflow: hidden;
  height: 0px;
  margin-top: 3px;
}

.faqquestion {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
}

.link-block {
  text-decoration: underline;
}

.link-block.faqlink {
  text-decoration: none;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  margin-top: -11px;
}

.hiddentext {
  overflow: hidden;
  height: auto;
  margin-top: -12px;
}

.div-block {
  margin-top: -1px;
  margin-bottom: 41px;
}

.div-block._2ndfaqitem {
  margin-top: -3px;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-2 {
  overflow: hidden;
  height: 0px;
}

.faqsiblinganswer {
  margin-top: 17px;
  font-family: Montserrat, sans-serif;
  color: #8e8e9c;
  font-size: 18px;
}

.faqquestionlink {
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #edeff2;
  font-size: 24px;
  text-decoration: none;
}

.faqquestionblock {
  margin-top: 3px;
  padding-bottom: 61px;
}

.container {
  padding-left: 4px;
}

.faqbackground {
  background-image: -webkit-linear-gradient(270deg, #192024, #192024);
  background-image: linear-gradient(180deg, #192024, #192024);
}

.nutshellgraf {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: left;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.container-2 {
  font-weight: 600;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
}

.image {
  margin-top: -1px;
  padding-bottom: 0px;
}

.container-3 {
  position: relative;
  top: 23px;
  margin-top: 0px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(240, 4%, 42%, .4), hsla(240, 4%, 42%, .4));
  background-image: linear-gradient(180deg, hsla(240, 4%, 42%, .4), hsla(240, 4%, 42%, .4));
}

.heading-7 {
  font-family: Montserrat, sans-serif;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  color: #edeff2;
}

.smallheading {
  position: relative;
  top: 1px;
  margin-top: 154px;
  font-family: Montserrat, sans-serif;
  color: #edeff2;
  font-size: 18px;
  font-weight: 400;
}

.section-3 {
  margin-top: 50px;
}

.slide {
  display: inline-block;
}

.slide-2 {
  margin-bottom: 32px;
  padding-bottom: 0px;
}

.slider {
  height: 500px;
  margin-bottom: 73px;
}

.slider-2 {
  height: 700px;
  margin-bottom: 50px;
}

.image-2 {
  position: absolute;
  margin-top: -1px;
  margin-bottom: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
}

.unordered-list {
  font-family: Montserrat, sans-serif;
}

.container-4 {
  position: relative;
  top: 504px;
  right: 0px;
  margin-top: 0px;
}

.slideheading {
  position: relative;
  top: 287px;
  font-family: Montserrat, sans-serif;
  color: #edeff2;
  font-weight: 600;
  text-align: center;
}

.slidetext {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  color: #edeff2;
  text-align: center;
}

.slide-nav {
  position: absolute;
}

.image-3 {
  position: absolute;
}

.image-4 {
  position: absolute;
}

.image-5 {
  position: absolute;
  top: -61px;
}

.image-6 {
  position: absolute;
  top: -30px;
}

.image-7 {
  position: absolute;
  top: 1px;
}

.image-8 {
  position: absolute;
  top: -92px;
  bottom: 10px;
  display: block;
}

.image-9 {
  position: absolute;
  top: -55px;
}

.container-5 {
  height: 175px;
}

.container-6 {
  position: absolute;
}

.container-7 {
  position: absolute;
}

.dropdown {
  left: 500px;
  bottom: 61px;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
}

.image-10 {
  margin-bottom: 22px;
}

.button-2 {
  position: fixed;
  left: 18px;
  bottom: 218px;
  z-index: 2;
  background-image: -webkit-linear-gradient(270deg, #000, #fff), -webkit-linear-gradient(270deg, #07cbd9, #07cbd9);
  background-image: linear-gradient(180deg, #000, #fff), linear-gradient(180deg, #07cbd9, #07cbd9);
  font-family: Montserrat, sans-serif;
  color: #edeff2;
  font-weight: 300;
}

.button-2.colored {
  z-index: 2;
  background-image: -webkit-linear-gradient(270deg, #07cbd9, #07cbd9);
  background-image: linear-gradient(180deg, #07cbd9, #07cbd9);
  font-family: Montserrat, sans-serif;
}

.heading-12 {
  margin-top: 20px;
  margin-bottom: 25px;
}

.section-4 {
  height: 550px;
  margin-bottom: 60px;
  background-image: -webkit-linear-gradient(270deg, #07cbd9, #07cbd9);
  background-image: linear-gradient(180deg, #07cbd9, #07cbd9);
}

.container-8 {
  margin-top: 33px;
}

.text-block-5 {
  margin-top: 22px;
}

.slide-3 {
  background-image: -webkit-linear-gradient(270deg, #404047, #404047);
  background-image: linear-gradient(180deg, #404047, #404047);
}

.sliderheading {
  margin-top: 37px;
  font-family: Montserrat, sans-serif;
  color: #bec3c7;
  font-weight: 600;
  text-align: center;
}

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

.sliderparagraph {
  position: fixed;
  left: 104px;
  top: 98px;
  width: 725px;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  font-weight: 300;
}

.heading-13 {
  position: relative;
  left: 68px;
  width: 400px;
}

.slider-3 {
  height: 500px;
}

.section-5 {
  height: 600px;
  background-image: -webkit-linear-gradient(270deg, #07cbd9, #07cbd9);
  background-image: linear-gradient(180deg, #07cbd9, #07cbd9);
}

.slider-4 {
  height: 475px;
  margin-top: 32px;
}

.heading-14 {
  margin-top: 25px;
}

.image-11 {
  position: absolute;
}

.image-12 {
  position: absolute;
}

.image-13 {
  position: absolute;
}

.image-14 {
  position: absolute;
  top: -15px;
}

.image-15 {
  position: absolute;
}

.image-16 {
  position: absolute;
}

.image-17 {
  position: absolute;
}

.image-18 {
  position: absolute;
}

.image-19 {
  position: absolute;
}

.image-20 {
  position: absolute;
}

.image-21 {
  position: absolute;
}

.image-22 {
  position: absolute;
}

.image-23 {
  position: absolute;
}

.image-24 {
  position: absolute;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #676770;
}

.icon {
  color: #676770;
}

.dropdownlink {
  font-family: Montserrat, sans-serif;
  color: #404047;
}

.section-6 {
  margin-top: 0px;
  padding-bottom: 47px;
  background-image: -webkit-linear-gradient(270deg, #07cbd9, #07cbd9);
  background-image: linear-gradient(180deg, #07cbd9, #07cbd9);
}

.div-block-3 {
  margin-top: 30px;
}

.testimonials {
  position: relative;
  margin-top: -6px;
  margin-bottom: 36px;
}

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

.section-heading-2 {
  margin-top: 8px;
  margin-bottom: 16px;
}

.section-heading-2.centered {
  display: block;
  margin-top: 34px;
  margin-bottom: -25px;
  font-family: Montserrat, sans-serif;
  color: #676770;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading-2.centered.white {
  margin-top: 21px;
  color: #fff;
}

.section-heading-2.centered.v2 {
  margin-top: 26px;
  margin-bottom: 17px;
}

.section-heading-2.centered.v2.whiteversion {
  color: #edeff2;
}

.slider-5 {
  margin-top: 41px;
}

.testimonials-header {
  margin-top: 46px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.testimonial-slides {
  background-image: -webkit-linear-gradient(270deg, #192024, #192024), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, #192024, #192024), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.block-quote {
  position: static;
  left: 65px;
  top: 49px;
  right: 27px;
  bottom: -9px;
}

.div-block-5 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-15 {
  position: relative;
  left: 74px;
  top: 52px;
  width: 85%;
  margin-top: 12px;
  padding-left: 5px;
  font-size: 24px;
  line-height: 36px;
}

.heading-16 {
  position: relative;
  left: 98px;
  top: 84px;
  width: 85%;
  margin-top: 12px;
  padding-left: 5px;
  color: #edeff2;
  font-size: 24px;
  line-height: 36px;
}

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

.hero-subheading-2 {
  position: relative;
  top: 16px;
  margin-bottom: 0px;
  padding-bottom: 37px;
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-paragraph {
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  font-size: 16px;
  text-align: left;
}

.hollow-button-2 {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  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: Montserrat, sans-serif;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-2:hover {
  border-color: #07cbd9;
  color: #404047;
}

.hollow-button-2.all-caps {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.hollow-button-2.all-caps:hover {
  border-color: #07d7e6;
  color: #676770;
}

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

.intro-section {
  position: static;
  height: auto;
  padding-bottom: 54px;
  border-left: 1px none #000;
  background-image: -webkit-linear-gradient(270deg, #404047, #404047);
  background-image: linear-gradient(180deg, #404047, #404047);
}

.intro-section-header {
  margin-bottom: 43px;
  font-family: Montserrat, sans-serif;
  color: #edeff2;
  font-weight: 500;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nutshell-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nutshell-paragraph {
  margin-top: 0%;
  margin-bottom: 0px;
  padding: 5% 0%;
  border-style: none;
  border-width: 1px;
  border-color: #25ccbf #25ccbf #000;
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  font-size: 24px;
  font-weight: 200;
}

.nutshell-subhed {
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  font-weight: 400;
  text-align: center;
}

.container-9 {
  position: relative;
}

.body {
  height: 100%;
  background-color: #404047;
}

.hero-small-header {
  margin-top: 86px;
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  font-weight: 200;
}

.container-10 {
  position: static;
  right: 225px;
}

.row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.italic-text {
  font-size: 32px;
}

.faq {
  margin-bottom: 63px;
  background-image: -webkit-linear-gradient(270deg, #404047, #404047), -webkit-linear-gradient(270deg, #404047, #404047 0%, #66666c 89%, #d4d4d6 100%, #676770);
  background-image: linear-gradient(180deg, #404047, #404047), linear-gradient(180deg, #404047, #404047 0%, #66666c 89%, #d4d4d6 100%, #676770);
}

.container-11 {
  margin-bottom: 140px;
}

.toggle-wrapper {
  position: static;
  display: block;
  width: 80%;
}

.dropdown-toggle {
  width: 100%;
  border: 1px solid #000;
}

.toggle-element {
  width: 100%;
}

.toggle-header {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px 14px 0px 40px;
  border: 1px dotted #8e8e9c;
}

.toggle-header:hover {
  background-image: -webkit-linear-gradient(270deg, #676770, #676770);
  background-image: linear-gradient(180deg, #676770, #676770);
}

.dropdown-toggle-2 {
  width: 100%;
}

.dropdown-2 {
  width: 100%;
}

.toggle-heading-text {
  display: inline-block;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.toggle-icon {
  position: relative;
  top: 8px;
  width: 20px;
  height: 20px;
  float: right;
  background-image: -webkit-linear-gradient(270deg, #25ccbf, #25ccbf);
  background-image: linear-gradient(180deg, #25ccbf, #25ccbf);
}

.toggle-icon-2 {
  position: relative;
  top: 12px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  float: right;
  border: 0px none #000;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(270deg, #07d7e6, #07d7e6);
  background-image: linear-gradient(180deg, #07d7e6, #07d7e6);
  color: #edeff2;
}

.div-block-7 {
  display: inline-block;
}

.toggle-space {
  overflow: hidden;
  padding: 30px 40px;
}

.toggle-paragraph {
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
}

.toggle-content {
  overflow: hidden;
}

.faq-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  -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;
}

.hero-section-2 {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-2.centered {
  position: relative;
  height: 100%;
  margin-bottom: -2px;
  padding-top: 174px;
  padding-bottom: 215px;
  border-bottom: 4px none #69b9ff;
  background-image: -webkit-linear-gradient(270deg, #07d7e6, #404047);
  background-image: linear-gradient(180deg, #07d7e6, #404047);
  text-align: center;
}

.button-2-v2 {
  position: fixed;
  left: 18px;
  bottom: 218px;
  z-index: 2;
  background-image: -webkit-linear-gradient(270deg, #07cbd9, #07cbd9);
  background-image: linear-gradient(180deg, #07cbd9, #07cbd9);
  font-family: Montserrat, sans-serif;
  color: #edeff2;
  font-weight: 300;
}

.button-2-v2.colored {
  z-index: 2;
  background-image: -webkit-linear-gradient(270deg, #07cbd9, #07cbd9);
  background-image: linear-gradient(180deg, #07cbd9, #07cbd9);
  font-family: Montserrat, sans-serif;
}

.dropdown-link {
  font-family: Montserrat, sans-serif;
}

.hero-heading-2 {
  position: relative;
  top: 49px;
  margin-bottom: 64px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

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

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0.1;
}

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

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

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

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

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

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0.55;
}

html.w-mod-js *[data-ix="hide-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="opacity"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="opacity-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="toggle-content-initial-appearance"] {
  height: 0px;
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .heading-15 {
    font-family: Montserrat, sans-serif;
    color: #edeff2;
  }
  .heading-16 {
    width: 75%;
    color: #edeff2;
  }
  .hero-section-2.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    margin-top: 41px;
    font-size: 24px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .sliderparagraph {
    position: static;
    width: auto;
  }
  .heading-16 {
    width: 75%;
  }
  .hero-subheading-2 {
    margin-top: 41px;
    font-size: 55px;
  }
  .toggle-icon-2 {
    display: none;
  }
  .hero-section-2.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading-2 {
    margin-bottom: 15px;
    font-size: 50px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-heading {
    font-size: 36px;
  }
  .section-heading.centered {
    font-size: 32px;
  }
  .section-heading.centered.white {
    margin-top: 2px;
    font-size: 40px;
  }
  .section-heading.centered.v2.whiteversion {
    font-size: 40px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .slidetext {
    color: #192024;
  }
  .sliderparagraph {
    position: static;
    width: auto;
    height: auto;
  }
  .heading-13 {
    position: static;
  }
  .section-heading-2.centered {
    font-size: 38px;
  }
  .section-heading-2.centered.white {
    margin-top: -41px;
    font-size: 32px;
  }
  .section-heading-2.centered.v2.whiteversion {
    font-size: 40px;
  }
  .heading-15 {
    left: 58px;
    right: 8px;
    width: 65%;
    font-size: 15px;
    line-height: 20px;
  }
  .heading-16 {
    left: 64px;
    top: 95px;
    right: 26px;
    width: 65%;
    font-size: 15px;
    line-height: 20px;
  }
  .hero-paragraph {
    text-align: left;
  }
  .unordered-list-2 {
    display: none;
  }
  .intro-section-header {
    height: 125%;
  }
  .hero-small-header {
    font-size: 24px;
  }
  .italic-text {
    display: none;
  }
  .toggle-icon-2 {
    display: none;
  }
  .hero-section-2.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-heading-2 {
    font-size: 36px;
  }
}

