html {
font-size: 1rem;
}

@media screen and (max-width:1920px) {
html {
  font-size: 1rem;
}
}

@media screen and (max-width:1440px) {
html {
  font-size: calc(0.25000000000000006rem + 0.8333333333333333vw);
}
}

@media screen and (max-width:960px) {
html {
  font-size: calc(0.7505197505197505rem + 0.4158004158004158vw);
}
}

@media screen and (max-width:479px) {
html {
  font-size: calc(0.7494769874476988rem + 0.8368200836820083vw);
}
}

select {
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
}

/* Make text look crisper and more legible in all browsers */
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
outline: 0.125rem solid #4d65ff;
outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
content: "";
display: block;
padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,
.container-small,
.container-large {
margin-right: auto !important;
margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text-style-3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
display: inline-flex;
}

/* These classes are never overwritten */
.hide {
display: none !important;
}

@media screen and (max-width: 991px) {

.hide,
.hide-tablet {
  display: none !important;
}
}

@media screen and (max-width: 767px) {
.hide-mobile-landscape {
  display: none !important;
}
}

@media screen and (max-width: 479px) {
.hide-mobile {
  display: none !important;
}
}

.margin-0 {
margin: 0rem !important;
}

.padding-0 {
padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}

.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}

.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}

.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}

.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}

.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}

.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}

.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}

.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}

.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}

.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}

.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.banr-text {
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
	position: absolute;
	top: 45%;
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	left: 0;
	right:0;
	display:none;
}

.banr-text h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    padding: 15px 0px 40px;
    transform: translateY(30px);
    font-family: Sanomat Web,serif;
}

.item:before {
    background-color: rgba(0, 0, 0, 0.60);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
	display: none;
}

li.casestudy-list-item {
    list-style: none;
    text-align: center;
    font-size: 25px;
}

.smltxt {
    font-size: 18px;
    position: relative;
    text-align: center;
    background: #e31e24;
    color: #fff;
    border-right: 1px solid #fff;
    display: inline-grid;
    z-index: 9;
    width: 100%;
}

@media(max-width: 576px){
	.banr-text{
		max-width: 300px;
		top: 5%;
		-ms-transform: translateY(-15%);
		transform: translateY(-15%);
	}
	.banr-text h1{
		font-size: 20px;
	}
}

.partners-component.thankyou {
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 2rem;
    color: #000;
}

.partners-component.thankyou a {
    color: #595959;
	text-align: center;
}

a.web {
    color: #595959;
    font-weight: 300;
    text-decoration: none;
}

.videolist {
	font-size: 1.1rem
}

ul.videolist.broadcastlist, .broadcastcont h6 {
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
}

.broadcastcont{
	padding-left: 2.5rem;
}

.livestreams{
	list-style: none;
}

.livestreams li{
	margin-bottom:1rem
}

.altcasts {
    color: #000;
    font-size: 1.1rem;
}

a.mail {
    color: #000 !important;
    text-decoration: none !important;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
	margin-top:30px;
}

.logo-container a img{
	width: 120px;
}

.nba{
	width: 80px !important;
}

.event-banner{
	max-width:900px
}

.clippervn{
	margin-top: 80px;
	color:#595959;
	font-size:1.1rem;
	display:block
}

.section-dark{
	background-color: #fff;
}

h2:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 80px;
    display: block;
    background-image: linear-gradient(90deg, #ac48e7, #d8478c 50%, #ff200d);
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.partners-component.thankyou h2:before {
    left: 50%;
	transform: translateX(-50%);
}

.partners-component.thankyou h2{
	position:relative;
}

.desktop-logo{
	display: block;
}

.mobile-logo{
	display: none;
}

.mainbanner h2:before{
	display:none;
}

.mainbanner .text-size-regular {
    font-size: 1.3rem;
}

.mainbanner .text-custom-banner{
	font-size: 2.6rem;
	line-height: 1.2;
	    font-weight: 500;
}

.text-custom-banner span{
	display: block;
	font-size: 2.3rem;
}

.wemustmeetllc{
	max-width:75%;
}

.kiswestudio{
	max-width:50%;
}

.hometext h2 {
    color: #bf872a !important;
    font-size: 5rem !important;
	    border-bottom: 0;
}

.date-text {
    font-size: 1.8rem !important;
}

.position{
	margin-bottom:20px !important;
}

.kiswestudio{
	margin: 15px 0px;
}

.padding-vertical.padding-10r{
	padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

.kiswe-portfolio{
	margin-top:25px;
	max-width: 90%;
	margin-left: 0;
	margin-right: 0;
}

.viewbutton {
    text-align: center;
    margin: 0px 0px 0px;
	width: auto;
    position: fixed;
    bottom: 0;
	left: 0;
    right: 0;
}

.viewbutton a {
    background: #9b141c;
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
    font-size: 1.1rem;
    border-radius: 0px;
    max-width: unset;
    height: unset;
    line-height: 1;
    margin: unset;
	display: flex;
    align-items: center;
    justify-content: center;
	 flex: 50%;
}

.viewbutton a:hover {
	background: #bb1c25;
}

.viewbutton a:first-child {
    border-right: 1px solid #770c12;
}

.mobile-view{
	display: none
}

.partners-component.thankyou img {
    width: 70%;
}

#mainbanner .container-large {
    max-width: 86%;
}

.footer-text-component a, .footer-text-component a:hover{
	color: #000;
    text-decoration: none;
}
@media screen and (max-width: 991px) {
	.hometext h2 {
		font-size: 3.0rem !important;
	}
	.clippervn {
		margin-top: 20px;
	}
	.mobile-view{
		display: flex;
		flex-wrap: wrap;
	}
	.footer {
        padding-bottom: 50px;
    }
	.desktop-logo{
		display: none;
	}
	.mobile-logo{
		display: block;
	}
	.image-wrapper.mobile-logo {
        width: 100%;
        margin-top: 15px;
    }
	.image-wrapper.mobile-logo img {
		margin: 8px 0px;
	}
	.innovation-partner {
        width: 100%;
        margin-top: 15px;
		display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
	.innovation-partner img{
		margin: 8px auto !important;
        object-fit: contain;
        height: 40px;
        width: auto;
	}
	.div-block{
		display:none;
	}
	img.kiswe-footer-logo {
		width: 60% !important;
	}
	html, body {
		overflow-x:hidden;
	}
	.img-box {
		text-align: center;
		border: 1px solid #ccc;
		padding: 3px;
	}
	ul.videolist.broadcastlist.livestreams {
		text-align: center;
	}
	.broadcastcont {
		padding-left: 0.3rem;
	}
	#mainbanner .padding-vertical{
		margin-top: 0px;
	}
	#mainbanner .container-large {
		max-width: 100%;
	}
	.navbar-wrapper {
		justify-content: center;
	}
	.mainbanner .text-custom-banner{
		font-size: 2.2rem;
	}
	.text-custom-banner span {
		display: block;
		font-size: 2.0rem;
	}
}

@media(max-width: 768px){
	.videolist,ul.videolist.broadcastlist, .broadcastcont h6, .partners-component.thankyou {
		font-size: 1.2rem;
	}
	.broadcastcont {
		padding-left: 0.3rem;
	}
	
	.event-banner{
		max-width:100%;
	}
	.partners-component.thankyou a img {
		width: 80%;
	}
	.footer .padding-vertical{
		margin-top: 0px;
	}
	.footer .padding-vertical.padding-30 {
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}
	.clippervn{
		margin-top: 10px;
	}
	.partners-component.thankyou{
		gap:15px;
	}
	.logo-container {
		gap: 20px;
		margin-top: 0px;
	}
	.logo-container a img {
		width: 80px;
	}
	.nba {
		width: 50px !important;
	}
	.desktop-logo{
		display: none;
	}
	.mobile-logo{
		display: block;
	}
	.image-wrapper.mobile-logo {
        width: 100%;
        margin-top: 15px;
    }
	.image-wrapper.mobile-logo img {
		margin: 8px 0px;
	}
	.innovation-partner {
        width: 100%;
        margin-top: 15px;
		display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
	.innovation-partner img{
		margin: 8px auto !important;
        object-fit: contain;
        height: 40px;
        width: auto;
	}
	.last-logo {
		width: 70%;
		margin: 0 auto;
	}
	.hometext h2 {
		font-size: 2.0rem !important;
	}
	.padding-vertical.padding-10r.mainbanner.hometext {
		margin-top: 0px;
	}
	.mainbanner .text-custom-banner{
		font-size: 1.3rem;
	}
	.text-custom-banner span{
		display: unset;
		font-size: 1.3rem;
	}
	.mainbanner .fan-matters-wrapper{
		gap:0px
	}
	.kiswestudio {
		max-width: 90%;
		margin: 20px 0px 10px !important;
	}
	.mainbanner .date-text {
		font-size: 1.3rem !important;
	}
	.text-weight-bold {
		font-weight: 500;
	}
	.mainbanner .fans-matter-text-component {
		grid-row-gap: 0.55385rem;
	}
	.position {
		margin-bottom: 10px !important;
	}
	.mainbanner .text-size-regular {
		line-height: 1.5;
	}
	.wemustmeetllc {
		max-width: 100%;
	}
	.padding-vertical.padding-10r {
		padding-top: 2.8rem;
		padding-bottom: 2.8rem;
	}
	.container-large-1220, .container-large-245, .text-wrapper.wrapper-size-custom, .container-large {
		max-width: 100%;
		width:100%
	}
	.navbar-wrapper{
		justify-content: center;
	}
	.div-block{
		display:none;
	}
	ul.videolist.broadcastlist.livestreams{
		padding-left: 0;
		text-align: center;
	}
	.broadcastlist li {
		margin-bottom: 0.5rem;
	}
	.mobile-view{
		display: flex;
		flex-wrap: wrap;
	}
	.footer {
        padding-bottom: 50px;
    }
	img.kiswe-footer-logo {
		width: 60% !important;
	}
	html, body {
		overflow-x:hidden;
	}
	.img-box {
		text-align: center;
		border: 1px solid #ccc;
		padding: 3px;
	}
	.padding-bottom.padding-60 {
		padding-bottom: 0.75rem;
	}
	.power-brand-component{
		grid-row-gap: 0rem;
	}
}