body.page-template {
    background-color: var(--color-bg-lgrey);
}
.page-template-template-press main {
    padding-bottom: 200px;
}

.page-template-template-press main .inner {
    max-width: 1222px;
    overflow: hidden;
}

.hero {
    background-color: #D7F6E9;
    min-height: 610px;
    padding: 100px 0;
    position: relative;
    display: flex;
    margin-bottom: 60px;
}

.hero .inner {
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}

.hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.hero__bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .hero__bg img {
        margin-left: 100px;
    }
}

.hero__logos {
    display: flex;
}

.hero__logos-logo {
    margin-right: -12px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(29, 190, 122, 0.7);
    overflow: hidden;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__logos-logo--alt {
    background-color: #1DBE7A;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.hero__logos-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
}

.hero__content .btn {
    padding: 16px 40px;
}

.hero__content h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.hero__content p {
    max-width: 564px;
    letter-spacing: 1px;
}

.links {
    margin-top: 120px;
    margin-bottom: 60px;
}

.links__title {
    font-size: 28px;
    margin-bottom: 32px;
}

.links .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.links--fancy .links__link {
    width: calc(33.3% - 32px);
    margin: 16px;
    padding: 24px 16px;
    background-color: #fff;
    display: block;
}

.links__link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(50% - 32px);
    margin: 16px;
    padding: 16px;
    background-color: #fff;
}

.links:not(.links--fancy) .links__link {
    padding-right: 130px;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.links:not(.links--fancy) .links__link::after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='%23F5F5F5'/%3E%3Cpath d='M29 18.195L19 29.1879' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 18.195H29V28.0886' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transition: background-image 0.3s ease;
}

.links:not(.links--fancy) .links__link:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24.5' r='24' fill='%23EBF8F4'/%3E%3Cpath d='M29 18.695L19 29.6879' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 18.695H29V28.5886' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.links:not(.links--fancy) .links__link:hover {
    box-shadow: 15px 15px 0px rgba(126, 144, 153, 0.1);
}

.links__link-logo {
    position: relative;
    background-color: #f4f4f4;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 16px;
}

.links__link-logo::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CCEACF;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.links__link-logo::after {
    content: '';
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='32' fill='white'/%3E%3Cpath d='M37 26.695L27 37.6879' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28 26.695H37V36.5886' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.links__link:hover .links__link-logo::after {
    opacity: 1;
}

.links__link:hover .links__link-logo::before {
    opacity: 0.4;
}

.links__link:hover .links__link-title {
    color: var(--color-green);
}

.links__link-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.links__link-company {
    text-transform: uppercase;
    color: var(--color-green);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.links__link {
    text-decoration: none;
    color:var(--color-black);
}
.links__link , .links__link p{
    line-height: 1.5 !important;
}

.links--fancy .links__link-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color:var(--color-black);
}

.links--fancy .links__link-title:hover {
    color:var(--color-green)
}

.links__link-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.links__link:hover {
    text-decoration: none;
}

.press-form .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    box-shadow: 15px 15px 0px rgba(126, 144, 153, 0.1);
    border-radius: 5px;
    padding: 32px;
}

.press-form__image {
    width: 438px;
}

.press-form__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.press-form__inner {
    width: calc(100% - 438px);
    padding-left: 32px;
}

.press-form__title {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 42px;
    margin-bottom: 32px;
}

.form-row {
    display: flex;
}

.form-row:not(:last-child) {
    margin-bottom: 24px;
}

.form-row__col label {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.form-row__col input,
.form-row__col textarea {
    width: 100%;
    border: 1px solid #CACDCF;
    border-radius: 6px;
    padding: 12px 16px;
}

.form-row__col input[type="submit"] {
    display: inline-block;
    width: auto;
    background: var(--color-green);
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    padding: 18px;
    min-width: 280px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.form-row__col input[type="submit"]:hover {
    background: var(--color-dark-green);
}

.form-row__col textarea {
    min-width: 100%;
}

.form-row__col {
    width: 100%;
}

.form-row__col .form-row__col--half {
    width: calc(50% - 12px);
}

.form-row__col--half:first-child {
    margin-right: 24px;
}

.press-form {
    margin-top: 140px;
}

@media screen and (max-width: 992px) {
    .hero__content .btn {
        font-size: 16px;
    }

    .links__link {
        width: calc(100% - 32px);
    }

    .links--fancy .links__link {
        width: calc(50% - 32px);
    }

    .press-form .wrapepr {
        flex-direction: column;
    }

    .press-form__image {
        width: 100%;
        order: 2;
    }

    .press-form__inner {
        padding-left: 0;
        order: 1;
        width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .links--fancy .links__link {
        width: calc(100% - 32px);
    }

    .form-row {
        flex-direction: column;
    }

    .form-row__col--half:first-child {
        margin-right: 0;
        margin-bottom: 24px;
    }
}