:root {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-grey: #e5e5e5;
  --color-selection: #adcfe8;
  --color-bg: #FFFFFF;
  --color-bg-grey: #f3f3f3;
  --color-bg-blue: #f6f9fe;
  --color-primary: #133673;
  --color-accent: #c51a1b;
  --color-keyline: #dae4e7;
  --color-yellow: #fabb05;
  --color-font: #133673;
  --color-font-grey: #a9a9a9;
}

::selection {
  color: var(--color-white);
  background: var(--color-selection);
}

html {
  font-size: 100%;
}

html, body, input, textarea, select, button {
  font-family: "Gantari", sans-serif;
  font-weight: 400;
}

p, figcaption, small, td, th, label, blockquote, cite, input, textarea, li, pre {
  font-size: 1rem;
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
  line-height: 1.5;
  color: var(--color-font);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gantari", sans-serif;
  color: var(--color-font);
}

h1 {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 1.5188521545rem + 0.7429420505vw, 2.1875rem);
  line-height: 1.15;
  font-weight: 600;
}

h2 {
  font-size: 1.5625rem;
  font-size: clamp(1.5625rem, 1.2063521545rem + 0.7429420505vw, 1.875rem);
  line-height: 1.25;
  font-weight: 600;
}

h3 {
  font-size: 1.3125rem;
  font-size: clamp(1.3125rem, 0.9563521545rem + 0.7429420505vw, 1.625rem);
  line-height: 1.25;
  font-weight: 600;
}

h4 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.6976225854rem + 0.8915304606vw, 1.5rem);
  line-height: 1.5;
  font-weight: 600;
}

h5 {
  font-size: 1.0625rem;
  font-size: clamp(1.0625rem, 0.7063521545rem + 0.7429420505vw, 1.375rem);
  line-height: 1.5;
  font-weight: 600;
}

h6 {
  font-size: 1rem;
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
  line-height: 1.5;
  font-weight: 600;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 1.25rem;
  margin-bottom: clamp(1.25rem, 0.9650817236rem + 0.5943536404vw, 1.5rem);
}
p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: var(--color-accent);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--color-font);
}

.button {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
  color: var(--color-white);
  background-color: var(--color-primary);
  display: inline-block;
  transition: 0.2s all;
  cursor: pointer;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  padding-top: 0.625rem;
  padding-top: clamp(0.625rem, 0.4113112927rem + 0.4457652303vw, 0.8125rem);
  padding-bottom: 0.625rem;
  padding-bottom: clamp(0.625rem, 0.4113112927rem + 0.4457652303vw, 0.8125rem);
  padding-left: 1.25rem;
  padding-left: clamp(1.25rem, 0.5377043091rem + 1.485884101vw, 1.875rem);
  padding-right: 2.5rem;
  padding-right: clamp(2.5rem, 1.7877043091rem + 1.485884101vw, 3.125rem);
  background-image: url(../img/icons/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 7px;
}
@media (min-height: 770px) and (min-width: 1210px) {
  .button {
    background-position: calc(100% - 20px) 50%;
  }
}
@media (max-width: 1012px) {
  .button {
    background-position: calc(100% - 18px) 50%;
  }
}
@media (max-width: 767px) {
  .button {
    background-position: calc(100% - 17px) 50%;
  }
}
.button:hover {
  border: none;
  color: var(--color-white);
  background-color: rgb(17.1, 48.6, 103.5);
}
.button.button--alt {
  background-color: var(--color-accent);
}
.button.button--alt:hover {
  border: none;
  color: var(--color-white);
  background-color: rgb(177.3, 23.4, 24.3);
}

p a:not(.button), li a:not(.button) {
  border-bottom: solid 1px var(--color-accent);
}
p a:not(.button):hover, li a:not(.button):hover {
  border-bottom: solid 1px var(--color-font);
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background: var(--color-bg);
}

body {
  overflow-x: hidden;
  padding-top: 5.625rem;
  padding-top: clamp(5.625rem, 3.7018016345rem + 4.0118870728vw, 7.3125rem);
}
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
}
body.isActive {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

.skip {
  position: absolute;
  z-index: 10;
  top: -100px;
  left: 10px;
  background-color: var(--color-font);
  padding: 10px;
  color: var(--color-white);
  font-weight: 600;
}
.skip:hover {
  color: var(--color-white);
}
.skip:focus {
  top: 10px;
}

.contentArea table {
  margin-bottom: 24px;
}
.contentArea hr {
  border: none;
  border-top: solid 1px var(--color-font);
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 0;
  background: none;
}
.contentArea ul {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 17px;
}
.contentArea ul:last-child {
  margin-bottom: 0;
}
.contentArea ul li {
  position: relative;
  margin-bottom: 3px;
}
.contentArea ul li:last-child {
  margin-bottom: 0;
}
.contentArea ul li:before {
  content: "";
  position: absolute;
  left: -15px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
  top: 0.625rem;
  top: clamp(0.625rem, 0.4825408618rem + 0.2971768202vw, 0.75rem);
}
@media (max-width: 767px) {
  .contentArea ul li:before {
    width: 5px;
    height: 5px;
  }
}
.contentArea ul.buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.contentArea ul.buttons li {
  margin-right: 15px;
}
.contentArea ul.buttons li:last-child {
  margin-right: 0px;
}
.contentArea ul.buttons li:before {
  display: none;
}
.contentArea ol {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 17px;
}
.contentArea ol:last-child {
  margin-bottom: 0;
}
.contentArea ol li {
  margin-bottom: 3px;
}
.contentArea ol li:last-child {
  margin-bottom: 0;
}
.contentArea blockquote {
  margin: 0;
  margin-bottom: 24px;
  border-left: solid 3px var(--color-primary);
  padding: 10px 0;
  padding-left: 20px;
}
@media (min-height: 770px) and (min-width: 1210px) {
  .contentArea blockquote {
    padding-left: 30px;
  }
}
@media (max-width: 1012px) {
  .contentArea blockquote {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .contentArea blockquote {
    padding-left: 10px;
  }
}
.contentArea blockquote p {
  font-family: "Gantari", sans-serif;
  font-size: 1.3125rem;
  font-size: clamp(1.3125rem, 0.9563521545rem + 0.7429420505vw, 1.625rem);
  line-height: 1.25;
  font-weight: 600;
  color: var(--color-dark);
  font-style: italic;
}
.contentArea blockquote cite {
  font-style: normal;
  color: var(--color-font);
  padding-top: 15px;
}

/*
 * Set the initial states on the animations run by GSAP
 */
.animate--fadein,
.animate--fadeinslow {
  opacity: 0;
  will-change: opacity;
}

.animate--fadeinup {
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
}

.animate--staggerfadeinup {
  opacity: 0;
  transform: translateY(10px);
  will-change: transform, opacity;
}

.animate--staggerfadein {
  opacity: 0;
  will-change: opacity;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  .header {
    position: relative;
    background-color: none;
  }
}
.header .header-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  padding-left: 1.25rem;
  padding-left: clamp(1.25rem, -0.8868870728rem + 4.4576523031vw, 3.125rem);
  padding-right: 1.25rem;
  padding-right: clamp(1.25rem, -0.8868870728rem + 4.4576523031vw, 3.125rem);
  padding-top: 1.25rem;
  padding-top: clamp(1.25rem, 0.8226225854rem + 0.8915304606vw, 1.625rem);
  padding-bottom: 1.25rem;
  padding-bottom: clamp(1.25rem, 0.8226225854rem + 0.8915304606vw, 1.625rem);
}
.header .header-inner {
  display: flex;
  align-items: center;
}
.header .header-logo a {
  display: block;
}
.header .header-logo a img {
  height: 3.125rem;
  height: clamp(3.125rem, 2.0565564636rem + 2.2288261516vw, 4.0625rem);
}
.header .header-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 99;
}
@media (max-width: 1012px) {
  .header .header-navigation {
    display: none;
  }
}
.header .header-navigation > li {
  margin-left: 0.9375rem;
  margin-left: clamp(0.9375rem, 0.2252043091rem + 1.485884101vw, 1.5625rem);
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}
.header .header-navigation > li:first-child {
  margin-left: 35px;
}
@media (min-height: 770px) and (min-width: 1210px) {
  .header .header-navigation > li:first-child {
    margin-left: 55px;
  }
}
.header .header-navigation > li:hover > a, .header .header-navigation > li.current-menu-item > a, .header .header-navigation > li.current-menu-ancestor > a {
  border-bottom: solid 1px var(--color-accent);
}
.header .header-navigation > li.menu-item-has-children {
  background-image: url(../img/icons/navigation.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 100% 50%;
  padding-right: 17px;
}
.header .header-navigation > li > a {
  color: var(--color-font);
  display: inline-block;
  padding: 2px 0;
  position: relative;
  border-bottom: solid 1px transparent;
}
.header .header-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: 0.2s all ease-in-out;
  background-color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 5;
  width: 400px;
  left: -30px;
  top: 70px;
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.header .header-navigation ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-color: transparent;
  position: absolute;
  top: -18px;
  left: 0;
  background-image: url(../img/icons/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 30px 100%;
}
.header .header-navigation ul.isActive {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.header .header-navigation ul li {
  background-image: url(../img/icons/arrow.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 5px;
  margin-bottom: 3px;
}
.header .header-navigation ul li:last-child {
  margin-bottom: 0px;
}
.header .header-navigation ul li.current-menu-item > a {
  font-weight: 600;
  color: var(--color-font);
  border-bottom: solid 1px var(--color-accent);
}
.header .header-navigation ul li a {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  line-height: 1.5;
  color: var(--color-font);
  font-weight: 500;
  transition: 0.2s all;
  border-bottom: solid 1px transparent;
}
.header .header-navigation ul li a:hover {
  color: var(--color-font);
  border-bottom: solid 1px var(--color-accent);
}
.header .header-contacts {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1012px) {
  .header .header-contacts {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .header .header-contacts {
    margin-right: 10px;
    display: none;
  }
}
.header .header-contacts p {
  margin: 0;
}
.header .header-contacts p.header-contactdetails {
  text-align: right;
  margin-right: 20px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  line-height: 1.4;
  display: none;
}
@media (min-width: 1500px) {
  .header .header-contacts p.header-contactdetails {
    display: block;
  }
}
.header .header-contacts p.header-contactdetails a {
  color: var(--color-font);
  border-bottom: solid 1px transparent;
}
.header .header-contacts p.header-contactdetails a:hover {
  border-bottom: solid 1px var(--color-accent);
}
@media (max-width: 1012px) {
  .header .header-contacts p.header-contactbutton a.button {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
  }
}
.header .header-burger {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background-color: var(--color-primary);
}
@media (max-width: 1012px) {
  .header .header-burger {
    display: block;
  }
}
@media (max-width: 767px) {
  .header .header-burger {
    margin-left: auto;
  }
}
.header .header-burger span {
  transition: 0.2s;
  background: var(--color-white);
  display: block;
  height: 2px;
  width: 19px;
  position: absolute;
  top: 18px;
  left: 10px;
}
.header .header-burger span:nth-child(1) {
  margin-top: -6px;
}
.header .header-burger span:nth-child(2) {
  margin: 0;
}
.header .header-burger span:nth-child(3) {
  margin-top: 6px;
}
.header .header-burger.isActive span:nth-child(1) {
  margin-top: 0 !important;
  transform: rotate(45deg);
}
.header .header-burger.isActive span:nth-child(2) {
  opacity: 0;
}
.header .header-burger.isActive span:nth-child(3) {
  margin-top: 0 !important;
  transform: rotate(-45deg);
}

.footer {
  background-color: var(--color-primary);
}
.footer .footer-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  padding-left: 1.25rem;
  padding-left: clamp(1.25rem, -0.8868870728rem + 4.4576523031vw, 3.125rem);
  padding-right: 1.25rem;
  padding-right: clamp(1.25rem, -0.8868870728rem + 4.4576523031vw, 3.125rem);
  padding-top: 1.875rem;
  padding-top: clamp(1.875rem, 0.4504086181rem + 2.9717682021vw, 3.125rem);
  padding-bottom: 1.875rem;
  padding-bottom: clamp(1.875rem, 0.4504086181rem + 2.9717682021vw, 3.125rem);
}
.footer .footer-header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1012px) {
  .footer .footer-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-header .footer-logos {
  display: flex;
  align-items: center;
}
.footer .footer-header .footer-logo {
  margin-right: 30px;
}
@media (min-height: 770px) and (min-width: 1210px) {
  .footer .footer-header .footer-logo {
    margin-right: 45px;
  }
}
.footer .footer-header .footer-logo:last-child {
  margin-right: 0px;
}
.footer .footer-header .footer-logo a {
  display: block;
}
.footer .footer-header .footer-logo a img {
  height: 2.5rem;
  height: clamp(2.5rem, 2.1438521545rem + 0.7429420505vw, 2.8125rem);
}
.footer .footer-header .footer-contacts {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (min-height: 770px) and (min-width: 1210px) {
  .footer .footer-header .footer-contacts {
    padding-top: 0;
  }
}
@media (max-width: 1012px) {
  .footer .footer-header .footer-contacts {
    padding-top: 30px;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-header .footer-contacts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer .footer-header .footer-contacts ul li {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .footer .footer-header .footer-contacts ul.contacts {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.footer .footer-header .footer-contacts ul.contacts li a {
  color: var(--color-white);
  border-bottom: solid 1px transparent;
}
.footer .footer-header .footer-contacts ul.contacts li a:hover {
  border-bottom: solid 1px var(--color-white);
}
@media (max-width: 1012px) {
  .footer .footer-header .footer-contacts ul.social {
    padding-top: 15px;
  }
}
.footer .footer-header .footer-contacts ul.social li {
  margin: 0;
  margin-left: 15px;
}
.footer .footer-header .footer-contacts ul.social li:first-child {
  margin-left: 0;
}
.footer .footer-header .footer-contacts ul.social li a {
  border-bottom: none;
}
.footer .footer-header .footer-contacts ul.social li a svg {
  height: 35px;
}
.footer .footer-header .footer-contacts ul.social li a svg #instagram, .footer .footer-header .footer-contacts ul.social li a svg #facebook, .footer .footer-header .footer-contacts ul.social li a svg #twitter, .footer .footer-header .footer-contacts ul.social li a svg #soundcloud, .footer .footer-header .footer-contacts ul.social li a svg #youtube, .footer .footer-header .footer-contacts ul.social li a svg #linkedin, .footer .footer-header .footer-contacts ul.social li a svg #x, .footer .footer-header .footer-contacts ul.social li a svg #pinterest, .footer .footer-header .footer-contacts ul.social li a svg #tiktok, .footer .footer-header .footer-contacts ul.social li a svg #threads, .footer .footer-header .footer-contacts ul.social li a svg #bluesky {
  fill: var(--color-white);
}
.footer .footer-content {
  margin-bottom: 30px;
  display: flex;
}
.footer .footer-content .footer-contact {
  flex: 0 0 16.67%;
}
@media (max-width: 1012px) {
  .footer .footer-content .footer-contact {
    flex: 0 0 100%;
  }
}
.footer .footer-content h6 {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  line-height: 1.5;
  color: var(--color-yellow);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 500;
}
.footer .footer-content ul.footer-navigation {
  display: flex;
  flex: 0 0 83.33%;
}
@media (max-width: 1012px) {
  .footer .footer-content ul.footer-navigation {
    display: none;
  }
}
.footer .footer-content ul.footer-navigation > li {
  flex: 1;
}
.footer .footer-content ul.footer-navigation > li > a {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  line-height: 1.5;
  color: var(--color-yellow);
  text-transform: uppercase;
  cursor: default;
  border-bottom: none;
}
.footer .footer-content ul.footer-navigation > li > a:hover {
  border-bottom: none;
}
.footer .footer-content ul.footer-navigation > li ul.sub-menu {
  padding-top: 12px;
}
.footer .footer-content ul.footer-navigation > li ul.sub-menu li {
  margin-bottom: 1px;
}
.footer .footer-content ul.footer-navigation > li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.footer .footer-legal p {
  margin: 0;
  margin-bottom: 3px;
}
.footer .footer-legal p span {
  margin-left: 20px;
}
.footer .footer-legal ul {
  margin: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .footer-legal ul {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
  }
}
.footer .footer-legal ul li {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .footer .footer-legal ul li {
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.footer .footer-legal ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.footer p {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  line-height: 1.5;
  color: var(--color-white);
}
.footer p a {
  color: var(--color-white);
  border-bottom: solid 1px transparent;
}
.footer p a:hover {
  border-bottom: solid 1px var(--color-white);
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  line-height: 1.5;
  color: var(--color-white);
}
.footer ul li a {
  color: var(--color-white);
  border-bottom: solid 1px transparent;
}
.footer ul li a:hover {
  border-bottom: solid 1px var(--color-white);
}

.mobilenavigation-underlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background-color: var(--color-black);
  opacity: 0.2;
  display: none;
}
@media (max-width: 1012px) {
  .mobilenavigation-underlay.isActive {
    display: block;
  }
}

.mobilenavigation {
  position: fixed;
  z-index: 9999;
  right: -110%;
  top: 0;
  bottom: 0;
  width: 456px;
  background-color: var(--color-white);
  transition: 0.3s right ease-in-out;
  overflow-y: auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
@media (max-width: 1012px) {
  .mobilenavigation {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobilenavigation {
    width: 100%;
  }
}
.mobilenavigation.isActive {
  right: 0;
}
.mobilenavigation .mobilenavigation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-top: clamp(1.25rem, 0.5377043091rem + 1.485884101vw, 1.875rem);
  padding-bottom: 1.25rem;
  padding-bottom: clamp(1.25rem, 0.5377043091rem + 1.485884101vw, 1.875rem);
  padding-left: 1.25rem;
  padding-left: clamp(1.25rem, -4.4483655275rem + 11.8870728083vw, 6.25rem);
  padding-right: 1.25rem;
  padding-right: clamp(1.25rem, -4.4483655275rem + 11.8870728083vw, 6.25rem);
}
.mobilenavigation .mobilenavigation-close a {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
  color: var(--color-white);
  background-color: var(--color-primary);
  display: inline-block;
  transition: 0.2s all;
  cursor: pointer;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  padding-top: 0.625rem;
  padding-top: clamp(0.625rem, 0.4113112927rem + 0.4457652303vw, 0.8125rem);
  padding-bottom: 0.625rem;
  padding-bottom: clamp(0.625rem, 0.4113112927rem + 0.4457652303vw, 0.8125rem);
  padding-left: 1.25rem;
  padding-left: clamp(1.25rem, 0.5377043091rem + 1.485884101vw, 1.875rem);
  padding-right: 2.5rem;
  padding-right: clamp(2.5rem, 1.7877043091rem + 1.485884101vw, 3.125rem);
  background-image: url(../img/icons/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 7px;
}
@media (min-height: 770px) and (min-width: 1210px) {
  .mobilenavigation .mobilenavigation-close a {
    background-position: calc(100% - 20px) 50%;
  }
}
@media (max-width: 1012px) {
  .mobilenavigation .mobilenavigation-close a {
    background-position: calc(100% - 18px) 50%;
  }
}
@media (max-width: 767px) {
  .mobilenavigation .mobilenavigation-close a {
    background-position: calc(100% - 17px) 50%;
  }
}
.mobilenavigation .mobilenavigation-close a:hover {
  border: none;
  color: var(--color-white);
  background-color: rgb(17.1, 48.6, 103.5);
}
.mobilenavigation .mobilenavigation-close a.button--alt {
  background-color: var(--color-accent);
}
.mobilenavigation .mobilenavigation-close a.button--alt:hover {
  border: none;
  color: var(--color-white);
  background-color: rgb(177.3, 23.4, 24.3);
}
.mobilenavigation .mobilenavigation-logo a {
  display: block;
}
.mobilenavigation .mobilenavigation-logo a img {
  height: 3.125rem;
  height: clamp(3.125rem, 1.7004086181rem + 2.9717682021vw, 4.375rem);
}
.mobilenavigation .mobilenavigation-menu {
  border-top: solid 1px var(--color-grey);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobilenavigation .mobilenavigation-menu > li.current-menu-ancestor .sub-menu, .mobilenavigation .mobilenavigation-menu > li.current-menu-item .sub-menu {
  display: block;
}
.mobilenavigation .mobilenavigation-menu > li.menu-item-has-children {
  position: relative;
}
.mobilenavigation .mobilenavigation-menu > li.menu-item-has-children .toggle-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-left: 1px solid var(--color-grey);
}
@media (max-width: 767px) {
  .mobilenavigation .mobilenavigation-menu > li.menu-item-has-children .toggle-menu {
    width: 46px;
    height: 46px;
  }
}
.mobilenavigation .mobilenavigation-menu > li.menu-item-has-children .toggle-menu.isActive .toggle-arrow {
  transform: rotate(-135deg);
  top: calc(50% - 3px);
}
.mobilenavigation .mobilenavigation-menu > li.menu-item-has-children .toggle-menu .toggle-arrow {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  height: 10px;
  width: 10px;
  border: solid var(--color-font);
  border-width: 0 1px 1px 0;
  display: inline-block;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.mobilenavigation .mobilenavigation-menu > li > a {
  font-size: 1rem;
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
  line-height: 1.5;
  border-bottom: 1px solid var(--color-grey);
  display: block;
  padding: 12px 20px;
  color: var(--color-font);
  padding-left: 1.25rem;
  padding-left: clamp(1.25rem, -4.4483655275rem + 11.8870728083vw, 6.25rem);
  padding-right: 1.25rem;
  padding-right: clamp(1.25rem, -4.4483655275rem + 11.8870728083vw, 6.25rem);
}
.mobilenavigation .mobilenavigation-menu > li > .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--color-grey);
  padding: 20px;
  display: none;
  padding-left: 1.25rem;
  padding-left: clamp(1.25rem, -4.4483655275rem + 11.8870728083vw, 6.25rem);
  padding-right: 1.25rem;
  padding-right: clamp(1.25rem, -4.4483655275rem + 11.8870728083vw, 6.25rem);
}
.mobilenavigation .mobilenavigation-menu > li > .sub-menu > li {
  margin-bottom: 7px;
}
.mobilenavigation .mobilenavigation-menu > li > .sub-menu > li:last-child {
  margin-bottom: 0;
}
.mobilenavigation .mobilenavigation-menu > li > .sub-menu .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobilenavigation .mobilenavigation-menu > li > .sub-menu .sub-menu li {
  padding-top: 5px;
}
.mobilenavigation .mobilenavigation-menu > li > .sub-menu li.current-menu-item a {
  border-bottom: solid 1px var(--color-font);
}
.mobilenavigation .mobilenavigation-menu > li > .sub-menu a {
  color: var(--color-font);
  font-size: 1rem;
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
  line-height: 1.5;
  border-bottom: none;
}
.mobilenavigation .mobilenavigation-search {
  padding: 20px;
}
.mobilenavigation .mobilenavigation-search form {
  display: flex;
  position: relative;
}
.mobilenavigation .mobilenavigation-search input[type=text] {
  flex: 1;
  padding: 10px 15px;
  border: solid 1px var(--color-font);
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 4px;
}
.mobilenavigation .mobilenavigation-search button {
  width: 38px;
  height: 38px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}
.mobilenavigation .mobilenavigation-search button img {
  width: 20px;
}
.mobilenavigation .mobilenavigation-details {
  border-top: solid 1px var(--color-grey);
  padding: 20px;
}
.mobilenavigation .mobilenavigation-details ul.social li {
  margin: 0 10px 0 0;
}
.mobilenavigation .mobilenavigation-details ul.social li a svg {
  height: 30px;
}
.mobilenavigation .mobilenavigation-details ul.social li a svg #instagram, .mobilenavigation .mobilenavigation-details ul.social li a svg #facebook, .mobilenavigation .mobilenavigation-details ul.social li a svg #twitter, .mobilenavigation .mobilenavigation-details ul.social li a svg #soundcloud, .mobilenavigation .mobilenavigation-details ul.social li a svg #youtube, .mobilenavigation .mobilenavigation-details ul.social li a svg #linkedin, .mobilenavigation .mobilenavigation-details ul.social li a svg #x, .mobilenavigation .mobilenavigation-details ul.social li a svg #pinterest, .mobilenavigation .mobilenavigation-details ul.social li a svg #tiktok, .mobilenavigation .mobilenavigation-details ul.social li a svg #threads {
  fill: var(--color-primary);
}
.mobilenavigation .mobilenavigation-details ul.mobilenavigation-legal {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
.mobilenavigation .mobilenavigation-details ul.mobilenavigation-legal li {
  color: var(--color-font);
}
.mobilenavigation .mobilenavigation-details ul.mobilenavigation-legal li a {
  color: var(--color-font);
}
.mobilenavigation .mobilenavigation-details h3 {
  color: var(--color-font);
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.mobilenavigation .mobilenavigation-details p {
  color: var(--color-font);
}
.mobilenavigation .mobilenavigation-details p a:not(.button) {
  color: var(--color-font);
}

ul.social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
ul.social li {
  margin: 0 7px;
}
ul.social li a {
  display: block;
  border-bottom: none !important;
}
ul.social li a:hover {
  border-bottom: none !important;
}
ul.social li a:hover svg {
  transform: scale(1.05);
}
ul.social li a svg {
  height: 30px;
  width: auto;
  display: block;
}
ul.social li a svg #instagram, ul.social li a svg #facebook, ul.social li a svg #twitter, ul.social li a svg #soundcloud, ul.social li a svg #youtube, ul.social li a svg #linkedin, ul.social li a svg #x, ul.social li a svg #pinterest, ul.social li a svg #tiktok, ul.social li a svg #threads, ul.social li a svg #bluesky {
  transition: 0.2s all;
  fill: var(--color-white);
}

ul.page-numbers {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 1.875rem;
  padding-top: clamp(1.875rem, 0.4504086181rem + 2.9717682021vw, 3.125rem);
}
ul.page-numbers li {
  margin: 0 10px 0 0;
}
ul.page-numbers li a {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  line-height: 1.5;
  display: inline-block;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 3px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: none;
}
ul.page-numbers li a:hover {
  background-color: var(--color-accent);
}
ul.page-numbers li span {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  line-height: 1.5;
  display: inline-block;
  background-color: var(--color-accent);
  color: var(--color-white);
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  border: none;
}

.singlepage.padding_top {
  padding-top: 1.875rem;
  padding-top: clamp(1.875rem, -2.3987741456rem + 8.9153046062vw, 5.625rem);
}
.singlepage.padding_bottom {
  padding-bottom: 1.875rem;
  padding-bottom: clamp(1.875rem, -2.3987741456rem + 8.9153046062vw, 5.625rem);
}
.singlepage.bg_grey {
  background-color: var(--color-bg-grey);
}
.singlepage .singlepage-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1410px;
  padding-left: 1.25rem;
  padding-left: clamp(1.25rem, -0.8868870728rem + 4.4576523031vw, 3.125rem);
  padding-right: 1.25rem;
  padding-right: clamp(1.25rem, -0.8868870728rem + 4.4576523031vw, 3.125rem);
}
.singlepage .singlepage-inner.singlepage-inner--thin {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  padding-left: 1.25rem;
  padding-left: clamp(1.25rem, -0.8868870728rem + 4.4576523031vw, 3.125rem);
  padding-right: 1.25rem;
  padding-right: clamp(1.25rem, -0.8868870728rem + 4.4576523031vw, 3.125rem);
}
.singlepage .singlepage-hero {
  display: none;
}
@media (max-width: 1012px) {
  .singlepage .singlepage-hero {
    display: block;
  }
}
.singlepage .singlepage-hero img {
  position: relative;
  top: -30px;
  object-fit: cover;
  aspect-ratio: 2/1;
  width: 100%;
}
.singlepage .singlepage-wrapper {
  display: grid;
  grid-template-columns: 5fr 2fr;
  grid-gap: 1.25rem;
  grid-gap: clamp(1.25rem, -2.3114784547rem + 7.4294205052vw, 4.375rem);
}
@media (max-width: 1012px) {
  .singlepage .singlepage-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.singlepage header {
  margin-bottom: 60px;
}
.singlepage header img {
  display: none;
}
@media (max-width: 767px) {
  .singlepage header img {
    display: block;
    margin-bottom: 30px;
  }
}
.singlepage header h1 {
  font-size: 2.1875rem;
  font-size: clamp(2.1875rem, 0.4067607727rem + 3.7147102526vw, 3.75rem);
  line-height: 1;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
}
.singlepage header h1:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 115px;
  height: 5px;
  background-color: var(--color-accent);
}
@media (max-width: 1012px) {
  .singlepage aside {
    padding-top: 30px;
  }
}
.singlepage aside .singlepage-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px var(--color-grey);
}
.singlepage aside .singlepage-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
@media (max-width: 1012px) {
  .singlepage aside .singlepage-item.singlepage-item--featuredimage {
    display: none;
  }
}
.singlepage aside ul.social li {
  margin: 0;
  margin-right: 10px;
}
.singlepage aside ul.social li a svg {
  height: 30px;
}
.singlepage aside ul.social li a svg #instagram, .singlepage aside ul.social li a svg #facebook, .singlepage aside ul.social li a svg #twitter, .singlepage aside ul.social li a svg #soundcloud, .singlepage aside ul.social li a svg #youtube, .singlepage aside ul.social li a svg #linkedin, .singlepage aside ul.social li a svg #x, .singlepage aside ul.social li a svg #pinterest, .singlepage aside ul.social li a svg #tiktok, .singlepage aside ul.social li a svg #threads, .singlepage aside ul.social li a svg #bluesky {
  fill: var(--color-primary);
}
.singlepage aside img {
  border-radius: 5px;
}

.editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader,
.sectionheader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  margin-bottom: clamp(1.25rem, -0.1745913819rem + 2.9717682021vw, 2.5rem);
}
@media (max-width: 1012px) {
  .editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader,
  .sectionheader {
    flex-direction: column;
  }
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader .sectionheader-content,
.sectionheader .sectionheader-content {
  flex: 1;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader .sectionheader-content h2,
.sectionheader .sectionheader-content h2 {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 0.4504086181rem + 2.9717682021vw, 3.125rem);
  line-height: 1;
  font-weight: 700;
  margin: 0;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader .sectionheader-content p,
.sectionheader .sectionheader-content p {
  padding-top: 15px;
  margin: 0;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader .sectionheader-cta,
.sectionheader .sectionheader-cta {
  padding-left: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 1012px) {
  .editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader .sectionheader-cta,
  .sectionheader .sectionheader-cta {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader .sectionheader-cta,
  .sectionheader .sectionheader-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader .sectionheader-cta img,
.sectionheader .sectionheader-cta img {
  max-height: 50px;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader .sectionheader-cta ul,
.sectionheader .sectionheader-cta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader .sectionheader-cta ul,
  .sectionheader .sectionheader-cta ul {
    padding-left: 0;
    padding-top: 20px;
  }
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader .sectionheader-cta ul li,
.sectionheader .sectionheader-cta ul li {
  margin-right: 10px;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .sectionheader .sectionheader-cta ul li:last-child,
.sectionheader .sectionheader-cta ul li:last-child {
  margin-right: 0px;
}

.searchresults.padding_top {
  padding-top: 1.875rem;
  padding-top: clamp(1.875rem, -2.3987741456rem + 8.9153046062vw, 5.625rem);
}
.searchresults.padding_bottom {
  padding-bottom: 1.875rem;
  padding-bottom: clamp(1.875rem, -2.3987741456rem + 8.9153046062vw, 5.625rem);
}
.searchresults.bg_grey {
  background-color: var(--color-bg-grey);
}
.searchresults .searchresults-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1410px;
  padding-left: 1.25rem;
  padding-left: clamp(1.25rem, -0.8868870728rem + 4.4576523031vw, 3.125rem);
  padding-right: 1.25rem;
  padding-right: clamp(1.25rem, -0.8868870728rem + 4.4576523031vw, 3.125rem);
}
.searchresults .searchresults-item {
  margin-bottom: 1.875rem;
  margin-bottom: clamp(1.875rem, 0.4504086181rem + 2.9717682021vw, 3.125rem);
}
.searchresults .searchresults-item:last-child {
  margin-bottom: 0px;
}
.searchresults .searchresults-item h3 {
  margin: 0;
}
.searchresults .searchresults-item h3 a {
  border-bottom: solid 1px transparent;
}
.searchresults .searchresults-item h3 a:hover {
  border-bottom: solid 1px var(--color-font);
}
.searchresults .searchresults-item p {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
  padding-top: 10px;
}

.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters,
.filters {
  padding-bottom: 1.25rem;
  padding-bottom: clamp(1.25rem, -2.4539375929rem + 7.7265973254vw, 4.5rem);
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-items,
.filters .filters-items {
  display: flex;
  align-items: center;
}
@media (max-width: 1012px) {
  .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-items,
  .filters .filters-items {
    flex-direction: column;
    align-items: flex-start;
  }
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item,
.filters .filters-item {
  position: relative;
  margin-left: 20px;
  width: 250px;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item:first-child,
.filters .filters-item:first-child {
  margin-left: 0;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item.filters-item--push,
.filters .filters-item.filters-item--push {
  margin-left: auto;
}
@media (max-width: 1012px) {
  .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item.filters-item--push,
  .filters .filters-item.filters-item--push {
    margin-left: 0px;
  }
}
@media (max-width: 1012px) {
  .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item,
  .filters .filters-item {
    margin-left: 0px;
    margin-bottom: 10px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item,
  .filters .filters-item {
    width: 100%;
  }
}
@media (max-width: 1012px) {
  .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item:last-child,
  .filters .filters-item:last-child {
    margin-bottom: 0;
  }
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item input[type=text],
.filters .filters-item input[type=text] {
  background-color: var(--color-bg-grey);
  padding: 12px 10px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item button,
.filters .filters-item button {
  position: absolute;
  background-color: transparent;
  top: 0;
  bottom: 0;
  right: 0;
  border: none;
  aspect-ratio: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item button img,
.filters .filters-item button img {
  height: 18px;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item select,
.filters .filters-item select {
  appearance: none;
  background-color: var(--color-primary);
  padding: 12px 15px;
  border: none;
  border-radius: 5px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  line-height: 1.5;
  cursor: pointer;
  color: var(--color-white);
  width: 100%;
  background-image: url(../img/icons/navigation.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 15px) 50%;
  padding-right: 17px;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item.filters-item--social,
.filters .filters-item.filters-item--social {
  display: flex;
  align-items: center;
  width: auto;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item p,
.filters .filters-item p {
  margin: 0;
  font-weight: 600;
  margin-right: 10px;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item p a,
.filters .filters-item p a {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  line-height: 1.5;
  font-weight: 400;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li,
.filters .filters-item ul.social li {
  margin: 0;
  margin-left: 10px;
}
.editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li a svg #instagram, .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li a svg #facebook, .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li a svg #twitter, .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li a svg #soundcloud, .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li a svg #youtube, .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li a svg #linkedin, .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li a svg #x, .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li a svg #pinterest, .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li a svg #tiktok, .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li a svg #threads, .editor-styles-wrapper:not(.post-type-post) .is-root-container .filters .filters-item ul.social li a svg #bluesky,
.filters .filters-item ul.social li a svg #instagram,
.filters .filters-item ul.social li a svg #facebook,
.filters .filters-item ul.social li a svg #twitter,
.filters .filters-item ul.social li a svg #soundcloud,
.filters .filters-item ul.social li a svg #youtube,
.filters .filters-item ul.social li a svg #linkedin,
.filters .filters-item ul.social li a svg #x,
.filters .filters-item ul.social li a svg #pinterest,
.filters .filters-item ul.social li a svg #tiktok,
.filters .filters-item ul.social li a svg #threads,
.filters .filters-item ul.social li a svg #bluesky {
  fill: var(--color-primary);
}

.nf-form-cont {
  margin-bottom: 40px;
  background-color: var(--color-bg-grey);
  padding: 0.9375rem;
  padding: clamp(0.9375rem, -0.1309435364rem + 2.2288261516vw, 1.875rem);
  border-radius: 10px;
}
.nf-form-cont .nf-error-msg {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  line-height: 1.5;
}
.nf-form-cont .nf-form-fields-required {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
  margin-bottom: 24px;
  color: var(--color-font);
}
.nf-form-cont .nf-response-msg p {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
}
.nf-form-cont h3 {
  margin-bottom: 25px;
}
.nf-form-cont .nf-form-content {
  padding: 0;
}
.nf-form-cont .nf-form-content .label-above .nf-field-label {
  margin-bottom: 5px;
}
.nf-form-cont .nf-form-content .label-above .nf-field-label .nf-label-span,
.nf-form-cont .nf-form-content .label-above .nf-field-label label {
  font-size: 1rem;
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
  line-height: 1.5;
  color: var(--color-font);
  font-weight: 600;
}
.nf-form-cont .nf-form-content ul li input {
  margin-top: 0.4375rem;
  margin-top: clamp(0.4375rem, 0.2950408618rem + 0.2971768202vw, 0.5625rem);
  margin-right: 10px;
}
.nf-form-cont .nf-form-content ul li label {
  margin: 0px;
  cursor: pointer;
}
.nf-form-cont .nf-form-content ul li:before {
  display: none;
}
.nf-form-cont .nf-form-content input[type=text], .nf-form-cont .nf-form-content input[type=password], .nf-form-cont .nf-form-content input[type=email], .nf-form-cont .nf-form-content input[type=tel] {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
  padding: 10px 18px;
  outline: none;
  border: solid 1px var(--color-keyline);
  color: var(--color-font) !important;
}
.nf-form-cont .nf-form-content textarea {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
  padding: 10px 18px;
  outline: none;
  border: none;
  border: solid 1px var(--color-keyline);
  height: 100px !important;
  color: var(--color-font) !important;
}
.nf-form-cont .nf-form-content .nf-field-description {
  margin-bottom: 10px;
}
.nf-form-cont .nf-form-content .nf-field-description p {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
}
.nf-form-cont .nf-form-content .submit-container {
  margin-bottom: 5px;
}
.nf-form-cont .nf-form-content input[type=submit] {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7238112927rem + 0.4457652303vw, 1.125rem);
  line-height: 1.5;
  color: var(--color-white);
  background-color: var(--color-primary);
  display: inline-block;
  transition: 0.2s all;
  cursor: pointer;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  padding-top: 0.625rem;
  padding-top: clamp(0.625rem, 0.4113112927rem + 0.4457652303vw, 0.8125rem);
  padding-bottom: 0.625rem;
  padding-bottom: clamp(0.625rem, 0.4113112927rem + 0.4457652303vw, 0.8125rem);
  padding-left: 1.25rem;
  padding-left: clamp(1.25rem, 0.5377043091rem + 1.485884101vw, 1.875rem);
  padding-right: 2.5rem;
  padding-right: clamp(2.5rem, 1.7877043091rem + 1.485884101vw, 3.125rem);
  background-image: url(../img/icons/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 7px;
}
@media (min-height: 770px) and (min-width: 1210px) {
  .nf-form-cont .nf-form-content input[type=submit] {
    background-position: calc(100% - 20px) 50%;
  }
}
@media (max-width: 1012px) {
  .nf-form-cont .nf-form-content input[type=submit] {
    background-position: calc(100% - 18px) 50%;
  }
}
@media (max-width: 767px) {
  .nf-form-cont .nf-form-content input[type=submit] {
    background-position: calc(100% - 17px) 50%;
  }
}
.nf-form-cont .nf-form-content input[type=submit]:hover {
  border: none;
  color: var(--color-white);
  background-color: rgb(17.1, 48.6, 103.5);
}
.nf-form-cont .nf-form-content input[type=submit].button--alt {
  background-color: var(--color-accent);
}
.nf-form-cont .nf-form-content input[type=submit].button--alt:hover {
  border: none;
  color: var(--color-white);
  background-color: rgb(177.3, 23.4, 24.3);
}
.nf-form-cont .nf-form-content input[type=submit] {
  height: auto;
}
