body {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: "icons";
    src: url("/icons/dist/icons.eot?1");
    src: url("/icons/dist/icons.eot?1#iefix") format("embedded-opentype"),
        url("/icons/dist/icons.woff2?1") format("woff2"), url("/icons/dist/icons.woff?1") format("woff"),
        url("/icons/dist/icons.ttf?1") format("truetype");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

[class^="u-icon-"],
[class*=" u-icon-"] {
    speak: none;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "icons" !important;
}

.u-icon-arrow:before {
    content: "\EA01";
}
.u-icon-email:before {
    content: "\EA02";
}
.u-icon-facebook:before {
    content: "\EA03";
}
.u-icon-instagram:before {
    content: "\EA04";
}
.u-icon-linkedin:before {
    content: "\EA05";
}
.u-icon-print:before {
    content: "\EA06";
}
.u-icon-share:before {
    content: "\EA07";
}
.u-icon-twitter:before {
    content: "\EA08";
}
.u-icon-circle-download:before {
    content: "\EA09";
}
.u-icon-circle-facebook:before {
    content: "\EA10";
}
.u-icon-circle-linkedin:before {
    content: "\EA11";
}
.u-icon-circle-twitter:before {
    content: "\EA12";
}
.u-icon-circle-vcard:before {
    content: "\EA13";
}
.u-icon-arrow-down:before {
    content: "\EA14";
}
.u-icon-envelope:before {
    content: "\EA15";
}
.u-icon-pdf:before {
    content: "\EA16";
}
.u-icon-link:before {
    content: "\EA17";
}
.u-icon-arrow-nu:before {
    content: "\EA18";
}
.u-icon-close:before {
    content: "\EA19";
}
.u-icon-search:before {
    content: "\EA20";
}
.u-icon-hamburger:before {
    content: "\EA21";
}
.u-icon-circle-instagram:before {
    content: "\EA22";
}
.u-icon-calendar:before {
    content: "\EA23";
}
.u-icon-arrow-up:before {
    content: "\EA24";
}
.u-icon-notepad:before {
    content: "\EA25";
}
.u-icon-close-rounded:before {
    content: "\EA26";
}
.u-icon-talk:before {
    content: "\EA27";
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

input:focus {
    outline: none;
}

.wrapper {
    max-width: 1195px;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.closeeverything {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    z-index: 199;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.closeeverything_active {
    visibility: visible;
    opacity: 0.7;
}

.disable_scroll {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

/* Style Start for the Header, Footer, and Firm Page */
.navbar {
    background: #fff;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.25s all ease-in-out;
    transform: translateY(0%);
}

.navbar.is-hidden {
    transform: translateY(-100%);
}

.navbar__logo {
    display: block;
    width: 143px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.navbar__logo:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.navbar__logo img {
    display: block;
    width: 100%;
}

.navbar .wrapper {
    position: relative;
    padding: 27px 12px 22px;
}

.navbar .rightside {
    position: absolute;
    right: 12px;
    top: 21px;
    display: flex;
    align-items: start;
}

.navbar .rightside .menuphone .contact {
    display: none;
}

.navbar .rightside ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 685px;
}

.navbar .rightside ul li {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar .rightside ul a {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #1f3342;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.navbar .rightside ul a:hover {
    color: #5faeea;
}

.navbar .rightside ul .active {
    color: #5faeea;
}

.navbar .rightside .searchicon {
    padding-right: 11px;
    padding-left: 11px;
    padding-top: 6px;
    margin-left: 19px;
    background-color: transparent;
    -webkit-appearance: none;
    border: none;
    font-size: 24px;
    color: #121317;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.navbar .rightside .searchicon:hover {
    color: #5faeea;
}

.navbar .rightside .contact {
    display: inline-block;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #1f3342;
    border: 1px solid #1f3342;
    text-decoration: unset;
    padding: 9px 24px;
    margin-left: 62px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.navbar .rightside .contact:hover,
.navbar .rightside .contact.active {
    background: #5faeea;
    border-color: #5faeea;
    color: #fff;
}

.navbar .lines {
    display: none;
}

.navbar .lines img {
    display: block;
}

.navbar .cancelmenu {
    display: none;
}

/* .navbar .left_items .list ul li form button svg .fill_searchicon {
      fill: #000;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
    
    .navbar .left_items .list ul li form button:hover svg .fill_searchicon {
      fill: #be5415; } */

.standard_hero {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 631px;
    padding-top: 336px;
}

.standard_hero h1,
.headertitle {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 84px;
    line-height: 101px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 8px 8px 16px rgba(0, 0, 0, 0.25);
}

.content_with_left_menu {
    position: relative;
    z-index: 1000;
    padding-bottom: 100px;
}

.content_with_left_menu h2,
.standard_title,
.ckeditor-static h2,
.ckeditor-static-title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #1f3342;
    margin-bottom: 48px;
}

.content_with_left_menu .def_padding_top {
    padding-top: 90px;
}

.content_with_left_menu .def_padding_left {
    padding-left: 100px;
}

.content_with_left_menu .default-section {
    padding: 0;
}

.content_with_left_menu .margtop47 {
    margin-top: 48px;
}

.content_with_left_menu p,
.content_with_left_menu .default-section,
.ckeditor-static {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    margin-bottom: 20px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

.content_with_left_menu p b,
.content_with_left_menu .default-section strong,
.ckeditor-static strong,
.ckeditor-static b {
    font-weight: 700;
}

.content_with_left_menu p a,
.content_with_left_menu .default-section a,
.ckeditor-static a {
    text-decoration: underline;
    color: #5faeea;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.content_with_left_menu p a:hover,
.content_with_left_menu .default-section a:hover,
.ckeditor-static a:hover {
    color: #27245c;
}

.footprint__numbers-wrapp .col {
    padding: unset;
    width: unset;
}

.content_with_left_menu .numbers,
.footprint__numbers-wrapp {
    display: flex;
    justify-content: space-between;
    padding-top: 58px;
    padding-bottom: 58px;
    padding-left: 8px;
}

.content_with_left_menu .numbers .box h2,
.footprint__numbers-wrapp .col strong {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    text-align: center;
    text-transform: uppercase;
    color: #1f3342;
}

.content_with_left_menu .numbers .box p,
.footprint__numbers-wrapp .col span {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #576671;
    margin-top: 10px;
}

.content_with_left_menu .normal_list,
.page_with_left_menu .right_content ul,
.ckeditor-static ul,
.ckeditor-capabilities ul {
    list-style: none;
    padding-left: 0;
}

.content_with_left_menu .normal_list li,
.page_with_left_menu .right_content ul li,
.ckeditor-static ul li,
.ckeditor-capabilities ul li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 31px;
}

.content_with_left_menu .normal_list li,
.page_with_left_menu .right_content ul li ul,
.ckeditor-static ul li ul,
.ckeditor-capabilities ul li ul {
    margin-top: 30px;
}

.biography_content .capabilities_card .normal_list li:last-child {
    margin-bottom: 0px !important;
}

.biography_content .capabilities_card .capabilities_sub .inside {
    padding-bottom: 30px !important;
}

.content_with_left_menu .normal_list li:before,
.page_with_left_menu .right_content ul li:before,
.ckeditor-static ul li:before,
.ckeditor-capabilities ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: #5faeea;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.page_with_left_menu .right_content ol li ol,
.ckeditor-static ol li ol,
.ckeditor-capabilities ol li ol {
    margin-top: 15px;
}

.content_with_left_menu .numericlist,
.page_with_left_menu .right_content ol,
.ckeditor-static ol,
.ckeditor-bio ol,
.ckeditor-capabilities ol {
    list-style-type: none;
    flex-wrap: wrap;
    counter-reset: item;
    width: 100%;
    padding-left: 0;
}

.page_with_left_menu .right_content ol ul,
.ckeditor-static ol ul,
.ckeditor-bio ol ul,
.ckeditor-capabilities ol ul {
    margin-top: 15px;
    display: flex;
    counter-reset: item;
    flex-wrap: wrap;
    width: 100%;
}

.page_with_left_menu .right_content ol ul li,
.ckeditor-static ol ul li,
.ckeditor-bio ol ul li,
.ckeditor-capabilities ol ul li {
    margin-bottom: 15px;
    min-height: unset;
    padding-left: 30px;
    display: block;
    width: 100%;
}

.page_with_left_menu .right_content ol ul li:before,
.ckeditor-static ol ul li:before,
.ckeditor-bio ol ul li:before,
.ckeditor-capabilities ol ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: #5faeea;
    left: 0;
    top: 5px;
    border-radius: 100%;
    border: 0;
}

.content_with_left_menu .numericlist .forno {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 42px;
}

.content_with_left_menu .numericlist .no {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #5faeea;
    border-left: 1px solid #000000;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

.page_with_left_menu .right_content ol li:before,
.ckeditor-static ol li:before,
.ckeditor-bio ol li:before,
.ckeditor-capabilities ol li:before {
    position: absolute;
    left: 0;
    /* top: 50%;
        transform: translateY(-50%); */
    top: 7px;
    background: #5faeea;
    border-left: 1px solid #000000;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    content: counter(item);
}

.content_with_left_menu .numericlist li,
.page_with_left_menu .right_content ol li,
.ckeditor-static ol li,
.ckeditor-bio ol li,
.ckeditor-capabilities ol li {
    counter-increment: item;
    margin-bottom: 18px;
    position: relative;
    padding-left: 51px;
    min-height: 41px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page_with_left_menu .right_content ol li ol li:last-child,
.ckeditor-static ol li ol li:last-child,
.ckeditor-bio ol li ol li:last-child,
.ckeditor-capabilities ol li ol li:last-child {
    margin-bottom: 0;
}

.content_with_left_menu .testomonial,
blockquote,
.ckeditor-static blockquote {
    width: calc(100% + 200px);
    background: #5faeea;
    min-height: 328px;
    margin-left: -100px;
    margin-top: 58px;
    margin-bottom: 80px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 75px;
    padding-bottom: 42px;
    position: relative;
}

.ckeditor-static blockquote {
    width: 100%;
}

.content_with_left_menu .testomonial .test_img2,
blockquote .test_img2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.content_with_left_menu .testomonial .test_img1,
blockquote .test_img1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

blockquote:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/images/img/testomonial_slide_img2.png);
    width: 167px;
    height: 167px;
    background-size: 100%;
    z-index: 1;
}

blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/images/img/testomonial_slide_img1.png);
    width: 56px;
    height: 56px;
    background-size: 100%;
    z-index: 1;
}

.content_with_left_menu .testomonial .cont {
    position: relative;
    z-index: 2;
}

.content_with_left_menu .testomonial .cont h3,
.content_with_left_menu .default-section blockquote p,
.ckeditor-static blockquote p {
    font-family: "Barlow";
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    position: relative;
    z-index: 6;
    text-align: center;
    color: #ffffff;
    text-transform: unset;
}

.content_with_left_menu .testomonial .cont h4,
.content_with_left_menu .default-section blockquote p span,
.ckeditor-static blockquote p span {
    font-family: "Barlow";
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-top: 35px;
}

.content_with_left_menu .testomonial .cont p,
.content_with_left_menu .default-section blockquote p span:last-child,
.ckeditor-static blockquote p span:last-child {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: unset;
    color: #ffffff;
    display: block;
    margin-top: -27px;
}

.content_with_left_menu .placeforbiggerimg,
figure,
.ckeditor-static figure {
    margin: 0;
    width: calc(100% + 100px);
    margin-left: -100px;
    margin-top: 50px;
    text-align: right;
    margin-bottom: 0;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}

figure img,
.ckeditor-static figure img {
    width: 100%;
}

.content_with_left_menu .placeforbiggerimg .textonright,
figure figcaption,
.ckeditor-static figure figcaption {
    text-align: right;
}

.content_with_left_menu .placeforbiggerimg .textonright p,
figure figcaption,
.ckeditor-static figure figcaption {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #a8aaaf;
    padding: 18px 42px 18px 30px;
    background: #121317;
    display: inline-block;
    position: relative;
}

.content_with_left_menu .placeforbiggerimg .textonright p:before,
figure figcaption:before {
    width: 50px;
    content: "";
    top: 0;
    bottom: 0;
    left: -50px;
    background: #5faeea;
    position: absolute;
}

.share_tools {
    font-size: 24px;
}

.share_tools h2 {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #1f3342;
    margin-bottom: 41px;
}

.share_tools .st_a {
    position: relative;
    padding-left: 67px;
    display: block;
    margin-bottom: 31px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.share_tools .st_a .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    font-size: 24px;
    height: 50px;
    border-left: 5px solid #5faeea;
    background: #121317;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.share_tools .st_a .icon .u-icon-pdf {
    font-size: 26px;
}

.share_tools .st_a .icon a,
.share_tools .st_a .icon a:hover {
    color: white;
    text-decoration: none;
}

.share_tools .st_a .link_file_title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    text-transform: unset;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.share_tools .st_a .link_file_title a {
    color: #343a44;
    text-decoration: none;
}

.share_tools .st_a .link_file_title a:hover {
    color: #5faeea;
}

.share_tools .st_a p {
    font-family: "Barlow" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #576671 !important;
    margin-top: 10px !important;
}

.share_tools .st_a .icon:hover {
    background: #5faeea;
}

/* .share_tools .st_a:hover h3 {
  color: #5FAEEA; } */

.share_tools .line {
    height: 1px;
    width: 100%;
    background: #d5dde6;
    margin-top: 49px;
}

.share_tools .righticons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 21px;
}

.share_tools .righticons a {
    display: block;
    margin-left: 30px;
    text-decoration: none;
    color: black;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.share_tools .righticons a:hover {
    color: black;
    opacity: 0.7;
}

.searchbar {
    margin-top: -79px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 201;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.searchbar .boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchbar .boxes form {
    display: flex;
    width: calc(100% - 100px);
}

.searchbar .boxes form button {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #ffffff;
    background: #5faeea;
    padding: 10px 12px;
    border: 1px solid #5faeea;
    border-radius: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.searchbar .boxes form button:hover {
    background: #4f94c9;
}

.searchbar .boxes form input {
    background: #fbfcff;
    border: 1px solid #5faeea;
    width: 100%;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #53596d;
    padding: 10px 15px;
}

.searchbar .boxes .closeicon {
    cursor: pointer;
    margin: 0;
    padding: 0 12px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    color: #5faeea;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 18px;
}

.searchbar .boxes .closeicon span {
    display: block;
}

.searchbar .boxes .closeicon:hover {
    color: #000;
}

.searchbar_active {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.page_with_left_menu {
    display: flex;
    z-index: 1;
    background: url("/images/img/background.png");
    position: relative;
}

.page_with_left_menu .left_menu {
    min-height: 500px;
    background: #121317;
    width: calc(50% - 330px);
    text-align: right;
    position: relative;
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
}

.page_with_left_menu .left_menu .search_leftmenu {
    margin-bottom: 50px;
    position: relative;
    max-width: 219px;
    margin-top: -9px;
}

.page_with_left_menu .left_menu .search_leftmenu button {
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 21px;
    /* transform: translateY(-50%); */
    border: 0;
    padding: 0;
    background: transparent;
    color: #82889c;
}

.page_with_left_menu .left_menu .search_leftmenu input {
    background: #282a31;
    border: 1px solid #393e4b;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #82889c;
    width: 100%;
    padding: 20px 50px 20px 15px;
}

.page_with_left_menu .left_menu .search_leftmenu input::placeholder {
    color: #82889c;
}

.page_with_left_menu .left_menu .logo_left_menu {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: calc(100% - 100px);
}

.page_with_left_menu .left_menu .leftlinks {
    max-width: 255px;
    padding-right: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: inline-block;
    width: 100%;
    padding-top: 100px;
    text-align: left;
    padding-bottom: calc(150px);
}

.page_with_left_menu .left_menu .padding_x2 {
    padding-right: 30px;
}

.page_with_left_menu .leftlinks ul {
    padding: 0;
    margin: 0;
}

.page_with_left_menu .leftlinks ul li {
    display: block;
}

.page_with_left_menu .leftlinks ul li a {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.18;
    text-transform: uppercase;
    color: #7a7a7a;
    margin-bottom: 15px;
    display: block;
    text-align: left;
    /* padding-left: 9px; */
    /* padding-right: 9px; */
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.page_with_left_menu .leftlinks ul li a:hover {
    text-decoration: none;
    color: #5faeea;
}

.page_with_left_menu .leftlinks ul li:last-child a {
    margin-bottom: 0;
}

.page_with_left_menu .leftlinks ul .active a {
    color: #5faeea;
    font-weight: 700;
}

.page_with_left_menu .leftlinks ul .active a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 4px;
    background-color: #5faeea;
}

.page_with_left_menu .right_content {
    max-width: 916px;
    width: 100%;
}

.footer {
    background: #121317;
    border-top: #303238 1px solid;
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}

.footer__logo {
    display: inline-block;
}

.footer .footer_row {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.footer .footer_row p,
.footer .footer_row li {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer .footer_row p a,
.footer .footer_row li a {
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.footer .footer_row p a:hover,
.footer .footer_row li a:hover {
    color: #5faeea;
    text-decoration: underline;
}

.footer .footer_row ul {
    padding: 0;
    list-style-type: none;
}

.footer .footer_row .footer_col:nth-child(2) {
    margin: 0;
}

.footer .footer_row .subscribe {
    max-width: 281px;
}

.footer .footer_row .subscribe p {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #63656b;
}

.footer .footer_row .subscribe form {
    display: flex;
    margin-top: 23px;
}

.footer .subscribe form input {
    width: calc(100% - 39px);
    background: #282a31;
    border: 1px solid #393e4b;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #82889c;
    padding: 9px 15px 12px 15px;
}

.footer .subscribe form input:focus {
    border-color: #5faeea;
}

.footer .subscribe form button {
    background: #5faeea;
    color: #1f3342;
    width: 39px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0 !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.footer .subscribe form button:hover {
    color: white;
}

.footer .subscribe button .fill {
    fill: #1f3342;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.footer .subscribe form button svg {
    width: 19px !important;
    height: 19px !important;
}

.footer .subscribe form button:hover {
    background: #4f94c9;
}

.footer .subscribe button:hover .fill {
    fill: #fff;
}

.footer .footer_row .subscribe_title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer .icons {
    display: flex;
    padding: 0;
    margin: 33px 0 0 0;
}

.footer .icons li {
    display: block;
    margin-right: 15px;
}

.footer .icons .link {
    background-color: white;
    color: #121317;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    font-size: 24px;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: none;
}

.footer .icons .link:hover {
    color: #121317;
    background-color: #adb9ca;
    text-decoration: none;
}

.footer .disclaimer {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    border-top: #303238 1px solid;
    margin-top: 31px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: start;
}

.footer .disclaimer a {
    text-decoration: underline;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.footer .disclaimer a:hover {
    color: #4f94c9;
}

.searchbar .boxes form {
    position: relative;
}

div.autosuggest {
    margin-top: 40px;
    width: 100%;
    left: 0 !important;
}

div.autosuggest ul li {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1f3342;
    padding: 0;
}

.footprint__numbers .container {
    padding: 0;
}

.footprint__numbers {
    background: transparent;
}

.share_tools .st_a {
    text-decoration: none !important;
}

.content_with_left_menu .default-section blockquote p {
    padding-top: 0 !important;
}

/* Style End for the Header, Footer, and Firm Page */

/* Style Start for the Capabilities Landing Page */
.page_without_left_menu,
.normal_paragraph,
p {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    color: #343a44;
}

@media (max-width: 576px) {
    .page_without_left_menu,
    .normal_paragraph,
    p {
        font-size: 22px;
    }
}

.page_without_left_menu h2,
.normal_title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #1f3342;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .page_without_left_menu h2,
    .normal_title {
        font-size: 36px;
    }
}

* {
    -webkit-tap-highlight-color: transparent;
}

.plus_icon {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
}

.plus_icon .plus_line {
    width: 20px;
    height: 1px;
    background: #000;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.plus_icon .plus_line:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
}

.capabilities_opened .plus_icon .plus_line:nth-child(2) {
    transform: rotate(0) translateY(-50%);
}

.capabilities_card:last-child {
    border-bottom: #121317 1px solid;
}

.plus_icon:hover .plus_line {
    background: #4f94c9;
}

.capabilities_card .capabilities_title a:hover {
    color: #4f94c9;
}

.capabilities_card {
    position: relative;
    border-top: #121317 1px solid;
}

.capabilities_card .capabilities_title a {
    color: #1f3342;
}

.capabilities_card .capabilities_title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #1f3342;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.capabilities_card .capabilities_title.has-padding {
    padding: 25px 0;
}

@media (max-width: 576px) {
    .capabilities_card .capabilities_title {
        font-size: 20px;
    }
}

.capabilities_card .capabilities {
    /*padding-top: 25px;
    padding-bottom: 25px;*/
    cursor: pointer;
    position: relative;
    /*padding-right: 35px;*/
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.capabilities_card .capabilities_title a {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
}
.capabilities_card .capabilities {
    padding: 0;
}
.capabilities_card .capabilities_sub {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.capabilities_card .capabilities_sub .inside {
    padding-bottom: 25px;
}

.capabilities_card .capabilities_sub .inside p {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
}

@media (max-width: 576px) {
    .capabilities_card .capabilities_sub .inside p {
        font-size: 16px;
    }
}

.capabilities_opened.capabilities_card .capabilities_title,
.capabilities_opened.capabilities_card .capabilities_title a {
    color: #5faeea;
}

.capabilities_opened.capabilities_card .plus_icon .plus_line {
    background: #5faeea;
}

.capabilities_opened.capabilities_card .capabilities_sub {
    margin-top: -6px;
}

.normal_list {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.normal_list li a {
    color: #343a44;
}

.normal_list li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 33px;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
}

@media (max-width: 576px) {
    .normal_list li {
        font-size: 16px;
    }
}

.normal_list li:last-child {
    margin-bottom: 0;
}

.normal_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: #5faeea;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.capabilities {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("/images/img/background.png");
}

.capabilities .boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 15px;
}

.capabilities .boxes .box {
    width: 100%;
    max-width: calc(50% - 13px);
}

.capabilites_hero_bg {
    background: url("/images/img/capabilities_bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.testimonial_slider .slick-list {
    position: relative;
    z-index: 5;
}

.testimonial_slider {
    background: #5faeea;
    width: 100%;
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
}

.testimonial_slider .slick-arrow {
    position: absolute;
    border: 0;
    background: transparent;
    font-size: 0;
    width: 29px;
    height: 29px;
    top: 50%;
    transform: transalteY(-50%);
    z-index: 10;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.testimonial_slider .slick-arrow:hover {
    opacity: 0.7;
}

.testimonial_slider .slick-next {
    right: calc(50% - 470px);
    background: url("/images/img/next_sl.svg");
    background-size: 100%;
}

.testimonial_slider .slick-prev {
    left: calc(50% - 470px);
    background: url("/images/img/prev_sl.svg");
    background-size: 100%;
}

.testimonial_slider p {
    font-family: "Barlow";
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #ffffff;
    max-width: 770px;
    margin: auto;
    min-height: 220px;
    position: relative;
    z-index: 2;
}

.testimonial_slider .blockquote-footer {
    font-family: "Barlow";
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.testimonial_slider .blockquote-position {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-top: 16px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.testimonial_slider .position {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    margin-top: 8px;
}

.testimonial_slider:before {
    content: "";
    width: 56px;
    height: 56px;
    background: url("/images/img/testomonial_slide_img1.png");
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 100%;
    z-index: 0;
}

.testimonial_slider:after {
    content: "";
    width: 167px;
    height: 167px;
    background: url("/images/img/testomonial_slide_img2.png");
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 100%;
    z-index: 0;
}

.lets_talk {
    padding-top: 100px;
    padding-bottom: 72px;
    background: #fff;
}

.lets_talk .normal_title {
    margin-bottom: 25px;
}

.lets_talk .normal_title span {
    background: #5faeea;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -2px;
}

.lets_talk .normal_paragraph {
    font-size: 20px;
    line-height: 24px;
    max-width: 773px;
}

.lets_talk .boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lets_talk .boxes .box {
    width: calc(50% - 128px);
    margin-bottom: 10px;
}

.lets_talk .boxes .box:last-child {
    width: 246px;
    order: 3;
}

.lets_talk .boxes .box:nth-child(3) {
    order: 4;
    width: 100%;
}

.lets_talk form {
    margin-top: 38px;
}

.lets_talk form input {
    background: #f2f5fa;
    border: 1px solid #d5dde6;
    padding: 15.5px 15px;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #82889c;
    width: 100%;
}

.lets_talk form *::placeholder {
    color: #82889c;
}

.lets_talk form *:focus {
    outline: none;
}

.lets_talk form input:focus,
.lets_talk form textarea:focus {
    border-color: #5faeea;
}

.lets_talk form textarea {
    background: #f2f5fa;
    border: 1px solid #d5dde6;
    padding: 15.5px 15px;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #82889c;
    width: 100%;
    min-height: 106px;
    max-width: 100%;
    min-width: 100%;
    display: block;
}

.lets_talk form button,
.static_page .btn.btn--black-bcg,
.big-blue-btn {
    background: #5faeea;
    max-width: 246px;
    width: 100%;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 15px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.lets_talk form button img,
.static_page .btn.btn--black-bcg img,
.lets_talk form button .u-icon-arrow-nu,
.big-blue-btn .u-icon-arrow-nu {
    margin-left: 15px;
    font-size: 16px;
}

.lets_talk form button:hover,
.static_page .btn.btn--black-bcg:hover,
.big-blue-btn:hover {
    background: #4f94c9;
}

@media (max-width: 1200px) {
    .capabilities {
        overflow: hidden;
    }

    .testimonial_slider {
        transform: translateX(-50%);
        margin-left: 50%;
        width: 100vw;
    }

    .testimonial_slider .slick-prev {
        left: 27px;
    }

    .testimonial_slider .slick-next {
        right: 27px;
    }
}

@media (max-width: 992px) {
    .page_with_left_menu .leftlinks ul li a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .capabilities {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .capabilities .boxes {
        display: block;
    }

    .capabilities .boxes .box {
        width: 100%;
        max-width: 100%;
    }

    .capabilities .boxes .box:first-child .capabilities_card:last-child {
        border-bottom: 0;
    }

    .normal_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .normal_list li {
        width: calc(50% - 10px);
    }

    .normal_list li:last-child {
        margin-bottom: 18px;
    }
}

@media (max-width: 820px) {
    .normal_list {
        display: block;
    }

    .normal_list li {
        width: 100%;
    }

    .testimonial_slider {
        padding-left: 75px;
        padding-right: 75px;
    }

    .testimonial_slider p {
        font-size: 28px;
        line-height: 34px;
        max-width: 539px;
    }

    .lets_talk .boxes .box {
        width: calc(50% - 5px);
    }

    .lets_talk .boxes .box:nth-child(3) {
        order: 3;
    }

    .lets_talk .boxes .box:last-child {
        order: 4;
        width: 100%;
    }

    .lets_talk .boxes .box:last-child button {
        margin: auto;
    }
}

@media (max-width: 576px) {
    .testimonial_slider p {
        font-size: 18px;
        line-height: 22px;
        min-height: 110px;
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .testimonial_slider .blockquote-footer {
        margin-top: 30px;
    }

    .testimonial_slider {
        padding-top: 124px;
        padding-bottom: 72px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .testimonial_slider .slick-arrow {
        transform: unset;
        top: 52px;
    }

    .testimonial_slider .slick-prev {
        left: calc(50% - 200px);
    }

    .testimonial_slider .slick-next {
        right: calc(50% - 200px);
    }

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

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

    .lets_talk .boxes .box {
        width: 100%;
    }

    .lets_talk {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lets_talk .boxes .box:last-child button {
        max-width: 100%;
    }
}

@media (max-width: 435px) {
    .testimonial_slider .slick-prev {
        left: 15px;
    }

    .testimonial_slider .slick-next {
        right: 15px;
    }
}

@media (max-width: 330px) {
    .standard_hero.capabilites_hero_bg h1 {
        font-size: 47px;
    }
}

/* Style End for Capabilities Landing Page */

/* Style for People Landing Page */
.people_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.people_box:after {
    content: "";
    max-width: calc(33.33% - 10px);
    width: 100%;
}

.people_box .box {
    max-width: calc(33.33% - 10px);
    background: #121317;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 61px;
    width: 100%;
}

.people_box .box img {
    height: 276px;
    width: 100%;
    object-fit: cover;
}

.people_box .box img:hover {
    outline: 1px solid #5faeea;
    outline-offset: -1px;
}

.people_box .box .people__name {
    font-family: "Barlow";
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}

.people_box .box a {
    text-decoration: none !important;
}

.people_box .box .people__name a {
    color: #fff;
}

.people_box .box .people__position {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    min-height: 17px;
    text-align: center;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 8px;
}

.people_box .box .people__position a {
    color: #ffffff;
}

.people_box .box .people__phone {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 13px;
    min-height: 17px;
}

.people_box .box .people__phone * {
    display: contents;
}

.people_box .box .people__phone a {
    color: #fff;
}

.people_box .box .two_links {
    display: flex;
    background: url("/images/img/bg_top_line_people_card.svg") top center no-repeat;
    background-size: calc(100% - 10px);
    margin-top: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.people_box .box .two_links .people__email,
.people_box .box .two_links .people__vcard {
    width: 50%;
}

.people_box .box .two_links:after {
    content: "";
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    background: url("/images/img/bg_middle_line_people_card.svg") no-repeat top center;
    margin: auto;
    position: absolute;
    display: block;
}

.people_box .box .people__email {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-align: center;
}

.people_box .box .people__email a {
    color: #fff;
    padding-top: 9px;
    display: block;
    padding-bottom: 15px;
}

.people_box .box .people__vcard {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-align: center;
}

.people_box .box .people__vcard a {
    color: #fff;
    padding-top: 9px;
    display: block;
    padding-bottom: 15px;
}

.people_box .box a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.people_box .box a:hover {
    color: #5faeea;
}

.people_slider {
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-top: 85px;
    padding-bottom: 55px;
}

@media (max-width: 1400px) {
    .people_slider {
        width: calc(100% + 100px);
        padding-left: 70px;
        padding-right: 70px;
    }

    .people_slider .slick-prev {
        left: calc(50% - 400px);
    }

    .people_slider .slick-next {
        right: calc(50% - 400px);
    }
}

@media (max-width: 1200px) {
    .people_slider {
        transform: unset;
        margin-left: -50px;
        width: calc(100% + 50px);
    }

    .people_slider .slick-prev {
        left: 15px;
    }

    .people_slider .slick-next {
        right: 15px;
    }
}

@media (max-width: 992px) {
    .people_page_main_content.page_with_left_menu .right_content {
        order: 2 !important;
    }

    .people_page_main_content.page_with_left_menu .left_menu {
        order: 1 !important;
        background: transparent;
        border-top: 1px solid #d5dde5;
        margin: auto;
        margin-top: 29px;
        max-width: 796px;
    }

    .page_with_left_menu.people_page_main_content .left_menu .leftlinks {
        padding: 0;
        position: relative;
        z-index: 9999;
        padding-top: 27px;
    }

    .page_with_left_menu.people_page_main_content .left_menu .leftlinks li {
        display: inline-block;
        width: unset;
        max-width: unset;
        margin-right: 38px;
    }

    #as_searchpeople li {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .page_with_left_menu .left_menu .search_leftmenu {
        margin: 0;
        position: absolute;
        right: 0;
        top: 15px;
    }

    .page_with_left_menu .left_menu .search_leftmenu input {
        background: #f2f5fa;
        border: 1px solid #d5dde5;
    }

    .people_page_main_content .content_with_left_menu {
        padding-top: 30px;
    }

    .people_slider {
        transform: translateX(-50vw);
        margin-left: 50%;
        width: 100vw;
        margin-top: 66px;
    }
}

@media (max-width: 820px) {
    .people_page_main_content.page_with_left_menu .left_menu {
        max-width: 656px;
        width: calc(100% - 24px);
    }

    .page_with_left_menu.people_page_main_content .left_menu .leftlinks li {
        margin-right: 7px;
    }
}

@media (max-width: 650px) {
    .people_box .box {
        max-width: calc(50% - 7.5px);
        width: 100%;
    }
}

@media (max-width: 650px) {
    .people_page_main_content.page_with_left_menu .left_menu {
        max-width: 100%;
    }

    .people_page_main_content.page_with_left_menu .left_menu .search_leftmenu {
        top: 64px;
        max-width: 100%;
        width: 100%;
    }

    .people_page_main_content .content_with_left_menu {
        padding-top: 0;
        margin-top: 100px;
    }

    .page_with_left_menu.people_page_main_content .left_menu .leftlinks li a {
        margin-bottom: 0;
        font-size: 14px;
    }

    .page_with_left_menu.people_page_main_content .left_menu .leftlinks {
        padding-top: 15px;
    }

    .people_page_main_content.page_with_left_menu .left_menu .leftlinks ul {
        display: flex;
        justify-content: space-between;
    }

    .people_page_main_content.page_with_left_menu .left_menu .leftlinks li {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .people_box {
        display: block;
    }

    .people_box .box {
        max-width: 100%;
        width: 100%;
    }

    .people_box .box img {
        height: 414px;
    }

    .people_slider {
        padding-left: 0;
        padding-right: 0;
    }
}

.people__inner {
    padding: 0 !important;
}

/* End Style for People Landing Page */

.capabilities_opened.capabilities_card .capabilities_title a:hover,
.normal_list li a:hover {
    text-decoration: underline;
}

header {
    padding: 0;
}

#as_searchpeople {
    margin: 0;
    z-index: 10;
    position: absolute;
}

/* Style for Insights Page */
.normal_title span {
    background: #5faeea;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -2px;
}

.insights_content {
    font-size: 24px;
    line-height: 29px;
}

.insights_content h2 {
    max-width: 660px;
    margin-bottom: 42px;
}

.insights_content p {
    font-size: 24px;
    line-height: 29px;
}

.insights_content .normal_title {
    margin-top: 100px;
}

.insights_content .post_title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    display: block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.insights_content .post_title:hover {
    color: #5faeea;
}

.insights_content .post_date {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #a8aaaf;
}

.insights_content .full_width_post {
    border-bottom: 1px solid #121317;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.insights_content .full_width_post .post_title {
    font-size: 24px;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: 23px;
}

.image_container {
    position: relative;
    padding-bottom: 62.77%;
    height: 0;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    /* -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; */
}

.insights_content .mobile_filter_list {
    display: none;
}

.insights_content .post_img {
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.insights_content .standard_post .post_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    min-height: 100%;
}

.insights_content .post_img:hover {
    outline: 1px solid #5faeea;
}

.insights_content .other_posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.insights_content .other_posts:after {
    content: "";
    max-width: calc(33.33% - 17px);
    width: 100%;
}

.insights_content .standard_post {
    max-width: calc(33.33% - 17px);
    width: 100%;
    margin-bottom: 40px;
}

.insights_content .standard_post .post_date {
    margin-top: 16px;
}

.insights_content .standard_post .post_title {
    margin-top: 10px;
}

.insights_content .viewmore {
    display: block;
    margin-top: 9px;
}

.insights_content .viewmore button {
    display: inline-block;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #343a44;
    background: rgba(113, 174, 221, 0.35);
    padding: 11px 51px 11px 11px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: unset !important;
    outline: unset !important;
}

.insights_content .viewmore button .arrow_place {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5faeea;
    color: #1f3342;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.insights_content .viewmore button:hover {
    background: rgba(113, 174, 221, 0.5);
    border: unset !important;
    outline: unset !important;
}

.insights_content .viewmore button:hover .arrow_place {
    color: white;
}

.image_container:hover {
    outline: 1px solid #5faeea;
    outline-offset: -1px;
}

@media (max-width: 992px) {
    .insights_content h2 {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .insights_content p,
    .insights_content {
        font-size: 18px;
        line-height: 22px;
    }

    .insights_content .normal_title {
        margin-top: 81px;
    }

    .page_with_left_menu .remove_mobile {
        display: none !important;
    }

    .insights_content .mobile_filter_list {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .page_with_left_menu .insights_content .mobile_filter_list li {
        margin: 0;
        margin-bottom: 50px;
        padding: 0;
    }

    .insights_content .mobile_filter_list li:before {
        display: none;
    }

    .insights_content .mobile_filter_list li a {
        font-family: "Barlow";
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        color: #535354;
        display: block;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        padding: 5px 0;
    }

    .insights_content .mobile_filter_list li a:hover {
        color: #5faeea;
    }

    .insights_content .mobile_filter_list .active a {
        color: #5faeea;
        border-bottom: 2px solid #5faeea;
    }

    .insights_content .full_width_post {
        margin-bottom: 15px;
    }
}

@media (max-width: 800px) {
    .insights_content .full_width_post .post_title {
        font-size: 24px;
        line-height: 29px;
    }

    .insights_content .normal_title {
        margin-bottom: 38px;
    }

    .insights_content .full_width_post .post_title {
        margin-bottom: 16px;
    }

    .insights_content .standard_post .post_title {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 576px) {
    .insights_content .normal_title {
        margin-top: 100px;
    }

    .insights_content .full_width_post .post_title {
        font-size: 22px;
        line-height: 26px;
    }

    .insights_content .other_posts {
        display: block;
    }

    .insights_content .standard_post {
        max-width: 100%;
    }

    .insights_content .standard_post .post_title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .insights_content .mobile_filter_list {
        display: block;
        margin-bottom: 20px;
    }

    .insights_content .mobile_filter_list:before {
        content: "FILTER BY:";
        font-family: "Barlow";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 11px;
        display: block;
    }

    .page_with_left_menu .insights_content .mobile_filter_list li {
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
    }

    .page_with_left_menu .insights_content .mobile_filter_list li a {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        padding: 0;
    }

    .insights_content .mobile_filter_list .active a {
        border: 0;
        padding: 0;
        position: relative;
        padding-left: 25px !important;
    }

    .insights_content .full_width_post {
        margin-bottom: 28px;
    }

    .insights_content .mobile_filter_list .active a:before {
        content: "";
        width: 16px;
        height: 2px;
        background: #5faeea;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.insights_content .other_posts {
    position: relative;
    padding-bottom: 50px;
}

.margin_before_share {
    padding-bottom: 1px !important;
}

.more-pubs,
.more-news {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* End Style for Insights Page */

/* Style for Insights Detail Page */
.status_data {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.status_data .status {
    min-height: 25px;
    background: #5faeea;
    border-left: 2px solid #121317;
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #121317;
}

.status_data .date {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #343a44;
    margin-left: 10px;
}

.sub_title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #343a44;
}

.margin_for_sub {
    margin-bottom: 16px !important;
}

.informations_desc {
    margin-top: 40px;
    margin-bottom: 50px;
}

.informations_desc .info {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.informations_desc .info .tit {
    display: inline-block;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    vertical-align: middle;
}

.informations_desc .info .desc {
    display: inline-block;
    vertical-align: middle;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    margin-left: 10px;
}

.informations_desc .info .desc a {
    text-decoration: underline;
    color: #5faeea;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.informations_desc .info .desc a:hover {
    color: #27245c;
}

.informations_desc .info:last-child {
    margin-bottom: 0;
}

.related_title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #535354;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .related_title {
        max-width: 796px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 820px) {
    .related_title {
        max-width: 656px;
    }
}

@media (max-width: 576px) {
    .related_title {
        text-align: center;
        max-width: 426px;
    }
}

.related_list {
    margin-bottom: 24px !important;
}

.related_list li {
    margin-bottom: 10px !important;
}

.related_list li a {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-decoration: underline;
    color: #5faeea !important;
    text-transform: unset !important;
    margin-bottom: 0 !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.related_list li a:hover {
    color: #fff !important;
}

.related_list li:last-child a {
    margin-bottom: 0 !important;
}

.related_list:last-child {
    margin-bottom: 0 !important;
}

/* End Style for Insights Detail Page */

h3 {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #1f3342;
    margin-bottom: 18px;
}

/* Style for Capabilities Detail Page */
.pre_title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #5faeea;
    margin-top: -28px;
    margin-bottom: 10px;
}

.capabilities_detail_content h2 {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #1f3342;
    margin-bottom: 41px;
}

.capabilities_detail_content .list_and_paragraph {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.capabilities_detail_content .list_and_paragraph br {
    display: none;
}

.capabilities_detail_content .list_and_paragraph p {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #343a44;
}

.capabilities_detail_content .list_and_paragraph .paragraph {
    width: 50%;
    padding-right: 10px;
}

.capabilities_detail_content .list_and_paragraph .paragraph.full-width {
    width: 100%;
}

.capabilities_detail_content .list_and_paragraph .list {
    border-left: 1px solid #000;
    width: calc(50% - 7px);
}

.capabilities_detail_content .list_and_paragraph .list ul {
    padding-left: 25px;
}

.capabilities_detail_content,
.ckeditor-capabilities {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343a44;
}

.capabilities_detail_content .list_and_paragraph .list ul a {
    text-decoration: none;
    color: #343a44;
}

.capabilities_detail_content .paragraph,
.ckeditor-capabilities-paragraph {
    font-size: 24px;
    line-height: 29px;
}

.capabilities_detail_content a,
.ckeditor-bio a,
.ckeditor-capabilities a {
    text-decoration: underline;
    color: #5faeea;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.capabilities_detail_content a.big-blue-btn,
.capabilities_detail_content a.big-blue-btn:hover {
    color: white;
    text-decoration: none;
}

.capabilities_detail_content a:hover,
.ckeditor-bio a:hover,
.ckeditor-capabilities a:hover {
    color: #27245c;
}

.capabilities_detail_content .standard_post a {
    text-decoration: none;
}

.capabilities_detail_content .list ul {
    padding: 0;
    margin: 0;
}

.capabilities_detail_content .list ul li {
    position: relative;
    padding-left: 32px;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    list-style: none;
    margin-bottom: 18px;
}

.capabilities_detail_content .list ul li a {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    list-style: none;
    margin: 0;
    text-decoration: underline;
    color: #5faeea;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.capabilities_detail_content .list ul li a:hover {
    text-decoration: underline;
    color: #27245c;
}

.capabilities_detail_content .list ul li:last-child {
    margin-bottom: 0;
}

.capabilities_detail_content .list ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: #5faeea;
    left: 0;
    top: 5px;
    border-radius: 100%;
}

.capabilities_detail_content h3,
.ckeditor-capabilities h3 {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #1f3342;
    margin-bottom: 18px;
}

.capabilities_detail_content p {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #343a44;
}

.capabilities_detail_content .margin_bottom_50 {
    margin-bottom: 50px;
}

.capabilities_detail_content .margin_bottom_100 {
    margin-bottom: 100px;
}

.capabilities_detail_content .extended_list {
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
    .capabilities_detail_content .extended_list {
        transition: none;
    }
}

.capabilities_detail_content .extended_list {
    position: relative;
}

.capabilities_detail_content .extended_list .bottom_shadow {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(/images/img/gradient_new.png) 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.capabilities_detail_content .view_more {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    text-transform: uppercase;
    color: #5faeea;
    margin: 49px 0 0 0;
    padding: 0;
    border-radius: 0;
    border: none;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-appearance: none;
}

.capabilities_detail_content .view_more .u-icon-arrow-nu {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    margin-top: -4px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 14px;
    transform: rotate(0deg);
}

.capabilities_detail_content .view_more:hover {
    color: #4f94c9;
}

.capabilities_detail_content .view_more:hover .u-icon-arrow-nu {
    transform: rotate(85deg);
}

.capabilities_detail_content .view_less .u-icon-arrow-nu {
    transform: rotate(85deg) !important;
}

.capabilities_detail_content .view_less:hover .u-icon-arrow-nu {
    transform: rotate(0) !important;
}

.capabilities_detail_content .extended_list_open .bottom_shadow {
    height: 0 !important;
}

/* .capabilities_detail_content .people_box .box img {
  height: 260px; } */

/* .capabilities_detail_content .people_box .box {
  margin-bottom: 0; } */

.capabilities_detail_content .with_view_more {
    position: relative;
}

.capabilities_detail_content .with_view_more a {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    text-transform: uppercase;
    color: #5faeea;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 12px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.capabilities_detail_content .with_view_more a .u-icon {
    margin-left: 12px;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.capabilities_detail_content .with_view_more a .u-icon-arrow-nu {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    margin-top: -4px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 14px;
}

.capabilities_detail_content .with_view_more a:hover {
    color: #4f94c9;
}

.capabilities_detail_content .insights_content .standard_post {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .standard_hero .long_text {
        font-size: 64px;
        line-height: 77px;
        max-width: 900px;
    }
}

@media (max-width: 992px) {
    .capabilities_detail_content {
        font-size: 18px;
        line-height: 24px;
    }

    .pre_title {
        margin-top: -178px;
    }

    .standard_hero .long_text {
        max-width: 620px;
        margin-top: 16px;
    }

    .capabilities_detail_content .list_and_paragraph .list {
        width: calc(50% - 24px);
    }

    .capabilities_detail_content .list_and_paragraph .paragraph {
        width: 50%;
        padding-right: 20px;
    }

    .capabilities_detail_content .margin_bottom_100 {
        margin-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .capabilities_detail_content .list_and_paragraph {
        display: block;
    }

    .capabilities_detail_content .list_and_paragraph .paragraph {
        width: 100%;
        padding-right: 0;
    }

    .capabilities_detail_content .list_and_paragraph .list {
        width: 100%;
        border: 0;
        margin-top: 39px;
    }

    .capabilities_detail_content .list_and_paragraph .list ul {
        padding-left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .capabilities_detail_content .list_and_paragraph .list ul li {
        width: calc(50% - 10px);
    }

    .capabilities_detail_content p {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 576px) {
    .pre_title {
        margin-top: 0;
    }

    .standard_hero .long_text {
        font-size: 49px;
        line-height: 59px;
    }

    .standard_hero .wrapper {
        padding-top: 124px;
    }

    .capabilities_detail_content .list_and_paragraph .list ul {
        display: block;
    }

    .capabilities_detail_content .list_and_paragraph .list ul li {
        width: 100%;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
        padding-left: 40px;
    }

    .capabilities_detail_content .list ul li:before {
        left: 7px;
    }

    .capabilities_detail_content .list_and_paragraph p {
        font-size: 22px;
        line-height: 26px;
    }

    .capabilities_detail_content .list_and_paragraph {
        margin-bottom: 100px;
    }

    .capabilities_detail_content .margin_bottom_100 {
        margin-bottom: 100px;
    }

    .capabilities_detail_content .other_posts {
        padding-bottom: 0 !important;
    }

    .capabilities_detail_content .margin_bottom_50 {
        margin-bottom: 100px;
    }

    /* .capabilities_detail_content .people_box .box img {
    height: 340px; } */
    .capabilities_detail_content .people_box .box {
        margin-bottom: 20px;
    }

    .capabilities_detail_content .with_view_more {
        position: initial;
    }

    .capabilities_detail_content .insights_content .standard_post {
        margin-bottom: 35px;
    }

    .capabilities_detail_content .post_areas {
        position: relative;
        padding-bottom: 62px;
    }

    .capabilities_detail_content .paragraph {
        font-size: 22px;
        line-height: 26px;
    }

    .capabilities_detail_content {
        font-size: 18px;
        line-height: 22px;
    }

    .capabilities_detail_content .post_areas .with_view_more a {
        top: unset;
        left: 0;
        right: unset;
        border: 1px solid #5faeea;
        bottom: 0;
        padding: 7.5px 24px;
        font-size: 14px;
    }
}

.capabilities_detail_form_container {
    margin-top: 100px;
    background-color: #fff;
    padding-bottom: 100px;
    margin-bottom: -100px;
    position: relative;
}

.capabilities_detail_form_container:after {
    content: "";
    position: absolute;
    left: -50vw;
    right: 0;
    background: #fff;
    height: 100%;
    top: 0;
    width: 200vw;
}

.page_with_left_menu .left_menu_with_down_form {
    z-index: 99999999;
}

body {
    overflow-x: hidden;
}

.capabilities_detail_form_container .wrapper {
    padding: 0 !important;
}

.capabilities_detail_form_container .lets_talk {
    background: none !important;
    padding-bottom: 0px !important;
    margin-bottom: -14px;
    position: relative;
    z-index: 999;
}

.capabilities_detail_content .list_and_paragraph {
    padding-top: 83px;
    position: relative;
}

.capabilities_detail_content .list_and_paragraph h2 {
    position: absolute;
    top: 0;
    left: 0;
}

.white_Background {
    background: #fff;
}

/* End Style for Capabilities Detail Page */

/* Style for Bio Detail Page */
.biography_hero {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 631px;
    padding-top: 131px;
    position: relative;
    overflow: hidden;
}

.biography_hero .has-bg-img.top-aligned {
    width: 462px;
    height: 626px;
    background-size: 100%;
    position: absolute;
    bottom: -51px;
    right: calc(50% - 693px);
}

.biography_hero .padding_left {
    padding-left: 255px;
}

.biography_hero .top_sub_title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #5faeea;
}

.biography_hero h1 {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 77px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 8px 8px 16px rgba(0, 0, 0, 0.25);
    margin-top: 8px;
}

.biography_hero .link {
    margin-top: 68px;
}

.biography_hero .link a {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #5faeea;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.biography_hero .link a:hover {
    color: #fff;
}

.biography_hero .numbers {
    display: flex;
    margin-top: 42px;
}

.biography_hero .numbers .item {
    margin-right: 50px;
}

.biography_hero .numbers .item:last-child {
    margin-right: 0;
}

.biography_hero .numbers .tit {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #63656b;
}

.biography_hero .numbers .no {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fdfdfd;
    margin-top: 8px;
}

.biography_hero .numbers .no a {
    color: #fdfdfd;
}

.biography_hero .numbers .no a:hover {
    text-decoration: underline;
}

.biography_hero .social_media {
    margin-top: 60px;
    display: flex;
    font-size: 40px;
}

.biography_hero .social_media svg .fill {
    fill: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.biography_hero .social_media a {
    text-decoration: none;
    display: block;
    margin-right: 30px;
    color: white;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.biography_hero .social_media a:hover {
    color: #5faeea;
}

.biography_hero .social_media a:hover svg .fill {
    fill: #5faeea;
}

.full_width_right_side {
    width: calc(50% + 330px);
    min-height: 50px;
    background: url("/images/img/background.png");
    position: relative;
}

.full_width_right_side .def_padding_top {
    padding-top: 0 !important;
    margin-top: 39px;
}

.full_width_right_side .blue_testimonial {
    background: #5faeea;
    min-height: 286px;
    position: relative;
    padding-bottom: 42px;
}

.full_width_right_side .blue_testimonial .blue_testomonial_img1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.full_width_right_side .blue_testimonial .blue_testomonial_img2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.full_width_right_side .blue_testimonial .blue_testomonial_content {
    max-width: 916px;
    width: 100%;
    padding-left: 77px;
    padding-top: 101px;
    position: relative;
    z-index: 5;
}

.full_width_right_side .blue_testimonial .desc {
    font-family: "Barlow";
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #ffffff;
}

.full_width_right_side .blue_testimonial .autor {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    margin-top: 35px;
}

.biography_content {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
}

.biography_content .person-info__intro {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #343a44;
    display: block;
    margin-bottom: -12px;
    max-width: 100%;
    padding-right: 0px;
}

.biography_content .capabilities_card {
    text-decoration: none !important;
}

.biography_content .capabilities_card .inside_title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #576671;
}

.biography_content .capabilities_card .normal_list li {
    width: 100%;
    padding-left: 0 !important;
}

.biography_content .capabilities_card .normal_list li:before {
    display: none;
}

.biography_content .capabilities_card .normal_list li a {
    text-decoration: none;
    color: #343a44;
}

.biography_content .capabilities_card .normal_list li a:hover {
    text-decoration: underline;
    color: #343a44;
}

.biography_content .capabilities_card .capabilities {
    cursor: auto;
}

.biography_content .colapse_section {
    margin-top: 50px;
}

/* .biography_content .view_more:hover {
    color: #121317 !important; }
    .biography_content .view_more:hover svg .fill {
      fill: #121317 !important; } */
.biography_content .capabilities_opened.capabilities_card .capabilities_title a,
.biography_content .capabilities_opened.capabilities_card .capabilities_title {
    color: #576671 !important;
}

@media (max-width: 1375px) {
    .biography_hero .padding_left {
        padding-left: 0;
    }
}

@media (max-width: 1200px) {
    .biography_hero .has-bg-img.top-aligned {
        right: calc(50% - 530px);
    }

    .full_width_right_side .blue_testimonial .blue_testomonial_content {
        padding-left: 50px;
        max-width: 727px;
    }
}

@media (max-width: 1000px) {
    .full_width_right_side {
        width: 100%;
    }

    .biography_hero {
        padding-top: 161px;
        min-height: 595px;
    }

    .biography_hero h1 {
        font-size: 48px;
        line-height: 67px;
    }

    .biography_hero .has-bg-img.top-aligned {
        bottom: -110px;
    }

    .full_width_right_side .blue_testimonial .blue_testomonial_content {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 75px;
        margin: auto;
        max-width: 700px;
    }

    .full_width_right_side .blue_testimonial {
        min-height: 256px;
    }

    .full_width_right_side .firm_page,
    .full_width_right_side .content_with_left_menu {
        padding-top: 0;
    }

    .full_width_right_side .def_padding_top {
        margin-top: 69px;
    }
}

@media (max-width: 820px) {
    .biography_hero {
        padding-top: 134px;
    }

    .biography_hero h1 {
        font-size: 32px;
        line-height: 51px;
    }

    .biography_hero .link a {
        font-size: 16px;
        line-height: 19px;
    }

    .biography_hero .link {
        margin-top: 65px;
    }

    .biography_hero .numbers .no {
        font-size: 16px;
        line-height: 19px;
    }

    .biography_hero .numbers {
        margin-top: 19px;
    }

    .biography_hero .numbers .item {
        margin-right: 24px;
    }

    .biography_hero .social_media a {
        margin-right: 24px;
    }

    .biography_hero {
        min-height: 520px;
    }

    .biography_hero .has-bg-img.top-aligned {
        bottom: -42px;
        max-width: 350px;
        right: calc(50% - 397px);
        height: 474px;
    }
}

@media (max-width: 800px) {
    .full_width_right_side .blue_testimonial .desc {
        font-size: 28px;
        line-height: 34px;
    }

    .full_width_right_side .blue_testimonial .blue_testomonial_content {
        max-width: 560px;
    }

    .full_width_right_side .blue_testimonial {
        min-height: 237px;
    }
}

@media (max-width: 576px) {
    .biography_hero {
        padding-top: 467px;
    }

    .biography_hero .wrapper {
        padding: 0;
        max-width: 100%;
    }

    .biography_hero .content {
        position: relative;
        background: #121317;
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 46px;
    }

    .biography_hero .has-bg-img.top-aligned {
        bottom: unset;
        max-width: 350px;
        right: 0;
        left: 0;
        top: 70px;
        margin: auto;
    }

    .biography_hero .top_sub_title {
        font-size: 14px;
        line-height: 17px;
    }

    .biography_hero h1 {
        font-size: 30px;
        line-height: 36px;
        border-bottom: 2px solid #2c2e35;
        padding-bottom: 16px;
    }

    .biography_hero .link {
        margin-top: 23px;
    }

    .biography_hero .link a {
        font-size: 14px;
        line-height: 17px;
    }

    .biography_hero .numbers {
        justify-content: space-between;
        margin: auto;
        margin-top: 20px;
        max-width: 282px;
    }

    .biography_hero .social_media {
        justify-content: space-between;
        margin: auto;
        margin-top: 40px;
        max-width: 292px;
    }

    .biography_hero .numbers .no {
        font-size: 14px;
        line-height: 17px;
    }

    .biography_hero .numbers .item {
        margin: 0;
    }

    .biography_hero .social_media a {
        margin-right: 0;
    }

    .full_width_right_side .blue_testimonial .desc {
        font-size: 18px;
        line-height: 22px;
    }

    .full_width_right_side .blue_testimonial .blue_testomonial_content {
        max-width: 320px;
    }

    .full_width_right_side .blue_testimonial {
        min-height: unset;
    }

    .biography_content .person-info__intro {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: -5px;
    }

    .full_width_right_side .def_padding_top {
        margin-top: 61px;
    }

    .full_width_right_side .blue_testimonial .blue_testomonial_img2 {
        max-width: 100px;
    }

    .biography_content .normal_list li {
        font-size: 18px;
        line-height: 21.6px;
    }

    .biography_content .normal_list li a {
        font-size: 18px;
        line-height: 21.6px;
    }
}

/* End Style for Bio Detail Page */

/* Style for Contact Page */
.contact_page {
    background: url(/images/img/background.png);
    padding-top: 104px;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #343a44;
    padding-bottom: 106px;
}

.contact_page h2 {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #1f3342;
    margin-bottom: 38px;
}

.contact-locations {
    display: block;
}

.contact-location {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 90px;
}

.contact-location-img {
    flex: 0 0 330px;
    padding-right: 30px;
}

.contact-location-img img {
    width: 100%;
    display: block;
}

.contact-location-details {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #343a44;
}

.contact-details-city {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-location-details a {
    color: #5faeea;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.contact-location-details a:hover {
    color: #27245c;
}

.contact_page .four_locations:after {
    content: "";
    max-width: calc(50% - 36px);
    width: 100%;
}

.contact_page .four_locations {
    display: flex;
    justify-content: space-between;
    margin-top: 91px;
    flex-wrap: wrap;
}

.contact_page .four_locations .location {
    max-width: calc(25% - 27px);
    width: 100%;
}

.contact_page .four_locations .city {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #343a44;
    margin-bottom: 15px;
}

.contact_page .four_locations .adress {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #343a44;
}

.contact_page .four_locations .adress a {
    color: #5faeea;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.contact_page .four_locations .adress a:hover {
    color: #27245c;
}

.contact_page .custom_row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 94px;
}

.contact_page .custom_row .share_tools {
    width: 100%;
}

.contact_page .custom_row .custom_col:nth-child(1) {
    max-width: 430px;
}

.contact_page .custom_row .custom_col:nth-child(2) {
    max-width: calc(100% - 520px);
}

.contact_page .custom_row .top_paragraph {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #343a44;
    margin-bottom: 41px;
}

.contact_page .custom_row .desc {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #343a44;
}

.contact_page .custom_row .desc b {
    font-weight: 700;
}

.contact_page .custom_row .desc a {
    color: #5faeea;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.contact_page .custom_row .desc a:hover {
    color: #27245c;
}

.contact_page .custom_row .social_icons {
    display: flex;
    margin-top: 30px;
    margin-bottom: 35px;
}

.contact_page .custom_row .social_icons a {
    margin-right: 15px;
    font-size: 30px;
    color: #121317;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.contact_page .custom_row .social_icons a:hover {
    color: #5faeea;
}

.contact_page .lets_talk {
    padding: 67px 29px;
}

.contact_page .lets_talk .boxes .box:last-child {
    order: 4;
    margin: auto;
    margin-top: 20px;
}

.contact_page .lets_talk .boxes .box:nth-child(3) {
    order: 3;
}

.contact_page .lets_talk .boxes .box:nth-child(2),
.contact_page .lets_talk .boxes .box:nth-child(1) {
    width: calc(50% - 9px);
    margin-bottom: 19px;
}

.contact_page .links_downloads {
    margin-top: 121px;
}

@media (max-width: 1200px) {
    .contact_page .custom_row .custom_col:nth-child(1),
    .contact_page .custom_row .custom_col:nth-child(2) {
        max-width: calc(50% - 10px);
    }

    .contact_page .four_locations .location {
        max-width: calc(25% - 10px);
    }

    .contact_page .four_locations .adress {
        font-size: 18px;
    }

    .contact_page .links_downloads {
        margin-top: 0;
    }
}

@media (max-width: 1000px) {
    .contact_page {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .contact_page .custom_row {
        display: block;
    }

    .contact_page .custom_row .custom_col:nth-child(1),
    .contact_page .custom_row .custom_col:nth-child(2) {
        max-width: 100%;
    }

    .contact_page .lets_talk {
        padding: 40px 20px;
        margin-top: 50px;
        margin-left: 50%;
        transform: translate(-50%);
        width: 100vw;
        padding-left: 0;
        padding-right: 0;
    }

    .contact_page .links_downloads {
        margin-top: 0px;
    }

    .contact_page .links_downloads .line {
        margin-top: 50px;
    }

    .contact_page .custom_row {
        display: flex;
    }

    .contact_page .custom_row .custom_col:nth-child(1) {
        order: 1;
    }

    .contact_page .custom_row .custom_col:nth-child(2) {
        order: 3;
    }

    .contact_page .custom_row .share_tools {
        order: 2;
    }

    .contact_page {
        padding-bottom: 0;
    }

    .contact_page .four_locations .adress {
        font-size: 20px;
    }

    .contact_page .four_locations .location {
        max-width: calc(50% - 10px);
        margin-top: 40px;
    }

    .contact_page .four_locations {
        margin-top: 20px;
    }

    .contact-location {
        padding-top: 40px;
    }
}

@media (max-width: 800px) {
    .contact_page .custom_row .desc {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 576px) {
    .contact_page,
    .contact_page .custom_row .top_paragraph {
        font-size: 22px;
        line-height: 29px;
    }

    .contact_page p,
    .contact_page .custom_row .top_paragraph p {
        font-size: 22px;
        line-height: 29px;
    }

    .contact_page .lets_talk {
        padding: 80px 0;
    }

    .contact_page .lets_talk .boxes .box:nth-child(2),
    .contact_page .lets_talk .boxes .box:nth-child(1) {
        margin-bottom: 10px;
        width: 100%;
    }

    .contact_page .lets_talk .boxes {
        display: block;
    }

    .contact_page .four_locations {
        display: block;
    }

    .contact_page .four_locations .location {
        width: 100%;
        max-width: 100%;
    }

    .contact_page .custom_row {
        margin-top: 16px;
    }
}

@media (max-width: 600px) {
    .contact_page .lets_talk form button:hover,
    .contact_page .lets_talk form button:focus,
    .contact_page .lets_talk form button:active {
        background: #4f94c9;
    }
}

/* End Style for Contact Page */

/* Style for Search Result Page */
.global_search_result .margin_bottom_50 {
    margin-bottom: 50px;
}

.global_search_result .margin_bottom_100 {
    margin-bottom: 100px;
}

.global_search_result h2 {
    margin-bottom: 38px;
}

.global_search_result .item {
    border-bottom: 1px solid #121317;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 15px;
}

.global_search_result .item .title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
}

.global_search_result .item .title a {
    color: #343a44;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.global_search_result .item .title a:hover {
    color: #5faeea;
}

.global_search_result .item .desc {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    margin-top: 5px;
}

.global_search_result .item .desc .line {
    margin: 0 3px;
    display: inline-block;
}

.global_search_result .item .desc a {
    color: #343a44;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.global_search_result .item .desc a:hover {
    color: #5faeea;
}

.global_search_result ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #121317;
    padding-bottom: 41px;
}

.global_search_result ul li {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    margin-bottom: 21px !important;
    padding-left: 0 !important;
}

.global_search_result ul li::before {
    display: none !important;
}

.global_search_result ul li a {
    color: #343a44;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.global_search_result ul li a:hover {
    color: #5faeea;
}

.global_search_result .without_border {
    border-bottom: 0;
}

/* End Style for Search Result Page */

/* Style for Home Page */
.home_page {
    padding-top: 61px;
}

.home_page .normal_title {
    margin-bottom: 24px;
}

.home_page .paragraph {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #343a44;
}

.home_page .paragraph span,
.home_page .paragraph a {
    color: #5faeea;
    font-weight: 600;
}

.home_page .paragraph a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home_page .paragraph a:hover {
    color: #27245c;
    text-decoration: underline;
}

.home_page .colapse_section {
    margin-top: 93px;
}

.home_page .colapse_section .normal_list {
    padding-top: 2px;
    padding-bottom: 2px;
}

.home_page .colapse_section .normal_list li {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    padding-left: 24px;
    margin-bottom: 25px;
    display: block;
    width: 100%;
}

.home_page .colapse_section .normal_list li a {
    color: #343a44;
}

.home_page .colapse_section .normal_list li a:hover {
    text-decoration-line: underline;
}

.home_page .colapse_section .normal_list li:last-child {
    margin-bottom: 0;
}

.home_page .colapse_section .normal_list li:before {
    display: none;
}

.home_page .capabilities_card .capabilities_title a {
    color: #1f3342;
    display: block;
}

.home_page .capabilities_card.capabilities_opened .capabilities_title a {
    color: #5faeea;
}

.home_page .capabilities_card .capabilities_title a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home_page .capabilities_card .capabilities_title a:hover {
    color: #5faeea !important;
}

.home_page .capabilities_card.capabilities_opened .capabilities_title a:hover {
    text-decoration: underline;
}

.home_page .capabilities_card.capabilities_opened .capabilities_title {
    color: #5faeea;
}

.home_page .right_arrow {
    position: absolute;
    right: 4px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #121317;
}

.home_page .right_arrow:hover {
    color: #5faeea;
}

.home_page .capabilities_card .capabilities {
    background: transparent;
}

.home_page .capabilities_opened .right_arrow {
    transform: translateY(-50%) rotate(90deg);
}

.home_page .capabilities_opened .right_arrow .fill {
    fill: #5faeea;
}

.home_page .row_with_img {
    position: relative;
    min-height: 307px;
}

.home_page .row_with_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    max-height: 307px;
    width: calc(53% - 10px);
}

.home_page .row_with_img .normal_list {
    width: calc(47% - 10px);
}

.home_page .people_slider {
    margin-top: 141px;
}

.home_page .news_insights {
    margin-top: 101px;
}

.home_page .news_insights .options {
    text-align: right;
    margin-top: -54px;
}

.home_page .news_insights .options .option {
    display: inline-block;
    margin-left: 47px;
}

.home_page .news_insights .options .option a {
    display: inline-block;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #a8aaaf;
    padding-bottom: 4px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home_page .news_insights .options .option a:hover {
    color: #343a44;
}

.home_page .news_insights .options .active a {
    color: #343a44;
    border-bottom: 1px solid #000;
}

.home_page .news_insights .posts_options {
    margin-top: 46px;
}

.home_page .news_insights .posts_options .normal_title {
    display: none;
}

.home_page .news_insights .viewmore,
.home_page .news_insights .btn-more {
    display: block;
    text-align: center;
    margin-top: 9px;
}

.home_page .news_insights .btn-more.is-left {
    text-align: left;
}

.home_page .news_insights .btn-more.is-right {
    text-align: right;
}

.home_page .news_insights .viewmore a {
    display: inline-flex;
    align-items: center;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #5faeea;
    border: 1px solid #5faeea;
    padding: 9px 21px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home_page .news_insights .viewmore a .u-icon-arrow-down {
    margin-left: 13px;
}

.home_page .news_insights .viewmore a:hover {
    background: #4f94c9;
    color: #fff;
    border-color: #4f94c9;
}

.home_page .news_insights .posts {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.home_page .news_insights .posts .posts_inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_page .news_insights .posts .post {
    width: calc(50% - 20px);
    margin-bottom: 40px;
}

.home_page .news_insights .posts .post img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 250px;
}

.home_page .news_insights .posts .post img:hover {
    outline: 1px solid #5faeea;
    outline-offset: -1px;
}

.home_page .news_insights .posts .post:first-child img {
    height: 527px;
}

.home_page .news_insights .posts .post .data {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #a8aaaf;
}

.home_page .news_insights .posts .post .title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    margin-top: 10px;
    margin-bottom: 24px;
    /* min-height: 44px; } */
}

.home_page .news_insights .posts .post .title a {
    color: #343a44;
}

.home_page .news_insights .posts .post .title a:hover {
    color: #5faeea;
}

.home_page .news_insights .posts .post:nth-child(1) {
    width: 100%;
}

.home_page .news_insights .posts_active {
    max-height: unset;
    opacity: 1;
}

.for_lets_talk {
    background: #fff;
}

.for_lets_talk .rightside {
    padding-left: 100px;
}

.for_lets_talk .wrapper {
    padding: 0;
}

.bespoke_legal_solutions {
    background: #fff;
    min-height: 286px;
    position: relative;
    padding-bottom: 51px;
    margin-top: -27px;
}

.bespoke_legal_solutions .full_left_img {
    width: 100%;
    object-fit: cover;
    height: 448px;
}

.bespoke_legal_solutions .imgs_place {
    position: relative;
    max-width: 1330px;
}

.bespoke_legal_solutions .imgs_place .right_smaller_img {
    position: absolute;
    right: 0;
    object-fit: cover;
    bottom: 0;
    height: 224px;
    width: calc(100% - 930px);
    max-width: 400px;
}

.bespoke_legal_solutions .firm_page {
    padding-bottom: 0;
}

.bespoke_legal_solutions p {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #343a44;
}

.bespoke_legal_solutions p span,
.bespoke_legal_solutions p a {
    color: #5faeea;
    font-weight: 600;
}

.bespoke_legal_solutions p a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.bespoke_legal_solutions p a:hover {
    color: #27245c;
    text-decoration: underline;
}

.bespoke_legal_solutions .normal_title {
    margin-top: 52px;
    margin-bottom: 24px;
}

.discoversadis {
    position: absolute;
    left: 0;
    top: -86px;
}

.discoversadis a {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(113, 174, 221, 0.35);
    backdrop-filter: blur(5px);
    min-height: 86px;
    display: inline-flex;
    align-items: center;
    padding-left: 37px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.discoversadis a .icon {
    color: black;
    background: #5faeea;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 27px;
    width: 62px;
    font-size: 20px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.discoversadis a:hover {
    background: rgba(113, 174, 221, 0.5);
}

.discoversadis a:hover .icon {
    background: #4f94c9;
}

@media (max-width: 1400px) {
    .bespoke_legal_solutions .imgs_place .right_smaller_img {
        width: calc(100% - 870px);
    }
}

@media (max-width: 1200px) {
    .bespoke_legal_solutions .imgs_place .right_smaller_img {
        width: calc(100% - 735px);
    }
}

@media (max-width: 992px) {
    .home_page {
        padding-top: 17px;
    }

    .bespoke_legal_solutions {
        margin-top: -15px;
        padding-bottom: 33px;
        margin-bottom: -15px;
    }

    .bespoke_legal_solutions .full_left_img {
        margin-left: -12px;
        max-width: calc(100% - 202px);
    }

    .bespoke_legal_solutions .imgs_place .right_smaller_img {
        width: 211px;
    }

    .bespoke_legal_solutions .normal_title {
        margin-top: 67px;
    }

    .home_page .people_slider {
        margin-top: 122px;
    }

    .home_page .news_insights {
        margin-top: 81px;
    }

    .discoversadis {
        padding-left: 12px;
        padding-right: 12px;
        max-width: 820px;
        margin: auto;
        left: 0;
        right: 0;
        width: 100%;
    }

    .homepage_content {
        overflow: unset !important;
    }
}

@media (max-width: 800px) {
    .home_page .paragraph {
        font-size: 18px;
        line-height: 22px;
    }

    .bespoke_legal_solutions {
        margin-top: -40px;
        padding-bottom: 40px;
        margin-bottom: -25px;
    }

    .bespoke_legal_solutions .imgs_place .right_smaller_img {
        width: 163px;
        height: 174px;
    }

    .bespoke_legal_solutions .full_left_img {
        max-width: calc(100% - 151px);
        height: 347px;
    }

    .bespoke_legal_solutions .normal_title {
        margin-top: 60px;
    }

    .bespoke_legal_solutions p {
        font-size: 18px;
        line-height: 22px;
    }

    .home_page .colapse_section {
        margin-top: 74px;
    }

    .home_page .row_with_img img {
        width: 247px;
    }

    .home_page .row_with_img .normal_list {
        width: calc(100% - 255px);
    }

    .home_page .people_slider {
        margin-top: 229px;
    }

    .home_page .news_insights .posts .post .title {
        margin-bottom: 17px;
    }

    .home_page .news_insights .posts .post {
        margin-bottom: 23px;
        width: calc(50% - 11px);
    }

    .home_page .news_insights .viewmore {
        margin-top: 28px;
    }

    .discoversadis {
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .home_page {
        padding-top: 12px;
    }

    .home_page .normal_title {
        margin-bottom: 29px;
    }

    .home_page .normal_title span {
        white-space: nowrap;
    }

    .bespoke_legal_solutions .imgs_place .right_smaller_img {
        display: none;
    }

    .bespoke_legal_solutions .full_left_img {
        width: calc(100% + 24px);
        max-width: calc(100% + 24px);
        height: 301px;
    }

    .bespoke_legal_solutions {
        margin-top: -30px;
    }

    .bespoke_legal_solutions {
        background: transparent;
    }

    .bespoke_legal_solutions .normal_title {
        margin-top: 45px;
        margin-bottom: 29px;
    }

    .home_page .colapse_section {
        margin-top: 64px;
    }

    .home_page .row_with_img img {
        display: none;
    }

    .home_page .row_with_img .normal_list {
        width: 100%;
    }

    .home_page .colapse_section .normal_list li {
        padding-left: 15px;
    }

    .home_page .people_slider {
        margin-top: 103px;
    }

    .home_page .news_insights .normal_title_main {
        display: none;
    }

    .home_page .news_insights .options {
        display: none;
    }

    .home_page .news_insights .posts_options {
        margin-top: 20px;
    }

    .home_page .news_insights .posts_options .normal_title {
        display: block;
        margin-bottom: 40px;
    }

    .bespoke_legal_solutions {
        margin-bottom: -52px;
    }

    .home_page .news_insights .posts_options {
        display: flex;
        flex-wrap: wrap;
    }

    .home_page .news_insights .posts_options .posts {
        width: 100%;
        max-height: unset !important;
        opacity: 1;
    }

    .home_page .news_insights .posts_options .posts:nth-child(2) {
        order: 1;
        margin-bottom: 100px;
    }

    .home_page .news_insights .posts_options .posts:nth-child(1) {
        order: 2;
    }

    .home_page .news_insights .posts .post {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .home_page .news_insights .posts .post .data {
        width: 100%;
        order: 2;
        margin-top: 16px;
    }

    .home_page .news_insights .posts .post .title {
        width: 100%;
        order: 3;
    }

    .home_page .news_insights .posts .post img {
        width: 100%;
        order: 1;
        object-fit: cover;
        height: 215px !important;
    }

    .home_page .news_insights .viewmore {
        margin-top: 20px;
        text-align: left;
    }

    .discoversadis a {
        width: 100%;
        justify-content: center;
        padding-left: 12px;
        position: relative;
    }

    .discoversadis a .text {
        display: block;
        max-width: 426px;
        width: 100%;
    }

    .discoversadis a .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
}

.header-main .header__title .box__slider {
    margin-bottom: 136px;
}

.header-main {
    overflow: hidden;
}

.header-main .header__title {
    position: absolute;
    margin: 0;
    width: 100%;
    z-index: 5;
    height: 100%;
}

.header-main .header__title .box__slider {
    width: 100%;
    display: block;
}

.header-main .header__title .box__slider .block__ {
    height: 240px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-main .header__title .box__slider .block__ .title__ {
    transition: 0.3s ease-in;
    opacity: 0;
    color: #fff;
    font: 700 72px/1em Barlow;
    text-shadow: 8px 8px 16px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .header-main .header__title .box__slider .block__ .title__ {
        font: 700 60px/1em Barlow;
        padding: 0 15px;
    }
}

.header-main .header__title .box__slider .slick-active .block__ {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-name: borderShowLeft;
    animation-name: borderShowLeft;
    grid-area: overlay-item3;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-left: none;
    border-bottom: none;
    background: rgba(94, 94, 94, 0.1);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.header-main .header__title .box__slider .slick-active .block__ .title__ {
    transition: 0.7s ease-out;
    opacity: 1;
    color: #fff;
    font: 700 72px/1em Barlow;
    text-shadow: 8px 8px 16px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px) {
    .header-main .header__title .box__slider .slick-active .block__ .title__ {
        font: 700 60px/1em Barlow;
        padding: 0 15px;
    }

    .header-main .header__title-paint::before {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .header-main .header__title .box__slider {
        margin-bottom: 0;
    }

    .header-main .header__title .box__slider .block__ .title__,
    .header-main .header__title .box__slider .slick-active .block__ .title__ {
        font: 700 39px/1em Barlow;
        padding: 0 10px;
    }
}

.header-main .header__title-paint {
    color: #fff;
    padding-left: 8px;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.header-main .header__title-paint::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 255px;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
    margin-top: 17px;
    margin-left: -8px;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-name: show;
    animation-name: show;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.header-main .header__title-paint::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-name: show;
    animation-name: show;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    position: absolute;
    content: "";
    height: 1px;
    width: 255px;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
    margin-top: 59px;
    margin-left: -8px;
}

.header-main .header__title div[class^="container"] {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.header-main .header__title div[class^="container"]::before {
    display: none !important;
    content: "";
    background: linear-gradient(0deg, rgba(18, 19, 23, 0) 0, rgba(18, 19, 23, 0.34) 53.44%, rgba(18, 19, 23, 0) 100%);
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 12px;
}

.header-main .header__discover {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.header-main .header__discover div[class^="container"] {
    width: 100%;
}

.header-main .header__discover a.btn {
    margin-left: 255px;
}

@media screen and (max-width: 1200px) {
    .nav__interactive {
        margin-left: 2em;
    }

    .nav__menu ul {
        -moz-column-gap: 1.7em;
        column-gap: 1.7em;
    }

    .header-main .header__discover a.btn {
        margin-left: 241px;
    }
}

@media screen and (max-width: 992px) {
    .header-main .header__title-paint::after {
        display: none;
    }

    .header-main .header__title-paint {
        padding-left: 0;
        display: inline;
    }

    .header-main .header__title div[class^="container"] {
        align-items: flex-end;
    }

    .header-main .header__title div[class^="container"]::before {
        display: none;
    }

    .header-main .header__discover a.btn {
        margin-left: 0;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    .header-main .header__discover a.btn {
        width: 100%;
        justify-content: space-between;
    }
}

.header-main .header__content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 400px;
    height: calc(100vh - 75px);
    overflow: hidden;
    max-height: 1000px;
}

@media screen and (max-width: 576px) {
    .header-main .header__content {
        height: calc(100vh - 88px);
    }
}

.header-main .header__media {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    height: 100%;
    width: 100%;
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.header-main .header__media div[class^="container"] {
    width: 100%;
    position: relative;
    max-width: 100%;
}

.header-main .header__media .header__media-wrapper {
    margin-left: 0;
    position: absolute;
    flex-shrink: 0;
    flex-grow: 1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 400px;
    height: calc(100vh - 75px);
    max-height: 1000px;
}

.header-main .header__media video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.header-main .header__media iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
    z-index: 2;
}

.header__media-poster {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.title-container-first {
    overflow: hidden;
}

.title-container-first span {
    position: relative;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: textToLeftWithOpacity;
    animation-name: textToLeftWithOpacity;
}

.title-container-second {
    width: auto !important;
    display: inline-block;
}

.title-container-second span {
    position: relative;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-name: textToLeftWithOpacity;
    animation-name: textToLeftWithOpacity;
}

.title-container-third {
    display: inline-block;
}

.title-container-third span {
    position: relative;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-name: textToLeftWithOpacity;
    animation-name: textToLeftWithOpacity;
}

.main-wrapper {
    display: flex;
    position: relative;
    z-index: 0;
}

.main__main {
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .home_page .row_with_img {
        min-height: 337px;
    }

    .header-main .header__media div[class^="container"] {
        position: static;
    }

    .header-main .header__media .header__media-wrapper {
        margin-left: 0;
        left: 0;
        width: 100vw;
    }

    .main__main {
        position: relative;
    }

    .main__aside {
        display: none;
    }
}

.main__aside {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main__aside div[class^="container"] {
    height: 100%;
    position: relative;
}

.main__aside div[class^="container"]::after {
    content: "";
    background: url(../img/before_logo.png) center no-repeat #121317;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: -60vw;
    right: 50%;
    z-index: -1;
}

.main__aside div[class^="container"]::before {
    content: "";
    background: #2b2c2f;
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 12px;
}

.main__content {
    background-color: #fff;
    margin-left: 255px;
}

.main__content .default-section {
    padding-left: 100px;
    position: relative;
}

@media screen and (max-width: 1600px) {
    .main__content .default-section {
        padding-left: 55px;
    }
}

@media screen and (max-width: 1200px) {
    .main__content {
        margin-left: 241px;
    }

    .main__content .default-section {
        padding-left: 45px;
    }
}

@media screen and (max-width: 992px) {
    .main__content {
        margin-left: 0;
        position: static;
    }

    .main__content .default-section {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media screen and (max-width: 575px) {
    .main__content .default-section {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.main__content .default-section:not(.bg-noise):after {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    background-repeat: repeat;
}

.main__content .feedback-section {
    padding-left: 0;
}

.content-list {
    width: 255px;
    padding-right: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 100px;
    padding-bottom: calc(150px);
}

@media screen and (max-width: 1600px) {
    .content-list {
        padding-top: 70px;
        padding-bottom: calc(120px);
    }
}

.content-list ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 80%;
    row-gap: 13px;
}

.content-list ul a {
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #535354;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s;
}

.content-list ul a:hover {
    color: #fff;
}

.content-list ul li.current a {
    color: #5faeea;
}

.content-list ul li.current a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 4px;
    background-color: #5faeea;
}

@media screen and (max-width: 992px) {
    .header-main .header__media div[class^="container"] {
        position: static;
    }

    .header-main .header__media .header__media-wrapper {
        margin-left: 0;
        left: 0;
        width: 100vw;
    }
}

@media screen and (max-width: 768px) {
    .header-main .header__content,
    .header-main .header__media .header__media-wrapper {
        min-height: 350px;
    }

    .header-main .header__media .header__media-wrapper .overlay__box {
        padding-bottom: 86px;
    }

    .contact-location {
        display: block;
    }

    .contact-location-img {
        flex: 1 1 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .home_page .row_with_img {
        min-height: unset;
    }

    .header-main .header__media .header__media-wrapper {
        height: calc(100vh - 75px);
    }
}

.overlay__box__news {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 1px;
    top: 0;
    z-index: 5;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0 0;
    grid-template-areas: ". overlay-item1 . . ." "overlay-item2 . . overlay-item3 overlay-item3" ". . overlay-item4 . .";
}

.overlay__box__news,
.overlay__box__news * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 768px) {
    .overlay__box__news {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: ". overlay-item1 . . " "overlay-item2 . overlay-item3 ." ". . . overlay-item4";
    }

    .custom-accordion__btn h3 {
        font-size: 20px;
    }
}

.overlay-item {
    background: rgba(255, 255, 255, 0.19);
}

@supports (-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px)) {
    .overlay-item {
        background: rgba(94, 94, 94, 0.1);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }
}

.main__content > section:nth-child(2) .main__images-box .overlay__box {
    opacity: 0;
    transition: 3s ease-in;
}

.main__content > section:nth-child(2).active .main__images-box .overlay__box {
    opacity: 1;
}

.overlay__box__news.slider_1 .overlay-item3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowBottom;
    animation-name: borderShowBottom;
    grid-area: overlay-item0;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.overlay__box__news.slider_1 .overlay-item3::after,
.overlay__box__news.slider_1 .overlay-item3::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_1 .overlay-item3::before {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_1 .overlay-item3::after {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToTop;
    animation-name: lineToTop;
}

.overlay__box__news.slider_1 .overlay-item3::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToRight;
    animation-name: lineToRight;
}

@media screen and (max-width: 576px) {
    .overlay__box__news {
        grid-template-areas: ". overlay-item2 ." ". . overlay-item3" "overlay-item1 . ." ". overlay-item4 ." ". overlay-item4 .";
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }

    .overlay__box__news.slider_1 .overlay-item3 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_1 .overlay-item3::after,
    .overlay__box__news.slider_1 .overlay-item3::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_1 .overlay-item3::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_1 .overlay-item3::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_1 .overlay-item2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowRight;
    animation-name: borderShowRight;
    grid-area: overlay-item0;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-left: none;
    border-top: none;
}

.overlay__box__news.slider_1 .overlay-item2::after,
.overlay__box__news.slider_1 .overlay-item2::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_1 .overlay-item2::before {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_1 .overlay-item2::after {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToBottom;
    animation-name: lineToBottom;
}

.overlay__box__news.slider_1 .overlay-item2::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToLeft;
    animation-name: lineToLeft;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_1 .overlay-item2 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_1 .overlay-item2::after,
    .overlay__box__news.slider_1 .overlay-item2::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_1 .overlay-item2::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_1 .overlay-item2::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_1 .overlay-item1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowLeft;
    animation-name: borderShowLeft;
    grid-area: overlay-item2;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.overlay__box__news.slider_1 .overlay-item1::after,
.overlay__box__news.slider_1 .overlay-item1::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_1 .overlay-item1::before {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_1 .overlay-item1::after {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToRight;
    animation-name: lineToRight;
}

.overlay__box__news.slider_1 .overlay-item1::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToTop;
    animation-name: lineToTop;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_1 .overlay-item1 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_1 .overlay-item1::after,
    .overlay__box__news.slider_1 .overlay-item1::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_1 .overlay-item1::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_1 .overlay-item1::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_1 .overlay-item4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowTop;
    animation-name: borderShowTop;
    grid-area: overlay-item1;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-bottom: none;
    border-top: none;
}

.overlay__box__news.slider_1 .overlay-item4::after,
.overlay__box__news.slider_1 .overlay-item4::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_1 .overlay-item4::before {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_1 .overlay-item4::after {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToBottom;
    animation-name: lineToBottom;
}

.overlay__box__news.slider_1 .overlay-item4::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToLeft;
    animation-name: lineToLeft;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_1 .overlay-item4 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
        border-left: none;
        border-bottom: none;
        border-top: none;
        border-image-source: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_1 .overlay-item4::after,
    .overlay__box__news.slider_1 .overlay-item4::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_1 .overlay-item4::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_1 .overlay-item4::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_2 .overlay-item3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowBottom;
    animation-name: borderShowBottom;
    grid-area: overlay-item2;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.overlay__box__news.slider_2 .overlay-item3::after,
.overlay__box__news.slider_2 .overlay-item3::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_2 .overlay-item3::before {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_2 .overlay-item3::after {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToTop;
    animation-name: lineToTop;
}

.overlay__box__news.slider_2 .overlay-item3::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToRight;
    animation-name: lineToRight;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_2 .overlay-item3 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_2 .overlay-item3::after,
    .overlay__box__news.slider_2 .overlay-item3::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_2 .overlay-item3::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_2 .overlay-item3::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_2 .overlay-item4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowRight;
    animation-name: borderShowRight;
    grid-area: overlay-item1;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-left: none;
    border-top: none;
}

.overlay__box__news.slider_2 .overlay-item4::after,
.overlay__box__news.slider_2 .overlay-item4::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_2 .overlay-item4::before {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_2 .overlay-item4::after {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToBottom;
    animation-name: lineToBottom;
}

.overlay__box__news.slider_2 .overlay-item4::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToLeft;
    animation-name: lineToLeft;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_2 .overlay-item4 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_2 .overlay-item4::after,
    .overlay__box__news.slider_2 .overlay-item4::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_2 .overlay-item4::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_2 .overlay-item4::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_2 .overlay-item2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowLeft;
    animation-name: borderShowLeft;
    grid-area: overlay-item0;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.overlay__box__news.slider_2 .overlay-item2::after,
.overlay__box__news.slider_2 .overlay-item2::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_2 .overlay-item2::before {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_2 .overlay-item2::after {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToRight;
    animation-name: lineToRight;
}

.overlay__box__news.slider_2 .overlay-item2::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToTop;
    animation-name: lineToTop;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_2 .overlay-item2 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_2 .overlay-item2::after,
    .overlay__box__news.slider_2 .overlay-item2::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_2 .overlay-item2::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_2 .overlay-item2::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_2 .overlay-item1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowTop;
    animation-name: borderShowTop;
    grid-area: overlay-item5;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-bottom: none;
    border-top: none;
}

.overlay__box__news.slider_2 .overlay-item1::after,
.overlay__box__news.slider_2 .overlay-item1::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_2 .overlay-item1::before {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_2 .overlay-item1::after {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToBottom;
    animation-name: lineToBottom;
}

.overlay__box__news.slider_2 .overlay-item1::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToLeft;
    animation-name: lineToLeft;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_2 .overlay-item1 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
        border-left: none;
        border-bottom: none;
        border-top: none;
        border-image-source: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_2 .overlay-item1::after,
    .overlay__box__news.slider_2 .overlay-item1::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_2 .overlay-item1::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_2 .overlay-item1::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_3 .overlay-item1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowBottom;
    animation-name: borderShowBottom;
    grid-area: overlay-item2;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.overlay__box__news.slider_3 .overlay-item1::after,
.overlay__box__news.slider_3 .overlay-item1::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_3 .overlay-item1::before {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_3 .overlay-item1::after {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToTop;
    animation-name: lineToTop;
}

.overlay__box__news.slider_3 .overlay-item1::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToRight;
    animation-name: lineToRight;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_3 .overlay-item1 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_3 .overlay-item1::after,
    .overlay__box__news.slider_3 .overlay-item1::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_3 .overlay-item1::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_3 .overlay-item1::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_3 .overlay-item2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowRight;
    animation-name: borderShowRight;
    grid-area: overlay-item4;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-left: none;
    border-top: none;
}

.overlay__box__news.slider_3 .overlay-item2::after,
.overlay__box__news.slider_3 .overlay-item2::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_3 .overlay-item2::before {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_3 .overlay-item2::after {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToBottom;
    animation-name: lineToBottom;
}

.overlay__box__news.slider_3 .overlay-item2::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToLeft;
    animation-name: lineToLeft;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_3 .overlay-item2 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_3 .overlay-item2::after,
    .overlay__box__news.slider_3 .overlay-item2::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_3 .overlay-item2::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_3 .overlay-item2::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_3 .overlay-item3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowLeft;
    animation-name: borderShowLeft;
    grid-area: overlay-item1;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.overlay__box__news.slider_3 .overlay-item3::after,
.overlay__box__news.slider_3 .overlay-item3::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_3 .overlay-item3::before {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_3 .overlay-item3::after {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToRight;
    animation-name: lineToRight;
}

.overlay__box__news.slider_3 .overlay-item3::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToTop;
    animation-name: lineToTop;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_3 .overlay-item3 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_3 .overlay-item3::after,
    .overlay__box__news.slider_3 .overlay-item3::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_3 .overlay-item3::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_3 .overlay-item3::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_3 .overlay-item4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowTop;
    animation-name: borderShowTop;
    grid-area: overlay-item4;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-bottom: none;
    border-top: none;
}

.overlay__box__news.slider_3 .overlay-item4::after,
.overlay__box__news.slider_3 .overlay-item4::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_3 .overlay-item4::before {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_3 .overlay-item4::after {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToBottom;
    animation-name: lineToBottom;
}

.overlay__box__news.slider_3 .overlay-item4::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToLeft;
    animation-name: lineToLeft;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_3 .overlay-item4 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
        border-left: none;
        border-bottom: none;
        border-top: none;
        border-image-source: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_3 .overlay-item4::after,
    .overlay__box__news.slider_3 .overlay-item4::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_3 .overlay-item4::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_3 .overlay-item4::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_4 .overlay-item4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowBottom;
    animation-name: borderShowBottom;
    grid-area: overlay-item1;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.overlay__box__news.slider_4 .overlay-item4::after,
.overlay__box__news.slider_4 .overlay-item4::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_4 .overlay-item4::before {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_4 .overlay-item4::after {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToTop;
    animation-name: lineToTop;
}

.overlay__box__news.slider_4 .overlay-item4::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToRight;
    animation-name: lineToRight;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_4 .overlay-item4 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_4 .overlay-item4::after,
    .overlay__box__news.slider_4 .overlay-item4::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_4 .overlay-item4::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_4 .overlay-item4::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_4 .overlay-item2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowRight;
    animation-name: borderShowRight;
    grid-area: overlay-item2;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-left: none;
    border-top: none;
}

.overlay__box__news.slider_4 .overlay-item2::after,
.overlay__box__news.slider_4 .overlay-item2::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_4 .overlay-item2::before {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_4 .overlay-item2::after {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToBottom;
    animation-name: lineToBottom;
}

.overlay__box__news.slider_4 .overlay-item2::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToLeft;
    animation-name: lineToLeft;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_4 .overlay-item2 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_4 .overlay-item2::after,
    .overlay__box__news.slider_4 .overlay-item2::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_4 .overlay-item2::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_4 .overlay-item2::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_4 .overlay-item3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowLeft;
    animation-name: borderShowLeft;
    grid-area: overlay-item3;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.overlay__box__news.slider_4 .overlay-item3::after,
.overlay__box__news.slider_4 .overlay-item3::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_4 .overlay-item3::before {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_4 .overlay-item3::after {
    left: 0;
    bottom: 0;
    top: unset;
    right: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToRight;
    animation-name: lineToRight;
}

.overlay__box__news.slider_4 .overlay-item3::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToTop;
    animation-name: lineToTop;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_4 .overlay-item3 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border: none;
    }

    .overlay__box__news.slider_4 .overlay-item3::after,
    .overlay__box__news.slider_4 .overlay-item3::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_4 .overlay-item3::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_4 .overlay-item3::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.overlay__box__news.slider_4 .overlay-item1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: borderShowTop;
    animation-name: borderShowTop;
    grid-area: overlay-item4;
    border: 1px solid;
    border-image-slice: 1;
    position: relative;
    border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    border-right: none;
    border-bottom: none;
    border-top: none;
}

.overlay__box__news.slider_4 .overlay-item1::after,
.overlay__box__news.slider_4 .overlay-item1::before {
    display: block;
    position: absolute;
    content: "";
}

.overlay__box__news.slider_4 .overlay-item1::before {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
}

.overlay__box__news.slider_4 .overlay-item1::after {
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToBottom;
    animation-name: lineToBottom;
}

.overlay__box__news.slider_4 .overlay-item1::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lineToLeft;
    animation-name: lineToLeft;
}

@media screen and (max-width: 576px) {
    .overlay__box__news.slider_4 .overlay-item1 {
        border: 1px solid;
        border-image-slice: 1;
        position: relative;
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
        border-left: none;
        border-bottom: none;
        border-top: none;
        border-image-source: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_4 .overlay-item1::after,
    .overlay__box__news.slider_4 .overlay-item1::before {
        display: block;
        position: absolute;
        content: "";
        transform: scale(-1);
    }

    .overlay__box__news.slider_4 .overlay-item1::before {
        right: 0;
        top: 0;
        bottom: unset;
        left: unset;
        width: 100%;
        height: 1px;
        background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }

    .overlay__box__news.slider_4 .overlay-item1::after {
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        width: 1px;
        height: 100%;
        background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

@-webkit-keyframes lineToRight {
    50%,
    from {
        left: -100%;
    }
    to {
        left: 0;
    }
}

@keyframes lineToRight {
    50%,
    from {
        left: -100%;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes lineToLeft {
    50%,
    from {
        right: -100%;
    }
    to {
        right: 0;
    }
}

@keyframes lineToLeft {
    50%,
    from {
        right: -100%;
    }
    to {
        right: 0;
    }
}

@-webkit-keyframes lineToTop {
    50%,
    from {
        bottom: -100%;
    }
    to {
        bottom: 0;
    }
}

@keyframes lineToTop {
    50%,
    from {
        bottom: -100%;
    }
    to {
        bottom: 0;
    }
}

@-webkit-keyframes lineToBottom {
    50%,
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

@keyframes lineToBottom {
    50%,
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

@-webkit-keyframes borderShowBottom {
    from {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
    }
    80% {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 50%);
    }
    85% {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%);
    }
    90% {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%);
    }
    95% {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    }
    to {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

@keyframes borderShowBottom {
    from {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
    }
    80% {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 50%);
    }
    85% {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%);
    }
    90% {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%);
    }
    95% {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    }
    to {
        border-image-source: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

@-webkit-keyframes borderShowTop {
    from {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
    }
    80% {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 50%);
    }
    85% {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%);
    }
    90% {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%);
    }
    95% {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    }
    to {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

@keyframes borderShowTop {
    from {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
    }
    80% {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 50%);
    }
    85% {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%);
    }
    90% {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%);
    }
    95% {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    }
    to {
        border-image-source: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

@-webkit-keyframes borderShowLeft {
    from {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
    }
    80% {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 50%);
    }
    85% {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%);
    }
    90% {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%);
    }
    95% {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    }
    to {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

@keyframes borderShowLeft {
    from {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
    }
    80% {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 50%);
    }
    85% {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%);
    }
    90% {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%);
    }
    95% {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    }
    to {
        border-image-source: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

@-webkit-keyframes borderShowRight {
    from {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
    }
    80% {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 50%);
    }
    85% {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%);
    }
    90% {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%);
    }
    95% {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    }
    to {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

@keyframes borderShowRight {
    from {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%);
    }
    80% {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 50%);
    }
    85% {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%);
    }
    90% {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%);
    }
    95% {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    }
    to {
        border-image-source: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

@-webkit-keyframes show {
    form {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes show {
    form {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes textToLeftWithOpacity {
    from {
        opacity: 0;
        left: 100%;
    }
    to {
        opacity: 1;
        left: 0;
    }
}

@keyframes textToLeftWithOpacity {
    from {
        opacity: 0;
        left: 100%;
    }
    to {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes textToLeftWithOpacityTrans {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes textToLeftWithOpacityTrans {
    from {
        opacity: 0;
        opacity: 0;
        transform: translateX(30%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes transformBefore {
    from {
        opacity: 0.5;
        width: 50%;
    }
    to {
        opacity: 1;
        width: 100%;
    }
}

@keyframes transformBefore {
    from {
        opacity: 0.5;
        width: 50%;
    }
    to {
        opacity: 1;
        width: 100%;
    }
}

@-webkit-keyframes removeWhite {
    from {
        width: 100%;
    }
    to {
        width: 0;
        display: none;
    }
}

@keyframes removeWhite {
    from {
        width: 100%;
    }
    to {
        width: 0;
        display: none;
    }
}

.page_with_left_menu .rightside {
    max-width: 916px;
    width: 100%;
}

.homepage_content {
    z-index: 10;
}

.bespoke_margin {
    margin-top: -52px;
    min-height: unset;
}

.bespoke_margin .content_with_left_menu {
    padding-bottom: 0;
}

.feedback_margin .def_padding_top,
.news_margin .def_padding_top {
    margin-top: 0 !important;
}

.feedback_margin .home_page,
.news_margin .home_page {
    padding-top: 0;
}

.feedback_margin .home_page .people_slider {
    margin-top: 40px;
}

.news_margin .home_page .news_insights {
    margin-top: 0;
}

.for_lets_talk .def_padding_top {
    margin-top: 0 !important;
}

.for_lets_talk .lets_talk {
    padding-bottom: 0;
}

@media (max-width: 992px) {
    .bespoke_margin {
        margin-top: -67px;
        padding-bottom: 30px !important;
    }

    .bespoke_legal_solutions {
        padding-bottom: 67px;
    }

    .home_page .row_with_img .normal_list {
        margin-bottom: 20px;
    }
}

.homepage_content .content_with_left_menu p a {
    text-decoration: none;
}

.home_page .news_insights .posts .post a {
    display: block;
    width: 100%;
}

.c-pageshare__links {
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 40px;
}

.c-pageshare__links li {
    margin: 0 5px;
    display: block;
}

.c-pageshare__links li:first-child {
    margin-right: 20px;
    padding-top: 10px;
}

.c-pageshare__links li a {
    color: #000;
    display: block;
    text-decoration: unset;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.c-pageshare__links li a:hover {
    color: #5faeea;
}

.c-pageshare__links [class^="u-icon-"] {
    display: block;
}

#modalPopup .intro-msg {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

#modalPopup {
    border: unset;
    width: unset;
    height: unset;
    margin: 0;
    padding: 0;
    left: 0;
    top: 50%;
    right: 0;
    bottom: unset;
    margin: auto;
    transform: translateY(-50%);
}

#modalPopup .inner {
    max-width: 400px;
    height: unset;
    padding: 45px 20px 30px;
    border: 2px solid #000;
    margin: auto;
    width: calc(100% - 5px);
    left: 0;
    right: 0;
    bottom: unset;
    top: unset;
}

#modalPopup .close_modal {
    top: 15px;
    right: 15px;
    padding: 8px;
    display: block;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='17.2788' width='1.01823' height='24.4375' transform='rotate(45 17.2788 0)' fill='%23000'%3E%3C/rect%3E%3Crect x='17.9995' y='17.2803' width='1.01823' height='24.4375' transform='rotate(135 17.9995 17.2803)' fill='%23000'%3E%3C/rect%3E%3C/svg%3E");
    padding: 0;
    width: 14px;
    height: 14px;
}

u,
strong,
em {
    display: contents;
}

.page_with_left_menu .right_content .biography_content ul li {
    margin-top: 0 !important;
}

/* End Style for Home Page */

/* Style for Site Map */
.site-map-list .grid-item li a {
    padding-top: 25px;
    padding-bottom: 23px;
    cursor: pointer;
    position: relative;
    padding-right: 35px;
    border-top: #121317 1px solid;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #1f3342;
    display: block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.site-map-list .grid-item li a:hover {
    color: #5faeea;
}

.site-map-list .grid-item li:last-child {
    border-bottom: #121317 1px solid;
}

.site-map-list .grid-item {
    max-width: calc(50% - 13px);
}

.site-map-list .grid-item > li {
    margin-bottom: 0;
}

.site-map-list .grid-item > li > ul {
    padding: 0;
    margin: 0;
    border: 0;
}

.site-map-list .grid-item li ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 33px;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    text-transform: none;
}

.site-map-list .grid-item li ul li:last-child {
    border-bottom: 0;
}

.site-map-list .grid-item ul {
    padding: 0;
}

.site-map-list .grid-item li ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: #5faeea;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.site-map-list .grid-item li ul li a {
    border: 0;
    padding: 0;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #343a44;
    text-transform: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.site-map-list .grid-item li ul li a:hover {
    color: #343a44;
    text-decoration: underline;
}

.site_map_boxes {
    margin: 0 !important;
}

.site_map_boxes .site-map-list {
    margin: 0;
}

@media (max-width: 992px) {
    .site-map-list {
        display: block;
    }

    .site-map-list .grid-item {
        width: 100%;
        max-width: 100%;
    }

    .site-map-list .grid-item:first-child li:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 576px) {
    .site-map-list .grid-item li a {
        font-size: 20px;
    }

    .site-map-list .grid-item li ul li {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .site-map-list .grid-item li ul li a {
        font-size: 16px;
    }
}

/* End Style for Site Map */

.js-nav-spacer {
    display: block;
    min-height: 75px;
}

@media (max-width: 992px) {
    .js-nav-spacer {
        height: 88px;
    }
}

.cms-article + .share_tools,
.default-section + .share_tools {
    margin-top: 50px;
}

.btn-arrow {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
    color: #5faeea;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn-arrow:hover {
    color: #4f94c9;
}

.btn-arrow .u-icon-arrow-nu {
    font-size: 14px;
    margin-left: 13px;
    margin-top: 1px;
}

.blue-title {
    background-color: #5faeea;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -2px;
}

.c-header {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 9;
}

.c-header .wrapper {
    width: 100%;
    display: block;
}

.c-header__bg-video {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.c-header__bg-video-poster {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.c-header__bg-video iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
    z-index: 2;
}

.c-header__slider {
    z-index: 5;
    max-height: 80vh;
    position: relative;
}

.c-header__slider.slick-initialized {
    max-height: 100% !important;
}

.c-header__slider .slick-track {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.c-header__slider .slick-slide {
    height: auto;
}

.c-header__slide {
    z-index: 5;
    position: relative;
    padding-top: 140px;
    padding-bottom: 230px;
    min-height: 80vh;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.c-header__title {
    overflow: hidden;
    min-height: 260px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding-top: 42px;
    padding-bottom: 42px;
    text-transform: uppercase;
    color: white;
    font-size: 72px;
    line-height: 1.2;
    text-shadow: 8px 8px 16px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-family: "Barlow";
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 992px) {
    .c-header__title {
        font-size: 60px;
    }
}

@media screen and (max-width: 600px) {
    .c-header__title {
        font-size: 38px;
    }

    .c-header__slider {
        max-height: calc(100vh - 86px);
    }

    .c-header__slide {
        padding-top: 60px;
        padding-bottom: 90px;
        min-height: calc(100vh - 86px);
    }
}

.c-header__title span {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.c-header__holder {
    display: block;
    position: relative;
}

.c-blur {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

.c-blur__main,
.c-blur__1,
.c-blur__2,
.c-blur__3,
.c-blur__4 {
    position: absolute;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
}

.c-blur__main:before,
.c-blur__1:before,
.c-blur__2:before,
.c-blur__3:before,
.c-blur__4:before {
    width: 256px;
    height: 1px;
    position: absolute;
    transform: scale(0);
    transform-origin: center;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 50.83%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s ease-in-out;
}

.c-blur__main:after,
.c-blur__1:after,
.c-blur__2:after,
.c-blur__3:after,
.c-blur__4:after {
    height: 256px;
    width: 1px;
    position: absolute;
    transform: scale(0);
    transform-origin: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 50.83%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s ease-in-out;
}

.c-blur.v-1 .c-blur__main {
    top: 0;
    bottom: 0;
    left: -60px;
    width: 43%;
}

.c-blur.v-2 .c-blur__main {
    top: 0;
    bottom: 0;
    left: -60px;
    width: 90%;
}

.c-blur.v-3 .c-blur__main {
    top: 0;
    bottom: 0;
    left: -120px;
    width: 80%;
}

.c-blur.v-1 .c-blur__1 {
    left: 43%;
    width: 260px;
    height: 100vw;
    bottom: 100%;
    margin-left: -60px;
}

.c-blur.v-2 .c-blur__1 {
    top: 100%;
    height: 50vw;
    width: 100vw;
    right: 100%;
    margin-right: 60px;
}

.c-blur.v-3 .c-blur__1 {
    left: 80%;
    margin-left: 140px;
    bottom: 100%;
    height: 50vw;
    width: 260px;
}

.c-blur.v-1 .c-blur__2 {
    top: 100%;
    height: 100vw;
    width: 100vw;
    right: 100%;
    margin-right: 60px;
}

.c-blur.v-2 .c-blur__2 {
    bottom: 100%;
    height: 50vw;
    width: 100vw;
    right: 100%;
    margin-right: 60px;
}

.c-blur.v-3 .c-blur__2 {
    top: 0;
    left: 80%;
    height: 100%;
    width: 100vw;
    margin-left: 400px;
}

.c-blur.v-1 .c-blur__3 {
    top: 0;
    bottom: 0;
    left: 43%;
    width: 100vw;
    margin-left: 460px;
}

.c-blur.v-2 .c-blur__3 {
    height: 50vw;
    bottom: 100%;
    width: 100vw;
    left: 90%;
    margin-left: -60px;
}

.c-blur.v-3 .c-blur__3 {
    height: 50vw;
    top: 100%;
    right: 100%;
    width: 100vw;
    margin-right: 120px;
}

.c-blur.v-1 .c-blur__4 {
    top: 100%;
    left: 43%;
    margin-left: 200px;
    width: 260px;
    height: 100vw;
}

.c-blur.v-2 .c-blur__4 {
    height: 50vw;
    top: 100%;
    width: 260px;
    left: 90%;
    margin-left: -60px;
}

.c-blur.v-3 .c-blur__4 {
    height: 50vw;
    top: 100%;
    width: 260px;
    left: 80%;
    margin-left: -120px;
}

.c-blur.v-1 .c-blur__2:before,
.c-blur.v-2 .c-blur__1:before,
.c-blur.v-1 .c-blur__4:before,
.c-blur.v-1 .c-blur__main:before,
.c-blur.v-2 .c-blur__main:before,
.c-blur.v-3 .c-blur__3:before {
    top: 0;
    right: -128px;
    content: "\A";
}

.c-blur.v-1 .c-blur__2:after,
.c-blur.v-2 .c-blur__1:after,
.c-blur.v-1 .c-blur__4:after,
.c-blur.v-1 .c-blur__main:after,
.c-blur.v-2 .c-blur__main:after,
.c-blur.v-3 .c-blur__3:after {
    right: 0;
    top: -128px;
    content: "\A";
}

.c-blur.v-2 .c-blur__2:before {
    bottom: 0;
    right: -128px;
    content: "\A";
}

.c-blur.v-2 .c-blur__2:after {
    right: 0;
    bottom: -128px;
    content: "\A";
}

.c-blur.v-2 .c-blur__4:before,
.c-blur.v-3 .c-blur__4:before,
.c-blur.v-3 .c-blur__2:before {
    top: 0;
    left: -128px;
    content: "\A";
}

.c-blur.v-2 .c-blur__4:after,
.c-blur.v-3 .c-blur__4:after,
.c-blur.v-3 .c-blur__2:after {
    left: 0;
    top: -128px;
    content: "\A";
}

.c-blur__main.active:before,
.c-blur__1.active:before,
.c-blur__2.active:before,
.c-blur__3.active:before,
.c-blur__4.active:before,
.c-blur__main.active:after,
.c-blur__1.active:after,
.c-blur__2.active:after,
.c-blur__3.active:after,
.c-blur__4.active:after {
    transform: scale(1);
}

.u-link-calendar {
    position: relative;
    padding-left: 26px;
}

.u-link-calendar:before {
    font-family: "icons";
    content: "\EA23";
    position: absolute;
    top: 0;
    left: 0;
    color: black;
}

.floatForm {
    right: 30px;
    bottom: 30px;
    position: fixed;
    z-index: 2000;
    display: block;
}

.floatForm__btn {
    width: 80px;
    height: 80px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    border: none;
    background-color: #5faeea;
    color: white;
    font-size: 50px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.floatForm__btn:hover {
    background-color: black;
}

.floatForm__btn:before {
    font-family: "icons" !important;
    content: "\EA27";
    position: relative;
    display: block;
}

.floatForm__btn.isActive:before {
    content: "\EA26";
    font-size: 64%;
}

.floatForm__btn.isActive + .floatForm__box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.floatForm__box {
    bottom: 100%;
    margin-bottom: 20px;
    right: 0;
    position: absolute;
    color: white;
    background-color: #121317;
    width: 700px;
    padding: 30px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.floatForm__header {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.floatForm .floatForm__header-title {
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: white;
    font-size: 36px;
    line-height: 1.2;
}

.floatForm .floatForm__header-title span {
    display: inline-block;
    position: relative;
    background-color: #5faeea;
    padding: 0 4px;
}

.floatForm .floatForm__header-text {
    display: block;
    margin: 14px 0 0 0;
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
}

.floatForm__form {
    display: block;
}

.floatForm__form + .floatForm__success {
    display: none;
}

.floatForm__row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 20px;
    row-gap: 16px;
}

.floatForm .floatForm__fieldset {
    display: block;
    margin: 0;
    flex: 0 0 100%;
}

.floatForm .floatForm__fieldset.is-half {
    flex: 0 0 calc(50% - 10px);
}

.floatForm .floatForm__fieldset.is-third {
    flex: 0 0 calc(33.33% - 13.4px);
}

.floatForm .floatForm__input {
    width: 100%;
    display: block;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 10px 15px;
    font-family: "Barlow";
    font-size: 16px;
    line-height: 1.18;
    color: #82889c;
    opacity: 1;
    resize: none;
}

.floatForm .floatForm__input::placeholder {
    opacity: 1;
    color: #82889c;
}

.floatForm .floatForm__submit {
    margin: 0;
    font-size: 18px;
    padding: 15px 35px;
    display: inline-block;
    border: none;
    font-family: "Barlow";
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background-color: #5faeea;
    -webkit-appearance: none;
}

.floatForm .floatForm__submit .u-icon-arrow-nu {
    font-size: 80%;
    display: inline-block;
    margin-left: 14px;
}

.floatForm__btn-accordion {
    display: none;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    text-transform: uppercase;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #5faeea;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: "Barlow";
    font-weight: 600;
}

.floatForm__btn-accordion:after {
    font-family: "icons" !important;
    content: "\EA24";
    margin-left: 10px;
    font-size: 80%;
    transform: rotate(180deg);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.floatForm__btn-accordion.isActive:after {
    transform: rotate(0deg);
}

.floatForm__success {
    display: block;
    margin: 0;
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
}

.grecaptcha-badge {
    z-index: 1999;
    bottom: 124px !important;
}

@media (min-width: 601px) {
    .floatForm__form,
    .floatForm__header-text {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .floatForm__box {
        width: calc(100vw - 60px);
    }

    .floatForm .floatForm__fieldset {
        flex: 0 0 100% !important;
    }
}

@media (max-width: 600px) {
    .floatForm {
        right: 10px;
        bottom: 10px;
    }

    .floatForm__box {
        margin-bottom: 10px;
        width: calc(100vw - 20px);
    }

    .floatForm__form {
        display: none;
        padding-top: 20px;
    }

    .floatForm__btn-accordion {
        display: inline-flex;
    }

    .floatForm .floatForm__fieldset {
        display: none;
    }

    .floatForm .floatForm__fieldset.is-required {
        display: block;
    }

    .grecaptcha-badge {
        bottom: 104px !important;
    }
}
