/*================================================*/
/*                    ELEMENTS	                  */
/*================================================*/
.d-flex {
    display: flex;
}

.cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.img-wrap {
    display: block;
}

.img-wrap img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    flex-shrink: 0;
}

.img-center img {
    margin: 0 auto;
}

.img-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-with-icon {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    min-width: 274px;
    max-width: 100%;
    padding: 8px 18px;
    transition: .2s;
}

.btn-with-icon img {
    display: block;
    width: 34px;
    height: 34px;
    margin-left: 5px;
}

.btn-with-icon--colored {
    color: #fff;
    background: #563058;
}

.btn-with-icon--dark {
    background: #001944;
}

.btn-with-icon--aws {
    background: #915DA3;
    color: #fff;
    text-decoration: none !important;
    width: 294px;
}

.btn-with-icon--colored:hover {
    background: rgba(86, 48, 88, 0.25);
    color: #563058;
    text-decoration: none;
}

.btn-with-icon--colored:focus:not(:hover) {
    color: #fff;
}

.btn-with-icon--white {
    color: #563058;
    background: #fff;
}

.btn-with-icon--white:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    text-decoration: none;
}

.btn-with-icon--white:focus:not(:hover) {
    color: #563058;
}

.btn-with-icon--aws:hover {
    background: rgba(86, 48, 88, 0.25);
    color: rgb(86, 48, 88);
}

.section--multicloud-perspectives__box a:hover {
    text-decoration: none;
}

.section--multicloud-perspectives__box a:hover .btn-with-icon--aws {
    background: rgba(86, 48, 88, 0.25);
    color: rgb(86, 48, 88);
}

.btn-with-icon--aws:focus:not(:hover) {
    color: #fff;
}

.text-separated p + p {
    margin-top: 1.5em;
}

.flex-wrap {
    flex-wrap: wrap;
}

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

.justify-content-between {
    justify-content: space-between;
}

/*================================================*/
/*                    SECTIONS  	              */
/*================================================*/
.section--campaign {
    font-size: 16px;
    overflow: hidden;
}

.section--campaign p,
.section--campaign h1,
.section--campaign h2,
.section--campaign h3 {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    margin: 0;
    line-height: inherit;
    letter-spacing: inherit;
}

.section--campaign__title {
    color: #563058;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 1em;
}

.section--campaign__btn {
    margin-top: 55px;
}

.section--campaign-flex {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 768px;
}

.section--campaign-flex__inner {
    width: 100%;
    padding: 60px 0;
}


.section--campaign-main {
    text-align: center;
}

.section--campaign-main__label {
    display: inline-block;
    background: rgba(86, 48, 88, 1);
    color: #fff;
    font-weight: 600;
    padding: 14px 21px;
    margin-bottom: 3px;
}

.section--campaign-main__title__container {
    color: #fff;
    font-size: 41px;
    font-weight: 400;
    line-height: 1.7;
    transform: translateX(-0.15em);
}

.section--campaign-main__title {
    display: inline;
    font-family: inherit;
    background: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: .1em .3em;
}


.section--campaign-vision {
    position: relative;
    background-color: #563058;
    color: #fff;
    z-index: 2;
}

.section--campaign-vision__bg {
    position: absolute;
    background-position: left center;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(50% + 60px);
    z-index: -1;
}

.section--campaign-vision__main__head {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2em;
}

.section--campaign-vision__main__content > * + p {
    margin-top: 1.5em;
}

.section--campaign-vision__circle {
    position: absolute;
    text-align: center;
    background: rgba(0, 25, 68, 0.9);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    bottom: 60px;
    left: 41.667%;
    width: 252px;
    height: 252px;
    padding: 38px;
    z-index: 2;
}

.section--campaign-vision__circle__icon {
    margin-bottom: 15px;
}

.section--campaign-vision__circle__icon img {
    margin: 0 auto;
}


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

.section--campaign-guide__bg {
    position: absolute;
    background-position: right center;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(55% + 44px);
    z-index: -1;
}

.section--campaign-guide__main__content {
    line-height: 1.375;
}


.section--campaign-videos {
    position: relative;
    text-align: center;
    background-color: rgba(86, 48, 88, 0.2);
    z-index: 2;
}

.section--campaign-videos__bg {
    position: absolute;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    top: 0;
    bottom: 0;
    right: 0;
    width: 213px;
    z-index: -1;
}

.section--campaign-videos__boxes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.section--campaign-videos__box {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.section--campaign-videos__box__description {
    flex-grow: 1;
    background: #fff;
    color: #563058;
    padding: 20px;
}

.section--campaign-videos__box__title {
    font-weight: 700;
    margin-bottom: 1em;
}

.section--campaign-videos__box__name {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.section--campaign-videos__box__text {
    font-size: 10px;
    font-weight: 600;
}

.section--campaign-videos__box__preview .video-modal-thumb {
    margin-bottom: 0;
}

.section--campaign-videos__box__preview .video-modal-thumb:before {
    content: none;
}


.section--campaign-capability {
    position: relative;
    color: #fff;
    z-index: 2;
}

.section--campaign-capability:after {
    position: absolute;
    display: block;
    content: '';
    background: rgba(43, 103, 156, 0.91);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.section--campaign-capability__main__title {
    color: #fff;
}

.section--campaign-capability .btn-with-icon {
    width: 334px;
}


.section--campaign-learn {
    position: relative;
    background: rgba(54, 54, 54, 0.07);
    text-align: center;
    z-index: 2;
}

.section--campaign-learn__bg {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    right: 0;
    bottom: 25px;
    width: 75%;
    height: 156px;
    z-index: -1;
}

.section--campaign-learn .section--campaign-flex {
    align-items: flex-start;
}

.section--campaign-learn__bottom {
    margin-top: 40px;
    padding-bottom: 80px;
}

.section--campaign-learn__miniblock {
    margin-bottom: 50px;
}

.section--campaign-learn__miniblock__title {
    font-size: 22px;
    font-weight: 600;
}

.section--campaign-learn__miniblock__subtitle {
    font-size: 13px;
}

.section--campaign-learn__miniblock__btns {
    margin-top: 15px;
}

.section--campaign-learn__miniblock__btns a {
    text-align: left;
    min-width: 0;
    width: 100%;
    margin-top: 6px;
}


.section--campaign-journey {
    position: relative;
    color: #fff;
    z-index: 2;
}

.section--campaign-journey:after {
    position: absolute;
    display: block;
    content: '';
    background: rgba(86, 48, 88, 0.91);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.section--campaign-journey__bg {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    max-height: 571px;
    z-index: 1;
}

.section--campaign-journey .section--campaign__title {
    color: inherit;
}

.section--campaign-journey__main__content > * + p {
    margin-top: 1.5em;
}


.section--campaign .title-h2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.15;
}

.section--aws-main {
    color: #fff;
}

.section--aws-main-flex {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 645px;
}

.section--aws-main-flex__inner {
    width: 100%;
    padding: 60px 0;
}

.section--aws-main__uptitle {
    font-weight: 600;
}

.section--aws-main__title {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.1;
}

.section--aws-main__img {
    margin-top: 40px;
}


.section--aws-cloud {
    color: #585858;
    padding: 115px 0;
}

.section--aws-cloud__img img {
    margin: 0 0 0 auto;
    max-width: 277px;
}

.section--aws-cloud__title {
    color: #1A1919;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.25em;
}


.section--aws-moveit {
    border-top: 1px solid rgba(54, 54, 54, .25);
    padding-bottom: 155px;
    background-size: cover;
    background-position: center;
}

.section--aws-moveit__title {
    color: #1A1919;
    margin-top: 20px;
    margin-bottom: 1em;
}

.section--aws-moveit__content {
    font-weight: 600;
    color: #1A1919;
    letter-spacing: -0.01em;
    max-width: 670px;
    margin: 0 auto;
}

.section--aws-moveit__items {
    margin-top: 60px;
}

.section--aws-moveit__item {
    flex-grow: 1;
    background: #fff;
    border: 1px solid rgba(112, 112, 112, .65);
    border-radius: 8px;
    color: #585858;
    font-size: 14px;
    letter-spacing: -0.01em;
    padding: 0 40px 55px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.section--aws-moveit__item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    margin: -55px auto 0;
}

.section--aws-moveit__item__img img {
    width: 100%;
}

.section--aws-moveit__item__title {
    text-align: center;
    color: #068FCF;
    font-size: 24px;
    font-weight: 700;
    margin: 1em 0 .75em;
}


.section--with-romb {
    position: relative;
    color: #fff;
    overflow: visible;
    margin-bottom: 150px;
    z-index: 2;
}

.section--with-romb .container {
    position: relative;
    z-index: 3;
}

.section__romb {
    position: absolute;
    background: #915DA3;
    top: -120px;
    bottom: -80px;
    left: 0;
    right: 0;
    transform: skewY(-4deg);
    z-index: 1;
}

.section__romb--light {
    background: rgba(145, 93, 163, 0.7);
}


.section--aws-partnership {
    letter-spacing: -0.01em;
}

.section--aws-partnership__title {
    margin-bottom: 1em;
}

.section--aws-partnership__content {
    font-weight: 600;
    max-width: 670px;
    margin: 0 auto;
}

.section--aws-partnership__items {
    width: 100%;
    max-width: 800px;
    margin: 55px auto 0;
}

.section--aws-partnership__item {
    padding: 20px 30px 30px;
    margin-bottom: 10px;
}

.section--aws-partnership__item__img {
    height: 65px;
    margin-bottom: 15px;
}

.section--aws-partnership__item__content {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.43;
}

.section--aws-partnership__item__btn {
    margin-top: 38px;
}

.section--aws-partnership__item__btn .btn {
    background: #563058;
    font-size: 16px;
    font-weight: 600;
    padding: .82em 1em;
    min-width: 180px;
    transition: .2s;
}

.section--aws-partnership__item__btn .btn:hover {
    background: rgba(86, 48, 88, .5);
}

.section--aws-partnership__item__btn .btn:focus:not(:hover) {
    color: #fff;
}

.section--aws-partnership__item__btn .btn:active {
    box-shadow: none;
}


.section--aws-partners {
    padding: 10px 0;
}

.section--aws-partners__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .75em;
}

.section--aws-partners__logos {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.no-flexboxlegacy .section--aws-partners__logo {
    width: 10%;
    flex-grow: 1;
}

.section--aws-partners__logo {
    padding: 5px 10px;
}

.section--aws-partners__btn .btn {
    background: #563058;
    font-size: 16px;
    font-weight: 600;
    padding: .82em 3em;
    transition: .2s;
}

.section--aws-partners__btn .btn:hover {
    background: rgba(86, 48, 88, .5);
}

.section--aws-partners__btn .btn:focus:not(:hover) {
    color: #fff;
}

.section--aws-partners__btn .btn:active {
    box-shadow: none;
}


.section--aws-why {
    letter-spacing: -0.01em;
    padding-bottom: 170px;
}

.section--aws-why__img {
    padding-left: 40px;
}

.section--aws-why__img img {
    max-width: 130%;
    height: auto;
}

.section--aws-why__title {
    color: #068FCF;
    margin-bottom: 1em;
}

.section--aws-why__content {
    color: #585858;
    margin-bottom: 4em;
}

.section--aws-why__subtitle {
    color: #915DA3;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1.25em;
}


.section--case-partnership {
    color: #585858;
    padding: 115px 0;
}

.section--case-partnership__tag {
    color: #068FCF;
    font-size: 18px;
    font-weight: 600;
}

.section--case-partnership__name {
    color: #068FCF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.section--case-partnership__title {
    color: #1A1919;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 1em 0 1.5em;
}


.section--case-solution {
    border-top: 1px solid rgba(54, 54, 54, .25);
    padding: 110px 0 275px;
    background-size: 100% auto;
    background-position: top;
}

.section--case-solution__title {
    color: #068FCF;
    margin-bottom: 1em;
}

.section--case-solution__headtext {
    color: #068FCF;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.section--case-solution__content {
    letter-spacing: -0.01em;
}


.section--case-results__img {
    margin: -25px 0 15px;
}

.section--case-results__title {
    margin-bottom: 1em;
}

.section--case-results__items__container {
    width: 100%;
    max-width: 970px;
    margin: 70px auto 0;
    overflow: hidden;
}

.section--case-results__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.section--case-results__item {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 70px;
}

.section--case-results__item__icon {
    height: 40px;
    margin-bottom: 20px;
}

.section--case-results__item__content strong,
.section--case-results__item__content b {
    display: block;
    font-size: 1.5em;
    line-height: 1.25;
    margin: .33em 0;
}

.section--case-results__item__content strong:first-child,
.section--case-results__item__content b:first-child {
    margin-top: 0;
}


.section--case-end {
    color: #068FCF;
    padding: 170px 0 250px;
}

.section--case-end__inner {
    max-width: 900px;
    margin: 0 auto;
}

.section--case-end__title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.25;
    margin-bottom: 1em;
}

.section--case-end__text {
    letter-spacing: -.01em;
}


.section--multicloud-main {
    margin-bottom: -1px;
}

.section--multicloud-main__flex {
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 100%;
    min-height: 540px;
}

.section--multicloud-main__title h1 {
    font-size: 82px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 3px 3px 15px rgba(7, 39, 93, 0.33);
    margin-bottom: .33em;
}

.section--multicloud-main__label {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    background: #915DA3;
    padding: .33em .66em;
}


.section--multicloud-video {
    position: relative;
    color: #fff;
    padding: 100px 0 115px;
}

.section--multicloud-video:before {
    position: absolute;
    display: block;
    pointer-events: none;
    content: '';
    background: rgba(44, 2, 86, 0.53);
    border-radius: 50%;
    top: 0;
    right: 0;
    width: 1570px;
    height: 1570px;
    transform: translateX(50%);
}

.section--multicloud-video__main__inner {
    max-width: 392px;
}

.section--multicloud-video__head {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1.25em;
}

.section--multicloud-video__circle-text {
    position: relative;
    pointer-events: none;
    left: -10px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    width: 345px;
    padding: 62px 17px 100px;
    margin-bottom: -95px;
}

.section--multicloud-video__circle-text:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    background: rgba(44, 2, 86, 0.56);
    border-radius: 50%;
    width: 345px;
    height: 345px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.section--multicloud-video__circle-text__inner {
    position: relative;
    pointer-events: all;
    z-index: 2;
}

.section--multicloud-video__watch {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 45px;
    z-index: 2;
}

.section--multicloud-video__watch a {
    color: inherit;
    text-decoration: none;
    pointer-events: all;
}

.section--multicloud-video__watch a:hover {
    text-decoration: underline;
}

.section--multicloud-video__box {
    padding-left: 12%;
}

.section--multicloud-video__box .video-modal-thumb:before {
    content: none;
}

.video-modal-thumb .video-icon--white::before {
    background-image: url(../images/icons/youtube-modal/youtube_on-white.svg);
    width: 15%;
}

.section--multicloud-video__box .video-modal-thumb .video-icon::after,
.section--multicloud-video__box .video-modal-thumb .video-icon::before {
    width: 12%;
    height: 16%;
}


.section--multicloud-insight {
    text-align: center;
    background: rgba(6, 143, 207, 0.22);
    padding: 100px 0 80px;
}

.section--multicloud-insight__title {
    color: #2C0256;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: .75em;
}

.section--multicloud-insight__text {
    margin-bottom: 20px;
}

.section--multicloud-insight .video-icon {
    z-index: 2;
}

.section--multicloud-insight__box__about {
    position: absolute;
    text-align: right;
    color: #fff;
    font-size: 13px;
    bottom: 15px;
    right: 0;
    left: 0;
    padding: 0 20px;
}

.section--multicloud-insight__box__name {
    font-weight: 600;
}

.section--multicloud-insight__box__work {
    font-weight: 300;
}

.section--multicloud-insight__box__description {
    flex-grow: 1;
    background: #fff;
    color: #563058;
    padding: 23px 20px 27px;
}

.section--multicloud-insight__box__title {
    font-weight: 700;
}

.section--multicloud-insight__box__text {
    font-size: 13px;
    max-width: 319px;
    margin: 0 auto;
}


.section--multicloud-btn {
    text-align: center;
    padding: 43px 0;
}

.section--multicloud-btn .btn-with-icon {
    width: 100%;
    max-width: 370px;
}


.section--multicloud-journey {
    position: relative;
    color: #fff;
    z-index: 2;
}

.section--multicloud-journey__bg {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    max-height: 684px;
    z-index: 1;
}

.section--multicloud-journey .section--campaign__title {
    color: inherit;
    font-size: 43px;
    line-height: 1;
}


.section--multicloud-perspectives {
    text-align: center;
    padding: 100px 0 80px;
}

.section--multicloud-perspectives__title {
    color: #2C0256;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: .75em;
}

.section--multicloud-perspectives__text {
    max-width: 500px;
    margin: 0 auto;
}

.section--multicloud-perspectives__boxes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.section--multicloud-perspectives__box {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.section--multicloud-perspectives__box__preview {
    padding-bottom: 56.25%;
}

.section--multicloud-perspectives__box__description {
    flex-grow: 1;
    background: rgba(6, 143, 207, 0.22);
    color: #563058;
    padding: 23px 25px;
}

.section--multicloud-perspectives__box__title {
    font-weight: 700;
}

.section--multicloud-perspectives__box__text {
    font-size: 13px;
    margin-bottom: 1em;
}

.section--multicloud-perspectives__box__by {
    font-size: 13px;
}

.section--multicloud-perspectives__box__name {
    font-weight: 600;
}

.section--multicloud-perspectives__box__work {
    font-size: 13px;
    font-weight: 300;
}

.section--multicloud-perspectives__box .btn-with-icon {
    width: 100%;
}


.section--sectors-main {
    text-align: center;
    color: #fff;
    padding: 235px 0 250px;
}

.section--sectors-main .section--sectors-main__title {
    font-size: 46px;
    letter-spacing: -.01em;
    text-transform: uppercase;
    line-height: 1;
    margin-top: .33em;
}


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

.section--sectors-strategy__bg {
    position: absolute;
    background-position: right center;
    top: 0;
    left: 0;
    bottom: 0;
    width: 52%;
    z-index: -1;
}

.section--sectors-strategy__inner {
    max-width: 442px;
    margin: 0 0 0 auto;
}

.section--sectors-strategy__title {
    color: #563058;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
    margin-bottom: 1.33em;
}

.section--sectors-strategy__btn {
    margin-top: 42px;
}

.section--sectors-strategy__btn img {
    margin-left: 1em;
}


.section--sectors-videos {
    position: relative;
    text-align: center;
    background-color: rgba(86, 48, 88, 0.2);
    padding: 100px 0 75px;
    z-index: 2;
}

.section--sectors-videos__bg {
    position: absolute;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    top: 80px;
    bottom: 0;
    right: -107px;
    width: 354px;
    z-index: -1;
}

.video-modal-thumb .video-icon--cirlce::before,
.video-modal-thumb .video-icon--cirlce::after {
    background-image: url(../images/icons/youtube-modal/youtube_circle.svg);
    width: 70px;
    height: 70px;
}

.section--sectors-capability {
    background-color: #5F3660;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff;
    overflow: hidden;
    padding: 85px 0 93px;
}

.section--sectors-capability__title {
    color: #DCD4DD;
    font-weight: 400;
    letter-spacing: -.01em;
}

.section--sectors-capability__content {
    max-width: 361px;
}

.section--sectors-capability__btn {
    margin-top: 40px;
}

.section--sectors-capability__btn .btn-with-icon {
    background: #896490;
    color: #fff;
}

.section--sectors-capability__btn .btn-with-icon:hover {
    background: #DCD4DD;
    color: #563058;
}

.section--sectors-capability__btn img {
    margin-left: 1em;
}

.section--sectors-capability__img {
    position: relative;
}

.section--sectors-capability__img img {
    position: absolute;
    top: -65px;
    left: -33px;
    max-width: calc(100% + 60px);
    max-height: none;
}


.section--sectors-learn {
    position: relative;
    text-align: center;
    background-position: bottom 145px right -64px;
    background-color: #F1F1F1;
    background-repeat: no-repeat;
    padding: 65px 0 55px;
}

.section--sectors-learn:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 152px;
    right: -233px;
    width: 396px;
    height: 396px;
    background: #DCD4DD;
    border-radius: 50%;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.section--sectors-learn__top {
    position: relative;
}

.section--sectors-learn__top:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 28px;
    left: 85px;
    width: 73px;
    height: 73px;
    border: 8px solid #563058;
    border-radius: 50%;
    pointer-events: none;
}

.section--sectors-learn__bottom {
    margin-top: 40px;
}


.section--sectors--journey__bg {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    max-height: 605px;
    z-index: 1;
}


.section--sectors-cyber {
    position: relative;
    text-align: center;
    background: #1C3258;
    color: #fff;
    padding: 75px 0 110px;
    z-index: 1;
}

.section--sectors-cyber:before {
    position: absolute;
    display: block;
    content: '';
    top: 70px;
    left: -54px;
    width: 132px;
    height: 132px;
    background: #218ECC;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.section--sectors-cyber:after {
    position: absolute;
    display: block;
    content: '';
    bottom: -74px;
    right: -116px;
    width: 366px;
    height: 366px;
    border-radius: 50%;
    border: 8px solid #D8EEF8;
    pointer-events: none;
    z-index: -1;
}

.section--sectors-cyber__title {
    color: #218ECC;
}

.section--sectors-cyber__videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.section--sectors-cyber .section--campaign-videos__box__preview {
    position: relative;
    overflow: hidden;
}

.video-modal-thumb--blue:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #218ECC;
    mix-blend-mode: color;
    transition: .2s;
    pointer-events: none;
    z-index: 1;
}

.video-modal-strip {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #218ECC;
    background: #fff;
    font-weight: 700;
    text-transform: uppercase;
    top: 15px;
    right: -65px;
    height: 46px;
    width: 200px;
    transform: rotate(45deg);
    transform-origin: center;
    will-change: transform;
    z-index: 2;
}


.section--sectors-find {
    position: relative;
    text-align: center;
    padding: 70px 0 25px;
    z-index: 1;
}

.section--sectors-find:before {
    position: absolute;
    display: block;
    content: '';
    top: 50px;
    left: -67px;
    width: 206px;
    height: 206px;
    background: #88638F;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.section--sectors-find:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 81px;
    right: 70px;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #563058;
    pointer-events: none;
    z-index: -1;
}

.section--sectors-find__title {
    color: #563058;
    font-size: 32px;
    margin-bottom: 25px;
}

.section--sectors__item {
    margin-bottom: 40px;
}

.section--sectors__item__img {
    margin-bottom: 30px;
}

.section--sectors__item__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.01em;
    margin-bottom: 1em;
}

.section--sectors__item__btn .btn {
    background: #563058;
    font-size: 16px;
    font-weight: 600;
    padding: .82em 1em;
    min-width: 144px;
    transition: .2s;
}

.section--sectors__item__btn .btn:hover {
    background: #DCD4DD;
    color: #563058;
}


.section--campaign-halfs__item:nth-child(odd) .section--campaign-halfs__item__col {
    color: #fff;
}

.section--campaign-halfs__item__title {
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: .75em;
}

.section--campaign-halfs__item__title--pink {
    color: #DCD4DD;
}

.section--campaign-halfs__item__title--blue {
    color: #068FCF;
}
.section--campaign-halfs__item_four .section--campaign__title{
color: #1C3258;
}

.section--campaign-halfs__item__btn {
    margin-top: 36px;
}

.section--campaign-halfs__item__btn img {
    margin-left: .5em;
}

.section--campaign-halfs__item__btn .btn-with-icon-dark-pink:hover {
    background: #DCD4DD;
}

.btn-with-icon-blue {
    background: #068FCF;
}

.btn-with-icon-blue:hover {
    background: #D8EEF8;
}

.section--campaign-halfs__item__img {
    margin-top: 52px;
}

.section--campaign-halfs__item__img img {
    position: relative;
    left: -16.5%;
    max-width: 127%;
    margin-bottom: -33%;
}

.section--campaign-halfs__item__videobox {
    margin-top: 45px;
}


.scrolltop {
    position: fixed;
    text-align: right;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 41px;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 11;
}

.scrolltop__btn {
    background: none;
    border: none;
    border-radius: 50%;
    font-size: 0;
    width: 51px;
    height: 51px;
    padding: 0;
    outline: none;
    pointer-events: all;
    transition: opacity .2s ease, visibility .2s ease, box-shadow;
}

.scrolltop__btn img {
    width: 100%;
    border-radius: 50%;
    transition: .2s ease;
}

.scrolltop .scrolltop__btn:focus {
    outline: none;

}

body:not(.js-scrolled-down) .js-page-scroll-up {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/*================================================*/
/*                    MEDIA     	              */
/*================================================*/
@media screen and (min-width: 992px) {
    .section--campaign-halfs {
        display: flex;
        flex-wrap: wrap;
    }

    .section--campaign-halfs__item {
        display: flex;
        background-repeat: no-repeat;
        width: 50%;
        padding: 100px 5px;
        min-height: 900px;
    }

    .section--campaign-halfs__item__col {
        width: 465px;
    }

    .section--campaign-halfs__item__inner {
        width: 100%;
        padding: 0 calc(8.33% + 40px);
    }

    .section--campaign-halfs__item:nth-child(odd) {
        background-position: bottom left;
    }

    .section--campaign-halfs__item:nth-child(odd) .section--campaign-halfs__item__col {
        margin: 0 0 0 auto;
    }

    .section--campaign-halfs__item:nth-child(even) {
        background-position: bottom right;
    }

    .section--campaign-halfs__item:nth-child(even) .section--campaign-halfs__item__col {
        align-self: center;
        padding-right: 10px;
        margin: 0 auto 0 0;
    }

    .section--campaign-halfs__item:nth-child(even) .section--campaign-halfs__item__inner {
        padding-right: 0;
    }

    .section--campaign-halfs__item:nth-child(even) .section--campaign-halfs__item__content {
        max-width: 365px;
    }

    .scrolltop__btn:hover img {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    }
}

@media screen and (min-width: 1200px) {
    .section--campaign-halfs__item__col {
        width: 565px;
    }
}

@media screen and (max-width: 1366px) {
    .section--multicloud-video:before {
        right: auto;
        left: 50%;
        transform: none;
    }
}

@media screen and (max-width: 991px) {
    .section--campaign-guide__bg {
        width: calc(50% + 42px);
    }

    .section--case-results__item {
        width: 33.33%;
    }

    .section--sectors-learn {
        background-image: none !important;
    }

    .section--sectors-learn:before {
        content: none;
    }

    .section--sectors-learn__top:before {
        content: none;
    }

    .section--sectors-strategy__bg {
        width: 50%;
    }

    .section--sectors-find:before,
    .section--sectors-find:after {
        content: none;
    }


    .section--campaign-halfs__item {
        background-image: none !important;
        padding: 60px 0;
    }

    .section--campaign-halfs__item__col {
        width: 740px;
        max-width: 100%;
        padding: 0 10px;
        margin: 0 auto;
    }

    .section--campaign-halfs__item__img img {
        margin-bottom: -18%;
    }
}

@media screen and (min-width: 768px) {
    .section--aws-partnership__items {
        display: flex;
        flex-wrap: wrap;
    }

    .section--aws-partnership__item {
        display: flex;
        flex-direction: column;
        width: 50%;
    }

    .section--aws-partnership__item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, .5);
    }
}

@media screen and (max-width: 767px) {
    .hide-mob {
        display: none !important;
    }

    .section--campaign-flex {
        min-height: 0;
    }

    .section--campaign__title {
        font-size: 24px;
    }

    .section--campaign-main__label {
        padding: 7px 14px;
    }

    .section--campaign-main__title__container {
        font-size: 25px;
    }

    .section--campaign-vision__main__head {
        font-size: 20px;
    }

    .section--campaign-vision__circle {
        position: static;
        margin: 0 auto 60px;
    }

    .section--aws-main-flex {
        min-height: 0;
    }

    .section--aws-main__title {
        font-size: 32px;
    }

    .section--aws-main__title br {
        display: none;
    }

    .section--aws-cloud {
        padding: 60px 0;
    }

    .section--aws-cloud__img {
        margin-bottom: 40px;
    }

    .section--aws-cloud__img img {
        margin: 0 auto;
        max-width: 100%;
    }

    .section--campaign .title-h2 {
        font-size: 24px;
    }

    .section--aws-moveit {
        padding-bottom: 100px;
    }

    .section--aws-moveit__item {
        padding: 0 20px 30px;
    }

    .section--aws-moveit__item__title {
        font-size: 22px;
    }

    .section--with-romb {
        margin-bottom: 55px;
    }

    .section__romb {
        top: -80px;
        bottom: -40px;
    }

    .section--aws-partnership__item__img {
        margin-bottom: 20px;
    }

    .section--aws-partners {
        padding: 40px 0;
    }

    .section--aws-partners__logos {
        flex-wrap: wrap;
    }

    .section--aws-partners__logo {
        flex-grow: 1;
        max-width: 25%;
    }

    .no-flexboxlegacy .section--aws-partners__logo {
        width: 25%;
    }

    .section--aws-why {
        padding-bottom: 50px;
    }

    .section--aws-why__subtitle {
        font-size: 21px;
    }

    .section--case-partnership {
        padding: 60px 0;
    }

    .section--case-partnership__title {
        font-size: 22px;
    }

    .section--case-solution {
        padding: 80px 0 160px;
    }

    .section--case-results__item {
        width: 50%;
    }

    .section--case-results__item__icon {
        margin-bottom: 10px;
    }

    .section--case-results__item__content strong,
    .section--case-results__item__content b {
        font-size: 1.2em;
    }

    .section--case-end {
        padding: 60px 0 70px;
    }

    .section--case-end__title {
        font-size: 22px;
    }

    .section--case-end__title br {
        display: none;
    }


    .section--multicloud-main__flex {
        min-height: 0;
    }

    .section--multicloud-main__title h1 {
        font-size: 42px;
    }

    .section--multicloud-main__label {
        font-size: 17px;
    }


    .section--multicloud-video {
        padding: 60px 0;
    }

    .section--multicloud-video:before {
        content: none;
    }

    .section--multicloud-video__main__inner {
        max-width: none;
    }

    .section--multicloud-video__head {
        font-size: 20px;
    }

    .section--multicloud-video__circle-text {
        left: auto;
        font-size: 18px;
        width: 300px;
        padding: 65px 17px 85px;
        margin: 40px auto -70px;
    }

    .section--multicloud-video__circle-text:before {
        width: 300px;
        height: 300px;
    }

    .section--multicloud-video__watch {
        bottom: 40px;
    }

    .section--multicloud-video__box {
        padding-left: 0;
    }


    .section--multicloud-insight {
        padding: 60px 0 30px;
    }

    .section--multicloud-insight__title {
        font-size: 24px;
    }

    .section--multicloud-insight__text {
        margin-bottom: 0;
    }


    .section--multicloud-perspectives {
        padding: 60px 0 30px;
    }

    .section--multicloud-perspectives__title {
        font-size: 24px;
    }


    .section--multicloud-journey .section--campaign__title {
        font-size: 28px;
    }


    .section--sectors-main {
        padding: 60px 0;
    }

    .section--sectors-main .section--sectors-main__title {
        font-size: 25px;
        line-height: 1.2;
    }

    .section--sectors-strategy__inner {
        max-width: none;
    }

    .section--sectors-videos {
        padding: 60px 0 40px;
    }

    .section--sectors-capability {
        background-image: none !important;
        padding: 60px 0;
    }

    .section--sectors-capability__content {
        max-width: none;
    }

    .section--sectors-learn {
        padding: 60px 0 30px;
    }

    .section--sectors-cyber {
        padding: 60px 0 40px;
    }

    .section--sectors-cyber:before,
    .section--sectors-cyber:after {
        content: none;
    }

    .section--sectors-find {
        padding: 60px 0 30px;
    }

    .section--sectors__item__img {
        margin-bottom: 15px;
    }


    .scrolltop {
        padding: 10px;
    }

    .scrolltop__btn {
        width: 36px;
        height: 36px;
    }
}

@media screen and (max-width: 440px) {
    .section--case-results__item {
        width: 100%;
    }

    .section--aws-partners__btn .btn {
        width: 100%;
        padding-right: .75em;
        padding-left: .75em;
    }

    .section--aws-partners__logo {
        max-width: 33%;
    }

    .no-flexboxlegacy .section--aws-partners__logo {
        width: 33%;
    }
}

@media screen and (max-width: 350px) {
    .section--aws-partners__logo {
        padding: 5px;
    }
}

@media screen and (min-width: 1200px) {
    .section--campaign.section--sectors-videos .container,
    .section--campaign.section--sectors-find .container,
    .section--campaign.section--sectors-capability .container,
    .section--campaign.section--sectors-cyber .container {
        width: 85vw;
    }
}

@media screen and (min-width: 1441px) {
    .section--sectors__item__img.img-wrap.img-center img {
        min-height: 115px;
    }

    .section--campaign.section--sectors-strategy {
        min-height: calc(100vw * 0.5234 * 1.075);
    }

    .section--campaign.section--sectors-main.cover {
        min-height: calc(100vw * 0.4707);
        display: flex;
        flex-direction: column;
        justify-content: center;
		padding: 0;
    }

    .section--sectors-videos__bg.hide-mob {
        width: calc(100vw * 0.2591);
        height: calc(100vw * 0.2591 * 1.607);
        right: calc((-100vw) * 0.08);
    }

    .section--campaign-halfs__item_one, .section--campaign-halfs__item_five {
        background-size: 92% auto;
    }

    .section--campaign-halfs__item_five {
        min-height: calc(50vw * 1.22);
    }

    .section--campaign-halfs__item_three {
        background-size: 85% auto;
    }

    .section--campaign-halfs__item__col {
        width: calc(100vw * 0.4136);
    }

    .section--campaign-halfs__item_one .section--campaign-halfs__item__img img {
        max-width: 119%;
        margin-bottom: -23%;
    }

    .section--campaign-halfs__item_three .section--campaign-halfs__item__img img {
        max-width: 110%;
        margin-bottom: -17%;
    }

    .section--campaign-halfs__item_two, .section--campaign-halfs__item_four, .section--campaign-halfs__item_six {
        background-size: auto 100%;
    }

    .section--campaign.section--sectors-capability {
        min-height: calc(100vw * 0.35);
        background-size: auto 91%;
    }

    .section--campaign.section--sectors-learn .container {
        width: 70vw;
    }

    .section--campaign.section--sectors-learn {
        background-size: 30% auto;
        background-position: bottom 145px right -5%;
    }

    .section--sectors-learn:before {
        width: 28vw;
        height: 28vw;
        right: -15vw;
    }
}