@charset "UTF-8";

/* =================================== */
h1 {
    margin-bottom: 15px !important;
    line-height: 1.2em;
    width: 100%;
}
h1, h2, h3 {
    color: #222;
}
h1 + h2 {
    color: #222;
}
h2 {
    line-height: 1.3em;
    font-size: 2.2em;
}
#main p {
    line-height: 1.5em;
    margin: 20px auto 0px auto;
}
#main p a, #main ul a {
    color: #d80084;
}
#main p a:hover, #main ul a:hover {
    color: #1713a9;
}
@media screen and (max-width: 767px) {
    h1 {
        margin-top: 0px !important;
        width: 100%;
    }
}
.section {
    background: #fff;
}

/* =================================== */
/* KC custom styles
/* =================================== */
.wrapper-4col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3rem;
    padding: 0;
    grid-row-gap: 1rem;
    height: auto;
}
.wrapper-3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
    padding: 0 10rem;
    grid-row-gap: 1rem;
    height: auto;
}
.wrapper-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
    padding: 0 4rem;
    grid-row-gap: 1rem;
    height: auto;
}
@media screen and (max-width: 992px) {
    .wrapper-4col,
    .wrapper-3col {
        padding: 0;
    }
    .wrapper-2col {
        padding: 0 4rem;
    }
}
@media screen and (max-width: 850px) {
    .wrapper-2col {
        grid-template-columns: 1fr;
        padding: 0 4rem;
    }
}
@media screen and (max-width: 768px) {
    .wrapper-4col {
        grid-template-columns: 1fr 1fr;
    }
    .wrapper-3col {
        grid-template-columns: 1fr;
        padding: 0 12rem;
    }
    .wrapper-2col {
        grid-template-columns: 1fr;
        padding: 0 4rem;
    }
}
@media screen and (max-width: 480px) {
    :lang(en) body {
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .wrapper-4col {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }
    .wrapper-3col,
    .wrapper-2col {
        padding: 0 1rem;
    }
}

#custom-banner {
	  background-size: cover !important;
	  min-height: 36vw;
	  position: relative;
}
#custom-banner .btn-outline {
	position: absolute;
	left: 71.95%;
	bottom: 10%;
	background: transparent;
	color: #fff !important;
	border: #fff solid 3px;
	font-size: 0.8em;
}
#custom-banner .btn-outline:hover {
	color: yellow !important;
	border-color: yellow;
}
#custom-banner .banner-mobile {
	display: none;
}
#custom-banner h1 {
	/* no H1 in page but needed for screen readers so hide it cleverly!  */
	position: absolute !important;
	 height: 1px; width: 1px; 
	 overflow: hidden;
	 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	 clip: rect(1px, 1px, 1px, 1px);
	 clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
}

.btn-outline {
    text-decoration: none !important;
    background: #fff;
    color: #ea0086;
    border: 3px solid;
    padding: 8px 12px;
}
.btn-outline:hover {
    color: #2300b0 !important;
    text-decoration: underline !important;
    border-width: 4px;
}
.highlight-session .section-inner {
    padding: 0 !important;
}
.highlight-session {
    background-size: 100%, cover !important;
}
.cta-section {
    background: rgb(43,0,183);
    background: linear-gradient(164deg, rgba(43,0,183,1) 30%, #a30894 100%);
    color: #fff;
}
.cta-section h2,
.cta-section strong {
    color: #fff;
}
.distribution-map {
    position: relative;
    width: 100%;
    padding: 20px;
}
.distribution-map > img {
    padding-right: 10%;
}
.distribution-map-inner {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    position: absolute;
    top: 25%;
}
.distribution-map-inner .col {
    width: 33.3333%;
    height: 0;
    padding-top: 33.3333%;
    position: relative;
}
.distribution-map .map-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 80%;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.distribution-map .map-point:hover {
    transform: translate(-50%,-50%) scale(1.1);
    box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.8);
}
.map-title {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.1em;
    padding-bottom: .3rem;
}
.map-title small {
    font-size: .6em;
    line-height: 1.4em;
}
.distribution-map .map-point.americas-gradient {
    background: rgb(216,0,132);
    background: linear-gradient(144deg, rgba(216,0,132,.9) 20%, rgba(0, 182, 247,.9) 83%);
}
.distribution-map .map-point.emea-gradient {
    background: rgb(0,132,33);
    background: linear-gradient(144deg, rgba(0,132,33,.9) 20%, rgba(0, 193, 247,.9) 83%);
}
.distribution-map .map-point.oceania-gradient {
    background: rgb(255,0,0);
    background: linear-gradient(144deg, rgba(255,0,0,.9) 20%, rgba(255,120,0,.9) 83%);
}
.empowering {
    background-color: #3b3c3b;
}
.empowering h2 {
    color: #fff;
    padding-bottom: 3rem;
    padding-left: 10%;
    margin-top: 0;
    padding-top: 1rem;
}
.empowering p {
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;
}
.empowering-image {
    text-align: center;
}
.empowering-text + .empowering-image {
    margin-top: 30px;
}
.highlight-sessions {
    background-color: #e6e7e5;
    color: #fff;
}
.highlight-sessions .section-inner {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.main-contents .highlight-sessions + .highlight-sessions .section-inner {
    padding-top: 0 !important;
}
.highlight-sessions h2 {
    text-align: center;
    color: #000;
    font-size: 1.8em;
    margin-bottom: 8rem !important;
}
.white-panel {
    background: #fff;
    padding: 2rem;
    color: #000;
}
.white-panel h3 {
    font-size: 1.2em;
    margin-top: 2rem;
    line-height: 1.3em;
}
.highlights-intro h2 {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1.8em;
    margin-bottom: 4rem !important;
}
.highlights-intro p {
    padding-left: 10%;
    padding-right: 10%;
}
.highlight-sessions .wrapper-2col {
    padding: 0 1rem;
    grid-row-gap: 3rem;
}
@media screen and (max-width: 850px) {
    .white-panel {
        padding: 6rem;
    }
}
@media screen and (max-width: 768px) {
    .white-panel {
        padding: 4rem;
    }
    .distribution-map > img {
        display: none;
    }
    .distribution-map-inner {
        width: 100%;
        position: static;
        justify-content: center;
    }
    .distribution-map-inner .col {
        width: auto;
        height: auto;
        margin: 20px 4%;
        padding-top: 0;
        overflow: visible;
    }
    .distribution-map .map-point {
        width: 14rem;
        height: 14rem;
        font-size: 1em;
        position: static;
        transform: scale(1);
    }
    .distribution-map .map-point:hover {
        transform: scale(1.1);
        box-shadow: none;
    }
    .distribution-map .map-point.americas-gradient {
        background: linear-gradient(144deg, rgba(216,0,132,1) 20%, rgba(0, 182, 247,1) 83%);
    }
    .distribution-map .map-point.emea-gradient {
        background: linear-gradient(144deg, rgba(0,132,33,1) 20%, rgba(0, 193, 247,1) 83%);
    }
    .distribution-map .map-point.oceania-gradient {
        background: linear-gradient(144deg, rgba(255,0,0,1) 20%, rgba(255,120,0,1) 83%);
    }
}
@media screen and (max-width: 680px) {
    .distribution-map .map-point {
        width: 17rem;
        height: 17rem;
        font-size: 1.1em;
    }
}
@media screen and (max-width: 480px) {
    #custom-banner {
		  background-size: cover !important;
		  background-image: none;
		  min-height: 36vw;
    }
    #custom-banner .banner-mobile {
		display: block;
    }
    .white-panel {
        padding: 3rem;
    }
    .distribution-map-inner {
        flex-direction: column;
        align-items: center;
    }
    .distribution-map-inner .col {
        margin: 20px 0;
    }
    .distribution-map .map-point:hover {
        transform: scale(1);
    }
    .highlight-sessions h2 {
        font-size: 1.5em;
    }
    .highlight-sessions .wrapper-2col {
        padding: 0;
    }
}