.header {
    opacity: 1;
    position: relative;
    width: 100%;
    z-index: 20;
}

.header {
    --header-height: 0;
}


header.sticky .navigation__logo {

    padding-top: 40px !important;
    padding-bottom: 10px !important;
}

header.sticky .navigation__logo span {
    display: none;
}

/*--------------- css ---------------*/

.swban-c {
    box-sizing:border-box;
    width: 100%;
    height: auto;
    position: relative;
}
.swban {
    width: 100%;
    height: auto;
}
.swban .swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.swban .swiper-pagination{
      bottom: 30px !important;
}
.swban .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}
.swban .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}
.swban-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}
.swban-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}
.swban-next label,
.swban-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}
.swban .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}
.swban .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}
.swban .swiper-button-next:after,
.swban .swiper-button-prev:after {
    content: '';
}

.swban .swiper-wrapper{
    height: auto;
}
.swban .swiper-slide {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: cover;
}


/*--------------- css ---------------*/


.swwhats-c {
    box-sizing:border-box;
    width: 100%;
    height: auto;
    position: relative;
}
.swwhats {
    width: 100%;
    height: auto;
}
.swwhats .swiper-wrapper{
    height: auto;
}
.swwhats .swiper-slide {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: cover;
}
.swwhats .swiper-pagination{
      bottom: 30px !important;
}
.swwhats .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}
.swwhats .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}
.swwhats-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}
.swwhats-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}
.swwhats-next label,
.swwhats-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}
.swwhats .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}
.swwhats .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}
.swwhats .swiper-button-next:after,
.swwhats .swiper-button-prev:after {
    content: '';
}


.panel.panel--card-carousel .swiper.swiper--cards.swiper-initialized .swiper-button-next, .panel.panel--card-carousel .swiper.swiper--cards.swiper-initialized .swiper-button-prev {
    top: -0.5rem;
}

/*--------------- css ---------------*/





/*--------------- css ---------------*/


.swimpact-c {
    box-sizing:border-box;
    width: 100%;
    height: auto;
    position: relative;
}
.swimpact {
    width: 100%;
    height: auto;
}
.swimpact .swiper-wrapper{
    height: auto;
}
.swimpact .swiper-slide {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: cover;
}
.swimpact .swiper-pagination{
      bottom: 30px !important;
}
.swimpact .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}
.swimpact .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}
.swimpact-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}
.swimpact-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}
.swimpact-next label,
.swimpact-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}
.swimpact .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}
.swimpact .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}
.swimpact .swiper-button-next:after,
.swimpact .swiper-button-prev:after {
    content: '';
}


.panel.panel--card-carousel .swiper.swiper--cards.swiper-initialized .swiper-button-next, .panel.panel--card-carousel .swiper.swiper--cards.swiper-initialized .swiper-button-prev {
    top: -0.5rem;
}


.panel.panel--flexible-image-block-carousel.panel--card-carousel .carousel {
    height: auto;
}
/*--------------- css ---------------*/


/*--------------- css ---------------*/


.swmarket-c {
    box-sizing:border-box;
    width: 100%;
    height: auto;
    position: relative;
}
.swmarket {
    width: 100%;
    height: auto;
}
.swmarket .swiper-wrapper{
    height: auto;
}
.swmarket .swiper-slide {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: cover;
}
.swmarket .swiper-pagination{
      bottom: 30px !important;
}
.swmarket .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}
.swmarket .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}
.swmarket-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}
.swmarket-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}
.swmarket-next label,
.swmarket-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}
.swmarket .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}
.swmarket .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}
.swmarket .swiper-button-next:after,
.swmarket .swiper-button-prev:after {
    content: '';
}


.panel.panel--card-carousel .swiper.swiper--cards.swiper-initialized .swiper-button-next, .panel.panel--card-carousel .swiper.swiper--cards.swiper-initialized .swiper-button-prev {
    top: -0.5rem;
}

/*--------------- css ---------------*/
.header-logo{ 
    width: auto;
    height: 100px;
    object-fit: cover;
}

header.sticky .header-logo{
    height: 70px!important;
}

.panel.panel--card-carousel .swiper.swiper--cards.swiper-initialized .swiper-buttons {
    display: none !important;
}


.video-tile .kent-icon {
    background-color: var(--panel-highlight-color, #101921);
    display: none !important;
}

#main{
    max-width: 100% !important;
    overflow-x: hidden !important;
}