/**
    Here comes the custom styles for the child theme
 */

:root {
  --black: #000;
  --blue: #5b98a9;
  --green: #8a9764;
  --blue-background-60: #7098a099;
  --white: #fff;
  --l: 3.75rem;
  --m: 2rem;
  --border: .313rem;
  --xl: 8.75rem;
  --green-40: #8a976466;
  --beige: #f7f4f0;
  --green-background-20: #8a976433;
  --green-background-70: #8a9764b3;
  --orange: #f18700;
  --transparent: #fff0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--black);
  font-family: Rubik, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fraunces 9 Pt", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.125;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fraunces 9 Pt", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

p {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1.063rem;
}

a {
  color: var(--black);
  text-decoration: underline;
}

ul {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section-hero {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 230px 160px 100px;
  text-decoration: none;
  display: block;
  position: relative;
}

.logo {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.content-container {
  grid-row-gap: 40px;
  color: var(--green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  position: relative;
}

.content-container.flex-horizontal {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
footer {
	background-image: linear-gradient(to bottom, var(--blue-background-60), var(--blue-background-60)), linear-gradient(to bottom, var(--white), var(--white));
}
.footer {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--blue-background-60), var(--blue-background-60)), linear-gradient(to bottom, var(--white), var(--white));
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 60px 10rem 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.note {
  margin-bottom: 0;
  font-size: 1rem;
}

.link-wrapper-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.link-wrapper-horizontal {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  display: block;
}

.hide {
  display: none;
}

.navbar {
  z-index: 5;
  grid-row-gap: 40px;
  color: var(--green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 35px;
  padding-left: 160px;
  padding-right: 160px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.absolut {
  position: absolute;
}

.hero-background-element {
  z-index: 1;
  opacity: .45;
  background-image: url('../images/tourimia-bildelement-weinberg.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 79%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(-320px, 220px);
}

.hero-background-element._2-copy {
  z-index: 0;
  background-image: url('../images/tourimia-imsuedenganzoben-bildelement-2.svg'), linear-gradient(#7098a026, #7098a026);
  background-position: 0 -130px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 130%, auto;
  overflow: hidden;
  transform: none;
}

.nav-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-link-logo {
  perspective-origin: 50%;
  transform-origin: 50%;
  flex: 0 40%;
  align-self: center;
  margin-top: 60px;
  margin-bottom: 0;
  margin-right: 60px;
  transition: transform .3s;
  position: relative;
}

.wrapper-link-logo:hover {
  transform: scale(1.03);
}

.link-footer {
  text-decoration: none;
}

.link-footer:hover {
  border-bottom: 1px solid #000;
}

.link-footer-2 {
  color: var(--black);
  padding-bottom: 1px;
  text-decoration: none;
  display: inline-block;
}

.link-footer-2:hover, .link-footer-2.w--current {
  border-bottom: 1px solid #000;
  padding-bottom: 0;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.headline {
  color: var(--blue);
  margin-top: 10px;
  font-family: Rubik, Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  display: inline-block;
}

.blue {
  color: var(--blue);
}

.list {
  margin-bottom: 30px;
}

.mouse-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 160px;
  padding-right: 160px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.link-block-arrow {
  transition: transform .3s;
}

.link-block-arrow:hover {
  transform: translate(0, 8px);
}

.image {
  width: 170px;
  height: 55px;
}

.code-embed-2 {
  margin-top: 1px;
}

.wrapper-hl {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bkg-black-opacity {
  z-index: 3;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.cursor-wrap {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.intro {
  color: var(--white);
  width: 42rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.intro.centered {
  text-align: center;
}

.wrapper-slider-start {
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.arrow {
  width: 1.625rem;
}

.cursor {
  background-color: #fff0;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  transition: opacity .3s;
}

.margin-bottom-m {
  margin-bottom: 2rem;
}

.brand {
  width: 230px;
  margin-left: -75px;
}

.wrapper-icon-socialmedia {
  margin-right: 2rem;
  position: relative;
}

.section {
  z-index: 3;
  background-image: linear-gradient(#8a976433, #8a976433), linear-gradient(#fff, #fff);
  width: 100%;
  padding: 8.125rem 10rem;
  text-decoration: none;
  position: relative;
}

.section.background-white {
  background-image: linear-gradient(#8a976414, #8a976414), linear-gradient(#fff, #fff);
}

.navbar-2 {
  z-index: 5;
  grid-row-gap: 40px;
  color: #8a9764;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 35px;
  padding-left: 10rem;
  padding-right: 10rem;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto;
}

.cursor-hover {
  text-decoration: none;
}

.icon-arrow {
  z-index: 4000;
  color: #fff;
  text-align: center;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.section-img-slider {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(#8a976433, #8a976433);
  padding-left: 10rem;
  padding-right: 10rem;
  position: relative;
  overflow: hidden;
}

.green {
  color: #8a9764;
}

.section-start {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 10rem;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  position: relative;
}

.icon-socialmedia {
  height: 3.5rem;
}

.slider-start {
  width: 100%;
  height: 100%;
}

.white {
  color: var(--white);
}

.white.centered {
  text-align: center;
}

.image-slider-start {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-primary {
  z-index: 6;
  border-radius: var(--border);
  background-color: var(--white);
  color: var(--black);
  margin-top: 2.5rem;
  margin-right: 2.5rem;
  font-style: normal;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-primary:hover {
  background-color: #ffffffbd;
}

.grid-facts {
  margin-top: var(--l);
  margin-bottom: var(--xl);
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  width: 90%;
}

.image-team {
  object-fit: cover;
  width: 100%;
  height: 40rem;
}

.margin-bottom-s {
  margin-bottom: .75rem;
}

.icon-check {
  width: 3.75rem;
}

.icon-check.margin-bottom-s {
  margin-bottom: 1.25rem;
}

.wrapper-hl-image {
  z-index: 1;
  margin-bottom: var(--m);
  margin-left: var(--m);
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.wrapper-hl-image.mobile {
  display: none;
}

.wrapper-image-text {
  border-radius: var(--border);
  margin-bottom: 8.125rem;
  position: relative;
  overflow: hidden;
}

.element-green {
  width: 40rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.wrapper-link-logo-2 {
  perspective-origin: 50%;
  transform-origin: 50%;
  flex: 0 40%;
  align-self: center;
  margin-top: 3.75rem;
  margin-bottom: 0;
  margin-right: 3.75rem;
  transition: transform .3s;
  position: relative;
}

.wrapper-link-logo-2:hover {
  transform: scale(1.03);
}

.h2-limit {
  width: 50rem;
}

.h2-limit.black {
  color: var(--black);
}

.grid-logos {
  margin-top: var(--l);
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.wrapper-link-logo-3 {
  perspective-origin: 50%;
  transform-origin: 50%;
  flex: 0 40%;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  transition: transform .3s;
  position: relative;
}

.wrapper-link-logo-3:hover {
  transform: scale(1.03);
}

.region-logo-3 {
  height: 4.75rem;
}

.icon-arrow-2 {
  z-index: 4000;
  color: #fff;
  text-align: center;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.icon-arrow-2.green {
  border-color: #8a9764;
}

.mask {
  width: 75%;
  overflow: visible;
}

.slide {
  border-radius: .313rem;
  height: 33rem;
  margin-right: 2rem;
  overflow: hidden;
}

.slider-nav {
  color: #0000;
  background-color: #0000;
  height: 1.75rem;
  margin-left: 0;
  margin-right: -5px;
  font-size: .5rem;
  display: none;
  inset: auto 0% 9% auto;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-image.half {
  border-radius: .313rem;
  width: 47%;
  display: inline;
}

.slider-image.half.left {
  width: 50%;
  margin-right: 2rem;
}

.arrow-slider {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 14%;
  left: auto;
}

.arrow-slider:hover {
  background-color: #fbd9000d;
}

.arrow-slider.left {
  color: #0006;
  border-color: #0000000d;
  position: absolute;
  right: 4rem;
}

.slider-images {
  background-color: #0000;
  height: auto;
  padding-bottom: 10rem;
  position: relative;
}

.wrapper-image-slide {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.image-map {
  width: 100%;
  margin-top: 7rem;
}

.region-logo {
  height: 4.75rem;
}

.section-2 {
  z-index: 3;
  background-image: linear-gradient(#8a976433, #8a976433), linear-gradient(#fff, #fff);
  width: 100%;
  padding: 8.125rem 10rem;
  text-decoration: none;
  position: relative;
}

.section-2.background-white {
  background-image: linear-gradient(#8a976414, #8a976414), linear-gradient(#fff, #fff);
}

.section-2.background-white.last {
  padding-bottom: 3.75rem;
  overflow: hidden;
}

.image-form {
  z-index: 0;
  height: 45%;
  position: absolute;
  inset: auto 0% -3% auto;
}

.grid-logos-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 2.5rem;
}

.content-container-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.element-last {
  width: 83%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.wrapper-link-logo-4 {
  perspective-origin: 50%;
  transform-origin: 50%;
  flex: 0 40%;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  transition: transform .3s;
  position: relative;
}

.wrapper-link-logo-4:hover {
  transform: scale(1.03);
}

.image-map-2 {
  width: 95%;
}

.wrapper-map {
  z-index: 1;
  margin-top: 2.75rem;
  position: relative;
}

.box-green {
  margin-bottom: var(--xl);
  padding-top: var(--l);
  padding-bottom: var(--l);
  border-radius: var(--border);
  background-color: var(--green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.bg-element {
  z-index: 0;
  opacity: .1;
  background-image: url('../images/tourimia-element-4.svg');
  background-position: 64% 35%;
  background-size: 185%;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.375rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  p {
    font-size: 1rem;
  }

  .section-hero {
    padding: 200px 85px 60px;
  }

  .content-container.flex-horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .note {
    font-size: .938rem;
  }

  .navbar {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hero-background-element {
    background-size: 100%;
    transform: translate(-187px);
  }

  .wrapper-link-logo {
    margin-top: 50px;
    margin-right: 40px;
  }

  .margin-bottom-40 {
    margin-bottom: 30px;
  }

  .headline {
    font-size: 18px;
  }

  .mouse-wrapper {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .code-embed-2 {
    font-size: .938rem;
  }

  .intro {
    width: 84%;
  }

  .margin-bottom-m {
    margin-bottom: 1.875rem;
  }

  .brand {
    width: 190px;
    margin-left: 0;
  }

  .wrapper-icon-socialmedia {
    margin-right: 1.25rem;
  }

  .section {
    padding: 5rem 3.125rem;
  }

  .navbar-2, .section-img-slider {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .section-start {
    padding-bottom: 9rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .icon-socialmedia {
    height: 2.875rem;
  }

  .button-primary {
    margin-top: 1.75rem;
    margin-right: 1.75rem;
  }

  .grid-facts {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    margin-bottom: 6rem;
  }

  .icon-check.margin-bottom-s {
    width: 3.25rem;
  }

  .element-green {
    width: 36rem;
  }

  .h2-limit {
    width: 100%;
  }

  .h2-limit.black {
    color: var(--black);
  }

  .grid-logos {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
  }

  .region-logo-3 {
    height: 4.5rem;
  }

  .mask {
    width: 85%;
  }

  .slide {
    height: 25rem;
  }

  .slider-nav {
    margin-right: -2px;
    bottom: 11%;
  }

  .slider-image {
    height: 25rem;
  }

  .slider-images {
    padding-left: 0;
    padding-right: 0;
  }

  .image-map {
    margin-top: 5rem;
  }

  .region-logo {
    height: 4.25rem;
  }

  .section-2 {
    padding: 5rem 3.125rem;
  }

  .section-2.background-white.last {
    padding-bottom: 2rem;
  }

  .image-form {
    height: 30%;
    bottom: -2%;
  }

  .grid-logos-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
  }

  .element-last {
    width: 90%;
  }

  .image-map-2 {
    width: 98%;
  }

  .box-green {
    margin-bottom: 6rem;
  }

  .bg-element {
    background-position: 60% 30%;
    background-size: 220%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  p {
    line-height: 1.5;
  }

  .section-hero {
    padding: 140px 40px 40px;
  }

  .content-container.flex-horizontal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer {
    padding-bottom: 40px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .note {
    font-size: 14px;
  }

  .link-wrapper-horizontal {
    width: 100%;
  }

  .navbar {
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-link-logo {
    margin-top: 40px;
    margin-right: 30px;
  }

  .headline {
    font-size: 17px;
  }

  .list {
    padding-left: 30px;
  }

  .mouse-wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    display: none;
  }

  .intro {
    width: 95%;
    font-size: 1.125rem;
  }

  .arrow {
    width: 1.45rem;
  }

  .margin-bottom-m {
    margin-bottom: 1.25rem;
  }

  .brand {
    width: 200px;
    margin-left: -5px;
  }

  .section {
    padding: var(--l) 1.875rem;
  }

  .navbar-2 {
    padding-top: 15px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .icon-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .section-img-slider {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .section-start {
    min-height: 100vh;
    padding-bottom: 4rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .icon-socialmedia {
    height: 2.5rem;
  }

  .grid-facts {
    margin-bottom: 5rem;
  }

  .image-team {
    height: 30rem;
  }

  .margin-bottom-s {
    margin-bottom: .5rem;
  }

  .icon-check.margin-bottom-s {
    width: 3rem;
    margin-bottom: .75rem;
  }

  .wrapper-hl-image {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
  }

  .wrapper-image-text {
    margin-bottom: 5rem;
  }

  .wrapper-link-logo-2 {
    margin-top: 2.5rem;
    margin-right: 2.5rem;
  }

  .grid-logos {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }

  .region-logo-3 {
    height: 3.6rem;
  }

  .icon-arrow-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .mask {
    width: 80%;
  }

  .slide {
    height: auto;
    margin-right: 1.25rem;
  }

  .slider-image {
    height: auto;
  }

  .arrow-slider {
    background-color: #fff0;
    width: 2.5rem;
    height: 2.5rem;
  }

  .arrow-slider.left {
    background-color: #fff0;
    right: 3.5rem;
  }

  .slider-images {
    margin-top: 1rem;
    padding-bottom: 8rem;
  }

  .image-map {
    margin-top: var(--l);
  }

  .region-logo {
    height: 3.6rem;
  }

  .section-2 {
    padding: 3.75rem 1.875rem;
  }

  .image-form {
    height: 29%;
  }

  .grid-logos-2 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }

  .element-last, .image-map-2 {
    width: 100%;
  }

  .wrapper-map {
    margin-top: 2rem;
  }

  .box-green {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.688rem;
  }

  h2 {
    font-size: 1.563rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  .section-hero {
    padding: 130px 25px 20px;
  }

  .content-container.flex-horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer {
    padding: 40px 1.563rem 80px;
  }

  .link-wrapper-horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .navbar {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-background-element {
    transform: translate(-74px);
  }

  .wrapper-link-logo {
    margin-top: 20px;
    margin-right: 0;
  }

  .list {
    padding-left: 15px;
  }

  .mouse-wrapper {
    margin-bottom: 20px;
    padding-left: 1.563rem;
    padding-right: 1.563rem;
    display: none;
  }

  .intro {
    width: 100%;
  }

  .margin-bottom-m {
    margin-bottom: 1.125rem;
  }

  .brand {
    width: 185px;
  }

  .section {
    padding: var(--m) 1.563rem;
  }

  .navbar-2 {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .icon-arrow {
    border-width: 1.3px;
  }

  .section-img-slider {
    padding-left: 1.563rem;
    padding-right: 1.563rem;
  }

  .section-start {
    min-height: 100vh;
    padding: 7rem 1.563rem 6rem;
  }

  .button-primary {
    margin-bottom: 1.563rem;
    margin-left: 1.563rem;
    inset: auto auto 0% 0%;
  }

  .grid-facts {
    margin-top: var(--m);
    margin-bottom: var(--l);
  }

  .image-team {
    height: 14rem;
  }

  .icon-check.margin-bottom-s {
    width: 2.75rem;
    margin-bottom: .75rem;
  }

  .wrapper-hl-image {
    display: none;
  }

  .wrapper-hl-image.mobile {
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .wrapper-image-text {
    margin-bottom: var(--l);
  }

  .element-green {
    display: none;
  }

  .wrapper-link-logo-2 {
    margin-top: 1.25rem;
    margin-right: 0;
  }

  .grid-logos {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
  }

  .region-logo-3 {
    height: 3.75rem;
  }

  .icon-arrow-2 {
    border-width: 1.3px;
  }

  .mask {
    width: 90%;
  }

  .slide {
    margin-right: 1rem;
  }

  .slider-nav {
    inset: auto auto -2% 0%;
  }

  .slider-images {
    padding-bottom: 6rem;
  }

  .image-map {
    margin-top: 2.75rem;
  }

  .region-logo {
    height: 3.5rem;
  }

  .section-2 {
    padding: 2rem 1.563rem;
  }

  .image-form {
    height: 20%;
  }

  .grid-logos-2 {
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
  }

  .wrapper-map {
    margin-top: 1.25rem;
  }

  .box-green {
    margin-bottom: var(--l);
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bg-element {
    background-position: 62% 40%;
    background-size: 310%;
  }
}

#w-node-c7bf569f-77b2-4546-7552-c47bf7972be8-c6973bfe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_65c63e2f-02c2-a55b-fcdf-5a3fcbc68941-c6973bfe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65c63e2f-02c2-a55b-fcdf-5a3fcbc68947-c6973bfe {
  align-self: center;
}

#w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7030-c6973bfe {
  place-self: center;
}

#w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7031-c6973bfe {
  place-self: center start;
}

#w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7032-c6973bfe, #w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7034-c6973bfe {
  place-self: center;
}

#w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7036-c6973bfe {
  justify-self: center;
}

#w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7037-c6973bfe {
  place-self: center start;
}

#w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7038-c6973bfe, #w-node-_093b1b05-ea90-556a-d70c-0f02e5bf703a-c6973bfe {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7030-c6973bfe, #w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7032-c6973bfe, #w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7034-c6973bfe, #w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7036-c6973bfe, #w-node-_093b1b05-ea90-556a-d70c-0f02e5bf7038-c6973bfe, #w-node-_093b1b05-ea90-556a-d70c-0f02e5bf703a-c6973bfe {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('/wp-content/themes/knowledge-hub-template-child/src/fonts/BarlowSemiCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('/wp-content/themes/knowledge-hub-template-child/src/fonts/Rubik-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces 9 Pt';
  src: url('/wp-content/themes/knowledge-hub-template-child/src/fonts/Fraunces_9pt-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces 9 Pt';
  src: url('/wp-content/themes/knowledge-hub-template-child/src/fonts/Fraunces_72pt-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('/wp-content/themes/knowledge-hub-template-child/src/fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}