:root {
  --color-blue-800: #001f52;
  --color-blue-600: #003d7c;
  --color-blue-500: #006cb8;
  --color-blue-400: #57b0e3;
  --color-blue-200: #8dd8f8;
  --color-grey-800: #231f20;
  --color-grey-700: #36383a;
  --color-grey-600: #626363;
  --color-grey-500: #595b5c;
  --color-grey-400: #86898b;
  --color-grey-200: #C8D3D5;
  --color-grey-100: #e9e9e9;
  --color-grey-50: #f4f4f4;
  --color-green-50: #d8e7e8;
  --color-green-100: #8db8b8;
  --color-green-600: #006451;
  --color-orange-500: #E98A15;
  --color-yellow: #e6ae48;
  --color-red-500: #D64045;
  --color-red-50: #f8e3e4;
  --color-red-100: #f1c7c8;
  --font-serif: "Libre Baskerville", Georgia, serif;
  --transition: all 0.4s ease-out;
}

.hr {
  border: none;
  background: var(--color-blue-500);
  margin: 80px auto;
  width: calc(100% - 100px);
  max-width: 1140px;
  opacity: 0.1;
  height: 1px;
}
@media all and (max-width: 800px) {
  .hr {
    width: calc(100% - 60px);
    margin: 40px auto;
  }
}

h1, .h1 {
  font-size: 45px;
  font-family: Raleway, sans-serif;
  line-height: 48px;
  text-transform: none;
  color: var(--color-blue-500);
  margin-bottom: 32px;
  font-weight: 300;
  letter-spacing: 0;
}

h2, .h2 {
  font-size: 35px;
  font-family: Raleway, sans-serif;
  line-height: 40px;
  text-transform: none;
  color: var(--color-blue-500);
  margin-bottom: 32px;
  font-weight: 300;
  letter-spacing: 0;
}
@media all and (max-width: 800px) {
  h2, .h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}

h3, .h3 {
  font-size: 20px;
  font-family: Raleway, sans-serif;
  line-height: 28px;
  text-align: left;
  text-transform: none;
  color: var(--color-grey-700);
  margin-bottom: 12px;
  letter-spacing: -0.1px;
  font-weight: 700;
}

h4, .h4 {
  font-size: 17px;
  font-family: Raleway, sans-serif;
  line-height: 24px;
  text-align: left;
  text-transform: none;
  color: var(--color-blue-500);
  margin-bottom: 0;
  letter-spacing: -0.1px;
  padding: 24px 0 0 0;
  font-weight: 700;
}

h5, .h5 {
  font-size: 17px;
  font-family: Raleway, sans-serif;
  line-height: 25px;
  text-align: left;
  text-transform: none;
  color: var(--color-blue-500);
  margin-bottom: 0;
  padding: 12px 0 0 0;
  font-weight: 400;
}

p, li {
  font-size: 17px;
  line-height: 24px;
  color: var(--color-grey-700);
  font-weight: 400;
}
@media all and (max-width: 560px) {
  p, li {
    font-size: 15px;
    line-height: 20px;
  }
}

.typography h2 + ul,
.typography h3 + ul,
.typography h4 + ul,
.typography h5 + ul {
  margin-top: 24px;
}

.typography ul {
  margin-bottom: 24px;
}

.typography li {
  margin-bottom: 4px;
  list-style: disc;
}

dl {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-grey-700);
  margin: 32px 0;
  font-weight: 400;
}

dt {
  font-weight: bold;
  margin-bottom: 8px;
}

dd {
  margin-bottom: 12px;
}

td, th {
  padding: 4px 24px 4px 15px;
  border-right: 1px solid var(--color-grey-100);
  vertical-align: top;
}
@media all and (max-width: 800px) {
  td, th {
    font-size: 10px;
  }
  td ul, td li, td p, th ul, th li, th p {
    font-size: 11px;
    line-height: 16px;
  }
}
td:first-child, th:first-child {
  padding-left: 0;
}
td:last-child, th:last-child {
  border: none;
}

table {
  margin-bottom: 48px;
  width: 100%;
}
@media all and (max-width: 800px) {
  table {
    margin-bottom: 24px;
  }
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  /* 1rem = 16 */
  line-height: 20px;
  background: var(--color-blue-800);
  scroll-behavior: smooth;
  background-color: #fff;
  overscroll-behavior: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  -webkit-print-color-adjust: exact;
}

a {
  color: var(--color-blue-500);
  text-underline-offset: 1px;
}
a:hover, a:focus {
  text-decoration: underline;
}

body .container {
  width: calc(96vw + 24px);
  max-width: 1296px;
}

.accordion__items {
  margin-top: 20px;
  padding: 0;
}
.accordion__items > li {
  list-style: none;
}

.accordion__summary {
  position: relative;
}
.accordion__summary::marker {
  display: none;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
  display: block;
  position: absolute;
  top: 21px;
  right: 16px;
  background-image: url("../dist/img/content-plus.svg");
  background-size: 22px;
  width: 22px;
  height: 22px;
  content: "";
}
@media all and (min-width: 800px) {
  .accordion__summary::after {
    top: 31px;
    right: 40px;
  }
}
@media all and (min-width: 1260px) {
  .accordion__summary::after {
    background-size: 25px;
    width: 25px;
    height: 25px;
  }
}

.accordion__details[open] .accordion__summary::after {
  background-image: url("../dist/img/content-accordion.svg");
  background-size: 21px;
}

.typography .accordion__title {
  margin: 0 0 40px;
}
.typography .accordion__item-title {
  margin: 0;
  padding: 21px 40px 21px 12px;
  line-height: 1.22;
  font-size: 18px;
}
@media all and (min-width: 800px) {
  .typography .accordion__item-title {
    padding: 31px 64px 31px 40px;
  }
}
@media all and (min-width: 1260px) {
  .typography .accordion__item-title {
    padding: 31px 104px 31px 40px;
    line-height: 1.2;
    font-size: 20px;
  }
}
.typography .accordion__item {
  margin: 0;
  border-top: 1px solid var(--color-grey-50);
  padding: 0;
}
.typography .accordion__item:last-child {
  border-bottom: 1px solid var(--color-grey-50);
}
.typography .accordion__item::before {
  display: none !important;
}
.typography .accordion__summary {
  cursor: pointer;
}
.typography .accordion__details {
  position: relative;
}
.typography .accordion__details:not([open]):hover, .typography .accordion__details:not([open]):focus {
  background-color: var(--color-grey-50);
}
.typography .details__content {
  padding: 0 40px 21px 12px;
}
@media all and (min-width: 800px) {
  .typography .details__content {
    padding: 0 64px 31px 40px;
  }
}
@media all and (min-width: 1260px) {
  .typography .details__content {
    padding: 0 104px 31px 40px;
  }
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

.footer {
  background: var(--color-grey-50) url(img/texture.png) no-repeat center top;
  padding: 75px 0;
}
@media all and (max-width: 800px) {
  .footer {
    padding: 30px 0;
  }
}
.footer a {
  text-decoration: none;
}
.footer ul {
  margin: 0 auto;
  padding: 0;
}
.footer li {
  list-style: none;
  margin-bottom: 5px;
}
.footer li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  border-left: 3px solid var(--color-grey-100);
  border-bottom: 1px solid var(--color-grey-100);
  display: block;
  padding: 10px 0 10px 12px;
  color: var(--color-grey-700);
  border-radius: 4px;
  transition: all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.footer li a small {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.66;
  display: block;
  font-family: var(--font-serif);
  transition: all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.footer li a:hover, .footer li a:focus {
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 18px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}

.footer-contact {
  padding-top: 160px;
  float: right;
  width: 470px;
  max-width: 100%;
}
@media all and (max-width: 800px) {
  .footer-contact {
    width: 100%;
    padding-top: 30px;
    float: none;
  }
}
.footer-contact .footer-contact-phone {
  font-size: 38px;
}
.footer-contact a {
  color: var(--color-green-600);
  font-family: var(--font-serif);
}
.footer-contact a:hover, .footer-contact a:focus {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(0, 0, 0, 0.1);
}
.footer-contact:before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  float: right;
  background: url(../dist/hook.png) no-repeat right center;
  background-size: contain;
}
@media all and (max-width: 800px) {
  .footer-contact:before {
    float: none;
    margin-bottom: 30px;
  }
}

.footer-copy {
  margin-top: 49px;
  border-top: 1px solid var(--color-grey-100);
  padding-top: 29px;
  font-family: var(--font-serif);
}
.footer-copy p {
  font-size: 11px;
  line-height: 15px;
}

.main-form {
  max-width: 300px;
  margin: 60px auto;
}
.main-form input.text {
  width: 100%;
}

.field {
  margin-bottom: 20px;
}

label.left,
legend {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.btn,
#step-navigation button,
.action {
  border-radius: 3px;
  color: #fff;
  border: 0;
  margin: 10px 0;
  display: inline-block;
  background: var(--color-blue-500);
  font-weight: bold;
  padding: 9px 19px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 17px;
  line-height: 25px;
}
.btn small,
#step-navigation button small,
.action small {
  font-size: 12px;
  padding-left: 8px;
}
.btn:hover, .btn:focus,
#step-navigation button:hover,
#step-navigation button:focus,
.action:hover,
.action:focus {
  background-color: var(--color-blue-400);
  text-decoration: none;
  color: #fff;
}

.btn-toolbar {
  flex-direction: column;
}
.btn-toolbar p {
  margin-top: 20px;
}

input.text,
textarea {
  border: 1px solid var(--color-grey-200);
  padding: 9px;
  font-size: 14px;
  width: 100%;
  line-height: 20px;
}

select {
  border: 1px solid var(--color-grey-200);
  padding: 9px;
  font-size: 14px;
  width: 100%;
  line-height: 20px;
}

.content-element__content-form form {
  max-width: 648px;
  margin: 0 auto 60px;
}
.content-element__content-form .userform .left {
  margin-bottom: 0;
}
.content-element__content-form .checkboxset .middleColumn > div {
  margin-bottom: 5px;
}
.content-element__content-form .checkboxset label {
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
}
.content-element__content-form .checkbox {
  position: relative;
}
.content-element__content-form .checkbox input {
  position: absolute;
  top: 2px;
  left: 0;
}
.content-element__content-form .checkbox label {
  display: block;
  cursor: pointer;
  padding-left: 24px;
}
.content-element__content-form .message {
  padding: 4px;
  font-size: 12px;
  width: 100%;
  font-weight: bold;
  display: block;
  margin: 8px 0 5px;
  line-height: 15px;
  border: 1px solid var(--color-red-500);
  background-color: var(--color-red-100);
  color: var(--color-red-500);
}

.manyfield__outer .manyfield__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  flex-wrap: nowrap;
  position: relative;
}
@media all and (min-width: 800px) {
  .manyfield__outer .manyfield__row {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.manyfield__outer .manyfield__row .field {
  flex: 1;
  width: auto;
}
@media all and (min-width: 800px) {
  .manyfield__outer .manyfield__row .field {
    padding: 0;
    margin: 0 0 10px;
  }
}
.manyfield__outer .manyfield__row .manyfield__remove {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  padding: 4px;
  transform: translate(16px, -16px);
  background-color: var(--color-red-500);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.userform .userformsgroup {
  border-color: var(--color-grey-200);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.userform .userformsgroup .field:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 800px) {
  .userform .userformsgroup {
    padding: 20px;
  }
}

.userform .userform-progress .step-button-jump {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  20%, 60% {
    transform: rotate(6deg);
  }
  40%, 80% {
    transform: rotate(-6deg);
  }
}
.header {
  position: relative;
  background: var(--color-grey-50);
}
@media all and (max-width: 800px) {
  .header {
    background: rgb(0, 61, 124) url(./img/pattern.svg) repeat-x right top;
    padding: 0 0 12px 0;
  }
}

.header-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.header-swiper {
  width: 100%;
  height: 80vh;
  background: var(--color-grey-700);
  max-height: 590px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 800px) {
  .header-swiper {
    display: none;
  }
}
.header-swiper h1 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  z-index: 2;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.6) 0 0 10px;
}
.header-swiper h1 span {
  font-family: var(--font-serif);
  display: block;
  font-size: 28px;
}
.header-swiper:before {
  position: absolute;
  width: 100%;
  height: 120px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "*";
  display: block;
  z-index: 2;
}
.header-swiper .swiper {
  max-height: 590px;
  height: 80vh;
}
.header-swiper .swiper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  width: 100%;
  height: 100%;
}
.header-swiper .swiper .swiper-pagination {
  z-index: 3;
  position: absolute;
}
.header-swiper .swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 12px;
  opacity: 1;
  background: #fff;
}
.header-swiper .swiper .swiper-pagination-bullet-active {
  background: var(--color-blue-200);
}

.header-announcement {
  background: var(--color-green-600);
  display: flex;
  padding: 28px 20px 0 180px;
  justify-content: space-between;
  height: 65px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 800px) {
  .header-announcement {
    padding: 8px 5px;
    height: auto;
    box-shadow: none;
    flex-direction: column;
  }
}
.header-announcement p {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  white-space: pre;
  margin: 0;
  font-weight: 700;
}
@media all and (max-width: 800px) {
  .header-announcement p {
    font-size: 11px;
    line-height: 12px;
  }
}
.header-announcement p svg {
  height: 20px;
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.header-announcement .bell {
  margin-left: 2px;
  animation: shake 4s infinite;
}
.header-announcement a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
}
.header-announcement a:hover, .header-announcement a:focus {
  opacity: 0.8;
}
.header-announcement svg {
  height: 28px;
  width: 28px;
  color: #fff;
  margin-right: 6px;
}

.header-social {
  display: flex;
}
.header-social a {
  margin-left: 15px;
}
@media all and (max-width: 800px) {
  .header-social a {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 5px;
  }
}
.header-social .facebook {
  margin-left: 30px;
}
@media all and (max-width: 800px) {
  .header-social .facebook {
    margin-left: 0;
  }
}

.header-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  background-color: #fff;
  padding: 6px 4px 6px 8px;
  font-weight: 600;
  color: var(--color-blue-500);
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.header-toggle span {
  font-size: 12px;
  margin-right: 6px;
}
@media all and (min-width: 800px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle--call {
  right: auto;
  left: 8px;
}
.header-logo a {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url(./img/logo.jpg) no-repeat center center;
  background-size: 132px auto;
  width: 162px;
  height: 180px;
  z-index: 3;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-indent: -9000px;
  overflow: hidden;
  display: block;
}
@media all and (max-width: 800px) {
  .header-logo a {
    box-shadow: none;
    position: relative;
    margin: 16px auto 0;
    background-size: 120px auto;
    width: 130px;
    border-radius: 65px;
    height: 130px;
  }
}

@media all and (min-width: 800px) {
  .header--lean .header-logo a {
    width: 142px;
    height: 150px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background-size: 120px auto;
  }
}

.int__menu {
  background: var(--color-blue-600);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1000px) {
  .int__menu {
    position: relative;
    margin-top: 20px;
  }
}
.int__menu .translate {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  .int__menu .translate {
    position: relative;
  }
}
.int__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
@media all and (max-width: 800px) {
  .int__menu ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.int__menu li {
  margin: 0 20px;
  list-style: none;
}
@media all and (max-width: 800px) {
  .int__menu li {
    margin-left: 20px;
  }
}
@media all and (max-width: 560px) {
  .int__menu li {
    margin-left: 10px;
  }
}
.int__menu a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  padding: 2px 0 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.int__menu a:hover, .int__menu a:focus, .int__menu a.active {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.int__menu .ui-state-active a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.int__banner-video {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.int__banner-video::after {
  padding-top: 35.25%;
  display: block;
  content: "";
}
.int__banner-video iframe {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
}

.int__contact {
  margin-top: 90px;
}
.int__contact .int__contact_inner {
  max-width: 730px;
  position: relative;
  margin: 0 auto;
  padding: 50px;
}
@media all and (max-width: 800px) {
  .int__contact .int__contact_inner {
    padding: 30px;
  }
}
@media all and (max-width: 560px) {
  .int__contact .int__contact_inner {
    padding: 20px;
  }
}
.int__contact p {
  font-size: 14px;
  line-height: 25px;
  color: var(--color-grey-700);
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0;
}
.int__contact p strong {
  font-size: 20px;
}
.int__contact a {
  color: var(--color-blue-600);
}
.int__contact a:hover, .int__contact a:focus {
  text-decoration: underline;
}
.int__contact .logo {
  position: absolute;
  left: -100px;
}
.int__contact .facebook {
  position: absolute;
  right: 50px;
  top: 80px;
}
@media all and (max-width: 800px) {
  .int__contact .facebook {
    position: static;
    margin-top: 10px;
  }
}
.int__contact .container {
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
  z-index: 2;
  position: relative;
  top: -40px;
  background: #fff;
}
.int__contact .banner {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.int__process {
  max-width: 700px;
  padding: 0 30px 50px;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  .int__process {
    padding: 0 30px 30px;
  }
}
@media all and (max-width: 560px) {
  .int__process {
    padding: 0 20px 20px;
  }
}
.int__process .int_process-text {
  font-size: 15px;
  line-height: 25px;
  color: var(--color-grey-700);
  font-weight: 500;
  margin: 0 0 5px 0;
}
.int__process .int_process-text a {
  color: var(--color-blue-800);
}
.int__process .btn {
  margin-top: 0;
}
.int__process .int__process-intro {
  margin-bottom: 40px;
}
.int__process .int__process-step {
  position: relative;
  padding: 0 170px 20px 60px;
  min-height: 60px;
}
@media all and (max-width: 560px) {
  .int__process .int__process-step {
    padding-right: 0;
  }
}
@media all and (min-width: 800px) {
  .int__process .int__process-step .int__process-action {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.int__process .int__process-step:before {
  width: 4px;
  height: 100%;
  background: var(--color-blue-800);
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 5px;
}
.int__process .int__process-step:last-child:before {
  display: none;
}
.int__process .number {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--color-blue-800);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.wrapper_inner {
  overflow: visible !important;
}

.int__facts {
  padding: 50px;
  max-width: 1140px;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  .int__facts {
    padding: 30px;
  }
}
@media all and (max-width: 560px) {
  .int__facts {
    padding: 20px;
  }
}

.nav {
  background: rgb(0, 61, 124) url(./img/pattern.svg) repeat-x right top;
  display: block;
  border-top: 4px solid var(--color-green-600);
}
@media all and (max-width: 800px) {
  .nav {
    position: fixed;
    transform: translateX(100vw);
    border: none;
    transition: all 0.3s ease-in;
    top: 0;
    width: 100vw;
    z-index: 100;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .nav .header-toggle {
    top: 20px;
  }
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media all and (max-width: 800px) {
  .nav ul {
    flex-direction: column;
  }
}
.nav ul li {
  flex: 1;
}
.nav .nav-link {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  line-height: 20px;
  display: block;
  padding: 24px 30px;
  font-weight: 600;
  white-space: pre;
  transition: all 0.3s ease;
  position: relative;
  margin-right: 2px;
}
.nav .nav-link:hover, .nav .nav-link:focus {
  background-color: rgba(0, 108, 184, 0.643);
}
.nav .nav-link.section, .nav .nav-link.current {
  background-color: rgba(var(--bs-light-rgb));
  color: var(--color-blue-800);
  border-left-color: var(--color-blue-200);
  text-decoration: none;
}
.nav .nav-link.section small, .nav .nav-link.current small {
  color: var(--color-blue-600);
  text-decoration: underline;
  text-underline-offset: 1px;
}
.nav .nav-link.section + .header--nested, .nav .nav-link.current + .header--nested {
  background-color: rgba(var(--bs-light-rgb));
}
.nav .nav-link.section + .header--nested .nav-child, .nav .nav-link.current + .header--nested .nav-child {
  color: var(--color-blue-600);
}
.nav .nav-link.section:after, .nav .nav-link.current:after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  left: -4px;
  background: rgba(var(--bs-light-rgb));
  position: absolute;
  bottom: -1px;
}
@media all and (max-width: 800px) {
  .nav .nav-link {
    padding: 16px 32px;
  }
}
.nav .header--nested {
  padding: 0 12px 12px;
}
.nav .nav-child {
  padding: 4px 12px 4px 40px;
  font-size: 13px;
  text-decoration: none;
  line-height: 16px;
  color: #fff;
  position: relative;
  margin-bottom: 8px;
  display: block;
  opacity: 0.7;
}
.nav .nav-child.section, .nav .nav-child.current {
  text-decoration: underline;
}
.nav .nav-child.section:before, .nav .nav-child.current:before {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: calc(50% - 2px);
  left: -8px;
}
.nav li {
  font-weight: 600;
}
.nav small {
  font-family: var(--font-serif);
  display: block;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}
@media all and (max-width: 800px) {
  .nav small {
    display: none;
  }
}

@media all and (min-width: 800px) {
  .header--lean .nav {
    padding-left: 160px;
    position: relative;
    z-index: 2;
    border-top: none;
    padding-top: 8px;
    padding-right: 8px;
  }
  .header--lean .nav a {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (min-width: 800px) {
  .header--nested {
    display: none;
  }
}

.main {
  transition: all 0.4s ease;
}

.open--nav {
  overflow: hidden;
}
.open--nav .nav {
  transform: translateX(0);
  overflow-y: auto;
}
.open--nav .main {
  opacity: 0;
}

.navbar .nav-link {
  font-size: 13px;
}
.navbar .active .nav-link {
  color: var(--color-blue-800);
  text-decoration: underline;
  font-weight: 700;
}

.navbar-outer {
  margin-bottom: 40px;
}
@media all and (max-width: 800px) {
  .navbar-outer {
    display: none;
  }
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

.child-menu {
  border-bottom: 1px solid var(--color-grey-50);
  padding-bottom: 9px;
}
.child-menu .child-menu--inner {
  margin: 0 auto;
}

.two-col {
  display: flex;
  flex-wrap: wrap;
}
.two-col > li,
.two-col > dl {
  flex: 0 0 50%;
  padding-right: 50px;
  margin-bottom: 5px;
}
.two-col > li::marker,
.two-col > dl::marker {
  color: var(--color-blue-400);
}
@media all and (max-width: 560px) {
  .two-col {
    flex-direction: column;
  }
  .two-col > li {
    flex: 0 0 100%;
  }
}

.page__content-image {
  position: relative;
  max-width: 100%;
}
.page__content-image .page__content-image-pad {
  display: block;
  width: 100%;
}
.page__content-image .focuspoint {
  position: absolute;
  top: 0;
  left: 0;
}

.content-title {
  margin: 40px 0 20px;
}
@media all and (max-width: 800px) {
  .content-title {
    margin: 30px 0 0;
  }
}
.content-title h1 {
  margin-bottom: 5px;
  font-weight: 600;
}
.content-title p {
  font-family: var(--font-serif);
  color: var(--color-blue-400);
  margin: 0;
  font-size: 19px;
  line-height: 32px;
}
@media all and (min-width: 800px) {
  .content-title {
    text-align: center;
    margin-top: 60px;
  }
  .content-title.content-title--align-left {
    text-align: left;
  }
  .content-title h1 {
    font-size: 38px;
    line-height: 45px;
  }
  .content-title p {
    font-size: 22px;
    line-height: 35px;
  }
}

@media all and (min-width: 800px) {
  .elementtitle + .elementimageandcontent {
    margin-top: 60px;
  }
}

.elementcontentwithfile .page__content .page__content-inner {
  min-height: 0;
}

.main {
  min-height: calc(100vh - 600px);
}

section {
  margin: 60px 0;
}
@media all and (max-width: 800px) {
  section {
    margin: 48px 0;
  }
}
@media all and (max-width: 560px) {
  section {
    margin: 30px 0;
  }
}

.dnadesign__elemental__models__elementcontent:last-child {
  margin: 0 0 60px 0;
}
@media all and (max-width: 800px) {
  .dnadesign__elemental__models__elementcontent:last-child {
    margin: 0 0 48px 0;
  }
}
@media all and (max-width: 560px) {
  .dnadesign__elemental__models__elementcontent:last-child {
    margin: 0 0 30px 0;
  }
}

.dnadesign__elementallist__model__elementlist {
  margin: 0 0 60px 0;
}
@media all and (max-width: 800px) {
  .dnadesign__elementallist__model__elementlist {
    margin: 0 0 48px 0;
  }
}
@media all and (max-width: 560px) {
  .dnadesign__elementallist__model__elementlist {
    margin: 0 0 30px 0;
  }
}

.box h2 {
  margin-top: 4px;
  margin-bottom: 16px;
}
@media all and (min-width: 800px) {
  .box {
    padding: 0 0 32px 0;
  }
  .box:after {
    content: "";
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: var(--color-grey-100);
    bottom: 0;
  }
  .box p:last-child {
    margin-bottom: 0;
  }
}

#full-calendar {
  height: 500px;
  margin-bottom: 48px;
}
@media all and (max-width: 560px) {
  #full-calendar {
    margin-bottom: 32px;
  }
}

iframe {
  max-width: 100%;
  aspect-ratio: 16/10;
  display: block;
  height: auto;
}

.fc .fc-button-primary:not(:disabled),
.fc .fc-button-primary:not(:disabled).fc-button-active {
  background-color: var(--color-yellow);
  border-color: var(--color-yellow);
}

.fc .fc-button-primary:disabled {
  background-color: var(--color-grey-100);
}

.fc .fc-col-header-cell-cushion {
  text-decoration: none;
  color: var(--color-grey-800);
  font-size: 11px;
}

.fc .fc-daygrid-day-number {
  font-size: 11px;
  text-decoration: none;
  color: var(--color-grey-800);
}

.breadcrumb {
  margin-bottom: 40px;
}
.breadcrumb li {
  font-size: 11px;
  line-height: 16px;
}
.breadcrumb a {
  color: var(--color-grey-400);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page__content {
  max-width: 1296px;
  width: 96vw;
  margin: 0 auto 52px;
  position: relative;
  display: flex;
}
@media all and (max-width: 800px) {
  .page__content {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
    max-width: 540px;
    padding: 0 12px;
  }
}
@media all and (max-width: 560px) {
  .page__content {
    padding: 0 12px;
    max-width: 100%;
    margin-bottom: 32px;
    width: 100%;
  }
}
.page__content.page__content_block-first {
  margin-top: 90px;
}
@media all and (max-width: 800px) {
  .page__content.page__content_block-first {
    margin-top: 32px;
  }
  .page__content.page__content_block-first > .page__content-inner {
    padding-top: 0;
  }
}
.page__content li {
  margin-bottom: 8px;
}
.page__content li::marker {
  color: var(--color-blue-400);
}
.page__content .page__content-inner {
  max-width: 50%;
  padding-top: 30px;
  min-height: 390px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page__content .page__content-inner ul,
.page__content .page__content-inner ol {
  padding: 0 15px 16px;
}
.page__content .page__content-inner li {
  font-size: 15px;
  line-height: 20px;
}
.page__content .page__content-inner p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 800px) {
  .page__content .page__content-inner {
    min-height: 0;
    max-width: 100%;
  }
}
.page__content.page__content_block-left .page__content-images {
  margin: 12px 0 12px 60px;
  min-width: calc(50% - 60px);
}
@media all and (max-width: 800px) {
  .page__content.page__content_block-left .page__content-images {
    margin: 32px 0 24px;
    min-width: calc(100% - 20px);
  }
}
.page__content.page__content_block-left .page__content-image {
  margin-right: 10px;
  align-items: flex-start;
}
@media all and (max-width: 800px) {
  .page__content.page__content_block-left .page__content-image {
    margin-right: 0;
  }
}
.page__content.page__content_block-right {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media all and (max-width: 800px) {
  .page__content.page__content_block-right {
    flex-direction: column;
  }
}
.page__content.page__content_block-right .page__content-images {
  margin: 12px 60px 12px 0;
  min-width: calc(50% - 60px);
}
.page__content.page__content_block-right .page__content-img {
  margin-right: 10px;
}
@media all and (max-width: 800px) {
  .page__content.page__content_block-right .page__content-img {
    margin-right: 0;
    margin-left: 0;
  }
}
.page__content.page__content_block-right .page__content-imagew {
  justify-content: flex-end;
  right: 0;
  left: auto;
}

.page__content-images {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  .page__content-images {
    width: 100%;
  }
}
.page__content-images.grid .page__content-imagew {
  flex-wrap: wrap;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
}
@media all and (min-width: 1000px) {
  .page__content-images.grid .page__content-imagew {
    min-width: calc(50vw - 100px);
    justify-content: flex-end;
    transform: translateX(calc(-50% + 90px));
  }
}
.page__content-images.grid .page__content-image {
  width: 200px;
  max-width: 50vw;
  margin: 0 20px 20px 0;
  align-items: flex-start;
}
@media all and (max-width: 1000px) {
  .page__content-images.grid .page__content-image {
    width: 160px;
  }
}
.page__content-images.grid .page__content-image strong {
  margin-bottom: 5px;
  display: block;
}

.page__content-imagew {
  position: absolute;
  display: flex;
  max-height: 100%;
  width: 50vw;
  left: 0;
}
@media all and (max-width: 800px) {
  .page__content-imagew {
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}
.page__content-imagew .page__content-image {
  margin: 0 4px 4px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media all and (max-width: 800px) {
  .page__content-imagew .page__content-image {
    margin: 4px 0;
  }
}
.page__content-imagew .page__content-image p {
  opacity: 0.5;
  font-size: 12px;
  line-height: 16px;
  padding: 12px 0;
}
.page__content-imagew img {
  max-height: 100%;
  width: auto;
}

.page__content-images--single .page__content-image {
  max-width: 100%;
}

.captioned-image {
  width: 100%;
  margin-bottom: 20px;
}
@media all and (min-width: 800px) {
  .captioned-image {
    margin-bottom: 40px;
  }
}
.captioned-image--fullwidth {
  transform: translateX(-16px);
  width: 100vw;
}
@media all and (min-width: 560px) {
  .captioned-image--fullwidth {
    transform: translateX(-24px);
  }
}
@media all and (min-width: 800px) {
  .captioned-image--fullwidth {
    transform: translateX(-8px);
    width: calc(100% + 16px);
  }
}

.typography .captioned-image__caption {
  margin: 0;
  background-color: var(--color-grey-50);
  padding: 20px;
}
.typography .captioned-image__caption p {
  margin: 0;
  line-height: 20px;
  font-size: 12px;
}

.image-content {
  width: 100%;
}
@media all and (min-width: 800px) {
  .image-content .image-content__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .image-content .image-content__inner > div {
    flex: 1;
  }
  .image-content .image-content__inner .image-content__copy {
    padding-left: 28px;
  }
}
@media all and (min-width: 1260px) {
  .image-content .image-content__inner .image-content__copy {
    padding-left: 50px;
  }
}

.feature-download {
  display: block;
  border: 1px solid var(--color-grey-100);
  border-radius: 8px;
  padding: 19px;
  min-width: 200px;
  text-decoration: none;
  width: 100%;
}
.feature-download:hover, .feature-download:focus {
  text-decoration: none;
}
.feature-download span {
  display: block;
  width: 100%;
}
.feature-download svg {
  margin: 0 auto 20px;
  width: 60px;
  height: 60px;
  color: var(--color-grey-200);
}
@media all and (min-width: 800px) {
  .feature-download {
    margin: 30px auto;
    max-width: 400px;
  }
}

@media all and (max-width: 800px) {
  .content-video .video {
    margin-top: 32px;
  }
}

.dnadesign__elemental__models__elementcontent > .content-element__content {
  margin-bottom: 52px;
}
@media all and (max-width: 800px) {
  .dnadesign__elemental__models__elementcontent > .content-element__content {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 800px) {
  #map {
    margin: 32px -16px;
    width: calc(100% + 32px) !important;
  }
}

@media all and (max-width: 800px) {
  .elementimageandcontent:last-child .page__content_block-left {
    margin-bottom: 0;
  }
}
@media all and (max-width: 800px) {
  .elementimageandcontent:last-child .page__content_block-left .page__content-images {
    margin-bottom: 12px;
  }
}

.page__carousel {
  background: var(--color-blue-800);
  padding: 80px 0 50px;
  margin: 80px 0;
  position: relative;
}
.page__carousel .swiper-container {
  width: 90%;
  max-width: 620px;
  margin: 0 auto;
}
.page__carousel .swiper-pagination-bullet {
  background: var(--color-blue-200);
}
.page__carousel .swiper-pagination {
  margin-top: 0;
  margin-bottom: 20px;
  cursor: pointer;
}
.page__carousel .swiper-slide {
  padding-bottom: 40px;
  opacity: 0;
  cursor: pointer;
  transition: var(--transition);
}
.page__carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.page__carousel blockquote {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
}
.page__carousel blockquote cite {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: var(--color-blue-400);
  font-style: normal;
  margin: 10px 0 0;
}

.tiles-list-content {
  text-align: center;
}
.tiles-list-content p:last-child {
  margin-bottom: 45px;
}

.tiles-list {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media all and (max-width: 800px) {
  .tiles-list {
    margin: 0;
  }
}
.tiles-list .tile {
  height: 100%;
}
.tiles-list[data-col-count="5"] .elementtile {
  flex: 0 0 calc(20% - 20px);
}
@media all and (max-width: 800px) {
  .tiles-list[data-col-count="5"] .elementtile {
    flex: 0 0 calc(50% - 10px);
  }
}
@media all and (max-width: 560px) {
  .tiles-list[data-col-count="5"] .elementtile {
    flex: 0 0 100%;
  }
}
.tiles-list[data-col-count="5"] .tile-inner {
  text-align: center;
}
.tiles-list[data-col-count="4"] .elementtile {
  flex: 0 0 calc(25% - 20px);
}
@media all and (max-width: 1260px) {
  .tiles-list[data-col-count="4"] .elementtile {
    flex: 0 0 calc(50% - 10px);
  }
}
@media all and (max-width: 560px) {
  .tiles-list[data-col-count="4"] .elementtile {
    flex: 0 0 100%;
  }
}
.tiles-list[data-col-count="3"] .elementtile {
  flex: 0 0 calc(33.33% - 20px);
}
@media all and (max-width: 560px) {
  .tiles-list[data-col-count="3"] .elementtile {
    flex: 0 0 100%;
  }
}

p + .tiles-list {
  margin-top: 40px;
}

.tile-inner {
  padding: 20px;
  display: block;
  color: var(--color-grey-700);
  font-size: 15px;
  transition: opacity 0.3s ease;
}
.tile-inner h4 {
  color: var(--color-blue-600);
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 5px;
  line-height: 25px;
  padding: 0;
}
.tile-inner p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  font-family: var(--font-serif);
  opacity: 0.7;
}

a.tile-inner:hover, a.tile-inner:focus {
  text-decoration: none;
  opacity: 0.8;
}

.tile {
  border: 1px solid #eee;
  position: relative;
  flex: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  list-style: none;
  overflow: hidden;
}
.tile a {
  text-decoration: none;
}
@media all and (max-width: 800px) {
  .tile {
    margin-left: 0;
    margin-right: 0;
  }
}
.tile.no-img {
  padding-top: 0;
}
.tile.has-icon .tile-inner {
  padding-right: 50px;
}
.tile.has-icon .fa {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
}
.tile img {
  min-width: 100%;
  max-width: none;
  height: 160px;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transform: translateX(-50%);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.tile-image {
  position: relative;
  width: 100%;
  background: var(--color-grey-50);
}
.tile-image:after {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.tile-image .focuspoint {
  position: absolute;
  top: 0;
  left: 0;
}

.tile-link:hover h4, .tile-link:focus h4 {
  text-decoration: underline;
}

.video-inner {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.video-inner video {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  transition: all 0.3s ease;
}
.video-inner video.has-overlay {
  opacity: 0;
}
.video-inner .video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.video-inner .video-play-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.video-inner .video-play-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-inner .video-play-overlay button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  position: relative;
  z-index: 3;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.video-inner .video-play-overlay svg {
  color: #fff;
}

.video-caption {
  padding-top: 4px;
}

.gallery__wrapper {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media all and (min-width: 448px) {
  .gallery__wrapper {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media all and (min-width: 800px) {
  .gallery__wrapper {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media all and (min-width: 1260px) {
  .gallery__wrapper {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.gallery__wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-width: calc(100vw - 24px);
}
.gallery__wrapper a {
  display: block;
  background-color: #eee;
  margin-bottom: 16px;
}

.gallery__content {
  margin: 0 0 44px;
}
