/**
 * Theme Name:     Estemploy
 * Author:         Novot
 * Template:       hello-elementor
 * Text Domain:	   estemploy
 * Description:    -
 */
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
:root {
    --must: #000000;
    --fontsize: 1.6rem;
    --sinine: #2E3D50;
    --helesinine: #00C0F3;
}
html {
    scroll-behavior: smooth;
    background-color: #00233C;
    /* 62.5% of 16px base font size is 10px */
    font-size: 62.5%;
}
body {
    font-size: var(--fontsize);
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var(--sinine);
}
html[lang="ru-RU"] body {
    font-family: "Roboto", sans-serif;
}

html[lang="lv-LV"] body {
    font-family: "Noto Sans", sans-serif;
}


a,
a:hover {
    text-decoration: none;
    color: var(--valge);
}
a {
    color: var(--helesinine);
}
b,
strong {
    font-weight: 500;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button,
[type="submit"],
[type="button"] {
    color: red;
}
button:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
[type="button"]:focus:not(:focus-visible) {
    outline: none;
}
button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
    color: #ffffff;
    background-color: red;
}
.width-l {
    max-width: 160rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 2.083vw, 40px);
    padding-right: clamp(20px, 2.083vw, 40px);
}
.width-l.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.bg-lblue {
    background-color: #F7F9FC;
}
.bg-dblue {
    background-color: #2E3D50 !important;
    color: #fff !important;
}
.bg-dblue .custom-btn {
    background-color: var(--helesinine);
    color: #2E3D50;
}
.bg-dblue .custom-btn:hover {
    background-color: #fff;
    color: #2E3D50;
}
.content-header.bg-dblue>svg {
    opacity: .4;
}
h1,
.h1 {
    font-size: clamp(25px, calc(25px + (60 - 25) * ((100vw - 500px) / (1920 - 500))), 60px);
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}
h2,
.h2 {
    font-size: clamp(20px, calc(20px + (40 - 20) * ((100vw - 500px) / (1920 - 500))), 40px);
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}
h3,
.h3 {
    font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 500px) / (1920 - 500))), 24px);
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}
h4,
.h4 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    margin: 0;
}
h5 {
    font-size: 2rem;
    font-weight: 300;
    color: #00C0F3;
    margin-bottom: 1.6rem;
}

html[lang="ru-RU"] h1,
html[lang="ru-RU"] .h1 {
    font-size: clamp(22px, calc(22px + (50 - 22) * ((100vw - 500px) / (1920 - 500))), 50px);
}

html[lang="ru-RU"] h2,
html[lang="ru-RU"] .h2 {
    font-size: clamp(18px, calc(18px + (32 - 18) * ((100vw - 500px) / (1920 - 500))), 32px);
}

html[lang="ru-RU"] h3,
html[lang="ru-RU"] .h3 {
    font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 500px) / (1920 - 500))), 20px);
}


.default-page-content h3,
.default-page-content .h3,
.default-page-content h4,
.default-page-content .h4 {
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}
ul {
    padding: 0;
}
ul li {
    list-style: none;
}
.content p,
.content ul,
.content ol {
    margin-bottom: 2rem;
}
.content ol {
    padding-left: 1.5rem;
}
.content ol li {
    margin-bottom: 2rem;
}
.logged-in header {
    top: 32px;
}
.menu-wrap {
    flex: 1;
}
/* Reset default list styles */
.menu,
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Main menu styling */
.menu {
    display: flex;
    background-color: ;
    align-items: flex-end;
}
.menu>li {
    position: relative;
    /* Required for submenu positioning */
    padding: .5rem 2rem;
}
html[lang="ru-RU"] .menu>li {
    padding: .5rem .5rem;
}
.menu>li:after {
    content: "";
    width: 100%;
    height: 200%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.menu>li>a {
    display: block;
    margin: 1rem;
    line-height: 1.4;
    text-decoration: none;
    position: relative;
    color: var(--sinine);
}
.wpml-ls-legacy-list-horizontal a {
    color: var(--sinine);
}
/* .menu>li:not(.buttonstyle)>a:before,
.menu>li.current_page_item>a:before {
    content: "";
    width: 0%;
    height: 1px;
    background: white;
    position: absolute;
    top: calc(100% + 1rem);
    transform: translateX(0);
    transition: all .5s;
    opacity: 0;
}
.menu>li:not(.buttonstyle)>a:hover:before,
.menu>li.current_page_item>a:before {
    width: 50%;
    transform: translateX(calc(100% - 3rem));
    opacity: 1;
} */
.menu>li>a:hover,
.menu>li.current-menu-item>a {
    background-color: ;
    /* Hover and active menu item background */
}
/* Submenu styling with transitions */
.menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--main);
    min-width: 200px;
    z-index: 1000;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    background: #fff;
    padding: .5rem 1.2rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
/* Submenu links */
.menu .sub-menu li a {
    padding: 1rem 2rem;
    display: block;
    text-decoration: none;
    color: var(--sinine);
}
.menu .sub-menu li a:hover,
.menu .sub-menu li.current-menu-item a {
    background-color: ;
    /* Hover and active submenu item background */
}
/* Show submenu on hover */
.menu>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(30px);
    /*Movesubmenutooriginalposition*/
    : ;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}
/* Optional: Add arrow indicator for items with submenu */
.menu>li.menu-item-has-children>a::before {
    content: '';
    background: url(images/menu-item-arrow.svg) no-repeat center / contain;
    width: 1rem;
    height: 1rem;
    /*background: red;
    */
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    right: 0;
}
/* Responsive adjustments (optional) */
@media (max-width: 768px) {
    .menu {
        flex-direction: column;
    }
    .menu .sub-menu {
        position: static;
        transform: none;
    }
}
.menu>li.menu-item.wpml-ls-menu-item {}
.menu>li.menu-item.wpml-ls-menu-item span {
    border-left: 1px solid var(--brown);
    padding-left: 2rem;
}
header {
    padding: 2.3rem 4.8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    z-index: 99;
    width: 100%;
    gap: 12rem;
    background-color: #fff;
}
.desktop-menu {
    display: flex;
    flex-wrap: wrap;
}
.top-social-menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap;
}
.custom-btn {
    display: inline-block;
    padding: 1rem 4.4rem;
    background-color: var(--sinine);
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    border-radius: 2.4rem;
    transition: background-color 0.3s ease-in-out;
    text-transform: uppercase;
}
.custom-btn:hover {
    color: #fff;
    background-color: var(--helesinine);
}
header .top-social-menu svg:hover path {
    fill: var(--helesinine);
}
.content {}
.pl {
    padding-left: 4.8rem;
}
.pr {
    padding-right: 4.8rem;
}
.pt {
    padding-top: 4.8rem;
}
.pb {
    padding-bottom: 4.8rem;
}
.bg-blue {
    background-color: var(--sinine);
    color: #fff;
}
.home-hero {
    position: relative;
}
.home-hero a {
    color: #fff;
}
.video-over {
    position: absolute;
    bottom: 0;
    z-index: 11;
    color: #fff;
    padding: 8rem 15.1rem;
    width: 100%;
    max-width: 120rem;
}
.special-link {
    display: flex;
    text-transform: uppercase;
    font-weight: 300;
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding-top: 1.6rem;
    margin-top: 8rem;
    position: relative;
    transition: .5s ease-in-out;
}
.special-link:after {
    content: "";
    height: 1px;
    width: 0%;
    top: -1px;
    left: 0;
    position: absolute;
    background-color: #fff;
    transition: width 1s ease-in-out;
}
/* .special-link:before {
    content: "";
    height: 1rem;
    width: 1rem;
    top: 1.5rem;
    right: 0;
    position: absolute;
    background: url(images/arrow-up-right.svg) no-repeat center / contain;
} */
.special-link:hover:after,
.vacancy-item:hover .special-link:after {
    width: 100%;
}
.special-link:hover,
.vacancy-item:hover .special-link {
    padding-left: 1rem;
}
a.special-link svg {
    margin-left: auto;
}
a.special-link svg g {
    transition: all .3s;
}
a.special-link svg:first-of-type {
    position: absolute;
    top: 2.5rem;
    right: 0;
    transition: all 1s;
}
a.special-link:hover svg:first-of-type,
.vacancy-item:hover a.special-link svg:first-of-type {
    position: absolute;
    top: 0;
    right: -2rem;
}
svg.special-link-svg-hover {
    position: absolute;
    top: 4.5rem;
    right: 2rem;
    transition: all 1s;
}
a.special-link:hover svg.special-link-svg-hover,
.vacancy-item:hover a.special-link svg.special-link-svg-hover {
    top: 2.5rem;
    right: 0;
}
a.special-link.darker svg:first-of-type g,
.workers-clients .section-block:first-of-type .special-link svg:first-of-type g,
.bg-lblue .special-link svg:first-of-type g {
    stroke: rgb(46, 61, 80);
}
.special-link-svg-wrap {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
}
.home-hero {
    position: relative;
    border-radius: 2.4rem;
    overflow: hidden;
    max-height: 80vh;
}
.home-hero video {
    vertical-align: top;
}
.home .content {
    padding-top: 11rem;
}
.coverimg {
    position: relative;
}
.coverimg>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.workers-clients {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.4rem;
}
section.workers-clients>div {
    border-radius: 3rem;
    overflow: hidden;
}
section.workers-clients>div a {
    color: #fff;
}
section.workers-clients>div:first-of-type a {
    color: var(--sinine);
}
section.workers-clients .inner {
    margin: 0 auto;
    padding: 8rem 15.4rem;
    z-index: 1;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 60rem;
}
section.workers-clients .inner a {
    margin-top: auto;
}
section.workers-clients .inner h2 {
    margin: 3rem 0 6rem;
}
.section-block:after {
    content: "";
    border-radius: 2.4rem;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.section-block:first-of-type:after {
    background: #F7F9FC 0% 0% no-repeat padding-box;
}
.section-block:last-of-type:after {
    background: #2e3d50 0% 0% no-repeat padding-box;
}
.section-block:last-of-type {
    color: #fff;
}
.mb-8 {
    margin-bottom: 8rem;
}
.section-block.coverimg img {
    transition: all 0.4s ease-in-out;
}
.section-block.coverimg:hover img {
    transform: scale(1.04);
}
.section-block:hover:after {
    opacity: .6;
}
section.home-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
section.home-about a {
    color: #fff;
}
section.home-about .hero-media-container {
    -webkit-mask-image: url(images/estemploy-meedia-mask.svg);
    mask-image: url(images/estemploy-meedia-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    mask-position: top center;
}
.hero-media-container {
    position: relative;
    width: 100%;
    height: 80rem;
    /* Adjust as needed */
    overflow: hidden;
}
.hero-video,
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-image.coverimg {
    height: 100%;
}
.hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
/* Alternative: Using mask-image property on the media itself */
.hero-video.masked,
.hero-image.masked img {
    mask-image: url('images/sample_mask_svg.svg');
    /* Path to your mask image */
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-media-container {
        height: 50vh;
    }
}
section.home-about>div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20rem;
}
section.home-about .inner h2,
section.vacancies .inner h2 {
    margin: 3rem 0 6rem;
}
section.vacancies .inner {
    max-width: 60rem;
    margin: auto;
}
section.vacancies a.special-link {
    color: var(--sinine);
}
section.home-about .inner {
    max-width: 60rem;
}
section.key-numbers:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 61, 80, 0.8);
    z-index: 1;
    background: #2E3D50 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;
}
section.key-numbers .width-l {
    position: relative;
    z-index: 2;
    color: #fff;
}
section.key-numbers.coverimg {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}
section.key-numbers .number-item {
    display: flex;
    font-weight: 200;
    align-items: flex-end;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    max-width: 100rem;
}
section.key-numbers span.number {
    font-size: 12rem;
    font-weight: 100;
    line-height: .8;
    margin-right: 3rem;
}
section.key-numbers .number-item .text {
    display: inline-block;
    max-width: 30rem;
}
/* Container to animate the text */
.has-data-text {
    position: relative;
    overflow: hidden;
}
.has-data-text span {
    display: block;
    width: 100%;
    left: 0;
    transition: all 0.4s ease;
}
.menu-item-has-children .has-data-text span {
    padding-right: 2.4rem;
}
.has-data-text::after {
    display: block;
    position: absolute;
    left: 0;
    transition: all 0.4s ease;
    border-bottom: 2px solid;
}
.has-data-text::after {
    top: 100%;
    height: 100%;
    /* position: relative; */
    display: flex;
    align-items: center;
    flex-direction: row;
}
/* Default text */
.has-data-text span {
    top: 0;
}
/* Hover text from data-alt */
.has-data-text::after {
    content: attr(data-text);
    top: 100%;
}
/* Animate text on hover */
li.menu-item:hover .has-data-text span {
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
}
li.menu-item:hover .has-data-text::after {
    top: 0;
}
.otgs-development-site-front-end {
    display: none;
}
footer a {
    color: var(--sinine);
}
footer a:hover {
    color: var(--helesinine);
}
footer#footer {
    padding: 8rem 4.8rem 5rem 4.8rem;
}
footer#footer>div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
footer#footer>div:last-of-type {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgb(46 61 80 / 20%);
    margin-top: 5rem;
    padding-top: 2rem;
}
footer#footer>div:last-of-type a {
    color: rgb(46 61 80 / 40%);
}
.footer-about {
    display: flex;
    flex-direction: column;
    padding-right: 10%;
}
.footer-about h2 {
    margin-bottom: 4rem;
}
.footer-about a.footer-social {
    margin-bottom: 1.6rem;
}
.footer-extra-images {
    display: flex;
    gap: 4rem;
    margin-left: auto;
}
.footer-extra-images img {
    max-height: 7rem;
    width: auto;
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    width: 100%;
}
footer .siteby {
    margin-left: auto;
}
.footer-social-wrap {
    display: flex;
    gap: 2rem;
    align-items: flex-end;
}
/* Only grayscale when you add a class */
.grayscale img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
section.vacancies {
    padding: 12rem 4rem;
}
section.vacancies .inner {
    padding: 0 !important;
    margin: 0;
}
section.vacancies>div {
    display: flex;
    max-width: 160rem;
    width: 100%;
    margin: auto;
    gap: 8rem;
}
section.vacancies .pt.pr.pb.pl {
    flex: 1;
}
.vacant {
    flex: 1;
}
.vacancy-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    border-right: 1px solid rgb(46 61 80 / 20%);
    padding-right: 2rem;
}
.vacancy-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-left: 1px solid rgb(46 61 80 / 20%);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    color: inherit;
    padding-left: 2rem;
}
.vacancy-thumb {
    border-radius: 2.4rem;
    overflow: hidden;
}
.vacancy-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.vacancy-content {
    padding: 3rem 6rem;
}
h3.vacancy-title {
    margin-bottom: 3rem;
}
p.vacancy-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    overflow: hidden;
}
.content-header .custom-btn {
    margin-top: 5rem;
}
.content-header {
    padding-top: 24rem;
    padding-bottom: 10rem;
    overflow: hidden;
    position: relative;
}
.content-header {
    padding-bottom: 20rem;
}
.content-header h1 {
    text-transform: uppercase;
}
span.back-to-parent {
    display: block;
    margin-bottom: 2rem;
}
span.back-to-parent a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--sinine);
}
.bg-dblue span.back-to-parent a,
.color-white span.back-to-parent a {
    color: #fff;
}

.color-white svg path {
    fill: #fff;
}





span.back-to-parent:hover a svg path {
    fill: var(--helesinine);
}
.content-header .inner {
    max-width: 160rem;
    width: 100%;
    margin: auto;
    display: grid;
    z-index: 1;
    position: relative;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4%;
}
.content-header>svg {
    position: absolute;
    top: 10rem;
    right: 0;
    z-index: 0;
}
.page-template-template-kkk .content-header .inner.content-header-bottom {
    margin-top: 13rem;
    align-items: end;
}
.content-header-bottom h2 {
    margin-bottom: 4rem;
}
.content-header .special-link:after {
    background-color: rgb(46, 61, 80);
    z-index: 2;
}
.content-header .special-link {
    border-top: 1px solid rgba(46, 61, 80, 0.4);
}
.faq-item {
    border-top: 2px solid rgb(46 61 80 / 20%);
    padding-top: 2.4rem;
    margin-top: 2.4rem;
}
.faq-question h3 {
    font-size: 2.4rem;
    font-weight: 500;
}
.faq-block {
    max-width: 130rem;
    margin: auto;
    padding: 4.8rem;
}
.faq-answer {
    display: none;
    max-width: 90rem;
    margin: 6rem auto;
}
.faq-answer>div {
    margin: 6rem 0px;
}
.faq-answer.active {
    display: block;
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    padding-right: 3rem;
}
.faq-question svg {
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
}
.faq-question.active svg {
    transform: rotate(180deg);
}
.faq-question.active svg path {
    fill: #00C0F3;
}
.faq-answer h3 {
    margin-bottom: 4rem;
}
.dual-content-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8rem;
}
.dual.content-area.with-image {
    flex-direction: row-reverse;
}
.dual-image-area {
    border-radius: 2rem;
    overflow: hidden;
}
.faq-item h4 {
    margin-bottom: 4rem;
}
.content ul {
    list-style: none;
    padding-left: 0;
}
.content li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.content li::before {
    content: '•';
    color: #00C0F3;
    font-size: 3rem;
    position: absolute;
    left: 0;
    top: 0;
    line-height: .8;
}
.toggle-all {
    display: flex;
    gap: 1rem;
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-end;
    cursor: pointer;
}
.toggle-all svg {
    background-color: #fff;
    padding: 1rem;
    border-radius: 19px;
    width: 4rem;
    height: 4rem;
}
.toggle-all:hover svg g {
    stroke: var(--helesinine);
}
.intro-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 18rem;
    max-width: 160rem;
    width: 100%;
    margin: auto;
    transform: translateY(-18rem);
}
.intro-content .coverimg {
    border-radius: 2rem;
}
.intro-content>div:first-of-type {
    padding: 8rem 0;
    padding-top: 27rem;
}
.content h2 {
    margin-bottom: 4rem;
}
.coverimg {
    overflow: hidden;
}
.text-slider-wrap {
    position: relative;
    padding: 20rem 4.8rem 16rem 16rem;
}
.text-slider-wrap .inner {
    max-width: 64rem;
    width: 100%;
}
.text-slider {
    display: flex;
    background: #F7F9FC;
}
.text-slider>div {
    width: 50%;
}
.text-slider .coverimg {
    border-radius: 0;
}
.swiper-button-prev-btn {
    transform: rotate(180deg);
}
.swiper-navigation-wrap {
    display: flex;
    gap: 1rem;
}
.swiper-navigation-wrap div {
    border-radius: 5rem;
    padding: .5rem;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.swiper-navigation-wrap div:hover {
    background-color: #fff;
}
.process {
    display: flex;
    background: #F7F9FC;
}
.process>div {
    width: 50%;
}
.process .coverimg {
    border-radius: 0;
}
.process-content {
    padding: 12rem 10rem 12rem 4.8rem;
    display: flex;
    justify-content: flex-end;
}
.process-content .inner {
    max-width: 70rem;
    width: 100%;
}
.process-item {
    position: relative;
    padding-left: 14rem;
    margin-bottom: 10rem;
}
.process_items::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    /* fade height */
    background: linear-gradient(to bottom, transparent, #F7F9FC);
    pointer-events: none;
    /* clicks go through */
}
.bg-dblue .process_items::after {
    background: linear-gradient(to bottom, transparent, #2E3D50);
}
.process-item-logo {
    position: absolute;
    top: 0;
    left: 2rem;
}
.process_items {
    max-height: 58rem;
    padding-right: 6rem;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}
.simplebar-scrollbar:before {
    background: #2E3D50;
}
.bg-dblue .simplebar-scrollbar:before {
    background: #F7F9FC;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 4px;
    background: rgb(46 61 80 / 10%);
}
.bg-dblue .simplebar-track.simplebar-vertical {
    top: 0;
    width: 4px;
    background: rgb(247 249 252 / 10%);
}
.simplebar-scrollbar:before {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.process span.preheading {
    margin-bottom: 2rem;
    display: block;
}
.process_items {
    margin-top: 10rem;
}
.special-link.darker,
.workers-clients .section-block:first-of-type .special-link {
    border-top: 1px solid rgb(46 61 80 / 20%);
    color: var(--sinine) !important;
}
.bg-lblue .special-link {
    color: var(--sinine);
}
.special-link.darker:after,
.workers-clients .section-block:first-of-type .special-link:after {
    background-color: rgb(46 61 80 / 60%);
}
.process-content .special-link {
    max-width: 90%;
    color: #fff;
}
.contact-person__inner {
    max-width: 180rem;
    margin: auto;
    padding: 16rem 4.8rem;
    display: flex;
    flex-wrap: wrap;
    font-weight: 200;
}
.contact-person__content {
    max-width: 35%;
    padding-top: 8rem;
}
.contact-person__image-area {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 65%;
    padding-left: 14rem;
}
.contact-person__photo {
    position: relative;
}
.contact-person__photo-shape {
    position: absolute;
    top: -16rem;
    left: -49rem;
    width: 113rem;
    height: auto;
    opacity: .4;
}
.contact-person__photo-img {
    background-color: #fff;
    border-radius: 100rem;
    overflow: hidden;
    width: 48rem;
    z-index: 1;
    position: relative;
}
.contact-person__photo-img img {
    vertical-align: top;
}
.contact-person__preheading {
    margin-bottom: 3rem;
    display: block;
}
.contact-person__info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 11;
}
.contact-person__info a {
    color: #fff;
}
.contact-person__job {
    margin-bottom: 3rem;
}
.two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    background: #F7F9FC;
}
.right-column {
    margin-top: auto;
    margin-bottom: auto;
}
.left-column {
    position: relative;
    height: 100%;
}
.left-column img,
.left-column video {
    width: 100%;
    height: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.content-area {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 60rem;
    margin-left: 16rem;
    margin-top: 25rem;
    margin-bottom: 25rem;
}
@media (max-width: 768px) {
    .two-column-layout {
        flex-direction: column;
    }
    .left-column,
    .right-column {
        max-width: 100%;
    }
}
.toggle-all.togglegallery {
    justify-content: flex-start;
}
.togglegallery svg g {
    transition: all .5s;
}
.togglegallery:hover svg g {
    stroke: var(--helesinine);
}
body .fancybox-thumbs {
    background: transparent;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: unset;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: unset;
    width: 100%;
    z-index: 99995;
    display: flex;
    text-align: center;
    position: relative;
}
body .fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
body .fancybox-show-thumbs .fancybox-inner {
    right: 0;
}
body .fancybox-bg {
    background: rgba(0, 0, 0, .7);
}
body .fancybox-is-open .fancybox-bg {
    opacity: 1;
}
body .fancybox-stage {
    overflow: hidden;
    max-width: 120rem;
    margin: 0 auto;
}
body .fancybox-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body .fancybox-show-thumbs .fancybox-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
body .fancybox-slide--image {
    padding: 0;
}
body .fancybox-button:hover>div {
    color: var(--roheline);
    background: var(--oranz);
}
body .fancybox-thumbs__list a:before {
    border: 2px solid var(--oranz);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}
body button.fancybox-button {
    background: transparent;
}
body button.fancybox-button>div {
    border: 1px solid #fff;
    border-radius: 4rem;
}
body button.fancybox-button:hover {
    background: transparent;
}
body .fancybox-toolbar button.fancybox-button--close {
    background: transparent;
    border: 1px solid white;
    border-radius: 4rem;
}
body .fancybox-toolbar button:not(.fancybox-button--close) {
    /* your styles */
    display: none;
}
body .fancybox-toolbar {
    right: 2rem;
    top: 2rem;
}
.gallery-grid {
    display: none;
}
.togglegallery {
    cursor: pointer;
}
.togglegallery svg {
    background-color: #fff;
    padding: 1rem;
    border-radius: 19px;
    width: 4rem;
    height: 4rem;
}
section#ariklient {
    overflow: hidden;
}
section.feedback .swiper-wrapperitem {
    position: relative;
}
section.feedback {
    padding-top: 12rem;
    padding-bottom: 12rem;
}
.feedback-item {
    background: #F7F9FC;
    border-radius: 2.4rem;
    padding: 10rem 4rem;
    height: 100%;
}
.feedback-item h4 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.tooandjate-tagasiside .feedback-item {
    padding: 6rem 4rem;
    background-color: transparent;
    border: 1px solid rgb(46 61 80 / 20%);
}
section.feedback .inner h2 {
    margin: 3rem 0 6rem;
}
section.feedback .inner {
    max-width: 180rem;
    margin: auto;
    position: relative;
    padding-left: 10rem;
    padding-right: 10rem;
}
.swiper-nav-wrapper {
    position: relative;
}
section.feedback .swiper-button-prev-btn {
    bottom: 50%;
    position: absolute;
    z-index: 1;
    left: -7rem;
}
section.feedback .swiper-button-next-btn {
    bottom: 50%;
    position: absolute;
    z-index: 1;
    right: -7rem;
}
.swiper-navigation-wrap div {
    border: 1px solid rgb(46 61 80 / 20%);
}
.swiper-navigation-wrap div:hover {
    border: 1px solid rgb(46 61 80 / 100%);
}
.swiper-navigation-wrap div:hover {
    background-color: #fff;
}
.swiper-navigation-wrap div svg {
    width: 2rem;
    height: 2rem;
}
.swiper-navigation-wrap div:hover svg path {
    stroke: var(--helesinine);
}
.swiper-navigation-wrap div svg {
    width: 1.4rem;
    height: 1.4rem;
}
section.icon-carousel {
    padding: 12rem 9.8rem;
}
section.icon-carousel>.inner {
    max-width: 160rem;
    width: 100%;
    margin: auto;
}
.icon-carousel-top {
    display: grid;
    grid-template-columns: auto 40%;
    grid-gap: 10%;
    align-items: end;
    margin-bottom: 5rem;
}
.icon-carousel-top h2 {
    margin-bottom: 0;
}
section.icon-carousel .swiper-slide {
    width: 44rem;
    background: #2E3D50;
    padding: 8rem 4rem;
    border-radius: 2rem;
    color: #fff;
    font-weight: 200;
}
.icon-carousel-heading {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 4rem;
}
.icon-carousel li {
    margin-bottom: 1.5rem;
}
section.icon-carousel .swiper-button-next-btn {
    bottom: 50%;
    position: absolute;
    z-index: 1;
    right: -7rem;
}
section.icon-carousel .swiper-button-prev-btn {
    bottom: 50%;
    position: absolute;
    z-index: 1;
    left: -7rem;
}
.swiper-wrapperitem {
    position: relative;
}
section.icon-carousel .swiper-navigation-wrap div svg {
    width: 1.4rem;
    height: 1.4rem;
}
section.icon-carousel .swiper-navigation-wrap div:hover {
    background-color: #fff;
}
section.icon-carousel .swiper-navigation-wrap div svg {
    width: 1.4rem;
    height: 1.4rem;
}
section.icon-carousel a.special-link.darker {
    margin-top: 0;
}
.trust-carousel {
    border-top: 1px solid rgb(46 61 80 / 20%);
    border-bottom: 1px solid rgb(46 61 80 / 20%);
    padding: 5rem 0;
}
section.trust {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}
section.trust .inner {
    max-width: 160rem;
    width: 100%;
    padding-top: 12rem;
    padding-bottom: 12rem;
    margin: auto;
}
/* .trust-carousel .swiper-slide::before {
    background: #fff 0% 0% no-repeat padding-box;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */
.trust-carousel img {
    max-height: 8rem;
    width: auto;
    mix-blend-mode: color;
    position: relative;
    opacity: 1;
}
section.trust .preheading {
    display: block;
    margin-bottom: 3rem;
}
.dual-content-trust {
    display: grid;
    gap: 10%;
    margin-bottom: 5rem;
    grid-template-columns: 1fr 1fr;
}
.trust-carousel .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
}
.toopakkumised-grid {
    padding: 12rem 4.8rem;
}
.toopakkumised-grid .inner {
    max-width: 160rem;
    width: 100%;
    margin: auto;
}
.vacancies-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 8rem 10rem;
}
.vacancy-item__thumb {
    border-radius: 2.4rem;
    overflow: hidden;
}
.vacancy-item__thumb img {
    vertical-align: top;
    transition: all .5s;
}
.vacancy-item__thumb:hover img {
    scale: 1.1;
}
h4.vacancy-item__title {
    margin: 2.4rem 0;
}
h4.vacancy-item__title a {
    color: inherit;
}
.vacancies-list a.special-link.darker {
    margin-top: 3rem;
    z-index: 9999;
}
article.vacancy-item {
    position: relative;
}
.vacancy-item__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vacancy-item__thumb a:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
span.preheading {
    margin-bottom: 3rem;
    display: block;
}
.kandideeri {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
}
.kandideeri-text {
    padding: 16rem 10rem 16rem 4.8rem;
    display: flex;
    justify-content: flex-end;
}
.kandideeri-text .inner {
    max-width: 70rem;
    width: 100%;
}
.ff-default .ff-el-input--label label {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.6rem;
}
.ff-el-input--content textarea {
    border: 2px solid rgb(46 61 80 / 20%) !important;
    border-radius: 2.4rem !important;
    padding: 4rem !important;
    text-transform: uppercase;
}
/* button style */
.fluentform .frm-fluent-form .ff-btn-submit {
    border: unset;
    font-size: 1.6rem;
}
/* button hover style */
.fluentform .frm-fluent-form .ff-btn-submit:hover {}
/* button focus style */
.fluentform .frm-fluent-form .ff-btn-submit:focus {}
/* button active style */
.fluentform .frm-fluent-form .ff-btn-submit:active {}
/* space below fields */
.fluentform .frm-fluent-form .ff-el-group {
    margin-bottom: 4rem;
}
body .fluentform input[type="checkbox"] {
    -webkit-appearance: none;
}
.ff-el-tc input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
}
.ff-el-tc input[type="checkbox"]:before {
    content: "";
    margin-right: 1rem;
    display: inline-block;
    margin-top: 0;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    background: transparent;
    border: 1px solid rgb(46 61 80 / 20%);
    border-radius: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.ff-el-tc input[type="checkbox"]:hover:before {
    border: 1px solid rgb(46 61 80 / 20%);
}
.ff-el-tc input[type="checkbox"]:checked:before {
    background: transparent;
    border-color: #2E3D50;
}
.hiddenform label.ff-el-form-check-label {
    display: flex;
    align-items: center;
}
body .frm-fluent-form .ff-t-container {
    align-items: flex-start;
}
input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #455456;
}
input[type="checkbox"]:checked:after,
input[type="checkbox"]:hover:after {
    content: "";
    position: absolute;
    background: #2E3D50;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
body .fluentform .ff-el-form-check-label .ff-el-form-check-input {
    position: relative;
    top: 0;
    vertical-align: top;
    margin-right: 1.6rem;
    overflow: hidden;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
body .fluentform .ff-el-tc label.ff_tc_label {
    display: flex;
    align-items: center;
}
body .fluentform .ff-el-tc label.ff_tc_label>span {
    padding-top: 0 !important;
    width: 5rem;
}
body .ff_t_c a,
body .ff_t_c {}
body .fluentform .ff_upload_btn.ff-btn {
    background: transparent;
    color: #2E3D50;
    padding: 1.6rem 4rem;
    border-radius: 10rem;
    border: 1px solid rgb(46 61 80 / 20%);
}
body .fluentform .ff_upload_btn.ff-btn:hover {
    background-color: #2E3D50;
    color: #fff;
    outline: none;
}
body .ff-default .ff-el-input--label label {
    font-weight: 300;
}
body .ff-default .ff-el-form-control {
    border: unset;
    border-bottom: 1px solid rgb(46 61 80 / 20%);
    border-radius: 0;
    font-size: 1.6rem;
    background-color: transparent;
    padding-left: 0;
}
body .ff-default .ff-el-form-control:focus {
    background-color: transparent;
    border-color: #2E3D50;
    color: #2E3D50;
    outline: none;
}
.ff-el-form-control::placeholder {
    font-size: 1.6rem;
}
.ff-el-form-control:focus::placeholder {}
.toopakkumise-sisu {
    padding-top: 16rem;
}
.toopakkumise-sisu .inner {
    max-width: 160rem;
    width: 100%;
    margin: auto;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 64rem));
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 10rem;
}
.toopakkumise-sisu h3 {
    margin-bottom: 4rem;
}
.content .toopakkumise-sisu ul {
    margin-bottom: 6rem;
}
.content .toopakkumise-sisu li {
    margin-bottom: 2rem;
}
.endimg {
    min-height: 80rem;
}
.links-to-other {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.links-to-other div.dark-bg a {
    color: #fff;
}
.links-to-other div a {
    margin-top: auto;
}
.link-block-item {
    padding: 12rem 16rem;
}
.links-to-other>div:first-of-type {
    background-color: #2E3D50;
    color: #fff;
    display: flex;
    justify-content: flex-end;
}
.inner-block-item {
    max-width: 64rem;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
}
.default-two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    grid-gap: 3rem;
}
.default-content-layout {
    max-width: 100rem;
    width: 100%;
    margin: auto;
    padding: 0 4.8rem;
    margin-bottom: 8rem;
}
.right-column.coverimg {
    height: 100%;
    border-radius: 2.4rem;
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    -ms-border-radius: 2.4rem;
    -o-border-radius: 2.4rem;
}
.default-content-layout a {
    font-weight: 400;
}
.default-content-layout h3,
.default-content-layout h4,
.default-content-layout h5 {
    margin-bottom: 4rem;
}
.page-template-default .content-header {
    padding-bottom: 12rem;
    padding-top: 20rem;
}
.page-template-template-ettevottest .inner.content-header-bottom {
    margin-top: 6rem;
    max-width: 160rem;
    width: 100%;
    display: block;
}
.page-template-template-ettevottest .inner.content-header-bottom>div {
    max-width: 60rem;
    width: 100%;
}
.page-template-template-ettevottest .hero-media-container {
    -webkit-mask-image: url(images/estemploy-meedia-mask.svg);
    mask-image: url(images/estemploy-meedia-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    mask-position: top left;
    position: absolute;
    height: 100%;
}
.color-white {
    color: #fff !important;
}
.hero-media-wrapper {
    z-index: 1;
    position: absolute;
    top: 10rem;
    right: 0;
    width: 50%;
    height: 100%;
}
.swiper-slide {
    height: auto;
}
section.feedback.eelised .swiper-slide {
    border: 1px solid rgb(46 61 80 / 20%);
    padding: 4rem;
    border-radius: 2.4rem;
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    -ms-border-radius: 2.4rem;
    -o-border-radius: 2.4rem;
    height: auto;
}
section.feedback.eelised .swiper-slide img {
    margin-bottom: 3.5rem;
    display: block;
}
.eelised-top {
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    margin-bottom: 4rem;
}
.eelised-top h2 {
    margin-bottom: 0 !important;
}
section.feedback.eelised .inner {
    max-width: 170rem;
    margin: auto;
    position: relative;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}
.contact-top {
    padding-bottom: 20rem;
}
.contact-top .inner {
    max-width: 170rem;
    margin: auto;
    position: relative;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    padding-top: 20rem;
}
.contact-top .contact-content {
    max-width: 44rem;
}
.contact-map {
    position: absolute;
    top: 15rem;
    right: 0;
    max-width: 145rem;
}
.team {
    background-color: #F7F9FC;
    padding-top: 25rem;
}
.team .inner {
    max-width: 170rem;
    margin: auto;
    position: relative;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}
.team .h2 {
    padding-bottom: 4rem;
    border-bottom: 1px solid rgb(46 61 80 / 20%);
    display: block;
}
.person-image {
    border-radius: 100rem;
    overflow: hidden;
    width: 28rem;
    height: 28rem;
    background-color: #fff;
}
.person-wrapper,
.person {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.person-wrapper {
    gap: 14rem;
    padding-left: 32rem;
    padding-top: 8rem;
}
.person {
    gap: 3rem;
    align-items: center;
    margin-bottom: 8rem;
}
.person-info p,
.person-info a {
    display: block;
    margin-bottom: 1.6rem;
}
.person-info a {
    color: var(--sinine);
}
.person-info a:hover {
    color: var(--helesinine);
}
.person-info h3 {
    font-weight: 500;
    margin-bottom: 1.6rem;
}
p.person-lang {
    margin-bottom: 3rem;
}
.contact-top-main {
    display: flex;
    flex-direction: column;
    padding: 11rem 0px 0;
    gap: 1.6rem;
}
.contact-top-main p {
    margin: 0;
}
.contact-top-main a {
    color: var(--sinine);
}
.contact-top-main a:hover {
    color: var(--helesinine);
}
.contact-top-main .reg-kood {
    margin-top: 3rem;
}
.contact-top .contact-content>h1 {
    text-transform: uppercase;
}
.totop {
    display: flex;
    border-radius: 2rem;
    background-color: #F7F9FC;
    padding: 2.4rem 1.2rem;
    flex-direction: column;
    position: fixed;
    align-items: center;
    gap: 1rem;
    text-transform: uppercase;
    right: 3rem;
    bottom: 3rem;
    z-index: 9;
    line-height: 1;
    cursor: pointer;
}
.totop svg {
    width: 1.4rem;
}
.rotated {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}
.link-block-item.light-bg {
    background: #F7F9FC;
}
.page-template-template-ettevottest section.workers-clients>div {
    border-radius: unset;
    overflow: hidden;
}
.page-template-template-ettevottest .section-block:after {
    border-radius: 0;
}
.page-template-template-ettevottest section.workers-clients {
    grid-gap: 0;
}
.page-template-template-ettevottest section.workers-clients .inner {
    padding: 12rem 15.4rem;
    max-width: 95rem;
    margin: unset;
}
.page-template-template-ettevottest section.workers-clients>div:first-of-type .inner {
    margin-left: auto;
}
.page-template-template-ettevottest section.workers-clients span.preheading {
    margin-bottom: 0;
}
.content.content404 {
    background: url(images/404bg.jpg) no-repeat center / cover;
    min-height: 100vh;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.content.content404 a {
    color: #fff;
}
.content.content404:before {
    content: "";
    width: 100%;
    height: 200%;
    background: #2E3D50;
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: -1; */
    mix-blend-mode: multiply;
}
.content.content404 h1 {
    margin-bottom: 5rem;
}
.content.content404 p {
    margin-bottom: 3rem;
}
.content.content404 .content-header {
    max-width: 160rem;
    width: 100%;
    margin: auto;
    display: block;
    z-index: 1;
    position: relative;
    grid-template-columns: unset;
    grid-gap: unset;
}
.content.content404 .content-header .inner {
    max-width: 60rem;
    width: 100%;
    margin: unset;
    display: block;
    z-index: 1;
    position: relative;
    grid-template-columns: unset;
    grid-gap: unset;
}
section.key-numbers span.number {
    font-size: clamp(3rem, 3.13vw + 4.44rem, 12rem);
}
@media all and (max-width: 1600px) {
    .menu>li {
        padding: .5rem 0 .5rem 1rem;
    }
    .top-social-menu {
        gap: 2rem;
    }
    header {
        padding: 2.3rem 2.5rem;
    }
    .pr {
        padding-right: 2.5rem;
    }
    .pl {
        padding-left: 2.5rem;
    }
    .video-over {
        padding: 5rem 5rem;
    }
    .intro-content>div:first-of-type {
        padding-left: 2.5rem;
    }
    .feedback-item {
        padding: 4rem;
    }
    section.workers-clients .inner {
        padding: 8rem;
        min-height: unset;
        aspect-ratio: 4/3;
    }
    .text-slider-wrap {
        padding: 20rem 8rem 16rem 8rem;
    }
    .content-area {
        margin-left: 8rem;
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    section.icon-carousel .swiper-slide {
        width: 28%;
    }
    .link-block-item {
        padding: 8rem;
    }
    .person-wrapper {
        padding-left: 0;
    }
    .page-template-template-ettevottest section.workers-clients .inner {
        padding: 8rem;
    }
}
@media all and (max-width: 1366px) {
    header a.custom-btn {
        display: none;
    }
    .top-social-menu {
        margin-left: 2rem;
    }
    .desktop-menu {
        justify-content: flex-end;
    }
    section.workers-clients .inner {
        padding: 10%;
    }
    section.vacancies .inner {
        max-width: 35%;
    }
    .vacancy-content {
        padding: 2rem;
    }
    h3.vacancy-title {
        font-size: 2rem;
    }
    section.vacancies {
        padding: 12rem 2.5rem;
    }
    .feedback-item {
        padding: 5rem 4rem;
    }
    section.feedback {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .intro-content {
        grid-gap: 4rem;
    }
    .process-content {
        padding: 12rem 4rem 12rem 4rem;
    }
    section.icon-carousel .swiper-slide {
        width: 38%;
    }
    .endimg {
        min-height: unset;
        aspect-ratio: 16/9;
    }
    .contact-map {
        padding-left: 20%;
    }
    .team {
        background-color: #F7F9FC;
        padding-top: 4rem;
    }
    header {
        gap: 0;
    }
    .wpml-ls-legacy-list-horizontal {
        padding: 0;
    }
    .wpml-ls-legacy-list-horizontal a {
        padding: 0 1rem;
    }

    .person-wrapper {
        gap: 4rem;
    }
    .person-wrapper,
    .person {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        justify-items: center;
    }
    .person-info {
        text-align: center;
    }

}
@media all and (max-width: 1100px) {

    .link-block-item,
    .page-template-template-ettevottest section.workers-clients .inner {
        padding: 4rem;
    }

    .footer-extra-images {
        width: 100%;
        margin-top: 4rem;
    }



}

.hamburger {
    display: none;
}
.mobile-menu {
    display: none;
}



@media all and (max-width: 991px) {
    .hamburger {
        --size: 22px;
        --thickness: 2px;
        --gap: 6px;
        --color: #111;
        width: var(--size);
        height: var(--size);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        gap: var(--gap);
        margin-left: 2rem;
    }
    .bar {
        width: 100%;
        height: var(--thickness);
        background: var(--color);
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    /* When open → make X */
    .hamburger.open .bar:nth-child(1) {
        transform: translateY(calc(var(--gap) + var(--thickness))) rotate(45deg);
    }
    .hamburger.open .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.open .bar:nth-child(3) {
        transform: translateY(calc(-1 * (var(--gap) + var(--thickness)))) rotate(-45deg);
    }
    .header-logo img {
        max-width: 10rem;
    }
    header {
        padding: 1.6rem 2.5rem;
    }
    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 12;
        padding: 2rem;
        padding-top: 8rem;
        transform: translateY(-100%);
        transition: all .4s;
    }
    .mobile-menu.active {
        transform: translateY(0);
    }
    .mobile-menu .menu {
        display: flex;
        background-color: ;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 3rem;
    }
    .mobile-menu .menu .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: unset;
        position: relative;
        top: 100%;
        left: 0;
        background-color: var(--main);
        min-width: unset;
        z-index: 1000;
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
        background: #fff;
        padding: .5rem 1.2rem;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        padding-left: 0;
    }
    .mobile-menu .menu>li:hover>.sub-menu {
        transform: translateY(0px);
    }
    .mobile-menu .menu>li>a {
        margin-left: 0;
    }
    .mobile-menu .wpml-ls-legacy-list-horizontal {
        margin-top: 4rem;
    }
    .desktop-menu>div:first-of-type,
    .desktop-menu .wpml-ls {
        display: none;
    }





    .mb-8 {
        margin-bottom: 2.4rem;
    }
    section.vacancies {
        padding: 3rem 2.5rem;
    }


    section.workers-clients {
        grid-template-columns: 1fr;
    }
    section.workers-clients .inner {
        aspect-ratio: unset;
        padding: 4rem;
    }

    section.workers-clients .inner a {
        margin-top: 5rem;
    }





    section.home-about>div:first-of-type {
        padding-right: 2.5rem;
        justify-content: flex-start;
    }
    section.home-about {
        grid-template-columns: 1fr;
    }
    section.home-about .inner {
        max-width: unset;
    }



    .hero-media-container {
        padding: 3rem;
    }
    section.home-about .hero-media-container {
        mask-size: 90%;
        mask-position: center;
    }





    section.vacancies>div {
        gap: 4rem;
        flex-direction: column;
    }

    section.vacancies .inner {
        max-width: 100%;
    }
    .vacant {
        flex: unset;
    }



    .intro-content {
        grid-template-columns: 1fr;
        grid-gap: 4rem;
        transform: translateY(0rem);
    }
    .intro-content .coverimg {
        display: none;
    }
    .intro-content>div:first-of-type {
        padding: 4rem;
        padding-top: 4rem;
    }

    .content-header {
        padding-bottom: 4rem;
        padding-top: 10rem;
    }





    .text-slider {
        flex-direction: column;
    }
    .text-slider>div {
        width: 100%;
    }
    .text-slider .coverimg {
        border-radius: 0;
        aspect-ratio: 16/9;
    }
    .text-slider-wrap {
        padding: 4rem;
    }








    .process {
        flex-direction: column;
    }
    .process>div {
        width: 100%;
    }
    .process-content .inner {
        max-width: unset;
        width: 100%;
    }
    .process-content {
        padding: 4rem;
    }
    .process .coverimg {
        border-radius: 0;
        aspect-ratio: 16/9;
        order: -1;
    }










    .two-column-layout {
        grid-template-columns: 1fr;
    }

    .content-area {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        max-width: unset;
        padding: 4rem;
    }









    .faq-block {
        padding: 2.5rem;
    }
    .faq-question h3 {
        font-size: 2rem;
    }
    .faq-answer {
        max-width: unset;
    }






    section.icon-carousel .swiper-slide {
        width: 55%;
    }
    section.icon-carousel {
        padding: 7rem 9.8rem;
    }




    .tooandjate-tagasiside .feedback-item {
        padding: 6rem 4rem 4rem;
    }







    .vacancy-item__thumb img {
        width: 100%;
    }








    .kandideeri {
        grid-template-columns: 1fr;
    }
    .kandideeri-text {
        padding: 4rem;
        display: flex;
        justify-content: unset;
    }
    .kandideeri-text .inner {
        max-width: unset;
        width: 100%;
    }


}


@media all and (max-width: 768px) {

    .dual-content-trust {
        grid-template-columns: 1fr;
    }
    .home-hero .special-link {
        margin-top: 2rem;
    }

    .footer-social-wrap {
        width: 100%;
        margin-top: 4rem;
    }
    footer#footer {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    section.feedback .inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 2.5rem;
    }
    section.feedback .swiper-button-prev-btn,
    section.icon-carousel .swiper-button-prev-btn {
        bottom: 0;
        left: unset;
        cursor: progress;
        right: 5rem;
    }
    section.feedback .swiper-button-next-btn,
    section.icon-carousel .swiper-button-next-btn {
        bottom: 0;
        right: 0;
    }
    section.feedback .swiper-wrapperitem {
        position: relative;
        padding-bottom: 7rem;
        margin-bottom: 3rem;
    }
    section.feedback .inner h2 {
        margin: 0rem 0 3rem;
    }
    section.feedback .inner span.preheading {
        margin-bottom: 0rem;
        display: block;
    }
    .feedback-item {
        padding: 5rem 2rem;
    }

    section.feedback .swiper-slide {
        height: auto;
        width: 80%;
    }



    .dual-content-area {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .dual-image-area {
        aspect-ratio: 16/9;
    }






    section.icon-carousel {
        padding: 4rem 2.5rem;
    }

    section.icon-carousel .swiper-navigation-wrap {
        padding-top: 7rem;
    }
    section.icon-carousel .swiper-slide {
        padding: 4rem;
    }



    .contact-person__inner {
        padding: 4rem;
        flex-direction: column;
    }
    .contact-person__content {
        max-width: unset;
        padding-top: 0;
    }
    .contact-person__image-area {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: unset;
        padding-left: 0;
    }
    .links-to-other {
        display: grid;
        grid-template-columns: 1fr;
    }
    .links-to-other>div:first-of-type {
        justify-content: unset;
        display: block;
    }
    .inner-block-item {
        max-width: unset;
    }





    .toopakkumise-sisu {
        padding-top: 4rem;
    }
    .toopakkumise-sisu .inner {
        grid-template-columns: 1fr;

    }





    .page-template-template-ettevottest .hero-media-wrapper {
        display: none;
    }
    section.key-numbers.coverimg {
        padding-top: 8rem;
        padding-bottom: 8rem;
        padding-left: 0;
        padding-right: 0;
    }
    section.key-numbers .number-item {
        padding-left: 4rem;
    }




    .content-header {
        padding-bottom: 4rem;
    }

    section.feedback {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

}

@media all and (max-width: 575px) {

    .video-over {
        position: relative;
        color: var(--sinine);
        padding: 2rem 0;
    }
    .home-hero .special-link {
        margin-top: 2rem;
        font-size: 1.2rem;
    }
    section.workers-clients .inner span.preheading {
        margin-bottom: 0;
        display: block;
    }
    section.workers-clients .inner h2 {
        margin: 0rem 0 3rem;
    }
    section.workers-clients .inner h4 {
        font-size: 1.4rem;
    }
    .home-about .hero-media-container {
        height: 40vh;
    }

    span.preheading {
        margin-bottom: 0;
        display: block;
        font-size: 1.4rem;
    }
    section.home-about .inner h2,
    section.vacancies .inner h2 {
        margin: 0rem 0 3rem;
    }
    .vacancy-list {
        grid-template-columns: 1fr;
    }
    .vacancy-card {
        border-left: 0;
        padding-left: 0;
    }
    .vacancy-list {
        border-right: 0;
        padding-right: 0;
    }
    .vacancy-content {
        padding: 2rem 0;
    }
    span.rotated {
        display: none;
    }
    .footer-extra-images {
        flex-wrap: wrap;
        gap: 2rem;
    }


    .content-header .inner {
        grid-template-columns: 1fr;
        grid-gap: 4%;
    }

    section.icon-carousel .swiper-slide {
        width: 85%;
    }

    .contact-person__photo-img {

        width: 17rem;
    }
    section.key-numbers .number-item {
        display: flex;
        font-weight: 200;
        align-items: flex-start;
        padding-bottom: 4rem;
        margin-bottom: 4rem;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        max-width: 100rem;
        flex-direction: column;
        gap: 2rem;
    }

.wpml-ls-legacy-dropdown-click {
    width: 6rem !important;
    margin-top: 3rem;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin-top: 0 !important;
    padding: 1rem 0rem !important;
}


}


@media all and (max-width: 450px) {


    .process-item {
        position: relative;
        padding-left: 0;
        margin-bottom: 5rem;
    }

    .process-item-logo {
        position: relative;
        top: unset;
        left: unset;
    }


    section.icon-carousel .swiper-slide {
        padding: 2rem 4rem 2rem 2rem;
    }

    .intro-content>div:first-of-type {
        padding: 2.5rem;
        padding-top: 4rem;
    }
    section.trust,
    .process-content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    section.workers-clients .inner {
        padding: 2.5rem;
    }

    .home .content {
        padding-top: 7rem;
    }
    section.feedback.eelised .inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .eelised-top {
        display: grid;
        align-items: unset;
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .eelised-top .special-link {
        margin-top: 3rem;
    }
    section.trust .inner {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .contact-top {
        padding-bottom: 3rem;
    }
    .person-info p,
    .person-info a {
        display: block;
        margin-bottom: 0;
    }
    .contact-top .inner {
        padding-top: 7rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .toopakkumised-grid {
        padding: 4rem 2.5rem;
    }
    .vacancies-list {
        grid-template-columns: 1fr;
    }
    .kandideeri-text {
        padding: 4rem 2.5rem;
    }
    .pl {
        padding-left: 1.5rem;
    }
    .pr {
        padding-right: 1.5rem;
    }
    .home-hero {
        max-height: unset;
    }
    .contact-map {
        display: none;
    }
    .contact-top-main {
        padding: 3rem 0px 0;
        gap: 1rem;
    }
    .contact-top-main h2 {
    margin-bottom: 1rem;
}
.team .inner {

    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.person-wrapper, .person {
    grid-template-columns: 1fr;
}

}



.video-mobile {
    display: none;
}

@media (max-width: 575px) {
    .video-desktop {
        display: none;
    }
    .video-mobile {
        display: block;
    }
}



.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin-top: 4rem;
    border-radius: .5rem;

    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
        padding: 1rem .5rem;
}

/* WPML dropdown toggle */

.wpml-ls-legacy-dropdown-click {
    width: auto;
}
.wpml-ls-legacy-dropdown-click a {
    color: initial;
    border: unset;
    background-color: #fff;
    padding: 5px 10px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
    background: transparent;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background-color: #fff;
    border-top: unset;
}
.wpml-ls-legacy-dropdown-click a {
    background-color: transparent;
    padding: 5px 10px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: "";
    background: url(images/menu-item-arrow.svg) no-repeat center;
    vertical-align: middle;
    display: inline-block;
    border: unset;
    border-top: unset;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em);
    width: 2rem;
    height: 1rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover:after {
    transform: rotate(180deg) translateY(-.2rem);
    -webkit-transform: rotate(180deg) translateY(-.2rem);
    -moz-transform: rotate(180deg) translateY(-.2rem);
    -ms-transform: rotate(180deg) translateY(-.2rem);
    -o-transform: rotate(180deg) translateY(-.2rem);
}

/* WPML dropdown toggle end */