header{
    max-width: 4000px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    background: #F68B1F;
}
header img{
    max-width: 350px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DINPro.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DINPro.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/DINPro.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 400;    
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DINPro-Medium.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DINPro-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/DINPro-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 500;    
}
    
@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DINPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DINPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/DINPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 700;    
}

body {
    padding: 0;
    margin: 0;
    font-family: 'DINPro';
    background-color: #fff;
}

.ixeo-container {
    max-width: 1220px;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    color: #222;
    position: relative;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

a, button, input {
    transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active

 {
    outline: none;
}


img {
    max-width: 100%;
    vertical-align: middle;
}

div, a {
    box-sizing: border-box;
}

.ixeo-container .btn {
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    max-width: max-content;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-align: center;
    padding: 6px 39px;
}

.ixeo-mob {
    display: none;
}

.no-wrapp {
    white-space: nowrap;
}

/* link-back */

.link-back {
    position: absolute;
    left: 72px;
    top: 32px;
    z-index: 1;
    display: block;
}

/* .banner */

.ixeo-banner {
    border-radius: 16px;
    background: linear-gradient(261deg, #E9EAEC 3.85%, #EAEAEA 100%);
    display: flex;
    position: relative;
}

.ixeo-banner-wrapper {
    width: 100%;
    max-width: 46.1%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left: 74px;
}

.ixeo-banner__logos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ixeo-banner__logos a {
    display: block;
    width: 100%;
    max-width: 107px;
}

.ixeo-banner__logos a:last-child {
    max-width: 72px;
    margin-left: 24px;
}

.ixeo-banner-wrapper__claim {
    margin: 19px 0 24px;
    width: 100%;
}

.ixeo-banner-wrapper__claim img {
    display: block;
    width: 87px;
}

.ixeo-banner-wrapper__claim img:last-child {
    margin-left: auto;
}

.ixeo-banner-wrapper__claim h1 {
    font-size: 33px;
    line-height: 1.1em;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.ixeo-banner-wrapper .btn {
    border-radius: 5px;
    background: linear-gradient(180deg, #FFA218 0%, #FC8507 100%);
}

.ixeo-banner__images {
    max-width: 46%;
}

/* .ixeo-advantages */

.ixeo-advantages {
    padding: 96px 0;
}

.swiper-advantages {
    max-width: 955px;
}

.swiper-advantages .swiper-wrapper {
    justify-content: space-between;
}

.swiper-advantages .swiper-slide {
    position: relative;   
    max-width: 31.5%;
    border-radius: 16px;
    overflow: hidden;
}

.swiper-advantages .swiper-slide img {
    border-radius: 16px;
}

.swiper-advantages__overlay {
    display: flex;
    position: absolute;
    bottom: 0;
    padding: 22px 16px;
}

.swiper-advantages__overlay svg {
    flex: none;
}

.swiper-advantages__overlay div {
    margin-left: 14px;
}

.swiper-advantages__overlay h3 {
    font-size: 27px;
    font-weight: 500;
    margin: -6px 0 0;
    line-height: 1.1em;
    letter-spacing: -0.04em;
    color: #fff;
}

.swiper-advantages__overlay p {
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    margin: 3px 0 0;
    color: #fff;
    opacity: 0.8;
}

/* ixeo-speed */

.ixeo-speed {
    border-radius: 16px;
    background: linear-gradient(261deg, #424242 3.85%, #222 55.67%, #111 100%);
}

.ixeo-speed-wrapper {
    display: flex;
    align-items: center;
}

.ixeo-speed-wrapper__content {
    width: 100%;
    max-width: 33.6%;
    margin-left: auto;
}

.ixeo-speed-wrapper__content h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    color: #fff;
}

.ixeo-speed-wrapper__content p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #fff;
}

.ixeo-speed-wrapper__images {
    max-width: 57.4%;
    width: 100%;
}

/* ixeo-setting */

.ixeo-setting {
    padding: 96px 0;
}

.swiper-setting .swiper-wrapper {
    justify-content: space-between;
    
}

.swiper-setting .swiper-slide {
    text-align: center;
    max-width: 31.5%;
}

.swiper-setting .swiper-slide img {
    border-radius: 16px;
}

.swiper-setting .swiper-slide p {
    margin: 17px 0 0;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.03em;
}

/* ixeo-chess */

.ixeo-chess {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 64px;
}

.ixeo-chess-wrapper {
    max-width: 43%;
    width: 100%;
}

.ixeo-chess-wrapper h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.2em;
    letter-spacing: -0.03em;
}

.ixeo-chess-wrapper p {
    margin: 21px 0 0;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
}

.ixeo-chess-images {
    width: 100%;
    max-width: 51.4%;
}

/* ixeo-list */

.ixeo-list {
    padding-top: 27px;
}

.ixeo-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ixeo-list ul li {
    max-width: 31.5%;
    margin-bottom: 56px;
}

.ixeo-list ul li img {
    border-radius: 16px;
}

.ixeo-list ul li h3 {
    margin: 20px 0 0;
    font-size: 25px;
    letter-spacing: -0.03em;
    line-height: 1.5em;
}

.ixeo-list ul li p {
    font-weight: 500;
    margin: 10px 0 0;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1.5em;
    color: #808080;
}

/* ixeo-video */

.ixeo-video {
    padding: 39px 0 96px;
}

.ixeo-video h2 {
    text-align: center;
    font-size: 34px;
    margin: 0;
    letter-spacing: -0.03em;
    font-weight: 500;
}

.ixeo-video-wrapper {
    position: relative;
}

.swiper-video {
    margin: 68px auto 0;
    max-width: 94%;
}

.swiper-video .swiper-slide {
    cursor: pointer;
}

.swiper-video .swiper-slide div {
    position: relative;
    margin-bottom: 25px;
}

.swiper-video .swiper-slide div svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-video .swiper-slide div img {
   border-radius: 16px; 
}

.swiper-video .swiper-slide p {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.03em;
    margin: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.ixeo-video .swiper-button-prev,
.ixeo-video .swiper-button-next {
    width: 70px;
    height: 70px;
    transform: translateY(-50%);
}

.ixeo-video .swiper-button-prev {
    left: 0;
}

.ixeo-video .swiper-button-next {
    right: 0;
}

/* ixeo-disclaimer */

.ixeo-disclaimer {
    padding: 50px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ixeo-disclaimer p {
    opacity: 0.6;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.28px;
    max-width: 968px;
    margin: auto;
}

/* popup video */

.modal{
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    display:none;
    background:#2b2b2beb;
    z-index:10000
}
.modal__x{
    position:absolute;
    right:40px;
    top:20px;
    cursor:pointer
}
.modal_yt-bg{
    position:absolute;
    width:100%;
    height:100%
}
#yt_iframe{
    z-index:100
}

.swiper-button-disabled {
    opacity: 0.4;
}