
	/* 全局调整 animated 类 */
	.animated {
		animation-duration: 2s;  /* 增加默认动画时长 */
		animation-fill-mode: both;
	}
	.no_text_eu,
	.no_swiper_eu{display: none;}
	a.green_btn{background: #BDFF08;}
	a.green_btn:hover{background: #9AD107;}
	a.black_btn{background: #11140F;}
	a.black_btn:hover{background: #001EA0;}
	.home_banner{position: relative;box-shadow: 0px 0px 44px 0px #00000099;height: 100vh;}
	.home_banner::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 1;}
	.home_banner .home_video{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}
    .home_banner .home_video video{width: 100%;height: 100%;object-fit: cover;}
	.home_banner .mobileTitle{display: none;position: absolute;bottom: 0;width: 100%;}
	.home_banner .mobileTitle h1{font-size: 32px;font-family: "Oswald-Regular";font-weight: 700;line-height: 1;color: #FFFFFF;margin-bottom: 22px;text-align: center;text-transform: uppercase;letter-spacing: 6%;padding:0 16px;}
	.home_banner .home_banner_box{position: relative;z-index: 2;height: 100%;}
	.home_banner .home_banner_box .inner{display: flex;justify-content: space-between;align-items: center;height: 100%;flex-direction: column;}
	.home_banner .home_banner_box .textBox{flex: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 257px 0;}
	.home_banner .home_banner_box .textBox h1{font-size: 52px;font-family: "Oswald-Regular";font-weight: 700;line-height: 1.12;color: #FFFFFF;margin-bottom: 16px;text-align: center;text-transform: uppercase;letter-spacing: 6%;}
	.home_banner .home_banner_box .textBox p{max-width: max-content;width: 100%;font-size: 24px;font-family: "AtHauss-Retina";line-height: 1.2;margin:0 auto 32px;color: #fff;text-align: center;}
	.home_banner .home_banner_box .textBox p a{text-decoration: underline;font-size: 14px;}
	.home_banner .home_banner_box .textBox p span{font-family: "AtHauss-Semibold";font-weight: 600;}
	.home_banner .home_banner_box .textBox ul{display: flex;align-items: center;justify-content: center;margin-bottom: 32px;}
	.home_banner .home_banner_box .textBox ul li{position: relative;font-size: 18px;font-weight: 500;font-family: "AtHauss-Medium";margin-right: 24px;padding-left: 35px;color: #fff;}
	.home_banner .home_banner_box .textBox ul li::after{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 24px;height: 24px;background: url(/wp-content/themes/ultimarkets_wp/images/home_check.webp) no-repeat center center;background-size: contain;}
	.home_banner .home_banner_box .textBox ul li:last-child{margin-right: 0;}
	.home_banner .home_banner_box .home_banner_button{display: flex;align-items: center;justify-content: center;}
	.home_banner .home_banner_box .home_banner_button a{display: block;max-width: max-content;width: 100%;padding: 18px 32px;border-radius: 6px;text-align: center;color: #11140F;font-size: 16px;line-height: 1;cursor: pointer;}
	.home_banner .home_banner_box .home_banner_button .black_btn {margin-left: 16px;color: #E5E5E4;position: relative;z-index: 1;}
	.home_banner .home_banner_box .home_banner_button .black_btn::before {content: '';position: absolute;inset: 0;border-radius: 6px;padding: 1px;background: linear-gradient(275.94deg, #E5E5E4 -4.48%, rgba(229, 229, 228, 0) 6.19%), linear-gradient(107.65deg, #E5E5E4 -6.57%, rgba(229, 229, 228, 0) 10.17%);-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite: xor;mask-composite: exclude;pointer-events: none;z-index: -1;}
	.home_banner .home_banner_box .home_banner_button .black_btn:hover::before{display: none;} 
	.home_banner .home_banner_box .home_list{display: flex;align-items: center;justify-content: center;margin-bottom: 43px;}
	.home_banner .home_banner_box .home_list li{padding-right: 32px;margin-right: 32px;border-right: 1px solid #B0B1AF}
	.home_banner .home_banner_box .home_list li:last-child{margin-right: 0;padding-right: 0;border: none;}
	.home_banner .home_banner_box .home_list li span{font-size: 20px;color: #B0B1AF;margin-bottom: 16px;line-height: 0.8;display: block;}
	.home_banner .home_banner_box .home_list li h4{font-size: 40px;color: #fff;margin: 0;font-family: "AtHauss-Semibold";font-weight: 600;line-height: 0.92;}

	.home_swiper {padding: 40px 0;background: #F0F4F6;}
	.home_swiper .inner { max-width: 1540px;width: 100%;margin: 0 auto;position: relative;padding: 0 44px;box-sizing: border-box;}
	.home_swiper .home_activity_swiper{position: relative;width: 100%;overflow: hidden;}
	.home_swiper .home_mobile_activity_swiper{display: none;}
	.home_swiper .home_activity_swiper .swiper-slide {max-width: 460px;width: 100%;flex-shrink: 0;margin-right: 24px;}
	.home_swiper .home_activity_swiper .swiper-slide img {width: 100%;height: auto;border-radius: 8px;display: block;}
	.home_swiper .arrowBtn {width: 14px;height: 24px;position: absolute;top: 50%;transform: translateY(-50%);background: url(/wp-content/themes/ultimarkets_wp/images/home_swiper_arrow.webp) no-repeat center;cursor: pointer;z-index: 10;}
	.home_swiper .prevActivity {left: 0;}
	.home_swiper .nextActivity {right: 0;transform: translateY(-50%) rotate(180deg);}

	.home_row1{background: url(/wp-content/themes/ultimarkets_wp/images/home_row1_banner.webp) center no-repeat;background-size: cover;overflow: hidden;padding-top: 65px;}
	.home_row1 .inner{display: flex;align-items: center;justify-content: end;}
	.home_row1 .left_box{max-width: 397px;width: 100%;margin-right: 78px;padding: 40px 0;}
	.home_row1 .left_box h2{font-size: 52px;font-family: "AtHauss-Semibold";font-weight: 600;line-height: 1.23;color: #11140F;margin-bottom: 34px;}
	.home_row1 .left_box p{font-size: 18px;line-height: 1.2;color: #454D54;margin-bottom: 32px;}
	.home_row1 .left_box .home_btn{display: flex;}
	.home_row1 .left_box .home_btn .gooleBtn{margin-right: 16px;}
	.home_row1 .left_box .home_btn a {position: relative;display: flex;align-items: center;text-align: left;width: 164px;padding: 6px 22px;background: linear-gradient(94.48deg, #151515 -9.68%, #000000 43.05%, #262626 100%);border-radius: 25px;z-index: 1;}
	.home_row1 .left_box .home_btn a::before {content: '';position: absolute;inset: 0;border-radius: 25px;padding: 0.7px;background: linear-gradient(90deg, #7E7E7E 0%, #7E7E7E 50.96%);-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite: xor;mask-composite: exclude;pointer-events: none;z-index: -1;}
	.home_row1 .left_box .home_btn .imgBox{margin-right: 13px;}
	.home_row1 .left_box .home_btn .textBox span{font-size: 11px;line-height: 0.8;margin-bottom: 2px;color: #FFFFFF;display: block;font-family: "AtHauss-Retina";}
	.home_row1 .left_box .home_btn .textBox p{color: #FFFFFF;font-size: 14px;line-height: 0.8;font-family: "AtHauss-Semibold";font-weight: 600;margin: 0;}
	.home_row1 .right_box{margin-bottom: -171px;}
	.home_row1 .right_box img{width: 100%;height: auto;}

	.home_inter_box{background: url(/wp-content/themes/ultimarkets_wp/images/home_inter_banner.webp) center no-repeat;background-size: cover;overflow: hidden;}
	.home_inter_box .inner{max-width: 1130px;padding-right: 75px;}
	.home_inter_box .homeInter{display: flex;align-items: center;justify-content: center;}
	.home_inter_box .homeInter .home_inter_figure{padding: 0 70px;}

	.home_banner2{background: url(/wp-content/themes/ultimarkets_wp/images/home_row2_banner.webp) center no-repeat;background-size: cover;overflow: hidden;}
	.home_scrolling_animation_wrapper{padding: 16px 20px;overflow: hidden;width: 100%;}
	.home_scrolling_animation .swiper-wrapper{transition-timing-function: linear; }
	.home_scrolling_animation_wrapper .swiper-slide{white-space: nowrap;background: #2A2C29;border-radius: 4px;padding: 12px;margin-right: 12px;max-width:100%;width: auto !important;display: flex;align-items: center;}
	.home_scrolling_animation_wrapper .left_text{margin-right: 12px;}
	.home_scrolling_animation_wrapper .swiper-slide span{color: #FFFFFF;font-size: 16px;line-height: 1;}
	.home_scrolling_animation_wrapper .swiper-slide .ask_text{margin-right: 12px;}
	.home_scrolling_animation_wrapper .data_box .bid_text {position: relative;padding-left: 13px;color: #FFFFFF;}
	.home_scrolling_animation_wrapper .data_box .bid_text::before {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);display: block;width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 11px solid transparent;transition: transform 0.3s ease;}
	.home_scrolling_animation_wrapper .data_box .bid_text.red {color: #FF0000 !important;}
	.home_scrolling_animation_wrapper .data_box .bid_text.red::before {border-top: 11px solid #FF0000;border-bottom: 0;}
	.home_scrolling_animation_wrapper .data_box .bid_text.blue {color: #30C749 !important;}
	.home_scrolling_animation_wrapper .data_box .bid_text.blue::before {border-top: 0;border-bottom: 11px solid #30C749;}

	.home_row2{padding: 80px 0;}
	.home_row2 .inner{max-width: 1118px;width: 100%;}
	.home_row2 h2{text-align: center;font-size: 32px;font-family: "AtHauss-Semibold";font-weight: 600;margin-bottom: 40px;color: #11140F;}
	.home_row2 ul{display: flex;justify-content: center;align-items: stretch;flex-wrap: wrap;}
	.home_row2 li{position: relative; margin:0 8px 8px 0;max-width: 354px;width: 100%;padding: 24px 0 0 24px;display: flex;flex-direction: column;background: #FFFFFF;border: 1.12px solid #fff;border-radius: 9px;}
	.home_row2 li:hover{border: 1.12px solid #BDFF08;background: #11140F;box-shadow: 0px 0px 7.82px 0px #BDFF08;}
	.home_row2 li:last-child{margin-right: 0;}
	.home_row2 li.maxWidth{max-width: 534px;}
	.home_row2 li.maxWidth:nth-child(2){margin-right: 0;}
	.home_row2 li .textBox{width: 100%;max-width: 260px;}
	.home_row2 li .textBox h4{font-size: 18px;font-family: "AtHauss-Semibold";font-weight: 600;color: #000;margin-bottom: 4px;line-height: 1.34;}
	.home_row2 li .textBox p{font-size: 14px;color: #60625F;line-height: 1.43;margin-bottom: 0;}
	.home_row2 li .imgBox{width: 100%;max-width: 230px;padding: 25px;text-align: right;box-sizing: border-box;margin: 0 0 0 auto;}
	.home_row2 li .hoverBox {visibility: hidden;position: absolute;bottom: 0;right: 0;width: 100%;max-width: 230px;padding: 25px;margin: 0 0 0 auto;text-align: right;box-sizing: border-box;}
	.home_row2 li:hover .textBox h4,
	.home_row2 li:hover .textBox p{color: #FFFFFF;}
	.home_row2 li:hover .textBox {color: #B0B1AF;}
	.home_row2 li:hover .hoverBox{position: relative;visibility: visible;}
	.home_row2 li:hover .imgBox{display: none;}
	.home_row2 li img{width: 100%;height: auto;}
	.home_row2 li .hoverBox img{width: 100%;height: auto;}

	.home_our_awards{padding: 120px 0 164px;background: url(/wp-content/themes/ultimarkets_wp/images/home_row3_banner.webp) top center no-repeat;background-size: cover;}
	.home_our_awards h2{color: #000000;font-size: 32px;font-family: "AtHauss-Semibold";font-weight: 600;text-align: center;margin-bottom: 24px;}
	.home_our_awards a.black_btn{display: block;max-width: 148px;width: 100%;margin: 0 auto;padding: 16px 32px;font-size: 16px;border-radius: 6px;text-align: center;font-family: "AtHauss-Medium";font-weight: 500;line-height: 1;}
	.home_scrolling_awards{overflow: hidden;width: 100%;}
	.home_scrolling_awards{margin-bottom: 26px;}
	.home_scrolling_awards .swiper-wrapper{transition-timing-function: linear; }
	.home_scrolling_awards li{max-width: 252px;width: 100% !important;height: 105px;background: url(/wp-content/themes/ultimarkets_wp/images/home_our_awards.png) center no-repeat;background-position: -1px -1px;margin: 0 12px;}
	.home_scrolling_awards li.item1{background-position: -1px -1px;}
	.home_scrolling_awards li.item2{background-position: -276px -1px;}
	.home_scrolling_awards li.item3{background-position: -552px -1px;}
	.home_scrolling_awards li.item4{background-position: -828px -1px;}
	.home_scrolling_awards li.item5{background-position: -1105px -1px;}
	.home_scrolling_awards li.item6{background-position: -1382px -1px;}
	.home_scrolling_awards li.item7{background-position: -1658px -1px;}
	.home_scrolling_awards li.item8{background-position: -1px -148px;}
	.home_scrolling_awards li.item9{background-position: -276px -148px;}
	.home_scrolling_awards li.item10{background-position: -552px -148px;}
	.home_scrolling_awards li.item11{background-position: -828px -148px;}
	.home_scrolling_awards li.item12{background-position: -1105px -148px;}
	.home_scrolling_awards li.item13{background-position: -1382px -148px;}
	.home_scrolling_awards li.item14{background-position: -1658px -148px;}
	.home_scrolling_awards li.item15{background-position: -1px -296px;}
	.home_scrolling_awards li.item16{background-position: -276px -296px;}
	.home_scrolling_awards li.item17{background-position: -552px -296px;}
	.home_scrolling_awards li.item18{background-position: -828px -296px;}
	.home_scrolling_awards li.item19{background-position: -1105px -296px;}
	.home_scrolling_awards li.item20{background-position: -1382px -296px;}
	.home_scrolling_awards li.item21{background-position: -1658px -296px;}
	.home_scrolling_awards li.item22{background-position: -1px -438px;}
	.home_scrolling_awards li.item23{background-position: -276px -438px;}
	.home_scrolling_awards li.item24{background-position: -552px -438px;}
	.home_scrolling_awards li.item25{background-position: -828px -438px;}
	.home_scrolling_awards li.item26{background-position: -1105px -438px;}
	.home_scrolling_awards li.item27{background-position: -1382px -438px;}
	.home_scrolling_awards li.item28{background-position: -1658px -438px;}
	.home_scrolling_awards li.item29{background-position: -1px -582px;}
	.home_scrolling_awards li.item30{background-position: -276px -582px;}
	.home_scrolling_awards li.item31{background-position: -552px -582px;}
	.home_scrolling_awards li.item32{background-position: -828px -582px;}
	.home_scrolling_awards li.item33{background-position: -1105px -582px;}
	.home_scrolling_awards li.item34{background-position: -1382px -582px;}
	.home_scrolling_awards li.item35{background-position: -1658px -582px;}
	.home_scrolling_awards li.item36{background-position: -1px -730px;}
	.home_scrolling_awards li.item37{background-position: -276px -730px;}
	.home_scrolling_awards li.item38{background-position: -552px -730px;}
	.home_scrolling_awards li.item39{background-position: -828px -730px;}
	.home_scrolling_awards li.item40{background-position: -1105px -730px;}
	.home_scrolling_awards li.item41{background-position: -1382px -730px;}
	.home_scrolling_awards li.item42{background-position: -1658px -730px;}
	.home_scrolling_awards li.item43{background-position: -1px -874px;}
	.home_scrolling_awards li.item44{background-position: -276px -874px;}
	.home_scrolling_awards li.item46{background-position: -552px -874px;}
	.home_scrolling_awards li.item47{background-position: -828px -874px;}
	.home_scrolling_awards li.item48{background-position: -1105px -874px;}
	.home_scrolling_awards li.item49{background-position: -1382px -874px;}
	.home_scrolling_awards li.item50{background-position: -1658px -874px;}
	.home_scrolling_awards li.item51{background-position: -1px -1020px;}
	.home_scrolling_awards li.item52{background-position: -276px -1020px;}
	.home_scrolling_awards li.item53{background-position: -552px -1020px;}
	.home_scrolling_awards li.item54{background-position: -828px -1020px;}
	.home_scrolling_awards li.item55{background-position: -1105px -1020px;}
	.home_scrolling_awards li.item56{background-position: -1382px -1020px;}

	@keyframes fadeOutContainer {
		0% {opacity: 1; }
		100% {opacity: 0;}
	}
	@keyframes slideInLeft {
		0% {opacity: 0;transform: translateX(-100px); }
		100% {opacity: 1;transform: translateX(0);}
	}
	@keyframes slideInLeft {
		0% {opacity: 0;transform: translateX(-100px);}
		100% {opacity: 1;transform: translateX(0);}
	}
	@keyframes slideInRight {
		0% {opacity: 0;transform: translateX(100px);}
		100% {opacity: 1;transform: translateX(0);}
	}
	@keyframes fadeOutRight {
		0% { opacity: 1; transform: translateX(0);}
		100% { opacity: 0; transform: translateX(100px);}
	}

	.home_row4{background: #07224A ;position: relative;overflow: hidden;}
	.home_row4 .leftLine{display: block;position: absolute;z-index: 2;top: -230px;left: 0;width: 2.5px;height: 100%;transform: rotate(60deg);background: linear-gradient(180deg, #BDFF08 0%, #97CB09 39.9%, rgba(151, 203, 9, 0) 100%);}
	.home_row4 .rightLine{display: block;position: absolute;z-index: 2;top: -288px;right: 0;width: 2.5px;height: 100%;transform: rotate(120deg);background: linear-gradient(180deg, #BDFF08 0%, #97CB09 39.9%, rgba(151, 203, 9, 0) 100%);z-index: 2;}
	.home_row4 .inner{max-width: 1980px;padding-right: 0;}
	.home_row4 .initial_display{display: flex;align-items: center;justify-content: end;}
	.home_row4 .initial_display::after{content: '';display: block;position: absolute;top: 0;left: 0;width: 1592px;height: 100%;background: linear-gradient(102.43deg, #07224A 60.45%, rgba(7, 34, 74, 0) 60.46%);}
	.home_row4 .initial_display .leftImg{position: relative;z-index: 1;margin-right: -125px;}
	.home_row4 .initial_display.hidden {pointer-events: none;animation: fadeOutContainer 0.4s ease forwards;}
	.home_row4 .initial_display.hidden.done {display: none;}
	.home_row4 .initial_display.hidden .leftImg {animation: fadeOutLeft 0.4s ease forwards;	}
	.home_row4 .initial_display.hidden .rightImg {animation: fadeOutRight 0.4s ease forwards;}
	.home_row4 .initial_display.hidden::after {opacity: 0;transition: opacity 0.4s ease;}

	.home_row4 .scrolling_display {display: none;align-items: center;min-height: 797px;opacity: 0;}
	.home_row4 .scrolling_display .leftBox{width: 430px;margin:0 -120px 0 393px;position: relative;z-index: 1;}
	.home_row4 .scrolling_display .leftBox .imgBox{margin-bottom: 70px;}
	.home_row4 .scrolling_display .leftBox .textBox h2{font-size: 32px;line-height: 1.12;margin-bottom: 36px;color: #FFFFFF;font-family: "AtHauss-Semibold";font-weight: 600;}
	.home_row4 .scrolling_display .leftBox .textBox p{font-size: 16px;line-height: 1.38;color: #FFFFFF;margin-bottom: 36px;}
	.home_row4 .scrolling_display .leftBox .textBox .btnBox{display: flex;align-items: center;justify-content: flex-start;}
	.home_row4 .scrolling_display .leftBox .textBox .btnBox a{display: inline-block;padding: 20px 32px;font-size: 16px;line-height: 1;border-radius: 6px;text-align: center;font-family: "AtHauss-Medium";font-weight: 500;color: #11140F;cursor: pointer;}
	.home_row4 .scrolling_display .leftBox .textBox .btnBox .green_btn{margin-right: 16px;}
	.home_row4 .scrolling_display .leftBox .textBox .btnBox .black_btn{position: relative;z-index: 1;color: #fff;display: block;}
	.home_row4 .scrolling_display .leftBox .textBox .btnBox .black_btn::before{content: '';position: absolute;inset: 0;border-radius: 6px;padding: 1px;background: linear-gradient(275.94deg, #E5E5E4 -4.48%, rgba(229, 229, 228, 0) 6.19%), linear-gradient(107.65deg, #E5E5E4 -6.57%, rgba(229, 229, 228, 0) 10.17%);-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite: xor;mask-composite: exclude;pointer-events: none;z-index: -1;}
	.home_row4 .scrolling_display .leftBox .textBox .btnBox .black_btn:hover::before{display: none;} 
	.home_row4 .scrolling_display.show .rightVideo{width: 100%;height: 797px;position: absolute;top: 0;left: 0;}
	.home_row4 .scrolling_display .rightVideo video{height: 797px;width: 100%;object-fit: cover;}
	.home_row4 .scrolling_display.show {display: flex;opacity: 1;}	
	.home_row4 .scrolling_display.show .leftBox {opacity: 0;animation: slideInLeft 0.6s ease forwards;}
	.home_row4 .scrolling_display.show .rightVideo {opacity: 0;animation: slideInRight 0.6s ease forwards;}
	.home_row4 .scrolling_display.show .rightVideo .mobilevideoBox{display: none;}
	
	
	/* um_academy_news */
	.um_academy_news{padding: 80px 0;background-color: #F4F4F4;}
	.um_academy_news .inner{max-width: 1120px;}
	.um_academy_news .article_box h2{font-size: 32px;color: #11140F;font-family: "AtHauss-Semibold";font-weight: 600;margin-bottom: 16px;text-align: center;line-height: 1.13;}
	.um_academy_news .article_box p{color: #60625F;font-size: 18px;text-align: center;margin-bottom: 24px;}
	.um_academy_news .academy_title {display: flex;margin-bottom: 25px;white-space: nowrap;}

	.um_academy_news .article_box ul {display: flex;flex-wrap: wrap;justify-content: center;}
	.um_academy_news .article_box ul li {width: 100%;max-width: 344px;border-radius: 4px;margin-bottom: 24px;margin-right: 24px;background: #fff;}
	.um_academy_news .article_box ul li:last-child{margin-right: 0;}
	.um_academy_news .article_box ul li img {border-radius: 4px 4px 0 0;}
	.um_academy_news .article_box ul li .market_text_row {padding: 24px 16px;background-color: #FFF;}
	.um_academy_news .article_box ul li .article_category_day {text-align: left;color: #B0B1AF;font-size: 14px;line-height: 1.2;margin-bottom: 12px;}
	.um_academy_news .article_box ul li h4 {font-size: 16px;line-height: 1.2;text-align: left;color: #11140F;margin-bottom: 16px;font-family: "AtHauss-Medium";font-weight: 500;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.um_academy_news .article_box ul li p {font-size: 14px;line-height: 1.4;text-align: left;color: #292C33;margin-bottom: 0px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
	.um_academy_news .article_box .market_text_btn{display: block;font-size: 14px;line-height: 1;color: #000;width: 100%;margin: 0 0 0 auto;text-align: right;text-decoration: underline;cursor: pointer;}
	
	.um_academy_news .article_box .article_category_box{display:flex;justify-content:flex-start;}
	/* um_academy_news */
    @media (max-width: 1800px) {
		.home_row4 .initial_display::after{width: 70%;}
		.home_banner .home_banner_box .textBox{padding: 100px 0;}
		.home_row4 .scrolling_display .leftBox{margin: 0 0 0 200px;}

	}
    @media (max-width: 1540px) {
		.home_swiper .inner{max-width: 1366px;}
		.home_row4 .scrolling_display .leftBox{margin: 0 0 0 116px;}
	}
    @media (max-width: 1366px) {
		.home_banner .home_banner_box .inner{min-height: 768px;}

		.home_swiper .inner{max-width: 100%;padding: 0 0 0 144px;}
		.home_swiper .prevActivity{left: 90px;}
		.home_swiper .nextActivity{display: none;}

		.home_row4 .rightLine{display: none;}
		.home_row4 .leftLine{top: -290px;transform: rotate(75deg);}
		.home_row4 .scrolling_display .leftLine{top: -300px;}
		.home_row4 .initial_display .leftImg{margin: 0 0 0 20px;}
		.home_row4 .initial_display .rightImg{margin-right: -260px;}
	}
    @media (max-width: 1160px) {
		.home_row4 .leftLine{top: -240px;}
		.home_row4 .scrolling_display.show .leftBox{margin: 0 0 0 20px;}
	}
    @media (max-width: 1120px) {
		.home_row2{padding: 52px 0;}
		.home_row2 li.maxWidth,
		.home_row2 li{max-width: 49%;}
		.home_row2 li:last-child{max-width: 100%;}
		.home_row2 li a{display: flex;}
		.home_row2 li:nth-child(4){margin: 0 0 8px 0;}
		.home_row2 li .imgBox{padding: 24px 14px;width: 160px;height: 160px;}
		.home_row2 li .hoverBox{padding: 24px 14px;width: 160px;height: 160px;}

		.home_our_awards{padding: 52px 0;}

		.um_academy_news .article_box ul{justify-content: flex-start;}
		.um_academy_news .article_box ul li {width: 46%;margin-bottom: 24px;margin-right: 20px;}
		.um_academy_news .article_box ul li:nth-child(2n) {margin-right: 0;}
	}
    @media (max-width: 968px) {
		.home_banner .home_banner_box .inner{min-height: 432px;}
		.home_banner .home_banner_box .textBox{padding: 71px 0;}
		.home_banner .home_banner_box .textBox h1{font-size: 32px;}
		.home_banner .home_banner_box .textBox p{font-size: 20px;margin-bottom: 24px;}
		.home_banner .home_banner_box .textBox p a {font-size: 12px;}
		.home_banner .home_banner_box .home_banner_button a{padding: 10px 20px;font-size: 14px;}
		.home_banner .home_banner_box .home_list{margin-bottom: 24px;}
		.home_banner .home_banner_box .home_list li span{font-size: 14px;}
		.home_banner .home_banner_box .home_list li h4{font-size: 24px;}	

		.home_swiper .inner{padding: 0 0 0 82px;}
		.home_swiper .prevActivity{left: 32px;}
		.home_swiper .home_activity_swiper .swiper-slide{margin-right: 20px;}

		.home_row1{padding-top:39px;}
		.home_row1 .left_box{padding: 42px 0 81px;max-width: 400px;}
		.home_row1 .left_box h2{font-size: 32px;margin-bottom: 32px;}
		.home_row1 .right_box{margin-bottom: -80px;max-width: 280px;}

		.home_row2 li .textBox{max-width: calc(100% - 170px);}

		.home_row4 .inner{padding: 0;}
		.home_row4 .leftLine{top: -300px;}
		.home_row4 .initial_display{flex-direction: column;padding-top: 58px;}
		.home_row4 .initial_display .leftImg{max-width: 320px;margin: 0 auto;padding: 0 20px;}
		.home_row4 .initial_display::after{width: 100%;background: url(/wp-content/themes/ultimarkets_wp/images/home_inter_flat_banner.webp) center no-repeat;height: 274px;top: 68px;background-size: cover;}
		.home_row4 .initial_display .rightImg{margin: 0;}

		.home_row4 .scrolling_display{flex-direction: column;padding: 60px 0 300px;min-height: 711px;}
		.home_row4 .scrolling_display.show .leftBox{text-align: center;max-width: 366px;width: 100%;margin: 0 auto;padding: 0 20px;}
		.home_row4 .scrolling_display .leftBox .imgBox{max-width: 224px;width: 100%;margin: 0 auto 52px;}
		.home_row4 .scrolling_display .leftBox .textBox h2{font-size: 24px;line-height: 1;margin-bottom: 24px;}
		.home_row4 .scrolling_display .leftBox .textBox p{margin-bottom: 32px;}
		.home_row4 .scrolling_display .leftBox .textBox .btnBox a{max-width: 155px;width: 100%;font-size: 14px;padding: 10px 20px;}
		.home_row4 .scrolling_display.show .rightVideo{width: 100%;height: auto;top: auto;bottom: 0;}
		.home_row4 .scrolling_display.show .rightVideo .pcvideoBox{display: none;}
		.home_row4 .scrolling_display.show .rightVideo .mobilevideoBox{display: block;}
		.home_row4 .scrolling_display .rightVideo video{height: 711px;}
	}
    @media (max-width: 768px) {
		/* .home_banner .home_banner_box .textBox p br{display: none;} */

		.home_row1 .inner{padding-right: 0;}
		.home_row1 .left_box{max-width: 400px;margin-right: 36px;}

		.home_row2 h2{margin-bottom: 24px}

		.home_inter_box .inner{padding-right: 40px;}

		.home_row4 .leftLine{top: -250px;transform: rotate(70deg);}
		.home_row4 .rightLine{display: block;top: -130px;right: 30px;transform: rotate(150deg);}
		.home_row4 .scrolling_display .leftLine{top: -250px;}
		.home_row4 .scrolling_display .rightVideo{width: 100%;margin: 0;}

		.home_our_awards a.black_btn{max-width: 114px;padding: 10px 20px;font-size: 14px}

		.um_academy_news{padding: 52px 0;}
		.um_academy_news .article_box ul li{width: 220px;margin-right: 24px;}
		.um_academy_news .article_box ul li h4{font-size: 16px;}
		.um_academy_news .article_box ul li:nth-child(2n){margin-right: 24px;}
		.um_academy_news .article_box ul li h4 {font-size: 20px;}
	}
	@media (max-width:720px){
		.home_banner .home_banner_box .textBox ul{margin-bottom: 8px;flex-wrap: wrap;}
		.home_banner .home_banner_box .textBox ul li{margin: 0 16px 16px 0;font-size: 14px;padding-left: 32px;}
		/* .home_banner .home_banner_box .textBox ul li:nth-child(2){margin-right: 0;} */

		.home_banner .home_banner_box .home_list li{padding-right: 15px;margin-right: 15px;}
	}
	@media (max-width:690px){
		.home_row2 li.maxWidth, .home_row2 li{max-width: 100%;margin: 0 0 8px;padding: 14px 0 0 14px;}
	}
	@media (max-width:650px){
		.home_row1 .inner{flex-direction: column;padding:0 16px;}
		.home_row1 .left_box{max-width: 100%;margin:0 0 24px 0;padding: 0;text-align: center;}
		.home_row1 .left_box h2{font-size: 24px;margin-bottom: 16px;}
		.home_row1 .left_box .home_btn{align-items: center;justify-content: center;}

		.home_row1 .right_box{margin-bottom: -65px;}

		.home_inter_box .homeInter .home_inter_figure{padding: 0 40px;}

		.home_row4 .scrolling_display .leftLine{top: -300px;}
		.home_row4 .scrolling_display  .rightLine{top: -160px;right: 0;}
	}
	@media (max-width:560px){
		.home_banner{background: #102136;height: auto;padding-top: 69px;}
		.home_banner::after{display: none;}
		.home_banner .home_video{position: relative;}
		.home_banner .home_video::after{content: '';width: 100%;height: 80px;position: absolute;left: 0;bottom: -40px;background: linear-gradient(178.71deg, rgba(16, 33, 54, 0) 1.11%, #102136 41.36%, #102136 77.84%);}
		.home_banner .home_banner_box{background: url(/wp-content/themes/ultimarkets_wp/images/home_banner_bottom.webp?v=1) no-repeat;background-size: cover;background-position: center 48px;}
		.home_banner .home_banner_box .inner{min-height: auto;}
		.home_banner .home_banner_box .textBox{padding: 24px 8px}
		.home_banner .mobileTitle{display: block;}
		.home_banner .home_banner_box .textBox{justify-content: flex-start;}
		.home_banner .home_banner_box .textBox h1{display: none;}
		
		
		.home_banner .home_banner_box .home_list{padding: 24px 20px 8px;margin: 0;flex-wrap: wrap;}
		.home_banner .home_banner_box .home_list li{max-width: 50%;width: 100%;margin: 0;padding: 0 24px 24px 0;text-align: center;border-right: none;}
		.home_banner .home_banner_box .home_list li:nth-child(2n){padding-right: 0;}

		.home_swiper{padding: 24px 0;}
		.home_swiper .inner{padding: 0 0 0 40px;}
		.home_swiper .prevActivity{left: 10px;width: 10px;height: 20px;background-size: contain;}

		.home_scrolling_animation_wrapper .swiper-slide span{font-size: 14px;}

		.home_row2 h2{font-size: 24px;}

		.home_row4 .leftLine{top: -150px;}
		.home_row4 .initial_display::after{height: 210px;}

		.um_academy_news{padding: 32px 0;}
		.um_academy_news .inner{padding: 0 16px;}
		.um_academy_news .article_box h2{font-size: 24px;}
		.um_academy_news .article_box ul li,
		.um_academy_news .article_box ul li:nth-child(2n),
		.um_academy_news .article_box ul li:last-child{width: 100%;max-width: 344px;margin: 0 auto 24px;}
	}
	
	@media (max-width:420px) {
		.home_banner .home_banner_box .home_banner_button{flex-direction: column;width: 100%;}
		.home_banner .home_banner_box .home_banner_button a{max-width: 100%;line-height: 1.43;}
		.home_banner .home_banner_box .home_banner_button .black_btn{margin: 16px 0 0;}

		.home_row2 h2{max-width: 210px;margin: 0 auto 24px;}

		.home_swiper .inner{padding: 0;}
		.home_swiper .prevActivity,
		.home_swiper .home_activity_swiper{display: none;}
		.home_swiper .home_mobile_activity_swiper{display: block;position: relative;width: 100%;overflow: hidden;}
		.home_swiper .home_mobile_activity_swiper .swiper-slide{margin-right: 16px;width: 100%;max-width: 170px;}

		.home_inter_box .homeInter .home_inter_figure{padding: 0 22px;}

		.home_row4 .scrolling_display .rightLine{top: -300px}
	}
	@media (max-width:380px) {
		.home_row1 .left_box .home_btn{flex-direction: column;}
		.home_row1 .left_box .home_btn .gooleBtn{margin: 0 0 16px;}

		.home_row2 li .textBox{max-width: calc(100% - 120px);}
		.home_row2 li .imgBox{width: 120px;height: 120px;padding: 10px;}
		.home_row2 li .hoverBox{width: 120px;height: 120px;padding: 10px;}
		
		.home_row4 .initial_display::after{height: 180px;}
		.home_row4 .initial_display .leftImg{max-width: 240px;}
	}