.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Karla;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-family: Karla;
  font-size: 16px;
  line-height: 22px;
}

.navbar-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  padding: 30px 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-btn-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 45px;
  -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;
  background-image: url('../images/logo-2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-text {
  font-family: 'Hurme geometric sans3';
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1%;
  text-decoration: none;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  -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;
  background-color: #1e1f24;
}

.big-link-text {
  position: relative;
  z-index: 1;
  font-family: 'Hurme geometric sans3';
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.big-link {
  text-decoration: none;
}

.big-link-underline {
  position: relative;
  bottom: 20px;
  width: 70%;
  height: 20px;
  background-color: #0cd9ff;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  background-color: #1e1f24;
}

.footer-text {
  color: #848c8e;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navigation-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.nav-items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.med-link {
  overflow: hidden;
  margin-right: 30px;
  margin-left: 30px;
  text-decoration: none;
}

.med-link-text {
  position: relative;
  z-index: 3;
  font-family: 'Hurme geometric sans3';
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.med-link-underline {
  position: relative;
  bottom: 20px;
  z-index: 2;
  width: 70%;
  height: 15px;
  background-color: #0cd9ff;
}

.logo-white {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: url('../images/logo-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navigation-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
}

.navigation-bg-panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.navigation-circle-bg {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-right: 10%;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.header-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding-right: 10%;
  padding-bottom: 80px;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1e1f24;
}

.articlle-title {
  width: 70%;
  font-family: 'Hurme geometric sans3';
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
}

.article-date {
  font-family: Karla;
  color: #848c8e;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.article-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.rich-text-blog {
  max-width: 50%;
  margin-bottom: 70px;
}

.rich-text-blog h2 {
  margin-bottom: 20px;
  font-family: 'Hurme geometric sans3';
  color: #1e1f24;
  font-size: 36px;
  font-weight: 700;
}

.contact-form-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  display: block;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  overflow: scroll;
}

.form-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 10% 30% 15% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Source Serif Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.form-step.radio {
  padding-right: 10%;
  padding-left: 10%;
}

.slider {
  height: 100%!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.form-block-2 {
  width: 100%;
}

.input-label {
  margin-bottom: 20px;
  font-family: 'Source Serif Pro', sans-serif;
  color: #444;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.input-label.input-number {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #4fb0ae;
  font-size: 18px;
  line-height: 24px;
}

.input-label.input-description {
  margin-bottom: 0px;
  color: rgba(61, 61, 61, 0.7);
  font-size: 20px;
  line-height: 28px;
}

.text-input {
  width: 100%;
  height: 60px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 rgba(79, 176, 174, 0.3);
  background-color: transparent;
  color: #4fb0ae;
  font-size: 30px;
  line-height: 28px;
}

.text-input:focus {
  border-bottom-width: 2px;
  border-bottom-color: #4fb0ae;
}

.text-input::-webkit-input-placeholder {
  font-family: 'Source Serif Pro', sans-serif;
  color: rgba(79, 176, 174, 0.37);
}

.text-input:-ms-input-placeholder {
  font-family: 'Source Serif Pro', sans-serif;
  color: rgba(79, 176, 174, 0.37);
}

.text-input::-ms-input-placeholder {
  font-family: 'Source Serif Pro', sans-serif;
  color: rgba(79, 176, 174, 0.37);
}

.text-input::placeholder {
  font-family: 'Source Serif Pro', sans-serif;
  color: rgba(79, 176, 174, 0.37);
}

.submit-btn {
  position: relative;
  top: 0px;
  min-height: auto;
  margin-top: 0px;
  padding: 7px 20px;
  border-radius: 4px;
  background-color: #4fb0ae;
  font-family: 'Source Serif Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.slider-dot-nav {
  display: none;
}

.nextbutton-text {
  padding: 6px 20px;
  border: 0px none transparent;
  border-radius: 5px;
  background-color: #4fb0ae;
  font-family: 'Source Serif Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

.nextbutton-text:hover {
  background-color: #69bcba;
}

.radio-btn {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-label {
  color: rgba(61, 61, 61, 0.7);
  font-size: 24px;
  line-height: 24px;
}

.form-radio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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;
}

.text-area {
  min-height: 200px;
  color: #4fb0ae;
  font-size: 30px;
  line-height: 28px;
}

.text-area::-webkit-input-placeholder {
  color: rgba(79, 176, 174, 0.37);
  font-size: 30px;
  line-height: 28px;
}

.text-area:-ms-input-placeholder {
  color: rgba(79, 176, 174, 0.37);
  font-size: 30px;
  line-height: 28px;
}

.text-area::-ms-input-placeholder {
  color: rgba(79, 176, 174, 0.37);
  font-size: 30px;
  line-height: 28px;
}

.text-area::placeholder {
  color: rgba(79, 176, 174, 0.37);
  font-size: 30px;
  line-height: 28px;
}

.form-close-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  width: 34px;
  height: 34px;
  margin-top: 30px;
  margin-right: 10%;
  background-image: url('../images/close-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-verification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.text-alert {
  display: none;
  padding: 10px;
  background-color: #fef7f7;
  font-family: 'Source Serif Pro', sans-serif;
  color: #c33c50;
  font-size: 18px;
  font-weight: 400;
}

.next-prev-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 0px none transparent;
  color: transparent;
}

.form-top-content {
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-top-content.slide2 {
  padding-top: 0px;
}

.prev-link, .next-link {
  margin-right: 10px;
  padding: 6px 20px;
  border: 1px none transparent;
  border-radius: 5px;
  background-color: #4fb0ae;
  font-family: 'Source Serif Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

.prev-link:hover {
  background-color: #69bcba;
}

.right-arrow {
  width: 0px;
  height: 0px;
}

.left-arrow-2 {
  width: 0px;
  height: 0px;
}

.social-block {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-left: 15px;
  background-image: url('../images/facebook-logo-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon:hover {
  background-image: url('../images/facebook-logo.svg');
}

.social-icon.insta {
  background-image: url('../images/linkedin-blue.svg');
}

.social-icon.insta:hover {
  background-image: url('../images/linkedin.svg');
}

.social-icon.twitter {
  background-image: url('../images/twitter-logo-silhouette-1.svg');
}

.social-icon.twitter:hover {
  background-image: url('../images/twitter-logo-silhouette.svg');
}

.topbar-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e1f24;
}

.social-share-container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h5-base {
  margin-bottom: 30px;
  font-family: 'Hurme geometric sans3';
  color: #848c8e;
  font-size: 18px;
}

.social-links {
  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;
}

.alert-block {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 30%;
  margin-top: 50px;
  margin-right: 50px;
  margin-left: 50px;
  padding: 20px;
  border: 5px solid #e65555;
  background-color: #fff;
}

.alert-block__text {
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #333;
}

.alet-block__link {
  color: #000;
}

.alert-block__close {
  position: absolute;
  top: -28px;
  right: -5px;
  background-color: #000;
  font-family: Inconsolata, monospace;
  color: #fff;
  cursor: pointer;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-top: 3px;
  padding-right: 12px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image {
  display: block;
  width: 13px;
  height: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-4 {
  display: block;
  padding-top: 6px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  margin-bottom: 0px;
  padding: 0px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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.container-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  display: inline-block;
  width: 120px;
  text-align: center;
}

.image-2.image-home {
  width: 480px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  margin: 0 auto;
}

.subtitle {
  margin-top: 20px;
  padding-bottom: 0px;
  font-family: 'Source Serif Pro', sans-serif;
  color: #3d3d3d;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

.checkin-end-message {
  margin-top: 20px;
  padding-bottom: 0px;
  font-family: 'Source Serif Pro', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

.section {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-top: 40px;
  -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;
  background-color: transparent;
}

.div-block-5 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -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;
}

.button-2 {
  min-height: 48px;
  padding: 9px 18px 7px 20px;
  border-radius: 4px;
  background-color: #4fb0ae;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Source Serif Pro', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.button-2:hover {
  background-color: #69bcba;
}

.body {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body-success {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-6 {
  margin-left: 12px;
  color: #000;
}

.text-span {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.text-block {
  font-family: 'Source Serif Pro', sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.2px;
}

.text-field {
  width: 80%;
  height: 60px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #3b3b3b;
}

.text-field-2 {
  width: 80%;
  height: 60px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(79, 176, 174, 0.3);
  color: #4fb0ae;
  font-size: 30px;
  line-height: 28px;
}

.text-field-3 {
  width: 100%;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #3b3b3b;
}

.text-field-3.text-input {
  width: 450px;
  margin-bottom: 10px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(79, 176, 174, 0.3);
  border-left-style: none;
}

.text-field-3.text-input:focus {
  border-bottom-width: 2px;
  border-bottom-color: #4fb0ae;
}

.image-3 {
  overflow: visible;
  width: 18px;
  margin-top: -2px;
  margin-left: -32px;
  border: 0px solid transparent;
  background-color: transparent;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: transparent;
}

.div-block-7 {
  border: 0px none transparent;
  border-radius: 0px;
  color: transparent;
}

.link-block {
  border: 1px solid transparent;
}

.text-span-2 {
  position: relative;
  left: 2px;
  top: 1px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 30px;
}

.top-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-4 {
  width: auto;
  max-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide {
  height: 80vh;
}

.radio-input {
  width: 150px;
  margin-bottom: 8px;
  padding: 9px 40px 7px;
  border: 1px solid #4fb0ae;
  border-radius: 4px;
  background-color: rgba(79, 176, 174, 0.1);
  color: #4fb0ae;
}

.radio-input:hover {
  background-color: rgba(79, 176, 174, 0.3);
}

.radio-button {
  overflow: visible;
}
.preview-alert {
  position: absolute !important;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  height: 122px !important;
  margin: 10px;
}

.prev-link-2 {
  margin-right: 10px;
  padding: 6px 20px;
  border: 1px none transparent;
  border-radius: 5px;
  background-color: #4fb0ae;
  font-family: 'Source Serif Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

.prev-link-2:hover {
  background-color: #69bcba;
}

.w-slider {
  padding: 10px;
}
.button-2 {
  margin: 15px;
}

@media only screen and (max-width: 480px) {
    .subtitle{line-height:20px!important;}

    .input-label {
      font-size: 16px!important;
    }
    .input-label.input-description, .input-label.input-description p {
      font-size: 14px!important;
    }
}

@media screen and (max-width: 991px) {
  .med-link-text {
    font-size: 36px;
    line-height: 36px;
  }
  .med-link-underline {
    bottom: 10px;
    height: 8px;
  }
  .form-step {
    padding-top: 0%;
    padding-right: 30%;
    padding-bottom: 10%;
  }
  .form-step.radio {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .text-input {
    width: 100%;
  }
  .radio-button-field {
    margin-right: 5px;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form-radio-container {
    display: -ms-grid;
    display: grid;
    height: 201px;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    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;
  }
  .form-verification {
    margin-bottom: 0px;
  }
  .next-prev-block {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .form-top-content {
    display: block;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form-top-content.question-4 {
    padding-bottom: 0px;
  }
  .social-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .container {
    /*overflow: auto;*/
    max-height: 500px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-2 {
    width: 120px;
  }
  .subtitle {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    text-shadow: none;
  }
  .section {
    position: absolute;
  }
  .div-block-5 {
    padding-top: 20px;
  }
  .text-block {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-btn-container {
    top: 0px;
    right: 0px;
  }
  .big-link-text {
    font-size: 36px;
    line-height: 36px;
  }
  .big-link-underline {
    bottom: 10px;
    height: 10px;
  }
  .nav-items-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-step {
    height: auto;
    padding-top: 0%;
    padding-right: 10%;
    padding-bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider {
    height: 100%;
  }
  .input-label {
    font-size: 24px;
    line-height: 32px;
  }
  .nextbutton-text {
    position: relative;
  }
  .radio-button-field {
    margin-bottom: 20px;
  }
  .radio-label {
    font-size: 20px;
    line-height: 20px;
  }
  .form-radio-container {
    height: 200px;
  }
  .form-verification {
    height: 59px;
  }
  .text-alert {
    font-size: 16px;
    line-height: 16px;
  }
  .form-top-content {
    padding-bottom: 20px;
  }
  .topbar-container {
    position: absolute;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .alert-block {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .div-block-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    max-height: none;
    max-width: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .image-2 {
    width: 120px;
    max-width: 50%;
  }
  .subtitle {
    overflow: hidden;
    width: 450px;
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
    line-height: 28px;
    text-shadow: none;
  }
  .section {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .div-block-5 {
    height: auto;
    padding-top: 10px;
  }
  .body {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block {
    display: none;
  }
  .image-4 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .slide {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .form-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0% 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .slider {
    height: 100%;
  }
  .input-label {
    margin-bottom: 40px;
  }
  .text-input {
    width: 100%;
    height: 40px;
  }
  .text-input::-webkit-input-placeholder {
    font-size: 20px;
  }
  .text-input:-ms-input-placeholder {
    font-size: 20px;
  }
  .text-input::-ms-input-placeholder {
    font-size: 20px;
  }
  .text-input::placeholder {
    font-size: 20px;
  }
  .nextbutton-text {
    margin-top: 10px;
  }
  .text-area::-webkit-input-placeholder {
    font-size: 20px;
  }
  .text-area:-ms-input-placeholder {
    font-size: 20px;
  }
  .text-area::-ms-input-placeholder {
    font-size: 20px;
  }
  .text-area::placeholder {
    font-size: 20px;
  }
  .form-verification {
    height: 40px;
    margin: 10px 0px;
  }
  .form-top-content {
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form-top-content.slide2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .container.container-success {
    padding-top: 0px;
  }
  .image-2 {
    max-width: 50%;
  }
  .subtitle {
    overflow: hidden;
    width: auto;
    max-width: none;
    min-width: 0px;
    margin-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 25px;
    text-shadow: none;
  }
  .section {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
  }
  .div-block-5 {
    position: relative;
    padding-bottom: 40px;
  }
  .text-field-3.text-input {
    width: 100%;
  }
  .top-image {
    max-height: none;
  }
  .image-4 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

