/*
WCS custom styles:
use classes with the prefix: .wcs-
*/

@font-face {
    font-family: TeleNeo;
    src: url('../fonts/TeleNeoWeb-Regular.eot');
    src: url('../fonts/TeleNeoWeb-Regular.woff2') format('woff2'),
         url('../fonts/TeleNeoWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: TeleNeo;
    src: url('../fonts/TeleNeoWeb-Medium.eot');
    src: url('../fonts/TeleNeoWeb-Medium.woff2') format('woff2'),
         url('../fonts/TeleNeoWeb-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: TeleNeo;
    src: url('../fonts/TeleNeoWeb-Bold.eot');
    src: url('../fonts/TeleNeoWeb-Bold.woff2') format('woff2'),
         url('../fonts/TeleNeoWeb-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: TeleNeo;
    src: url('../fonts/TeleNeoWeb-ExtraBold.eot');
    src: url('../fonts/TeleNeoWeb-ExtraBold.woff2') format('woff2'),
         url('../fonts/TeleNeoWeb-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: TeleNeo-Var;
    src: url('../fonts/TeleNeoVariable-Upright.woff2') format('woff2');
    font-weight: 1 999;
    font-style: normal;
}




body.wcs-locked{
	overflow:hidden;
}

html,body{
	padding: 0px;
	margin: 0px;
}


.wcs-custom-page{
	position:relative;
	font-size:24px;
	color:#fff;
    background: #000;
	font-family: TeleNeo-Var;
	font-weight: 400;
	text-align: center;
	padding: 0px 0 0 0;
	overflow: hidden;
}

.wcs-custom-page *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wcs-custom-page a{
	color: inherit;
}


.wcs-clear{
	clear:both;
}

.wcs-custom-page h1,
.wcs-custom-page h2,
.wcs-custom-page h3,
.wcs-custom-page h4,
.wcs-custom-page h5,
.wcs-custom-page h6{
	margin: 0px;
	padding: 0px;
}


.wcs-custom-page p{
	margin: 0px;
	padding: 0 0 20px 0;
}
.wcs-custom-page p:last-child{
	padding: 0px;
}

.wcs-mob-br{
    display: none;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */



header{
    width: 100%;
    background: #fff;
}

header .wcs-hold{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 0px;
    padding: 0px;
    min-height: 96px;
}

header .wcs-logo{
    width: 96px;
}

header .wcs-logo img{
    display: block;
    width: 100%;
}

header .wcs-lang-select{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    padding: 12px 24px 0 0;

}

header .wcs-lang-select a{
    display: block;
    padding: 2px 8px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    text-decoration: none;
}

header .wcs-lang-select a.wcs-active{
    font-weight: 655;
}


footer{
    width: 100%;
    overflow: hidden;
    background: #000 url("https://ogilvyone.cachefly.net/telekom/pb/images/logo-white.svg") no-repeat  center 32px;
    background-size: 64px auto;
}

footer .wcs-hold{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 48px;
    text-align: left;
    align-content: center;
    padding: 154px 24px 28px 24px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;

    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
    text-decoration: none;

}

footer .wcs-hold a,
footer .wcs-hold button{
    font-family: TeleNeo-Var;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}



footer .wcs-hold a:hover,
footer .wcs-hold button:hover{
    text-decoration: underline;
}

footer .wcs-hold button{
    border: 0px;
    background: none;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {
   
    
}
@media screen and (max-width: 959px){

  
    header .wcs-logo{
        width: 60px;

    }

    header .wcs-hold{
        min-height: 60px;
        padding-left: 40px;

    }

    footer{
        background-size: 48px;
    }

    footer .wcs-hold{
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        gap: 30px;
        border-left: 40px solid #fff;
        border-right: 40px solid #fff;

        padding-top: 135px;
    }

    footer .wcs-hold,
    footer .wcs-hold a,
    footer .wcs-hold button{
        font-size: 14px;
    }


}
@media screen and (max-width: 767px){

    header .wcs-hold{
        padding-left: 0px;
    }

    footer .wcs-hold{
        border: 0px;
    }

}
@media screen and (max-width: 374px){}


/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */


.wcs-hero{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.wcs-hero .wcs-bg img,
.wcs-hero .wcs-bg video{
    display: block;
    width: 100%;
}

.wcs-hero .wcs-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: #fff;
    transition: all 500ms;
    visibility: hidden;
}

.wcs-hero.wcs-active .wcs-content{
    opacity: 1;
    visibility: visible;
}

.wcs-hero .wcs-content .wcs-title{
    
    font-size: 56px;
    font-style: normal;
    font-weight: 655;
    line-height: 100%;
    letter-spacing: -0.56px;
    transform: translate(0, -20%);
    transition: all 500ms;
}

.wcs-hero.wcs-active .wcs-content .wcs-title{
    transform: translate(0, -0%);
}

.wcs-hero .wcs-content .wcs-sub-title{
    padding: 8px 0 40px 0; 
    font-size: 32px;
    font-style: normal;
    font-weight: 655;
    line-height: 110%;
    letter-spacing: -0.32px;
    transform: translate(0, -20%);
    transition: all 500ms;
}

.wcs-hero.wcs-active .wcs-content .wcs-sub-title{
    transform: translate(0, -0%);
}

.wcs-hero .wcs-content .wcs-video-play{
    display: block;
    width: 55px;
    height: 48px;
    background: url("https://ogilvyone.cachefly.net/telekom/pb/images/icon-hero-play.svg") no-repeat center center;
    background-size: contain;
    margin: 0 auto;
    display: block;
    border: 0px;
    font-size: 0px;
    color: #fff;
    cursor: pointer;
}

.wcs-hero .wcs-scroll{
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -0%);
    opacity: 0;
    visibility: hidden;

    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; 
    z-index: 2;
    
}

.wcs-hero.wcs-active .wcs-scroll{
    opacity: 1;
    visibility: visible;
}

.wcs-hero .wcs-scroll::before,
.wcs-hero .wcs-scroll::after{
    content: "";
    position: relative;
    width: 32px;
    height: 44px;
    background: url("https://ogilvyone.cachefly.net/telekom/pb/images/icon-scroll.svg") no-repeat center center;
    background-size: cover;
    margin: 8px auto 0 auto;
    display: block;
}

.wcs-hero .wcs-scroll::before{
    bottom: 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 19px;
    height: 19px;
    background: url("https://ogilvyone.cachefly.net/telekom/pb/images/icon-scroll-arrow.svg") no-repeat center center;
    background-size: cover;
    animation: wcs-scroll-bounce 1.4s ease-in-out infinite;
}


@keyframes wcs-scroll-bounce {
    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 8px);
    }
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {

        .wcs-hero{
      max-width: 100.00vw;
    }

    .wcs-hero .wcs-content .wcs-title{
      font-size: 3.89vw;
      letter-spacing: -0.03vw;
    }

    .wcs-hero .wcs-content .wcs-sub-title{
      padding: 0.56vw 0 2.78vw 0;
      font-size: 2.23vw;
      letter-spacing: -0.02vw;
    }

    .wcs-hero .wcs-content .wcs-video-play{
      width: 3.82vw;
      height: 3.34vw;
    }

    .wcs-hero .wcs-scroll{
      bottom: 1.39vw;
      font-size: 0.84vw;
    }

    .wcs-hero .wcs-scroll::before,
    .wcs-hero .wcs-scroll::after{
      width: 2.23vw;
      height: 3.06vw;
      margin: 0.56vw auto 0 auto;
    }

    .wcs-hero .wcs-scroll::before{
      bottom: 1.05vw;
      width: 1.32vw;
      height: 1.32vw;
    }
}
@media screen and (max-width: 959px){
    .wcs-hero .wcs-content .wcs-video-play {
        width: 42px;
        height: 40px;
    }

    .wcs-hero .wcs-scroll{
        transform: translate(-50%, -0%) scale(0.7) ;
        transform-origin: center bottom;
    }
}
@media screen and (max-width: 767px){

    .wcs-hero .wcs-bg img, .wcs-hero .wcs-bg video{
        height: 106vw;
        object-fit: cover;
    }


}
@media screen and (max-width: 374px){}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */

.wcs-intro{
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 150px 156px 60px 156px;
}

.wcs-intro .wcs-side-earth{
    position: absolute;
    width: 873px;
    right: -350px;
    top: 50px;
    transform: translate(-0%, 0);
    z-index: 1;
}

.wcs-intro .wcs-side-earth img,
.wcs-intro .wcs-side-earth video{
    display: block;
    width: 100%;
    height: auto;
}

.wcs-intro .wcs-content{
    text-align: left;
}

.wcs-intro .wcs-content .wcs-title{ 
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 655;
    line-height: 100%;
    letter-spacing: -0.4px;
    max-width: 695px;
}

.wcs-intro .wcs-content .wcs-text{
    padding: 24px 0 130px 0;
    font-size: 22px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.22px;
    max-width: 655px;
}

.wcs-intro .wcs-content .wcs-logo{
    width: 640px;
}

.wcs-intro .wcs-content .wcs-logo img{
    display: block;
    width: 100%;
}


@media screen and (min-width: 960px) and (max-width: 1439px)  {
    .wcs-intro{
      max-width: 100.00vw;
      padding: 10.42vw 10.84vw 4.17vw 10.84vw;
    }

    .wcs-intro .wcs-side-earth{
      width: 60.63vw;
      right: -24.30vw;
      top: 3.48vw;
    }

    .wcs-intro .wcs-content .wcs-title{
      font-size: 2.78vw;
      letter-spacing: -0.02vw;
      max-width: 48.27vw;
    }

    .wcs-intro .wcs-content .wcs-text{
      padding: 1.67vw 0 9.03vw 0;
      font-size: 1.53vw;
      letter-spacing: -0.01vw;
      max-width: 45.49vw;
    }

        .wcs-intro .wcs-content .wcs-logo{
      width: 44.45vw;
    }
}
@media screen and (max-width: 959px){
  
    .wcs-intro{
        padding: 65px 45px;
    }

    .wcs-intro .wcs-side-earth {
        position: relative;
        width: 80%;
        right: auto;
        top: auto;
        transform: translate(-0%, 0);
        z-index: 1;
       margin: 0 auto;
    }

    .wcs-intro .wcs-content .wcs-logo {
        width: 76%;
        margin: 0 auto;
    }

    .wcs-intro .wcs-content .wcs-text{
        padding: 24px 0 50px 0;
    }

}
@media screen and (max-width: 767px){
    .wcs-intro {
        padding: 43px 20px;
    }

    .wcs-intro .wcs-content .wcs-title {
        font-size: 24px;
    }

    .wcs-intro .wcs-content .wcs-title br{
        display: none;
    }

    .wcs-intro .wcs-content .wcs-text{
        font-size: 17px;
    }

    .wcs-intro .wcs-side-earth{
        width: 60%;
        margin: 40px auto 0 auto;
    }

}
@media screen and (max-width: 374px){}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */

.wcs-we-are-telekom{
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: left;
}

.wcs-we-are-telekom .wcs-title{
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.8px;
    padding: 0 0 64px 0;
}


.wcs-we-are-telekom .wcs-items {
    display: grid;
    grid-template-columns:
        347px
        20px
        336px
        20px
        18px
        15px
        372px;

    grid-template-rows: 256px 156px 226px;
    row-gap: 20px;

    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}

.wcs-we-are-telekom .wcs-items .wcs-i1 {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.wcs-we-are-telekom .wcs-items .wcs-i2 {
    grid-column: 3 / 6;
    grid-row: 1;
}

.wcs-we-are-telekom .wcs-items .wcs-i3 {
    grid-column: 7;
    grid-row: 1;
}

.wcs-we-are-telekom .wcs-items .wcs-i4 {
    grid-column: 3 / 8;
    grid-row: 2;
}

.wcs-we-are-telekom .wcs-items .wcs-i5 {
    grid-column: 1 / 4;
    grid-row: 3;
}

.wcs-we-are-telekom .wcs-items .wcs-i6 {
    grid-column: 5 / 8;
    grid-row: 3;
}





.wcs-we-are-telekom .wcs-items .wcs-item{
    border-radius: 24px;
    border: 1.5px solid #FFF;
    align-content: center;
    text-align: center;
    padding: 31px;
}


.wcs-we-are-telekom .wcs-items .wcs-i2 {
    text-align: left;
    align-content: end;
    background: url("https://ogilvyone.cachefly.net/telekom/pb/images/icon-first-brand.svg") no-repeat calc(100% - 25px) 25px;
    background-size: 95px auto;
}

.wcs-we-are-telekom .wcs-items .wcs-i3 {
    text-align: left;
    align-content: end;
    background: #E20074 url("https://ogilvyone.cachefly.net/telekom/pb/images/icon-first-european-brand.svg")  no-repeat calc(100% - 25px) 25px;
    background-size: 95px auto;
    border-color: #E20074 !important;
}

.wcs-we-are-telekom .wcs-items .wcs-i5,
.wcs-we-are-telekom .wcs-items .wcs-i6{
    text-align: left;
}

.wcs-we-are-telekom .wcs-items .wcs-item .wcs-item-title{
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -0.88px;
}

.wcs-we-are-telekom .wcs-items .wcs-item .wcs-item-title.wcs-min{
    font-size: 32px;
}

.wcs-we-are-telekom .wcs-items .wcs-item .wcs-item-title.wcs-xmin{
    font-size: 24px;
}

.wcs-we-are-telekom .wcs-items .wcs-item .wcs-item-title.wcs-max{
    color: #E20074;
    font-size: 103.449px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -2.069px;
    margin: 7px 0 -7px 0;
}

.wcs-we-are-telekom .wcs-items .wcs-item .wcs-item-title strong{
    color: #E20074;
    font-weight: 800;
}


.wcs-we-are-telekom .wcs-sources{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.16px;
    padding: 16px 0 0 0;
}

.wcs-we-are-telekom .wcs-sources a{
    font-weight: 700;
    text-decoration: underline;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {

        .wcs-we-are-telekom{
      max-width: 78.34vw;
      padding: 4.17vw 0;
    }

    .wcs-we-are-telekom .wcs-title{
      font-size: 5.56vw;
      letter-spacing: -0.05vw;
      padding: 0 0 4.45vw 0;
    }

    .wcs-we-are-telekom .wcs-items{
      grid-template-columns:
            24.10vw
            1.39vw
            23.34vw
            1.39vw
            1.25vw
            1.05vw
            25.84vw;
      grid-template-rows: 17.78vw 10.84vw 15.70vw;
      row-gap: 1.39vw;
      max-width: 78.34vw;
    }

    .wcs-we-are-telekom .wcs-items .wcs-item{
      border-radius: 1.67vw;
      border: 0.11vw solid #FFF;
      padding: 2.16vw;
    }

    .wcs-we-are-telekom .wcs-items .wcs-i2{
      background: url("https://ogilvyone.cachefly.net/telekom/pb/images/icon-first-brand.svg") no-repeat calc(100% - 1.74vw) 1.74vw;
      background-size: 6.60vw auto;
    }

    .wcs-we-are-telekom .wcs-items .wcs-i3{
      background: #E20074 url("https://ogilvyone.cachefly.net/telekom/pb/images/icon-first-european-brand.svg")  no-repeat calc(100% - 1.74vw) 1.74vw;
      background-size: 6.60vw auto;
    }

    .wcs-we-are-telekom .wcs-items .wcs-item .wcs-item-title{
      font-size: 3.06vw;
      letter-spacing: -0.06vw;
    }

    .wcs-we-are-telekom .wcs-items .wcs-item .wcs-item-title.wcs-min{
      font-size: 2.23vw;
    }

    .wcs-we-are-telekom .wcs-items .wcs-item .wcs-item-title.wcs-xmin{
      font-size: 1.67vw;
    }

    .wcs-we-are-telekom .wcs-items .wcs-item .wcs-item-title.wcs-max{
      font-size: 7.19vw;
      letter-spacing: -0.14vw;
      margin: 0.49vw 0 -0.48vw 0;
    }
    .wcs-we-are-telekom .wcs-sources{
      font-size: 1.12vw;
      letter-spacing: -0.01vw;
      padding: 1.12vw 0 0 0;
    }
}
@media screen and (max-width: 959px){

    .wcs-we-are-telekom{
        padding: 0 30px;
    }

    .wcs-we-are-telekom .wcs-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        grid-auto-rows: auto;
        gap: 20px;
        max-width: none;
    }

    .wcs-we-are-telekom .wcs-items .wcs-i1 {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .wcs-we-are-telekom .wcs-items .wcs-i2 {
        grid-column: 1;
        grid-row: auto;
    }

    .wcs-we-are-telekom .wcs-items .wcs-i3 {
        grid-column: 2;
        grid-row: auto;
    }

    .wcs-we-are-telekom .wcs-items .wcs-i4 {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .wcs-we-are-telekom .wcs-items .wcs-i5 {
        grid-column: 1;
        grid-row: auto;
    }

    .wcs-we-are-telekom .wcs-items .wcs-i6 {
        grid-column: 2;
        grid-row: auto;
    }


    .wcs-we-are-telekom .wcs-items .wcs-i2,
    .wcs-we-are-telekom .wcs-items .wcs-i3{
        background-size: 68px;
    }

    .wcs-we-are-telekom .wcs-title {
        font-size: 42px;
        padding: 0 0 46px 0;
    }


}
@media screen and (max-width: 767px){


    .wcs-we-are-telekom{
        padding: 30px 16px;
    }

    .wcs-we-are-telekom .wcs-title {
        font-size: 36px;
        padding: 0 0 24px 0;
    }

    .wcs-we-are-telekom .wcs-items {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
        grid-auto-rows: auto;
        gap: 16px;
    }

    .wcs-we-are-telekom .wcs-items .wcs-item {
        grid-column: 1 / -1;
        grid-row: auto;
        border-radius: 18px;

        padding: 24px;
        min-height: 54vw;

    }

    .wcs-we-are-telekom .wcs-items .wcs-item .wcs-item-title{
        font-size: 42px;
    }

    .wcs-we-are-telekom .wcs-items .wcs-item .wcs-item-title.wcs-min {
        font-size: 32px;
    }

}
@media screen and (max-width: 374px){}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */

.wcs-magenta{
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
}

.wcs-magenta .wcs-content{
    width: 547px;
    text-align: left;
}

.wcs-magenta .wcs-content .wcs-title{
   
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; 
    letter-spacing: -0.8px;
}

.wcs-magenta .wcs-content .wcs-title span{
    color: #E20074;
}

.wcs-magenta .wcs-content .wcs-text{
    padding: 24px 0 0 0;
    font-size: 22px;
    font-style: normal;
    line-height: 120%; 
    letter-spacing: -0.22px;
}

.wcs-magenta .wcs-photo{
    width: 321px;
}

.wcs-magenta .wcs-photo img{
    display: block;
    width: 100%;
}


@media screen and (min-width: 960px) and (max-width: 1439px)  {
        .wcs-magenta{
      padding: 4.17vw 1.39vw;
      gap: 13.89vw;
    }
    .wcs-magenta .wcs-content{
      width: 37.99vw;
    }

        .wcs-magenta .wcs-content .wcs-title{
      font-size: 3.89vw;
      letter-spacing: -0.05vw;
    }

    .wcs-magenta .wcs-content .wcs-text{
      padding: 1.67vw 0 0 0;
      font-size: 1.53vw;
      letter-spacing: -0.01vw;
    }
        .wcs-magenta .wcs-photo{
          width: 22.30vw;
        }
}
@media screen and (max-width: 959px){


    .wcs-magenta{
        gap: 40px;
    }

    .wcs-magenta .wcs-content .wcs-title{
        font-size: 46px;
    }

    .wcs-magenta .wcs-content .wcs-text{
        font-size: 18px;
    }

}
@media screen and (max-width: 767px){

    .wcs-magenta{
        flex-direction: column-reverse;
        padding: 32px 20px;
    }

    .wcs-magenta .wcs-photo{
        width: 160px;
    }

    .wcs-magenta .wcs-content{
        width: 100%;
    }

    .wcs-magenta .wcs-content .wcs-title {
        font-size: 37px;
    }

}
@media screen and (max-width: 374px){}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */

.wcs-outline-text{
    padding: 60px 0;
    color: #fff;
    text-align: center;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.75px;
}

.wcs-outline-text strong{
    color: #E20074;
    font-size: 75px;
    
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;

    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 2.5px #E20074;
    paint-order: stroke fill;
    font-synthesis: none;
    text-rendering: geometricPrecision;
    transform: skewX(-10deg);
    transform-origin: center bottom;
    margin: 0 5px 0 0;
}


@media screen and (min-width: 960px) and (max-width: 1439px)  {
         .wcs-outline-text{
      padding: 4.17vw 0;
      font-size: 5.21vw;
      letter-spacing: -0.05vw;
    }

    .wcs-outline-text strong{
      font-size: 5.21vw;
      letter-spacing: -0.05vw;
      -webkit-text-stroke: 0.18vw #E20074;
      margin: 0 0.35vw 0 0;
    }
}
@media screen and (max-width: 959px){


    .wcs-outline-text,
    .wcs-outline-text strong{
        font-size: 45px;
    }

}
@media screen and (max-width: 767px){

    .wcs-outline-text{
        padding: 32px 20px;
    }

    .wcs-outline-text, .wcs-outline-text strong {
        font-size: 36px;
    }

}
@media screen and (max-width: 374px){}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */



.wcs-vcr{
    width: 100%;
    max-width: 1416px;
    margin: 0 auto 12px auto;
    position: relative;
    border-radius: 20px;
    background: linear-gradient(221deg, rgba(0, 0, 0, 0.00) 65.01%, rgba(0, 0, 0, 0.80) 91.73%);
    overflow: hidden;
}

.wcs-vcr .wcs-bg img,
.wcs-vcr .wcs-bg video{
    display: block;
    width: 100%;
}

.wcs-vcr .wcs-content{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 64px 143px;
    text-align: left;
}

.wcs-vcr .wcs-title{
    font-size: 80px;
    font-style: normal;
    font-weight: 655;
    line-height: 100%;
    letter-spacing: -0.8px;
}

.wcs-vcr .wcs-text{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    width: 100%;
    max-width: 740px;
}


.wcs-custom-page .wcs-play-pause{
    position: absolute;
    z-index: 5;
    right: 32px;
    bottom: 44px;
    width: 32px;
    height: 32px;
    background: url("https://ogilvyone.cachefly.net/telekom/pb/images/icon-pause.svg") no-repeat center center;
    background-size: cover;
    font-size: 0px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.wcs-custom-page .wcs-intro .wcs-play-pause{
    bottom: -30px;
}

.wcs-custom-page .wcs-play-pause.wcs-active{
    background: none;
}

.wcs-custom-page .wcs-play-pause::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url("https://ogilvyone.cachefly.net/telekom/pb/images/icon-play.svg") no-repeat center center;
    background-size: cover;
    opacity: 0;
}

.wcs-custom-page .wcs-play-pause.wcs-active::after{
    opacity: 1;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {

        .wcs-vcr{
      max-width: 98.34vw;
      margin: 0 auto 0.84vw auto;
      border-radius: 1.39vw;
    }

    .wcs-vcr .wcs-content{
      padding: 4.45vw 9.94vw;
    }

    .wcs-vcr .wcs-title{
      font-size: 5.56vw;
      letter-spacing: -0.05vw;
    }

      .wcs-vcr .wcs-text{
      font-size: 1.39vw;
      max-width: 51.39vw;
    }

    .wcs-custom-page .wcs-play-pause{
      right: 2.23vw;
      bottom: 3.06vw;
      width: 2.23vw;
      height: 2.23vw;
    }
    .wcs-custom-page .wcs-intro .wcs-play-pause{
      bottom: -2.08vw;
    }
}
@media screen and (max-width: 959px){

    .wcs-vcr{
        width: calc(100% - 16px);
    }

    .wcs-vcr .wcs-content {
        padding: 45px 32px;
    }

    .wcs-vcr .wcs-title{
        font-size: 50px;
    }

    .wcs-vcr .wcs-text {
        font-size: 17px;
        max-width: 500px;
    }

    .wcs-custom-page .wcs-intro .wcs-play-pause{
      bottom: 30px;
    }

}
@media screen and (max-width: 767px){



    .wcs-vcr .wcs-bg img, .wcs-vcr .wcs-bg video{
        height: 100vw;
        object-fit: cover;
    }

    .wcs-vcr .wcs-content {
        padding: 36px 16px 16px 16px;
    }


    .wcs-custom-page .wcs-play-pause{
       
        width: 6vw;
        height: 6vw;
        bottom: 12px;
        right: 12px;
    }


    .wcs-vcr .wcs-title {
        font-size: 30px;
    }

    .wcs-vcr .wcs-text {
    font-size: 14px;
    max-width: 397px;
    }

    .wcs-vcr .wcs-text br{
        display: none;
    }
}
@media screen and (max-width: 374px){}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */


.wcs-commitment{
    padding: 180px 20px 165px 20px;
    text-align: center;
    background: url("https://ogilvyone.cachefly.net/telekom/pb/images/bg-logo.webp") no-repeat center center;
    background-size: auto 425px;
    align-content: center;
}

.wcs-commitment .wcs-title{
    color: #FFF;
    text-align: center;
    font-size: 102px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.02px;
}

.wcs-commitment .wcs-text{
    padding: 20px 0 0 0;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.4px;
}


@media screen and (min-width: 960px) and (max-width: 1439px)  {

        .wcs-commitment{
      padding: 12.50vw 1.39vw 11.46vw 1.39vw;
      background-size: auto 29.52vw;
    }

    .wcs-commitment .wcs-title{
      font-size: 7.09vw;
      letter-spacing: -0.07vw;
    }

    .wcs-commitment .wcs-text{
      padding: 1.39vw 0 0 0;
      font-size: 2.78vw;
      letter-spacing: -0.02vw;
    }
}
@media screen and (max-width: 959px){

    .wcs-commitment .wcs-title{
        font-size: 78px;
    }

}
@media screen and (max-width: 767px){

    .wcs-commitment {
        padding: 84px 20px;
        text-align: center;
        background: url("https://ogilvyone.cachefly.net/telekom/pb/images/bg-logo.webp") no-repeat center center;
        background-size: auto 254px;
    }

    .wcs-commitment .wcs-title {
        font-size: 65px;
        max-width: 335px;
        margin: 0 auto;
    }

    .wcs-commitment .wcs-text {
        padding: 20px 0 0 0;
        font-size: 26px;
        max-width: 335px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 374px){}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */



.wcs-pinones{
    padding: 60px 20px;
    text-align: center;
}

.wcs-pinones .wcs-title{
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.64px;
    padding: 0 0 64px 0;
}

.wcs-pinones .wcs-items{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}

.wcs-pinones .wcs-items .wcs-item{
    width: calc(33.33% - 10px);
    min-height: 420px;
    padding: 32px 28px 28px 28px;
    border-radius: 24px;
    background: #FFF;
    text-align: left;
}

.wcs-pinones .wcs-items .wcs-item .wcs-item-icon img{
    width: 94px;
    height: auto;
}

.wcs-pinones .wcs-items .wcs-item .wcs-item-title{
    padding: 32px 0;
    color: #000;
    font-family: TeleNeo;
    font-size: 37px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -0.8px;
}

.wcs-pinones .wcs-items .wcs-item .wcs-item-text{
    color: #000;
    font-family: TeleNeo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {

        .wcs-pinones{
      padding: 4.17vw 1.39vw;
    }

    .wcs-pinones .wcs-title{
      font-size: 4.45vw;
      letter-spacing: -0.04vw;
      padding: 0 0 4.45vw 0;
    }

    .wcs-pinones .wcs-items{
      gap: 0.84vw;
      max-width: 78.34vw;
    }

    .wcs-pinones .wcs-items .wcs-item{
      width: calc(33.33% - 0.70vw);
      min-height: 29.17vw;
      padding: 2.23vw 1.95vw 1.95vw 1.95vw;
      border-radius: 1.67vw;
    }

    .wcs-pinones .wcs-items .wcs-item .wcs-item-icon img{
      width: 6.53vw;
    }

        .wcs-pinones .wcs-items .wcs-item .wcs-item-title{
      padding: 2.23vw 0;
      font-size: 2.57vw;
      letter-spacing: -0.05vw;
    }

    .wcs-pinones .wcs-items .wcs-item .wcs-item-text{
      font-size: 1.12vw;
      letter-spacing: -0.02vw;
    }
}
@media screen and (max-width: 959px){

    .wcs-pinones{
        padding: 0px 20px;
    }
    .wcs-pinones .wcs-title {
        font-size: 42px;
        padding: 0 0 46px 0;
    }

    .wcs-pinones .wcs-items .wcs-item {
        width: calc(33.33% - 10px);
        min-height: 10px;
        padding: 26px 20px 20px 20px;
    }

    .wcs-pinones .wcs-items .wcs-item .wcs-item-icon img{
        width: 54px;
    }

    .wcs-pinones .wcs-items .wcs-item .wcs-item-title {
        padding: 22px 0;
        font-size: 26px;
    }

    .wcs-pinones .wcs-items .wcs-item .wcs-item-text{
        font-size: 15px;
    }
}
@media screen and (max-width: 767px){
    .wcs-pinones .wcs-title {
        font-size: 37px;
        padding: 0 0 35px 0;
        max-width: 330px;
        margin: 0 auto;
    }

    .wcs-pinones .wcs-items .wcs-item{
        width: 100%;
    }

    .wcs-pinones .wcs-items .wcs-item .wcs-item-title {
        padding: 22px 0;
        font-size: 34px;
    }

    .wcs-pinones .wcs-items .wcs-item .wcs-item-icon img {
        width: 68px;
    }
}
@media screen and (max-width: 374px){}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */




.wcs-services .wcs-row{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 32px 0 32px;
    position: relative;
    z-index: 4;
}

.wcs-services .wcs-row .wcs-title{
    
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.64px;
    padding: 0 0 64px 0;
    
}


.wcs-services .wcs-row .wcs-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 12px;
}

.wcs-services .wcs-row .wcs-items .wcs-item{
    padding: 36px 0;
    border-radius: 9.6px;
    background: #E20074;
    height: 220px;
    width: 185px;
}

.wcs-services .wcs-row .wcs-items .wcs-item .wcs-item-logo img{
    display: block;
    width: 100%;
}

.wcs-services .wcs-row .wcs-items .wcs-item .wcs-item-title{
    min-height: 36px;
    align-content: center;
    font-size: 18px;
    font-style: normal;
    line-height: 100%; 
    margin: 20px 0 0 0;
}

.wcs-services .wcs-bg{
    width: 100%;
    max-width: 1440px;
    margin: -380px auto 0 auto;
    position: relative;
    z-index: 1;
}

.wcs-services .wcs-bg img{
    display: block;
    width: 100%;
}


@media screen and (min-width: 960px) and (max-width: 1439px)  {
    .wcs-services .wcs-row{
      max-width: 100.00vw;
      padding: 4.17vw 2.23vw 0 2.23vw;
    }

    .wcs-services .wcs-row .wcs-title{
      font-size: 4.45vw;
      letter-spacing: -0.04vw;
      padding: 0 0 4.45vw 0;
    }

    .wcs-services .wcs-row .wcs-items{
      gap: 0.84vw;
    }

    .wcs-services .wcs-row .wcs-items .wcs-item{
      padding: 2.50vw 0;
      border-radius: 0.67vw;
      height: 15.28vw;
      width: 12.85vw;
    }

    .wcs-services .wcs-row .wcs-items .wcs-item .wcs-item-title{
      min-height: 2.50vw;
      font-size: 1.25vw;
      margin: 1.39vw 0 0 0;
    }

    .wcs-services .wcs-bg{
      max-width: 100.00vw;
      margin: -26.38vw auto 0 auto;
    }
}
@media screen and (max-width: 959px){

    .wcs-services .wcs-row{
        width: calc(100% - 16px);
    }

    .wcs-services .wcs-row .wcs-content .wcs-text {
        width: 320px;
        font-size: 16px;
    }

    .wcs-services .wcs-row .wcs-content .wcs-title{
        font-size: 35px;
    }

    .wcs-services .wcs-row .wcs-content {
        padding: 0 16px 64px 16px;
    }

    .wcs-services .wcs-bg {
        margin: -288px auto 0 auto;
    }

    .wcs-services .wcs-row .wcs-items{
        justify-content: space-between;
    }

    .wcs-services .wcs-row .wcs-items .wcs-item {
        width: calc(25% - 9px);
    }


    .wcs-services .wcs-row .wcs-title {
        font-size: 42px;
        padding: 0 0 46px 0;
    }

}
@media screen and (max-width: 767px){

    .wcs-services .wcs-row{
        padding: 35px 20px 8px 20px;
    }

    .wcs-services .wcs-row .wcs-content{
        flex-direction: column;
        padding: 0 0px 24px 0;
    }

    .wcs-services .wcs-row .wcs-content .wcs-text{
        width: auto;
    }

    .wcs-services .wcs-row .wcs-items {
        gap: 8px;
        width: calc(100% + 24px);
        margin: 0 -12px;
    }

    .wcs-services .wcs-row .wcs-items .wcs-item{
        width: calc(50% - 4px);
        height: auto;
        padding: 24px 0;
    }

    .wcs-services .wcs-row .wcs-items .wcs-item .wcs-item-title {
        min-height: 36px;
        font-size: 17px;
        margin: 20px 5px 0 5px;
    }

    .wcs-services .wcs-bg {
        margin: -32vw auto 0 auto;
    }



}
@media screen and (max-width: 374px){}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */


.wcs-faq{
    padding: 80px 20px;
    position: relative;
    color: #fff;

}


.wcs-faq .wcs-title{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    letter-spacing: -1.44px;
    padding: 0 0 24px 0;
}


.wcs-faq .wcs-items{
    padding: 0px 0 0 0;
    max-width: 1060px;
    margin: 0 auto;
}

.wcs-faq .wcs-items .wcs-item{
    padding: 12px 0;
    text-align: left;
}

.wcs-faq .wcs-items .wcs-item .wcs-item-q{
   font-size: 17px;
    font-style: normal;
    line-height: 160%;
    padding: 0 30px 0 0;
    display: block;
    position: relative;
    text-decoration: none;
    display: block;
    width: 100%;
    border: 0px;
    background: none;
    font-family: TeleNeo-Var;
    text-align: left;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
}

.wcs-faq .wcs-items .wcs-item .wcs-item-q::after{
    content: "";
    position: absolute;
    left: revert;
    right: 0px;
    top: 50%;
    transform: translate(-0%, -50%) rotate(-180deg);
    width: 24px;
    height: 24px;
    background: url("https://ogilvyone.cachefly.net/telekom/pb/images/icon-faq.svg") no-repeat center center;
    background-size: contain;
}

.wcs-faq .wcs-items .wcs-item.wcs-active .wcs-item-q::after{
    transform: translate(-0%, -50%);
}

.wcs-faq .wcs-items .wcs-item .wcs-item-ans{
    font-size: 15px;
    line-height: 160%;
    color: #fff;
    font-weight: 400;
    padding: 10px 0 0 0;
}


.wcs-faq .wcs-items .wcs-item .wcs-item-ans a{
    text-decoration: underline;
}

.wcs-faq .wcs-items .wcs-item .wcs-item-ans table{
  width: 100%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.wcs-faq .wcs-items .wcs-item .wcs-item-ans table td,
.wcs-faq .wcs-items .wcs-item .wcs-item-ans table th{
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 6px; 
}


@media screen and (min-width: 960px) and (max-width: 1365px)  {

        .wcs-faq{
      padding: 5.56vw 1.39vw;
    }

    .wcs-faq .wcs-title{
      font-size: 2.50vw;
      letter-spacing: -0.10vw;
      padding: 0 0 1.67vw 0;
    }

    .wcs-faq .wcs-items{
      max-width: 73.62vw;
    }

    .wcs-faq .wcs-items .wcs-item{
      padding: 0.84vw 0;
    }
    .wcs-faq .wcs-items .wcs-item .wcs-item-q{
      font-size: 1.19vw;
      padding: 0 2.09vw 0 0;
    }

    .wcs-faq .wcs-items .wcs-item .wcs-item-q::after{
      width: 1.67vw;
      height: 1.67vw;
    }

    .wcs-faq .wcs-items .wcs-item .wcs-item-ans{
      font-size: 1.05vw;
      padding: 0.70vw 0 0 0;
    }

    .wcs-faq .wcs-items .wcs-item .wcs-item-ans table{
      border-left: 0.07vw solid #fff;
      border-top: 0.07vw solid #fff;
    }

    .wcs-faq .wcs-items .wcs-item .wcs-item-ans table td{
      border-right: 0.07vw solid #fff;
      border-bottom: 0.07vw solid #fff;
      padding: 0.42vw;
    }

}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){

    .wcs-faq {
        padding: 32px 12px;
    }
  .wcs-faq .wcs-title{
  }
}



/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */




.wcs-lightbox{
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
}

.wcs-lightbox .wcs-back-close{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index: 1;
}

.wcs-lightbox .wcs-content{
  position:absolute;
  top:50%;
  left:50%;
  width:calc(100% - 30px);
  
  height: 85vh;
  background:#000;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  z-index: 10;
}


.wcs-lightbox .wcs-content iframe{
  display: block;
  width: 100%;
  height: 100%;
  border: 0px;
}

.wcs-lightbox .wcs-content .wcs-close::before{
  content: "✕";
}

.wcs-lightbox .wcs-content .wcs-close{
  position:absolute;
  right:0px;
  top:-30px;
  color: #fff;
  display:block;
  font-size: 20px;
  text-align: center;
  background: none;
  border: 0px;
  cursor: pointer;
}



@media screen and (min-width: 960px) and (max-width: 1439px)  {}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){}
@media screen and (max-width: 374px){}

/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */


.wcs-custom-page:has(.wcs-text-content){
    background: #fff;
    color: #000;
}

.wcs-text-content{
    padding: 80px 128px;
    width: 100%;
    max-width: 1440px;
    text-align: left;
    margin: 0 auto;
}

.wcs-text-content .wcs-title{
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; 
    letter-spacing: -0.64px;
    padding: 0 0 24px 0;
}

.wcs-text-content .wcs-text h2,
.wcs-text-content .wcs-text h3,
.wcs-text-content .wcs-text h4,
.wcs-text-content .wcs-text h5,
.wcs-text-content .wcs-text h6{
    font-size: 32px;
    padding: 24px 0 12px 0;
}

.wcs-text-content .wcs-text{
    font-size: 23px;
    line-height: 120%;
}

.wcs-text-content ul,
.wcs-text-content ol{
    margin: 0px 0 0 20px;
    padding: 0px;
}


.wcs-text-content .wcs-text table{
    width: 100%;
    margin: 0 0 20px 0;
    border: 0px;
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}

.wcs-text-content .wcs-text table td{
    padding: 5px;
    font-size: 13px;
    line-height: 100%;
    border: 0px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.wcs-text-content .wcs-text table p{
    margin: 0px;
    padding: 0px;
}


.wcs-text-content .wcs-text table tr:first-child td{
    background: #E20074;
    color: #fff;
    font-weight: 700;
}



.wcs-text-content .wcs-text table tr:not(:first-child):nth-child(odd) td{
    background: #f8f8f8;
}


@media screen and (min-width: 960px) and (max-width: 1365px)  {

    .wcs-text-content{
      padding: 5.56vw 8.89vw;
      max-width: 100.00vw;
    }

    .wcs-text-content .wcs-title{
      font-size: 4.45vw;
      letter-spacing: -0.04vw;
      padding: 0 0 1.67vw 0;
    }

    .wcs-text-content .wcs-text h2,
    .wcs-text-content .wcs-text h3,
    .wcs-text-content .wcs-text h4,
    .wcs-text-content .wcs-text h5,
    .wcs-text-content .wcs-text h6{
      font-size: 2.23vw;
      padding: 1.67vw 0 0.84vw 0;
    }

    .wcs-text-content .wcs-text{
      font-size: 1.60vw;
    }

    .wcs-text-content ul,
    .wcs-text-content ol{
      margin: 0.00vw 0 0 1.39vw;
    }

    .wcs-text-content .wcs-text table{
      margin: 0 0 1.39vw 0;
      border-left: 0.07vw solid #d8d8d8;
      border-top: 0.07vw solid #d8d8d8;
    }

    .wcs-text-content .wcs-text table td{
      padding: 0.35vw;
      font-size: 0.91vw;
      border-right: 0.07vw solid #d8d8d8;
      border-bottom: 0.07vw solid #d8d8d8;
    }
}
@media screen and (max-width: 959px){

    .wcs-text-content{
        padding: 64px 32px;
    }

    .wcs-text-content .wcs-title{
        font-size: 38px;
    }

    .wcs-text-content .wcs-text h2, .wcs-text-content .wcs-text h3, .wcs-text-content .wcs-text h4, .wcs-text-content .wcs-text h5, .wcs-text-content .wcs-text h6{
        font-size: 24px;
    }

    .wcs-text-content .wcs-text{
        font-size: 18px;
    }

}
@media screen and (max-width: 767px){

    .wcs-text-content {
        padding: 46px 16px;
    }

    .wcs-text-content .wcs-title {
        font-size: 24px;
    }

    .wcs-text-content .wcs-text h2, .wcs-text-content .wcs-text h3, .wcs-text-content .wcs-text h4, .wcs-text-content .wcs-text h5, .wcs-text-content .wcs-text h6 {
        font-size: 20px;
    }

    .wcs-text-content .wcs-text{
        font-size: 15px;
    }
 
}
@media screen and (max-width: 374px){}












