﻿img {
  max-width: 100%;
}

.fw-medium {
  font-weight: 500;
}

.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
}

.umbraco-forms-field {
  padding: 10px 0 10px 0;
}

.custom-umbraco-forms-form fieldset {
  padding: 0;
}

.umbraco-forms-label, .umbraco-forms-legend {
  font-size: 18px;
  line-height: 30px;
  font-family: LarsseitBold;
  font-weight: 100 !important;
}

.umbraco-forms-field-wrapper {
  max-width: 100%;
  width: 900px;
}
.umbraco-forms-field-wrapper select {
  max-width: 900px !important;
  width: 100% !important;
  height: 50px;
  padding-right: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #0D0D0D;
  background-color: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/images/GDA_Teal_DownArrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
  cursor: pointer;
}
.umbraco-forms-field-wrapper select.filled {
  border-color: #F8EDD1 !important;
  padding-left: 15px;
}
.umbraco-forms-field-wrapper textarea {
  max-width: 900px !important;
  width: 100% !important;
  border-style: solid;
  border-width: 2px;
  border-color: #0D0D0D;
  background-color: white;
}
.umbraco-forms-field-wrapper textarea:focus {
  border-color: #FF7200;
  outline: none;
}
.umbraco-forms-field-wrapper textarea.filled {
  border-color: #F8EDD1 !important;
  padding-left: 15px;
}

.umbraco-forms-navigation input {
  color: #0D0D0D;
  background-color: #00B8C5;
  border-radius: 0;
  padding: 0 30px 0 30px;
  max-width: 195px;
  width: 100%;
  height: 50px;
  font-family: LarsseitBold;
  font-size: 20px;
}
.umbraco-forms-navigation input:hover {
  background-color: #FF7200;
  color: #0D0D0D;
}

.custom-umbraco-forms-form input.text {
  max-width: 900px !important;
  width: 100% !important;
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #0D0D0D;
  transition: border-color 0.3s ease;
}
.custom-umbraco-forms-form input.text:focus {
  border-color: #FF7200;
  outline: none;
}
.custom-umbraco-forms-form input.text.filled {
  border-color: #F8EDD1 !important;
  padding-left: 15px;
}
.custom-umbraco-forms-form input.text.has-error {
  border-color: red !important;
}

.field-validation-error {
  line-height: 30px;
  font-size: 18px;
  color: #FF0000;
  padding: 10px 0 10px 0;
}

.input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}

.radiobuttonlist input[type=radio] {
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #0D0D0D;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  outline: none;
}
.radiobuttonlist input[type=radio]:checked {
  border: 2px solid #00B8C5;
}
.radiobuttonlist input[type=radio]:not(:checked):hover {
  border: 2px solid #FF7200;
}

.radiobuttonlist input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00B8C5;
}

.checkboxlist input[type=checkbox] {
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #0D0D0D;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  outline: none;
}
.checkboxlist input[type=checkbox]:checked {
  border: 2px solid #00B8C5;
}
.checkboxlist input[type=checkbox]:not(:checked):hover {
  border: 2px solid #FF7200;
}

.checkboxlist input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: #00B8C5;
}

.page-list-container {
  background-color: #FCF9F2;
}

.input-group {
  width: 100%;
  max-width: 900px;
}

.photo-background {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  top: 0;
  z-index: 0;
  width: 100%;
}
.photo-background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.photo-background > * {
  position: relative;
  z-index: 2;
}
.photo-background.no-overlay::after {
  display: none;
}

.hero-image-height {
  height: 640px;
}
@media (max-width: 768px) {
  .hero-image-height {
    height: 320px;
  }
}

.none-theme-height {
  min-height: 230px !important;
  height: 100%;
  background-color: #FCF9F2;
}

.none-breadcrumb-container {
  background-color: #FCF9F2;
  padding-top: 20px;
}

#spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF7200;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0.5;
}

.loader {
  border: 8px solid #F8EDD1;
  border-top: 8px solid #00B8C5;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.site-header {
  z-index: 10;
  position: relative;
  width: 100%;
  background-color: #FF7200;
}

.site-header.theme-teal {
  background-color: #00B8C5 !important;
}

.site-header.theme-orange {
  background-color: #FF7200 !important;
}

.site-header.theme-beige {
  background-color: #F8EDD1 !important;
}

.theme-none {
  background-color: #fff !important;
}

.global-header {
  z-index: 10;
  position: absolute;
  width: 100%;
}

.global-header-logo-image {
  width: 95px;
  height: 100px;
}

.search-row {
  display: flex;
  justify-content: flex-end;
  padding-right: 1.25rem;
}

.button-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.global-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.global-nav-item {
  position: relative;
  align-content: center;
  display: flex;
}

.main-nav-container {
  padding: 0;
}

.global-nav-link {
  color: #0D0D0D;
  font-weight: 500;
  font-family: LarsseitRegular;
  line-height: normal;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0.5rem 1.875rem 0.5rem 0rem;
  white-space: nowrap;
  align-content: center;
}
.global-nav-link:hover {
  text-decoration: underline #F8EDD1;
  text-underline-offset: 30%;
  text-decoration-thickness: 10%;
}

.theme-teal .global-nav-link:hover, .theme-orange .global-nav-link:hover {
  text-decoration-color: #F8EDD1;
}

.theme-beige .global-nav-link:hover, .theme-none .global-nav-link:hover {
  text-decoration-color: #FF7200;
}

.search-icon path {
  transition: fill 0.3s ease;
}

#searchIcon:hover .search-icon path {
  fill: #FF7200;
}

.theme-teal #searchIcon:hover .search-icon path,
.theme-orange #searchIcon:hover .search-icon path {
  fill: #F8EDD1;
}

.theme-beige #searchIcon:hover .search-icon path,
.theme-none #searchIcon:hover .search-icon path {
  fill: #FF7200;
}

.no-js .global-nav-item {
  position: relative;
}

.mobile-nav, .mobile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav a {
  display: block;
  font-size: 1.25rem;
  color: #0D0D0D;
  font-family: LarsseitRegular;
  padding: 0.5rem 0.875rem;
  text-decoration: none;
}
.mobile-nav .has-children > a {
  font-family: LarsseitRegular;
  line-height: 1.3;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url("/images/AsideArrow.svg");
}
.mobile-nav .nav-go-back {
  font-size: 20px;
  font-family: LarsseitBold;
  padding-left: calc(1.4375rem + 2.25vw);
  padding-left: 40px !important;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.95 14.92'%3E%3Cpolygon points='16.95 8.45 3.82 8.45 8.87 13.5 7.45 14.92 0 7.46 0 7.46 0 7.46 7.45 0 8.87 1.41 3.83 6.46 16.95 6.46 16.95 8.45' style='fill:%23000000;'/%3E%3C/svg%3E");
}
@media (min-width: 1200px) {
  .mobile-nav .nav-go-back {
    padding-left: 3.125rem;
  }
}
.mobile-nav .btn-close {
  color: #fff;
}
.mobile-nav ul {
  overflow: auto;
  background-color: #FF7200;
  position: fixed;
  top: 4.5rem;
  transition: all 0.2s ease-in-out;
  left: 100%;
  width: 100vw;
  bottom: 0;
  z-index: 10;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-nav ul {
    transition: none;
  }
}
.mobile-nav .active > ul {
  left: 0;
}

.offcanvas-header, .offcanvas-body {
  background-color: #FF7200;
}

.global-top-link {
  line-height: normal;
  font-size: 0.875rem;
  color: #0D0D0D;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .global-top-link {
    transition: none;
  }
}
.global-top-link:hover {
  color: #0D0D0D;
  text-decoration: underline;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.global-nav-item .dropdown-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 560px;
  z-index: 10;
  border-top: 4px solid #0D0D0D;
  transition: transform 0.2s ease;
}

.global-nav-item .dropdown-container.flip {
  right: 0;
  left: auto;
}

.global-nav-item.has-subs:hover .dropdown-container {
  display: block;
}

@media screen and (max-width: 1400px) {
  .global-nav-link {
    padding: 0.3rem 1rem;
  }
  .global-top-link {
    font-size: 0.775rem;
  }
}
@media (max-width: 1200px) {
  .header-container {
    max-width: 1200px;
  }
}
@media (min-width: 576px) {
  .mobile-book-dialog {
    max-width: 600px !important;
    margin: 30px auto !important;
  }
}
.hidden {
  width: 0;
  opacity: 0;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  border: none;
  outline: none;
  padding: 0;
}

.visible {
  width: 200px;
  opacity: 1;
  padding: 5px;
  border: 1px solid #ccc;
}

.global-header-top {
  padding: 20px;
}

.beige-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  background-color: #F8EDD1;
  clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%);
  transition: width 0.3s ease, clip-path 0.3s ease;
  z-index: 1;
}

.beige-sidebar.expanded {
  width: 371px;
  clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%);
}

.global-search-header input.hidden {
  width: 0;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
  border: none;
  background-color: transparent;
  outline: none;
  z-index: 2;
  position: relative;
}

.global-search-header input.show {
  width: 200px;
  opacity: 1;
  padding: 0.375rem 0.75rem;
  background: transparent;
  border-bottom: 2px solid #FF7200;
  border-top: none;
  border-left: none;
  border-right: none;
}

.search-col {
  z-index: 10;
  padding-right: 20px;
}

.global-search-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}

.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#mainSearch {
  width: 0;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  right: 40px;
  z-index: 5;
  height: 38px;
}

#mainSearch.active {
  width: 200px;
  opacity: 1;
  padding: 0 10px;
  background: transparent;
  border: 2px solid #0D0D0D;
  margin-right: 25px;
  pointer-events: auto;
  color: #0D0D0D;
  font-size: 1.25rem;
  font-weight: 500;
}

#mainSearch.active::placeholder {
  color: #0D0D0D;
  opacity: 1;
}

.search-button {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.search-button:focus,
.search-button:active {
  outline: none;
  box-shadow: none;
}

.global-search {
  width: 100%;
}

.mobile-search {
  flex-grow: 1;
  width: 100%;
  border: 2px solid #0D0D0D;
  border-radius: 0;
}

.footer-container {
  max-width: 1530px !important;
  width: 100%;
}

.global-footer-logo {
  display: inline-block;
}
.global-footer-logo img {
  margin: 1.0625rem 0;
  width: 95px;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .global-footer-logo img {
    max-width: 7.5rem;
    height: auto;
  }
}

.global-footer-top {
  padding: 4.375rem 0;
  background-color: #fff;
  color: #0D0D0D;
}
.global-footer-top a {
  font-family: LarsseitBold;
  color: #0D0D0D;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 30px;
}
.global-footer-top a:hover {
  color: #0D0D0D;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #F8EDD1;
}
.global-footer-top .global-footer-top-links {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-flow: column;
}
.global-footer-top .global-footer-top-links li {
  padding: 0.625rem 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .global-footer-top .global-footer-top-links {
    padding: 0;
  }
}
.global-footer-top p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
}

.global-footer-btm {
  padding: 0.625rem 0;
  background-color: #0D0D0D;
}
.global-footer-btm a {
  font-family: LarsseitRegular;
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.global-footer-btm a:hover {
  color: #FF7200;
}
.global-footer-btm .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.global-footer-btm .footer-links.developer {
  justify-content: end;
  display: flex;
}
@media (max-width: 575.98px) {
  .global-footer-btm .footer-links.developer {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .global-footer-btm .footer-links {
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .global-footer-btm .footer-bottom-row {
    justify-content: center;
    display: flex;
  }
}
.global-footer-btm .footer-links li {
  display: inline;
  margin: 0;
  padding: 0;
}

.developer-tag {
  cursor: pointer;
  color: #fff;
}
.developer-tag:hover {
  color: #FF7200;
}

.contact-details p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #0D0D0D;
}
@media (max-width: 991.98px) {
  .contact-details {
    padding-top: 1.875rem;
  }
}

.social-media-links {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.social-media-links li {
  list-style: none;
}
.social-media-links li a {
  font-size: 1.875rem;
}
.social-media-links li a:hover {
  color: #F8EDD1;
}

.global-footer-top {
  background-color: #00B8C5;
  background-image: url("/images/GDA_Footer_Background.png?format=webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-details a {
  color: #0D0D0D;
  font-family: LarsseitLight;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-decoration: underline;
  text-decoration-color: #00B8C5;
  text-decoration-thickness: 2px;
  text-underline-offset: 25%;
}
.contact-details a:hover {
  text-decoration-color: #fff;
}
.contact-details p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.contact-details h1 {
  font-family: LarsseitBold;
  font-size: 40px;
  line-height: 50px;
}
.contact-details h2 {
  font-family: LarsseitBold;
  font-size: 36px;
  line-height: 50px;
}
.contact-details h3 {
  font-family: LarsseitBold;
  font-size: 24px;
  line-height: 30px;
}
.contact-details h4 {
  font-family: LarsseitBold;
  font-size: 20px;
  line-height: 25px;
}
.contact-details strong {
  font-family: LarsseitBold;
}

.social-media-icon {
  width: 30px;
  height: 30px;
  transition: filter 0.3s ease;
}
.social-media-icon:hover {
  filter: brightness(0) invert(1);
}

.aside-nav {
  margin-left: 0;
  width: 100%;
}
.aside-nav.no-padding {
  padding-top: 0px !important;
}
.aside-nav.with-padding {
  padding-top: 50px !important;
}
@media (min-width: 1400px) {
  .aside-nav {
    margin-left: 6.25rem;
    max-width: 390px;
  }
}
.aside-nav .parent a {
  font-family: LarsseitBold !important;
  border-top: 2px solid #F8EDD1 !important;
}
.aside-nav .parent-link {
  padding-left: 10px;
}
.aside-nav .current-link {
  padding-left: 30px !important;
}
.aside-nav .child-link {
  font-family: LarsseitLight !important;
  padding-left: 50px !important;
  background-color: #F8EDD1;
  border-bottom: 2px solid #fff !important;
}
.aside-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
.aside-nav a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding: 0.625rem 1.25rem;
}
.aside-nav a:hover {
  background-color: #FF7200;
  color: #FF7200;
  font-family: LarsseitBold !important;
}
.aside-nav .has-subs > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.aside-nav .has-subs > a:hover:after {
  color: #0D0D0D;
}
.aside-nav .has-subs > a:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.375rem;
  color: #00B8C5;
}
.aside-nav .level-1 {
  background-color: transparent;
}
.aside-nav .level-1 > li:first-child {
  margin-top: 0;
}
.aside-nav .level-1 > li > a {
  color: #0D0D0D;
  border-bottom: 2px solid #F8EDD1;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  font-family: LarsseitLight;
}
.aside-nav .level-1 > li > a:hover {
  background-color: #FF7200;
  font-family: LarsseitBold !important;
}
.aside-nav .level-1 > li.active {
  position: relative;
  background-color: #F8EDD1;
  color: #FF7200;
  border-radius: 0;
  overflow: hidden;
}
.aside-nav .level-1 > li.active > a {
  border-radius: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  font-family: LarsseitBold;
}
.aside-nav .level-1 > li.active > a:after {
  transform: scaleY(-1);
}
.aside-nav .level-1 > li.active > a:hover {
  background-color: #FF7200;
  font-family: LarsseitBold !important;
}
.aside-nav .level-2 > li > a {
  background-color: #F8EDD1;
  color: #0D0D0D;
  padding: 0.625rem 1.25rem 0.625rem calc(1.375rem + 1.5vw);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  border-bottom: 2px solid #fff;
}
@media (min-width: 1200px) {
  .aside-nav .level-2 > li > a {
    padding: 0.625rem 1.25rem 0.625rem 2.5rem;
  }
}
.aside-nav .level-2 > li > a:hover {
  background-color: #FF7200;
  font-family: LarsseitBold !important;
}
.aside-nav ul .current > a {
  color: #0D0D0D;
  background-color: #F8EDD1;
  border-bottom: 2px solid #fff;
}

.aside-nav-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.aside-nav-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 25%;
  background-color: #0d6efd;
}

.breadcrumb {
  margin: 0;
}
.breadcrumb a {
  color: #0D0D0D;
  font-family: LarsseitBold;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline #FF7200;
  text-underline-offset: 25%;
  text-decoration-thickness: 10%;
}

.breadcrumb-item::before {
  color: #0D0D0D;
  content: "/";
  padding-right: 0.3rem;
}

.breadcrumb-item.active {
  color: #0D0D0D;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #0D0D0D;
}

.breadcrumb-container {
  background-color: #F8EDD1;
  padding: 10px 0;
}

.nh-breadcrumb-container {
  padding: 10px 0;
}

.content-container {
  background-color: #FCF9F2;
  padding-bottom: 50px;
}

.accordion {
  max-width: 900px;
  width: 100%;
  gap: 10px;
  display: grid;
}

.accordion-item h2 .accordion-button {
  position: relative;
  color: #0D0D0D;
  font-size: 1.25rem;
  font-family: LarsseitBold;
  line-height: normal;
  padding: 1.25rem;
  background-color: #00B8C5;
  border-radius: 0 !important;
}
.accordion-item h2 .accordion-button:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.25rem;
  color: #fff;
  font-size: 1.5625rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
.accordion-item h2 .accordion-button:after {
  background-image: none;
  color: #0D0D0D;
}
.accordion-item h2 .accordion-button:focus {
  box-shadow: none;
}
.accordion-item h2:hover .accordion-button {
  background-color: #FF7200;
}
.accordion-item h2:hover .accordion-button:before {
  color: #0D0D0D;
}

.accordion-button:not(.collapsed) {
  background-color: #FCF9F2 !important;
  box-shadow: none;
}
.accordion-button:not(.collapsed):before {
  transform: rotate(180deg);
  color: #000 !important;
}
.accordion .accordion-button:not(.collapsed) {
  border-left: 2px solid #00B8C5 !important;
  border-right: 2px solid #00B8C5 !important;
  border-top: 2px solid #00B8C5 !important;
}

.accordion-body {
  border-left: 2px solid #00B8C5 !important;
  border-right: 2px solid #00B8C5 !important;
  border-bottom: 2px solid #00B8C5 !important;
  background-color: #FCF9F2 !important;
}

@media (max-width: 1280px) {
  .rich-editor-content {
    width: 740px !important;
  }
}
.rich-editor-content {
  max-width: 100%;
  width: 900px;
  padding-top: 50px !important;
}
.rich-editor-content.no-padding {
  padding-top: 0px !important;
}
.rich-editor-content.with-padding {
  padding-top: 50px !important;
}
.rich-editor-content a {
  color: #0D0D0D;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-decoration: underline;
  text-decoration-color: #00B8C5;
  text-decoration-thickness: 2px;
  text-underline-offset: 25%;
}
.rich-editor-content a:hover {
  text-decoration-color: #FF7200;
}
.rich-editor-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.rich-editor-content h1 {
  font-family: LarsseitBold;
  font-size: 40px;
  line-height: 50px;
}
.rich-editor-content h2 {
  font-family: LarsseitBold;
  font-size: 36px;
  line-height: 50px;
}
.rich-editor-content h3 {
  font-family: LarsseitBold;
  font-size: 24px;
  line-height: 30px;
}
.rich-editor-content h4 {
  font-family: LarsseitBold;
  font-size: 20px;
  line-height: 25px;
}
.rich-editor-content blockquote {
  background-color: #F8EDD1;
  padding: 20px;
  gap: 10px;
  font-weight: 300;
}
.rich-editor-content table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.rich-editor-content th {
  background-color: #0D0D0D;
  color: #fff;
  padding: 8px;
  font-size: 18px;
  font-weight: 500;
  border-left: 1px solid #fff;
}
.rich-editor-content th:first-child {
  border-left: none;
}
.rich-editor-content td {
  background-color: transparent;
  color: #0D0D0D;
  padding: 8px;
  font-size: 18px;
  font-weight: 300;
}
.rich-editor-content table, .rich-editor-content td {
  border: 1px solid #000;
}
.rich-editor-content ul, .rich-editor-content ol {
  background-color: #F8EDD1;
  padding: 1.25rem;
}
.rich-editor-content ul ul, .rich-editor-content ul ol, .rich-editor-content ol ul, .rich-editor-content ol ol {
  padding: 0;
  margin-bottom: 0;
}
.rich-editor-content ul li, .rich-editor-content ol li {
  line-height: 1.875rem;
  font-size: 1rem;
  font-weight: 300;
  color: #0D0D0D;
}
.rich-editor-content ul {
  list-style-type: none;
}
.rich-editor-content ul li {
  position: relative;
  padding-left: 1.875rem;
}
.rich-editor-content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.625rem;
  width: 10px;
  height: 10px;
  background-color: #00B8C5;
  border: 1px solid #00B8C5;
  border-radius: 50px;
}
.rich-editor-content ul ul li:before {
  background-color: #F8EDD1;
}
.rich-editor-content ul ul li ul li:before {
  background-color: #F8EDD1;
  border: 1px solid #0D0D0D;
}
.rich-editor-content ul ul li ul li ul li:before {
  background-color: #F8EDD1;
}
.rich-editor-content ol {
  list-style-type: none;
  counter-reset: item;
}
.rich-editor-content ol li {
  position: relative;
  padding-left: 1.875rem;
}
.rich-editor-content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  color: #0D0D0D;
  font-weight: 700;
  font-size: 1.125rem;
}
.rich-editor-content ol ol li {
  padding-left: 3.125rem;
}
.rich-editor-content ol ol li:before {
  content: counters(item, ".") " ";
}

.related-title {
  font-family: LarsseitBold;
  font-size: 2.25rem;
  line-height: 50px;
  padding-bottom: 20px;
}

.related-list {
  max-width: 900px;
  width: 100%;
  padding: 60px 0 60px 0;
}

.page-list {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-list-content {
  display: block;
  text-decoration: none;
  background: #FCF9F2;
  overflow: hidden;
  max-width: 900px;
  /*   height: 300px;*/
  width: 100%;
  padding: 30px 0 30px 0;
}
.page-list-content.no-image {
  /*height: 170px;*/
  padding-left: 30px;
}
.page-list-content:hover .page-list-content-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.page-list-content:hover .page-list-content-title {
  text-decoration: underline;
  text-decoration-color: #FF7200;
  text-decoration-thickness: 10%;
  text-underline-offset: 30%;
}

.page-list-content-wrapper {
  height: 230px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
  transition: clip-path 0.3s ease-in-out;
}

.page-list-content-image {
  max-width: 100%;
  width: 319px;
  height: 100%;
  object-fit: cover;
}

.page-list-item-content-related.has-image {
  padding: 20px 20px 20px 0;
}

.page-list-item-content-related.no-image {
  padding: 5px;
}

.page-list-content-title {
  font-size: 24px;
  font-family: LarsseitBold;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}

.page-list-content-summary {
  font-size: 18px;
  font-weight: 300;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .page-list {
    flex-direction: column;
    align-items: center;
  }
  .page-list-content {
    max-width: 100%;
  }
  .page-list-content-wrapper {
    width: 100%;
    height: 150px;
  }
  .page-list-content-title {
    font-size: 16px;
  }
  .page-list-content-summary {
    font-size: 13px;
  }
}
.related-item-graphic {
  background-image: url("/images/GDA_Symbol_Beige.png?format=webp");
  background-repeat: space no-repeat;
  width: 100%;
  height: 16px;
}

.file-card {
  display: block;
  text-decoration: none;
  background: #FCF9F2;
  overflow: hidden;
  max-width: 900px;
  padding: 30px 0 30px 0;
  width: 100%;
}
.file-card:hover .default-icon {
  content: url("/images/GDA_Icon_Hover.svg");
}
.file-card:hover .file-card-title {
  text-decoration: underline;
  text-decoration-color: #FF7200;
  text-decoration-thickness: 10%;
  text-underline-offset: 30%;
}

.file-card-title {
  font-size: 24px;
  font-family: LarsseitBold;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}

.file-card-summary, .file-card-details {
  font-size: 18px;
  font-weight: 300;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}

.file-card-image {
  width: 104px;
  height: 154px;
}

.default-icon {
  transition: all 0.2s ease-in-out;
  float: right;
}

.gallery-container {
  column-count: 1;
  column-gap: 2px;
}
@media (min-width: 768px) {
  .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .gallery-container {
    column-count: 3;
  }
}
@media (min-width: 1400px) {
  .gallery-container {
    column-count: 5;
  }
}
.gallery-container .img-holder {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 2px;
}
.gallery-container .img-holder img {
  width: 100%;
}

#galleryModal .modal-dialog {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
#galleryModal .modal-content {
  height: 100%;
  background-color: transparent;
}
#galleryModal .swiper-slide {
  text-align: center;
}
#galleryModal .img-holder {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  height: 90vh;
  align-items: center;
  justify-content: center;
}
#galleryModal .img-holder img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#galleryModal .img-holder .btn {
  position: absolute;
  top: 100%;
  left: 0;
}
#galleryModal .swiper-initialized .img-holder img {
  opacity: 1;
}

#gallerySwiper.loaded {
  visibility: visible;
  opacity: 1;
}
#gallerySwiper img {
  max-width: 100%;
  max-height: 100%;
}
#gallerySwiper .swiper-btn-next, #gallerySwiper .swiper-btn-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7200;
}
#gallerySwiper .swiper-btn-next:hover, #gallerySwiper .swiper-btn-prev:hover {
  background-color: #00B8C5;
  color: #6c757d;
}
#gallerySwiper .swiper-btn-next svg, #gallerySwiper .swiper-btn-prev svg {
  width: 10px;
}
#gallerySwiper .swiper-btn-next svg {
  position: relative;
  right: -1px;
}
#gallerySwiper .swiper-btn-prev svg {
  position: relative;
  left: -1px;
}
#gallerySwiper .swiper-btn-close {
  z-index: 10;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  right: 15px;
  top: 0;
  background-color: transparent;
  border: none;
}
#gallerySwiper .swiper-btn-prev {
  left: 10px;
}
#gallerySwiper .swiper-btn-next {
  right: 10px;
}

.main-banner {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .main-banner .container {
    padding: 0;
    max-width: none;
    height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
}
@media (max-width: 1399.98px) {
  .main-banner {
    height: 47.5rem;
  }
}
@media (min-width: 992px) {
  .main-banner {
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .main-banner {
    height: 63.1875rem;
  }
}
.main-banner.no-button {
  padding-bottom: 20px;
  margin-bottom: -150px;
}
.main-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -9999;
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/GDA_Background_Orange.png?format=webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 74% 0, 53% 100%, 0 100%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .main-banner::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.main-banner-content {
  position: relative;
  font-size: 1.125rem;
  color: #0D0D0D;
  border-radius: 10px;
  font-family: LarsseitMedium;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-banner-content {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(540px - 1.5rem);
  }
}
@media (min-width: 992px) {
  .main-banner-content {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    left: 0;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    padding-top: 140px;
  }
}
.main-banner-content h1 {
  font-size: 5.625rem;
  font-weight: 700;
  max-width: 42.5rem;
}
@media (max-width: 991.98px) {
  .main-banner-content h1 {
    font-size: 5.75rem;
    max-width: 42.5rem;
    margin-bottom: 1.25rem;
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .main-banner-content h1 {
    font-size: 5.75rem;
    max-width: 42.5rem;
    margin-bottom: 1.25rem;
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .main-banner-content h1 {
    font-size: 3rem;
    max-width: 42.5rem;
    margin-bottom: 1.25rem;
    padding: 15px;
    width: 100%;
  }
}
.main-banner-content p {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .main-banner-content p {
    font-size: 0.875rem;
    max-width: 42.5rem;
  }
}
.main-banner-content .btn-home {
  color: #0D0D0D;
  background: #F8EDD1;
  border-radius: 0;
  font-family: LarsseitBold;
  font-size: 20px;
  padding: 12px 30px 12px 30px;
}
.main-banner-content .btn-home:hover {
  background: #00B8C5;
}

.topic-list {
  background-color: #fff;
  text-align: center;
  padding: 1.875rem 0;
}
.topic-list h2 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #0d6efd;
  font-weight: 400;
}
@media (min-width: 992px) {
  .topic-list h2 {
    font-size: 1.75rem;
  }
}

@keyframes rotating {
  0% {
    /* pushes the sun down past the viewport */
    transform: rotate(0);
  }
  50% {
    /* pushes the sun down past the viewport */
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    /* returns the sun to its default position */
    transform: rotate(0);
  }
}
.topic-link {
  text-decoration: none;
  display: block;
  text-align: center;
}
html:not(.touch) .topic-link:hover .topic-title {
  text-decoration: underline;
}

.topic-icon {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 3px solid #0d6efd;
  border-radius: 50rem;
  transition: all 0.2s ease-in-out;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.topic-icon i {
  display: block;
}

.topic-title {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.section-one-content {
  padding: 60px 0;
  background-color: #FCF9F2;
}

.page-list-smaller {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 60px;
  flex-wrap: wrap;
}

.page-list-item-smaller {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
  max-width: 230px;
  height: 300px;
  width: 100%;
  margin: 0.9375rem;
  transition: background-color 0.3s ease;
}
.page-list-item-smaller:hover {
  background-color: #F8EDD1;
}
.page-list-item-smaller:hover .page-list-item-image-wrapper-smaller {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.page-list-item-smaller:hover .page-list-item-title-smaller {
  color: #FF7200;
}

.page-list-item-image-wrapper-smaller {
  height: 160px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
  transition: clip-path 0.3s ease-in-out;
}

.page-list-item-image-smaller {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-list-item-content-smaller {
  padding: 20px;
}

.page-list-item-title-smaller {
  font-family: LarsseitRegular;
  font-size: 20px;
  font-weight: 700;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .page-list-smaller {
    align-items: center;
    padding: 30px;
    gap: 20px;
  }
  .page-list-item-smaller {
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .page-list-item-image-wrapper-smaller {
    height: 150px;
  }
  .page-list-item-content-smaller {
    padding: 20px;
  }
  .page-list-item-title-smaller {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-list {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-list-item {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
  max-width: 470px;
  max-height: 600px;
  width: 100%;
  margin: 0.9375rem;
}
@media (max-width: 768px) {
  .page-list-item {
    margin: 0;
  }
}
.page-list-item:hover {
  background-color: #F8EDD1;
}
.page-list-item:hover .page-list-item-image-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.page-list-item:hover .page-list-item-title {
  color: #FF7200;
}

.page-list-item-image-wrapper {
  height: 250px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
  transition: clip-path 0.3s ease-in-out;
}

.page-list-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-list-item-content {
  padding: 40px;
}

.page-list-item-title {
  font-family: LarsseitBold;
  font-size: 24px;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}

.page-list-item-summary {
  font-size: 18px;
  font-weight: 300;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .page-list {
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }
  .page-list-item {
    max-width: 100%;
  }
  .page-list-item-image-wrapper {
    width: 100%;
    height: 150px;
  }
  .page-list-item-title {
    font-size: 18px;
  }
  .page-list-item-summary {
    font-size: 16px;
  }
}
.section-three-content {
  background-color: #FCF9F2;
}

.call-to-action {
  background-image: url("/images/section-two-background.png?format=webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  height: 900px;
}
@media (max-width: 992px) {
  .call-to-action {
    flex-direction: column;
    height: auto;
    align-items: center;
    text-align: center;
  }
}
.call-to-action .container {
  display: flex;
  gap: 6.25rem;
  justify-content: center;
}
@media (max-width: 992px) {
  .call-to-action .container {
    flex-direction: column;
    align-items: center;
  }
}
.call-to-action .image-area {
  width: 100%;
  height: 46.25rem;
  max-width: 58.75rem;
  max-height: 46.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  will-change: transform;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 66% 100%, 0 81%);
}
.call-to-action .image-area img {
  width: 100%;
  height: 100%;
  max-width: 940px;
  max-height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .call-to-action .image-area {
    width: 100%;
    height: 200px;
    max-height: none;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  }
  .call-to-action .image-area img {
    width: 100%;
    height: auto;
    max-width: none;
  }
}
@media (max-width: 992px) {
  .call-to-action .image-area-wrapper img {
    transform: none !important;
  }
}
.call-to-action .text-area {
  width: 100%;
  max-width: 40.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 1399.98px) {
  .call-to-action .text-area {
    padding: 50px;
    max-width: 29.375rem;
  }
}
.call-to-action .text-area h3 {
  color: #0D0D0D;
  font-family: LarsseitBold;
  font-size: 36px;
  line-height: 50px;
}
.call-to-action .text-area p {
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.call-to-action .text-area .btn-spotlight {
  color: #0D0D0D;
  background: #F8EDD1;
  border-radius: 0;
  font-family: LarsseitBold;
  font-size: 20px;
  padding: 12px 30px;
  width: 30%;
}
.call-to-action .text-area .btn-spotlight:hover {
  background: #FF7200;
}
@media (max-width: 1400px) {
  .call-to-action .text-area .btn-spotlight {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .call-to-action .text-area {
    align-items: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  .call-to-action .text-area h3 {
    font-size: 24px;
  }
  .call-to-action .text-area .btn-spotlight {
    width: auto;
    margin: 0 auto;
  }
}
.call-to-action .text-area-middle {
  width: 100%;
  max-width: 29.375rem;
  z-index: 1;
  position: relative;
}
.call-to-action .text-area-middle h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
.call-to-action .text-area-middle p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.call-to-action .text-area-middle .btn-spotlight {
  color: #0D0D0D;
  background: #F8EDD1;
  border-radius: 0;
  font-family: LarsseitBold;
  font-size: 20px;
  padding: 12px 30px;
  width: 30%;
}
@media (max-width: 992px) {
  .call-to-action .text-area-middle {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .call-to-action .text-area-middle .btn-spotlight {
    width: auto;
    margin: 0 auto;
  }
}
.call-to-action .no-image {
  justify-content: left;
  width: 55%;
}
@media (max-width: 992px) {
  .call-to-action .no-image {
    width: 100%;
  }
}
.call-to-action:nth-of-type(2n) {
  background-image: url("/images/section-two-background-flipped.png?format=webp");
  flex-direction: row-reverse;
}
.call-to-action:nth-of-type(2n):after {
  content: "";
  position: absolute;
  width: 698px;
  height: 480px;
  z-index: 0;
  right: 0;
  top: 0;
}
.call-to-action:nth-of-type(2n) .image-area {
  clip-path: polygon(34% 100%, 100% 81%, 100% 0, 0 0);
}
@media (max-width: 992px) {
  .call-to-action:nth-of-type(2n) .image-area {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  }
}
.call-to-action:nth-of-type(2n) .no-image {
  width: 55%;
}
@media (max-width: 992px) {
  .call-to-action:nth-of-type(2n) .no-image {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .call-to-action:nth-of-type(2n) {
    flex-direction: column;
  }
  .call-to-action:nth-of-type(2n) .container {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .call-to-action:after, .call-to-action:nth-of-type(2n):after {
    display: none;
  }
}

.section-two-container {
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .section-two-container {
    padding: 20px;
  }
}

.section-two-item {
  width: 300px;
  height: 300px;
  text-align: center;
  background-color: #FCF9F2;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
}
@media (max-width: 768px) {
  .section-two-item {
    width: 80vw;
    height: 80vw;
    max-width: 250px;
    max-height: 250px;
    padding: 15px;
  }
}

.section-two-title {
  font-family: LarsseitRegular;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding-top: 10px;
  margin: 0;
}
@media (max-width: 768px) {
  .section-two-title {
    font-size: 20px;
    line-height: 26px;
    padding-top: 8px;
  }
}

.section-two-summary {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-two-summary {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-newsletter {
  padding: 50px 0;
  background-color: #0D0D0D;
  display: flex;
  justify-content: center;
}

.newsletter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.newsletter-signup {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.newsletter-text {
  padding-right: 30px;
}
.newsletter-text h2 {
  font-family: LarsseitMedium;
  color: #F8EDD1;
  font-size: 2.25rem;
  line-height: 50px;
}

.newsletter-input {
  height: 3.125rem;
}
.newsletter-input:focus {
  border-color: #FF7200;
  outline: none;
  box-shadow: none;
}
.newsletter-input.filled {
  border-color: #F8EDD1 !important;
}
@media (min-width: 768px) {
  .newsletter-input {
    width: 500px;
  }
}

.btn-necessary {
  color: #0D0D0D;
  background-color: #00B8C5;
  border-radius: 0;
  height: 3.125rem;
  font-size: 20px;
  font-family: LarsseitBold;
}
.btn-necessary:hover {
  background-color: #fff;
  border: 2px solid #00B8C5;
}

.btn-cookie {
  color: #0D0D0D;
  background-color: #FF7200;
  border-radius: 0;
  height: 3.125rem;
  font-size: 20px;
  font-family: LarsseitBold;
}
.btn-cookie:hover {
  background-color: #fff;
  border: 2px solid #00B8C5;
}

.btn-orange {
  color: #0D0D0D;
  background-color: #FF7200;
  border-radius: 0;
  width: 150px;
  height: 3.125rem;
  font-size: 20px;
  font-family: LarsseitBold;
}
.btn-orange:hover {
  background-color: #fff;
  border: 2px solid #00B8C5;
}

.btn-teal {
  color: #0D0D0D;
  background-color: #00B8C5;
  border-radius: 0;
  width: 150px;
  height: 3.125rem;
  font-size: 20px;
  font-family: LarsseitBold;
}
.btn-teal:hover {
  background-color: #fff;
  border: 2px solid #00B8C5;
}

@media (max-width: 768px) {
  .newsletter-signup {
    flex-direction: column;
    gap: 15px;
  }
  .newsletter-text {
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .projects-container {
    max-width: 100% !important;
    padding: 0 30px 0 30px;
  }
}

.projects-section {
  background-color: #F8EDD1;
}

.projects-header {
  font-family: LarsseitBold;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 50px;
}
@media (max-width: 576px) {
  .projects-header {
    font-size: 24px;
    padding-bottom: 0px;
  }
}

.projects-summary {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 576px) {
  .projects-summary {
    font-size: 16px;
    padding-bottom: 0px;
  }
}

.map-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px;
  box-sizing: border-box;
}

.map-inner {
  position: relative;
  width: 100%;
}

.projects-map-background {
  display: block;
  width: 100%;
  height: auto;
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 5px;
}

.filter-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  transition: background-color 0.3s;
  padding: 5px;
}
.filter-item.completed:hover, .filter-item.completed.active {
  background-color: rgba(255, 106, 0, 0.5);
}
.filter-item.inprogress:hover, .filter-item.inprogress.active {
  background-color: rgba(0, 128, 128, 0.5);
}
.filter-item.future:hover, .filter-item.future.active {
  background-color: #F8EDD1;
}

.filter-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #0D0D0D;
}

.filter-completed {
  background-color: rgba(255, 114, 0, 0.5);
}

.filter-inprogress {
  background-color: rgba(0, 184, 197, 0.5);
}

.filter-future {
  background-color: rgba(248, 237, 209, 0.5);
}

.filter-text {
  font-family: LarsseitBold;
  padding-right: 30px;
  margin: 0;
}

.circle {
  cursor: pointer;
  position: absolute;
  width: 5.5%;
  height: 7.5%;
  border-radius: 50%;
  border: 4px solid #0D0D0D;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .circle {
    border: 1px solid #0D0D0D;
  }
}
@media (min-width: 769px) {
  .circle:hover {
    width: 495px;
    height: 120px;
    border-radius: 0;
    border: none;
    background-color: transparent;
    background-image: none !important;
    z-index: 10;
  }
  .circle:hover .project-info {
    opacity: 1;
    pointer-events: auto;
    display: flex;
  }
  .circle.move-left {
    position: absolute;
    left: 260px !important;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .circle.move-left {
    left: 100px !important;
  }
}
@media (min-width: 769px) {
  .circle.move-right {
    position: absolute;
    left: 220px !important;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .circle.move-right {
    left: 160px !important;
  }
}
.circle .project-info {
  width: 490px;
  opacity: 0;
  display: flex;
  text-decoration: none;
  pointer-events: none;
  position: absolute;
  transition: all 0.4s ease;
  z-index: 2;
}
.circle .project-info.no-thumb {
  width: 290px;
}

.circle.has-thumb.completed-circle {
  border-color: #FF7200;
}
@media (max-width: 1400px) {
  .circle.has-thumb.completed-circle {
    border-color: 1px #FF7200;
  }
}

.circle.has-thumb.inprogress-circle {
  border-color: #00B8C5;
}

.circle.has-thumb.future-circle {
  border-color: #F8EDD1;
}

.circle:not(:hover) > .project-info {
  display: none;
}

.completed-circle {
  background-color: rgba(255, 114, 0, 0.5);
}
.completed-circle .fallback-thumb {
  background-color: #FF7200;
}

.inprogress-circle {
  background-color: rgba(0, 184, 197, 0.5);
}
.inprogress-circle .fallback-thumb {
  background-color: rgba(0, 184, 197, 0.5);
}

.future-circle {
  background-color: rgba(248, 237, 209, 0.8);
}
.future-circle .fallback-thumb {
  background-color: rgba(248, 237, 209, 0.8);
}

.fallback-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}

.project-thumb-border {
  width: 220px;
  height: 115px;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .project-thumb-border {
    display: none;
  }
}

.project-thumb-border.no-thumb {
  display: none !important;
}

.project-thumb-wrapper {
  width: 223px;
  height: 105px;
  clip-path: polygon(0 0, 100% 0, 100% 74%, 0 100%);
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .project-thumb-wrapper {
    display: none;
  }
}

.project-thumb {
  width: 94%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
}

.project-text {
  width: 100%;
  height: 86px;
  background: #fff;
  padding: 10px;
  background-color: #fff;
  white-space: nowrap;
  word-break: keep-all;
}
.project-text p {
  font-size: 18px;
  font-weight: 300;
  color: #0D0D0D;
}
@media (max-width: 768px) {
  .project-text p {
    font-size: 12px;
  }
}
.project-text h2 {
  font-family: LarsseitBold;
  font-size: 20px;
  color: #0D0D0D;
}
@media (max-width: 768px) {
  .project-text h2 {
    font-size: 16px;
  }
}

.status-text {
  font-family: LarsseitRegular;
  margin-top: revert;
  margin-bottom: 0;
  white-space: nowrap;
  word-break: keep-all;
}
.status-text:after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 15px;
  width: 16px;
  height: 16px;
  background-image: url("/images/GDA_Map_Arrow.png?format=webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .status-text:after {
    display: none;
  }
}
.status-text.no-thumb:after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 15px;
  width: 16px;
  height: 16px;
  background-image: url("/images/GDA_Map_Arrow.png?format=webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .status-text.no-thumb:after {
    display: none;
  }
}

.map-filter {
  position: absolute;
  top: 150px;
  right: 100px;
  max-width: 500px;
  background-color: #fff;
  padding: 15px 10px 15px 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 10;
  box-sizing: border-box;
}

@media (max-width: 1400px) {
  .map-filter {
    position: absolute;
    margin-top: 20px;
    width: 200px;
    padding: 0;
    min-height: 130px;
    top: 80px;
    right: 70px;
  }
  .map-filter h3 {
    font-size: 16px;
  }
  .map-filter .filter-circle {
    width: 40px;
    height: 40px;
  }
  .map-filter .filter-text {
    padding: 0;
  }
}
@media (max-width: 786px) {
  .map-filter {
    position: initial;
    margin-top: 20px;
    width: 100%;
    padding: 20px;
  }
  .map-filter h3 {
    font-size: 16px;
  }
  .map-filter .filter-circle {
    width: 40px;
    height: 40px;
  }
  .map-filter .filter-text {
    padding: 0;
  }
}
.card-type-1-list {
  background-color: #FCF9F2;
}

.landing-container {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.landing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}

@media (max-width: 1200px) {
  .landing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .landing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .landing-grid {
    grid-template-columns: 1fr;
    gap: 0px !important;
  }
}
.landing-list {
  display: flex;
  justify-content: center;
  padding: 60px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .landing-list {
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .landing-list {
    padding: 20px 15px;
    gap: 10px;
  }
}

.landing-item {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 480px) {
  .landing-item {
    max-width: 100%;
  }
}

.landing-list-graphic {
  background-image: url("/images/GDA_Symbol_Beige.png?format=webp");
  background-repeat: space;
  width: 100%;
  height: 16px;
  position: absolute;
}

.landing-list-item {
  display: block;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
  max-width: 360px;
  width: 100%;
  margin: 0.9375rem;
  transition: background-color 0.3s ease;
}
.landing-list-item.has-image {
  height: 100%;
}
@media (max-width: 768px) {
  .landing-list-item.has-image {
    height: auto;
  }
}
.landing-list-item.no-image {
  height: 256px;
}
@media (max-width: 768px) {
  .landing-list-item.no-image {
    height: auto;
  }
}
.landing-list-item:hover {
  background-color: #F8EDD1;
}
.landing-list-item:hover .landing-image-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.landing-list-item:hover .landing-item-title {
  color: #FF7200;
}

.landing-image-wrapper {
  height: 160px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
  transition: clip-path 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .landing-image-wrapper {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .landing-image-wrapper {
    height: 120px;
  }
}

.landing-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-item-content {
  text-align: left;
  padding: 30px;
}
@media (max-width: 768px) {
  .landing-item-content {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .landing-item-content {
    padding: 15px;
  }
}

.landing-item-title {
  font-size: 24px;
  font-family: LarsseitBold;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .landing-item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .landing-item-title {
    font-size: 18px;
    line-height: 24px;
  }
}

.landing-item-summary {
  font-size: 18px;
  font-weight: 300;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .landing-item-summary {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .landing-item-summary {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .landing-list {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 20px;
  }
  .landing-image-wrapper {
    width: 100%;
    height: 150px;
  }
}
.page-summary {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.page-summary-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.hero-text,
.theme-text,
.none-theme-text {
  font-family: LarsseitMedium;
  font-size: 4.375rem;
  line-height: 4.375rem;
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .hero-text,
  .theme-text,
  .none-theme-text {
    font-size: 3.75rem;
    line-height: 4.0625rem;
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  .hero-text,
  .theme-text,
  .none-theme-text {
    font-size: 3rem;
    line-height: 3.4375rem;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .hero-text,
  .theme-text,
  .none-theme-text {
    font-size: 2.25rem;
    line-height: 2.625rem;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .hero-text,
  .theme-text,
  .none-theme-text {
    font-size: 1.75rem;
    line-height: 2.25rem;
    padding-top: 30px;
  }
}

.hero-text {
  color: #fff;
}

.theme-text,
.none-theme-text {
  color: #0D0D0D;
}

.error-item {
  display: flex;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin-bottom: 0.9375rem;
}
.error-item:hover {
  background-color: #F8EDD1;
}
.error-item:hover .error-image-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.error-item:hover .error-title {
  text-decoration: underline;
  color: #FF7200;
}

.error-image-wrapper {
  height: 250px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
  transition: clip-path 0.3s ease-in-out;
}

.error-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error-content {
  padding: 40px;
}

.error-title {
  font-size: 24px;
  font-weight: 700;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}

.error-summary {
  font-size: 18px;
  font-weight: 300;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .page-list {
    flex-direction: column;
    align-items: center;
  }
  .error {
    max-width: 100%;
  }
  .error-image-wrapper {
    width: 100%;
    height: 150px;
  }
  .error-title {
    font-size: 16px;
  }
  .error-summary {
    font-size: 13px;
  }
}
.search-form {
  height: 50px;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  border-color: #0D0D0D;
  transition: border-color 0.3s ease;
}
.search-form:focus {
  border-color: #FF7200;
  outline: none;
  box-shadow: none;
}
.search-form.filled {
  border-color: #F8EDD1 !important;
}

.search-dropdown {
  height: 50px;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  border-color: #0D0D0D;
  transition: border-color 0.3s ease;
}
.search-dropdown:focus {
  border-color: #FF7200;
  outline: none;
  box-shadow: none;
}
.search-dropdown.filled {
  border-color: #F8EDD1 !important;
}

.date-time-text {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 30px;
  color: #0D0D0D;
  text-decoration: none;
}

.list-item {
  display: block;
  text-decoration: none;
  background: #FCF9F2;
  overflow: hidden;
  max-width: 900px;
  padding: 30px 0 30px 0;
  width: 100%;
}
.list-item.no-image {
  /*height: 170px;*/
  padding-left: 30px;
}
.list-item:hover .list-image-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.list-item:hover .list-title {
  text-decoration: underline;
  text-decoration-color: #FF7200;
  text-decoration-thickness: 10%;
  text-underline-offset: 30%;
}

.list-image-wrapper {
  height: 230px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
  transition: clip-path 0.3s ease-in-out;
}

.list-image {
  width: 319px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-content-news {
  padding: 5px;
}

.list-content {
  padding: 40px;
}

.list-title {
  font-size: 24px;
  font-family: LarsseitBold;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}

.list-summary {
  font-size: 18px;
  font-weight: 300;
  color: #0D0D0D;
  margin-bottom: 5px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .page-list {
    flex-direction: column;
    align-items: center;
  }
  .list {
    max-width: 100%;
  }
  .list-image-wrapper {
    width: 100%;
    height: 150px;
  }
  .list-title {
    font-size: 16px;
  }
  .list-summary {
    font-size: 13px;
  }
}
.related-item-graphic-list {
  background-image: url("/images/GDA_Symbol_Beige.png?format=webp");
  background-repeat: space no-repeat;
  width: 100%;
  max-width: 900px;
  height: 16px;
}

.list-content-news.has-image {
  padding: 20px 20px 20px 0;
}

.list-content-news.no-image {
  padding: 5px;
}

.list-content.has-image {
  padding: 20px 20px 20px 0;
}

.list-content.no-image {
  padding: 5px;
}

.page-list-container {
  max-width: 900px;
  width: 100%;
}

.ri-arrow-left-double-line::before {
  color: #0D0D0D;
}

.page-link {
  font-family: LarsseitRegular;
  padding: 15px !important;
  border: 2px solid #f8f9fa;
}

.pager-teal .page-link {
  background-color: #00B8C5;
  border: 2px solid #f8f9fa;
  color: #0D0D0D;
}

.pager-teal:not(:first-child) .page-link {
  color: #0D0D0D;
  background-color: #fff;
}
.pager-teal:not(:first-child) .page-link:hover {
  border: 2px solid #00B8C5;
  text-decoration: underline;
  text-decoration-color: #00B8C5;
  text-decoration-thickness: 2px;
  text-underline-offset: 25%;
}

.pager-teal.active .page-link {
  background-color: #00B8C5;
  color: #0D0D0D;
  border: 2px solid #00B8C5;
}

.pager-orange .page-link {
  background-color: #FF7200;
  border: 2px solid #f8f9fa;
  color: #0D0D0D;
}

.pager-orange:not(:first-child) .page-link {
  color: #0D0D0D;
  background-color: #fff;
}
.pager-orange:not(:first-child) .page-link:hover {
  border: 2px solid #FF7200;
  text-decoration: underline;
  text-decoration-color: #FF7200;
  text-decoration-thickness: 2px;
  text-underline-offset: 25%;
}

.pager-orange.active .page-link {
  background-color: #FF7200;
  color: #0D0D0D;
  border: 2px solid #FF7200;
}

.pager-beige .page-link {
  background-color: #F8EDD1;
  color: #0D0D0D;
  border: 2px solid #f8f9fa;
}

.pager-beige:not(:first-child) .page-link {
  color: #0D0D0D;
  background-color: #fff;
}
.pager-beige:not(:first-child) .page-link:hover {
  border: 2px solid #F8EDD1;
  text-decoration: underline;
  text-decoration-color: #F8EDD1;
  text-decoration-thickness: 2px;
  text-underline-offset: 25%;
}

.pager-beige.active .page-link {
  background-color: #F8EDD1;
  color: #0D0D0D;
  border: 2px solid #F8EDD1;
}

.pager-none .page-link {
  background-color: #00B8C5;
  border: 2px solid #f8f9fa;
}

.pager-none:not(:first-child) .page-link {
  color: #0D0D0D;
  background-color: #fff;
}
.pager-none:not(:first-child) .page-link:hover {
  border: 2px solid #00B8C5;
  text-decoration: underline;
  text-decoration-color: #00B8C5;
  text-decoration-thickness: 2px;
  text-underline-offset: 25%;
}

.pager-none.active .page-link {
  background-color: #00B8C5;
  color: #fff;
  border: 2px solid #00B8C5;
}

/*Cookies*/
#cookiePanel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 100;
  padding: 30px 0;
  box-shadow: 0px 1px 56px -10px black;
  max-height: 800px;
}
#cookiePanel .container {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #cookiePanel .container {
    flex-flow: wrap;
  }
  #cookiePanel .container .btn {
    margin-left: 0;
  }
}
#cookiePanel .text-area h3 {
  color: #0d6efd;
  font-weight: 700;
  font-size: 16px;
}
#cookiePanel .text-area p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  line-height: 22px;
}
#cookiePanel .btn {
  text-decoration: none;
}

.button-area {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.button-area .btn {
  font-family: LarsseitBold;
  font-size: 16px;
  margin-right: 30px;
  padding: 8px 15px;
  height: unset;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .button-area {
    margin: 20px auto 0;
    width: 340px;
    justify-content: space-between;
    flex-flow: column;
    gap: 20px;
  }
  .button-area .btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.cookie-modal {
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  margin: 0 auto;
  top: 5%;
  height: 90%;
  right: 0;
  left: 0;
  width: 95%;
  max-width: 975px;
  z-index: 2147483647;
  box-shadow: 0px 2px 10px -3px #999;
  overflow: hidden;
  padding-bottom: 10px;
  transition: all 0.5s ease;
}
.cookie-modal .header-panel {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.cookie-modal .header-panel h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  margin-top: 10px;
}
.cookie-modal .header-panel .header-buttons {
  display: flex;
}
.cookie-modal .header-panel .header-buttons .btn {
  font-weight: 600;
  font-size: 16px;
  margin-left: 30px;
  padding: 0 15px;
  height: 45px;
  min-width: 160px;
}
.cookie-modal .header-panel .header-buttons .btn img {
  height: 15px;
  width: 15px;
}
.cookie-modal .header-panel .header-buttons .close-btn {
  min-width: 45px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .cookie-modal .header-panel {
    flex-wrap: wrap;
  }
  .cookie-modal .header-panel .header-buttons {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .cookie-modal .header-panel .header-buttons .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cookie-modal .header-panel {
    padding: 15px;
  }
  .cookie-modal .header-panel h3 {
    margin-top: 0;
  }
  .cookie-modal .header-panel .header-buttons .btn {
    margin-top: 5px;
    height: 27px;
  }
}
.cookie-modal .body-panel {
  height: 100%;
  max-height: 82%;
}
.cookie-modal .body-panel .section-1 {
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.cookie-modal .body-panel .section-1 h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.cookie-modal .body-panel .dropdown-info {
  padding-left: 0;
  list-style: none;
}
.cookie-modal .body-panel .dropdown-info li {
  background-color: #E5E5E5;
  padding: 25px;
  margin-bottom: 10px;
}
.cookie-modal .body-panel .dropdown-info li button {
  font-family: LarsseitBold;
  font-size: 16px;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 35px;
  color: #000;
  width: 100%;
  text-align: left;
}
.cookie-modal .body-panel .dropdown-info li button:before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  left: 0;
  font-size: 23px;
  top: -5px;
  transition: all 0.5s ease;
}
.cookie-modal .body-panel .dropdown-info li button.open:before {
  transform: rotate(90deg);
}
.cookie-modal .body-panel .dropdown-info li .ot-answer {
  margin-top: 20px;
}
.cookie-modal .body-panel .dropdown-info li .ot-answer p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19.5px;
  color: #000;
}
.cookie-modal .body-panel .section-2 {
  padding: 20px 30px;
}
.cookie-modal .body-panel .section-2 h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
.cookie-modal .body-panel .section-2 ul {
  padding-left: 15px;
}
.cookie-modal .body-panel .section-2 ul li {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 21px;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled {
  display: flex;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled .ot-enable {
  border-left: 1px solid #00A075;
  padding: 0px 20px 0px;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled .ot-disable {
  border-left: 1px solid #B76877;
  padding: 0px 20px 0px;
}
@media screen and (max-width: 1200px) {
  .cookie-modal .body-panel {
    max-height: 68%;
  }
}
@media screen and (max-width: 768px) {
  .cookie-modal .body-panel {
    max-height: 82%;
  }
}

.cookie-radio {
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #0D0D0D !important;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  outline: none;
}

.cookie-radio::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00B8C5;
}

.cookie-header {
  font-family: LarsseitBold;
}

.cookie-body {
  font-family: LarsseitRegular;
}

.cookie-link {
  color: #FF7200;
  text-decoration: underline #FF7200;
  text-underline-offset: 25%;
  text-decoration-thickness: 10%;
}
.cookie-link:hover {
  text-decoration: underline #00B8C5;
  text-underline-offset: 25%;
  text-decoration-thickness: 10%;
}

/*Cookie end*/
@font-face {
  font-family: "LarsseitRegular";
  src: url("/fonts/LarsseitRegular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "LarsseitBold";
  src: url("/fonts/LarsseitBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "LarsseitMedium";
  src: url("/fonts/LarsseitMedium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "LarsseitLight";
  src: url("/fonts/LarsseitLight.woff2") format("woff2");
  font-display: swap;
}
body {
  font-family: "Larsseit", sans-serif;
}

.hit {
  font-weight: 700;
}

.swiper-hero .swiper-slide:before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-hero img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper-hero .container {
  z-index: 100;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .swiper-hero .container {
    height: 630px;
  }
}

.swiper-hero-content {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
