:root {
  --white: white;
  --black: black;
  --green-yellow: #adf161;
  --apple-green: #89c546;
  --dark-slate-grey: #424242;
  --font-color: #333;
  --lime-green: #39ab11;
  --red: #e50913;
  --grey: #848c8e;
  --sky-blue: #0cd9ff;
  --black-2: #1e1f24;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

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

.nav-btn-container {
  background-image: url('../images/logo-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  width: 34px;
  height: 45px;
  display: flex;
  position: relative;
}

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

.contact-container {
  background-color: #1e1f24;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

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

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

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

.footer-container {
  background-color: #1e1f24;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.navigation-container {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.nav-items-container {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

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

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

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

.navigation-bg {
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

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

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

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

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

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

.article-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

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

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

.contact-form-container {
  z-index: 11;
  background-color: #1b465c;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.form-step {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding: 15% 30% 5% 10%;
  display: flex;
}

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

.slider {
  background-color: #0000;
  justify-content: center;
  height: 100vh;
}

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

.input-label {
  color: #fff;
  margin-bottom: 70px;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.text-input {
  color: #848c8e;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  width: 80%;
  height: 60px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 28px;
}

.submit-btn {
  color: #0cd9ff;
  background-color: #0000;
  padding: 0;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

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

.nextbutton-text {
  background-color: #0000;
  padding: 0;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

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

.radio-button-field {
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.radio-label {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.form-radio-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-area {
  color: #1e1f24;
  min-height: 200px;
  font-size: 18px;
  line-height: 22px;
}

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

.form-verification {
  align-self: stretch;
  align-items: center;
  height: 60px;
  display: flex;
}

.text-alert {
  color: #0cd9ff;
  font-family: Hurme geometric sans3, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.next-prev-block {
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
}

.prev-link {
  color: #848c8e;
  margin-right: 20px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.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 {
  z-index: 10;
  background-color: #1e1f24;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.social-share-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.social-links {
  align-items: center;
  display: flex;
}

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

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

.alet-block__link {
  color: #000;
}

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

@media screen and (max-width: 991px) {
  .med-link-text {
    font-size: 36px;
    line-height: 36px;
  }

  .med-link-underline {
    height: 8px;
    bottom: 10px;
  }

  .form-step {
    padding-top: 25%;
    padding-bottom: 25%;
    padding-right: 10%;
  }

  .form-step.radio {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .text-input {
    width: 100%;
  }

  .radio-button-field {
    margin-bottom: 30px;
  }

  .form-radio-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .nav-btn-container {
    top: 0;
    right: 0;
  }

  .big-link-text {
    font-size: 36px;
    line-height: 36px;
  }

  .big-link-underline {
    height: 10px;
    bottom: 10px;
  }

  .nav-items-container {
    flex-direction: column;
  }

  .input-label {
    font-size: 36px;
    line-height: 36px;
  }

  .radio-button-field {
    margin-bottom: 20px;
  }

  .radio-label {
    font-size: 20px;
    line-height: 20px;
  }

  .text-alert {
    font-size: 16px;
    line-height: 16px;
  }

  .topbar-container {
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
  }

  .alert-block {
    width: 80%;
    margin-top: 0;
    margin-bottom: 20px;
    inset: auto 0 0;
  }
}

@media screen and (max-width: 479px) {
  .input-label {
    margin-bottom: 40px;
  }
}


@font-face {
  font-family: 'Hurmege ometric sans3';
  src: url('../fonts/HurmeGeometricSans3-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hurme geometric sans3';
  src: url('../fonts/HurmeGeometricSans3-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hurme geometric sans3';
  src: url('../fonts/HurmeGeometricSans3-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}