h2.turquoise {
  font-family: roboto, sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}

h3.turquoise {
  line-height: 40px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 28px;
  margin: 20px 0;
  color: #00ADA4;
}

h4.turquoise {
  line-height: 22px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin: 2px 0 15px 0;
  padding-bottom: 3px;
  color: #00ADA4;
}

h5.turquoise {
  font-family: roboto, monospace;
  margin: 2px 0 15px 0;
  padding-bottom: 3px;
  text-transform: none;
  font-weight: 500;
}

.darktheme .node--unpublished {
  background-color: #1c1c1c;
}

.darktheme .modal-content {
  background-color: #1c1c1c;
}
.darktheme .modal-header .close {
  color: #ffffff;
  opacity: 0.8;
}

.fade.in {
  opacity: 1;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
}

.modal-backdrop.fade.in {
  opacity: 0.85;
  z-index: 0;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.cta-primary a,
.cta-secondary a,
.cta-tertiary a {
  font-weight: 500;
  font-size: 16px;
  opacity: 1;
  border-radius: 10px;
  padding: 16px 32px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.cta-primary a {
  background-color: #30E4D0;
  border-color: #30E4D0;
  color: #1c1c1c;
}
.cta-primary a:hover {
  color: #1c1c1c;
}
@media screen and (min-width: 991px) {
  .cta-primary a:hover {
    box-shadow: 0 4px 24px 0 rgba(48, 228, 208, 0.4);
  }
}

.cta-secondary a {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
.cta-secondary a:hover {
  color: #1c1c1c;
  background-color: #fff;
}

.cta-tertiary a {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}
.cta-tertiary a:hover {
  color: #fff;
  background-color: #333333;
}
@media screen and (max-width: 580px) {
  .cta-tertiary a {
    border-color: #333333;
    border-width: 2px;
  }
}

.paragraph--type--cta-banner {
  background-color: #242424;
  border: 1px solid #222121;
  padding-top: 58px;
  padding-bottom: 58px;
}
@media screen and (min-width: 991px) {
  .paragraph--type--cta-banner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.paragraph--type--cta-banner .cta-banner {
  align-items: center;
}
.paragraph--type--cta-banner .cta-banner > :nth-child(2):not(:has(.d-inline-block)) {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .paragraph--type--cta-banner .cta-banner > :nth-child(2):not(:has(.d-inline-block)) {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .paragraph--type--cta-banner .cta-banner > :nth-child(2) {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
  }
}
.paragraph--type--cta-banner .cta-banner__title {
  margin-bottom: 15px;
  color: #30E4D0;
  font-family: Roboto, serif;
  font-weight: 600;
  font-size: 50px;
  line-height: normal;
}
.paragraph--type--cta-banner .cta-banner__title em {
  color: #fff;
  font-style: unset;
}
.paragraph--type--cta-banner .cta-banner__subtitle {
  color: #fff;
  font-family: Roboto, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.paragraph--type--cta-banner .cta-banner .cta-primary {
  width: max-content;
}
@media screen and (max-width: 768px) {
  .paragraph--type--cta-banner .cta-banner .cta-primary {
    flex: 1 1 auto;
  }
}
.paragraph--type--cta-banner .cta-banner .cta-secondary {
  width: max-content;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .paragraph--type--cta-banner .cta-banner .cta-secondary {
    flex: 1 1 auto;
  }
  .paragraph--type--cta-banner .cta-banner .cta-secondary a {
    padding: 16px 26px;
  }
}
@media screen and (max-width: 768px) {
  .paragraph--type--cta-banner .cta-banner__title, .paragraph--type--cta-banner .cta-banner__subtitle {
    font-size: 32px;
  }
}
.paragraph--type--cta-banner .cta-banner.bottom .cta-banner__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
}
/*# sourceMappingURL=paragraph-cta-banner.css.map */
