.home-header {
    position: relative;
    max-width: 1340px;
    margin: 0 auto 182px;
}

.home-header.career {
    font-family: inherit;
    background: 0;
    padding: 0;
    margin-bottom: 154px;
    margin-top: 80px;
}

.home-header #videoDiv {
    bottom: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}

.home-header #videoDiv, .home-header .video {
    border-radius: 5px;
    height: auto;
    min-height: 178px;
}

.home-header #videoDiv #videoBlock {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: calc(100vh - 80px);
    min-height: 196px;
    width: 100%;
    height: 575px;
}

.home-header .title-page {
    align-items: center;
    background: #fff;
    border-radius: 5px 0 5px 5px;
    bottom: -98px;
    display: flex;
    z-index: 10;
    max-width: 1170px;
    padding: 40px;
    width: 88%;
    animation: fade-in-right-lg .6s cubic-bezier(.25,.46,.45,.94) both;
    box-shadow: 0px 0px 50px 0px #24226A0D;
    margin: 0;
    position: absolute;
    right: 0;
}

.home-header.career .title-page {
    bottom: -70px;
    padding: 40px 100px 40px 105px;
    width: 87.333333%;
}

.home-header .links {
    display: flex;
    justify-content: center;
    z-index: 10;
    bottom: -25px;
    position: absolute;
    right: 85px;
}

.home-header.career .links {
    bottom: -55px;
    position: absolute;
    right: 85px;
}

.home-header .links .link {
    align-items: center;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    width: 178px;
    text-align: center;
    padding: 16px;
    font-size: 8px;
    box-shadow: 0px 0px 50px 0px #24226A0D;
    margin-top: 0;
    border: 0;
    color: inherit;
    font-weight: inherit;
    position: relative;
}

.home-header .links .link:first-child {
    animation: fade-in .6s cubic-bezier(.39,.575,.565,1) .6s both;
}

.home-header .links .link .button__bg {
    background: #fff;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: transform .4s cubic-bezier(.1,0,.3,1);
    width: 100%;
}

.home-header .links .link .button__bg:after, 
.home-header .links .link .button__bg:before {
    background: #24226a;
    content: "";
    position: absolute;
}

.home-header .links .link .button__bg:before {
    border-radius: 50%;
    height: 0;
    left: 50%;
    padding-bottom: 140%;
    top: 50%;
    transform: translate3d(-50%,-50%,0) scale3d(0,0,1);
    width: 140%;
}

.home-header .links .link .button__bg:after {
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    transition: opacity .3s;
    width: 100%;
}

.home-header .links .link .icon {
    margin: 20px 0 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
}

.home-header .links .link p {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 0;
    height: 67px;
}

.home-header .links .link p strong {
    font-family: 'Century Gothic Bold';
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
}

.home-header .block-border {
    background: #f55b41;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: -5px;
    content: "";
    height: 5px;
    position: absolute;
    right: 0;
    width: 91%;
}

.home-header .title-page .icon-scroll {
    animation: slide-bottom .6s cubic-bezier(.25,.46,.45,.94) 1.2s infinite alternate both;
    width: 25px;
}

.home-header.page-banner {
    margin: 0 auto 103px;
}

.home-header.page-banner .title-page {
    padding: 40px 75px;
    bottom: -39px;
}

.home-header #videoDiv #videoBlock img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.home-header.page-banner .h1 strong:after, .home-header.page-banner h1 strong:after {
    width: calc(100% + 70px);
    left: -35px;
}

.home-header.page-banner .block-border {
    width: 100%;
}

.news-outer {
    margin: 140px auto 80px !important;
    padding-bottom: 0 !important;
}

.news-outer.wp-block-group.alignwide {
    max-width:1130px !important;
}

.news-outer .wp-block-button__link {
      margin: 25px 0 50px 0;
    width: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lifted-top {
    margin-bottom: -10%;
    margin-top: 0;
    padding-top: 0;
    transform: translate(0, -100px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.directions {
    margin: 30px 0 0 0 !important;
}

.directions .wp-block-group.alignmiddle {
    max-width: 1240px !important;
    margin: 0;
    border-radius: 5px;
    padding: 0 40px 0 30px;
    font-size: 20px;
    line-height: 28px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 80px 0;
    gap: 0 60px;
}

.directions .wp-block-column {
    padding: 0;
    flex-basis: 45% !important;
    flex-grow: unset !important;
}

.directions .wp-block-column.has-logo {
    margin: 110px 0 0 0;
    width: 50.5%;
}

.directions .wp-block-column.has-logo strong {
    font-family: 'Century Gothic Bold';
}    

.directions .has-logo:after {
    height: 104px;
    right: -25px;
    width: 104px;
    bottom: 181px;
}

.directions .h2 {
    margin-top: 5px;
    margin-bottom: 0;
}

.directions .h2 + p {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 28px;
}

.directions .wp-block-image {
    position:relative;
    border-radius: 5px;
    width: 650px;
    height: 338px;
    overflow: hidden;
    left: -130px;
    margin: 0;
    box-shadow: 0px 0px 50px 0px #24226A0D;
}

.directions .wp-block-image img {
    width:100%;
    height:100%;
    object-fit:cover;
    max-width: 100%;
    display: block;
}

.directions .wp-block-button__link {
    margin: 25px 0 40px 0;
}

.wp-block-banner-img-cta-multiple {    
    border-radius: 5px;    
    position: relative;
}

.bg-image {
    background: #ebebf9;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.wp-block-banner-img-cta-multiple .image {
    border-radius: 5px;
    position: relative;
    height: 525px;
    animation: fade-in-bottom .6s ease-in both;
    overflow: hidden;
    z-index: -2;
}

.item-wrapper {
    display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #353383;
    color: #fff;
    padding: 60px 0 70px;
    animation: ani 0.5s forwards;
    left: 0;
    top: 0;
    max-height: 525px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

.item-wrapper:after {
    content:'';
    display:block;
    position:absolute;
    background: linear-gradient(to bottom, transparent, #353383, #353383);
    width: calc(100% - 100px);
    height: 150px;
    bottom: 0;
    left:0;
}

.wp-block-banner-img-cta-multiple .content {
    display: flex;
    max-width: 1140px !important;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
}

.wp-block-banner-img-cta-multiple .item {
    flex: 1 1 0%;
    margin-bottom: -18px;
    margin-left: 0;
    margin-right: 0;
    max-width: 263px;
    top: -5px;
    width: 100%;
    margin-top: -6%;
}

.wp-block-banner-img-cta-multiple .item .item-inner {
    padding: 30px 30px 25px;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #fff;
    box-shadow: 0 8px 64px 0 #0000000f;
    animation: fade-in-bottom .6s ease-in .6s both;
    border-radius: 5px;
}

.wp-block-banner-img-cta-multiple .item .h3 {
    margin-bottom: 12px;
    font-size: 44px;
    line-height: 52px;
    font-family: 'Century Gothic Bold';
    margin-top: 0;
}

.wp-block-banner-img-cta-multiple .item p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
}

.wp-block-banner-img-cta-multiple .item p  strong{
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Century Gothic Bold';
}

.wp-block-banner-img-cta-multiple .item .block-border {
    background: #24226a;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: -5px;
    content: "";
    height: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 78%;
}

.wp-block-banner-img-cta-multiple .item .item-wrapper .h3{
    margin-bottom: 30px;
}

.item-text{
    width: 100%;
    height: 100%;
    background: #353383;
    color: #fff;
    z-index: -1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.item-text-inner {    
    padding: 0 100px;
    width: 100%;
}

.item-text-inner.scrolled {
    overflow-y: scroll;
    padding-bottom: 40px;
}

.item-text .is-layout-flow {
    width:48%;
}

.item-text .is-layout-flex {
    width: 45%;
}

.item-text p {
    font-family: 'Century Gothic';
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.item-text p strong {
    font-family: 'Century Gothic Bold';
    font-size: 20px;
    line-height: 28px;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(1) .btn__more{
background: #91c461;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(3) .btn__more{
background: #f55b41;    
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(2) .btn__more{
    background: #47bfd9;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(4) .btn__more{
    background: #9c7dcc;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(1) .btn__more + .block-border {
background: #91c461;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(3) .btn__more + .block-border {
background: #f55b41;    
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(2) .btn__more + .block-border {
    background: #47bfd9;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(4) .btn__more + .block-border {
    background: #9c7dcc;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(1):hover .item-inner,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(1) .item-inner{    
    background: #91c461;
    color:#fff;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(3):hover .item-inner,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(3) .item-inner{
    background: #f55b41; 
    color:#fff;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(2):hover .item-inner,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(2) .item-inner{
    background: #47bfd9;
    color:#fff;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(4):hover .item-inner,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(4) .item-inner{
    background: #9c7dcc;
    color:#fff;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(1):hover .icon_more,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(1) .icon_more,
.wp-block-banner-img-cta-multiple .item:nth-of-type(1):hover .icon_more rect,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(1) .icon_more rect{    
    fill: #91c461;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(3):hover .icon_more,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(3) .icon_more,
.wp-block-banner-img-cta-multiple .item:nth-of-type(3):hover .icon_more rect,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(3) .icon_more rect{
    fill: #f55b41; 
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(2):hover .icon_more,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(2) .icon_more,
.wp-block-banner-img-cta-multiple .item:nth-of-type(2):hover .icon_more rect,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(2) .icon_more rect{
    fill: #47bfd9;
}

.wp-block-banner-img-cta-multiple .item:nth-of-type(4):hover .icon_more,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(4) .icon_more,
.wp-block-banner-img-cta-multiple .item:nth-of-type(4):hover .icon_more rect,
.wp-block-banner-img-cta-multiple .item.active:nth-of-type(4) .icon_more rect{
    fill: #9c7dcc;
}

.wp-block-banner-img-cta-multiple .item:hover .btn__more,
.wp-block-banner-img-cta-multiple .item.active .btn__more{
    background:#fff;
}

.bordered-number {
    font-family: 'Century Gothic Bold';
    font-size: 142px;
    line-height: 152px;
    letter-spacing: 0;
    text-align: left;
    color: #0000!important;
    -webkit-text-stroke-color: #f55b41;
    -webkit-text-stroke-width: 1px;
    margin: -3px 0 21px 0;
}

.has-icon {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    margin: 30px 0 65px 0;
}

.has-icon li{
     display:flex;
     gap: 0 20px;
     align-items: center;
}

.has-icon li span{
     max-width: 70%;
}

.info-outer {
    margin: 140px auto 3px !important;
}

.item-close {
    background: center url(../../img/close.svg) no-repeat;
    width: 56px;
    height: 56px;
    right: 10px;
    top: 10px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 1;
}
