@font-face {
  font-family: "twist-icon-font";
  src: url("../scss/twist-icons/twist-icon-font.eot");
  src: url("../scss/twist-icons/twist-icon-font.eot?#iefix") format("eot"), url("../scss/twist-icons/twist-icon-font.woff") format("woff"), url("../scss/twist-icons/twist-icon-font.ttf") format("truetype"), url("../scss/twist-icons/twist-icon-font.svg#twist-icon-font") format("svg");
}
body {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 16px;
  line-height: 20px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body img {
  max-width: 100%;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px; /* Fallback for scroll-margin-top */
}

.ti {
  font-weight: normal;
}
.ti.ti-download:before, .ti.ti-download:after {
  content: "\e007";
}
.ti.ti-left:before {
  font-family: "twist-icon-font";
  margin-right: 7px;
  vertical-align: middle;
}
.ti.ti-left:after {
  font-family: inherit;
  content: "";
  margin-left: 0;
}
.ti.ti-right:before {
  font-family: inherit;
  content: "";
  margin-right: 0;
}
.ti.ti-right:after {
  font-family: "twist-icon-font";
  margin-left: 7px;
  vertical-align: middle;
}

.container-fluid {
  padding: 0 15px;
}

.container {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0 15px;
  }
}
.container [class*=col-] {
  padding: 15px 16px;
}

.row {
  margin: 0 -15px;
}
.row > * {
  padding: 0 15px;
}

.modal-open .modal {
  opacity: 1;
}

.modal .modal-dialog {
  max-width: 100%;
}

#block-twist-barrio-content > .content {
  padding: 0;
}

h1 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #232E35;
  text-transform: inherit;
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
}

h2 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #232E35;
  text-transform: inherit;
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
}

h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #232E35;
  text-transform: inherit;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}

h4 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #232E35;
  text-transform: inherit;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}

h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #232E35;
  text-transform: inherit;
}

h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #232E35;
  text-transform: inherit;
}

.invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6, .invert p {
  color: #ffffff !important;
}

.btn {
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #354652;
}
.btn.btn-primary {
  --bs-btn-border-color: none;
}
.btn.btn-primary.btn-sm {
  font-size: 10px;
  padding: 7px 12px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #232E35;
  line-height: 12px;
  justify-content: center;
  display: inline-flex;
  white-space: nowrap;
}
.btn.btn-primary.btn-sm:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-primary.btn-sm:hover {
  background: #354652;
}
.btn.btn-primary.btn-sm.disabled {
  font-size: 10px;
  padding: 7px 12px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  color: #627684;
  line-height: 12px;
  background-color: #E0E5EB;
}
.btn.btn-primary.btn-md {
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  border-radius: 2px;
  justify-content: center;
  white-space: nowrap;
  display: inline-flex;
  color: #ffffff;
  background-color: #232E35;
}
.btn.btn-primary.btn-md:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-primary.btn-md:hover {
  background: #354652;
}
.btn.btn-primary.btn-md.disabled {
  font-size: 10px;
  padding: 7px 12px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  color: #627684;
  line-height: 12px;
  background-color: #E0E5EB;
  font-size: 12px;
  padding: 8px 16px;
}
.btn.btn-primary.btn-lg {
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  border-radius: 2px;
  justify-content: center;
  white-space: nowrap;
  display: inline-flex;
  color: #ffffff;
  background-color: #232E35;
  padding: 13px 16px;
  display: inline-flex;
}
.btn.btn-primary.btn-lg:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-primary.btn-lg:hover {
  background: #354652;
}
.btn.btn-primary.btn-lg:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-primary.btn-lg:hover {
  background: #354652;
}
.btn.btn-primary.btn-lg.disabled {
  font-size: 10px;
  padding: 7px 12px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  color: #627684;
  line-height: 12px;
  background-color: #E0E5EB;
  font-size: 12px;
  padding: 8px 16px;
  padding: 13px 16px;
}
.btn.btn-primary.btn-xl {
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  border-radius: 2px;
  justify-content: center;
  white-space: nowrap;
  display: inline-flex;
  color: #ffffff;
  background-color: #232E35;
  padding: 13px 16px;
  display: inline-flex;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 80px;
}
.btn.btn-primary.btn-xl:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-primary.btn-xl:hover {
  background: #354652;
}
.btn.btn-primary.btn-xl:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-primary.btn-xl:hover {
  background: #354652;
}
.btn.btn-primary.btn-xl:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-primary.btn-xl:hover {
  background: #354652;
}
.btn.btn-primary.btn-xl.disabled {
  font-size: 10px;
  padding: 7px 12px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  color: #627684;
  line-height: 12px;
  background-color: #E0E5EB;
  font-size: 12px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 80px;
}
.btn.btn-primary.btn-bl-primary-sm {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  background-color: #ffffff;
  color: #1E986F;
  border: none;
}
.btn.btn-primary.btn-bl-primary-sm:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-primary.btn-bl-primary-sm:hover {
  text-decoration-line: underline;
}
.btn.btn-primary.btn-bl-primary-sm.disabled {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  background-color: #ffffff;
  color: #1E986F;
  border: none;
  color: #98A8B3;
}
.btn.btn-primary.btn-bl-primary-sm.disabled:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-primary.btn-bl-primary-sm.disabled:hover {
  text-decoration-line: underline;
}
.btn.btn-primary.btn-bl-primary-sm.disabled:focus {
  background: none;
  border: none;
}
.btn.btn-primary.btn-bl-primary-sm.disabled:hover {
  text-decoration-line: none;
}
.btn.btn-primary.btn-bl-primary-md {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  background-color: #ffffff;
  color: #1E986F;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
}
.btn.btn-primary.btn-bl-primary-md:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-primary.btn-bl-primary-md:hover {
  text-decoration-line: underline;
}
.btn.btn-primary.btn-bl-primary-md.disabled {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  background-color: #ffffff;
  color: #1E986F;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  color: #98A8B3;
}
.btn.btn-primary.btn-bl-primary-md.disabled:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-primary.btn-bl-primary-md.disabled:hover {
  text-decoration-line: underline;
}
.btn.btn-primary.btn-bl-primary-md.disabled:focus {
  background: none;
  border: none;
}
.btn.btn-primary.btn-bl-primary-md.disabled:hover {
  text-decoration-line: none;
}
.btn.btn-primary.btn-bl-primary-lg {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  background-color: #ffffff;
  color: #1E986F;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  padding: 13px 16px;
}
.btn.btn-primary.btn-bl-primary-lg:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-primary.btn-bl-primary-lg:hover {
  text-decoration-line: underline;
}
.btn.btn-primary.btn-bl-primary-lg.disabled {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  background-color: #ffffff;
  color: #1E986F;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  padding: 13px 16px;
  color: #98A8B3;
}
.btn.btn-primary.btn-bl-primary-lg.disabled:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-primary.btn-bl-primary-lg.disabled:hover {
  text-decoration-line: underline;
}
.btn.btn-primary.btn-bl-primary-lg.disabled:focus {
  background: none;
  border: none;
}
.btn.btn-primary.btn-bl-primary-lg.disabled:hover {
  text-decoration-line: none;
}
.btn.btn-primary.btn-bl-primary-xl {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  background-color: #ffffff;
  color: #1E986F;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 80px;
}
.btn.btn-primary.btn-bl-primary-xl:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-primary.btn-bl-primary-xl:hover {
  text-decoration-line: underline;
}
.btn.btn-primary.btn-bl-primary-xl.disabled {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  background-color: #ffffff;
  color: #1E986F;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 80px;
  color: #98A8B3;
}
.btn.btn-primary.btn-bl-primary-xl.disabled:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-primary.btn-bl-primary-xl.disabled:hover {
  text-decoration-line: underline;
}
.btn.btn-primary.transparant {
  border: 1px solid #232E35 !important;
  color: #232E35 !important;
  background-color: transparent !important;
}
.btn.btn-secondary.btn-sm {
  font-size: 10px;
  padding: 7px 12px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #232E35;
  line-height: 12px;
  justify-content: center;
  display: inline-flex;
  white-space: nowrap;
  border: 1px solid #627684;
  background: #ffffff;
  color: #232E35;
}
.btn.btn-secondary.btn-sm:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-secondary.btn-sm:hover {
  background: #354652;
}
.btn.btn-secondary.btn-sm:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-sm:hover {
  background: rgba(238, 242, 246, 0.7);
}
.btn.btn-secondary.btn-sm.disabled {
  font-size: 10px;
  padding: 7px 12px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  color: #627684;
  line-height: 12px;
  background-color: #E0E5EB;
  color: #98A8B3;
  background: rgba(255, 255, 255, 0.95);
}
.btn.btn-secondary.btn-md {
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  border-radius: 2px;
  justify-content: center;
  white-space: nowrap;
  display: inline-flex;
  color: #ffffff;
  background-color: #232E35;
  color: #232E35;
  border: 1px solid #627684;
  background: #ffffff;
}
.btn.btn-secondary.btn-md:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-secondary.btn-md:hover {
  background: #354652;
}
.btn.btn-secondary.btn-md:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-md:hover {
  background: rgba(238, 242, 246, 0.7);
}
.btn.btn-secondary.btn-md.disabled {
  font-size: 10px;
  padding: 7px 12px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  color: #627684;
  line-height: 12px;
  background-color: #E0E5EB;
  font-size: 12px;
  padding: 8px 16px;
  color: #98A8B3;
  background: rgba(255, 255, 255, 0.95);
}
.btn.btn-secondary.btn-lg {
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  border-radius: 2px;
  justify-content: center;
  white-space: nowrap;
  display: inline-flex;
  color: #ffffff;
  background-color: #232E35;
  padding: 13px 16px;
  display: inline-flex;
  color: #232E35;
  border: 1px solid #627684;
  background: #ffffff;
}
.btn.btn-secondary.btn-lg:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-secondary.btn-lg:hover {
  background: #354652;
}
.btn.btn-secondary.btn-lg:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-secondary.btn-lg:hover {
  background: #354652;
}
.btn.btn-secondary.btn-lg:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-lg:hover {
  background: rgba(238, 242, 246, 0.7);
}
.btn.btn-secondary.btn-lg.disabled {
  font-size: 10px;
  padding: 7px 12px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  color: #627684;
  line-height: 12px;
  background-color: #E0E5EB;
  font-size: 12px;
  padding: 8px 16px;
  padding: 13px 16px;
  color: #98A8B3;
  background: rgba(255, 255, 255, 0.95);
}
.btn.btn-secondary.btn-lg.transparant.white-border {
  background: unset;
  color: #fff;
  border: 1px solid;
}
.btn.btn-secondary.btn-xl {
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  border-radius: 2px;
  justify-content: center;
  white-space: nowrap;
  display: inline-flex;
  color: #ffffff;
  background-color: #232E35;
  padding: 13px 16px;
  display: inline-flex;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 80px;
  color: #232E35;
  border: 1px solid #627684;
  background: #ffffff;
}
.btn.btn-secondary.btn-xl:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-secondary.btn-xl:hover {
  background: #354652;
}
.btn.btn-secondary.btn-xl:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-secondary.btn-xl:hover {
  background: #354652;
}
.btn.btn-secondary.btn-xl:focus {
  border: 2px solid rgba(98, 118, 132, 0.5);
}
.btn.btn-secondary.btn-xl:hover {
  background: #354652;
}
.btn.btn-secondary.btn-xl:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-xl:hover {
  background: rgba(238, 242, 246, 0.7);
}
.btn.btn-secondary.btn-xl.disabled {
  font-size: 10px;
  padding: 7px 12px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  color: #627684;
  line-height: 12px;
  background-color: #E0E5EB;
  font-size: 12px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 80px;
  color: #98A8B3;
  background: rgba(255, 255, 255, 0.95);
}
.btn.btn-secondary.btn-bl-secondary-sm {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  color: #232E35;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: none;
}
.btn.btn-secondary.btn-bl-secondary-sm:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-bl-secondary-sm:hover {
  text-decoration-line: underline;
}
.btn.btn-secondary.btn-bl-secondary-sm.disabled {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  color: #232E35;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: none;
  color: #98A8B3;
}
.btn.btn-secondary.btn-bl-secondary-sm.disabled:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-bl-secondary-sm.disabled:hover {
  text-decoration-line: underline;
}
.btn.btn-secondary.btn-bl-secondary-md {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  color: #232E35;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
}
.btn.btn-secondary.btn-bl-secondary-md:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-bl-secondary-md:hover {
  text-decoration-line: underline;
}
.btn.btn-secondary.btn-bl-secondary-md.disabled {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  color: #232E35;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  color: #98A8B3;
}
.btn.btn-secondary.btn-bl-secondary-md.disabled:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-bl-secondary-md.disabled:hover {
  text-decoration-line: underline;
}
.btn.btn-secondary.btn-bl-secondary-lg {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  color: #232E35;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  padding: 13px 16px;
}
.btn.btn-secondary.btn-bl-secondary-lg:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-bl-secondary-lg:hover {
  text-decoration-line: underline;
}
.btn.btn-secondary.btn-bl-secondary-lg.disabled {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  color: #232E35;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  padding: 13px 16px;
  color: #98A8B3;
}
.btn.btn-secondary.btn-bl-secondary-lg.disabled:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-bl-secondary-lg.disabled:hover {
  text-decoration-line: underline;
}
.btn.btn-secondary.btn-bl-secondary-xl {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  color: #232E35;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 80px;
}
.btn.btn-secondary.btn-bl-secondary-xl:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-bl-secondary-xl:hover {
  text-decoration-line: underline;
}
.btn.btn-secondary.btn-bl-secondary-xl.disabled {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  color: #232E35;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: none;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 16px;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 80px;
  color: #98A8B3;
}
.btn.btn-secondary.btn-bl-secondary-xl.disabled:focus {
  background: rgba(238, 242, 246, 0.7);
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.btn.btn-secondary.btn-bl-secondary-xl.disabled:hover {
  text-decoration-line: underline;
}
.btn.btn-secondary.transparant {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
}
.btn:focus, .btn:active {
  box-shadow: none !important;
  transition: none;
}
.btn.product-gene {
  background-color: #7676F3 !important;
}

a {
  text-decoration: none;
  color: #04A973;
  font-weight: 700;
}
a:hover {
  color: #04A973;
  text-decoration: none;
}
a[class*=col-] {
  padding: 0 !important;
}

.primary-link-sm {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  background: none;
  padding: initial;
}
.primary-link-sm:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.primary-link-sm:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.primary-link-sm:link {
  color: #1E986F;
}
.primary-link-sm:visited {
  color: #1E986F;
}
.primary-link-sm.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  background: none;
  padding: initial;
  color: #98A8B3;
}
.primary-link-sm.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.primary-link-sm.disabled:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.primary-link-sm.disabled:link {
  color: #1E986F;
}
.primary-link-sm.disabled:visited {
  color: #1E986F;
}
.primary-link-sm.disabled:focus {
  border: none;
}
.primary-link-sm.disabled:hover {
  text-decoration-line: none;
}

.primary-link-md {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  background: none;
  padding: initial;
  font-size: 14px;
  line-height: 16px;
}
.primary-link-md:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.primary-link-md:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.primary-link-md:link {
  color: #1E986F;
}
.primary-link-md:visited {
  color: #1E986F;
}
.primary-link-md.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  background: none;
  padding: initial;
  color: #98A8B3;
  font-size: 14px;
  line-height: 16px;
}
.primary-link-md.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.primary-link-md.disabled:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.primary-link-md.disabled:link {
  color: #1E986F;
}
.primary-link-md.disabled:visited {
  color: #1E986F;
}
.primary-link-md.disabled:focus {
  border: none;
}
.primary-link-md.disabled:hover {
  text-decoration-line: none;
}

.primary-link-lg {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  background: none;
  padding: initial;
  font-size: 14px;
  line-height: 16px;
  font-size: 16px;
  line-height: 20px;
}
.primary-link-lg:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.primary-link-lg:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.primary-link-lg:link {
  color: #1E986F;
}
.primary-link-lg:visited {
  color: #1E986F;
}
.primary-link-lg.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  background: none;
  padding: initial;
  color: #98A8B3;
  font-size: 16px;
  line-height: 20px;
}
.primary-link-lg.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.primary-link-lg.disabled:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.primary-link-lg.disabled:link {
  color: #1E986F;
}
.primary-link-lg.disabled:visited {
  color: #1E986F;
}
.primary-link-lg.disabled:focus {
  border: none;
}
.primary-link-lg.disabled:hover {
  text-decoration-line: none;
}

.primary-link-xl {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  background: none;
  padding: initial;
  font-size: 14px;
  line-height: 16px;
  font-size: 18px;
  line-height: 24px;
}
.primary-link-xl:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.primary-link-xl:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.primary-link-xl:link {
  color: #1E986F;
}
.primary-link-xl:visited {
  color: #1E986F;
}
.primary-link-xl.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  background: none;
  padding: initial;
  color: #98A8B3;
  font-size: 18px;
  line-height: 24px;
}
.primary-link-xl.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.primary-link-xl.disabled:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.primary-link-xl.disabled:link {
  color: #1E986F;
}
.primary-link-xl.disabled:visited {
  color: #1E986F;
}
.primary-link-xl.disabled:focus {
  border: none;
}
.primary-link-xl.disabled:hover {
  text-decoration-line: none;
}

.secondary-link-sm {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  border: none;
  color: #627684;
  text-decoration-line: underline;
}
.secondary-link-sm:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.secondary-link-sm:hover {
  color: #627684;
}
.secondary-link-sm.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  border: none;
  color: #627684;
  text-decoration-line: underline;
  color: #98A8B3;
  text-decoration-line: underline;
}
.secondary-link-sm.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.secondary-link-sm.disabled:hover {
  color: #627684;
}
.secondary-link-sm.disabled:focus {
  border: none;
}
.secondary-link-sm.disabled:hover {
  color: #98A8B3;
}

.secondary-link-md {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  border: none;
  color: #627684;
  text-decoration-line: underline;
  font-size: 14px;
  line-height: 16px;
}
.secondary-link-md:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.secondary-link-md:hover {
  color: #627684;
}
.secondary-link-md.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  border: none;
  color: #627684;
  text-decoration-line: underline;
  color: #98A8B3;
  text-decoration-line: underline;
  font-size: 14px;
  line-height: 16px;
}
.secondary-link-md.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.secondary-link-md.disabled:hover {
  color: #627684;
}
.secondary-link-md.disabled:focus {
  border: none;
}
.secondary-link-md.disabled:hover {
  color: #98A8B3;
}

.secondary-link-lg {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  border: none;
  color: #627684;
  text-decoration-line: underline;
  font-size: 14px;
  line-height: 16px;
  font-size: 16px;
  line-height: 20px;
}
.secondary-link-lg:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.secondary-link-lg:hover {
  color: #627684;
}
.secondary-link-lg.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  border: none;
  color: #627684;
  text-decoration-line: underline;
  color: #98A8B3;
  text-decoration-line: underline;
  font-size: 16px;
  line-height: 20px;
}
.secondary-link-lg.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.secondary-link-lg.disabled:hover {
  color: #627684;
}
.secondary-link-lg.disabled:focus {
  border: none;
}
.secondary-link-lg.disabled:hover {
  color: #98A8B3;
}

.secondary-link-xl {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  border: none;
  color: #627684;
  text-decoration-line: underline;
  font-size: 14px;
  line-height: 16px;
  font-size: 18px;
  line-height: 24px;
}
.secondary-link-xl:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.secondary-link-xl:hover {
  color: #627684;
}
.secondary-link-xl.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  border: none;
  color: #627684;
  text-decoration-line: underline;
  color: #98A8B3;
  text-decoration-line: underline;
  font-size: 18px;
  line-height: 24px;
  text-decoration-line: underline;
}
.secondary-link-xl.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
}
.secondary-link-xl.disabled:hover {
  color: #627684;
}
.secondary-link-xl.disabled:focus {
  border: none;
}
.secondary-link-xl.disabled:hover {
  color: #98A8B3;
}

.inline-link-sm {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
}
.inline-link-sm:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
  text-decoration-line: underline;
}
.inline-link-sm:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.inline-link-sm.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  color: #98A8B3;
  text-decoration-line: underline;
}
.inline-link-sm.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
  text-decoration-line: underline;
}
.inline-link-sm.disabled:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.inline-link-sm.disabled:focus {
  border: none;
}
.inline-link-sm.disabled:hover {
  color: #98A8B3;
}

.inline-link-md {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  font-size: 14px;
  line-height: 16px;
}
.inline-link-md:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
  text-decoration-line: underline;
}
.inline-link-md:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.inline-link-md.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  color: #98A8B3;
  text-decoration-line: underline;
  font-size: 14px;
  line-height: 16px;
}
.inline-link-md.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
  text-decoration-line: underline;
}
.inline-link-md.disabled:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.inline-link-md.disabled:focus {
  border: none;
}
.inline-link-md.disabled:hover {
  color: #98A8B3;
}

.inline-link-lg {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  font-size: 14px;
  line-height: 16px;
  font-size: 16px;
  line-height: 20px;
}
.inline-link-lg:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
  text-decoration-line: underline;
}
.inline-link-lg:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.inline-link-lg.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  color: #98A8B3;
  text-decoration-line: underline;
  font-size: 16px;
  line-height: 20px;
}
.inline-link-lg.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
  text-decoration-line: underline;
}
.inline-link-lg.disabled:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.inline-link-lg.disabled:focus {
  border: none;
}
.inline-link-lg.disabled:hover {
  color: #98A8B3;
}

.inline-link-xl {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  font-size: 14px;
  line-height: 16px;
  font-size: 18px;
  line-height: 24px;
}
.inline-link-xl:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
  text-decoration-line: underline;
}
.inline-link-xl:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.inline-link-xl.disabled {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: none;
  color: #1E986F;
  color: #98A8B3;
  text-decoration-line: underline;
  font-size: 18px;
  line-height: 24px;
}
.inline-link-xl.disabled:focus {
  border: 2px solid rgba(194, 206, 214, 0.5);
  text-decoration-line: underline;
}
.inline-link-xl.disabled:hover {
  color: #1E986F;
  text-decoration-line: underline;
}
.inline-link-xl.disabled:focus {
  border: none;
}
.inline-link-xl.disabled:hover {
  color: #98A8B3;
}

.breadcrumb-wrapper .single-breadcrumb-wrap {
  display: inline-flex;
}
.breadcrumb-wrapper .single-breadcrumb-wrap .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-wrapper .single-breadcrumb-wrap .breadcrumb a {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #354652;
  color: #627684;
}
.breadcrumb-wrapper .single-breadcrumb-wrap .breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb-wrapper .single-breadcrumb-wrap:last-child a {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #354652;
  pointer-events: none;
}
.breadcrumb-wrapper .single-breadcrumb-wrap:first-child .sep {
  display: none;
}
.breadcrumb-wrapper .sep:before {
  font-family: "twist-icon-font";
  font-size: 14px;
  color: #627684;
}

.label-sm {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #354652;
  font-size: 13px;
  font-weight: 500;
  font-size: 11px;
}

.label-md {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #354652;
  font-size: 13px;
  font-weight: 500;
}

.label-lg {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #354652;
  font-size: 15px;
  font-weight: 600;
}

ul.list-base {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 16px;
  line-height: 28px;
  line-height: 24px;
}
ul.list-sm {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 14px;
  line-height: 16px;
  line-height: 22px;
}

p.p-lg-sh {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  line-height: 24px;
}
p.p-lg-sh-u {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  line-height: 24px;
  text-decoration-line: underline;
}
p.p-lg-mh {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  line-height: 32px;
}
p.p-lg-strong {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-weight: 700;
  line-height: 24px;
}
p.p-base-sh {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 16px;
  line-height: 20px;
}
p.p-base-sh-u {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
}
p.p-base-mh {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 16px;
  line-height: 24px;
}
p.p-base-lgh {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 16px;
  line-height: 28px;
}
p.list-base {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 16px;
  line-height: 24px;
}
p.p-sm {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 14px;
  line-height: 16px;
}
p.p-sm-u {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
}
p.p-sm-mh {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 14px;
  line-height: 16px;
  line-height: 22px;
}
p.p-sm-lgh {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 14px;
  line-height: 16px;
  line-height: 26px;
}
p.p-sm-strong {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
p.list-sm {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 14px;
  line-height: 16px;
  line-height: 22px;
}
p.p-xs {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 14px;
  line-height: 16px;
  font-size: 12px;
}
p.p-xs-u {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 14px;
  line-height: 16px;
  font-size: 12px;
  text-decoration-line: underline;
}
p.p-xs-strong {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #354652;
  font-size: 14px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
}

.faq-lobby-wrapper .faq-lobby-header-content {
  text-align: center;
}

.az-element .popover .row-layouts .az-mini-container [class^=col] {
  padding: 1px;
}

.az-element .popover .row-layouts .az-mini-container .az-col-solid {
  padding: 0px;
}

.btn-product {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 160% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: 1px solid #000;
  color: #000;
  padding: 5px 12px;
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .btn-product {
    display: block;
  }
}
.btn-product:after {
  content: url("../images/arrow-right.svg");
  width: 11px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
.btn-product.genes {
  color: #5C5CDB;
  border-color: #7676F3;
}
.btn-product.genes:after {
  content: url("../images/gene-arrow.svg");
}
.btn-product.oligo {
  color: #2A8E97;
  border-color: #57C6D0;
}
.btn-product.oligo:after {
  content: url("../images/oligo-arrow.svg");
}
.btn-product.vector {
  color: #0C7CEE;
  border-color: #389DF5;
}
.btn-product.vector:after {
  content: url("../images/vector-arrow.svg");
}
.btn-product.ngs {
  color: #11553E;
  border-color: #19805E;
}
.btn-product.ngs:after {
  content: url("../images/ngs-arrow.svg");
}
.btn-product.antibody {
  color: #AD15E0;
  border-color: #CF6AF1;
}
.btn-product.antibody:after {
  content: url("../images/antibody-arrow.svg");
}

.email-link {
  color: #1E986F;
  font-weight: 400;
}
.email-link.underline {
  text-decoration: underline;
  color: #000;
}
.email-link.copy-link:before {
  content: url("../images/copy.svg");
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}

.crack-code-banner {
  min-height: 700px !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .crack-code-banner {
    min-height: 530px !important;
  }
}
@media (max-width: 767px) {
  .crack-code-banner {
    min-height: 450px !important;
  }
}

.twist-wallet-button {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 24px;
  padding: 12px 32px;
  background-color: #fff !important;
  color: #232E35 !important;
  border-radius: 2rem;
  display: inline-block;
  font-weight: bold !important;
}
.twist-wallet-button.plus {
  padding-right: 45px;
  background: url("../images/dark-plus.svg") no-repeat right 20px center;
}
.twist-wallet-button.secondary {
  background-color: #000 !important;
  color: #fff !important;
  text-align: center;
}
.twist-wallet-button.secondary:hover {
  background-color: #232E35 !important;
}
.twist-wallet-button.secondary.plus {
  padding-right: 45px;
  background: url("../images/light-plus.svg") no-repeat right 20px center;
}

.animation-output {
  min-height: 150px;
  margin-bottom: 80px;
}
.animation-output.typing {
  text-align: center;
}