body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body.no-transition * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p,
blockquote {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 15px;
}
body {
  color: #000000;
  font-family: "area-normal", sans-serif;
  font-size: 1rem;
}
a {
  color: #000;
}
p {
  line-height: 1.4em;
}
p:last-child {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
blockquote {
  font-size: 1.4em;
  margin-bottom: 1em;
}
blockquote * {
  line-height: 1.1em;
}
dl {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
dl:last-child {
  margin: 0;
}
dd,
dt {
  margin: 0;
  padding: 0;
}
dt {
  margin-bottom: 0.1em;
}
dd {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4em;
}
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.font-10 {
  font-size: 0.67rem;
}
.font-12 {
  font-size: 0.8rem;
}
.font-13 {
  font-size: 0.87rem;
}
.font-16 {
  font-size: 1.07rem;
}
@media screen and (max-width: 1200px) {
  .font-16 {
    font-size: 15px;
  }
}
.font-18 {
  font-size: 1.2rem;
}
.font-22 {
  font-size: clamp(16px,1.14576vw,22px);
}
.font-30 {
  font-size: clamp(22px,1.5624vw,30px);
}
.font-60 {
  font-size: clamp(35px,3.1248vw,60px);
  line-height: 1.17em;
}
.green {
  color: #63A62B;
}
.orange {
  color: #F07410;
}
.body {
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}
.body.scroll-locked {
  overflow: hidden;
  overflow-y: hidden;
}
.main {
  flex-grow: 1;
}
html {
  scroll-padding-top: 130px !important;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
svg {
  overflow: visible;
}
video {
  width: 100%;
  display: block;
}
.success-color {
  color: #52af8d !important;
}
.error-color {
  color: #e73c5b !important;
}
input,
textarea,
select,
button {
  border: none;
  webkit-appearance: none;
  appearance: none;
  background: none;
  font: inherit;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
  outline: none;
}
button {
  width: auto;
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  height: 55px;
  line-height: 55px;
  border: 1px solid #000;
  padding: 0 15px;
  font-size: 1rem;
  transition: 300ms;
  background: #fff;
  color: #000000;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: #000;
}
select {
  background-image: url(../img/icons/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  line-height: 1.2em;
  padding: 15px;
  height: auto;
}
label {
  display: block;
  margin-bottom: 3px;
}
.input {
  margin-bottom: 15px;
}
.radio label,
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: .05em;
}
.radio label input,
.checkbox label input {
  width: 0;
  height: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  position: absolute;
  top: 0;
  left: -10px;
}
.radio label input:checked ~ span::before,
.checkbox label input:checked ~ span::before {
  box-shadow: 0 0 0 3px #fff inset;
  background: #000000;
}
.radio label > span,
.checkbox label > span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.radio label > span::before,
.checkbox label > span::before {
  content: '';
  position: static;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #000;
  flex-shrink: 0;
}
.radio label {
  font-weight: bold;
}
.radio label > span::before {
  border-radius: 50%;
}
.input-hint,
.error-message {
  display: block;
  font-size: .8rem;
  text-transform: none;
  margin-top: 3px;
}
.error-message {
  color: #e73c5b;
  font-weight: bold;
  margin-bottom: 0;
}
.privacy-disclaimer {
  margin-bottom: 30px;
}
.required label::after {
  content: ' *';
}
.required.checkbox label::after {
  display: none;
}
.form-privacy {
  margin-bottom: 15px;
  font-size: .8rem;
}
.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 1em;
  height: 3.5em;
  width: fit-content;
  padding: 0 1.5em;
  color: #000;
  font-size: 1rem;
  transition: border-color 0.2s cubic-bezier(0.455,0.03,0.515,0.955);
  border: 1px solid #000;
  border-radius: 30px;
}
@media screen and (max-width: 1336px) {
  .button {
    height: 45px;
  }
}
.button__text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
}
.button__icon svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1336px) {
  .button__icon {
    transition: transform 0.5s cubic-bezier(0.455,0.03,0.515,0.955);
  }
}
.button svg {
  width: 100%;
  height: 100%;
}
#article {
  padding: 150px 5vw;
  font-size: 1.1rem;
}
#cookie_reload {
  cursor: pointer;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 1.2em;
  margin-bottom: 2em;
  font-weight: bold;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 h5 {
  font-size: 1.1em;
  font-weight: bold;
}
#cookiedisclaimer2022 h6 {
  font-size: 1em;
  font-weight: bold;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #999999;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_desc {
  margin-bottom: 1em;
}
#cookiedisclaimer2022 .cookie_desc:last-of-type {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
  margin-top: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
.alert {
  display: block;
  width: 440px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 20px 25px;
  min-height: 60px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  text-transform: uppercase;
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  opacity: 0.3;
  transition: 0.6s cubic-bezier(0.165,0.84,0.44,1);
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .alert {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    text-align: center;
    border-radius: 0;
    padding: 30px 40px 30px 25px;
  }
}
.alert.visible {
  visibility: visible;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165,0.84,0.44,1);
}
.alert.hidden {
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 0;
}
.alert__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.alert__close::before,
.alert__close::after {
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  background: #fff;
  left: 0;
  right: 0;
}
.alert__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.alert__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.alert--success {
  background-color: #52af8d;
}
.alert--warning {
  background-color: #e86f51;
}
.alert--error {
  background-color: #e73c5b;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.header {
  height: 120px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0 2vw;
  display: grid;
  grid-template-columns: 1fr minmax(385px,1fr) 1fr;
  align-items: center;
  align-content: center;
  box-shadow: 0px 0px 6px #0000004d;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .header {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  .header {
    height: 100px;
  }
}
.header__logo {
  width: 10.416vw;
  height: 100%;
}
.header__logo img {
  min-width: 130px;
}
.header__cta {
  display: flex;
  align-items: center;
  justify-self: flex-end;
  gap: 2.604vw;
}
@media screen and (max-width: 1000px) {
  .header__cta {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    height: fit-content;
    transform: translate3d(100%,0,0);
    transition: transform 0.2s cubic-bezier(0.455,0.03,0.515,0.955);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 50px;
  }
  .header__cta.open {
    transform: translate3d(0,0,0);
  }
}
@media screen and (max-width: 700px) {
  .header__cta__call__button span[class*="typo"] {
    font-size: 0.87rem;
  }
}
@media screen and (max-width: 400px) {
  .header__cta__call__button .icon {
    display: none;
  }
}
.header__cta__socials {
  display: flex;
  align-items: center;
  gap: 1.0416vw;
}
@media screen and (max-width: 1000px) {
  .header__cta__socials {
    display: none;
  }
}
.header__cta__socials a[class*="fb"] {
  width: 20px !important;
  height: 20px !important;
}
.header__cta__socials a {
  width: 25px;
  height: 25px;
}
.header__cta__socials svg {
  width: 100%;
  height: 100%;
}
.header__menu {
  justify-self: center;
}
.header__menu .menu {
  display: flex;
  align-items: center;
}
.header__menu .menu a {
  display: block;
  padding: 0 1vw;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  color: #000000;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .header__menu .menu a {
    font-size: clamp(22px,1.5624vw,30px);
  }
}
.header__menu .menu a:focus {
  border: 1px solid #000;
}
.header__menu .menu a.selected {
  border: 1px solid #000;
}
@media screen and (max-width: 1000px) {
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    transform: translate3d(100%,0,0);
    transition: transform 0.2s cubic-bezier(0.455,0.03,0.515,0.955);
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    gap: min(15px,1.5624vw);
    background-color: #fff;
    align-items: center;
  }
  .header__menu .menu {
    display: block;
  }
  .header__menu .menu li {
    padding-bottom: 20px;
  }
  .header__menu .menu a.selected {
    border: 1px solid transparent;
    position: relative;
    width: fit-content;
  }
  .header__menu .menu a.selected::after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .header__menu.open {
    transform: translate3d(0,0,0);
  }
}
.hamburger {
  display: none;
  width: 52px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .hamburger {
    display: block;
    width: 45px;
    justify-self: flex-end;
  }
}
@media screen and (max-width: 550px) {
  .hamburger {
    width: 40px;
  }
}
@media screen and (max-width: 400px) {
  .hamburger {
    margin-left: 10px;
  }
}
.hamburger span {
  position: absolute;
  height: 2px;
  background: #000000;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transition: 500ms cubic-bezier(0.25,0.46,0.45,0.94);
}
.hamburger span:first-child {
  transform: translate(0,-50%) translate3d(0,-9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,-9px,0);
}
.hamburger span:last-child {
  transform: translate(0,-50%) translate3d(0,9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,9px,0);
}
@media screen and (max-width: 1000px) {
  .hamburger span {
    width: 45px;
  }
}
@media screen and (max-width: 550px) {
  .hamburger span {
    width: 40px;
  }
}
.hamburger.open span:first-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
}
.hamburger.open span:last-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: translate(0,-50%) scale3d(0,1,1);
  -webkit-transform: translate(0,-50%) scale3d(0,1,1);
}
.search-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.search-toggler svg {
  width: 30px;
  height: 30px;
}
.search-area {
  display: none;
  flex-direction: column;
  align-items: center;
  padding-top: 25vh;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .search-area {
    padding-top: 5vh;
    justify-content: center;
  }
}
.search-area.visible {
  display: flex;
}
.search-area__inner {
  min-width: 45vw;
  max-width: 80vw;
  max-height: 60vh;
  padding-bottom: 5vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .search-area__inner {
    width: 65vw;
  }
}
@media screen and (max-width: 551px) {
  .search-area__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.search-area__input-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  background: white;
  position: relative;
  padding: 10px 24px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.search-area__input-wrapper input {
  border: 0;
  color: #000000;
  font-size: 16px;
}
.search-area__input-wrapper input::placeholder {
  color: lightgray;
}
.search-area__results {
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  margin-top: 20px;
  padding: 10px 24px;
  overflow-y: auto;
  transition: 300ms ease;
  visibility: hidden;
  opacity: 0;
}
.search-area__results.visible {
  visibility: visible;
  opacity: 1;
}
.search-area__toggle div::after,
.search-area__toggle div::before,
.search-area__clear::after,
.search-area__clear::before {
  content: '';
  display: block;
  width: 100%;
  height: 1.5px;
  position: absolute;
  left: 0;
  top: 50%;
}
.search-area__toggle div::after,
.search-area__clear::after {
  transform: rotate(-45deg);
}
.search-area__toggle div::before,
.search-area__clear::before {
  transform: rotate(45deg);
}
.search-area__toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(100% + 20px);
  bottom: calc(100% + 20px);
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  background-color: #000;
}
.search-area__toggle div {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-area__toggle div::after,
.search-area__toggle div::before {
  background-color: white;
}
@media screen and (max-width: 551px) {
  .search-area__toggle {
    right: -5px;
    left: 50%;
    top: auto;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
.search-area__clear {
  position: relative;
  width: 20px;
  height: 20px;
}
.search-area__clear::after,
.search-area__clear::before {
  background-color: lightgray;
}
.search-area__icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.search-area__icon svg {
  width: 100%;
  height: 100%;
  fill: #c5c5c5;
}
.search-area__clean {
  position: relative;
}
.search-area__spinner {
  flex-shrink: 0;
  padding: 0 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #d2d2d2;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  animation-play-state: paused;
  visibility: hidden;
}
.search-area__spinner.loading {
  animation-play-state: running;
  visibility: visible;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 6.7704vw;
  background-color: #EDEDED;
  height: 50px;
}
@media screen and (max-width: 550px) {
  .footer {
    gap: 10px;
    height: 100%;
    padding: 15px 0;
  }
}
.footer__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: 1.87488vw;
  margin-right: 0.7812vw;
}
.footer__info__item:first-child {
  padding-right: 4.1664vw;
}
.footer__legal {
  display: flex;
  justify-content: center;
  gap: 2.3436vw;
  color: black;
  margin-right: 11.718vw;
}
@media screen and (max-width: 1200px) {
  .footer__legal {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__legal {
    margin-right: 10px;
  }
}
.footer__legal span {
  text-decoration: underline;
}
.footer__credits a {
  color: #464645;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.error-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100vh;
}
.error-container h1 {
  text-align: center;
  margin-bottom: .5em;
}
.error-container a {
  text-decoration: underline;
}
.paginator__pages {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.paginator__pages a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
}
.paginator__pages .active a {
  background: #000;
  color: #fff;
}
.languages {
  display: flex;
  gap: 10px;
}
.languages a {
  height: 40px;
  width: 40px;
  line-height: 38px;
  border: 1px solid #000000;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #000000;
}
.languages a.active {
  background: #000000;
  color: #fff;
}
.catalog {
  display: flex;
}
.catalog__sidebar {
  flex: 0 0 300px;
  padding: 0 2.5vw;
}
.catalog__main {
  flex-grow: 1;
  padding: 0 2.5vw;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.5vw;
}
.product > div {
  margin-top: 50px;
}
.product > div:first-child {
  margin: 0;
}
.product-preview {
  display: block;
  color: #000000;
}
.product-preview__content {
  margin-top: 20px;
}
.category-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.category-menu a {
  color: #000000;
}
.category-menu li {
  margin-bottom: .6em;
}
.category-menu li.active > a {
  font-weight: bold;
}
.category-menu ul {
  list-style-type: none;
  margin: 0;
  padding: .6em 0 0 1em;
}
.news-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.news-preview:last-child {
  margin: 0;
}
.news-preview__content__date {
  margin-bottom: 10px;
  display: block;
}
.news-preview__content__cta {
  margin-top: 40px;
  display: inline-block;
}
.news > div {
  margin-top: 50px;
}
.news > div:first-child {
  margin: 0;
}
.post-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.post-preview:last-child {
  margin: 0;
}
.post-preview__content__date {
  margin-bottom: 10px;
  display: block;
}
.post-preview__content__cta {
  margin-top: 40px;
  display: inline-block;
}
.post__section {
  margin-top: 50px;
}
.post__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.service-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.service-preview:last-child {
  margin: 0;
}
.service > div {
  margin-top: 50px;
}
.service > div:first-child {
  margin: 0;
}
.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5vw;
}
.policies {
  display: block;
  margin: 0 auto;
  max-width: 60vw;
  padding-top: 5vh;
}
.policies .article__title {
  margin-bottom: 55px;
}
.policies .article__text p,
.policies .article__text li {
  font-size: 1rem;
  color: black;
  margin-bottom: 40px;
}
.policies .article__text strong {
  font-size: 19px;
  color: black;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hero {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
@media screen and (max-width: 700px) {
  .hero {
    grid-template-columns: 1fr;
  }
}
.hero__button {
  height: 43px;
  background-color: #fff;
  border: 2px solid #63A62B;
}
.hero__button span {
  color: #000;
}
.hero__left {
  background: #f07410;
  background: linear-gradient(45deg,#f07410 0%,#63a62b 50%);
  width: fit-content;
  text-align: left;
  padding: 7.812vw 10.416vw;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .hero__left {
    padding: 5.208vw 7.812vw;
  }
}
@media screen and (max-width: 700px) {
  .hero__left {
    padding: 7.812vw 10.416vw;
  }
}
.accordion {
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 40px 60px;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .accordion {
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  .accordion {
    padding: 40px;
  }
}
.accordion__toggler {
  display: flex;
  cursor: pointer;
  padding: 10px 0;
}
.accordion__toggler__title {
  flex-grow: 1;
}
.accordion__toggler__wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.accordion__toggler__wrapper__icon {
  width: 12px;
  height: 17px;
  align-self: flex-start;
}
.accordion__toggler__wrapper__icon.close {
  width: 12px;
  height: 17px;
  align-self: flex-end;
  transform: rotate(180deg);
}
.accordion__toggler__wrapper__icon svg {
  width: 100%;
  height: 100%;
}
.accordion__content {
  height: 0px;
  overflow: hidden;
}
.accordion__content__text {
  line-height: 1.6em;
}
@media screen and (min-width: 550px) {
  .accordion__content__text {
    padding-right: 6.2496vw;
  }
}
.home__accordion__title {
  display: flex;
  justify-content: center;
  padding: max(50px,3.6456vw);
  color: #F07410;
}
.home__courses {
  background-color: #F07410;
  padding: max(50px,5.208vw) 0;
  margin-top: 6.2496vw;
}
.home__courses__wrapper {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 700px) {
  .home__courses__wrapper {
    width: 90%;
  }
}
.home__courses__wrapper__button {
  flex-direction: row;
  border: 2px solid #fff;
  height: 43px;
  padding-left: 3.3em;
  margin-top: 30px;
}
.home__courses__wrapper__button .icon {
  width: 17px;
  height: 15px;
}
.home__courses__wrapper__button .icon svg {
  width: 100%;
  height: 100%;
}
.home__courses__wrapper__text {
  width: 67%;
  line-height: 1.6em;
}
@media screen and (max-width: 700px) {
  .home__courses__wrapper__text {
    width: 100%;
  }
}
.home__courses * {
  color: #fff;
}
.home__about-us__wrapper {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: max(50px,6.7704vw) 0;
}
@media screen and (max-width: 700px) {
  .home__about-us__wrapper {
    width: 90%;
  }
}
.home__about-us__wrapper__title {
  color: #F07410;
}
.home__about-us__wrapper__text {
  line-height: 1.6em;
}
.home__mission__title {
  display: flex;
  justify-content: center;
  margin-bottom: max(30px,3.1248vw);
}
.home__mission__wrapper {
  padding: max(100px,7.812vw) 0 10.416vw 0;
  background-color: #bcbcbc20;
}
.home__mission__wrapper div[class*="paragraph"] {
  display: flex;
  flex-direction: column;
  gap: 35px;
  flex-basis: 51%;
}
.home__mission__wrapper div[class*="image"] {
  flex-basis: 37%;
}
@media screen and (max-width: 1000px) {
  .home__mission__wrapper div[class*="image"] {
    flex-basis: 100%;
  }
}
.home__mission__wrapper div[class*="image"] img {
  border-radius: 10px;
}
.home__mission__wrapper--upper,
.home__mission__wrapper--lower {
  display: flex;
  gap: 7.812vw;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .home__mission__wrapper--upper,
  .home__mission__wrapper--lower {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .home__mission__wrapper--upper,
  .home__mission__wrapper--lower {
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex-direction: column;
    width: 70% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .home__mission__wrapper--upper,
  .home__mission__wrapper--lower {
    width: 90% !important;
  }
}
.home__mission__wrapper--upper .text,
.home__mission__wrapper--lower .text {
  line-height: 1.6em;
}
.home__mission__wrapper--upper {
  padding: 0 7.0308vw 7.0308vw 15.624vw;
}
@media screen and (max-width: 1200px) {
  .home__mission__wrapper--upper {
    padding-left: 6.2496vw;
    padding-right: 2.604vw;
  }
}
.home__mission__wrapper--upper img {
  min-height: 380px;
}
.home__mission__wrapper--lower {
  padding: 0 15.624vw 0 10.416vw;
}
@media screen and (max-width: 1200px) {
  .home__mission__wrapper--lower {
    padding-right: 6.2496vw;
    padding-left: 2.604vw;
  }
}
@media screen and (max-width: 1000px) {
  .home__mission__wrapper--lower {
    flex-direction: column-reverse;
  }
}
.home__mission__wrapper--lower__paragraph {
  gap: 7.812vw !important;
}
@media screen and (max-width: 1400px) {
  .home__mission__wrapper--lower__paragraph {
    gap: 5.208vw !important;
  }
}
.home__mission__wrapper--lower img {
  min-height: 550px;
  min-width: 350px;
}
.home__contact-us {
  display: flex;
  padding: 5.208vw 10.416vw 7.812vw;
}
@media screen and (max-width: 1200px) {
  .home__contact-us {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 700px) {
  .home__contact-us {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .home__contact-us--left {
    width: 90%;
    margin: 0 auto;
  }
}
.home__contact-us--left__title {
  padding-bottom: 5.208vw;
}
.home__contact-us--left .input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 700px) {
  .home__contact-us--left .input-grid {
    grid-template-columns: 1fr;
  }
}
.home__contact-us--left .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13.02vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .home__contact-us--left .form-footer {
    flex-direction: column;
  }
}
.home__contact-us--left .form-privacy {
  margin-bottom: 0;
}
.home__contact-us--left .form-privacy .input.checkbox {
  margin-bottom: 0;
}
.home__contact-us--left .form-privacy label {
  display: block;
  margin-bottom: 0;
}
.home__contact-us--left .form-privacy span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: flex-start;
}
.home__contact-us--left .form-privacy span span {
  display: inline;
}
.home__contact-us--left .form-privacy span::before {
  border: 1px solid #000;
  border-radius: 10px;
}
.home__contact-us--left .form-submit {
  white-space: nowrap;
}
.home__contact-us--left .form-submit .button {
  border: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
}
.home__contact-us--left input,
.home__contact-us--left textarea {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 10px;
}
.home__contact-us--right {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  flex-basis: 45%;
}
@media screen and (max-width: 1200px) {
  .home__contact-us--right {
    justify-content: flex-start;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .home__contact-us--right {
    width: 90%;
    margin: 0 auto;
  }
}
.home__contact-us--right__where {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.6456vw;
}
@media screen and (max-width: 1200px) {
  .home__contact-us--right__where {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    position: relative;
  }
}
@media screen and (max-width: 550px) {
  .home__contact-us--right__where {
    grid-template-columns: 1fr;
  }
}
.home__contact-us--right__where__infos {
  width: 70%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .home__contact-us--right__where__infos {
    margin-left: 0;
    gap: 10px;
  }
}
@media screen and (max-width: 700px) {
  .home__contact-us--right__where__infos {
    width: 100%;
  }
  .home__contact-us--right__where__infos__title {
    font-size: 14px;
  }
  .home__contact-us--right__where__infos__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 550px) {
  .home__contact-us--right__where__infos {
    width: 60%;
  }
}
.home__contact-us--right__where__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.home__contact-us--right__where__buttons .button {
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .home__contact-us--right__where__buttons .button {
    margin-left: 0;
  }
}
.home__contact-us--right__socials {
  display: flex;
  align-items: center;
  gap: 1.0416vw;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .home__contact-us--right__socials {
    margin-left: 0;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .home__contact-us--right__socials {
    position: static;
  }
  .home__contact-us--right__socials a {
    margin-right: 10px;
  }
}
.home__contact-us--right__socials a[class*="fb"] {
  width: 20px !important;
  height: 20px !important;
}
.home__contact-us--right__socials a {
  width: 25px;
  height: 25px;
}
.home__contact-us--right__socials svg {
  width: 100%;
  height: 100%;
}