/* --------------- GENERAL --------------- */

.gd-career {
    --gd-content-width: 80vw;
    --gd-content-padding: 9%;
}

.gd-mobile {
    display: none;
}

.gd-hidden {
    display: none !important;
}

.gd-invisible {
    opacity: 0 !important;
}

.gd-noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.gd-career a,
.gd-career a:visited,
.gd-career a:hover,
.gd-career a:focus,
.gd-career a:active {
    text-decoration: none;
}

.gd-container {
    max-width: 1172px;
    padding: 0 16px;
    margin: 0 auto;
}

.gd-section {
    margin: 0 auto;
    padding: 2.5vw 0 8vw 0;
    width: var(--gd-content-width);
    text-align: center;
}

.gd-section.no_space {
    padding: 2.5vw 0 0 0;
}

.gd-h1 {
    margin: 0;
    padding: 0 var(--gd-content-padding) 2vw var(--gd-content-padding);
    font-family: 'Cora', sans-serif;
    font-size: clamp(2.75rem, 2.86vw, 5.5rem);
    line-height: 120%;
    font-weight: 800;
    text-align: center;
}

.gd-h2 {
    margin: 0;
    padding: 0 var(--gd-content-padding) 2vw var(--gd-content-padding);
    font-family: 'Cora', sans-serif;
    font-size: clamp(2.25rem, 2.34vw, 4.5rem);
    line-height: 120%;
    font-weight: 800;
    text-align: center;
}

.gd-text {
    margin: 0;
    padding: 0 var(--gd-content-padding) 6vw var(--gd-content-padding);
    font-family: Arial, sans-serif;
    font-size: clamp(1.4rem, 1.46vw, 2.8rem);
    line-height: 140%;
    font-weight: 300;
    text-align: center;
}

.gd-text a {
    text-decoration: underline;
}

.gd-button {
    color: #c09a51;
    text-decoration: none;
}

.gd-button:hover {
    color: #ffffff;
}

.gd-button {
    margin: 0 auto;

}

.gd-button {
    display: inline-block;
    margin: 0 0;
}

.gd-button div {
    margin: 0 0;
    padding: 1.1vw 2.45vw;
    width: fit-content;
    font-family: 'Cora', sans-serif;
    font-size: clamp(1.2rem, 1.25vw, 2.4rem);
    font-weight: bold;
    text-transform: uppercase;
    border-top: clamp(2px, 0.2vw, 4px) solid #c09a51;
    border-bottom: clamp(2px, 0.2vw, 4px) solid #c09a51;
    transition: 0.3s;
}

.gd-button div:hover {
    background-color: #c09a51;
}


/* -------------------------------------- */
/* --------------- HEADER --------------- */

.gd-header {
    position: relative;
    padding: 0;
    margin: 0 0 2.5vw 0;
    width: 100%;
    height: 27vw;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
}

.gd-header.gd-banner {
    height: 44.6vw;
}

.gd-header__background {
    position: absolute;
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
}

.gd-header .gd-header__content{
    margin: auto;
    padding: 0 8%;
    width: var(--gd-content-width);
}

.gd-header .gd-header__headline {
    margin: 0;
    padding: 5% 0 1.8% 0;
    font-family: 'Cora', sans-serif;
    font-size: clamp(3.75rem, 4vw, 7.5rem);
    font-weight: bold;
    color: #ffffff;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.6);
}

.gd-header.gd-banner .gd-header__headline {
    padding: 5vw 0 0.5vw 0;
    color: #000000;
    text-shadow: none;
}

.gd-header .gd-header__description {
    margin: 0;
    padding: 0 15% 5% 15%;
    font-family: Arial, sans-serif;
    font-size: clamp(1.4rem, 1.46vw, 2.8rem);
    font-weight: normal;
    color: #ffffff;
}

.gd-header.gd-banner .gd-header__description {
    margin-bottom: 14vw;
    padding: 0 2vw 4vw 2vw;
    color: #000000;
}

.gd-header .gd-header__button div {
    display: inline-block;
    padding: 1.2vw 2.5vw;
    width: max-content;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: clamp(1.2rem, 1.25vw, 2.4rem);
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
}

.gd-header.gd-banner .gd-header__button div {
    margin: 0 0 0 0;
    padding: 0.9vw 1.4vw;
    font-size: clamp(1rem, 1.05vw, 2rem);
    color: #ffffff;
    background-color: #18553F;
    border-top: clamp(2px, 0.2vw, 4px) solid #18553F;
    border-bottom: clamp(2px, 0.2vw, 4px) solid #18553F;
    border-radius: 0;

}

.gd-header .gd-header__button div:hover{
    color: #ffffff;
    background-color: #18553F;
}

.gd-header.gd-banner .gd-header__button div:hover{
    color: #000000;
    background-color: #ffffff;
    border-top: clamp(2px, 0.2vw, 4px) solid #000000;
    border-bottom: clamp(2px, 0.2vw, 4px) solid #000000;
}


/* --------------------------------------- */
/* --------------- CV LINK --------------- */

.gd-cv,
.gd-fp {
    text-decoration: none;

    --gd-cv-height: 5vw;
    --gd-cv-width: 25vw;
}

/*
.gd-cv__outer {
  position: absolute;
  top: 14vw;
  right: 8vw;
}

.gd-cv__tooltip {
  display: inline-block;
  margin: 0 0 1vw 0;
  padding: 0.6vw 1.6vw;
  width: max-content;
  font-family: Arial, sans-serif;
  font-size: clamp(0.8rem, 0.83vw, 1.6rem);
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 5px;
}

.gd-cv__link_header {
  margin: 0 auto;
  width: fit-content;
}

.gd-cv__link_header .gd-cv__container {
  height: var(--gd-cv-height);
  width: var(--gd-cv-height);
  background-color: #18553F;
  border-radius: calc(var(--gd-cv-height) / 2);
}

.gd-cv__link_header .gd-cv__icon {
  width: var(--gd-cv-height);
  height: var(--gd-cv-height);
  background: url('../../img/gd-img/gd-form-icon.svg') no-repeat center center;
  background-size: var(--gd-cv-height) var(--gd-cv-height);
}
*/

#gd-cv,
#gd-fp {
    margin: 0;
    padding: 0;
    left: calc(100% - var(--gd-cv-height) - 0.4vw);
    width: var(--gd-cv-width);
    z-index: 120;
    transition: transform 0.5s;
}

.gd-cv__link_static {
    position: absolute;
    top: 18.7vw;
    transform: translateX(-90%);
}

.gd-banner .gd-cv__link_static {
    position: absolute;
    top: 34.1vw;
    transform: translateX(-90%);
}

.gd-fp__link_hidden {
    position: fixed;
    top: 6vw;
    transform: translateX(90%);
}

.gd-cv__link_float,
.gd-fp__link_float {
    position: fixed;
    top: 6vw;
}

.gd-cv__link_float:hover,
.gd-fp__link_float:hover,
.gd-fp__link_float.gd-fp__link_float_full_visibility {
    transform: translateX(-64%);
}

.gd-cv .gd-cv__container,
.gd-fp .gd-fp__container {
    display:flex;
    padding: 0 4.3%;
    width: fit-content;
    height: var(--gd-cv-height);
    background-color: #18553F;
    border-radius: calc(var(--gd-cv-height) / 2);
    align-items: center;
    border: solid 2px #18553F;
    transition: 0.3s;
}

.gd-fp .gd-fp__container {
    width: max-content;
}

.gd-cv__container:hover,
.gd-fp__container:hover {
    background-color: #ffffff;
}

.gd-cv .gd-cv__icon,
.gd-fp .gd-fp__icon {
    width: calc(var(--gd-cv-height) - 4px);
    height: calc(var(--gd-cv-height) - 4px);
    min-width: calc(var(--gd-cv-height) - 4px);
    min-height: calc(var(--gd-cv-height) - 4px);
    background: url('../../img/gd-img/gd-form-icon.svg') no-repeat center center;
    background-size: var(--gd-cv-height) var(--gd-cv-height);
    transition: 0.3s;
}

.gd-fp .gd-fp__icon {
    background: url('../../img/gd-img/gd-fp-icon.svg') no-repeat center center;
}

.gd-cv__container:hover .gd-cv__icon {
    background: url('../../img/gd-img/gd-form-icon-white.svg') no-repeat center center;
    background-size: var(--gd-cv-height) var(--gd-cv-height);
}

.gd-fp__container:hover .gd-fp__icon {
    background: url('../../img/gd-img/gd-fp-icon-white.svg') no-repeat center center;
    background-size: var(--gd-cv-height) var(--gd-cv-height);
}

.gd-cv .gd-cv__text,
.gd-fp .gd-fp__text {
    max-width: 14vw;
    margin-left: 1%;
    margin-right: 4%;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: clamp(0.9rem, 0.94vw, 1.8rem);
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
}

.gd-fp .gd-fp__text {
    width: 14vw;
    margin: 0 6% 0 5%;
    white-space:nowrap;
}

.gd-cv__container:hover .gd-cv__text,
.gd-fp__container:hover .gd-fp__text {
    color: #18553F;
}


/* -------------------------------------------------- */
/* --------------- INDUSTRY SELECTION --------------- */

.gd-industry {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 2vw 2vw;
    justify-content: center;
    align-content: center;
}

.gd-industry__link {
    text-decoration: none;
}

.gd-industry__item {
    position: relative;
    width: 19vw;
    height: 22vw;
    border-radius: 3%;
    cursor: default;
    overflow: hidden;
}

.gd-industry__item .gd-industry__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.gd-industry__item .gd-industry__image_blur {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

.gd-industry__item:hover .gd-industry__image_blur {
    backdrop-filter: blur(2px) grayscale(0.3) brightness(0.6);
    -webkit-backdrop-filter:  blur(2px) grayscale(0.3) brightness(0.6);
}

.gd-industry__item .gd-industry__icon {
    position: absolute;
    top: -0.5vw;
    right: -0.3vw;
    max-height: 5vw;
    max-width: 5vw;
    transition: 0.5s ease-out;
}

.gd-industry__item:hover .gd-industry__icon {
    opacity: 0;
}

.gd-industry__description_container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.gd-industry__item .gd-industry__header {
    position: relative;
    font-family: 'Cora', sans-serif;
    font-size: clamp(1.6rem, 1.67vw, 3.2rem);
    line-height: 120%;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
}

.gd-industry__item .gd-industry__text {
    position: relative;
    padding: 10% 15% 0 15%;
    max-height: 0;
    font-family: Arial, sans-serif;
    font-size: clamp(0.9rem, 0.94vw, 1.8rem);
    line-height: 150%;
    color: #ffffff;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
}

.gd-industry__item .gd-industry__see_more {
    display: block;
}

.gd-industry__item .gd-industry__see_more div {
    margin: 2vw auto 0 auto;
    padding: 0.5vw 1.45vw;
    color: #ffffff;
    font-size: clamp(0.9rem, 0.94vw, 1.8rem);
    border-top: clamp(1.5px, 0.15vw, 3px) solid #ffffff;
    border-bottom: clamp(1.5px, 0.15vw, 3px) solid #ffffff;
    cursor: pointer;
}

.gd-industry__item .gd-industry__see_more:hover div {
    background-color: #18553F;
    border-top: clamp(1.5px, 0.15vw, 3px) solid #18553F;
    border-bottom: clamp(1.5px, 0.15vw, 3px) solid #18553F;
}

.gd-industry__item:hover .gd-industry__text {
    max-height: 50vw;
    opacity: 1;
    transition: 0.75s ease-in;
}


/* ---------------------------------------- */
/* --------------- PROGRAMS --------------- */

.gd-programs__contaier {
    position: relative;
    margin: 0 auto;
    width: 74%;
    height: 36vw;
}

.gd-programs__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gd-programs__item_close {
    position: absolute;
    padding: 8vw 4vw 0vw 4vw;
    top: 0;
    width: 48%;
    height: 100%;
    border-radius: 1.4vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 20;
}

.gd-programs__item_open {
    /*display: none;*/
    position: absolute;
    padding: 2vw 4vw 0vw 4vw;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    border-radius: 1.4vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    z-index: 10;
    transition: 0.5s;
}

.gd-programs__item.active .gd-programs__item_open {
    /*display: block;*/
    max-height: 100%;
    height: 100%;
    opacity: 1;
    z-index: 30;
}

.gd-programs__item:nth-child(1) .gd-programs__item_close {
    left: 0;
}

.gd-programs__item:nth-child(2) .gd-programs__item_close {
    right: 0;
    background-position-x: -22vw;
}

.gd-programs__item_close_gradient,
.gd-programs__item_open_gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 1.4vw;
}

.gd-programs__item_close_gradient {
    background-image: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,1) 130% );
}

.gd-programs__item_open_gradient {
    background-image: linear-gradient(rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 180% );
}

.gd-programs__item_header {
    position: relative;
    display: grid;
    font-family: 'Cora', sans-serif;
    height: 7.6vw;
    font-size: clamp(2.75rem, 2.5vw, 5.5rem);
    line-height: 120%;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    align-items: center;
}

.gd-programs__item_open .gd-programs__item_header {
    height: 6vw;
    text-align: left;
}

.gd-programs__item_description {
    position: relative;
    display: grid;
    padding: 0 0 0 0;
    height: 12vw;
    font-family: Arial, sans-serif;
    font-size: clamp(1.4rem, 1.2vw, 2.8rem);
    line-height: 150%;
    color: #ffffff;
    overflow: hidden;
    align-items: center;
}

.gd-programs__item_text {
    position: relative;
    padding: 0 0 0 0;
    font-family: Arial, sans-serif;
    font-size: clamp(0.9rem, 0.94vw, 1.8rem);
    line-height: 150%;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
}

.gd-programs__item_button {
    position: relative;
    display: block;
    margin: 2vw auto 0 auto;
    padding: 0.5vw 1.45vw;
    width: fit-content;
    font-family: 'Cora', sans-serif;
    color: #ffffff;
    font-size: clamp(0.9rem, 1.2vw, 1.8rem);
    font-weight: bold;
    text-transform: uppercase;
    border-top: clamp(1.5px, 0.15vw, 3px) solid #ffffff;
    border-bottom: clamp(1.5px, 0.15vw, 3px) solid #ffffff;
    cursor: pointer;
}

.gd-programs__item_button:hover {
    background-color: #18553F;
    border-top: clamp(1.5px, 0.15vw, 3px) solid #18553F;
    border-bottom: clamp(1.5px, 0.15vw, 3px) solid #18553F;
}

.gd-programs__item_open_icon {
    position: absolute;
    height: 2vw;
    width: 2vw;
    margin: 1.2vw;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../../img/gd-img/gd-cross.svg');
    cursor: pointer;
}


/* -------------------------------------- */
/* --------------- PEOPLE --------------- */

.gd-people {
    position: relative;
    z-index: 40;
}

.gd-people__background {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 2vw));
    left: -28vw;
    height: 24vw;
    width: 100vw;
    background: url('../../img/gd-img/gd-people-character-background.png') no-repeat center bottom;
    background-size: auto 34vw;
}

.gd-people__slider {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gd-people__slider::-webkit-scrollbar {
    display:none;
}

.gd-people__item {
    position: relative;
    display: inline-block;
    width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.gd-people__item_inner {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-items: center;
}

.gd-people__info {
    padding-right: 10vw;
    text-align: left;
}

.gd-people__info a {
    text-decoration: underline;
}

.gd-people__image {
    height: 28vw;
    width: auto;
}

.gd-people__info_name {
    font-family: 'Cora', sans-serif;
    font-size: clamp(2rem, 2.08vw, 4rem);
    font-weight: bold;
}

.gd-people__info_characteristics {
    margin-bottom: 1.2vw;
    color: #C9A357;
    font-family: 'Cora', sans-serif;
    font-size: clamp(0.8rem, 0.83vw, 1.6rem);
}

.gd-people__info_description {
    font-family: Arial, sans-serif;
    font-size: clamp(0.9rem, 0.94vw, 1.8rem);
}

.gd-people__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    width: 4vw;
    height: 4vw;
}

.gd-people__arrow__left{
    left: 0vw;
    background: url('../../img/gd-img/gd-arrow-left.svg') no-repeat center center;
    background-size: 4vw auto;
}

.gd-people__arrow__right{
    right: 0vw;
    background: url('../../img/gd-img/gd-arrow-right.svg') no-repeat center center;
    background-size: 4vw auto;
}


/* ----------------------------------------------- */
/* --------------- EMPLOY BENEFITS --------------- */

.gd-benefits {
    display: grid;
    margin-top: 2vw;
    grid-template-columns: 50% 50%;
    gap: 0vw 0vw;
    align-items: start;
    justify-items: start;
    justify-content: center;
}

.gd-benefits__item {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 0vw;
    justify-content: center;
    align-items: center;
    justify-items: start;
}

.gd-benefits__item .gd-benefits__image {
    width: 16vw;
    height: 16vw;
}

.gd-benefits__item .gd-benefits__content {
    text-align: left;
}

.gd-benefits__item .gd-benefits__content_header {
    max-width: 65%;
    margin-bottom: 1.4vw;
    font-family: 'Cora', sans-serif;
    font-size: clamp(1.2rem, 1.25vw, 2.4rem);
    line-height: 120%;
    font-weight: bold;
}

.gd-benefits__item .gd-benefits__content_list {
    list-style: none;
    padding: 0 0 0 0.7vw;
    font-family: Arial, sans-serif;
    font-size: clamp(0.9rem, 0.94vw, 1.8rem);
}

.gd-benefits__item .gd-benefits__content_list li::before {
    content: "\2022";
    color: #C9A357;
    font-weight: bold;
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 0.7vw; /* Also needed for space (tweak if needed) */
    margin-left: -0.7vw; /* Also needed for space (tweak if needed) */
}

.gd-benefits__add_text {
    padding-top: 1.2vw;
    font-family: Arial, sans-serif;
    font-size: clamp(1.1rem, 1.15vw, 2.0rem);
}


/* ------------------------------------------ */
/* --------------- BRAND INFO --------------- */

.gd-brands__video {
    margin: 0.5vw auto 2.5vw auto;
    padding: 0;
    width: max-content;
}

.gd-brands__video video,
.gd-brands__video iframe {
    margin: 0;
    padding: 0;
    width: 47.66vw;
    height: 26.88vw;
}

.gd-brands {
    display:flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.gd-brands__image {
    margin: 1vw;
    height: 13vw;
    max-height: 13vw;
    max-width: 13vw;
    transition: 0.5s;
}

.gd-brands__image:hover {
    transform: scale(115%);
}


/* -------------------------------------- */
/* --------------- VALUES --------------- */
.gd-values {
    --gd-values-gap: 0.8vw;
    position: relative;
    display: grid;
    /*margin-top: 3vw;*/
    height: 60vw;
    width: 80vw;
    gap: var(--gd-values-gap);
    grid-template-columns: repeat(4, calc((100% - (3 * var(--gd-values-gap))) / 4));
    grid-template-rows: repeat(3, calc((100% - (2 * var(--gd-values-gap))) / 3));
}

.gd-values__item {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 0.8vw;
    overflow: hidden;
}

.gd-values__item_1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.gd-values__item_2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 4;
}

.gd-values__item_3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
}

.gd-values__item_4 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gd-values__item_5 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gd-values__item_6 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
}

.gd-values__background,
.gd-values__gradient,
.gd-values__text_container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.gd-values__background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gd-values__gradient_before {
    background-image: linear-gradient(rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100% );
    opacity: 1;
    transition: opacity 0.8s;
}

.gd-values__gradient_after {
    background-image: linear-gradient(rgba(0,0,0,0) 15%, rgba(0,0,0,1) 98% );
    opacity: 0;
    transition: opacity 0.8s;
}

.gd-values__item:hover .gd-values__gradient_before {
    opacity: 0;
}

.gd-values__item:hover .gd-values__gradient_after {
    opacity: 1;
}

.gd-values__text_container {
    padding: 1.7vw 2.7vw;
    height: min-content;
    top: unset;
    bottom: 0;
    text-align: left;
}

.gd-values__header {
    position: relative;
    font-family: 'Cora', sans-serif;
    font-size: clamp(1.6rem, 1.67vw, 3.2rem);
    line-height: 120%;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}

.gd-values__text {
    position: relative;
    max-height: 0;
    font-family: Arial, sans-serif;
    font-size: clamp(0.9rem, 0.94vw, 1.8rem);
    line-height: 150%;
    color: #ffffff;
    opacity: 0;
    transition: max-height 0.5s ease-out, opacity 0.6s ease-out;
}

.gd-values__item:hover .gd-values__text {
    max-height: 40vw;
    opacity: 1;
    transition: max-height 0.8s ease-in, opacity 0.8s ease-out;
}


/* ------------------------------------------- */
/* --------------- BREWERY MAP --------------- */

.gd-map__image {
    margin: 0;
    padding: 0 var(--gd-content-padding);
    width: 100%;
}

.gd-map__image svg {
    width: 70%;
    height: auto;
}

.gd-map__image_text {
    opacity: 0;
    transition: 0.5s ease-out;
}

.gd-map__image_text.show {
    opacity: 1;
}


/* ----------------------------------------------- */
/* --------------- SOCIAL NETWORKS --------------- */

.gd-instagram__desctiption a {
    color: #c09a51;
    text-decoration: none;
}

.gd-instagram__desctiption a:hover {
    text-decoration: underline;
}

.gd-instagram__content {
    display: grid;
    gap: 1.3vw;
    grid-template-columns: 25.8vw 25.8vw 25.8vw;
    align-items: start;
    justify-items: center;
}

.gd-instagram__container {
    position: relative;
    max-height: 46vw;
    height: 46vw;
    overflow: hidden;
    transition: 5s;
}

.gd-instagram__container.expanded {
    max-height: 1000vw;
    height: auto;
}

.gd-instagram__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10vw;
    width: 100%;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 66%);
    z-index: 120;
}

.gd-instagram__container.expanded .gd-instagram__overlay {
    display: none;
}

.gd-instagram__custom_post {
    padding: 0 0.2vw;
}

.gd-instagram__custom_post_image {
    width: 25.8vw;
    height: 25.8vw;
    margin-bottom: 1.4vw;
    object-fit: cover;
    object-position: 50% 50%;
}

.gd-instagram__custom_post_text {
    padding: 0 0.5vw;
    font-family: Arial, sans-serif;
    font-size: clamp(0.9rem, 0.94vw, 1.8rem);
    text-align: left;
}

.gd-instagram__custom_post_text a {
    color: #c09a51;
}

.gd-instagram__custom_post_text a:hover {
    text-decoration: underline;
}

.gd-instagram__overlay_expand {
    height: 100%;
    width: 100%;
    background: url('../../img/gd-img/gd-doublearrow-down.svg');
    background-repeat: no-repeat;
    background-position: center 6.6vw;
    background-size: 2vw auto;
}

.instagram-media {
    width: 20vw !important;
    min-width: 20vw !important;
}

.gd-socilal__links {
    display:flex;
    margin-top: 6vw;
    width: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.gd-socilal__links img {
    margin: 0 1vw;
    height: 4vw;
    width: auto;
}


/* --------------------------------------- */
/* --------------- SCHOOLS --------------- */

.gd-school__buttons_container {
    display: flex;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 3vw;
    justify-content: center;
    align-items: center;
}

.gd-school__buttons_button {
    cursor: pointer;
}

.gd-school__buttons_button div {
    padding: 0.8vw 2.45vw;
    font-size: clamp(1.0rem, 1.0vw, 2.2rem);
    border-top: clamp(2px, 0.2vw, 4px) solid #c09a51;
    border-bottom: clamp(2px, 0.2vw, 4px) solid #c09a51;
}

.gd-school__buttons_button.active div,
.gd-school__buttons_button.hover div {
    color: #ffffff;
    background-color: #c09a51;
}

.gd-school__schools {
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 18vw;
}

.gd-school__schools_container {
    position: absolute;
    display: flex;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

#gd-universities {
    transform: translateX(-120%);
}

#gd-highschools {
    transform: translateX(120%);
}

.gd-school__schools_container.active,
#gd-highschools.active,
#gd-universities.active {
    transform: translateX(0%);
    opacity: 1;
}

.gd-school__schools_image {
    margin: 2vw;
    height: 5vw;
    max-height: 5vw;
    transition: transform 0.5s;
}

.gd-school__schools_image:hover {
    transform: scale(110%);
}


/* -------------------------------------- */
/* --------------- FOOTER --------------- */


.gd-footer__button div{
    color: #ffffff;
    background-color: #18553F;
    border-color: #18553F;
}

.gd-footer__button div:hover{
    color: #18553F;
    background-color: #ffffff;
}


/* ------------------------------------- */
/* --------------- MEDIA --------------- */

@media screen and (max-width: 950px) {
    /* -------------- General -------------- */
    .gd-career {
        --gd-content-width: 90vw;
        --gd-content-padding: 15vw;
    }

    .gd-mobile {
        display: block;
    }

    .gd-desktop {
        display: none;
    }

    .gd-section {
        padding: 4vw 0 11vw 0;
    }

    .gd-h1 {
        padding: 0 var(--gd-content-padding) 4vw var(--gd-content-padding);
        font-family: 'Cora', sans-serif;
        font-size: 5.1vw;
        font-weight: normal;
    }

    .gd-h2 {
        padding: 0 var(--gd-content-padding) 4vw var(--gd-content-padding);
        font-size: 4.8vw;
        font-weight: normal;
    }

    .gd-text {
        padding: 0 0 10vw 0;
        font-size: 3.2vw;
    }

    .gd-button div {
        padding: 2.4vw 5.2vw;
        font-size: clamp(1.2rem, 2.8vw, 2.4rem);
    }


    /* -------------- Header -------------- */
    .gd-header {
        margin: 0 0 2.5vw 0;
        height: 70vw;
    }

    .gd-header.gd-banner {
        margin: 0 0 2.5vw 0;
        height: 117vw;
    }

    .gd-header .gd-header__content{
        padding: 0 9%;
    }

    .gd-header .gd-header__headline {
        padding: 14% 0 6% 0;
        font-size: 4.5vw;
    }

    .gd-header.gd-banner .gd-header__headline {
        padding: 15.5vw 0 3.5vw 0;
        font-size: 4.5vw;
    }

    .gd-header .gd-header__description {
        padding: 0 0 10% 0;
        font-size: 3vw;
        line-height: 150%;
        color: #ffffff;
    }

    .gd-header.gd-banner .gd-header__description {
        padding: 0 0 29vw 0;
        font-size: 3vw;
        line-height: 150%;
    }


    .gd-header .gd-header__button {
        width: 100%;
    }

    .gd-header .gd-header__button div {
        display: block;
        margin: 0;
        padding: 2.4vw 0;
        width: 100%;
        font-size: 3vw;
        font-weight: bold;
    }

    .gd-header.gd-banner .gd-header__button div {
        display: block;
        margin: 0;
        padding: calc(2.4vw - clamp(2px, 0.2vw, 4px)) 0;
        font-size: 3vw;
        width: 100%;
        color: #000000;
        background-color: #ffffff;
        border: clamp(2px, 0.2vw, 4px) solid #000000;
        border-radius: 5px;
    }

    .gd-header.gd-banner .gd-header__button:hover div {
        color: #ffffff;
        background-color: #18553F;
        border: clamp(2px, 0.2vw, 4px) solid #18553F;
    }

    /* -------------- CV -------------- */
    #gd-cv,
    #gd-fp {
        --gd-cv-height: 13vw;

        margin: 0;
        padding: 0;
        left: calc(100vw - var(--gd-cv-height) - 2vw);
        width: var(--gd-cv-height);
        z-index: 1000;
        transition: transform 0.5s;
    }

    #gd-cv.gd-cv__link_static {
        position: relative;
        top: 2.4vw;
        left: 0;
        width: 100%;
        transform: translateX(0);
    }    

    .gd-fp__link_hidden {
        position: fixed;
        top: 25vw;
        transform: translateX(200%);
    }

    .gd-cv .gd-cv__link_static .gd-cv__container {
        display: block;
        margin: 0;
        padding: 2.4vw 0;
        height: auto;
        width: 100%;
        border-radius: 5px;
    }

    .gd-cv .gd-cv__link_static .gd-cv__icon {
        display: none;
    }

    .gd-cv .gd-cv__link_static .gd-cv__text {
        max-width: 100%;
        margin-left: 0;
        font-size: 3vw;
    }

    .gd-cv__link_float,
    .gd-fp__link_float {
        position: fixed;
        top: 25vw;
    }

    .gd-cv__link_float:hover,
    .gd-fp__link_float:hover,
    .gd-fp__link_float.gd-fp__link_float_full_visibility {
        transform: translateX(0);
    }

    .gd-cv__link_float.scroll,
    .gd-fp__link_float.scroll{
        transform: translateX(88%);
    }

    .gd-cv .gd-cv__container,
    .gd-fp .gd-fp__container {
        padding: 0 0;
        width: var(--gd-cv-height);
        height: var(--gd-cv-height);
        background-color: #18553F;
        border-radius: calc(var(--gd-cv-height) / 2);
        align-items: center;
    }

    .gd-cv .gd-cv__container:hover,
    .gd-fp .gd-fp__container:hover {
        background-color: #ffffff;
    }

    .gd-cv .gd-cv__icon,
    .gd-fp .gd-fp__icon {
        margin: 0;
        padding: 0;
        width: var(--gd-cv-height);
        height: var(--gd-cv-height);
        background: url('../../img/gd-img/gd-form-icon.svg') no-repeat center center;
        background-size: var(--gd-cv-height) var(--gd-cv-height);
    }
    .gd-fp .gd-fp__icon {
        background: url('../../img/gd-img/gd-fp-icon.svg') no-repeat center center;
        background-size: var(--gd-cv-height) var(--gd-cv-height);
    }

    .gd-cv .gd-cv__text,
    .gd-fp .gd-fp__text {
        max-width: 0;
        margin: 0;
        padding: 0;
        font-size: 0;
    }

    /* -------------- Industry -------------- */
    .gd-industry {
        grid-template-columns: auto auto;
        gap: 4vw 4vw;
    }

    .gd-industry__item {
        width: 42vw;
        height: 42vw;
    }

    .gd-industry__item .gd-industry__image {
        background-position: top center;
    }

    .gd-industry__item:hover .gd-industry__image_blur {
        backdrop-filter: blur(0) grayscale(0) brightness(1);
        -webkit-backdrop-filter: blur(0) grayscale(0) brightness(1);
    }

    .gd-industry__item .gd-industry__icon {
        display: none;
    }

    .gd-industry__item:hover .gd-industry__text {
        max-height: 0;
        opacity: 0;
    }


    /* -------------- Programs -------------- */
    .gd-programs__contaier {
        width: 100%;
        height: 70vw;
    }

    .gd-programs__item_close {
        padding: 9vw 5vw 0vw 5vw;
        width: 48%;
        border-radius: 3vw;
    }
	
	.gd-programs__item:nth-child(2) .gd-programs__item_close {
        background-position-x: -50vw;
    }

    .gd-programs__item_open {
        padding: 4vw 4vw 0vw 4vw;
        border-radius: 3vw;
    }

    .gd-programs__item_close_gradient,
    .gd-programs__item_open_gradient {
        border-radius: 3vw;
    }

    .gd-programs__item_close_gradient {
        background-image: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,1) 130% );
    }

    .gd-programs__item_open_gradient {
        background-image: linear-gradient(rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 180% );
    }

    .gd-programs__item_header {
        height: 18vw;
        font-size: 5.1vw;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    }

    .gd-programs__item_open .gd-programs__item_header {
        height: 14vw;
    }

    .gd-programs__item_description {
        height: 26vw;
        font-size: 2.4vw;
    }

    .gd-programs__item_text {
        font-size: 1.8vw;
        line-height: 130%;
    }

    .gd-programs__item_button {
        margin: 4.2vw auto 0 auto;
        padding: 1vw 3vw;
        font-size: 2.4vw;
        border-top: 0.3vw solid #ffffff;
        border-bottom: 0.3vw solid #ffffff;
    }

    .gd-programs__item_button:hover {
        color: #ffffff;
        background-color: transparent;
        border-top: 0.3vw solid #ffffff;
        border-bottom: 0.3vw solid #ffffff;
    }

    .gd-programs__item_open_icon {
        height: 4.2vw;
        width: 4.2vw;
        margin: 2.6vw;
    }


    /* -------------- People -------------- */
    .gd-people__item_inner {
        grid-template-columns: 100%;
    }

    .gd-people__info {
        padding: 5vw 7vw 0 7vw;
        text-align: center;
    }

    .gd-people__image_circle {
        width: 30vw;
        height: auto;
    }

    .gd-people__info_name {
        margin-bottom: 0;
        font-size: 6vw;
    }

    .gd-people__info_characteristics {
        margin-bottom: 4vw;
        font-size: 2.4vw;
    }

    .gd-people__info_description {
        font-size: 2.8vw;
    }

    .gd-people__arrow {
        top: 0;
        transform: translateY(0);
        width: 20vw;
        height: 26vw;
    }

    .gd-people__arrow__left{
        left: 3vw;
        background-size: 10vw auto;
    }

    .gd-people__arrow__right{
        right: 3vw;
        background-size: 10vw auto;
    }

    /* -------------- Benefits -------------- */
    .gd-benefits {
        margin-top: 2vw;
        grid-template-columns: 100%;
        gap: 7vw 0vw;
        align-items: start;
        justify-items: start;
    }

    .gd-benefits__item {
        column-gap: 4vw;
        justify-content: start;
        align-items: start;
        justify-items: start;
    }

    .gd-benefits__item .gd-benefits__image {
        margin-top: -8vw;
        margin-left: 4vw;
        width: 24vw;
        height: 24vw;
    }

    .gd-industry__item .gd-industry__header {
        font-size: 3.7vw;
    }

    .gd-industry__item .gd-industry__text{
        font-size: 2.0vw;
    }

    .gd-benefits__item .gd-benefits__content_header {
        max-width: 100%;
        margin-bottom: 3vw;
        font-size: 3vw;
        line-height: 100%;
        font-weight: normal;
    }

    .gd-benefits__item .gd-benefits__content_list {
        padding: 0 0 0 1.4vw;
        font-size: 2.4vw;
    }

    .gd-benefits__item .gd-benefits__content_list li::before {
        width: 1.4vw; /* Also needed for space (tweak if needed) */
        margin-left: -1.4vw; /* Also needed for space (tweak if needed) */
    }

    .gd-benefits__add_text {
        padding-top: 5vw;
        font-size: clamp(1.1rem, 1.15vw, 2.0rem);
    }

    /* -------------- Brands and Videos -------------- */
    .gd-brands__video {
        margin: 1vw auto 5vw auto;
    }

    .gd-brands__video video,
    .gd-brands__video iframe {
        width: 90vw;
        height: 50.76vw;
    }

    .gd-brands {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }


    .gd-brands__image {
        margin: 2vw;
        height: 34vw;
        max-height: 34vw;
        max-width: 34vw;
    }

    .gd-brands__image:hover {
        transform: scale(115%);
    }


    /* -------------- Values -------------- */
    .gd-values {
        --gd-values-gap: 1.8vw;
        /*margin-top: 6.2vw;*/
        height: 220vw;
        width: 90vw;
        grid-template-columns: repeat(2, calc((100% - (1 * var(--gd-values-gap))) / 2));
        grid-template-rows: repeat(10, calc((100% - (9 * var(--gd-values-gap))) / 10));
    }

    .gd-values__item {
        border-radius: 1.8vw;
    }

    .gd-values__item_1 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .gd-values__item_2 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 6;
    }

    .gd-values__item_3 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 6;
    }

    .gd-values__item_4 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 8;
        grid-row-end: 11;
    }

    .gd-values__item_5 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 8;
        grid-row-end: 11;
    }

    .gd-values__item_6 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 6;
        grid-row-end: 8;
    }

    .gd-values__text_container {
        padding: 3.4vw 5.4vw;
    }

    .gd-values__header {
        font-size: clamp(1.6rem, 3.2vw, 3.2rem);
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    }

    .gd-values__text {
        max-height: 0;
        font-size: clamp(0.9rem, 2.2vw, 1.8rem);

        /*
        max-height: 50vw;
        opacity: 1;
        */
    }

    .gd-values__item:hover .gd-values__text {
        max-height: 60vw;
    }


    /* -------------- Map -------------- */
    .gd-map__image {
        padding: 0;
    }

    .gd-map__image svg {
        width: 100%;
    }


    /* -------------- Social -------------- */
    .gd-instagram__content {
        display: grid;
        gap: 4vw;
        grid-template-columns: 43vw 43vw;
        align-items: start;
        justify-items: center;
    }

    .gd-instagram__content .gd-instagram__container:nth-child(3) {
        display: none !important;
    }

    .gd-instagram__container {
        max-height: 90vw;
        height: 90vw;
    }

    .gd-instagram__custom_post_image {
        width: 43vw;
        height: 43vw;
        margin-bottom: 3vw;
    }

    .gd-instagram__overlay {
        height: 26vw;
        background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 66%);
    }

    .gd-instagram__overlay_expand {
        background-position: center 16vw;
        background-size: 6vw auto;
    }

    .instagram-media {
        width: 40vw !important;
        min-width: 40vw !important;
    }

    .gd-socilal__links img {
        margin: 0 2vw;
        height: 11vw;
    }


    /* -------------- School -------------- */

    .gd-school__buttons_button div {
        padding: 1.8vw 5.2vw;
        font-size: clamp(1.0rem, 2.2vw, 3.2rem);
        border-top: clamp(2px, 0.4vw, 4px) solid #c09a51;
        border-bottom: clamp(2px, 0.4vw, 4px) solid #c09a51;
    }
    
    .gd-school__schools {
        min-height: 100vw;
    }
    
    .gd-school__schools_image {
        margin: 4vw;
        height: 13vw;
        max-height: 13vw;
        transition: 0.5s;
    }

}



