/*!
Theme Name: aviv
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>aviv</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aviv
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aviv is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root {
    --main-color: #3F3F3F; /* Blue */
    --main-color-blue: #2583C5;
    --transition: all 0.35s;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 0.995313px;
}

body {
    margin: 0;
    font-size: 26rem;
    line-height: 40rem;
    font-weight: 300;
    color: #000;
}

main {
    display: block;
}

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 15rem;
    margin-bottom: 15rem;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 15rem;
    margin-bottom: 15rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15rem;
}

p {
    margin: 0;
}

p:not(:last-child) {
    margin-bottom: 20rem;
}

h1,
h2,
h3 {
    font-weight: 400;
    color: inherit;
    margin-top: 0;
}

h1 {
    font-size: 70rem;
    line-height: 80rem;
    margin-bottom: 100rem;
}

button,
input[type=submit],
.button {
    padding: 20rem 40rem;
    margin: 0;
    border-radius: 100px;
    border: 1px solid #000;
    color: #000;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background-color: #fff;
    font-family: inherit;
    font-size: 20rem;
    line-height: 1;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    min-height: 70rem;
}

button:hover,
input[type=submit]:hover,
.button:hover {
    background-color: #2583C5;
    color: #fff;
    border-color: #2583C5;
}

input[type=tel],
input[type=email],
input[type=text],
input[type=search] {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    font-size: 16rem;
    color: #000;
    font-family: inherit;
    font-weight: 300;
    line-height: 1;
    padding: 18rem 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    outline: none;
}

input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder {
    font-size: 16rem;
    color: #000;
    font-family: inherit;
    font-weight: 300;
}

input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder {
    font-size: 16rem;
    color: #000;
    font-family: inherit;
    font-weight: 300;
}

input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder {
    font-size: 16rem;
    color: #000;
    font-family: inherit;
    font-weight: 300;
}

input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder {
    font-size: 16rem;
    color: #000;
    font-family: inherit;
    font-weight: 300;
}

input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=text]::placeholder,
input[type=search]::placeholder {
    font-size: 16rem;
    color: #000;
    font-family: inherit;
    font-weight: 300;
}

input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=search]:focus {
    border-bottom-color: #2583C5;
}
@media (max-width: 1680px) and (min-width: 991px) {
div.asl_r.vertical {
        margin-top: 60px;
        transform: translateX(20px) !important;
    } 
}
@media (max-width: 991px) {
  div.asl_r.vertical {
        margin-top: 30px;
        transform: translateX(10px) !important;
    }   
}

a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    color: #2583C5;
    text-decoration: underline;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

a:hover {
    text-decoration: none;
}

picture {
    display: block;
    line-height: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1690px;
    padding: 0 15px;
    margin: auto;
}

.header {
    padding: 65rem 0;
    position: absolute;
    z-index: 999;
}

.header.sticky {
    padding: 35rem 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.06);
}
.page-template-page-landing .header.sticky {
       -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.06); 
    background-color: transparent;
}
.header.sticky .header__logo a {
    opacity: 1;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 50rem;
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 49rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo,
.header__right {
    line-height: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header__right img {
    height: 27rem;
    width: auto;
}

.header__logo a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.header__logo a img {
    height: 46rem;
    width: auto;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    object-fit: contain;
}

body.home .header__logo a {
    opacity: 0;
}

.hero {
    padding: 255rem 0 140rem;
}

.hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    grid-gap: 50rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero__image {
    line-height: 0;
    width: 50%;
    height: 250px;
    text-align: left;
}

.hero__image img {
    width: 800px;
    height: 250px;
}

.hero__description {
    color: #3F3F3F;
    max-width: 600px;
    font-size: 27rem;
    line-height: 38rem;
    font-family: inherit;
    font-weight: 300;
}

.hero__description p:first-child {
    margin-bottom: 10px !important
}

.hero__description span {
    color: #2583C5;
}

.hero__description p {
    margin: 0;
}

.video {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    height: 900rem;
}

.video a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 0;
    position: absolute;
    z-index: 2;
    bottom: 40rem;
    right: 40rem;
}

.video a img {
    width: 100rem;
    height: 100rem;
}

.video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.video__texture {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 38.7vw;
    height: auto;
}

.video .video__marquee .video__marquee--wrapper p:first-child {
    margin-left: 130rem;
}

.video__marquee {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    white-space: nowrap;
}
.video__marquee:before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
}
.video__marquee .video__marquee--wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.video__marquee .video__marquee--wrapper p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-size: 80rem;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    margin-bottom: 0;
    margin-left: 10rem;
    margin-right: 10rem;
}

.video .video__marquee .video__marquee--wrapper p span {
    display: block;
}

.home-banner .video__marquee .video__marquee--wrapper p span {
    display: block;
    color: #fff;
    margin-right: 20rem;
}

.video__marquee .video__marquee--wrapper p img {
    height: 41rem;
    width: auto;
    margin: 0 25px;
}

@-webkit-keyframes ticker {
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes ticker {
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

.about {
    padding: 200rem 0 160rem;
}

.about__wrapper {
    max-width: 1320px;
    margin: auto;
}

.about__description {
    font-size: 45rem;
    line-height: 65rem;
    font-weight: 300;
}

.about__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20rem;
    font-size: 26rem;
    line-height: 1;
    text-decoration: none;
    color: #000;
    margin-top: 60rem;
}

.about__count--wrapper {
    margin-top: 150rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    max-width: 1320px;
    margin: 150rem auto 0;
    gap: 100rem;
}

.about__count--item {
    text-align: right;
}

.about__count--number {
    font-size: 130rem;
    line-height: 85rem;
    margin-bottom: 60rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

.about__count--text {
    font-size: 26rem;
    line-height: 1;
    font-weight: 300;
}

.link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20rem;
    font-size: 26rem;
    line-height: 1;
    text-decoration: none;
    color: #000;
    font-weight: 300;
}

.link:hover {
    color: #2583C5;
}

.link:hover svg {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.link svg {
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    width: 75rem;
    height: 52rem;
}

.block__label {
    margin-bottom: 35rem;
}

.block__label span {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30rem;
    line-height: 1;
    color: #2583C5;
}

.block__label span::before {
    content: "";
    width: 60rem;
    height: 1px;
    background-color: #2583C5;
}

.areas__grid {
    max-width: 1550px;
    margin: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40rem;
}

.areas {
    padding-top: 180rem;
}

.areas__grid--item {
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.areas__grid--title {
    font-weight: 400;
    font-size: 30rem;
}

.areas__grid--item:hover .areas__grid--image {
    height: 400rem;
}

.areas__grid--item:hover .areas__grid--image:before {
    opacity: 1;
}

.areas__grid--item:hover .areas__grid--tags {
    opacity: 1;
    margin-bottom: 0;
}

.areas__grid--image {
    line-height: 0;
    height: 476rem;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30rem;
}
.whats-new__grid--item-image,
.team-member__image {
    position: relative;
}
.areas__grid--image::before,
.sectors__item .sectors__image::before,
.whats-new__grid--item-image:before,
.team-member__image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/small-corner.png);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    pointer-events: none;
    background-size: cover;
}
.whats-new__grid--item-image,
.team-member__image {
    overflow: hidden;
}
.whats-new__grid--item-image img,
.team-member__image img {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.whats-new__grid--item-image:hover img,
.team-member__image:hover img,
.sectors__item .sectors__image:hover img {
    transform: scale(1.1);
}
.whats-new__grid--item-image:before,
.team-member__image:before,
.sectors__item .sectors__image:before {
    z-index: 9
}
.whats-new__grid--item-image:hover:before,
.team-member__image:hover:before,
.sectors__item .sectors__image:hover:before {
    opacity: 1;

}
.areas__grid--image picture,
.areas__grid--image a {
    display: block;
    height: 100%;
}

.areas__grid--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.areas__grid--title a {
    font-family: inherit;
    font-weight: 700;
    font-size: 26rem;
    line-height: 1;
    color: #000;
    text-decoration: none;
}
.areas__grid--title a:hover {
    color: #2583C5;
}
.areas__grid--tags {
    padding-top: 10rem;
    font-size: 16rem;
    line-height: 25rem;
    color: #2583C5;
    font-weight: 300;
    font-family: inherit;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    overflow: hidden;
    margin-bottom: -56rem;
    min-height: 50px;
}
.areas__grid--tags a {
    text-decoration: none;
    color: #2583C5;
    font-weight: 300;
}
.whats-new {
    padding: 120rem 0 150rem;
}

.whats-new__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40rem;
}

.whats-new__grid--video {
    overflow: hidden;
    border-radius: 30px;
    line-height: 0;
    position: relative;
    margin-bottom: 40rem;
    height: 650rem;
}

.whats-new__grid--video a:before {
    content: "";
    top:0%;
    bottom: 0;
    left: -15px;
    right: -15px;
    border-radius: 30px;
    background: url(img/big-corner.png);
    position: absolute;
    background-size: cover;
    z-index: 9
}
.whats-new__grid--item-video.whats-new__grid--item {
    position: relative;
}
.whats-new__grid--video a img {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.whats-new__grid--video a:hover img {
    transform: scale(1.1);
}

.whats-new__grid--video:hover svg,
.whats-new__grid--item-image:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.whats-new__grid--video a,
.whats-new__grid--video picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.whats-new__grid--video a img,
.whats-new__grid--video picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.whats-new__grid--video svg {
    position: absolute;
    width: 116rem;
    height: 151rem;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.whats-new__grid--item-image svg {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.whats-new__grid--item-video .whats-new__grid--item-title {
    margin-bottom: 10rem;
}

.whats-new__grid--item-video .whats-new__grid--item-title a {
    font-size: 30rem;
    line-height: 1;
    text-decoration: none;
    color: #000!important;
    font-weight: normal;
}

.whats-new__grid--item-video .whats-new__grid--item-title a:hover {
    color: #2583C5;
}

.whats-new__grid--item-video .whats-new__grid--item-description {
    font-size: 20rem;
    line-height: 35rem;
    font-weight: 300;
    color: #000;
}

.whats-new__grid--item-label {
    font-size: 16rem;
    line-height: 1;
    color: #2583C5;
    margin-bottom: 20rem;
}

.whats-new__grid--item:not(.whats-new__grid--item-video) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270rem 1fr;
    grid-template-columns: 270rem 1fr;
    grid-gap: 40rem;
    align-items: center;
}

.whats-new__grid--item-image {
    overflow: hidden;
    border-radius: 30px;
    line-height: 0;
    position: relative;
    height: 200rem;
}

.whats-new__grid--item-image a,
.whats-new__grid--item-image picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.whats-new__grid--item-image a svg {
    width: 50rem;
    height: 50rem;
    position: absolute;
}

.whats-new__grid--item-image a img,
.whats-new__grid--item-image picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.whats-new__grid--item-title {
    margin-bottom: 10rem;
}

.whats-new__grid--item-title a {
    font-size: 25rem;
    line-height: 1;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

.whats-new__grid--item-title a:hover {
    color: #2583C5;
}

.whats-new__grid--item-description--mob {
    grid-column: 1/-1;
}

.whats-new__grid--item-description {
    font-size: 18rem;
    line-height: 28rem;
    font-weight: 300;
}

.whats-new__grid--column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30rem;
}
.whats-new__grid--text {
    position: absolute;
    bottom: 60rem;
    right: 60rem;
    left: 120rem;
    color: #fff;
    z-index: 9;
}
.whats-new__grid--text a {
    color: #fff!important;
}
.members {
    padding: 100rem 0 120rem;
    background: #F9F9FF;
}

.members__logo--slider {
    margin-top: 55px;
}

.members__logo--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 50rem;
}

.members__logo--item {
    line-height: 0;
    text-align: center;
}

.members .swiper-slide img {
    width: auto;
    height: auto;
}

.members .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.home-banner {
    position: relative;
    overflow: hidden;
    min-height: 576rem;
}

.home-banner picture {
    height: 100%;
}

.home-banner picture img {
    width: 100%;
    height: 576rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-banner .video__marquee .video__marquee--wrapper p {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.home-banner p {
    margin: 0 10rem;
}

.home-banner .video__marquee .video__marquee--wrapper p {
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
}

.sectors {
    padding-top: 175rem;
    overflow: hidden;
}

.sectors__slider--wrapper {
    margin-left: -20%;
    margin-right: -20%;
}

.sectors__item {
    max-width: 400rem;
}

.sectors__image {
    line-height: 0;
    /* margin-bottom: 50rem; */
    overflow: hidden;
    border-radius: 40px;
    /* height: 480rem; */
    position: relative;
}

@media (max-width: 768px) {
    .sectors__image {
        height: 450rem;
    }
    .sectors__image picture, .sectors__image a, .sectors__image img {
        height: 100%;
    }

}

.sectors__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sectors__title {
    color: #000;
    font-size: 30rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10rem;
    margin-top: 50rem;
}

.sectors__title a {
    color: #000;
    font-size: 30rem;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
}

.sectors__title a:hover {
    color: #2583C5;
}

.sectors__description {
    font-size: 18rem;
    line-height: 28rem;
    font-weight: 300;
}

.work {
    margin-top: 186rem;
    padding: 240rem 0 220rem;
    position: relative;
    overflow: hidden;
}

.work img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work__wrapper {
    position: relative;
    z-index: 1;
}

.work__inside {
    max-width: 620px;
    color: #fff;
}

.work__title {
    font-size: 70rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 35rem;
}

.whats-new__label-row .block__label {
    margin-bottom: 35rem;
}
.work__description {
    font-size: 24rem;
    line-height: 40rem;
    font-weight: 400;
}

.work__link.link {
    margin-top: 0;
    color: #fff;
}
.whats-new__label-row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 45rem;
}
.footer {
    padding: 100rem 0 55rem;
    position: relative;
    background-color: #1e86d0;
    overflow: hidden !important;!i;!;
    z-index: 1;
    width: 100%;
}

footer.footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1e86d0b8;
    z-index: 1;
}

footer.footer::after {
    content: '';
    position: fixed;
    bottom: -500px;
    right: 0;
    width: 1200px;
    height: 1200px;
    background: url('/wp-content/themes/aviv/img/footer-bg-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    grid-gap: 0rem;
}

.footer__logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.footer__logo img {
    height: 79rem;
    width: auto;
}

.footer__menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 6 ];
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 100rem;
}

.footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__menu ul li {
    line-height: 1;
}

.footer__menu ul li:not(:last-child) {
    margin-bottom: 15rem;
}

.footer__menu ul a {
    font-size: 18rem;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.footer__menu ul a:hover {
    text-decoration: underline;
}

.footer__menu ul address {
    font-size: 18rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    font-style: normal;
}

.footer-address a:not(:last-child) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
}

.footer__title {
    color: #fff;
    font-size: 18rem;
    line-height: 1;
    margin-bottom: 25rem;
    font-weight: 400;
}

.footer__link-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 75rem;
    margin: 50rem 0 35rem;
}

.footer__link--line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30rem;
}

.footer__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48rem;
    height: 48rem;
    min-width: 48rem;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.1450980392);
}

.footer__link a svg {
    height: 22rem;
    width: auto;
}

.footer__link a:hover {
    background-color: #2583C5;
}

.footer__partner {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 60rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__partner img {
    height: 53rem;
    width: auto;
    max-width: 135px;
}

body:not(.home) {
    /* background-image: url(./img/page-bg.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}

.single-news main, .single-events main, .page-template-page-news main {
    background-image: url(./img/page-bg.svg);
    overflow-x: hidden;
    z-index: 2;
    position: relative;
    background-repeat: no-repeat;
}

.page-header {
    margin-bottom: 25rem;
}

.page-header h1 {
    font-size: 110rem;
    line-height: 112rem;
    font-weight: 300;
    text-align: center;
    margin: 0;
}

.page__description {
    max-width: 920px;
    margin: 0 auto 50rem;
    font-size: 22rem;
    line-height: 34rem;
    font-weight: 300;
    text-align: center;
    padding: 0 20rem;
}

.media-filter {
    margin-bottom: 85rem;
}

.media-filter__inner {
    text-align: center;
}

.media-filter__wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    padding: 10rem;
    grid-gap: 20rem;
}
.single-sector .media-filter__wrapper {
    border-radius: 0px;
}
.media-filter__wrapper a {
    padding: 12rem 30rem 10rem;
    text-decoration: none;
    font-size: 26rem;
    line-height: 1;
    border-radius: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    border:1px solid;
    justify-content: center;
}

.media-filter__wrapper a span {
    position: relative;
    bottom: -2px;
}
.media-filter__wrapper .active a, .media-filter__wrapper a.active {
    color: #000;
    background: #74C59B;
}
.media-filter__wrapper a:hover {
        color: #000;
}
@media (min-width: 767px) {
.media-filter__wrapper a:hover {
    background: #74C59B;
}
}





#media-filter {
    scroll-margin-top: 100px; /* Adjust this value to match your fixed header height */
}
.media-main-wrapper {
    padding-top: 250rem;
    background-image: url(./img/bg-gradient.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 0 130%;
}

.media__grid {
    padding-bottom: 300rem;
}

.media__grid--wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24rem;
}

.media__item--image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 30rem;
    height: 530rem;
}

.media__item--image:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.media__item--image a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.media__item--image a picture {
    width: 100%;
    height: 100%;
}

.media__item--image a svg {
    position: absolute;
    z-index: 1;
    width: 45rem;
    height: 59rem;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.media__item--image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media__item--tag {
    font-size: 16rem;
    line-height: 1;
    font-weight: 300;
    color: #000;
    background-color: #74C59B;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 0 0 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5rem 15rem;
    z-index: 1;
}

.media__item--tag--green {
    background-color: #74C59B;
}

.media__item--tag--pink {
    background-color: #F7B6C7;
}

.media__item--tag--yellow {
    background-color: #FACC61;
}

.media__item--date {
    font-size: 16rem;
    line-height: 1;
    color: #2583C5;
    margin-bottom: 10rem;
}

.media__item--title {
    margin-bottom: 0rem;
}

.media__item--title a {
    font-size: 30rem;
    line-height: 1;
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

.media__item--title a:hover {
    color: #2583C5;
}

.media__item--description {
    font-size: 20rem;
    line-height: 35rem;
    font-weight: 300;
}

.media__item--link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 0;
    margin-top: 10rem;
}

.media__grid--column-sticky > div {
    position: sticky;
    top: 100rem;
}

.media__grid--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20rem;
}

.media__grid--column .media__item--image {
    height: 232rem;
    width: 271rem;
    margin-bottom: 0;
}

.media__grid--column .media__item {
    display: -ms-grid;
    display: grid;
    grid-gap: 45rem;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
}

.media__grid--column .media__item--description {
    font-size: 18rem;
    line-height: 32rem;
}

.no-webp .contact-form {
    background-image: url(./img/form-bg.jpg);
}

.contact-form {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./img/form-bg.jpg);
}

.contact-form__wrapper {
    background-color: #2583C5;
    border-radius: 30px;
    padding: 100rem;
    position: relative;
    top: -150rem;
    max-width: 990px;
    margin: auto;
}

.contact-form__title {
    font-size: 26rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25rem;
}

.page-template-page-news .contact-form__title {
    font-size: 30rem;
    margin-bottom: 45rem;
}

.wpcf7 form {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50rem;
}

.wpcf7 form span.wpcf7-not-valid-tip {
    font-size: 14rem;
    position: absolute;
    top: 100%;
}

.contact-form .wpcf7 form input:not(.wpcf7-submit),
.wpcf7 form input:not(.wpcf7-submit) {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 15rem 0;
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 form input:not(.wpcf7-submit)::-webkit-input-placeholder {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.wpcf7 form input:not(.wpcf7-submit)::-moz-placeholder {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.wpcf7 form input:not(.wpcf7-submit):-ms-input-placeholder {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.wpcf7 form input:not(.wpcf7-submit)::-ms-input-placeholder {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.wpcf7 form input:not(.wpcf7-submit)::placeholder {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form .wpcf7-spinner {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin: 25rem auto 0;
    color: #fff;
    background-color: #74C59B;
    padding: 25rem;
    border-radius: 8px;
    text-align: center;
}

.wpcf7__row {
    position: relative;
}

.wpcf7__row span {
    display: block;
}

.wpcf7__row .wpcf7-list-item {
    margin: 0;
}

.wpcf7__row .wpcf7 .wpcf7-not-valid-tip {
    direction: rtl;
    font-size: 14px;
    position: absolute;
    left: 0;
    color: #ff0000;
}

.wpcf7__row--submit,
.wpcf7__row--checkbox {
    grid-column: 1/-1;
}

.wpcf7__row--submit {
    text-align: left;
}

.contact-form .wpcf7 {
    direction: rtl;
}

.contact-form .wpcf7__row--submit input,
.contact-form .wpcf7__row--submit input,
.wpcf7__row--submit input {
    background-image: url(./img/submit-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: transparent;
    background-size: contain;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 26rem;
    line-height: 1;
    font-weight: 300;
    padding-left: 100rem;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    min-height: 50rem;
}

.contact-form .wpcf7__row--submit input:hover,
.wpcf7__row--submit input:hover {
    background-position: 15rem center;
}

.wpcf7__row--checkbox label {
    max-width: 720px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.wpcf7__row--checkbox label input {
    width: auto;
    opacity: 0;
    display: none;
}

.wpcf7__row--checkbox label span {
    font-size: 15rem;
    line-height: 20rem;
    color: #fff;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 25rem;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpcf7__row--checkbox label span:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    width: 30rem;
    min-width: 30rem;
    height: 30rem;
    border: 1px solid #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    overflow: hidden;
}

.wpcf7__row--checkbox label input:checked + span:before {
    content: "\25A0";
}

@media (min-width: 414px) {
    .whats-new__grid--item-description--mob {
        display: none;
    }
}

@media (max-width: 1680px) {
    html {
        font-size: calc(0.729545px + 0.265768 * (100vw - 320px) / 1360);
    }

    body {
        zoom: 0.8;
    }

    .container {
        max-width: 1300px;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }

    .header {
        padding: 40rem 0;
    }

    .header.sticky .header__logo a img {
        height: 36rem;
    }

    .header.sticky {
        padding: 25rem 0;
    }

    .hero {
        padding: 190rem 0 90rem;
    }

    .hero__image img {
        /* height: 120rem; */
        /* width: 400px; */
        /* height: 150px; */
    }

    .video {
        height: 100vh;
    }

    .about {
        padding: 100rem 0;
    }

    .about__count--wrapper {
        margin-top: 110rem;
        grid-column-gap: 40rem;
        grid-row-gap: 50rem;
    }

    .whats-new {
        padding-top: 100rem;
    }

    .members {
        padding: 100rem 0 70rem;
    }

    .sectors {
        padding-top: 100rem;
    }

    .work {
        margin-top: 100rem;
        padding: 150rem 0 100rem;
    }

    .footer__logo img {
        height: 66rem;
    }

    .page-header h1 {
        font-size: 70rem;
        line-height: 70rem;
    }

    .contact-form__wrapper {
        padding: 70rem;
    }

section.career-main-banner .main-banner.video-banner {
    height: 125vh;
}
}

@media (max-width: 1280px) {
    .container {
        max-width: 1024px;
    }
}

@media (max-width: 1024px) {
    .whats-new__grid--item:not(.whats-new__grid--item-video) {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .hero__image img {
        /* min-width: 100%; */
    }


    .media-main-wrapper {
        padding-top: 150rem;
    }

    .hero__image img {
        /* height: 100rem; */
    }

    .hero__description {
font-size: 20px;
        line-height: 30px;
    }

    .hero__image {
        width: 70%;
        height: 200px;
    }

    .hero {
        padding: 150rem 0 70rem;
    }

    .about__description {
        font-size: 32rem;
        line-height: 44rem;
    }

    .about__link {
        margin-top: 35rem;
    }

    .about__count--number {
        font-size: 100rem;
        line-height: 14rem;
        margin-bottom: 50rem;
    }

    .areas__grid--item:hover .areas__grid--image {
        height: 300rem;
    }

    .areas__grid--image {
        height: 350rem;
    }

    .footer__wrapper {
        grid-gap: 60rem;
    }

    .page__description {
        font-size: 18rem;
        line-height: 26rem;
    }

    .media-filter {
        margin-bottom: 55rem;
        margin-top: 35px;
    }
    .media-filter__inner {
        margin-top: 35px;
    }
.media-filter__wrapper li {
    width: 47%;
}
.media-filter.specialization-filter .media-filter__wrapper ul {
    flex-wrap: no-wrap;
     flex-wrap: nowrap;
    padding-bottom: 20px;
}
.media-filter__wrapper ul li {
    width: auto;
}
    .media-filter__wrapper a {
        padding: 14.5rem 15rem 10rem;
        text-decoration: none;
        font-size: 18rem;
        width: 100%;
    }

    .media__grid {
        padding-bottom: 250rem;
    }

    .media__grid--wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50rem;
    }

    .media__grid--column .media__item {
        grid-gap: 25rem;
    }


}

@media (max-width: 960px) {
    .whats-new__grid {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30rem;
        margin-bottom: 30rem;
    }

    .whats-new__grid--video a,
    .whats-new__grid--video picture {
        width: 100%;
    }
}

@media (max-width: 880px) {
    .footer__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .footer__logo {
        text-align: center;
    }

    .footer__link-wraper {
        margin: 45rem 0 30rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30rem;
    }

    .footer__partner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .media__item--image {
        height: 360rem;
    }

    .hero__image img {
        /* height: 80rem; */
    }

    .about__description {
        font-size: 22rem;
        line-height: 34rem;
    }

    .about__link {
        font-size: 18rem;
    }

    .about__count--wrapper {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    .about__count--number {
        font-size: 80rem;
        line-height: 14rem;
        margin-bottom: 50rem;
    }

    .about__count--text {
        font-size: 18rem;
    }

    .hero__image {
        width: 70%;
        height: 180px;
    }

    .hero {
        padding: 150rem 0 70rem;
    }
}

@media (max-width: 700px) {
    .media-filter .container {
        padding: 0;
    }

    .media-filter__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        border-radius: 0;
        padding: 10rem;
        grid-gap: 20rem;
        white-space: nowrap;
        overflow-x: auto;
    }

    .media-filter__wrapper::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .media-filter__wrapper::-webkit-scrollbar-track {
        background: #e0f2eb;
    }

    .media-filter__wrapper::-webkit-scrollbar-thumb {
        background-color: #9fd7b8;
        border-radius: 10px;
    }

    .media-filter__wrapper::-webkit-scrollbar-thumb:hover {
        background-color: #86d2a7;
    }

    .contact-form__wrapper {
        padding: 50rem;
    }

    .wpcf7 form {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40rem;
    }
}

@media (max-width: 576px) {
    html {
        font-size: calc(0.929545px + 0.265768 * (100vw - 320px) / 1360);
    }
    .whats-new__grid--item-image {
    height: 275rem;
}
    .hero__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .hero__image, .hero__image img {
        width: 100%;
        height: auto;
    }

    .video a img {
        width: 70rem;
        height: 70rem;
    }

    .link {
        font-size: 22rem;
    }

    .areas__grid--item:hover .areas__grid--image {
        height: 500rem;
    }

    .areas__grid--image {
        height: 500rem;
    }

    .areas__grid--tags {
        margin-bottom: 0;
        opacity: 1;
    }

    .whats-new__grid--video svg {
        width: auto;
        height: 85rem;
    }

    .work {
        padding: 100rem 0 100rem;
    }

    .work__description {
        font-size: 22rem;
        line-height: 30rem;
    }

    .footer__menu {
        grid-column-gap: 25rem;
        grid-row-gap: 50rem;
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    .media__item--image {
        border-radius: 16px;
    }
}

@media (max-width: 575px) {
    .video {
        height: 60vh;
    }
}

@media (max-width: 480px) {
    .media__grid--column {
        gap: 35rem;
    }

    .media__grid--column .media__item--image {
        width: 100%;
    }

    .media__grid--column .media__item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 414px) {
    .whats-new__grid--item:not(.whats-new__grid--item-video) {
        -ms-grid-columns: 100rem 1fr;
        grid-template-columns: 100rem 1fr;
        grid-gap: 20rem;
    }

    .whats-new__grid--item-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .whats-new__grid--item-wrapper .whats-new__grid--item-title {
        margin-bottom: 0;
        line-height: 1;
    }

    .whats-new__grid--item-wrapper .whats-new__grid--item-description {
        display: none;
    }

    .whats-new__grid--item-image {
        width: auto;
        height: 88rem;
        border-radius: 8px;
    }
}

.webp .contact-form {
    background-image: url(../img/form-bg.webp);
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
    position: relative;
    z-index: 100;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    /* font-size: 2em;
  margin: 0.67em 0; */
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-family: 'FbTubicSans';
    font-size: 18px;
    line-height: 155%;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin: 0;
}

p:not(:last-child) {
    margin-bottom: 20px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

body.home .hero, body.home .about {
    background: #F9F9FF;
}


hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 3em 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-right: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: var(--main-color-blue);
}

a:visited {

}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-right: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: right;
    position: absolute;
    top: 100%;
    right: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    right: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    right: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    right: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

/* @media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
} */
/* Target only menu items that have children */
.close-menu-btn {
	display: none!important;
}
.slide-menu > a {
    position: relative;
}
.slide-menu > a::after {
    content: '';
    display: inline-block;
    
    /* Size of the icon (I scaled it down slightly to fit text) */
    width: 22px; 
    height: 22px;
    
    /* The SVG Code */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M21.4492 0.707031L6.99915 15.1567' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M6.33203 3.16016L6.33203 15.8245L18.9964 15.8245' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
    /* Positioning */
    vertical-align: middle;
    margin-right: 8px; /* Space between text and icon (for RTL sites) */
    
    /* Optional: Transition for hover effect */
    transition: transform 0.3s ease;
    margin-right: 25px;
    transform: rotate(45deg) translateY(-1px);
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5em;
}

/* General styles for the container to keep it centered and add some padding */
.container {
    width: 90%; /* Adjust width as needed */
    max-width: 1580px; /* Max width to prevent the container from getting too wide on large screens */
    margin: 0 auto; /* Center the container */
    padding: 0 20px; /* Add padding inside the container */
}

.header .container, .hero .container {
    max-width: 90%;
}

#about .container {
    padding: 0 100px; /* Add padding inside the container */
}

section.contact1 .container {
    max-width: 1190px;
}

/* Flex container styling to align children side by side */
.flex {
    display: flex; /* Enables flexbox */
}

.flex-space-between {
    justify-content: space-between; /* Distributes space between the children */
}

.flex-align-items-center {
    align-items: center; /* Aligns items vertically in the center */
}

/* Style for individual flex items */
.flex-50 > * {
    flex-basis: 50%; /* Each child takes up roughly half of the flex container's width minus a bit for spacing */
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.logo {
    max-width: 200px;
}
.header.sticky .logo {
    max-width: 300px;
}

section#head {
    padding: 285px 0 140px;
}

.home-content--inner {
    max-width: 600px;
    line-height: 140.741%;
}

.home-content--inner h1 {
    font-size: clamp(1.6875rem, 1.6875rem + 0vw, 1.6875rem);
    font-weight: 300;
    color: var(--main-color-blue);
    margin-bottom: 10px;
}

.home-content--inner p {
    font-size: clamp(1.6875rem, 1.6875rem + 0vw, 1.6875rem);
    line-height: 140.741%;
}

#video-background {
    position: relative;
    width: 100%;
    height: 900px; /* Fixed height as per your requirement */
    overflow: hidden;
}

#video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire area without changing aspect ratio */
    z-index: 1;
}

#video-background .content {
    position: relative;
    z-index: 1; /* Ensure content is above the video */
    text-align: center; /* Center the text horizontally */
    color: white; /* Make the text color white for visibility */
}

.marquee-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    z-index: 2; /* Ensure it's above the video */
}

.marquee {
    position: relative;
    width: 100%;
    height: 100px; /* Adjust as needed */
    overflow: hidden;
}

.marquee-content {
    position: absolute;
    display: block;
    width: auto;
    min-width: 100%;
    height: 100%;
    white-space: nowrap;
    animation: marquee 25s linear infinite;
    font-size: clamp(5rem, 5rem + 0vw, 5rem);
    color: #fff;
}

/* footer#colophon {
    background: linear-gradient(84deg, #2583C5 -16.86%, #0096FF 165.02%, #74C59B 225.64%);
    padding: 95px 0 55px;
    position: relative;
}
footer:before {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(assets/footer-bg.svg) no-repeat center;
} */
.footer1 h4 {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer1 ul {
    padding: 0;
    margin: 0;
}

.footer1 li {
    padding: 0;
    list-style: none;
    margin-bottom: 14px;
}

.footer1 li a {
    color: #FFF;
    font-size: 18px;
    line-height: 16px; /* 88.889% */
    text-decoration: none;
}

.footer3-logos {
    display: flex;
    gap: 65px;
    padding-top: 80px;
}

.footer-socials {
    width: 365px;
    position: absolute;
    left: 0;
    text-align: left;
}

.footer2 {
    position: relative;
}

.footer2:before {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    height: 1px;
    background: #fff;
    width: calc(100% - 365px);
}

.footer1 {
    padding-bottom: 60px;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Grid container with 2 columns */
.grid-2-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px; /* space between columns */
}

.grid-3070 {
    grid-template-columns: 30% 70%;
    gap: 0;
}

.grid-7030 {
    grid-template-columns: 70% 30%;
    gap: 0;
}

.grid-4555 {
    grid-template-columns: 45% 55%;
    gap: 0;
}

.gap-120 {
    gap: 6.25vw; /* space between columns */
}

.gap-110 {
    gap: 5.8vw;
}

/* Grid container with 3 columns */
.grid-3-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px; /* space between columns */
}

/* Grid container with 4 columns */
.grid-4-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 38px; /* space between columns */
}

.grid-5-columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 38px; /* space between columns */
}

/* General styles for all grid items */
.grid-item {
    padding: 0px;
}

.grid-6040 {
    grid-template-columns: 60% 40%;
}

#about {
    background: #F9F9FF;
    padding: 11.4vw 0 9.375vw;
}

.section-title {
    font-size: 26px;
    color: var(--main-color-blue);
    font-weight: 300;
    padding-right: 140px;
    position: relative;
}

.section-title:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    height: 1px;
    width: 120px;
    background: var(--main-color-blue);

}

.about-content p {
    font-size: 45px;
    line-height: 144.444%;
    padding-left: 4.16vw;
}

.about-content a {
    margin-top: 80px;
    font-size: 26px;
    color: #000;
    text-decoration: none;
}

.numbers {
    margin-top: 8.3vw;
}

.about_numbers--number {
    color: #000;
    font-size: 6.77vw;
    font-weight: 400;
    margin-bottom: 60px;
}

.about_numbers--title {
    color: #000;
    font-size: 26px;
    font-weight: 300;
}

#services {
    padding: 7.8125vw 0;
}

.home-services .services--title {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 400;
}

.home-services .services--text {
    color: var(--main-color-blue);
    font-size: 16px;
    font-weight: 300;
    line-height: 156.25%;
    letter-spacing: 0.32px;
}

.inner-main {
    padding-top: 17.5vw;
    text-align: center;
    position: relative;
}

.inner-main h1 {
    font-size: 110rem;
    line-height: 110rem;
    font-weight: 300;
    color: #000;
    max-width: 820px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}
.page-template-page-team .inner-main h1 {
    max-width: 100%;
    font-size: 80px;
    line-height: 100px;
}
.page-template-page-team .inner-main {
    padding-top: 180rem;
}
.single-sector .inner-main {
    padding-top: 250rem;
}
.page-template-page-team .team-row {
    padding-top: 80rem;
    padding-bottom: 150rem;
}
.inner-main p {
    text-align: center;
    font-size: 22px;
    line-height: 154%;
    max-width: 930px;
    margin: 40rem auto 0;
    z-index: 9;
    position: relative;
}

.page-template-page-communities .inner-main p {
    color: var(--main-color-blue);
}

p {

}

.about-1 {
    padding-top: 6.77vw;
}

.about-1 h2 {
    font-size: 60rem;
    font-weight: 400;
    line-height: 116.667%;
    color: var(--main-color-blue);
    margin: 0;
    padding-left: 20px;
}

.about-1 p {
    font-size: 26rem;
    font-weight: 300;
    line-height: 153.846%;
}

.about-2 {
    padding-top: 10.4vw;
}

.about-2 .grid-item:first-child {
    /*padding-top: 180rem;*/
}

.about-2 .grid-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-2 p {
    font-size: 22rem;
    font-weight: 300;
    line-height: 163.636%;
}

.about-2 h2,
.about-4 h2 {
    margin-bottom: 30rem;
    font-size: 60rem;
    line-height: 1;
    font-weight: 300;
    color: #000;
}

.about-3 {
    padding-top: 11vw;
    padding-bottom: 8vw;
    background-size: cover !important;
    color: #fff;
    margin-top: 8.85vw;
    background-repeat: no-repeat !important;
}

.about-3 p {
    font-size: 30rem;
    font-weight: 300;
    line-height: 133.333%;
}

.about-4 {
    padding-top: 8.85vw;
}

.about-4 .about-4--left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 85rem;
    padding-top: 165rem;
}

.about-4 .grid-item img {
    border-radius: 30px;
    overflow: hidden;
}

.about-5 {
    padding: 12.85vw 0;
}

.about-4 p {
    font-size: 22rem;
    font-weight: 300;
    line-height: 163.636%;
}

.about-5 {

}

.about-5 p {
    font-size: 40rem;
    font-weight: 400;
    line-height: 50rem;
    max-width: 1080px;
    margin: 0 auto;
}

.about-5 h2 {
    font-size: 40rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 40px;
    color: var(--main-color-blue);
}


.page-template-page-about main {
    overflow-x: hidden;
    z-index: 2;
    position: relative;
}

.about-6 {
    padding-bottom: 10.4vw;
    z-index: 0;
}

.about-6:before {
    content: '';
    width: 624rem;
    height: 1017rem;
    background-image: url(./img/pattern.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transform: translateY(-45%);
}

.about-6 .container {
    position: relative;
    z-index: 1;
}

.about-6 .about-6--top {
    align-items: center;
    margin-bottom: 50rem;
    grid-template-columns: auto auto;
}

.about-6--link {
    text-align: left;
}

.about-6--link a {
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10rem;
    font-size: 26rem;
    line-height: 1;
    font-weight: 300;
}

.about-6--link a svg {
    width: auto;
    height: 52rem;
}

.about-6--link a:hover {
    color: var(--main-color-blue);
}

.about-6 h2 {
    font-size: 80rem;
    line-height: 1;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
}


.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.gap-0 {
    gap: 0;
}

section.contact1 {
    padding: 60px 0 65px;
}

section.contact1 .grid-3-columns {
    text-align: center;
}


section.contact1 .flex-item {
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    height: 100px; /* Fixed height, adjust as necessary */
}

section.contact1 .left {
    justify-content: flex-start; /* Align text to the left */

}

section.contact1 .center {
    justify-content: center; /* Center text */
    border-left: 1px solid #000; /* Border on the right */
}

section.contact1 .right {
    justify-content: flex-end; /* Align text to the right */
    border-left: 1px solid #000; /* Border on the right */
}

section.contact2 {
    margin-top: 60px;
}

.contact2--formbox {
    /* background: #0096FF; */
    width: 1190px;
    margin: 0 auto;
    padding: 120px;
    color: #fff;
    z-index: 9;
    border-radius: 30px;
    background: linear-gradient(180deg, #0096FF 0%, #2583C5 50%);
}
.planning__form {
    margin: 0 auto;
    color: #fff;
    z-index: 9;
    border-radius: 30px;
}

.contact2--formbox .hs-form-field,
.planning__form .hs-form-field {
    margin-bottom: 15px;
}

.contact2--formbox .form-columns-2,
.planning__form .form-columns-2 {
    gap: 50rem;
}

.contact2--formbox .hs-form-field input[type="text"],
.contact2--formbox .hs-form-field input[type="email"],
.contact2--formbox .hs-form-field input[type="tel"],
.planning__form .hs-form-field input[type="text"],
.planning__form .hs-form-field input[type="email"],
.planning__form .hs-form-field input[type="tel"] {
    height: 60px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: 0;
    background: transparent;
    border-radius: 0;
    padding: 15rem 0;
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    direction: rtl;

}

section.contact1 .contact-item,
section.contact1 .contact-item a {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.contact1 .contact-items {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact1 .contact-items .contact-item:after {
    content: "|";
    position: absolute;
    left: -25px;
}

.contact1 .contact-items .contact-item:last-child:after {
    content: unset;
}

section.bg-image-contact {
    height: 580px;
}

.bg-image-contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter__form .hs-form-field input[type="email"] {
    height: 60px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: 0;
    background: transparent;
    border-radius: 0;
    padding: 15rem 0;
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    direction: rtl;


}

.contact2--formbox .hs-form-field input[type="text"]:focus,
.contact2--formbox .hs-form-field input[type="email"]:focus,
.contact2--formbox .hs-form-field input[type="tel"]:focus,
.contact2--formbox .hs-form-field textarea:focus,
.planning__form .hs-form-field input[type="text"]:focus,
.planning__form .hs-form-field input[type="email"]:focus,
.planning__form .hs-form-field input[type="tel"]:focus,
.planning__form .hs-form-field textarea:focus {
    border-bottom: 1px solid #000;
}

.contact2--formbox input::-webkit-input-placeholder,
.contact2--formbox textarea::-webkit-input-placeholder,
.newsletter__form .hs-form-field input::-webkit-input-placeholder,
.planning__form input::-webkit-input-placeholder,
.planning__form textarea::-webkit-input-placeholder {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.contact2--formbox input::-moz-placeholder,
.contact2--formbox textarea::-moz-placeholder,
.newsletter__form .hs-form-field input::-moz-placeholder,
.planning__form input::-moz-placeholder,
.planning__form textarea::-moz-placeholder, {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.contact2--formbox input:-ms-input-placeholder,
.contact2--formbox textarea:-ms-input-placeholder,
.newsletter__form .hs-form-field input:-ms-input-placeholder,
.planning__form input:-ms-input-placeholder,
.planning__form textarea:-ms-input-placeholder, {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.contact2--formbox input::-ms-input-placeholder,
.contact2--formbox textarea::-ms-input-placeholder,
.newsletter__form .hs-form-field input::-ms-input-placeholder,
.planning__form input::-ms-input-placeholder,
.planning__form textarea::-ms-input-placeholder, {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.contact2--formbox input::placeholder,
.contact2--formbox textarea::placeholder,
.newsletter__form .hs-form-field input::placeholder,
.planning__form input::placeholder,
.planning__form textarea::placeholder, {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.newsletter__form .hs-form-checkbox, .newsletter__form .inputs-list label {
    font-size: 20px;
    color: #fff;
}


.contact2--formbox .hs-form-field textarea,
.contact2--formbox .hs-form-field select,
.planning__form .hs-form-field textarea,
.planning__form .hs-form-field select {
    background: transparent;
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: 0;
    background: transparent;
    border-radius: 0;
    padding: 15rem 0;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    direction: rtl;
}


/* Exclude option styling */
.contact2--formbox .hs-form-field select option,
.planning__form .hs-form-field select option {
    color: black; /* Ensure the dropdown options remain black or inherit default styles */
    background-color: white; /* Optional: Background color for options */
}

.contact2--formbox .form-columns-2, .contact2--formbox .form-columns-1, .contact2--formbox .hs-form-field,
.planning__form .form-columns-2, .planning__form .form-columns-1, .planning__form .hs-form-field {
    width: 100% !important;
    max-width: 100% !important;
}


.contact2--formbox .form-group,
.planning__form .form-group {
    margin-top: 30px;
    margin-bottom: 30px;
}
.planning__form .form-columns-2 {
    display: flex;
    direction: rtl;
}
ul.inputs-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    margin-right: 8px;
    margin-top: 8px;
}

ul.inputs-list input {
    margin-left: 10px;

}

.contact2--formbox .hs-submit input,
.planning__form  .hs-submit input {
    background-image: url(./img/submit-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: transparent;
    background-size: contain;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 26rem;
    line-height: 1;
    font-weight: 300;
    padding-left: 100rem;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    min-height: 50rem;
}

.contact2--formbox .hs-submit input:hover,
.planning__form .hs-submit input:hover {
    background-position: 15rem center;
}


.newsletter__form .hs-submit input,
.single-events__form .hs-submit input {
    background-image: url(./img/submit-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: transparent;
    background-size: contain;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 26rem;
    line-height: 1;
    font-weight: 300;
    padding-left: 100rem;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    min-height: 50rem;
}

.newsletter__form .hs-submit input:hover,
.single-events__form .hs-submit input:hover {
    background-position: 15rem center;
}

.newsletter__form .actions {
    text-align: left;
}

.contact2--formbox .actions, 
.planning__form .actions {
    text-align: left;
}

.contact2--formbox h2 {
    font-size: 30rem;
    font-weight: 400;
    line-height: 153.333%;
    text-align: center;
}

.contact3 {
    padding: 65px 0 130px;
}

.contact3 .container {
    /* border-bottom: 1px solid #000; */
    /* padding-bottom: 140rem; */
}

.contact3 .box-items .box-item a {
    color: #000;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
    text-decoration: none;
    display: flex;
}

.contact3 .box-items .box-item {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 30px;
    background: #F9F9FF;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    transition: .3s all;
}

.contact3 .box-items .box-item img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.contact3 .box-items .box-item h3 a {
    color: #000;
    text-align: right;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
}

.contact3 .box-items .box-item h3 {
    margin-bottom: 0;
    margin-right: 20px;
}

.contact3 .box-items .box-item:hover img {
    transform: scale(1.02);
    transition: .3s all;
}

.contact3 .grid-3-columns {
    gap: 20rem;
}

.contact4 {
    padding: 120rem 0 200rem;
}

.contact4 .grid-item {
    display: flex;
    gap: 40rem;
}

.contact4--image {
    width: 450rem;
    height: 232rem;
    object-fit: cover;
    border-radius: 30px;
}

.contact4--image img {
    object-fit: cover;
    border-radius: 30px;
}

.contact4 .contact4--content h3 {
    font-size: 30rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact4 .contact4--content a {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.contact4 .contact4--content strong {
    display: block;
    margin-bottom: 0px;
}

section.career1 {
    padding: 300rem 0 0;
    text-align: center;
}

section.career1 h1 {
    font-size: 100rem;
    font-weight: 300;
    line-height: 128px;
    margin-bottom: 15px;
}

section.career-main-banner.career-main-video-banner {
    padding-top: 0;
    /* height: 100vh; */
    position: relative;
}

section.career-main-banner .main-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.career-main-banner .main-banner {
    margin-bottom: 140px;
}

section.career-main-banner .main-banner.video-banner {
    /* margin-bottom: 0px; */
    height: 100vh;
    position: relative;
}

section.career-main-banner .main-banner.video-banner video {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: cover;
    object-position: bottom;
}

section.career1 p {
    font-size: 26rem;
    line-height: 38rem;
    max-width: 1025rem;
    margin: 0 auto;
}

section.career1 p.subtitle {
    max-width: 770rem;
    margin: 90rem auto 0;
    color: #212457;
    /* font-size: 2.6vw; */
    font-size: 26rem;
    font-weight: 700;
    line-height: 38rem;
}
a.link.career-page__accordion-panel--link {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}
#career-popup{
    background:var(--main-color-blue);
    border-radius: 30px;
}
#career-popup .career-page__contact--form{
    margin: 0;
}

#career-popup .fancybox-close-small,
#career-popup .file-name {
    color: #fff !important;
}

#career-popup .wpcf7 form {
    grid-template-columns: repeat(1, 1fr);
    direction: rtl !important;
    text-align: right;
    grid-gap: 30rem;
}

#career-popup .wpcf7 form input {
    direction: rtl !important;
    text-align: right;
}
#career-popup input.wpcf7-form-control.wpcf7-submit {
    background-image: url(./img/submit-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: transparent;
    background-size: contain;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 26rem;
    line-height: 1;
    font-weight: 300;
    padding-left: 100rem;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    min-height: 50rem;
}
#career-popup input.wpcf7-form-control.wpcf7-submit:hover {
    background-position: 15rem center;
}
.wpcf7 form .upload-btn-wrapper .wpcf7-form-control-wrap{
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    text-align: right;
}

.wpcf7 form .upload-btn-wrapper .wpcf7-form-control-wrap input{
    border-bottom: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}

.wpcf7 form .upload-btn-wrapper .wpcf7-form-control-wrap:before{
    content: '+   צירוף קו"ח   ';
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: Rubik;
    pointer-events: none;
    position: relative;
    z-index: 0;
}

#career-popup .wpcf7 form .upload-btn-wrapper .wpcf7-form-control-wrap:before {
    color: #fff;
}
.page-template-page-career,
.page-template-page-about {
    position: relative;
}

.page-template-page-career:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.9;
    background: url(assets/career-before.svg);
    height: 1197px;
    background-size: cover;
}

.page-template-page-career:after {
    content: "";
    position: absolute;
    top: 150px;
    right: 0;
    width: 100%;
    opacity: 0.5;
    background: url(assets/career-after.svg);
    height: 956px;
    background-repeat: no-repeat;
    background-position: right;

}

.page-template-page-about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.9;
    background: url(assets/about-before.svg);
    background-size: cover;
}

.page-template-page-about:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    opacity: 0.5;
    background: url(assets/about-after.svg);
    height: 956px;
    background-repeat: no-repeat;
    background-position: right;

}

.career3 {
    padding: 130rem 0 90rem;
    background: url(assets/Process-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.career3 h2 {
    color: #212457;
    font-size: 50rem;
    line-height: 1;
    margin: 0;
    font-weight: 700;
}

.career3 p {
    font-size: 22px;
    line-height: 172.727%;
}

/* Base Layout */
.recruitment-section {
    padding: 120px 0;
}
.recruitment-section:before {
    content: "";
    bottom: 0;
    left: 0;
    background: url(img/career3-bg2.png);
    width: 940px;
    height: 100%;
    position: absolute;
    background-size: contain;
    z-index: 9;
    background-repeat: no-repeat;
    background-position-x: left;
    top: -400px;
}

/* === RIGHT COLUMN: CONTENT === */
.recruitment-content-col {
    flex: 1;
    min-width: 300px;
    max-width: 850px;
}

.recruitment-content-col h2 {
color: #212457;
    font-size: 50rem;
    line-height: 1;
    margin: 0;
    font-weight: 700;
}

/* Timeline Logic */
.timeline-wrapper {
    position: relative;
    margin-top: 60px;
}

.timeline-item {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
    position: relative;
}

.timeline-item:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 80px;
    right: 40px;
    bottom: -40px;
    width: 0;
    border-right: 4px dotted #0D1C5A;
    /* opacity: 0.3; */
    z-index: 0;
}

/* Круглые иконки */
.timeline-marker {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    position: relative;
    z-index: 1;
}
.timeline-marker span.icon-chevron {
    margin-top: 10px;
}
.timeline-marker span.icon-chevron svg {
    max-width: 35px;
}
/* Текст */
.timeline-info {
    text-align: right;
    padding-top: 5px;
}

.timeline-info h3 {
    margin: 0 0 0 0;
    color: #0D1C5A;
    text-align: right;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}

.timeline-info p {
    margin: 0;
    color: #0D1C5A;
    text-align: right;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}

/* === LEFT COLUMN: IMAGE & DECORATION === */
.recruitment-image-col {
    flex: 1;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
}

.recruitment-image-col .image-wrapper {
    position: absolute;
    overflow: hidden;
    -webkit-mask-image: url(img/career3-mask.png);
    mask-image: url(img/career3-mask.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transform: translate3d(0, 0, 0);
    z-index: 1;
    background-color: transparent;
    left: 0;
}

.main-photo {
    width: 100%;
    height: auto;
    display: block;
    /* Хитрая форма через border-radius, чтобы было похоже на макет */
    border-radius: 20px 200px 200px 20px; 
    /* Или более сложный вариант через clip-path, но border-radius чище */
    position: relative;
    z-index: 2;
    object-fit: cover;
    min-height: 400px;
}

/* Эффект волн (Ripples) через псевдо-элемент */
.recruitment-section .ripples {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
@media (max-width: 1369px) {
    .recruitment-image-col {
    transform: scale(0.8);
    transform-origin: center left;
}
}
/* Responsive */
@media (max-width: 991px) {
    .areas {
    padding-top: 80rem;
}
.whats-new {
        padding-top: 20rem;
        padding-bottom: 80px;
    }
    
    .recruitment-image-col {
        margin-top: 40px;
        position: relative;
        top: auto;
        bottom: auto;
                margin: -100px 0;
    }

    .career2:before, .career2:after {
        display: none;
    }

    .recruitment-image-col .image-wrapper {
    position: relative;
}
.recruitment-section {
    padding: 120px 0 0;
    display: flex;
    flex-direction: column-reverse;
}
.recruitment-section:before {
    top: -200px;
}
}

.career4 {
    padding: 180rem 0 160rem;
}

.career4 h2 {
    color: #212457;
    font-size: 50rem;
    line-height: 1;
    margin: 0;
    font-weight: 700;

}

.career4 p {
    font-size: 22px;
    line-height: 172.727%;
    max-width: 585px;
}

.career5 {
    position: relative;
    margin-bottom: 300px;
}

.career5--formbox {
    border-radius: 30px;
    background: #F7B6C7;
    width: 1200px;
    position: absolute;
    left: 120px;
    bottom: -150px;
    padding: 90px 100px 50px;
}

.career5--formbox h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 153.333%;
}

.accordion-item {
    border-top: 1px solid #000;
}

.accordion-item:last-child {
    border-bottom: 1px solid #000;
}

.accordion-content {
    display: none; /* Hide the content initially */
    overflow: hidden;
    padding: 15px;
    border: none;
}

.accordion-header {
    cursor: pointer;
    padding: 30rem 0 30rem 78rem;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    color: #000;
    font-size: 30rem;
    font-weight: 700;
    line-height: 126.667%;
    text-align: right;
    background: transparent;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

.accordion-header svg path {
    transition: var(--transition);
}

.accordion-header svg {
    position: absolute;
    left: 30px;
    transition: var(--transition);
    width: 40rem;
    height: 40rem;
}

.accordion-header.active svg {
    transform: rotate(180deg);
}

.accordion-header.active,
.accordion-header:hover {
    background-color: #fff;
    color: var(--main-color-blue);
}

.accordion-header.active svg path,
.accordion-header:hover svg path {
    fill: var(--main-color-blue);
}

.career2 {
    margin-top: 30rem;
    margin-bottom: -5px;
}
.career2:before {
    content: "";
    bottom: 0;
    right: 0;
    background: url(img/career2-bg1.png);
    width: 1000px;
    height: 1000px;
    position: absolute;
    background-size: contain;
    z-index: 9;
    background-repeat: no-repeat;
    background-position-x: right;
}
.career2:after {
    content: "";
    bottom: 0;
    left: 0;
    background: url(img/career2-bg2.png);
        width: 1000px;
    height: 1000px;
    position: absolute;
    background-size: contain;
    z-index: 9;
    background-repeat: no-repeat;
    background-position-x: left;
}
.swiper-slide {

}

.testimonial-wrapper {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-gap: 60rem;
    align-items: center;
    padding: 0 70rem;
}

.testimonial-image {
    line-height: 0;
    height: 100%;
    /* display: flex;
  flex-direction: column;
  justify-content: end; */
}

.testimonial-content {
    padding: 50rem 0;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content p:first-child {
    color: #212457;
    font-size: 30rem;
    line-height: 150%;
    text-decoration-line: underline;
    max-width: 620px;
}

.testimonial-content p.position, .testimonial-content h3 {
    color: #0096FF;
    font-size: 24rem;
    line-height: 150%;
}

.testimonial-content h3 {
    font-weight: 700;
    margin-top: 30rem;
    margin-bottom: 0;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: auto;
    height: 83rem;
    margin-top: -25px; /* half height for vertical alignment */
    z-index: 10;
    cursor: pointer;
    background: none; /* Remove any default styles */
    outline: none;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.career2 .swiper-slide {
}

.swiper-button-next svg, .swiper-button-prev svg {
    fill: #000; /* Color of the arrow */
}

.swiper-button-next:before, .swiper-button-prev:before,
.swiper-button-next:after, .swiper-button-prev:after {
    content: "" !important;
}

.chessboard .row {
    display: flex;
    align-items: center;
    margin-bottom: 160rem;
    gap: 80rem;
}

.chessboard .row.even {
    flex-direction: row-reverse; /* Image on the right for even rows */
}

.chessboard .row.odd {
    flex-direction: row; /* Image on the left for odd rows */
}

.chessboard .row ul {
    padding: 0;
    margin: 0;
}

.chessboard .row li {
    list-style: none;
    position: relative;
    padding-right: 25px;
    font-size: 30rem;
    line-height: 160%;
}

.chessboard .row li:before {
    content: "";
    background: url(assets/list-before.svg);
    width: 18px;
    height: 18px;
    right: 0;
    top: 15px;
    position: absolute;
}

.chessboard .image {
    flex: 1;
    padding: 15px;
}

.chessboard .content {
    flex: 1;
    padding: 15px;
}

.chessboard img {
    width: 100%;
    height: auto;
    display: block;
}

.community1 {
    padding: 11vw 0 0;
}

.community1 .chessboard .row h2 {
    font-size: 60rem;
    line-height: 108.333%;
    color: #000;
    font-weight: 300;
    margin-top: 3.65vw;
    margin-bottom: 0;
}

.community2 {
    padding: 8.85vw 0 14vw;
}

.community2 h2 {
    color: var(--main-color-blue);
    text-align: center;
    font-size: 2.6vw;
    line-height: 120%;
    font-weight: 300;
}

.community3 {
    background: #0D1C5A;
    padding: 75px 0 55px;
}

.community3 h2 {
    color: #FFF;
    font-size: 3.65vw;
    font-weight: 400;
    line-height: 114.286%;
    margin: 0;
}

.community3 p {
    color: var(--main-color-blue);
    font-size: 24px;
    line-height: 191.667%;
}

.main-communities, .page-template-page-communities {
    position: relative;
    background: #ffffff;
}

.main-communities:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    background: url(assets/communties-bg.svg);
    background-position-y: 60vh;
    opacity: 0.2;
}

.page-template-page-communities:before,
.page-template-page-contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150vh;
    background: url(assets/communities-body-before.svg);
    background-position-y: 0;
    opacity: 0.4;
    background-position-x: right;
    background-repeat: no-repeat;
}

.page-template-page-communities:after,
.page-template-page-contact:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150vh;
    background: url(assets/communities-body-lines.svg);
    background-position-y: 0;
    background-position-x: right;
    background-repeat: no-repeat;
}

header {
    padding: 70px 0;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

.header-icons {
    gap: 35px;
    display: flex;
    align-items: center;
}

.menu-container {
    position: fixed;
    height: 100%;
    width: 0; /* Initially set to 0 to hide the menu */
    top: 0;
    right: 0;
    z-index: 9999;
    overflow-x: hidden; /* Hide content that goes beyond the menu width */
    transition: 0.5s; /* Smooth transition for sliding in and out */
}

.menu-container .flex {
    height: 100%;
}

.flex-item.menu-column1 {
    background: #3597DC;
    width: 30%;
    padding: 150px 130px;
}

.flex-item.menu-column1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.flex-item.menu-column1 ul li {
    margin-bottom: 25px;
}
.flex-item.menu-column1 ul li a {
    color: #FFF;
    font-size: 25px;
    margin-bottom: 0px;
    display: block;
    text-decoration: none;
    font-weight: 400;
}
.flex-item.menu-column1 ul li.slide-menu {
    padding: 0px;
    display: block !important;
}
.flex-item.menu-column1 ul.sub-menu {
    padding-right: 30px;
    display: none;
}

.flex-item.menu-column1 .menu-item-has-children {
    border-bottom: 2px solid #fff;
    position: relative;
    margin-bottom: 25px;
}

.flex-item.menu-column1 .menu-item-has-children:before {
    content: "";
    left: 0;
    top: 3px;
    width: 21.45px;
    height: 21.45px;
    position: absolute;
    background: url(assets/menu-arrow.svg);
}

.flex-item.menu-column2 ol {
    padding: 0;
    margin: 0;
}

.flex-item.menu-column2 ol li {
    color: #212457;
    font-size: 16px;
    line-height: 25px;
}

.flex-item.menu-column2 ol li > a {
    color: #212457;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
    text-decoration: none;
}

.flex-item.menu-column2 ol li span a {
    color: #212457;
    text-decoration: none;
    font-weight: 300;
}

/* Initialize a CSS counter on the ordered list */
.flex-item.menu-column2 ol {
    counter-reset: list-counter; /* Create a new instance of the counter */
    list-style-type: none; /* Remove default list styling */
    padding-left: 0; /* Remove default padding */
}

/* Target each list item */
.flex-item.menu-column2 ol li {
    counter-increment: list-counter; /* Increment the counter for each list item */
    margin-bottom: 10px; /* Optional: add space between list items */
    position: relative;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

.flex-item.menu-column2 ol li:last-child {
    border: none;
}

.flex-item.menu-column2 h3 {
    color: #212556;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 2px solid;
    margin-bottom: 15px;
}

/* Use the ::before pseudo-element to format the number */
.flex-item.menu-column2 ol li::before {
    content: counter(list-counter, decimal-leading-zero); /* Use the counter value with leading zero */
    margin-right: 10px; /* Space between the number and list item text */
    position: absolute;
    right: -10px;
    color: #212457;
    font-size: 12px;
}


.flex-item.menu-column2 {
    width: 30%;
    background: #fff;
    padding: 120px 90px;
    overflow: hidden;
}

.flex-item.menu-column3 {
    width: 40%;
    background-size: cover;
    position: relative;
}

.flex-item.menu-column3:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: url(assets/aviv-menu.png);
}

.menu-container .close-menu {
    position: absolute;
    z-index: 9;
    top: 75px;
    right: 100px;
}

body.page-template-page-about {
    position: relative;
}

.section-first-images-bg img {
    position: absolute;
    top: 0;
    right: 0;
}

.section-first-images-bg .image-banner {
    width: 700px;
    z-index: 1;
}

.section-first-images-bg .image-bg-lines {
    width: 1150px;
    z-index: 2;
}

.section-first-images-bg .image-bg {
    width: 1070px;
    z-index: 1;
}

.page-template-page-team .section-first:before {
    content: "";
    position: absolute;
    left: -40%;
    top: -10%;
    background: -o-radial-gradient(50% 50%, 69.68% 69.68%, rgba(247, 181, 199, 0.70) 0%, rgba(255, 255, 255, 0.00) 73.67%);
    background: radial-gradient(69.68% 69.68% at 50% 50%, rgba(247, 181, 199, 0.70) 0%, rgba(255, 255, 255, 0.00) 73.67%);
    width: 1375.808px;
    height: 1375.808px;
    z-index: 2;
}

.section-first:after {
    content: "";
    opacity: 0.4;
    background: -o-linear-gradient(50deg, #ffffff 25%, #ffffff00 65%, #29aae1f2 100%);
    background: linear-gradient(40deg, #ffffff 25%, #ffffff00 65%, #29aae1f2 100%);
    width: 100%;
    height: 2000px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

section {
    position: relative;
    z-index: 1;
}

.page-template-page-contact main {
    overflow: hidden;
}

.page-template-page-team main {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.page-template-page-team.popup-open main {
    z-index: 999;
}

.section-content-images-bg {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
}

.section-content {
    position: relative;
    z-index: 2;
}

.section-content-images-bg img {
    width: 100%;
}

.team1 .section-box .section-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 120px;
    gap: 20px;
}

.team1 .section-items .item-content {
    /* flex: 0 0 30%; */
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 60px);
    flex: 1 1 calc(33.333% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 30px;
    background: #F9F9FF;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    max-width: calc(33.333% - 15px);
}

section.team1 {
    padding-top: 100px;
}

.team1 .section-box .section-title {
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team1 .section-box .section-title h2 {
    color: #2583C5;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin-right: 20px;
}

.team1 .section-box .section-title:before {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #2583C5;
    display: block;
    top: auto;
}

.team1 .section-items .item-content .image-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 10px;
    margin-left: 20px
}

.team1 .section-items .item-content .image-photo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.team1 .section-items .item-content .content-hide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    display: none;
    color: black;
    padding: 0 40px 20px 20px;
}

.team1 .section-items .item-content .title-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.team1 .section-items .item-content .title-box h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.team1 .section-items .item-content .title-box span {
    font-size: 18px;
    line-height: 138.889%;
    letter-spacing: 0.36px;
}

.team1 .section-items .item-content.open .content-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #2583C5;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #FFF;
    text-align: right;
    font-size: 16px;
    line-height: 156.25%;
    letter-spacing: 0.32px;
}

.team1 .section-items .item-content.open {
    background-color: #2583C5;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.team1 .section-items .item-content.open .title-box h3 {
    color: white;
}

.team1 .section-items .item-content.open .title-box span {
    color: white;
}

.team1 .section-items .item-content.open .arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.team1 .section-items .item-content.open .arrow svg path {
    stroke: white;
    fill: white;
}

.team1 .section-items .item-content .arrow:hover {
    cursor: pointer;
}

.team1 .section-items .item-content .arrow svg {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.team1 .section-items .item-content:hover .arrow svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.search-popup {
    position: fixed;
    z-index: 9999;
    background: #F3F6F9;
    top: 0;
    left: 0;
    right: 0;
    padding: 65rem 100rem 100rem;
    transform: translateY(-100%);
    transition: all 0.5s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 150rem;
}

.search-popup__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30rem;
    line-height: 0;
}

.search-popup__top a svg {
    width: 25rem;
    height: 24rem;
}

.search-popup__logo {
    height: 46rem;
    width: auto;
}

.search-popup form {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1386px;
    margin: auto;
}

.search-popup form .search-field {
    padding: 20rem 0;
    background: none;
    border: 0;
    border-bottom: 1px solid #7E7E7E;
    width: 100%;
    border-radius: 0;
    font-size: 60rem;
    line-height: 1;
    color: #7E7E7E;
    font-weight: 300;
    font-family: inherit;
}

.search-popup form .search-field::placeholder {
    font-size: 60rem;
    line-height: 1;
    color: #7E7E7E;
    font-weight: 300;
}

.search-popup form .search-submit {
    background: none;
    padding: 0;
    border: 0;
    position: absolute;
    left: 0;
}

.search-popup form .search-submit {
    width: 64rem;
    height: 64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem;
}

.search-popup form .search-submit svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ajax search */
.search-popup #ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 60rem;
    background-color: transparent;
    box-shadow: unset;
}

.search-popup div.asl_w .probox .promagnifier .innericon svg {
    fill: #2583C5;
    width: 40rem;
}

.search-popup div.asl_w .probox .promagnifier {
    width: 60rem;
    height: 60rem;
    box-shadow: unset;
    min-height: auto;
}

.search-popup #ajaxsearchlite1 .probox .proinput input, .search-popup div.asl_w .probox .proinput input {
    font-weight: normal;
    height: 60rem;
    font-size: 40rem;
    line-height: 1 !important;
    color: #7E7E7E !important;
    text-align: right;
    background: none !important;

}

.search-popup #ajaxsearchlite1 .probox .proinput input, .search-popup div.asl_w .probox .proinput input::placeholder {
    font-size: 40rem;
    line-height: 1;
}

.search-popup
div.asl_m .probox .proclose svg {
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    fill: #7E7E7E;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: unset;
}

.search-popup .proclose {
    height: 100%;
}

.search-popup div.asl_w {
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0 1px 0 0 #7E7E7E;
}

.search-popup form input.autocomplete {
    opacity: 0 !important;
}


body div.asl_r.vertical .results,
body div.asl_s.searchsettings .asl_sett_scroll {
    scrollbar-width: thin;
    scrollbar-color: #2583C5 transparent;
}

body div.asl_r .results .item .asl_content h3, body div.asl_r .results .item .asl_content h3 a {
    color: #2583C5;
    font-size: 20rem;
    line-height: 1;
    text-shadow: unset;
}

body div.asl_r .results .item .asl_content h3 a:hover {
    color: #2583C5;
    font-size: 20rem;
    line-height: 1;
    text-shadow: unset;
    text-decoration: underline;
}

body div.asl_r .results .item .asl_content .asl_desc {
    margin-top: 4px;
    font-size: 16rem;
    line-height: 1;
}


body div.asl_r .results .item {
    padding: 15rem;
}

body div.asl_r .results .item .asl_content {
    overflow: hidden;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0;
}

/* ajax search */


.planning__form {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160rem 0;
    margin-top: 320rem;
}

.planning__form--wrapper {
    background-color: #0096FF;
    padding: 95rem 100rem;
    border-radius: 30px;
    max-width: 1190px;
    margin: -320rem auto 0;
    min-height: 600rem;
}
.planning__form--wrapper h3 {
    font-size: 30px;
font-weight: 400;
line-height:153.333%;
}
.media-filter {
    margin-top: 60rem;
}

.media-filter__wrapper {
    width: 100%;
}
.page-template-page-blog .media-filter__wrapper  {
    width: auto;
}
.media-filter__wrapper li {
    display: inline-block;
    list-style: none;
}

.media-filter__wrapper ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
}

.page-template-page-planning main .container,
.single-specialization main .container {
    max-width: 1430px;
}

.planning__accordeon--item {
    border-bottom: 1px solid #000000;
    padding: 40rem 0;
    cursor: pointer;
}

.planning__accordeon__button {
    font-weight: 700;
    color: #000;
    font-size: 40rem;
    line-height: 1;
    display: flex;
    gap: 20rem;
    align-items: center;
    transition: all 0.3s;
}

.planning__accordeon__button.active {
    padding-bottom: 15rem;
}

.planning__accordeon__button svg {
    position: relative;
    transition: all 0.3s;
    width: auto;
    height: 16rem;
}

.planning__accordeon__button.active svg {
    transform: rotate(-180deg);
}

.planning__accordeon--image {
    line-height: 0;
    border-radius: 30px;
    overflow: hidden;
}

.planning__accordeon--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.planning__accordeon--description {
    font-size: 20rem;
    line-height: 32rem;
    font-weight: 300;
    font-family: inherit;
}
.planning__accordeon--description ul {
    margin: 0;
    padding: 0;
    padding-right: 20px;
}
.planning__accordeon--description p {
    margin: 0;
}

.planning__accordeon--description p:not(:last-child) {
    margin-bottom: 20px;
}

.planning__accordeon--panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: grid;
    gap: 80rem;
    grid-template-columns: 1fr 0.98fr;
}

.planning__accordeon--panel.open {
    max-height: 100% !important;
}

.team-member__image {
    line-height: 0;
    border-radius: 40px;
    overflow: hidden;
    height: 485rem;
    margin-bottom: 35rem;
}

.team-member__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.team-member h3 {
    font-size: 30rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 7.5rem;
}

.team-member p {
    margin-bottom: 0;
    font-size: 22rem;
    line-height: 1;
    font-weight: 300;
}


.news-section {

}

.news-section .container {
    max-width: 1375px;
}

.news-section__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 75rem;
}

.news__item {
    position: relative;
}

.news__item--image {
    position: relative;
    width: 676rem;
    height: 394rem;
    overflow: hidden;
    border-radius: 30px;
}

.news__item--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__item--wrapper {
    padding: 65rem;
    background-color: #f9f9ff;
    border-radius: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 25%;
}


/* blog */

.information-section__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60rem;
    grid-row-gap: 30rem;
    min-height: 500px;
    margin-bottom: 50px;
}

.information__item {
    background-color: #fff;
    border: 1px solid #8E8E8E;
    border-radius: 30px;
    overflow: hidden;
}
.information__item--image {
    height: 200px;
    overflow: hidden;
    /* z-index: 1; */
}

.information__item--image a {
    display: block;
    line-height: 0;
    height: 100%;
    /* overflow: hidden; */
    /* border-top-left-radius: 30px; */
    /* border-top-right-radius: 30px; */
}

.information__item--image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-top-left-radius: 30px; */
    /* border-top-right-radius: 30px; */
    transition: transform 0.3s ease;
}
.information__item--image:hover img {
    transform: scale(1.1);
}
.information__item--wrapper {
    padding: 15rem 40rem 20rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 200px);
    z-index: 1;
    position: relative;
}

.information__item--wrapper date {
    font-size: 14rem;
    line-height: 1;
    font-style: italic;
    font-weight: normal;
    display: block;
    margin-top: 15rem;
}

.information__item--author {
    margin-top: -25px;
    display: flex;
    gap: 10px;
}

.information__item--author:hover img {
    opacity: 0.44;
}

.information__item--author-image {
    background-color: #f9f9f9;
    display: inline-flex;
    padding: 4px;
    border-radius: 50%;
    width: 70px;
}

.information__item--author-image img {
    border-radius: 50%;
    transition: var(--transition);
    width: 100%;
    object-fit: cover;
}

.information__item--author-title {
    font-size: 14rem;
    font-weight: 300;
    line-height: 1.4;
    color: #000000;
    padding-top: 23px;
}

.information__item--category {
    margin: 8rem 0;
    font-size: 14rem;
    line-height: 1;
    color: var(--main-color-blue);
}

.information__item--category a {
    text-decoration: none;
}

.information__item--title {
    font-size: 26rem;
    line-height: 1.2;
    color: var(--main-color-blue);
    transition: var(--transition);
    display: flex;
    margin-bottom: 13rem;
    text-decoration: none;
}

.information__item--title:hover {
    text-decoration: underline;
    color: var(--main-color-blue);
}

.information__item--excerpt {
    font-size: 18rem;
    line-height: 1.4;
    color: #000;

}

.information__item--footer {
    list-style: none;
    margin: 15rem -40rem 0;
    border-top: 1px solid rgba(227, 227, 227, 0.7);
    padding: 15rem 40rem;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #b7b7b7;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    grid-gap: 35rem;
}

.information__item--footer li {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
    opacity: 0.7;
    transition: var(--transition);
}

.information__item--footer li:hover {
    opacity: 1;
}

.information__item--footer svg {
    fill: #b7b7b7;
}

.video-container {
    width: 100%;
    aspect-ratio: 16 / 9; /* Adjusts height automatically */
    /* margin-bottom: 40px; */
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.single-information__wrapper {
    padding-top: 230rem;
    padding-bottom: 250rem;
    max-width: 990px;
    margin: 0 auto;
}
.single-project .single-information__wrapper {
    padding-bottom: 120rem;
}
.single-information__page-title {
    font-size: 120rem;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    margin-bottom: 100rem;
}

.single-information__category {
    font-size: 36rem;
    line-height: 1;
    font-weight: 300;
    color: var(--main-color-blue);
    text-align: center;
    margin-bottom: 30rem;
}

.single-information__wrapper h1 {
    font-size: 70rem;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30rem;
}

.single-information__content--image {
    height: 350rem;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 60rem;
}
.single-project .single-information__content--image {
    height: 430rem;
}
.single-information__content--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-information__author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12rem;
    margin-bottom: 30rem;
    font-size: 14rem;
    line-height: 1;
}

.single-information__author-image {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100px;
}

.single-information__author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-information__author-title {
    font-weight: bold;
}

.single-information__author date {
    font-weight: 300;
}

.single-information__footer {
    margin-top: 50rem;
    border-top: 1px solid #000;
    padding-top: 15rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 30rem;
}

.single-information__footer ul {
    margin: 0;
    border-top: 0;
    padding: 0;
    display: none;
}

.single-information__footer--links {
    display: flex;
    align-items: center;
    gap: 20rem;
}

.single-information__footer--links strong {
    font-weight: 700;
    font-size: 18rem;
    line-height: 1;
}

.single-information__footer--links a {
    text-decoration: none;
    line-height: 0;
    display: inline-flex;
}

.page-template-page-events .inner-main {
    padding: 235rem 0 100rem;
}
.page-template-page-blog .inner-main {
    padding: 255rem 0 0rem;
}


.newsletter {
    background-color: #0D1C5A;
    padding: 110rem 0;
}

.newsletter__title {
    font-size: 90rem;
    line-height: 1;
    color: #fff;
    font-weight: normal;
}


.page-template-page-communities .newsletter__title {
    font-size: 70rem;
}


.newsletter__subtitle {
    font-size: 24rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    margin-top: 10rem;
}

.page-template-page-communities .newsletter__subtitle {
    color: #0E8EE8;
}

.newsletter__wrapper {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    grid-gap: 80rem;
}


.newsletter .wpcf7 {
    direction: rtl;
}

.newsletter .wpcf7 form {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50rem;
}

.newsletter .wpcf7 form input:not(.wpcf7-submit) {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding: 15rem 0;
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl;
}

.newsletter .wpcf7 form input:not(.wpcf7-submit)::-webkit-input-placeholder {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.newsletter .wpcf7 form input:not(.wpcf7-submit)::-moz-placeholder {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.newsletter .newsletter .wpcf7 form input:not(.wpcf7-submit):-ms-input-placeholder {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.newsletter .wpcf7 form input:not(.wpcf7-submit)::-ms-input-placeholder {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.newsletter .wpcf7 form input:not(.wpcf7-submit)::placeholder {
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.newsletter .wpcf7__row--submit input {
    background-image: url(./img/submit-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: transparent;
    background-size: contain;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 26rem;
    line-height: 1;
    font-weight: 300;
    padding-left: 100rem;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    min-height: 50rem;
}

.newsletter .wpcf7__row--submit input:hover {
    background-position: 15rem center;
}

.wpcf7__row.wpcf7__row--double {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 50rem;
}

.wpcf7__row--select {

}

.wpcf7__row--select select::-ms-expand {
    display: none;
}

.wpcf7__row--select select {
    appearance: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 15rem 0;
    font-size: 20rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    margin: 0;
    width: 100%;
    cursor: inherit;
    outline: none;
    cursor: pointer;
    background-image: url(./img/angle-down.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 33rem;
}

.wpcf7__row--select select option {
    color: #000;
    padding: 5rem;
}


.events-section__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 100rem;
}

.events__item {
    position: relative;
    padding: 0 48rem;
    box-sizing: border-box;
}

.events__item--image {
    height: 390rem;
    /* height: 100%; */
    width: 670px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.events__item:nth-child(even) .events__item--image {
    left: 0;
    right: unset;
}

.events__item:nth-child(even) .events__item--image {
    border-top-right-radius: 30px;
}

.events__item:nth-child(odd) .events__item--image {
    border-top-left-radius: 30px;
}


.events__item--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events__item--wrapper {
    max-width: 990rem;
    margin: 60rem auto 0;
    background-color: #fff;
    padding: 70rem 50rem;
    display: flex;
    gap: 44rem;
    min-height: 330px;
    border: 1px solid #8E8E8E;
    position: relative;
    z-index: 1;
    align-items: center;
    border-radius: 30px;
}

.events__item--date {
    padding-left: 26rem;
    display: flex;
    flex-direction: column;
    gap: 15rem;
}

.events__item--content {
    border-right: 1px solid #333;
    padding-right: 26rem;
}


.events__item--date date {
    color: #2583C5;
    letter-spacing: 1.2px;
    font-size: 50rem;
    line-height: 1;
    font-weight: bold;
    /* text-shadow:
      -1.5px -1.5px 0 #0982cc,
       1.5px -1.5px 0 #0982cc,
      -1.5px  1.5px 0 #0982cc,
       1.5px  1.5px 0 #0982cc; */
}

@supports (-webkit-text-stroke: 1.5px #2583C5) {
    .events__item--date date {
        -webkit-text-fill-color: white;
        -webkit-text-stroke: 1.5px #2583C5;
    }
}

.events__item--date time {
    font-size: 14rem;
    line-height: 1;
    font-weight: normal;
}

.events__item--date address {
    font-size: 14rem;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
}

.events__item--title {
    text-decoration: none;
    font-size: 40rem;
    line-height: 1.116;
    font-weight: 400;
    color: #2583C5;
    display: flex;
    margin-bottom: 14rem;
}

.events__item--title:hover {
    color: #2583C5;
}

.events__item--links {
    display: flex;
    flex-wrap: wrap;
    gap: 20rem;
    justify-content: space-between;
    margin-top: 20rem;
}

.events__item--links a {
    text-decoration: none;
    font-size: 20rem;
    line-height: 1;
    font-weight: 400;
    color: #2583C5;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10rem;
    cursor: pointer;
}

.events__item--links a svg path {
    fill: #2583C5;
}

.events__item--links a svg {
    transition: var(--transition);
    height: 12px;
    width: auto;
    min-width: 10px;
    transform: translateY(-2px);
}

.events__item--links a:hover svg {
    transform: translateX(-10px);
}

.events-section {
    padding-bottom: 150rem;
    padding-top: 100rem;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 20px;
    letter-spacing: 0.36px;
    font-size: 18px;
    margin: 0;
}

.pagination .current {
    color: #2583C5;
}
.projects-pagination {
    margin-bottom: 100px;
}
.pagination a, .pagination span {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
}
.pagination a svg {
    position: relative;
}
.pagination .prev.page-numbers svg path {
    fill: #2583C5;
}

.pagination .prev.page-numbers svg {
    position: relative;
    transform: rotate(180deg);
}

.pagination a:hover {
    color: #2583C5;
}

.pagination-arrow--next {
    transform: rotate(180deg);
}

.pagination-arrow svg {
    display: block;
}

.navigation-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70rem;
    position: relative;
}

.navigation-pagination .navigation-text {
    font-size: 18px;
    letter-spacing: 0.36px;
    position: relative;
    display: flex;
    align-items: center;
}

.navigation-pagination .navigation-text:before {
    content: '';
    display: block;
    width: 1px;
    background-color: #333;
    height: 38px;
    position: absolute;
    left: -35rem;
}


.single-events__page {
    padding-top: 270rem;
}

.single-events__wrapper {
    max-width: 1420px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    align-items: flex-start;
}

.single-events__column {
    background-color: rgb(255, 255, 255);
    margin-top: 150rem;
    position: relative;
    left: -60rem;
    padding: 118rem 100rem 150rem;
    border: 1px solid #333;
    border-radius: 30px;
}

.single-events__form--wrapper {
    position: sticky;
    z-index: 9;
    top: 30px;
}

.single-events__form {
    background-color: var(--main-color-blue);
    padding: 80rem;
    position: sticky;
    z-index: 9;
    top: 30px;
    border-radius: 30px;
}

.single-events__title {
    font-size: 50rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 40rem;
    color: var(--main-color-blue);
}

.single-events__form--title {
    font-size: 30rem;
    line-height: 1.25;
    font-weight: 300;
    color: #fff;
    margin-bottom: 25rem;
}

.single-events__form--title span {
    font-weight: bold;
}

.single-events__webinar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30rem;
    margin-bottom: 50rem;
}

.single-events__webinar--date {
    color: var(--main-color-blue);
    letter-spacing: 1.2px;
    font-size: 36rem;
    line-height: 1;
    font-weight: bold;
}

@supports (-webkit-text-stroke: 1.5px var(--main-color-blue)) {
    .single-events__webinar--date {
        -webkit-text-fill-color: white;
        -webkit-text-stroke: 1.5px var(--main-color-blue);
    }
}

.single-events__webinar--live {
    background-color: var(--main-color-blue);
    color: #fff;
    display: inline-flex;
    padding: 7.5px 15px;
    font-size: 20rem;
    line-height: 1;
    font-weight: 700;
}

.single-events__webinar--time {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 15rem;
    gap: 5rem;
}

.single-events__expert--head,
.single-events__video--head {
    letter-spacing: 0.4px;
    color: var(--main-color-blue);
    font-size: 26rem;
    font-weight: 700;
    margin-bottom: 30rem;
}

.single-events__video {
    width: 100%;
    height: 300rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 50rem;
}

.single-events__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-events__video:not(.active-video):after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(51, 51, 51, 0.58);
    position: absolute;
    z-index: 1;
}

.single-events__video a {
    position: absolute;
    z-index: 2;
    color: rgb(255, 255, 255);
    letter-spacing: 0.3px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15rem;
}

.single-events__video a svg {
    transition: var(--transition);
    width: 57rem;
    height: 58rem;
}

.single-events__video a:hover svg {
    transform: scale(1.1);
}

.single-events__content {
    color: rgb(51, 51, 51);
    font-size: 16rem;
    font-weight: 300;
    line-height: 28rem;
    margin-bottom: 50rem;
}

.single-events__expert--img {
    height: 159rem;
    width: 159rem;
    min-width: 159rem;
    border-radius: 300px;
    overflow: hidden;
    margin: 0 auto 20rem;
}

.single-events__expert--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-events__expert--row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160rem, 1fr));
    grid-gap: 30rem;
}

.single-events__expert--item {
    text-align: center;
}

.single-events__expert--title {
    color: var(--main-color-blue);
    font-weight: 700;
    font-size: 18rem;
    margin-bottom: 5px;
}

.single-events__expert--position {
    font-size: 18rem;
}


.single-events__other {
    margin: 285rem 0;
    overflow: hidden;
}

.single-events .single-events__other {
    margin: 185rem 0 85rem;
    padding-bottom: 100rem;
}

.page-template-page-communities .single-events__other--title {
    color: var(--main-color-blue);
    font-size: 50rem;
}

.single-events__other--title {
    font-size: 70rem;
    line-height: 1;
    margin-bottom: 60rem;
    text-align: center;
    padding: 0 20rem;
}

.single-events__other--slider-wrapper {
    padding-right: 127rem;
}

.single-events__other--slider {
    margin-left: -50%;
}

.single-events__other--slider .swiper-wrapper {
    align-items: flex-end;
}

.single-events__other--slider .swiper-slide article {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: flex-end;
}

.single-events__other--slider .swiper-slide .events__item--wrapper {
    margin: 0rem auto 0 0;
    background: #F9F9FF;
    border: none;
    border-radius: 30px;
}

.single-events__other--slider .swiper-slide img {
    border-radius: 30px;
}

@supports (-webkit-text-stroke: 1.5px #2583C5) {
    .single-events__other--slider .events__item--date date {
        -webkit-text-fill-color: #F9F9FF;
        -webkit-text-stroke: 1.5px #2583C5;
    }
}


.single-events .single-events__other--slider .swiper-slide .events__item--wrapper {
    background: #fff;
    border: 1px solid;
    border-radius: 0px;
    border-radius: 30px;
}

.single-events .single-events__other--slider .swiper-slide img {
    border-radius: 0px;
    border-radius: 30px;
}

@supports (-webkit-text-stroke: 1.5px #2583C5) {
    .single-events .single-events__other--slider .events__item--date date {
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke: 1.5px #2583C5;
    }
}


.single-events__form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs_topics_multi .hs-form-checkbox-display input {
    display: inline-block;
    margin-left: 10px;
}

.single-events__form .form__input,
.single-events__form .form__textarea,
.single-events fieldset .hs-form-field input,
.single-events fieldset .hs-form-field textarea,
.single-events .hs-fieldtype-text input {
    background-color: transparent;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    font-family: Rubik, sans-serif;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 16px 0;
    border-radius: 0;
    width: 100%;
    text-align: right;
}

.single-events .hs-main-font-element,
label.hs-error-msg {
    font-size: 14px;
    color: red;
}

.single-events .hs-form-checkbox {
    color: #fff;
}

.single-events__form input::placeholder,
.single-events__form textarea::placeholder {
    font-family: Rubik, sans-serif;
    font-size: 20px;
    color: #fff;
}


.single-events fieldset {
    max-width: 100% !important;
}

.single-events fieldset.form-columns-3 .hs-form-field,
.single-events fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    color: #fff;
    margin-bottom: 20px;
    float: none !important;
}

.single-events .hs-form-booleancheckbox {
    font-size: 16px;
    color: #fff;
}

.single-events .hs-form-booleancheckbox label {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.single-events .hs-form-booleancheckbox input {
    width: 20px;
    display: block;

}

.fixed-form__box .hs-form-booleancheckbox label {
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.fixed-form__box .hs-form-booleancheckbox input {
    width: 20px;
    display: block;

}

.single-events .hs-button {
    margin-top: 20px;
}

.page-template-page-forum_album .jf_form .input {
    margin: 10px;
}

.page-template-page-forum_album .hs_aviv_amcg__________________________________________________________________________________________.hs-aviv_amcg__________________________________________________________________________________________.hs-fieldtype-booleancheckbox.field.hs-form-field,
.page-template-page-forum_album .hs_recaptcha.hs-recaptcha.field.hs-form-field,
.page-template-page-forum_album .hs_submit.hs-submit {
    width: 100%;
}

.page-template-page-forum_album .jf_form .hs-form-booleancheckbox label span {
    font-size: 16px;
    line-height: 1.15 !important;
}

.hs-form-booleancheckbox span {
    font-size: 16px;
}

.hs-form-booleancheckbox span a {
    color: #fff;
    text-decoration: underline;
}

.hs-form-booleancheckbox span a:hover {
    text-decoration: none;
}

.single-events__form .input {
    margin-bottom: 15px;
    margin-right: 0 !important;
}

.page-template-page-contact .form-columns-2 {
    display: flex;
    direction: rtl;
}

.hs-form-5023b795-f264-4d65-8161-53a891225704_f7338771-8ba2-44de-9523-80bef1e5cce8 .hs-button {
    white-space: pre-wrap;
}

.single-events .hs_submit {
    margin-top: 20px;
    text-align: center;
}

.single-events .actions {
    text-align: left;
}

.single-events .grecaptcha-badge {
    max-width: 256px !important;
    width: 100% !important;
}


.single-news .single-information__category {
    text-align: center;
}

.single-news .single-information__category span {
    font-size: 36rem;
    line-height: 1;
    font-weight: 300;
    color: var(--main-color-blue);
    background-color: #F7B6C7;
    border-radius: 50px;
    padding: 10rem 25rem;
    display: inline-flex;
}

.single-news .single-information__video {
    height: 350rem;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    margin-bottom: 60rem;
}

.single-news .single-information__video picture,
.single-news .single-information__video a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    line-height: 0;
    cursor: pointer;
}

.single-news .single-information__video svg {
    position: absolute;
    z-index: 2;
    width: 45rem;
    height: 59rem;
    transition: var(--transition);
}

.single-news .single-information__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-news .single-information__video:hover svg {
    transform: scale(1.1);
}

.single-information__source {
    margin-top: 40rem;
}

.single-information__source a {
    font-weight: bold;
    text-decoration: none;
    font-size: 18rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 15rem;
    color: var(--main-color-blue);
}

.single-information__source a svg {
    transition: var(--transition);
}

.single-information__source a:hover svg {
    transform: translateX(-10px);
}


a.loadmore {
    background: #74C59B;
    border: 2px solid #74C59B;
    display: flex;
    width: 180rem;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: var(--transition);
    text-decoration: none;
    padding: 10rem;
    margin: 80rem auto 0;
}

a.loadmore:hover {
    color: #74C59B;
    background-color: #fff;
}

section.information-section {
    padding-bottom: 80rem;
}


.carrer__form .contact-form {
    background-image: none;
}

.carrer__form .contact-form .wpcf7__row--submit input {
    background-image: url(./img/submit-arrow-black.svg);
    color: #000;

}

.carrer__form .contact-form .wpcf7 form input:not(.wpcf7-submit) {
    color: #000;
    border-bottom-color: #000;
    text-align: right;
}

.carrer__form .contact-form .wpcf7 form input::placeholder {
    color: #000;
}

.carrer__form .contact-form .wpcf7__row--checkbox label span {
    color: #000;
}

.carrer__form .contact-form .wpcf7__row--checkbox label span:before {
    border: 1px solid #000000;
}

.carrer__form .contact-form .wpcf7__row--checkbox label span {
    color: #000;
}

.carrer__form--wrapper {
    border-radius: 30px;
    background: #F7B6C7;
    max-width: 1200px;
    padding: 90rem 100rem 50rem;
    margin-right: auto;
}

.carrer__form--wrapper h3 {
    font-size: 30rem;
    font-weight: 400;
    line-height: 1.2;
}

section.carrer__form {
    padding: 170rem 0 140rem;
}

.carrer__form--image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    line-height: 0;
    left: 42.5%;
}
.slider-career-new .slide-career-content .career-content {
    display: none;
}

.slider-career-new {
    padding: 40rem 0 220rem;
    overflow: hidden;
    z-index: 99;
    position: relative;
}

.slider-career-new .slider-career-new-container {
    /*transform: translate3d(-50px, 0, 0);*/
}
.slider-career-new .slide-career-content {
    height: 330px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    transition: .3s all;
    transform-origin: right bottom;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.slider-career-new .swiper-slide {
    height: 600px;
    /*width: 240px !important;*/
    display: flex;
    align-items: flex-end;
    margin-left: 30px !important;
    cursor: pointer;
}

.page-template-page-career .slider-career-new .swiper-slide {
    cursor: default;
}

.slider-career-new .swiper-slide-prev {
    width: 400px !important;
}

.slider-career-new .swiper-slide-prev .slide-career-content {
    height: 600px;
    /* transform: translateX(0%); */
    /* border-radius:20px; */
}

.slider-career-new .swiper-slide-prev .slide-career-content .career-content {
    position: absolute;
    display: block;
    left: calc((100% - 200%) - 120px);
    width: 480px;
    color: black;
    top: 20px;
}

.slider-career-new .swiper-slide-prev .slide-career-content .career-content .short-text p {
    font-size: 20px;
    line-height: 30px;
}

.slider-career-new .swiper-slide-prev .slide-career-content .career-content .position {
    font-size: 24px;
    line-height: 36px;
    color: #02020270;
}

.slider-career-new .swiper-slide-prev .slide-career-content .career-content h3 {
    color: #0096FF;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
}

.slider-career-new .swiper-slide-prev .slide-career-content .career-content .short-text {
    height: 120px;
    margin-bottom: 20px;
    overflow: hidden;
}

.slider-career-new .slide-career-content .career-image {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.slider-career-new .swiper-slide-prev .slide-career-content .career-image {
    border-radius: 30px;
    overflow: hidden;
}

.tax-infocenter .inner-main h1 {
    padding-bottom: 100px;
}

.tax-infocenter .inner-main {
    padding-top: 15vw;
}

.video-type .work__wrapper.d-grid--2_col {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 40px;
}
.video-type .work__wrapper .container-video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 480px;
}

.video-type .work__wrapper .container-video .bg-image-video {
    width: 100%;
    /* position: absolute; */
    /* z-index: 1; */
    height: 100%;
}

.video-type .work__wrapper .container-video .bg-image-video img {
    position: relative;
}

.video-type .work__wrapper .container-video .play-btn {
    position: absolute;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    cursor: pointer;
    z-index: 1;
}

.work.video-type {
    margin-top: 0;
}

.video-type .work__wrapper .container-video .youtube-video {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.work.video-type .work__description {
    color: #000;
    text-align: right;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

.work.video-type .work__link.link {
    color: #000;
    text-align: right;
    font-size: 26px;
    font-weight: 300;
    line-height: 126.7%;
}

.work.video-type .work__title span {
font-size: 30rem;
    font-weight: 300;
    line-height: 1;
    color: #2583C5;
}
.home .sectors {
    padding-top: 0;
    padding-bottom: 150rem;
}

.home .sectors .block__label {
    padding-bottom: 40rem;
}

.home-remember-miss .remember-miss__wrapper.d-grid--2_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.home-remember-miss {
    padding: 105rem 0 0;
    position: relative;
    background: radial-gradient(90% 110% at 20% 10%, rgba(217, 217, 217, 0.00) 70%, rgba(0, 150, 255, 0.50) 100%);
    overflow: hidden;
}

.home-remember-miss .bg-images {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-remember-miss .bg-images .right-image {
    position: absolute;
    right: 0;
    top: 100rem;
}

.home-remember-miss .remember-miss__wrapper .remember-miss.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.home-remember-miss .remember-miss__wrapper .remember-miss.content .remember-miss__title {
    color: #2583C5;
    text-align: right;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 20px;
}

.home-remember-miss .remember-miss__wrapper .remember-miss.content .remember-miss__description {
    color: #000;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 20px;
}

.home-remember-miss .bg-images .left-image {
    position: absolute;
    left: 0;
    bottom: 50px;
}

.home-remember-miss .bg-images .left-image .right-image {
    right: 0;
}

.home-remember-miss .container {
    position: relative;
}

.home-remember-miss .remember-miss__wrapper .remember-miss.image {
    margin-bottom: -10px;
    display: block;
    width: 100%;
    height: auto;
}
.sectors__slider--wrapper .sectors__image img {
    transition:.3s all;
}
.sectors__slider--wrapper .sectors__image:hover img {
    transform:scale(1.05);
    transition:.3s all;
}
.tax-infocenter footer.footer {
    position: relative;
    z-index: 1;
}

body.popup-open {
    overflow: hidden;
}
.popup-career {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 0px;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.popup-career .popup-wrapper {
    display: grid;
    grid-template-columns: 500px 1fr;
    direction: ltr;
    overflow: hidden;
    background: white;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    width: 100%;
    /* max-width: 1800px; */
    /* margin: 0 auto; */
    height: 100%;
    overflow: auto;
    /* padding: 40px; */
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.2);
}
body.popup-open .popup-career {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
body.popup-open .popup-wrapper {
    transform: translateY(0);
}
.popup-career .popup-close {
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1;
}
.popup-career .popup-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 140px;
    padding-right: 240px;
    background: linear-gradient(to top right, #ffffff 70%, #2583C5);
}
.popup-career .popup-info {
    flex: 1;
    padding-right: 60px;
}
.popup-career .popup-photo img {
    max-height: 100%;
    border-radius: 30px;
}
.popup-career .popup-wrapper .popup-left .slide-career-content .career-image {
    max-width: 140px;
    border-radius: 15px;
    overflow: hidden;
}
.popup-career .popup-wrapper .popup-left .slide-career-content .career-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 15px;
}
.popup-career .popup-wrapper .popup-left .career-content .short-text {
    display: none;
}
.popup-career .popup-wrapper .popup-left {
    /* overflow: hidden; */
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #ECECF4; */
    margin-top: 120px;
    padding-top: 50px;
    padding-left: 180px;
    border-right: 1px solid #999999;
}
.popup-career .popup-wrapper .popup-left .career-content h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}
.popup-career .popup-wrapper .popup-left .career-content .position {
    font-size: 16px;
    text-align: center;
}
.popup-career .popup-wrapper .slide-career-content {
    margin-bottom: 30px;
    margin-right: -80px;
}
.popup-career .popup-wrapper .popup-right .popup-info {
    text-align: right;
}
.popup-career .popup-wrapper .popup-right .popup-info .popup-name {
    font-size: 30px;
    margin-bottom: 0;
}
.popup-career .popup-wrapper .popup-right .popup-info .popup-position {
    font-size: 22px;
    direction: rtl;
}
.popup-career .popup-wrapper .popup-right .popup-info .popup-text {
    font-size: 16px;
    direction: rtl;
}
.popup-career .popup-wrapper .popup-right .popup-photo {
    width: 330px;
    height: 440px;
}
.popup-career .popup-wrapper .popup-right .popup-photo img {
    width: 100%;
    height: 100%;
    /* max-height: 100%; */
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.3s ease;
    /* width: 330px; */
    /* height: 410px; */
}
.clone-image {
    position: fixed;
    z-index: 9999;
    transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease;
    pointer-events: none;
    border-radius: 20px;
}
.popup-career .popup-wrapper .popup-left .slide-career-content .career-image img {
    transition: .3s all;
}
.popup-career .popup-wrapper .popup-left .slide-career-content .career-image img:hover {
    cursor: pointer;
    transition: .3s all;
    transform: scale(1.1);
}

.popup-career .popup-wrapper .popup-left .slide-career-content.active {
    border: 3px solid #73c2f9;
    background: #ffffff;
    border-radius: 20px;
}

.popup-career .popup-wrapper .team-member {
    margin-bottom: 30px;
    /* margin-right: -80px; */
    /* max-width: 140px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup-career .popup-wrapper .team-member .team-member__image {
    max-width: 140px;
    height: 190px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}
.popup-career .popup-wrapper .popup-left .team-member .team-member__image img {
    transition: .3s all;
}

.popup-career .popup-wrapper .popup-left .team-member .team-member__image img {
    border-radius: 15px;
    /* width: 140px; */
    /* height: 190px; */
}

.popup-career .popup-wrapper .popup-left .team-member h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 400;
}

.popup-career .popup-wrapper .popup-left .team-member p {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    direction: rtl;
}

.popup-career .popup-wrapper .popup-left .team-member.active {
    /* border: 1px solid #73c2f9; */
    /* background: #ffffff; */
    /* border-radius: 20px; */
}

.popup-career .popup-wrapper .popup-left .team-member .team-member__image img:hover {
    cursor: pointer;
    transition: .3s all;
    transform: scale(1.1);
}

.section-first.specialization-content::after {
    content: unset;
}
.single.single-specialization main::after {
    content: "";
    background: radial-gradient(69.68% 69.68% at 50% 50%, rgba(0, 150, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 73.67%);
    width: 1400px;
    height: 1400px;
    position: absolute;
    top: 700px;
    left: -50%;
    z-index: -1;
}
.single.single-specialization main {
    overflow: hidden;
}

.specialization-content .section-first-images-bg img {
    right: unset;
    left: 0;
}

.inner-main.specialization-content {
    text-align: right;
    padding-top: 16.5vw;
}

.specialization-content.inner-main h1 {
    margin: 0;
    max-width: 100%;
    margin-bottom: 25px;
}

.specialization-content.inner-main p {
    text-align: right;
    margin: 0;
    max-width: 900px;
    line-height: 181%;
}

.media-filter.specialization-filter .media-filter__inner {
    text-align: right;
}

.media-filter.specialization-filter .media-filter__wrapper ul {
    justify-content: right;
    max-width: 100%;
}

.media-filter.specialization-filter .media-filter__wrapper {
    padding: 0;
}

.media-filter.specialization-filter .media-filter__wrapper .active a,
.media-filter.specialization-filter .media-filter__wrapper .active a:hover {
    border: 1px solid #74C59B;
    outline: none;
}


@media (min-width: 767px) {
.media-filter.specialization-filter .media-filter__wrapper li:hover a {
    border: 1px solid #74C59B;
}
}




.planning__accordeon.specialization-accordeon .planning__accordeon--wrapper {
    max-width: 1100px;
}
.section-first-images-bg {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1680px) {
    section.career-main-banner .main-banner.video-banner {
    height: 125vh;
}
}
@media (max-width: 1600px) {

    .flex-item.menu-column2 {
        width: 40%;
        padding: 60px 70px;
    }

    .flex-item.menu-column1 {
        padding: 120px 70px;
    }

    .menu-container .close-menu {
        top: 50px;
        right: 70px;
    }

    .section-first-images-bg .image-bg {
        width: 770px;
    }

    .section-first-images-bg .image-banner {
        width: 500px;
    }

    .inner-main h1 {
        font-size: 90rem;
        line-height: 100rem;
        max-width: 720px;
    }

    .section-first-images-bg .image-bg-lines {
        width: 850px;
    }

    .about-2 .grid-item:first-child {
        padding-top: 100rem;
    }

    .about-4 .about-4--left {
        grid-gap: 55rem;
        padding-top: 65rem;
    }
}

@media (max-width: 1440px) {
    .home-remember-miss .bg-images img {
        max-width: 400px;
    }

    .home-remember-miss .bg-images .right-image {
        top: 100px;
    }
    .specialization-content.inner-main p {
    max-width: 700px;
}
}

@media (max-width: 1200px) {
    .single-events__form {
        padding: 50rem;
    }

    .flex-item.menu-column3 {
        width: 25%;
    }

    .flex-item.menu-column2 {
        width: 45%;
    }

    .career2 .swiper-button-next,
    .career2 .swiper-button-prev {
        height: 50rem;
        margin-top: -50rem;
    }

    .career3 .grid-2-columns {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
        gap: 0;
    }

    .about-3 .grid-2-columns {
        grid-template-columns: 1fr 0.4fr;
    }

    .about-6 .grid-4-columns {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-6 h2 {
        font-size: 60rem;
    }

    .inner-main h1 {
        font-size: 90rem;
        line-height: 100rem;
    }

    section.career1 h1 {
        font-size: 60rem;
        line-height: 1;
    }

    section.career1 p.subtitle, section.career1 p {
        font-size: 22px;
    }

    section.career-main-banner .main-banner {
        margin-bottom: 50px;
    }

    section.career-main-banner .main-banner.video-banner {
        /* margin-bottom: 0px; */
    }

    .search-popup {
        padding: 40rem 60rem 60rem;
        gap: 50rem;
    }

    .search-popup form .search-field {
        font-size: 40rem;
    }

    .search-popup form .search-submit {
        width: 40rem;
        height: 40rem;
        min-height: auto;
    }

    .search-popup form .search-field::placeholder {
        font-size: 40rem;
    }

    .information-section__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact3 .box-items .box-item img {
        width: 100px;
        height: 100px;
    }

    .contact3 .box-items .box-item h3 a {
        font-size: 18px;
    }

    section.bg-image-contact {
        height: 380px;
    }

    .slider-career-new .swiper-slide-prev .slide-career-content .career-content {
        width: 380px;
        left: calc((100% - 200%) - 10px);
    }

    .popup-career .popup-right {
        flex-direction: column-reverse;
        padding: 100px 50px;
        overflow: scroll;
    }
    .popup-career .popup-wrapper .popup-right .popup-photo {
        margin-bottom: 50px;
    }
.media-filter__wrapper ul {
    gap: 20px;
}
}

@media (max-width: 1024px) {
    .carrer__form--image {
        left: 20%;
    }

    .carrer__form--wrapper {
        padding: 70rem;
    }

    .single-events__page {
        padding-top: 150rem;
    }

    .single-events__column {
        left: unset;
        padding: 48rem 70rem 80rem;
        margin-top: 0;
    }

    .single-events__wrapper {
        grid-template-columns: 1fr;
        grid-gap: 50rem;
    }

    .single-events__other {
        margin: 120rem 0;
    }

    .page-template-page-events .inner-main,
    .page-template-page-blog .inner-main {
        padding: 150rem 0 100rem;
    }

    .page-template-page-blog .inner-main {
        padding:180rem 0 0rem;
    }

    .single-information__wrapper {
        padding-top: 150rem;
        padding-bottom: 150rem;
    }

    .single-information__page-title {
        font-size: 70rem;
        margin-bottom: 70rem;
    }

    .single-information__wrapper h1 {
        font-size: 55rem;
    }

    .planning__form {
        padding: 80rem 0;
        margin-top: 240rem;
    }

    .planning__form--wrapper {
        padding: 55rem;
        margin: -240rem auto 0;
    }

    .planning__accordeon__button {
        font-size: 30rem;
    }

    .planning__accordeon--item {
        padding: 30rem 0;
    }

    .planning__accordeon--panel {
        gap: 40rem;
    }

    .newsletter__wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 50rem;
    }

    .newsletter .wpcf7 form {
        grid-gap: 30rem;
    }

    .wpcf7__row.wpcf7__row--double {
        grid-gap: 30rem;
    }

    .newsletter {
        padding: 75rem 0;
    }

    .events__item--wrapper {
        padding: 46rem 30rem;
    }

    .single-events__other--slider-wrapper .events__item--wrapper {
        flex-direction: column;
        text-align: center;
    }

    .single-events__other--slider-wrapper .events__item--date {
        padding-left: 0;
        border-left: 0;
    }

    .single-events__other--slider-wrapper .events__item--wrapper {
        flex-direction: column;
        text-align: center;
        height: 100%;
    }

    .contact3 .box-items {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .contact3 .box-items .box-item {
        width: 100%;
    }

    section.bg-image-contact {
        height: 280px;
    }

    section.contact1 .contact-item {
        flex: 0 0 50%;
    }

    .contact1 .contact-items .contact-item:nth-child(2n):after {
        content: unset;
    }

    .contact1 .contact-items .contact-item:after {
        content: "|";
        position: absolute;
        left: 0px;
    }

    section.contact1 .contact-item, section.contact1 .contact-item a {
        font-size: 22px;
    }

    .home-remember-miss .remember-miss__wrapper .remember-miss.content .remember-miss__title {
        font-size: 40px;
    }

    .home-remember-miss .remember-miss__wrapper .remember-miss.content .remember-miss__description {
        font-size: 17px;
    }

    .home-remember-miss .bg-images img {
        max-width: 300px;
    }

    .home-remember-miss .bg-images .left-image {
        bottom: 20px;
    }

    .home-remember-miss {
        padding-top: 0;
    }

    .slider-career-new .swiper-slide-prev .slide-career-content .career-content {
        width: 280px;
        left: calc((100% - 200%) + 90px);
    }

}

@media (max-width: 960px) {


    .menu-container *::-webkit-scrollbar {
        height: 10px;
        width: 10px;
    }

    .menu-container *::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #DFE9EB;
    }

    .menu-container *::-webkit-scrollbar-track:hover {
        background-color: #DFE9EB;
    }

    .menu-container *::-webkit-scrollbar-track:active {
        background-color: #DFE9EB;
    }

    .menu-container *::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #237fbf;
    }

    .menu-container *::-webkit-scrollbar-thumb:hover {
        background-color: #237fbf;
    }

    .menu-container *::-webkit-scrollbar-thumb:active {
        background-color: #237fbf;
    }

    .menu-container .flex {
        height: 100%;
        flex-direction: column;
        max-width: 80%;
        overflow-y: auto;
        position: relative;
    }

    .menu-container {
        background: #000000d1;
    }

    .projects-wrapper {
    padding-top: 180rem;
}

    .flex-item.menu-column3 {
        width: 100%;
        height: 200px;
        min-height: 200px;
        background-repeat: no-repeat;
        background-size: cover !important;
        display: none;
    }

        .flex-item.menu-column2, .flex-item.menu-column1 {
        padding: 150px 5%;
        width: 100%;
        height: 100%;
    }

    .menu-container .close-menu {
        top: 45px;
        right: 5%;
        background: #3597dc;
        line-height: 0;
        padding: 0;
    }

    .flex-item.menu-column1 ul li a {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .flex-item.menu-column1 .menu-item-has-children {
        margin-bottom: 20px;
    }

    .flex-item.menu-column2 h3 {
        font-size: 24px;
    }

    .flex-item.menu-column2 ol li a {
        font-size: 20px;
    }

    .flex-item.menu-column2 ol li > a {
        font-size: 24px;
    }

    .flex-item.menu-column2 ol li {
    color: #212457;
    font-size: 16px;
    line-height: 36px;
}

    .about-6 .about-6--top {
        grid-template-columns: 1fr;
    }

    .about-6--link {
        text-align: right;
    }

    section.contact1 {
        padding: 120px 0 0px;
    }

    .video-type .work__wrapper.d-grid--2_col {
        grid-template-columns: 100%;
    }

    .work.video-type .work__title span {
        font-size: 30rem;
        font-weight: 300;
    }

    .work.video-type .work__description {
line-height: 1.5;
        font-size: 22rem;
    }

    .video-type .work__wrapper .container-video {height: 550px;}

    .work.video-type {
        padding-bottom: 60rem;
        padding-top: 50rem;
    }
    .home .sectors {
        padding-bottom: 80rem;
    }
}

@media (max-width: 880px) {
    .testimonial-wrapper {
        grid-template-columns: 1fr;
    }

    .testimonial-content {
        padding: 0 0 50rem;
    }
}

@media (max-width: 768px) {
    .events__item--image {
        width: 100%;
    }

    .single-events__other--slider .swiper-slide .events__item--wrapper {
        height: 100%;
    }

    .single-events__other--slider {
        margin-left: 0;
    }

    .single-events__other--slider-wrapper {
        padding: 0 48rem;
    }

    .wpcf7__row.wpcf7__row--double {
        grid-gap: 30rem;
        display: grid;
    }

    .newsletter .wpcf7 form {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30rem;
    }

    .newsletter__title {
        font-size: 70rem;
    }

    .newsletter__subtitle {
        font-size: 20rem;
        margin-top: 20rem;
    }

    .planning__accordeon--panel {
        gap: 30rem;
        grid-template-columns: 1fr;
    }

    .planning__accordeon__button svg {
        height: 12rem;
    }

    .grid-2-columns {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-2 h2, .about-4 h2 {
        margin-bottom: 15px;
                font-size: 50rem;
    }

    .about-6 .grid-4-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-3 .grid-2-columns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .about-5 {
        padding: 20.85vw 0;
    }

    .inner-main h1 {
        font-size: 70rem;
        line-height: 80rem;
    }
.page-template-page-team .inner-main h1 {
    font-size: 70rem;
    line-height: 80rem;
}
.grid-4-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.team-member__image {
    height: 285rem;
    margin-bottom: 15rem;
}
    .inner-main, 
    .single-sector .inner-main {
        padding-top: 180rem;
    }
        section.career-main-banner .main-banner.video-banner {
        height: 50vh;
    }
.inner-main.specialization-content {
    padding-top: 250rem;
}
    .section-first-images-bg .image-banner {
        max-height: 870rem;
        width: auto;
    }

    .information-section__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    section.contact1 .contact-item, section.contact1 .contact-item a {
        font-size: 18px;
    }

    section.contact1 {
        padding: 100px 0 0px;
    }
    .video-type .work__wrapper .container-video {height: 360px;}
    .home-remember-miss .remember-miss__wrapper.d-grid--2_col {
        grid-template-columns: 1fr;
    }

    .home-remember-miss {
        padding: 20px 0 100px;
    }

    .home-remember-miss .bg-images .left-image {
        max-width: 200px;
        bottom: 20px;
    }

    .home-remember-miss .remember-miss__wrapper .remember-miss.content .remember-miss__title {
        font-size: 40px;
    }

    .home-remember-miss .remember-miss__wrapper .remember-miss.content .remember-miss__description {
        line-height: 1.5;
        font-size: 22rem;
    }

    .home-remember-miss .bg-images .right-image {
        max-width: 200px;
    }
    .slider-career-new .swiper-slide-prev .slide-career-content {
        height: 330px;
    }

    .slider-career-new .swiper-slide-prev .slide-career-content .career-content {display: none;}

    .slider-career-new {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .slider-career-new .swiper-slide-prev {
        width: 200px !important;
        height: 350px;
    }

    .slider-career-new .swiper-slide-prev .slide-career-content .career-image {
        border-radius: 10px;
    }

    .slider-career-new .slide-career-content .career-image {
        border-radius: 10px;
    }

    .slider-career-new .swiper-slide-prev .slide-career-content .career-content .short-text p {
        font-size: 16px;
    }

    .slider-career-new .swiper-slide-prev .slide-career-content .career-content .short-text {
        height: 180px;
    }

    .slider-career-new .swiper-slide {
        height: 350px;
    }
    .popup-career .popup-wrapper {display: flex;flex-direction: column-reverse;overflow: scroll;}

    .popup-career .popup-right {padding: 50px 20px 0;border-radius: 0;}

    .popup-career .popup-wrapper .popup-left {
        flex-direction: row;
        overflow: auto;
        padding-top: 20px;
        padding-left: unset;
        margin-top: 20px;
        align-items: baseline;
    }

    .popup-career .popup-wrapper .team-member {
        margin-right: 20px;
    }

    .popup-career .popup-wrapper .slide-career-content {
        margin-right: 20px;
    }

    .popup-career .popup-wrapper .popup-left .slide-career-content .career-image {
        width: 120px;
    }

    .popup-career .popup-wrapper .popup-left .team-member .team-member__image {
        width: 120px;
    }

    .popup-career .popup-wrapper .popup-left .team-member h3 {
        font-size: 16px;
    }

    .popup-career .popup-wrapper .popup-right .popup-info .popup-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .popup-career .popup-wrapper .popup-right .popup-photo {
        margin-bottom: 30px;
        width: 200px;
                max-height: 300px;
    }

    .popup-career .popup-wrapper .popup-right .popup-info {
        height: 300px;
        overflow: scroll;
        flex: unset;
        padding-bottom: 50px;
        padding-right: unset;
    }

    .specialization-content .section-first-images-bg img {
        max-height: 570rem;
    }

    .single.single-specialization main::after {
        top: 400px;
        width: 600px;
        height: 600px;
    }
}

@media (max-width: 576px) {
    .career2 .swiper-button-next {
        left: 0;
    }

    .career2 .swiper-button-prev {
        right: 0;
    }

    .testimonial-wrapper {
        grid-gap: 40rem;
        padding: 0 40rem;
    }

    .single-events__other--title {
        font-size: 55rem;
    }

    .single-events__other--slider-wrapper {
        padding: 0;
    }

    .header__right {
        gap: 30rem;
    }

    .about-6 .grid-4-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .events__item--wrapper {
        flex-direction: column;
        text-align: center;
        margin-top: 0;
        align-items: start;
    }
.single-events .single-events__other {
    margin: 85rem 0 85rem;
}
.media-filter {
    margin-top: 0;
}
    .events__item--date {
        padding-left: 0;
        border-left: 0;
    }
    .events__item--date date {
        text-align: right;
    }
    .events__item--title {
        justify-content: center;
    }

    .events__item--links {
        flex-direction: column;
        align-items: start;
    }

    .events__item--image {
        left: 0;
    }

    .events__item:nth-child(even) .events__item--image {
        right: 0;
    }

    .events__item {
        padding: 0 30rem 48rem;
    }

    .navigation .navigation-text {
        display: none;
    }

    .carrer__form {
        overflow: hidden;
    }

    .carrer__form--image {
        left: -30rem;
    }

    .container {
        padding: 0 0px;
    }

    .about-1 h2 {
        font-size: 40rem;
    }

    .about-1 {
        padding-top: 100rem;
    }

    .about-2 .grid-item:first-child {
        padding-top: 30rem;
        order: 2;
    }

    .team1 .section-items .item-content {
        max-width: 100%;
    }

    .team1 .section-items .item-content .image-photo {
        margin-bottom: 20px
    }

    .chessboard .row.odd,
    .chessboard .row.even {
        flex-direction: column;
    }

    .chessboard .row li:before {
        top: 10px;
    }

    section.contact1 .grid-3-columns {
        grid-template-columns: repeat(1, 1fr);
    }

    section.contact1 .right,
    section.contact1 .center {
        border-left: none;
    }

    .contact4--image {
        width: 50%;
    }

    .contact3 .grid-3-columns {
        grid-template-columns: repeat(1, 1fr);
    }

    section.bg-image-contact {
        height: 180px;
    }

    .contact2--formbox {
        width: 100%;
        padding: 60rem 40rem
    }

    .contact3 {
        padding: 30px 0;
    }

    .contact3 .box-items .box-item img {
        width: 80px;
        height: 80px;
    }

    section.contact1 .contact-item, section.contact1 .contact-item a {
        font-size: 13px;
    }

.page-template-page-contact .form-columns-2 {
    flex-direction: column;
    gap: 0;
}
    section.contact1 {
        padding: 0px;
    }
    .video-type .work__wrapper .container-video {height: 350px;}
    .section-first-images-bg svg {
        max-width: 400px;
    }

    .section-first-images-bg {
        top: -305px !important;
    }
    .section-first-images-bg svg {
        max-width: 280px;
    }
    .events__item--content {
    border-right: none;
    padding-right: 0;
    text-align: right;
}
.close-menu-btn {
	display: flex!important;
}
}

@media (max-width: 480px) {
    .section-first-images-bg .image-banner {
        max-height: 750rem;
        width: auto;
    }
    .video-type .work__wrapper .container-video {height: 300px;}
}

@media (max-width: 414px) {
    .header__logo a img {
        height: 25rem;
    }
.header.sticky .header__logo a img {
        height: 25rem;
    }

    .carrer__form--wrapper {
        padding: 50rem 30rem;
    }
}

.whatsup-sticky {
    width: 75rem;
    height: 75rem;
    position: fixed;
    right: 30rem;
    bottom: 30rem;
    z-index: 101;
    line-height: 0;
    transition: var(--transition);
}

.whatsup-sticky:hover {
    transform: scale(1.05);
}

/* News new
--------------------------------------------- */

.page-template-page-news-new main {
    background-image: url('./img/page-bg.svg');
    background-repeat: no-repeat;
}

.page-template-page-news-new main {
    overflow-x: hidden;
    z-index: 2;
    position: relative;
}

.single-news main {

}

.communications-section {
    margin-top: 298rem;
    margin-bottom: 100rem;
    font-family: 'FbTubicSans';
}

.communications-section .container{
    max-width: 1334rem;
    padding: 0;
}

.communications-section .communications-title {
    font-size: 110rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 46rem;
    color: #000;
    font-weight: 300;
}

.news-list {
    display: flex;
    flex-direction: column;
        margin-bottom: 50px;
}

.news-item {
    display: flex;
    align-items: center;
    padding: 30rem 0;
    border-bottom: 1px solid #000;
}

.news-content {
    max-width: 849rem;
    margin-left: auto;
}

.news-item .news-title{
    margin: 0;
    margin-bottom: 10px;
}

.news-item .news-title a {
    font-weight: 400;
    font-size: 30rem;
    line-height: 35rem;
    color: #000;
    transition: .3s all;
    text-decoration: none;
}

.news-item .news-title a:hover {
    color: #2583C5;
    transition: .3s all;
}

.news-item .news-description {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    color: #000;
}

.news-description:not(:last-child) {
    margin-bottom: 0;
}

.news-date {
    font-size: 18px;
    line-height: 32px;
    color: #2583C5;
}

.news-logo a img {
    max-height: 100%;
    max-width: 80%;
}
.news-logo{
    border-radius: 20px;
    margin-left: 30px;
    width: 165px;
    flex: 0 0 165px;
    border: 0.5px solid #A0A0A0;
    background: #fff;
    height: 125px;
    align-content: center;
    text-align: center;
}

.news-item-read{
    display: flex;
    min-width: 171px;
}

.news-item-read-link{
    align-content: center;
}

.news-item-read-link a{
    text-decoration: none;
    color: #2583C5;
}

.sector-main .row {
    display: flex;
    gap: 70rem;
    margin-top: 9s0rem;
    margin-bottom: 80rem;
    align-items: center;
}
.sector-main .row > div {
    flex: 0 0 50%;   /* fixed to 50% */
    max-width: 50%;
}
.sector-main--content {
    font-size: 24rem;
    line-height: 38rem;
}
.sector-main--image img {
    width: 100%;
    height: 430rem;
    object-fit: cover;
    border-radius: 30rem;
}
.single-sector .planning__accordeon--wrapper {
    display: flex;
    gap: 0rem 70rem;
    flex-wrap: wrap;
    padding-bottom: 140rem;
}
.single-sector .planning__accordeon--wrapper > div {
    flex: 0 0 calc(50% - 35px);  /* half width minus half the gap */
    max-width: calc(50% - 35px);
}
.planning__accordeon--panel {
    display: block;
}

section.sector-team {
    padding: 130rem 0 110rem;
    background: #F9F9FF;
}
section.sector-team h2 {
    text-align: center;
}
section.sector-projects {
    padding: 170rem 0 0rem;
}
section.sector-projects h2,
section.sector-team h2  {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 80rem;
    font-weight: 300;
}
section.sector-projects h2 {
    text-align: center;
}
.sector-team--carousel,
.sector-projects--carousel {
    padding-bottom: 80rem;

}
/* чтобы ссылки внутри слайдов точно были кликабельны */
.sector-projects--carousel .swiper-slide a {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

/* если у карточек есть затемнение через ::before/::after — оно не должно перехватывать клики */
.sector-projects--carousel .swiper-slide::before,
.sector-projects--carousel .swiper-slide::after {
  pointer-events: none;
}
.single-sector .planning__accordeon--columns .row {
    display: flex;
    gap: 70rem;
    margin-bottom: 140rem;
}
.single-sector .left-column,
.single-sector .right-column {
    flex: 1;
}
.single-sector .swiper-pagination-bullet {
    background: #CCCCCC;
    width: 13px;
    height: 13px;
}
.single-sector .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2583C5;
}

.grid-item.project-item {
    border-radius: 40px;
    border: 1px solid #000;
}
.grid-item.project-item img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.grid-item.project-item .project__text {
    padding: 35px;
}
.grid-item.project-item .project__text h3 {
    color: #2583C5;
    font-size: 26px;
}
.grid-item.project-item .project__text p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;    /* ограничение в 4 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.career-main-banner .main-banner .video-control {
    position: absolute;
    left: 20px;
    bottom: 60px;
    z-index: 1;
    display: flex;
    flex-direction: row;
}

.career-main-banner .main-banner .video-control button {
    background: unset;
    border: unset;
    outline: unset;
}

@media (max-width: 768px) {
    .sector-main .row > div {
        flex: 0 0 100%;   /* одна колонка */
        max-width: 100%;
    }
    .single-sector .planning__accordeon--wrapper > div {
        flex: 0 0 100%;  /* half width minus half the gap */
        max-width: 100%;
    }
    .single-sector .planning__accordeon--columns .row {
        gap: 0rem;
        flex-wrap: wrap;
    }
    .single-sector .left-column, .single-sector .right-column {
        flex: 100%;
    }

    .sector-main .row {
        flex-wrap: wrap;
    }
    .communications-section{
        margin-top: 180px;
    }

    .communications-section .communications-title {
        font-size: 60px;
    }

    .communications-section .news-item .news-logo {
        margin: 0;
        margin-bottom: 30px;
    }

    .communications-section .news-item {
        display: block;
        border-bottom: unset;
        padding: 0 0 30px;
    }

.communications-section .news-item .news-logo {
        width: 100%;
        height: 200px;
    }

    .communications-section .news-item .news-logo img {
        max-width: 45%;
    }

    .communications-section .news-item .news-content .news-title{
        text-align: right;
    }

    .communications-section .news-item .news-item-read{
        justify-content: flex-start;
    }

    .whats-new__grid--video a:before {
    bottom: -15px;
}
.areas__grid--image::before, .sectors__item .sectors__image::before, .whats-new__grid--item-image:before, .team-member__image:before {
    bottom: -15px;
    left: -15px;
    right: -15px;
    width: calc(100% + 30px);
}
}
.popup-open header {
    z-index: 1;
}
.grecaptcha-badge {
    visibility: hidden;
    height: 1px !important;
}

.single-project--wrapper,
.projects-wrapper {
    position: relative;
}
.single-project--wrapper svg,
.projects-wrapper svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
        height: auto;
}
.single-project--wrapper .single-information__category {
    font-size: 30rem;
    text-align: right;
    margin-bottom: 30rem;
    font-weight: 400;
}
.single-project--wrapper h1 {
 color: #000;
text-align: right;   
line-height: 128.571%;
max-width: 85%;
}
.single-project--wrapper .project-client {
    font-size: 30rem;
    text-align: right;
margin-bottom: 45rem;
    font-weight: 700;
    color: var(--main-color-blue);
    margin-top: 70px;
}
.single-project--wrapper .single-information__content {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}
.single-project--wrapper .single-information__content strong {
    font-weight: 700;
}
.single-project--wrapper .single-information__content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
.single-project--wrapper .single-information__content h6 {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 0;
}
.single-project--wrapper .single-information__content h6:not(:last-child) {
    margin-bottom: 20px;
}
#related-project-container {
    display: flex;
    margin-bottom: 150rem;
}
/* Обертка */
.projects-masonry-wrapper {
    margin: 0 -10px; /* Компенсация отступов */
    direction: rtl;
        margin-bottom: 150px;
        min-height: 100vh;
}
.projects-wrapper {
    padding-top: 180rem;
}
.projects-head {
    max-width: 1150px;
    margin: 0 auto 65px;
    text-align: center;
    font-size: 22px;
    line-height: 34px;
}
.projects-head h1 {
    margin-bottom: 0;
    font-size: 70rem;
    font-weight: 300;
    line-height: 100px;
    margin-bottom: 30px;
}
/* Карточка (Сетка) */
.project-card {
    width: 33.333%; /* 3 колонки */
    float: right;
    padding: 0 16px; /* Отступы между колонками */
    margin-bottom: 32px;
    box-sizing: border-box;
}

/* Внутренности карточки (Дизайн) */
.card-inner {
background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    padding: 60px 40px 65px;
    transition: transform 0.3s ease;
    border-radius: 40px;
    border: 1px solid #000;
    height: 100%;
}

.card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.card-inner span.project-category-label {
    color: #2583C5;
    font-size: 20px;
    font-weight: 400;
    line-height: 60px;
}
.card-inner h3.project-title {
    color: #000;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    margin-left: 10px;
}
.card-inner p.project-client {
  color: #2583C5;
font-size: 22px;
font-weight: 700;
line-height: 40px;
    margin: 15px 0;
}
.card-inner .project-summary {
    color: #000;
    text-align: right;
    /* font-family: "Fb Tubic-Sans HebEng"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
.card-inner .read-more-btn {
    display: inline-block;
    margin-top: 15px;
    font-weight: 400;
    color: var(--main-color-blue);
}
.project-full-content {
    margin-top: 40px;
}
/* Картинки */
.project-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 30px;
        height: 266px;
        object-fit: cover;
}

/* Ссылки */
.project-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.read-more-btn {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    color: #0073aa; 
}

/* Адаптив: Планшет (2 колонки) */
@media (max-width: 1024px) {
    .project-card {
        width: 50%;
    }
}

/* Адаптив: Мобильный (1 колонка) */
@media (max-width: 768px) {
    .project-card {
        width: 100%;
    }
}

.hidden-xs {
    display: block;
}
.visible-xs {
    display: none;
}
.work__link.link.hidden-xs {
    display: flex;
}
@media (max-width: 768px) {
.hidden-xs {
    display: none;
}
.visible-xs {
    display: block;
}
.work__link.link.hidden-xs {
    display: none;
}
.hero__description.visible-xs {
    padding: 60rem 30rem;
    text-align: right;
}
.hero__description.visible-xs span {
font-size: 30rem;
font-weight: 500;
}
.work.video-type .work__link.link {
    margin-top: 20px;
    margin-bottom: 45px;
}
.work__link.link.visible-xs {
    display: flex;
}
.sectors__slider--wrapper {
margin-left: -30px;
        margin-right: 0;
}
.single-events__video {
    height: 180rem;
}
.flex-item.menu-column2 {
    overflow: auto;
position: absolute;
        z-index: 9;
        right: -100%;
        transition: right 0.5s;
}
/* Styling for the close button inside the sliding menu */
.close-menu-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0 0 20px 0;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        transition: color 0.3s ease;
        flex-direction: row-reverse;
        position: absolute;
        top: 35px;
        left: 15px;
        align-items: center;
        align-content: center;
        line-height: 1;
    }
/* 2. Target the SVG specifically */
.close-menu-btn svg {
    display: block; /* Removes the invisible space under inline elements */
    flex-shrink: 0; /* Prevents the icon from shrinking if text is long */
}

/* 3. Target the text span */
.close-menu-btn span {
    display: block;
    line-height: 1;
    
    /* Optional: If it still looks 1-2px off due to your specific font family, 
       you can nudge the text up or down optically */
    transform: translateY(1px); 
}
.close-menu-btn:hover {
    color: var(--primary); /* Adjust hover color as needed */
}
.flex-item.menu-column2.is-active {
    right: 0;
}
.contact1 .contact-items {
    margin-top: 45px;
    margin-bottom: 25px;
}
.slider-career-new {
        display: none;
    }
        .recruitment-section {
        padding: 0 0 0;
    }
    .single-events__column {
        padding: 48rem 30rem 50rem;
    }

    .tax-infocenter .inner-main h1 {
    padding-bottom: 50rem;
    padding-top: 100rem;
}
.page-template-page-blog .media-filter__wrapper {
    justify-content: center;
}
.header__right {
 flex-shrink: 0 !important; /* ЗАПРЕЩАЕТ сжимать блок */
    display: flex; /* Чтобы они сами стояли ровно */
    align-items: center;   
}
/* Ограничиваем логотип */
.header__logo img {
    max-width: 150px; /* Подбери размер, который нужен */
    height: auto;     /* Чтобы пропорции не ломались */
    width: 100%;      /* Чтобы слушался родителя */
    object-fit: contain;
}

/* На всякий случай для iOS */
.header__logo {
    flex-shrink: 1; /* Логотип может сжиматься, если нужно */
    min-width: 0;   /* Хак для Flexbox в Firefox/Safari, чтобы контент не вылезал */
}
}


/* 1. Задаем размеры и фон для самих кнопок */
.areas__slider .swiper-button-prev,
.areas__slider .swiper-button-next {
    width: 40px;            /* Размер кнопки */
    height: 40px;
    background-color: #fff; /* Фон кнопки (белый круг, например) */
    border-radius: 50%;     /* Круглая кнопка */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Тень */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    top: 250rem;
    margin-top: 0;
}
.areas__slider .swiper-button-prev {
        left: 10px;
        right: auto;
}
.areas__slider .swiper-button-next {
        right: 10px;
        left: auto;
}
/* 2. Сбрасываем стандартный шрифт Swiper, который часто ломается */
.areas__slider .swiper-button-prev::after,
.areas__slider .swiper-button-next::after {
    font-family: inherit;   /* Убираем шрифт Swiper */
    font-size: 0;           /* Скрываем старый текст */
    content: '';            /* Обязательно! Иначе элемент исчезнет */
    
    /* Рисуем свою стрелку */
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;  /* Цвет стрелки */
    border-right: 2px solid #333;
}

/* 3. Поворачиваем стрелки в нужную сторону */

/* Стрелка ВПЕРЕД (Next) - поворачиваем на 45 градусов */
.areas__slider .swiper-button-next::after {
    transform: rotate(45deg);
    margin-left: -2px; /* Визуальная центровка */
}

/* Стрелка НАЗАД (Prev) - поворачиваем на -135 градусов */
.areas__slider .swiper-button-prev::after {
    transform: rotate(-135deg);
    margin-right: -2px; /* Визуальная центровка */
}

/* 4. Отключаем прозрачность для disabled кнопок (опционально) */
.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
}

.members__logo--slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

#white-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c87d2; /* Белый фон */
    z-index: 999999; /* Поверх всего */
    
    /* Настройки анимации */
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transform-origin: top; /* Чтобы уезжал именно вверх */
}

/* Когда сайт загружен, этот класс поднимает шторку */
.site-loaded #white-preloader {
    transform: translateY(-100%);
}

/* Container & Title */
.aviv-faq-section {
    padding: 200rem 0 160rem;
position: relative;
}
.aviv-faq-section:before {
    content: "";
    position: absolute;
    top: -30%;
    right: -50%;
    width: 1400rem;
    height: 1400rem;
    background: radial-gradient(69.68% 69.68% at 50% 50%, rgba(0, 150, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 73.67%);
}
.faq-main-title {
    margin-bottom: 50rem;
    text-align: right; /* או center לפי העיצוב המדויק */
    color: #212457;
font-size: 50rem;
font-weight: 400;
line-height: 100%;
}

.faq-wrapper {
    max-width: 1180rem;
    margin: 0 auto;
}

/* Accordion Item */
.faq-item {
    border-bottom: 1px solid #000; /* הקו המפריד */
}

/* Button (Trigger) */
.faq-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 30px 0;
    cursor: pointer;
    text-align: right;
    transition: all 0.3s ease;
    gap: 30px;
}
.faq-trigger:hover {
    background: transparent;
    color: #1e86d0;
}
.faq-question-text {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    font-family: inherit;
    line-height: 1.26;
}

/* Icon Animation */
.faq-icon {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    padding-left: 20px;
}

.faq-trigger.active .faq-icon {
    transform: rotate(180deg); /* היפוך החץ בפתיחה */
}

/* Content Panel */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-content-inner {
    padding-bottom: 40px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.faq-content-inner ul {
 margin-right: 0;
    padding-right: 20px;   
}

@media (max-width: 767px) {
    section.sector-projects {
    padding: 70rem 0 0rem;
}
section.sector-team {
    padding: 70rem 0 70rem;
}
.information__item--wrapper {
    padding: 15rem 30rem 20rem;
}
.single-information__category {
    font-size: 30rem;
    margin-bottom: 40rem;
}
    .single-information__page-title {
        margin-bottom: 40rem;
    }

    .whats-new__grid--video {
    max-height: 450rem;
    margin-bottom: 10rem;
}
.whats-new__grid--text {
    bottom: 40rem;
    right: 25rem;
    left: 25rem;
}
    .search-popup {
        padding: 40rem 30rem 60rem;
    }
    section.sector-projects h2, section.sector-team h2 {
    margin-bottom: 30rem;
    margin-top: 50px;
}
#related-project-container {
    flex-direction: column;
}
.work.video-type .work__link.link {
    margin-top: 30px;
}

}

.whats-new .work__link.link {
    color: #000;
}

.project-item .project__link--title{
  text-decoration: none;
  color: inherit;
}

.project-item .project__link--title:hover{
  text-decoration: underline;

}
.sector-projects .grid-item.project-item{
  height: 540px; }

  @media (max-width: 768px){
  .team-member__image{
    height: auto;
    aspect-ratio: 3 / 4;
    background: #f9f9ff;
  }
  .team-member__image img{
    object-fit: contain;
  }
  .popup-career .popup-wrapper .popup-left .team-member .team-member__image img {
    object-fit: cover;
}
   .planning__form .form-columns-2{
    display: block !important;
  }

  .planning__form .form-columns-2 > fieldset{
    width: 100% !important;
    max-width: 100% !important;
  }
  .single-information__wrapper h1{
    width: 100%;

}
.grid-item.project-item .project__text p {
    -webkit-line-clamp: 3;
}
.swiper-slide .slide-career-content  img {
    max-height: 400px;
    object-position: top;
    border-radius: 30px;
}
.career2 .swiper-button-next, .career2 .swiper-button-prev {
        margin-top: 0;
        top: 200px;
    }

.whats-new__label-row {
    flex-direction: row;
    margin-bottom: 25rem;
    margin-top: 45rem;
}
.career-content {
    margin-top: 30px;
}
.career-content h3 {
    margin-bottom: 10px;
}
}
