html { scroll-behavior: smooth; }
body { font-family: Manrope; font-weight: 300; font-size: 16px; color: #000; position: relative;}
html, body {min-height: 100%;background: #F5F5F5;}

a { text-decoration: none; -webkit-transition: all .2s ease-in; -moz-transition: all .2s ease-in; transition: all .2s ease-in; }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: PF Fusion Sans Pro; font-weight: 800; letter-spacing: 0.02em; }
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: 0; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-slider .slick-track {-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: flex;}
.slick-track:after, .slick-track:before {/* display: table; *//* content: ""; */}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; }
[dir=rtl] .slick-slide { float: right; }
.slick-slideimg { display: block; }
.slick-slide.slick-loadingimg { display: none; }
.slick-slide.draggingimg { pointer-events: none; }
.slick-initialized .slick-slide {display: flex;}
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.img-responsive { max-width: 100%; height: auto; }
label.required::after { content: "*"; color: red; margin-left: 5px; }
a, button { text-decoration: none; -webkit-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
a:hover { text-decoration: none; }
.loadthis { display: none; }
.checkbox label:after, .radio label:after { content: ""; display: table; clear: both; }
.checkbox .cr, .radio .cr { position: relative; display: inline-block; border: 1px solid #000; border-radius: 3px; background: 0 0; width: 16px; height: 16px; margin-right: 5px; margin-top: 2px; }
.radio .cr { border-radius: 50%; }
.checkbox .cr .cr-icon, .radio .cr .cr-icon {position: absolute;font-size: 14px;/top: 3px;left: 3px;top: 3px;color: #000;width: 8px;text-align: center;background: #000;height: 8px;border-radius: 3px;}
.radio .cr .cr-icon { margin-left: 0.04em; border-radius: 50%; }
.checkbox label input[type=checkbox], .radio label input[type=radio] { display: none; }
.checkbox label input[type=checkbox] + .cr > .cr-icon, .radio label input[type=radio] + .cr > .cr-icon { -webkit-transform: scale(3) rotateZ(-20deg); -ms-transform: scale(3) rotate(-20deg); transform: scale(3) rotateZ(-20deg); opacity: 0; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.checkbox label input[type=checkbox]:checked + .cr > .cr-icon, .radio label input[type=radio]:checked + .cr > .cr-icon { -webkit-transform: scale(1) rotateZ(0); -ms-transform: scale(1) rotate(0); transform: scale(1) rotateZ(0); opacity: 1; }
.checkbox label input[type=checkbox]:disabled + .cr, .radio label input[type=radio]:disabled + .cr { opacity: 0.5; }
.checkbox-light label:after, .radio-light label:after { content: ""; display: table; clear: both; }
.checkbox-light .cr, .radio-light .cr { position: relative; display: inline-block; border: 1px solid #fff; border-radius: 50%; background: 0 0; width: 16px; height: 16px; margin-right: 4px; margin-top: 0; }
.radio-light .cr { border-radius: 50%; }
.checkbox-light .cr .cr-icon, .radio-light .cr .cr-icon { position: absolute; font-size: 10px; line-height: 0; top: 50%; left: 50%; color: #fff; width: 7px; text-align: center; background: #fff; height: 7px; border-radius: 5px; }
.radio-light .cr .cr-icon { margin-left: 0.04em; border-radius: 50%; }
.checkbox-light label input[type=checkbox], .radio-light label input[type=radio] { display: none; }
.checkbox-light label input[type=checkbox] + .cr > .cr-icon, .radio-light label input[type=radio] + .cr > .cr-icon { -webkit-transform: scale(3) rotateZ(-20deg); -ms-transform: scale(3) rotate(-20deg); transform: scale(3) rotateZ(-20deg); opacity: 0; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.checkbox-light label input[type=checkbox]:checked + .cr > .cr-icon, .radio-light label input[type=radio]:checked + .cr > .cr-icon { -webkit-transform: scale(1) rotateZ(0) translate(-50%, -50%); -ms-transform: scale(1) rotate(0) translate(-50%, -50%); transform: scale(1) rotateZ(0) translate(-50%, -50%); opacity: 1; }
.checkbox-light label input[type=checkbox]:disabled + .cr, .radio-light label input[type=radio]:disabled + .cr { opacity: 0.5; }
.checkbox-simplex2 label:after, .radio-simplex2 label:after { content: ""; display: table; clear: both; }
.checkbox-simplex2 label, .radio-simplex2 label { font-size: 14px; margin-bottom: 0; }
.checkbox-simplex2 .cr, .radio-simplex2 .cr { position: relative; display: inline-block; border: 1px solid #fff; border-radius: 0; background: #fff; width: 20px; height: 20px; margin-right: 10px; border: 1px solid #000; margin-top: 2px; }
.radio-simplex2 .cr { border-radius: 50%; }
.checkbox-simplex2 .cr .cr-icon, .radio-simplex2 .cr .cr-icon { position: absolute; font-size: 14px; line-height: 0; top: 50%; left: 0; color: #000; width: 100%; text-align: center; }
.radio-simplex2 .cr .cr-icon { margin-left: 0.04em; border-radius: 50%; }
.checkbox-simplex2 label input[type=checkbox], .radio-simplex2 label input[type=radio] { display: none; }
.checkbox-simplex2 label input[type=checkbox] + .cr > .cr-icon, .radio-simplex2 label input[type=radio] + .cr > .cr-icon { -webkit-transform: scale(3) rotateZ(-20deg); -ms-transform: scale(3) rotate(-20deg); transform: scale(3) rotateZ(-20deg); opacity: 0; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.checkbox-simplex2 label input[type=checkbox]:checked + .cr > .cr-icon, .radio-simplex2 label input[type=radio]:checked + .cr > .cr-icon { -webkit-transform: scale(1) rotateZ(0); -ms-transform: scale(1) rotate(0); transform: scale(1) rotateZ(0); opacity: 1; }
.checkbox-simplex2 label input[type=checkbox]:disabled + .cr, .radio-simplex2 label input[type=radio]:disabled + .cr { opacity: 0.5; }
.checkbox-simple label:after, .radio-simple label:after { content: ""; display: table; clear: both; }
.checkbox-simple .cr, .radio-simple .cr { position: relative; display: inline-block; border: 1px solid #000; border-radius: 0; background: 0 0; width: 14px; height: 14px; margin-right: 8px; margin-top: 3px; }
.radio-simple .cr { border-radius: 50%; }
.checkbox-simple .cr .cr-icon, .radio-simple .cr .cr-icon { position: absolute; font-size: 14px; line-height: 0; top: 2px; left: 2px; color: #000; width: 8px; text-align: center; background: #000; height: 8px; }
.radio-simple .cr .cr-icon { margin-left: 0.04em; border-radius: 50%; }
.checkbox-simple label input[type=checkbox], .radio-simple label input[type=radio] { display: none; }
.checkbox-simple label input[type=checkbox] + .cr > .cr-icon, .radio-simple label input[type=radio] + .cr > .cr-icon { -webkit-transform: scale(3) rotateZ(-20deg); -ms-transform: scale(3) rotate(-20deg); transform: scale(3) rotateZ(-20deg); opacity: 0; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.checkbox-simple label input[type=checkbox]:checked + .cr > .cr-icon, .radio-simple label input[type=radio]:checked + .cr > .cr-icon { -webkit-transform: scale(1) rotateZ(0); -ms-transform: scale(1) rotate(0); transform: scale(1) rotateZ(0); opacity: 1; }
.checkbox-simple label input[type=checkbox]:disabled + .cr, .radio-simple label input[type=radio]:disabled + .cr { opacity: 0.5; }
.slick-slide, .slick-slide * { outline: 0 !important; }
.slick-slide img { display: block; min-width: 0;     }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }

header {z-index: 100;top: 0;position: fixed;width: 100%;padding: 0 20px;background: #F5F5F5;box-shadow: 0px 15px 22.7px 0px #0000000F;transition: all 0.2s ease-in;}
body.home header { background: transparent; box-shadow: 0 0 0; }
body.home.icms-shrink header {background: #000;}
.header-container {width: 100%;justify-self: center;display: flex;background-color: transparent;max-width: 1580px;padding: 0 0px;height: 170px;align-items: center;gap: 0 20px;transition: all 0.2s ease-in;}
body.icms-shrink .header-container {
    height: 80px;
}
body.icms-shrink .header-container .header-logo img {
    max-height: 54px;
}
.header-container .menu { flex: 1; }
.header-container .menu > ul { color: #000; display: flex; justify-content: flex-end; align-items: center; gap: 0 40px; list-style: none; padding: 0; margin: 0; }
.header-container .menu > ul > li { display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0 40px; align-items: center; justify-content: center; position: relative; }
.header-container .header-logo { min-width: 100px; }
.header-container .header-logo a { display: block; }
.header-container .header-logo img {max-width: 100%;height: auto;display: block;transition: all 0.2s ease-in;}
.header-container .menu > ul > li+li::before { content: ''; background-color: #bdbdbd; width: 1px; height: 22px; position: relative; display: block; }
body.home .header-container .menu > ul > li+li::before { background: #D9D9D9; }
.header-container .menu > ul > li a { color: #000; font-size: 16px; font-weight: 300; text-transform: uppercase; }
body.home .header-container .menu > ul > li a { color: #fff; }
.header-container .menu > ul > li a:hover { }
.header-container .menu .dropbtn {padding: 0;font-size: 16px;border: none;outline: none;color: #000;background-color: inherit;margin: 0;}
.header-container .menu .dropdown { }
.header-container .menu .dropdown-content { font-size: 14px; font-weight: 400; line-height: 19.12px; letter-spacing: 0.05em; text-align: left; width: 256px; top: 100%; left: calc(50% + 20px); transform: translateX(-50%); position: absolute; background-color: rgba(0, 0, 0, 0.9); min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; visibility: hidden; opacity: 0; transition: all 0.2s ease-in; padding: 30px; }
.header-container .menu .dropdown-content ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 20px 0; }
.header-container .menu .dropdown-content li { padding: 0; }
.header-container .menu .dropdown-content a { color: #fff; display: block; font-size: 14px; letter-spacing: 0.05em; }
.header-container .menu .dropdown:hover .dropdown-content { visibility: visible; opacity: 1; }
body.mp-pushed-open .mp-menu { right: 0; padding-top: 0; background: #000; }
.mobile-menu .menu-toggle-close { position: absolute; top: 9px; right: 16px; background: 0 0; border: 0; outline: 0; padding: 0; margin: 0; z-index: 11; width: 30px; height: 30px; text-align: center; border-radius: 50%; -webkit-transition: all .2s ease-in; -o-transition: all .2s ease-in; -moz-transition: all .2s ease-in; color: #fff; transition: all .2s ease-in }
.mobile-menu .menu-toggle-close:hover { border-color: #000 }
.mobile-menu .menu-toggle-close span { line-height: 30px; font-size: 22px; display: block }
.mp-menu .mob-menu-header { position: absolute; left: 0; top: 0; width: 100%; height: 50px; z-index: 10; background: linear-gradient(170.16deg, #424444 -79.24%, #000000 121.74%); }
.mp-menu .mob-menu-header .languages { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.mp-menu .mob-menu-header .languages .dropdown .my-btn { background: #424444; position: relative; line-height: 20px; font-size: 12px; text-align: center; font-weight: 700; color: #fff; padding: 5px 10px; margin: 0; display: flex; align-items: center; gap: 8px; border: 0; }
.mp-menu .mob-menu-header .languages .dropdown .my-btn:after { display: none }
.mp-menu .mob-menu-header .languages .dropdown .my-btn .icn { display: block; font-size: 16px; line-height: 16px; color: #E50143; }
.mp-menu .mob-menu-header .languages .dropdown .my-btn .arrow { font-size: 4px; }
.mp-menu .mob-menu-header .languages .dropdown .dropdown-menu { min-width: auto; width: 100%; padding: 0; margin: 0; }
.mp-menu .mob-menu-header .languages .dropdown .dropdown-menu .dropdown-item { padding: 5px 10px; padding-left: 32px; font-weight: 700; font-size: 12px; }
.mp-menu .mob-menu-header .languages .dropdown .dropdown-menu .dropdown-item.active, .mp-menu .mob-menu-header .languages .dropdown .dropdown-menu .dropdown-item:hover { }
.mp-menu .mob-menu-footer { bottom: 0; position: absolute; left: 0; width: 100%; height: 50px; z-index: 10; background: linear-gradient(170.16deg, #424444 -79.24%, #000000 121.74%); }
.mp-menu .mob-menu-footer .socials { text-align: left; position: absolute; right: 20px; top: 10px }
.mp-menu .mob-menu-footer .socials ul { list-style: none; padding: 0; margin: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start }
.mp-menu .mob-menu-footer .socials ul li { margin-left: 10px }
.mp-menu .mob-menu-footer .socials ul li a { display: block; text-align: center; line-height: 30px; font-size: 18px; color: #fff; padding: 0 5px }
.mp-menu, .mp-menu .mp-level, .mp-pusher { -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .3s; -o-transition: all .5s; transition: all .5s }
.mp-menu .mp-level .menu-ttl { color: #000; text-align: left; font-weight: 400; font-size: 24px; line-height: 60px; position: absolute; width: 100%; z-index: 10; background: #fff; padding-left: 20px; top: 0; left: 0 }
.mp-pusher { position: relative; left: 0; height: 100%; padding-top: 0; -webkit-transition: all .2s ease-in; -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; transition: all .2s ease-in }
.mp-menu { position: fixed; top: 0; right: -400px; z-index: 99999999999; width: 400px; height: 100%; -webkit-transition: all .2s ease-in; -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; transition: all .2s ease-in }
.mp-menu .mp-level { position: absolute; top: 50px; right: -400px; width: 100%; height: -webkit-calc(100% - 100px); height: -moz-calc(100% - 100px); height: calc(100% - 100px); overflow-x: hidden; overflow-y: auto; z-index: 9; background: #000; background: linear-gradient(170.16deg, #424444 -79.24%, #000000 121.74%); }
.mp-menu .mp-level .mp-level { height: 100%; top: 0 }
.mp-menu .mp-level::after, .mp-menu .mp-level::before, .mp-pusher::after { position: absolute; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0 }
.mp-menu .mp-level::after, .mp-pusher::after { background: rgba(255, 255, 255, .3); -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s; -moz-transition: opacity .3s, width .1s .3s, height .1s .3s; -o-transition: opacity .3s, width .1s .3s, height .1s .3s; transition: opacity .3s, width .1s .3s, height .1s .3s }
.mp-menu .mp-level::after { z-index: -1 }
.mp-pusher.mp-pushed { left: 600px; position: fixed }
.mp-menu .mp-level.mp-level-overlay::after, .mp-pusher.mp-pushed::after { width: 100%; height: 100%; opacity: 1; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s }
.mp-menu .mp-level.mp-level-overlay { cursor: pointer; overflow: hidden }
.mp-menu .mp-level.mp-level-overlay.mp-level::before { width: 100%; height: 100%; background: 0 0; opacity: 1 }
.mp-cover .mp-level.mp-level-open { right: 0; padding-left: 0; padding-top: 50px }
.mp-menu>.mp-level>ul { margin: 0; padding: 0; list-style: none; padding-top: 5px }
.mp-menu>.mp-level>ul>li { margin: 0; padding: 5px 20px }
.mp-menu>.mp-level>ul>li a { display: block; padding: 5px 0; text-decoration: none; text-transform: uppercase; font-size: 14px; color: #FFF; line-height: 20px; position: relative; border-bottom: 0 solid #FFF; font-weight: 600; letter-spacing: .02em; text-align: right }
.mp-menu>.mp-level>ul>li a.has { position: relative; padding-right: 20px; }
.mp-menu>.mp-level>ul>li a.has:after { font-weight: 900; font-family: "Font Awesome 6 Free"; content: "\f105"; font-size: 12px; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%) }
.mp-menu>.mp-level a.mp-back { display: block; padding: 3px 0px 5px 0; margin: 0 20px; text-decoration: none; font-size: 12px; font-weight: 400; color: #DDD; position: relative; text-align: right; margin-top: 10px; margin-bottom: 20px }
.mp-menu>.mp-level a.mp-back::before { display: block; position: absolute; right: 0; top: 4px; font-size: 10px; line-height: 22px }
.mp-menu>.mp-level .sub-ttl { text-align: right; padding: 0 20px; display: block; color: #999; font-size: 18px; text-transform: uppercase; margin: 10px 0; cursor: auto; font-weight: 400 }
.mp-menu>.mp-level .sub-ttl a { color: #999; font-size: 18px; padding: 0; line-height: inherit; letter-spacing: inherit; }
.mp-menu>.mp-level>ul>li .mp-level ul { list-style: none; padding: 0; margin: 0 }
.mp-menu>.mp-level>ul>li .mp-level ul li { margin: 0; padding: 5px 20px }
.mp-menu .mp-level.mp-level-open { right: 0 }
.top-nav { padding: 20px; font-size: 40px; color: #000; background: none; border: none; justify-content: flex-end; align-items: center; display: none; }
body.home .top-nav {color: #fff;}
.icms_main {position: relative;justify-self: center;max-width: 1920px;width: 100%;margin: 0 auto;margin-top: 170px;}
body.home .icms_main { margin-top: 0; }
footer {color: #282828;justify-content: center;display: flex;align-items: center;background-color: #F5F5F5;position: relative;bottom: 0;flex-direction: column;}
.footer-container { padding: 80px 0; justify-content: space-between; max-width: 1584px; width: 100%; align-items: center; display: flex; }
.footer-container ul { margin: 0; padding: 0; list-style: none; }
.footer-container li { }
.footer-container li a { font-weight: 300; font-size: 12px; }
.footer-container .logo { padding: 0 20px; min-width: 34%; }
.footer-container .logo img { max-width: 100%; display: block; height: auto; }
.footer-container .cats {justify-content: space-between;display: flex;flex-direction: row;flex: 1;}
.footer-container .cats .ttl { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; }
.footer-container .colf { padding: 10px; flex: 1; margin: 0; }
.footer-container .colf.nl { min-width: 38%; }
.footer-container .cats ul { display: flex; flex-direction: column; gap: 2px; }
.footer-container .cats ul a { font-size: 12px; font-weight: 300; letter-spacing: 0.14em; color: #282828; }
.footer-container .cats .frm-newsletter { }

.footer-container .cats .frm-newsletter .form_check {display: flex;justify-content: space-between;align-items: center;}
.footer-container .cats .frm-newsletter .sbmt { min-width: 128px; color: #FFFFFF; border-style: none; background-color: rgba(89, 89, 89, 0.4); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-align: center; text-transform: uppercase; line-height: 22px; padding: 5px 10px; transition: ease-in-out 0.2s;}
.footer-container .cats .frm-newsletter .sbmt:hover { background-color: #000; }
.footer-container .cats .frm-newsletter .form_check_input { width: 100%; background-color: transparent; border-style: none; border-bottom: 1px #595959 solid; margin-bottom: 20px; outline: none; }
.footer-container .cats .frm-newsletter .form_check_input::placeholder { font-weight: 300; font-size: 12px; line-height: 18px; letter-spacing: 0.14em; }

.footer-container .cats .frm-newsletter .checkbox-light .form_check_label {margin: 0;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;gap: 5px;}
.footer-container .cats .frm-newsletter .checkbox-light .cr {border-color: #595959;!i;!;!;}
.footer-container .cats .frm-newsletter .checkbox-light .cr-icon { background-color: #595959; }
.footer-container .cats .frm-newsletter .checkbox-light a { font-size: 12px; font-weight: 300; line-height: 18px; letter-spacing: 0.14em; text-align: left; color: #282828; }
footer .copyright-content {border-top: 1px solid #363636;width: 100%;}
footer .copyright-content .copyright { padding: 10px 20px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: 10px; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
footer .copyright-content .copyright .owner {color: #666;font-size: 14px;font-weight: 500;}
footer .copyright-content .copyright .owner span {}
footer .copyright-content .copyright .owner a {color: #666;font-size: 14px;font-weight: 500;}
footer .copyright-content .google-policy {color: #666;font-size: 12px;font-weight: 500;}
footer .copyright-content .google-policy a {color: #666;font-size: 12px;font-weight: 500;}
footer .copyright-content .dev {color: #666;font-size: 14px;font-weight: 500;}
footer .copyright-content .dev a {color: #666;font-size: 14px;font-weight: 500;}
footer .copyright-content .dev .fas {}
.icms_main .home-slider {
    position: relative;
}
.icms_main .home-slider .social-icons {position: absolute;bottom: 80px;left: 50%;transform: translateX(-50%);padding: 0 20px;width: 100%;}
.icms_main .home-slider .social-icons ul {padding: 0;margin: 0;list-style: none;display: flex;gap: 10px 40px;flex-direction: row;align-items: center;justify-content: center;flex-wrap: wrap;}
.icms_main .home-slider .social-icons a:hover li { background-color: #00000040; }
.icms_main .home-slider .social-icons li { }
.icms_main .home-slider .social-icons li a { color: #FFFFFF; background-color: rgba(255, 255, 255, 0.2); border-radius: 50%; width: 40px; height: 40px; align-items: center; justify-content: center; display: flex; font-size: 20px; }
.icms_main .home-slider .social-icons li a:hover { background: #000; }
.icms_main .about-us {align-content: center;flex-wrap: wrap;display: flex;width: 100%;justify-content: center;min-height: 500px;}
body.home .icms_main .about-us { min-height: 700px; }
.icms_main .about-us .about-container {flex-wrap: wrap;padding: 20px;display: flex;max-width: 912px;flex-direction: row;align-items: flex-start;gap: 20px;}
.icms_main .about-us .about-container .ttl {font-size: 90px;margin-bottom: 20px;line-height: normal;}
.icms_main .about-us .about-container .txt {font-size: 16px;color: #282828;margin: 0;font-weight: 300;padding-left: 20px;border-left: solid #CACACA 1px;letter-spacing: 0.14em;line-height: 21px;}
.icms_main .about-us .about-container .main-logo {
    max-width: 105px;
}
.icms_main .about-us .about-container .main-logo img{
    width: 100%;
    height: auto;
    display: block;
    padding-top: 10px;
}
.icms_main .about-us .about-container .text {
    flex: 1;
}
.services { flex-direction: column; display: flex; align-items: center; background-color: #282828; width: 100%; max-width: 1920px; padding: 0 20px; }
.services:before {content: ''; margin: 0; width: 1px; height: 84px; background-color: #CACACA; }
.services.no-line {}
.services.no-line:before {display:  none;}

.services .ttl { text-align: center; font-size: 40px; margin-top: 32px; color: #CBCBCB; }
.services .services-container { max-width: 1580px; margin: 0 auto; padding: 60px 0; }
.services .services-container ul { justify-content: center; flex-wrap: wrap; margin: 0; display: flex; list-style: none; padding: 0; gap: 24px; }
.services .services-container li { position: relative; transition: all 0.2s ease-in; width: calc(50% - 12px); min-height: 400px; }
.services .services-container li:before {content: '';z-index: 1;top: 45px;left: 0;background-color: #D9D9D9;width: 28px;height: 1px;position: absolute;transition: all 0.2s ease-in;}
.services .services-container li .sttl {z-index: 1;font-size: 60px;position: absolute;width: 100%;top: 25px;line-height: normal;padding: 0 44px;margin: 0;color: #fff;transition: all 0.2s ease-in;}
.services .services-container li:hover .sttl {color: #000;}
.services .services-container li:hover:before {opacity: 0;}
.services .services-container li .info-white { max-width: 455px; width: 100%; padding: 0 44px 40px 44px; opacity: 0; display: block; z-index: 1; color: #000; position: absolute; bottom: 0; transition: all 0.2s ease-in; }
.services .services-container li .info-white .ssttl {font-weight: 800;font-size: 18px;line-height: 27px;word-break: break-all;}
.services .services-container li .info-white .txt { margin-bottom: 25px; font-weight: 400; font-size: 14px; letter-spacing: 0.14em; }
.services .services-container li .info-white .more {display: flex;}
.services .services-container li .info-white .more a { display: flex; justify-content: center; align-items: center; color: #FFFFFF; font-size: 14px; font-weight: 700; background-color: #595959; letter-spacing: 0.14em; line-height: 22px; padding: 5px 10px; min-width: 128px; }
.services .services-container li .info-white .more a:hover { background: #000; }
.services .services-container li .image-container { justify-content: center; display: flex; overflow: hidden; height: 100%; }
.services .services-container li .image-container img { transition: all 0.3s ease-in-out; width: 100%; height: 100%; display: block; object-fit: cover; }
.services .services-container li:hover .info-white { opacity: 1; }

.default-container {
    max-width: 1620px;
    padding: 0px 20px 0 20px;
    margin: 0 auto;
    width: 100%;
}
.simple-page {
    padding: 50px 0;
}
.simple-page .si-title {
    font-size: 50px;
    padding: 0;
    margin: 0;
    letter-spacing: 0.02em;
    line-height: normal;
    color: #020404;
    margin-bottom: 20px;
}
.simple-page .si-txt {}

.gallery-tpl {
    padding: 100px 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 1920px;
    width: 100%;
}
.gallery-tpl .gallery-container {
    width: 100%;
    align-items: center;
    max-width: 1580px;
}
.gallery-tpl .gallery-container .ttl {
    line-height: 60px;
    text-align: left;
    color: #020404;
    margin: 0;
    font-size: 60px;
}
.gallery-tpl .gallery-container .gallery-slider {margin: 30px 0;}
.gallery-tpl .gallery-container .gallery-slider .slick-track{
    gap: 8px;
    display: flex;
    align-items: stretch;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}
.gallery-tpl .gallery-container .gallery-slider .slider-double {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 8px;
    float: none;
}
.gallery-tpl .gallery-container .gallery-slider .person {
    flex: 1;
    float: none;
    !i;!;
    display: flex;
    align-items: stretch;
    height: auto;
}
.gallery-tpl .gallery-container .gallery-slider .slider-double .person {}
.gallery-tpl .gallery-container .gallery-slider .person a {
    height: 100%;
    display: block;
    width: 100%;
}
.gallery-tpl .gallery-container .gallery-slider .person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-tpl .gallery-container .top-bar {}
.gallery-tpl .gallery-container .arrow-right-container { margin-bottom: 20px; color: #CACACA; align-items: center; display: flex; justify-content: flex-end; }
.gallery-tpl .gallery-container .arrow-right-container .g-arrow-right:hover { cursor: pointer; }
.gallery-tpl .gallery-container .arrow-right-container .g-arrow-right { display: flex; align-items: center; }
.gallery-tpl .gallery-container .arrow-right-container span { margin-right: 20px; font-size: 18px; font-weight: 700; line-height: 27px; letter-spacing: 0.14em; text-align: right; color: #282828; }
.gallery-tpl .gallery-container .arrow-left-container { margin-top: 20px; color: #CACACA; align-items: center; display: flex; justify-content: flex-start; }
.gallery-tpl .gallery-container .arrow-left-container .g-arrow-left:hover { cursor: pointer; }
.gallery-tpl .gallery-container .arrow-left-container .g-arrow-left { flex-direction: row-reverse; display: flex; align-items: center; }
.gallery-tpl .gallery-container .arrow-left-container span { margin-left: 20px; font-size: 18px; font-weight: 700; line-height: 27px; letter-spacing: 0.14em; text-align: right; color: #282828; }


.collaborators { padding: 100px 0; align-items: center; display: flex; justify-content: center; max-width: 1920px; width: 100%; }
.collaborators.col-in {
    padding: 0px 0 30px 0;
}
.collaborators .collaborators-container { padding: 20px; min-height: 0; min-width: 0; display: flex; flex-direction: column; }
.collaborators .collaborators-container .ttl { line-height: 48px; text-align: left; color: #020404; margin: 0; font-size: 60px; }
.collaborators .collaborators-slider { min-width: 0; align-items: center; display: flex; width: 100%; max-width: 1580px; }
.collaborators .collaborators-slider .slick-track { gap: 8px; }
.collaborators .collaborators-slider img { min-height: 175px; margin: 0; }
.collaborators .collaborators-slider .slider-double { gap: 8px; }
.collaborators .collaborators-slider .slider-double img { min-height: 175px; margin: 0; }
.collaborators .person {display: flex;justify-content: center;overflow: hidden;}
.collaborators .person .lnk-box { z-index: 1; color: #FFFFFF; flex-direction: column; display: flex; align-items: flex-start; position: absolute; bottom: 0; left: 0; width: 100%; flex-wrap: nowrap; padding: 0 20px 20px 20px; gap: 5px; opacity: 0; }
.collaborators .person:hover .lnk-box { opacity: 1; }
.collaborators .person:hover .social { opacity: 1; }
.collaborators .person:hover img { filter: brightness(50%); }
.collaborators .person img {width: 100%;object-fit: cover;height: 100%;}
.collaborators .slider-double {overflow: hidden;display: flex;flex-direction: column;gap: 8px;height: 100%;}
.collaborators .slider-double .person {overflow: hidden;flex: 1;}
.collaborators .person { overflow: hidden; min-height: 0; min-width: 0; position: relative; }
.collaborators .person ul { list-style: none; }
.collaborators .person .social { width: unset; display: flex; z-index: 1; opacity: 0; gap: 20px; position: absolute; top: 20px; right: 20px; transition: all 0.2s ease-in; list-style: none; padding: 0; margin: 0; }
.collaborators .person .social li { }
.collaborators .person .social li a { display: flex; flex-direction: column; align-items: center; }
.collaborators .person .social li a span { font-weight: 700; color: #fff; font-size: 20px; letter-spacing: 0.02em; }
.collaborators .person .social li a:hover .social-icon { background: #000; }
.collaborators .person .social .social-icon { flex-direction: column; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: rgba(0, 0, 0, 0.5); border-radius: 50%; font-size: 25px; line-height: 25px; color: #fff; }
.collaborators .person .social img { filter: brightness(100%); color: #FFFFFF; width: 25px; height: 25px; min-height: unset; }
.collaborators .person .collab-text { }
.collaborators .person .collab-text { font-size: 30px; line-height: 30px; text-align: left; position: relative; font-weight: 800; word-break: break-word; letter-spacing: 0.02em; }
.collaborators .person .collab-text2 { font-size: 16px; font-weight: 300; line-height: 20px; letter-spacing: 0.02em; text-align: left; position: relative; }

.collaborators .collaborators-container .arrow-right-container { margin-bottom: 20px; color: #CACACA; align-items: center; display: flex; justify-content: flex-end; }
.collaborators .collaborators-container .arrow-right-container .arrow-right:hover { cursor: pointer; }
.collaborators .collaborators-container .arrow-right-container .arrow-right { display: flex; align-items: center; }
.collaborators .collaborators-container .arrow-right-container span { margin-right: 20px; font-size: 18px; font-weight: 700; line-height: 27px; letter-spacing: 0.14em; text-align: right; color: #282828; }
.collaborators .collaborators-container .arrow-left-container { margin-top: 20px; color: #CACACA; align-items: center; display: flex; justify-content: flex-start; }
.collaborators .collaborators-container .arrow-left-container .arrow-left:hover { cursor: pointer; }
.collaborators .collaborators-container .arrow-left-container .arrow-left { flex-direction: row-reverse; display: flex; align-items: center; }
.collaborators .collaborators-container .arrow-left-container span { margin-left: 20px; font-size: 18px; font-weight: 700; line-height: 27px; letter-spacing: 0.14em; text-align: right; color: #282828; }

.collaborators .gallery {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    align-items: stretch;
    width: 100%;
}
.collaborators .gallery > li {
    width: calc(25% - 6px);
    display: flex;
    align-items: stretch;
}



.portfolio { height: 100%; position: relative; background-color: #282828; align-items: center; flex-direction: column; display: flex; }
.portfolio .ttl { font-size: 40px; text-align: center; color: #CBCBCB; margin: 36px; }
.portfolio:before{content: ''; margin: 0; background-color: #CACACA; height: 84px; width: 1px; }
.portfolio .scroller { overflow-y: hidden; overscroll-behavior-x: contain; overflow-x: scroll; position: relative; width: 100%; height: 850px; }
.portfolio .scroll { color: #FFFFFF; }
.portfolio .scroll { margin: 100px 0; align-items: center; display: flex; }
.portfolio .scroll span { margin: 0 40px; font-weight: 700; font-size: 18px; letter-spacing: 0.14em; }
.portfolio .scroll .arrow-left-container { margin: 0; color: #CACACA; align-items: center; display: flex; justify-content: flex-start; }
.portfolio .scroll .arrow-left-container .arrow-left:hover { cursor: pointer; }
.portfolio .scroll .arrow-left-container .arrow-left { flex-direction: row-reverse; display: flex; align-items: center; }
.portfolio .scroll .arrow-left-container span { margin-left: 20px; ffont-size: 18px; font-weight: 700; line-height: 27px; letter-spacing: 0.14em; text-align: right; color: #282828; }
.portfolio .scroll .arrow-left-container hr { margin: 0; background-color: #CACACA; height: 1px; width: 48px; }
.portfolio .scroll .arrow-right-container { margin: 0; color: #CACACA; align-items: center; display: flex; justify-content: flex-start; }
.portfolio .scroll .arrow-right-container .arrow-right:hover { cursor: pointer; }
.portfolio .scroll .arrow-right-container .arrow-right { flex-direction: row; display: flex; align-items: center; }
.portfolio .scroll .arrow-right-container span { margin-left: 20px; font-size: 18px; font-weight: 700; line-height: 27px; letter-spacing: 0.14em; text-align: right; color: #282828; }
.portfolio .scroll .arrow-right-container hr { margin: 0; background-color: #CACACA; height: 1px; width: 48px; }
.portfolio .scroller::-webkit-scrollbar { height: 10px; width: 10px; }
.portfolio .scroller::-webkit-scrollbar-track { background: transparent; }
.portfolio .scroller::-webkit-scrollbar-thumb { border-radius: 10px; background: #888; }
.portfolio .scroller::-webkit-scrollbar-thumb:hover { background: #555; }
.portfolio .scroll-animations-example { top: 0; height: 100%; position: absolute; max-width: 1920px; }
.portfolio .scroll-animations-example > .scrollsection { padding: 0vh 10vh 10vh 10vmax; min-width: 550vh; }
.portfolio .scroll-animations-example > .scrollsection > .item { display: inline-block; position: relative; margin: 0 -30vh 0 3vh; }
.portfolio .scroll-animations-example > .scrollsection > .item::before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }
.portfolio .scroll-animations-example > .scrollsection > .item.-big { height: 80vh; width: 60vh; }
.portfolio .scroll-animations-example > .scrollsection > .item.-big.-horizontal { height: 60vh; width: 80vh; }
.portfolio .scroll-animations-example > .scrollsection > .item.-normal { height: 60vh; width: 45vh; z-index: 1; }
.portfolio .scroll-animations-example > .scrollsection > .item.-normal.-horizontal { height: 45vh; width: 60vh; }
.portfolio .scroll-animations-example > .scrollsection > .item.-normal:nth-of-type(3n) { bottom: 5vh; }
.portfolio .scroll-animations-example > .scrollsection > .item.-normal:nth-of-type(4n) { bottom: -5vh; }
.portfolio .scroll-animations-example > .scrollsection > .item.-small { height: 40vh; width: 30vh; z-index: 2; }
.portfolio .scroll-animations-example > .scrollsection > .item.-small.-horizontal { height: 30vh; width: 40vh; }
.portfolio .scroll-animations-example > .scrollsection > .item.-small:nth-of-type(3n) { bottom: 13vh; }
.portfolio .scroll-animations-example > .scrollsection > .item.-small:nth-of-type(4n) { bottom: -13vh; }
.portfolio .scroll-animations-example > .scrollsection > .item > .image { height: 100%; width: 100%; position: absolute; top: 0; left: 0; filter: grayscale(1); opacity: 0; pointer-events: none; transform: translateX(0) translateY(0) scale(1); transition: filter 0.3s ease, opacity 1s ease, transform 1s ease; }
.portfolio .scroll-animations-example > .scrollsection > .item:nth-of-type(4n) > .image { transform: translateX(-30vh) translateY(-30vh) scale(0.8); transition-delay: 0; }
.portfolio .scroll-animations-example > .scrollsection > .item:nth-of-type(4n - 1) > .image { transform: translateX(30vh) translateY(30vh) scale(0.8); transition-delay: 0.05s; }
.portfolio .scroll-animations-example > .scrollsection > .item:nth-of-type(4n - 2) > .image { transform: translateX(-30vh) translateY(30vh) scale(0.8); transition-delay: 0.1s; }
.portfolio .scroll-animations-example > .scrollsection > .item:nth-of-type(4n - 3) > .image { transform: translateX(-30vh) translateY(-30vh) scale(0.8); transition-delay: 0.15s; }
.portfolio .scroll-animations-example > .scrollsection > .item > .image.-active { transform: translateX(0) translateY(0) scale(1); opacity: 0.8; pointer-events: auto; transition: filter 0.3s ease, opacity 1s ease, transform 1s ease; }
.portfolio .scroll-animations-example > .scrollsection > .item > .image.-clicked { transform: translateX(0) translateY(0) scale(5); opacity: 0; pointer-events: auto; transition: filter 0.3s ease, opacity 1s ease, transform 1s ease; }
.portfolio .scroll-animations-example > .scrollsection > .item > .image.-active:hover { height: 100%; width: 100%; position: absolute; top: 0; left: 0; filter: grayscale(0); opacity: 1; cursor: pointer; }

.partnerships { padding: 0 20px 100px 20px; display: flex; justify-content: center; max-width: 1920px; width: 100%; background-color: #F5F5F5; }
.partnerships .partnerships-container {min-height: 0;min-width: 0;align-items: center;justify-content: center;max-width: 1295px;display: flex;flex-direction: column;width: 100%;}
.partnerships .partnerships-container:before {content: ""; justify-self: center; margin: 0; background-color: #CACACA; height: 84px; width: 1px; }
.partnerships .partnerships-container .ttl { font-size: 40px; color: #020404; text-align: center; margin-top: 20px; }
.partnerships .partnerships-slider {min-width: 0;align-items: center;display: flex;width: 100%;max-width: 1580px;padding: 100px 0;display: flex;max-width: 1295px;width: 100%;}
.partnerships .partnerships-slider img { margin: 0; width: 100%; height: auto;}
.partnerships .partner {flex-direction: column;padding: 0 10px;}
.partnerships .partner img { width: 100%; height: auto; }
.partnerships .partner a { display: flex; justify-content: center; }
.partnerships .arrows-container { justify-content: space-between; width: 100%; display: flex; }
.partnerships .arrows-container a { font-size: 18px; font-weight: 700; color: #282828; }
.partnerships .arrows-container .arrow-left-container { margin: 0; color: #CACACA; align-items: center; display: flex; justify-content: flex-start; }
.partnerships .arrows-container .arrow-left-container .p-arrow-left:hover { cursor: pointer; }
.partnerships .arrows-container .arrow-left-container .p-arrow-left { flex-direction: row-reverse; display: flex; align-items: center; }
.partnerships .arrows-container .arrow-left-container span { margin-left: 20px; font-size: 18px; font-weight: 700; line-height: 27px; letter-spacing: 0.14em; text-align: right; color: #282828; }
.partnerships .arrows-container .arrow-right-container { margin: 0; color: #CACACA; align-items: center; display: flex; justify-content: flex-start; }
.partnerships .arrows-container .arrow-right-container .p-arrow-right:hover { cursor: pointer; }
.partnerships .arrows-container .arrow-right-container .p-arrow-right { flex-direction: row; display: flex; align-items: center; }
.partnerships .arrows-container .arrow-right-container span { margin-right: 20px; font-size: 18px; font-weight: 700; line-height: 27px; letter-spacing: 0.14em; text-align: right; color: #282828; }

.contact { position: relative; justify-content: center; display: flex; width: 100%; max-width: 1920px; background-color: #151515; }
.contact-page .contact {
    background: transparent;
}
.contact .right-title {color: #FFFFFF;margin-bottom: 23px;}
.contact-page .contact .right-title {color: #000;}
.contact .right-title .ttl { margin-bottom: 20px; line-height: 40px; text-align: left; font-size: 50px; }
.contact .right-title .txt { color: #D9D9D9; }
.contact-page .contact .right-title .txt { color: #000; }
.contact .left-title { color: #FFFFFF; }
.contact-page .contact .left-title { color: #000; }
.contact .left-title .ttl { line-height: 40px; text-align: left; font-size: 50px; margin-bottom: 20px; }
.contact .left-title .txt { color: #D9D9D9; }
.contact-page .contact .left-title .txt { color: #000; }
.contact .contact-container { width: 100%; display: flex; max-width: 1565px; }
.contact .contact-left { max-width: 770px; height: 100%; width: 100%; }
.contact .contact-left ul {flex-direction: column;display: flex;gap: 10px;padding: 0;list-style: none;}
.contact .contact-info a { display: inline-flex; gap: 20px; align-self: center; font-size: 14px; font-weight: 300; line-height: 21px; letter-spacing: 0.14em; text-align: left; color: #FFFFFF; }
.contact .contact-info {color: #fff;}
.contact-page .contact .contact-info {color: #000;}
.contact-page .contact .contact-info a { color: #000; }
.contact .left-container { justify-content: space-between; flex-direction: column; display: flex; padding: 80px 0px; }
.contact .contact-left .contact-social { flex-direction: row; gap: 15px; display: flex; margin: 0; }
.contact .contact-info {margin: 40px 0;}
.contact .contact-right {padding-left: 50px;max-width: 770px;width: 100%;align-content: center;display: flex;flex-direction: column;flex-wrap: wrap;}
.contact .background-right { background-color: #151515; z-index: 1; width: 50%; padding: 0 20px; }
.contact-page .contact .background-right {background: transparent;}
.contact .right-container { flex-direction: column; justify-content: space-between; display: flex; width: 100%; padding: 80px 0px; }
.contact .contact-right label { margin: 0; color: #FFFFFF; }
.contact-page .contact .contact-right label { color: #000; }
.contact .name-email {display: flex;gap: 20px;margin-bottom: 20px;}
.contact .form_check {margin-top: 15px;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: space-between;}
.contact .form-control {width: 49%;background-color: transparent;border-style: none;border-bottom: 1px #595959 solid;border-radius: 0;padding: 0;outline: none;box-shadow: 0 0 0;color: #fff;}
.contact-page .contact .form-control {color: #000;}
.contact label,
.contact .form-control::placeholder { font-weight: 300; font-size: 14px; line-height: 21px; letter-spacing: 0.14em; color: #FFFFFF; }
.contact-page .contact label,
.contact-page .contact .form-control::placeholder { color: #999; }
.contact .form-control.full {width: 100%;}
.contact .contact-right label {margin: 0;color: #FFFFFF;font-weight: 700;margin-bottom: 5px;}
.contact-page .contact .contact-right label {color: #000;}
.contact .contact-right .form_check_label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.14em;
    margin: 0;
}
.contact .contact-right .sbmt {min-width: 128px;
    color: #FFFFFF;
    border-style: none;
    background-color: rgba(89, 89, 89, 0.4);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    padding: 5px 10px;
    transition: ease-in-out 0.2s;}
.contact-page .contact .contact-right .sbmt {color: #000;}
.contact .contact-right label a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.14em;
}
.contact-page .contact .contact-right label a {color: #000;}
.contact .contact-social { display: flex; width: 100%; }
.contact .contact-social a:hover li { background-color: #ffffff40; }
.contact .contact-social a { color: #FFFFFF; }
.contact-page .contact .contact-social a { color: #000; }
.contact .contact-social ul { padding: 0 20px; margin-bottom: 80px; gap: 40px; list-style: none; display: flex; }
.contact .contact-social li { align-items: center; justify-content: center; display: flex; background-color: #00000049; border-radius: 50%; border: solid black 0px; font-size: 20px; width: 40px; height: 40px; }
.contact .background-img { left: 0; height: 100%; position: absolute; width: 50%; background-position: 45% 75%; background-image: url(../test/e1323da6c7f6337e097ab878b07005f8.png); filter: brightness(25%) grayscale(100%); background-size: cover; }
.contact-page .contact .background-img {display: none;}
.contact .background-content { z-index: 1; width: 50%; background: none; padding: 0 20px; display: flex; justify-content: flex-end; }

.background-contact { background: linear-gradient(90deg, #FFFFFF 50%, #F5F5F5 50%);  }



.careers { justify-content: center; max-width: 1920px; background-color: #282828; display: flex; }
.careers .careers-container {margin: 20px 0;width: 100%;min-width: 0;justify-content: space-evenly;flex-wrap: wrap;padding: 20px;gap: 50px;align-items: center;max-width: 1567px;display: flex;color: #FFFFFF;}
.careers .careers-container .ttl {font-size: 26px;letter-spacing: 0.14em;text-align: left;margin: 0;font-weight: 700;font-family: Manrope;}
.careers .careers-container .txt {font-size: 14px;margin: 0;color: #D9D9D9;flex: 1;font-weight: 300;letter-spacing: 0.14em;line-height: normal;}
.careers .careers-container a {flex: 1;font-weight: 700;text-align: center;font-size: 14px;width: 100%;min-height: 32px;border: 0;color: #FFFFFF;background-color: #5959595d;display: flex;align-items: center;justify-content: center;letter-spacing: 0.14em;}
.careers .careers-container a:hover { background-color: #000; }

.breadcrumb-cont {margin:0 auto;max-width: 1620px;padding: 0px 20px 0 20px;padding-top: 30px;}
.breadcrumb-cont .breadcrumb { background: transparent; padding: 0; margin: 0; border: 0; }
.breadcrumb-cont .breadcrumb .breadcrumb-item { color: #000; font-size: 12px; font-weight: 300; }
.breadcrumb-cont .breadcrumb .breadcrumb-item a { color: #000; font-size: 12px; font-weight: 300; }
.breadcrumb-cont .breadcrumb .breadcrumb-item.active { }
.breadcrumb-cont .breadcrumb .breadcrumb-item.active a { color: #000; font-weight: 700;}
.breadcrumb-cont .breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: #000; }
.page-load-status { display: none; padding-top: 30px; text-align: center; color: #000; }
.loader-ellips { font-size: 20px; position: relative; width: 4em; height: 1em; margin: 10px auto; }
.loader-ellips__dot { display: block; width: 1em; height: 1em; border-radius: 0.5em; background: #000; position: absolute; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: ease; -moz-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) { left: 0; }
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }
@-webkit-keyframes reveal {
    from { -webkit-transform: scale(0.001); transform: scale(0.001); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@-moz-keyframes reveal {
    from { -moz-transform: scale(0.001); transform: scale(0.001); }
    to { -moz-transform: scale(1); transform: scale(1); }
}
@keyframes reveal {
    from { -webkit-transform: scale(0.001); -moz-transform: scale(0.001); transform: scale(0.001); }
    to { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
}
@-webkit-keyframes slide {
    to { -webkit-transform: translateX(1.5em); transform: translateX(1.5em) }
}
@-moz-keyframes slide {
    to { -moz-transform: translateX(1.5em); transform: translateX(1.5em) }
}
@keyframes slide {
    to { -webkit-transform: translateX(1.5em); -moz-transform: translateX(1.5em); transform: translateX(1.5em) }
}
.loader-ellips__dot:nth-child(1) { -webkit-animation-name: reveal; -moz-animation-name: reveal; animation-name: reveal; }
.loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) { -webkit-animation-name: slide; -moz-animation-name: slide; animation-name: slide; }
.loader-ellips__dot:nth-child(4) { -webkit-animation-name: reveal; -moz-animation-name: reveal; animation-name: reveal; animation-direction: reverse; }
.load-more-data { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 40px 20px; }
.load-more-data .view-more-button { font-size: 16px; font-weight: 800; color: #000; line-height: 22px; border: 1px solid #000; border-radius: 4px; margin: 0; padding: 8px 15px; min-width: 250px; background: transparent; display: block; text-transform: uppercase; }

.person-page {overflow: hidden;padding-left: 0;flex-direction: row;display: flex;width: 100%;justify-self: center;max-width: 1920px;flex-wrap: wrap;align-items: stretch;}
.person-page .breadcrumb-cont {padding-left: 0;padding-right: 0;margin-bottom: 20px;width: 100%;}
.person-page .person-text {order: 0;flex: 1;padding: 0 20px 20px 20px;display: flex;flex-direction: column;align-items: flex-start;margin: 0 0 0 auto;max-width: 1000px;}
.person-page .person-text .pt-box {max-width: 750px;flex: 1;width: 100%;display: flex;flex-direction: column;justify-content: center;}
.person-page .person-text .ttl {text-transform: uppercase;letter-spacing: 0.02em;font-size: 50px;line-height: normal;font-weight: 800;margin-bottom: 20px;}
.person-page .person-text .txt {margin-bottom: 50px;}
.person-page .person-social {}
.person-page .person-img {align-self: baseline;display: flex;width: 40%;order: 1;max-width: 800px;}
.person-page .person-img img {width: 100%;display: block;}

.person-page .person-social ul {width: unset;display: flex;gap: 10px 50px;transition: all 0.2s ease-in;list-style: none;padding: 0;margin: 0;}
.person-page .person-social li { }
.person-page .person-social li a { display: flex; flex-direction: column; align-items: center; }
.person-page .person-social li a span {font-weight: 700;color: #6E6E6E;font-size: 30px;letter-spacing: 0.02em;}
.person-page .person-social li a:hover .social-icon { background: #000; }
.person-page .person-social .social-icon {flex-direction: column;display: flex;align-items: center;justify-content: center;width;width: 60px;height: 60px;background: #000;border-radius: 50%;font-size: 30px;line-height: 25px;color: #fff;}
/*.bgr_f5 { background: #f5f5f5; border: none; }
.brd_8 { border-radius: 8px; }
.capitalize { text-transform: uppercase; }
.op-0 { opacity: 0; pointer-events: none; }
.show_mbl { display: none !important; }
.show_mbl_1420 { display: none !important; }*/
/*.homepage-video { position: relative; overflow: hidden; max-height: 1080px; width: 100%; }
#background-video { max-width: 1920px; min-height: 500px; object-fit: cover; width: 100%; }
.text { width: 85%; }
.main-logo { margin-top: 15px; padding-right: 20px; }

.checkbox-light { display: flex; justify-content: space-between; align-items: center; }
.form_check_label { gap: 5px; display: flex; align-items: center; }
.form_check_label a { font-weight: 300; font-size: 12px; line-height: 18px; letter-spacing: 0.14em; color: #D9D9D9; }
.checkbox-light { display: flex; justify-content: space-between; align-items: center; }
.form_check_label { gap: 5px; display: flex; align-items: center; }
.form_check_label a { font-weight: 300; font-size: 12px; line-height: 18px; letter-spacing: 0.14em; color: #D9D9D9; }




.breadcrumb { width: 100%; padding: 20px; margin-bottom: 5%; display: flex; align-items: baseline; background: none; }
.breadcrumb a:hover { font-weight: 600; }
.breadcrumb-content { font-size: 12px; line-height: 18px; letter-spacing: 0.14em; text-align: left; margin: 0; margin-top: 2%; }
.breadcrumb-content a { color: #000; }
.partnerships-page { padding-bottom: 2%; flex-direction: column; display: flex; align-items: center; width: 100%; justify-self: center; max-width: 1584px; }
.load-more { margin: 5% 0; }
.load-more button { font-size: 12px; font-weight: 700; line-height: 18px; letter-spacing: 0.14em; text-align: center; padding: 16px 64px; border: solid #D9D9D9 1px; color: #000; }
.default-text { padding: 20px; align-self: baseline; }
.default-text p { max-width: 875px; }
.partnerships-brands { margin: 0; padding: 20px; max-width: 1332px; row-gap: 95px; column-gap: 50px; justify-content: space-between; display: flex; flex-wrap: wrap; }
.brand { list-style: none; max-height: 150px; max-width: 300px; }
.brand img { max-height: 150px; max-width: 300px; object-fit: cover; }
.background-about-us { background-color: #f5f5f5; }
.background-about-us .about-us { justify-self: center; max-width: 1584px; padding-top: 0; background-color: #f5f5f5; }
.background-about-us .about-container { max-width: 1027px; }
.portfolio-page { flex-direction: column; display: flex; align-items: center; width: 100%; justify-self: center; max-width: 1584px; }
.portfolio-page { padding-bottom: 2%; }
.background-portfolio { background-color: #F5F5F5; }
.background-portfolio .portfolio { background-color: #F5F5F5; }
.background-portfolio .scroll { color: #000; }

.background-info { background-color: #F5F5F5; }
.info-page { width: 100%; justify-self: center; max-width: 1584px; }
.info { padding: 5% 20px; }
.info ul { justify-content: center; flex-wrap: wrap; padding: 0; margin: 0; gap: 25px; display: flex; list-style: none; }
.info li { display: flex; align-items: center; justify-content: center; background-color: #282828; width: 366px; height: 366px; }
.info li a:hover { transition: ease-in-out 0.2s; font-weight: 900; }
.info li a { color: #FFFFFF; font-size: 26px; font-weight: 700; line-height: 39px; letter-spacing: 0.14em; text-align: center; }
.background-terms { background-color: #F5F5F5; }
.terms-page { width: 100%; justify-self: center; max-width: 1584px; }
.terms-text { padding: 20px 20px 5%; align-self: baseline; }
.background-career { background-color: #F5F5F5; }
.career-page { width: 100%; justify-self: center; max-width: 1584px; }
.career-page p { margin-bottom: 5%; }
.career-page ul { padding: 0; margin: 0; list-style: none; }
.career-page li { font-size: 16px; font-weight: 700; line-height: 24px; letter-spacing: 0.14em; text-align: left; text-underline-position: from-font; text-decoration-skip-ink: none; padding: 10px 0; }
.career-text { padding: 20px 20px 5%; align-self: baseline; }
.join-us { background-color: #151515; width: 60%; }
.join-contact { flex-direction: column; display: flex; justify-content: center; width: 40%; background-color: #282828; }
.contact-careers { display: flex; height: 100%; width: 100%; }
.contact-careers ul { flex-direction: column; display: flex; gap: 20px; padding: 0; list-style: none; }
.contact-careers h3 { margin: 2% 0;  font-weight: 700; font-size: 26px; line-height: 39px; letter-spacing: 0.14em; }
.contact-careers .contact-social { margin: 60px 0; flex-direction: row; gap: 15px; display: flex; }
.contact-careers .contact-social li { background-color: #FFFFFF20; }
.contact-info { margin: 60px 0; }
.join-info { padding: 5% 20px; margin-left: 20%; max-width: 300px; }
.join-info .left-title { flex-direction: column; display: flex; gap: 30px; }
.join-info p { margin: 0; }
.join-us { display: flex; justify-content: center; }
.join-us form { margin: 0; padding: 5% 20px; max-width: 920px; color: #FFFFFF; }
form .file-upload { display: flex; align-items: center; display: none; }
.custom-button { margin: 0 10px; cursor: pointer; }
.buttons { justify-content: space-between; display: flex; }
.upload { align-items: center; flex-wrap: wrap; display: flex; }
.upload span { font-weight: 600; font-size: 12px; line-height: 18px; letter-spacing: 0.14em; align-self: center; margin: 0; }
#remove-file { padding: 0; align-items: center; display: none; border: none; background-color: unset; }
#file-error { color: red; display: none; }


.services-page { padding-bottom: 2%; flex-direction: column; display: flex; align-items: center; width: 100%; justify-self: center; max-width: 1584px; }
.services-text { align-self: baseline; max-width: 875px; padding: 20px; }
.services-text h1 { margin-bottom: 20px; }
.services-under { flex-direction: column; display: flex; align-items: center; background-color: #282828; width: 100%; max-width: 1920px; }
.services-under .services-container ul { margin: 7% 0; }
.music-page { padding-bottom: 2%; flex-direction: column; display: flex; align-items: center; width: 100%; justify-self: center; max-width: 1584px; }
.music-page ul { justify-content: center; margin: 0; padding: 5% 20px 0; flex-wrap: wrap; gap: 25px; width: 100%; display: flex; list-style: none; }
.song { display: flex; justify-content: center; overflow: hidden; max-height: 366px; max-width: 366px; }
.song { overflow: hidden; min-height: 0; min-width: 0; position: relative; }
.song .social { z-index: 1; display: none; gap: 20px; position: absolute; top: 20px; right: 20px; }
.song .social i { align-items: center; justify-content: center; display: flex; color: #FFFFFF; background-color: #00000050; border-radius: 50%; border: solid black 0px; font-size: 25px; width: 50px; height: 50px; }
.song .collab-text { z-index: 1; opacity: 0; position: absolute; bottom: 40px; left: 40px; }
.song .collab-text h3 { color: #FFFFFF; font-size: 16px; font-weight: 700; line-height: 24px; letter-spacing: 0.14em; text-align: left; position: relative; }
.song .collab-text p { margin-bottom: 20px; color: #FFFFFF; font-size: 12px; text-align: left; position: relative; }
.song .collab-text button:hover { background-color: #000; }
.song .collab-text button { font-weight: 700; font-size: 12px; letter-spacing: 0.14em; justify-content: space-evenly; display: flex; align-items: center; width: 156px; height: 32px; background-color: unset; border: solid #d9d9d956 0.4px; position: relative; color: white; }
.song .collab-text button i { justify-content: center; align-items: center; display: flex; height: 16px; width: 16px; font-size: 6px; padding: 6px; border: solid #FFFFFF 1px; border-radius: 50%; }
.song:hover .collab-text { transition: ease-in-out 0.2s; opacity: 1; }
.song:hover img { transition: ease-in-out 0.2s; filter: brightness(45%) blur(10px); }
.services-extra-page { justify-content: space-between; overflow: hidden; padding-left: 7%; flex-direction: row-reverse; display: flex; align-items: flex-start; width: 100%; justify-self: center; max-width: 1920px; }
.services-extra-page .breadcrumb { position: absolute; padding-left: 20px; left: 7%; width: 60%; }
.services-extra-text { max-width: 800px; margin: 10% 0 auto; width: 60%; padding: 20px; }
.services-extra-text h1 { margin-bottom: 20px; }
.services-extra-img { max-height: 800px; justify-content: center; overflow: hidden; align-self: baseline; display: flex; width: 40%; height: 100%; }
.services-extra-img img { object-fit: cover; }
.services-extra-page ul { margin: 0; padding: 20px; }
.services-extra-page li { font-size: 16px; font-weight: 700; line-height: 32px; letter-spacing: 0.14em; text-align: left; }
.event-slider { justify-self: center; min-width: 0; align-items: center; display: flex; width: 100%; max-width: 1270px; padding: 5% 0; }
.event-slider img { object-fit: cover; min-width: 800px !important; min-height: 425px; margin: 0; max-height: 911px; max-width: 1270px; }
.event-background { background-color: #FFFFFF; }
.event-container { padding: 20px; width: 100%; flex-direction: row; display: flex; justify-self: center; max-width: 1584px; }
.event-container .p-arrow-left:hover, .event-container .p-arrow-right:hover { cursor: pointer; }
.event-container .p-arrow-left, .event-container .p-arrow-right { display: flex; align-items: center; }
.event-container .arrow-left-container { margin-right: 5%; }
.event-container .arrow-right-container { margin-left: 5%; }
.event-slide { display: flex; width: 100%; justify-content: center; overflow: hidden; min-height: 425px; min-width: 0; position: relative; max-width: 1270px; }
.collab-text { width: 90%; }
.collab-text h4 { color: #FFFFFF; font-weight: 700; font-size: 26px; line-height: 39px; letter-spacing: 0.02em; text-align: left; position: relative; }
.collab-text span { text-align: left; position: relative; color: #D9D9D9; }
.collab-text p { margin: 0; color: #FFFFFF; font-weight: 300; font-size: 14px; line-height: 21px; letter-spacing: 14%; text-align: left; position: relative; bottom: 0; width: 90%; }
.full-screen { justify-content: flex-end; position: relative; display: flex; width: 10%; bottom: 30px; position: relative; color: #FFFFFF; }
.full-screen button { border: none; background: none; }
.full-screen img { align-self: flex-end; justify-self: center; max-width: 25px; max-height: 25px; min-height: unset; }
.event-content { align-items: flex-end; height: 95%; z-index: 1; position: absolute; right: 5%; bottom: 5%; left: 5%; display: flex; }

.menu.active { z-index: 1; display: block;     }
.menu.active ul { display: block; }
.menu.active a { color: #FFFFFF; }
.gallery li, .galleryp li, .gallerys li { display: none; list-style: none; }
.gallery li img, .galleryp li img, .gallerys li img { width: 100%; }

.termsfeed-com---nb .cc-nb-title { font-size: 16px !important; line-height: 100% !important; }
.termsfeed-com---nb .cc-nb-main-container { padding: 20px !important; }
.termsfeed-com---nb .cc-nb-text { font-size: 13px !important; }
.termsfeed-com---reset button { padding: 5px !important; }
.termsfeed-com---palette-light .cc-nb-okagree { background-color: #353b44 !important; }
.termsfeed-com---palette-light .cc-nb-reject { background-color: #353b44 !important; }
.termsfeed-com---palette-light .cc-cp-foot-save { background-color: #353b44 !important; }
.termsfeed-com---pc-dialog .cc-cp-body-content-entry-title { font-size: 16px !important; margin-bottom: 5px !important; }
.termsfeed-com---pc-dialog .cc-cp-body-content-entry-text { font-size: 13px !important; line-height: 1.2 !important; }*/
@media only screen and (max-width:1100px) {
    /*.hide_mbl_1100 { display: none !important; }
    .show_mbl_1100 { display: block !important; }
    .person-page, .services-extra-page { padding: 0; }
    .person-page .breadcrumb, .services-extra-page .breadcrumb { left: 0; }*/

}
@media only screen and (max-width:1200px) {
    .footer-container {
    flex-direction: column;
    gap: 20px;
}
    .footer-container .logo {
    width: 100%;
    min-width: auto;
    display: flex;
    justify-content: center;
}
    .footer-container .cats {
    width: 100%;
    padding: 0 10px;
}

}

@media only screen and (max-width:991px) {
    .header-container .menu > ul { gap: 0 20px; }
    .header-container .menu > ul > li { gap: 0 20px; }
    .header-container .menu .dropdown-content { left: calc(50% + 10px); }


    /*.checkbox-light .cr, .radio-light .cr { width: 16px; height: 16px; margin-right: 7px; margin-top: 2px; }
    .checkbox-light .cr .cr-icon, .radio-light .cr .cr-icon { top: 4px; left: 4px; top: 50%; left: 50%; width: 6px; height: 6px; }
    .cf_row .cf_row_wraper .cf_row_content .cf_row_content_left .contact-form .form-group { width: 100%; }
    .breadcrumb { width: 100% !important; }
    .person-page, .services-extra-page { flex-direction: column; }
    .event-container { flex-direction: column; }
    .person-page .breadcrumb, .services-extra-page .breadcrumb { position: relative; }
    .person-text, .services-extra-text { max-width: unset; width: 100%; }
    .event-slide { align-self: center; }
    .services-extra-text { max-width: unset; width: 100%; }
    .person-img { min-width: 320px; max-height: 568px; align-self: center; }
    .services-extra-img { max-height: 568px; align-self: center; width: 100%; }
    .services-extra-img img { width: 100%; }
    .join-us { width: 50%; }
    .join-contact { width: 50%; }
    .join-info { max-width: unset; margin: 0; }
    .contact-right { padding: 0; }*/

}
@media only screen and (max-width:768px) {
    .header-container .header-logo img { max-height: 70px; }
    .header-container { justify-content: space-between; height: 100px; }
    .icms_main { margin-top: 100px; }
    body.home .icms_main { margin-top: 0; }
    .menu { display: none; }
    .top-nav { display: flex; }
    footer .copyright-content .copyright { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.footer-container .cats {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
}
.footer-container .colf {
    width: 33.33%;
    flex: none;
    text-align: center;
}
.footer-container .colf.nl {width: 100%;min-width: auto;margin-top: 20px;}
.careers .careers-container {flex-direction:column; gap: 30px}
.contact {
    flex-direction: column;
}
.contact .background-content {
    width: 100%;
}
.contact .background-right {
    width: 100%;
}
.contact-page .contact .background-right {
    background-color: #F5F5F5;
}
.contact .contact-right {padding-left: 0px;}
.contact .background-img {
    width: 100%;
}
.background-contact {background: #fff;}
.services .services-container li {width: 100%;}
.collaborators .person { }
.collaborators .slider-double {  }
.collaborators .slider-double .person {  }
.collaborators .person .collab-text {
    font-size: 20px;
    line-height: normal;
}
.collaborators .person .collab-text2 {
    font-size: 14px;
    line-height: normal;
}
.collaborators .person .social li { }
.collaborators .person .social li a {  }
.collaborators .person .social li a span { font-weight: 500; font-size: 12px; }
.collaborators .person .social li a:hover .social-icon {  }
    .collaborators .person .social {gap: 10px;}
.collaborators .person .social .social-icon { width: 40px; height: 40px; font-size: 20px; line-height: 20px;}

.icms_main .about-us {
    min-height: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
}
.icms_main .about-us .about-container .ttl {
    font-size: 40px;
}
.services .services-container li .sttl {
    font-size: 40px;
}
.collaborators .collaborators-container .ttl {
    font-size: 30px;
}
.icms_main .home-slider .social-icons ul {gap: 10px 20px}
.partnerships .partnerships-slider {
    padding: 30px 0;
}
/*.show_mbl { display: block !important; }
    .hide_mbl { display: none !important; }
    .cf_row .cf_row_wraper .cf_row_content .cf_row_content_left .contact-form .form-group { width: calc(50% - 9px); }
    .cf_row .cf_row_wraper .cf_row_content { flex-wrap: wrap; }
    .cf_row .cf_row_wraper .cf_row_content .cf_row_content_left { width: 100%; padding-bottom: 56px; }
    .cf_row { background: #f0f0f0; padding: 0 32px; padding-top: 54px; margin-top: 0; }
    .cf_row .cf_row_wraper .cf_row_content .cf_row_content_left .cf_top_row { margin-bottom: 26px; }
    .cf_row .cf_row_wraper .cf_row_content .cf_row_content_right { display: none; }

    .dropdown-content { left: unset; top: 36px; right: 20px; }
    .collaborators-container .arrow-right-container { margin-top: 20px; }
    .background-contact { background: linear-gradient(180deg, #FFFFFF 50%, #F5F5F5 50%); }
    .background-content { width: 100%; }
    .background-img { height: 50%; width: 100%; }
    .background-right { width: 100%; }
    .contact-left { max-width: unset; }
    .contact { flex-wrap: wrap; }
    .services-container li { width: 100%; }*/
    .person-page {
    flex-direction: column;
}
    .person-page .person-text {
    width: 100%;
}
    .person-page .person-img {
    width: 100%;
}
.person-page .person-text .ttl {
    font-size: 30px;
}
}
@media only screen and (max-width:720px) {
    /*.partnerships-brands { justify-content: center; }
    .about-container .text { width: 100%; }
    .about-container h1 { text-wrap: wrap; line-height: normal; }*/
}
@media only screen and (max-width:660px) {
    /*.contact-careers { flex-wrap: wrap; }
    .join-us { width: 100%; }
    .join-contact { width: 100%; }

    .slider-double { max-width: unset; }
    .services-container hr { display: none; }
    .services-container h3 { }*/
}
@media only screen and (max-width:480px) {
    .mp-menu { width: 100%; right: -100% }
    .mp-menu .mp-level { right: -100% }
    .partnerships .arrows-container {
    flex-wrap: wrap;
}
    .partnerships .arrows-container span {order: 1;width: 100%;text-align: center;margin-bottom: 10px;}
    .partnerships .arrows-container .arrow-left-container {order: 2; width: 50%;}
    .partnerships .arrows-container .arrow-right-container {order: 3;width: 50%;justify-content: flex-end;}
    .partnerships .arrows-container .arrow-left-container span {
    margin: 0;
    font-size: 14px;
}
    .partnerships .arrows-container .arrow-right-container span {
    margin: 0;
    font-size: 14px;
}

    /*.music-page li { display: flex; justify-content: center; width: 100%; }
    .collab-text { word-wrap: break-word; }
    .services-container .info-white p { margin-bottom: 10px; }
    .arrows-container span { margin: 0 20px; }
    .arrows-container .arrow-left-container span { display: none; }
    .arrows-container .arrow-right-container span { display: none; }
    .arrows-container { justify-content: center; }*/

}
