.page-template-template-home h1 {
    font-family: EuclidCircularA-Bold, sans-serif;
    font-size: 48px;
    line-height: 60px; /* 125% */
    margin-bottom: 40px;
}
.page-template-template-home .header p {
    color: var(--delfi-white, #FFF);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.page-template-template-home .home-jobs .black-color,
.page-template-template-home .media-block .block-text h5 {
    color: var(--delfi-darkblue, #0F134B);
    font-family: EuclidCircularA-Bold, sans-serif;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
}
.page-template-template-home .darkgrey-color p {
    color: var(--delfi-black, #050F19);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.page-template-template-home .section-logos h5 {
    color: var(--delfi-darkblue, #0F134B);
    font-size: 48px;
    line-height: normal;
}
.page-template-template-home .grey-btn {
    color: var(--delfi-blue, #3858F5);
    font-size: 16px;
    text-transform: initial !important;
    background: white;
    border: 2px solid var(--delfi-blue, #3858F5);
}
.page-template-template-home .blue-btn {
    text-transform: initial !important;
    font-size: 16px;
}
.page-template-template-home .grey-btn,
.page-template-template-home .blue-btn {
    padding-left: 20px;
    padding-right: 20px;
}
.page-template-template-home .grey-btn img,
.page-template-template-home .blue-btn img {
    width: 8px;
}
.page-template-template-home .grey-btn span,
.page-template-template-home .blue-btn span {
    margin-right: 6px;
}
.page-template-template-home .media-section.grey-bg {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 48px;
}

/*Values*/
.values {
    max-width: 486px;
}
.introduction .values h5 {
    color: var(--delfi-darkblue, #0F134B);
    font-size: 48px;
    line-height: normal;
}
.introduction .values .darkgrey-color p {
    color: var(--delfi-black, #050F19);
    font-size: 20px;
    line-height: 30px;
}
.introduction .values .darkgrey-color strong {
    font-family: EuclidCircularA-Bold, sans-serif;
}
.big-circle {
    width: 360px;
    height: 360px;
    border-radius: 100vmax;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 90px);
    display: grid;
    justify-items: center;
    align-content: center;
    z-index: 2;
}
.big-circle:first-of-type {
    right: -36px;
}
.big-circle h2 {
    font-size: 48px;
    line-height: 180%;
}
.big-circle p {
    font-size: 20px;
    line-height: 30px;
    width: 286px;
}
/*About delfi*/
.about-delfi {
    max-width: 875px;
    height: 96px;
    margin: 100px auto 0;
}
.about-delfi-item {
    margin: 55px auto;
}
.about-delfi-item {
    opacity: 0;
}
.fadein .about-delfi-item:nth-of-type(1),
.fadein .about-delfi-item:nth-of-type(2),
.fadein .about-delfi-item:nth-of-type(3),
.fadein .about-delfi-item:nth-of-type(4) {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(1, 0, 0.49, 1.42);
}
.fadein .about-delfi-item:nth-of-type(1) {
    transition-delay: 0.2s;
}
.fadein .about-delfi-item:nth-of-type(2) {
    transition-delay: 0.5s;
}
.fadein .about-delfi-item:nth-of-type(3) {
    transition-delay: 0.8s;
}
.fadein .about-delfi-item:nth-of-type(4) {
    transition-delay: 1.1s;
}
.about-delfi-item h3 {
    font-size: 60px;
    line-height: 140%;
    margin-bottom: 2px;
}
/*Talents*/
.home-jobs {
    max-width: 954px;
    padding: 120px 0;
    margin: 0 55px 0 auto;
}
.home-jobs img {
    margin-right: 48px;
}

/*Brands*/
.brands {
    max-width: 1120px;
}
.brands img {
    margin-right: 36px;
}
.brands p {
    max-width: 576px;
}
/*Logos*/
.logos {
    border-radius: 16px;
    padding: 50px 32px;
    max-width: 1200px;
}
.logo {
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    cursor: pointer;
}
.logo a {
	display: flex;
    align-items: center;
}
.logo img:first-of-type {
    margin-right: 16px;
}
.logo img:nth-of-type(2) {
    padding: 2px;
    border-radius: 4px;
}
.mr-logos-small {
    margin-right: 93px;
}
.mr-logos-bigger {
    margin-right: 111px;
}
.logo > svg > path,
.logo > a > svg > path {
    transition: all 0.3s ease;
}
.logo a {
	text-decoration: none;
}
.logo:hover > a > svg.dwn > path {
    stroke: var(--delfiDarkGrey);
}
.logo:hover > a > svg > path.white-fill {
	fill: #fff;
}
.logo:hover > a > svg.dwn > path:nth-of-type(3) {
    fill: var(--delfiDarkGrey);
    stroke: transparent;
}

.logo:hover > svg > path.white-fill,
.logo > svg > path.white-fill {
    fill: white;
}

.logos .logo > svg,
.logos .logo > img {
	opacity: 0.7;
	transition: all 0.2s ease;
}
.logos .logo:hover > svg,
.logos .logo:hover > img {
	opacity: 1;
	transition: all 0.2s ease;
}

.fp_icons_texts_block {
    background: #EDF2F4;
    border-radius: 48px;
    padding: 56px 120px;
    display: flex;
    gap: 60px;
    max-width: 1440px;
    margin: 80px auto 20px;
}
.fp_icons_texts_block p {
    color: #050F19;
}
.fp_icons_texts_block > div {
    gap: 30px;
}
@media screen and (max-width: 991px) {
    .fp_icons_texts_block {
        padding: 60px 16px;
    }
}
@media screen and (max-width: 767px) {
    .fp_icons_texts_block {
        flex-direction: column;
    }
}
@media (max-width: 1400px) {
    .mr-logos-bigger {
        margin-right: 100px;
    }
    .mr-logos-small {
        margin-right: 80px;
    }
}
@media screen and (max-width: 1200px) {
    .mr-logos-bigger {
        margin-right: 35px;
    }
    .mr-logos-small {
        margin-right: 35px;
    }
}
@media screen and (max-width: 991px) {
    .header {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 70px;
    }
    .introduction {
        flex-direction: column;
    }
    .introduction .values {
        margin-bottom: 36px;
        max-width: 100%;
    }
    .circles {
        left: -21px;
        position: relative;
    }
    .about-delfi-item h3 {
        font-size: 50px;
    }
    .about-delfi-item {
        margin: 0 25px;
    }
    .home-jobs {
        margin: 0;
    }
    .logos {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 60px;
    }
    .mr-logos-small {
        margin-right: 93px;
    }
    .mr-logos-bigger {
        margin-right: 111px;
    }
    .logos .logos-column .logo:last-of-type {
        margin-bottom: 42px;
    }
}
@media screen and (max-width: 767px) {
    .circles {
        left: 0;
    }
    .big-circle {
        width: 300px;
        height: 300px;
    }
    .big-circle:first-of-type {
        right: 0;
    }
    .big-circle:last-of-type {
        position: relative;
        top: calc(222px - 300px);
    }
    .about-delfi {
        margin-top: 42px;
        max-width: 60%;
        flex-wrap: wrap;
        height: auto;
        justify-content: center !important;
    }
    .about-delfi-item:nth-child(1), .about-delfi-item:nth-child(2) {
        margin-bottom: 36px;
    }
    .about-delfi-item:nth-child(odd) {
        margin-right: 12px;
        margin-left: 0;
    }
    .about-delfi-item:nth-child(even) {
        margin-left: 12px;
        margin-right: 0;
    }
    .two-column-logos {
        width: 100%;
    }
    .mr-logos-bigger, .logos-column {
        margin-right: 0;
    }
    .logos-column {
        width: 50%;
    }
    .brands {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .delfi-brands {
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0 !important;
    }
    .home-jobs > img {
        margin: 0 0 48px 0;
    }
    .logo {
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 578px) {
    .about-delfi {
        max-width: 75%;
    }
    .logos .d-flex {
        flex-direction: column;
    }
    .logos .logos-column .logo:last-of-type {
        margin-bottom: 0;
    }
    .logos .mr-logos-small:last-of-type .logo:last-of-type,
    .logos .mr-logos-bigger .logo:last-of-type {
        margin-bottom: 42px;
    }
    .logos-column {
        width: 100%;
    }
}
@media screen and (max-width: 485px) {
    .about-delfi {
        max-width: 90%;
    }
}
@media screen and (max-width: 375px) {
    .home-jobs > img {
        width: 100%;
        max-width: 318px;
    }
}
@media screen and (max-width: 374px) {
    .about-delfi {
        max-width: 50%;
    }
    .about-delfi-item {
        margin: 0 0 24px 0 !important;
    }
}
