@charset "utf-8";
*{ box-sizing: border-box; }
body { font-size:12px;margin:0 auto;max-width: 1920px;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,fieldset, lengend, button, input, textarea,th, td { margin: 0; padding: 0; }
ol,ul,li{list-style: none;}
address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal; }
a { text-decoration:none; color:#333; }
img{ border:0;  vertical-align: middle; }
select,input,textarea{ border: 0; font-family:Arial; outline:none;resize:none;}
h1, h2, h3, h4, h5, h6{ font-weight: normal; font-size: 100%; }
div, dl, dt, dd, ol, ul, li { zoom: 1; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
a:hover{text-decoration:none;}
input, textarea { box-sizing: border-box; }
button,input[type="button"],input[type="submit"] { cursor: pointer;resize:none;outline:0; }

body { width:100%;margin:0 auto; }
img {
	max-width: 100%;
}
/*合并表格边框，设置边框距为零*/
table{ border-collapse: collapse; border-spacing: 0; }

/*清除浮动*/
.clearfix {+height:1%;}
.clearfix:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}


/*强制换行   禁止换行*/
.break_word{ word-wrap:break-word; word-break:break-all;}
.keep_all{ word-break:keep-all; white-space:nowrap; }

/*超出省略号，仅限单行，并且需要设定一个宽度*/
.ellipsis { overflow: hidden;  text-overflow: ellipsis;  display: block; white-space: nowrap; }
.ellipsis_2 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ellipsis_3 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.ellipsis_4 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.ellipsis_5 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.ellipsis_6 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}
.ellipsis_7 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;}
.ellipsis_8 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical;}
.ellipsis_9 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 9;-webkit-box-orient: vertical;}
.ellipsis_10 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 10;-webkit-box-orient: vertical;}

.wrap{ width: 1600px; margin: 0 auto; }
.wrap_1410 { width: 1410px; margin: 0 auto; }
.wrap_1500 { width: 1500px; margin: 0 auto; }
.wrap_1600 { width: 1600px; margin: 0 auto; }
.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 54px;
  line-height: 58px;
  border:0;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  background: #001EA0;
}
.btn span {
  position: relative;
  z-index: 99;
}
.btn:hover {
  transform: translate(0,-10px);
}


.btn2 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 54px;
  line-height: 56px;
  border:0;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  background: #001EA0;
}
.btn2 em {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 14px;
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/arrow_icon1.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -6px;
  transition: all  0.4s;
}
.btn2 span {
  position: relative;
  z-index: 99;
}



.btn3 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 54px;
  line-height: 58px;
  border:0;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  background: #001EA0;
}
.btn3 em {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 14px;
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/arrow_icon1.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -6px;
  transition: all  0.4s;
}
.btn3 span {
  position: relative;
  z-index: 99;
}
.btn3:hover:after {
  width: 100%;
}
.btn3 span {
  position: relative;
  z-index: 99;
}
.btn3:after {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #001EA0;
  transition: all 0.4s;
}
/*  边距   */
.mt5{ margin-top: 5px;}
.mt6 { margin-top:6px; }
.mt15{ margin-top: 15px;}
.mt10{ margin-top: 10px;}
.mt18{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt26{ margin-top: 26px;}
.mt28{ margin-top: 28px;}
.mt32{ margin-top: 32px;}
.mt35{ margin-top: 35px;}
.mt38{ margin-top: 38px;}
.mt42{ margin-top: 42px;}
.mt45{ margin-top: 45px;}
.mt50{ margin-top: 50px;}
.mt56{ margin-top: 56px;}
.mt60{ margin-top: 60px;}
.mt68{ margin-top: 68px;}
.mt87 { margin-top: 87px;}
.ml5{ margin-left: 5px;}
.ml10{ margin-left: 10px;}
.ml20{ margin-left: 20px;}
.ml50{ margin-left: 50px;}
.mr8 { margin-right: 8px }
.mr10{ margin-right: 10px }
.mr11{ margin-right: 11px }
.mr16{ margin-right: 16px }
.mr20{ margin-right: 20px }
.mr30{ margin-right: 30px }
.mr45{ margin-right: 45px }
.mr48{ margin-right: 48px }
.mr50{ margin-right: 50px }
.mr62{ margin-right: 62px }
.mb8{ margin-bottom: 8px;}
.mb10{ margin-bottom: 10px;}
.mb12{ margin-bottom: 12px;}
.mb16{ margin-bottom: 16px;}
.mb20{ margin-bottom: 20px;}
.mb22{ margin-bottom: 22px;}
.mb28{ margin-bottom: 28px;}
.mb30{ margin-bottom: 30px;}
.mb35{ margin-bottom: 35px;}
.mb36 { margin-bottom: 36px;}
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px;}
.mb54 { margin-bottom: 54px;}
.mb55 { margin-bottom: 55px;}
.mb59 { margin-bottom: 59px;}
.mb60 { margin-bottom: 60px;}
.mb65 { margin-bottom: 65px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb84 { margin-bottom: 84px;}
.mb95 { margin-bottom: 95px;}
.mb120{ margin-bottom: 120px;}
.mb150{ margin-bottom: 150px;}
.mg60 { margin:60px 0; }


/******    字体大小     *******/
.f14{ font-size: 14px;}
.f16{ font-size: 16px;}
.f18{ font-size: 18px;}
.f20{ font-size: 20px;}
.f24{ font-size: 24px;}


/******* 状态 ******/
.fl { float: left; }
.fr { float: right; }
.p_relative { position: relative; }
.p_absolute { position: absolute; }
.none { display:none; }
.hidden{ overflow:hidden }
.vertical_middle{ display:inline-block; *zoom:1; *display:inline;vertical-align:middle;}
.vertical_top { display:inline-block; *display:inline; zoom:1; vertical-align: top; }
.text_left { text-align:left; }
.text_center { text-align: center;}
.text_right{ text-align: right;}

.mask { 
  position: fixed;  
  z-index: 2000; 
  top: 0;  left: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(0, 0, 0, 0.6);  
}

/******    样式   *******/
.opacity_0 { opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; -webkit-opacity: 0; -o-opacity: 0; -khtml-opacity: 0; }
.opacity_6 { opacity: 0.6; filter: alpha(opacity=60); -moz-opacity: 0.6; -webkit-opacity: 0.6; -o-opacity: 0.6; -khtml-opacity: 0.6; }
.opacity_7 { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7; -webkit-opacity: 0.7; -o-opacity: 0.7; -khtml-opacity: 0.7; }
.place_000::-webkit-input-placeholder{ color:#000; }
.place_000::-moz-placeholder  { color:#000;	}
.place_000:-moz-placeholder { color:#000; }
.place_000:-ms-placeholder { color:#000; }

.place_666::-webkit-input-placeholder{ color:#666; }
.place_666::-moz-placeholder  { color:#666;	}
.place_666:-moz-placeholder { color:#666; }
.place_666:-ms-placeholder { color:#666; }

.place_B3B3B3::-webkit-input-placeholder{ color:#B3B3B3; }
.place_B3B3B3::-moz-placeholder  { color:#B3B3B3;	}
.place_B3B3B3:-moz-placeholder { color:#B3B3B3; }
.place_B3B3B3:-ms-placeholder { color:#B3B3B3; }

.place_B8B8B8::-webkit-input-placeholder{ color:#B8B8B8; }
.place_B8B8B8::-moz-placeholder  { color:#B8B8B8;	}
.place_B8B8B8:-moz-placeholder { color:#B8B8B8; }
.place_B8B8B8:-ms-placeholder { color:#B8B8B8; }

.place_737373::-webkit-input-placeholder{ color:#737373; }
.place_737373::-moz-placeholder  { color:#737373;	}
.place_737373:-moz-placeholder { color:#737373; }
.place_737373:-ms-placeholder { color:#737373; }

.place_B6B6B6::-webkit-input-placeholder{ color:#B6B6B6; }
.place_B6B6B6::-moz-placeholder  { color:#B6B6B6;	}
.place_B6B6B6:-moz-placeholder { color:#B6B6B6; }
.place_B6B6B6:-ms-placeholder { color:#B6B6B6; }

.place_999999::-webkit-input-placeholder{ color:#999; }
.place_999999::-moz-placeholder  { color:#999;	}
.place_999999:-moz-placeholder { color:#999; }
.place_999999:-ms-placeholder { color:#999; }

.place_f3f3f3::-webkit-input-placeholder{ color:#f3f3f3; }
.place_f3f3f3::-moz-placeholder  { color:#f3f3f3;	}
.place_f3f3f3:-moz-placeholder { color:#f3f3f3; }
.place_f3f3f3:-ms-placeholder { color:#f3f3f3; }

.place_fff::-webkit-input-placeholder{ color:#fff; }
.place_fff::-moz-placeholder  { color:#fff;	}
.place_fff:-moz-placeholder { color:#fff; }
.place_fff:-ms-placeholder { color:#fff; }

.place_272D34::-webkit-input-placeholder{ color:rgba(44,47,55,0.7); }
.place_272D34::-moz-placeholder  { color:rgba(44,47,55,0.7);}
.place_272D34:-moz-placeholder { color:rgba(44,47,55,0.7); }
.place_272D34:-ms-placeholder { color:rgba(44,47,55,0.7); }


.place_7C808B::-webkit-input-placeholder{ color:rgba(124,128,139,0.5); }
.place_7C808B::-moz-placeholder  { color:rgba(124,128,139,0.5);	}
.place_7C808B:-moz-placeholder { color:rgba(124,128,139,0.5); }
.place_7C808B:-ms-placeholder { color:rgba(124,128,139,0.5); } 

.place_404040::-webkit-input-placeholder{ color:#404040; }
.place_404040::-moz-placeholder  { color:#404040;	}
.place_404040:-moz-placeholder { color:#404040; }
.place_404040:-ms-placeholder { color:#404040; }

.place_abafb5::-webkit-input-placeholder{ color:#abafb5; }
.place_abafb5::-moz-placeholder  { color:#abafb5;	}
.place_abafb5:-moz-placeholder { color:#abafb5; }
.place_abafb5:-ms-placeholder { color:#abafb5; }

.place_b7b7b7::-webkit-input-placeholder{ color:#b7b7b7; }
.place_b7b7b7::-moz-placeholder  { color:#b7b7b7;	}
.place_b7b7b7:-moz-placeholder { color:#b7b7b7; }
.place_b7b7b7:-ms-placeholder { color:#b7b7b7; }

.place_808080::-webkit-input-placeholder{ color:#808080; }
.place_808080::-moz-placeholder  { color:#808080;	}
.place_808080:-moz-placeholder { color:#808080; }
.place_808080:-ms-placeholder { color:#808080; }

.place_B2B2B2::-webkit-input-placeholder{ color:rgba(178,178,178,0.67) }
.place_B2B2B2::-moz-placeholder  { color:rgba(178,178,178,0.67)	}
.place_B2B2B2:-moz-placeholder { color:rgba(178,178,178,0.67) }
.place_B2B2B2:-ms-placeholder { color:rgba(178,178,178,0.67) }



.radius3 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.radius6 {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.radius10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}


.scale img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.scale:hover img  {
	transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-o-transform: scale(1.1); 
}


.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex_ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex_center {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.media_slider_wrap {
	position: relative;
	z-index: 99;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
	padding-bottom: 3.4vw;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}
.media_slider_wrap_item { 
		white-space: nowrap; 
} 
.media_slider_wrap::-webkit-scrollbar-track-piece {  
	background-color: rgba(0, 0, 0, 0);  
	border-left: 1px solid rgba(0, 0, 0, 0);  
}  
.media_slider_wrap::-webkit-scrollbar {  
	width: 6.77vw;  
	height: 6px;  
}  
.media_slider_wrap::-webkit-scrollbar-thumb {  
	background-color: rgba(0, 0, 0, 1);  
	background-clip: padding-box;  
	min-height: 6px;  
}  
.media_slider_wrap::-webkit-scrollbar-thumb:hover {  
	background-color: rgba(0, 0, 0, 1);  
}

.moveLeft span {
  position: relative;
  left: 0;
}
.moveLeft:hover span {
  position: relative;
  animation: moveLeft 0.8s linear 0.2s infinite alternate;
  -webkit-animation: moveLeft 0.8s linear 0.2s infinite alternate;
  transform-origin: top;
  -webkit-transform-origin: top;
}

/*  放大动画  */
@keyframes zoomIn {
  from { transform:scale(0.7) }
  to { transform:scale(1.2) }
}
@-webkit-keyframes  zoomIn {
  from { transform:scale(0.7) }
  to { transform:scale(1.2) }
}


/*  左右移动动画  */
@keyframes moveLeft {
  from { left:0 }
  to { left:10px }
}
@-webkit-keyframes moveLeft {
  from { left:0 }
  to { left:10px }
}

/*  转圈动画  */
@keyframes movePoint {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
@-webkit-keyframes movePoint {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}



/*  上下移动动画  */
@keyframes moveTop {
  from { top:0% }
  to { top:15px }
}
@-webkit-keyframes moveTop {
  from { top:0% }
  to { top:15px }
}

/*  上下移动动画  */
@keyframes moveTop1 {
  from { top:-8px ; opacity: 0.3;}
  to { top:8px ;opacity: 1;}
}
@-webkit-keyframes moveTop1 {
  from { top:-8px ; opacity: 0.3;}
  to { top:8px ;opacity: 1;}
}


@-webkit-keyframes returnToNormal {
  from {  opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0); }
  to { opacity: 1;-webkit-transform: none;transform: none; }
}

@keyframes returnToNormal {
  from { opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0); }
  to { opacity: 1;-webkit-transform: none;transform: none; }
}

@keyframes heartbeat {
  50% {
    transform: scale(1.05);
  }
}
.shake_rotate:hover { 
  -webkit-animation-name: shake-rotate; 
  -ms-animation-name: shake-rotate; 
  animation-name: shake-rotate; 
  -webkit-animation-duration: 1000ms; 
  -ms-animation-duration: 1000ms; 
  animation-duration: 1000ms; 
  -webkit-animation-iteration-count: infinite; 
  -ms-animation-iteration-count: infinite; 
  animation-iteration-count: infinite; 
  -webkit-animation-timing-function: ease-in-out; 
  -ms-animation-timing-function: ease-in-out; 
  animation-timing-function: ease-in-out; 
  -webkit-animation-delay: 0s; 
  -ms-animation-delay: 0s; 
  animation-delay: 0s; 
  -webkit-animation-play-state: running; 
  -ms-animation-play-state: running; animation-play-state: running; 
}
@-webkit-keyframes shake-rotate { 
  0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
  2% { -webkit-transform: translate(0px, 0px) rotate(4.5deg); }
  4% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg); }
  6% { -webkit-transform: translate(0px, 0px) rotate(3.5deg); }
  8% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg); }
  10% { -webkit-transform: translate(0px, 0px) rotate(2.5deg); }
  12% { -webkit-transform: translate(0px, 0px) rotate(-0.5deg); }
  14% { -webkit-transform: translate(0px, 0px) rotate(-3.5deg); }
  16% { -webkit-transform: translate(0px, 0px) rotate(4.5deg); }
  18% { -webkit-transform: translate(0px, 0px) rotate(-2.5deg); }
  20% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg); }
  22% { -webkit-transform: translate(0px, 0px) rotate(-2.5deg); }
  24% { -webkit-transform: translate(0px, 0px) rotate(4.5deg); }
  26% { -webkit-transform: translate(0px, 0px) rotate(-4.5deg); }
  28% { -webkit-transform: translate(0px, 0px) rotate(2.5deg); }
  30% { -webkit-transform: translate(0px, 0px) rotate(-7.5deg); }
  32% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg); }
  34% { -webkit-transform: translate(0px, 0px) rotate(-3.5deg); }
  36% { -webkit-transform: translate(0px, 0px) rotate(5.5deg); }
  38% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg); }
  40% { -webkit-transform: translate(0px, 0px) rotate(-4.5deg); }
  42% { -webkit-transform: translate(0px, 0px) rotate(6.5deg); }
  44% { -webkit-transform: translate(0px, 0px) rotate(0.5deg); }
  46% { -webkit-transform: translate(0px, 0px) rotate(4.5deg); }
  48% { -webkit-transform: translate(0px, 0px) rotate(-6.5deg); }
  50% { -webkit-transform: translate(0px, 0px) rotate(3.5deg); }
  52% { -webkit-transform: translate(0px, 0px) rotate(-7.5deg); }
  54% { -webkit-transform: translate(0px, 0px) rotate(-0.5deg); }
  56% { -webkit-transform: translate(0px, 0px) rotate(-1.5deg); }
  58% { -webkit-transform: translate(0px, 0px) rotate(-2.5deg); }
  60% { -webkit-transform: translate(0px, 0px) rotate(3.5deg); }
  62% { -webkit-transform: translate(0px, 0px) rotate(1.5deg); }
  64% { -webkit-transform: translate(0px, 0px) rotate(-3.5deg); }
  66% { -webkit-transform: translate(0px, 0px) rotate(0.5deg); }
  68% { -webkit-transform: translate(0px, 0px) rotate(-4.5deg); }
  70% { -webkit-transform: translate(0px, 0px) rotate(5.5deg); }
  72% { -webkit-transform: translate(0px, 0px) rotate(-3.5deg); }
  74% { -webkit-transform: translate(0px, 0px) rotate(-4.5deg); }
  76% { -webkit-transform: translate(0px, 0px) rotate(6.5deg); }
  78% { -webkit-transform: translate(0px, 0px) rotate(0.5deg); }
  80% { -webkit-transform: translate(0px, 0px) rotate(-2.5deg); }
  82% { -webkit-transform: translate(0px, 0px) rotate(-7.5deg); }
  84% { -webkit-transform: translate(0px, 0px) rotate(-7.5deg); }
  86% { -webkit-transform: translate(0px, 0px) rotate(-0.5deg); }
  88% { -webkit-transform: translate(0px, 0px) rotate(-4.5deg); }
  90% { -webkit-transform: translate(0px, 0px) rotate(6.5deg); }
  92% { -webkit-transform: translate(0px, 0px) rotate(-2.5deg); }
  94% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg); }
  96% { -webkit-transform: translate(0px, 0px) rotate(4.5deg); }
  98% { -webkit-transform: translate(0px, 0px) rotate(-3.5deg); } 
}
@-ms-keyframes shake-rotate { 
  0% { -ms-transform: translate(0px, 0px) rotate(0deg); }
  2% { -ms-transform: translate(0px, 0px) rotate(-3.5deg); }
  4% { -ms-transform: translate(0px, 0px) rotate(1.5deg); }
  6% { -ms-transform: translate(0px, 0px) rotate(-1.5deg); }
  8% { -ms-transform: translate(0px, 0px) rotate(-7.5deg); }
  10% { -ms-transform: translate(0px, 0px) rotate(-1.5deg); }
  12% { -ms-transform: translate(0px, 0px) rotate(-1.5deg); }
  14% { -ms-transform: translate(0px, 0px) rotate(-0.5deg); }
  16% { -ms-transform: translate(0px, 0px) rotate(-0.5deg); }
  18% { -ms-transform: translate(0px, 0px) rotate(1.5deg); }
  20% { -ms-transform: translate(0px, 0px) rotate(-6.5deg); }
  22% { -ms-transform: translate(0px, 0px) rotate(-3.5deg); }
  24% { -ms-transform: translate(0px, 0px) rotate(-6.5deg); }
  26% { -ms-transform: translate(0px, 0px) rotate(-4.5deg); }
  28% { -ms-transform: translate(0px, 0px) rotate(-4.5deg); }
  30% { -ms-transform: translate(0px, 0px) rotate(-2.5deg); }
  32% { -ms-transform: translate(0px, 0px) rotate(-5.5deg); }
  34% { -ms-transform: translate(0px, 0px) rotate(-4.5deg); }
  36% { -ms-transform: translate(0px, 0px) rotate(4.5deg); }
  38% { -ms-transform: translate(0px, 0px) rotate(0.5deg); }
  40% { -ms-transform: translate(0px, 0px) rotate(-6.5deg); }
  42% { -ms-transform: translate(0px, 0px) rotate(2.5deg); }
  44% { -ms-transform: translate(0px, 0px) rotate(-2.5deg); }
  46% { -ms-transform: translate(0px, 0px) rotate(0.5deg); }
  48% { -ms-transform: translate(0px, 0px) rotate(6.5deg); }
  50% { -ms-transform: translate(0px, 0px) rotate(0.5deg); }
  52% { -ms-transform: translate(0px, 0px) rotate(6.5deg); }
  54% { -ms-transform: translate(0px, 0px) rotate(2.5deg); }
  56% { -ms-transform: translate(0px, 0px) rotate(-1.5deg); }
  58% { -ms-transform: translate(0px, 0px) rotate(-1.5deg); }
  60% { -ms-transform: translate(0px, 0px) rotate(3.5deg); }
  62% { -ms-transform: translate(0px, 0px) rotate(-4.5deg); }
  64% { -ms-transform: translate(0px, 0px) rotate(2.5deg); }
  66% { -ms-transform: translate(0px, 0px) rotate(-4.5deg); }
  68% { -ms-transform: translate(0px, 0px) rotate(6.5deg); }
  70% { -ms-transform: translate(0px, 0px) rotate(-3.5deg); }
  72% { -ms-transform: translate(0px, 0px) rotate(-6.5deg); }
  74% { -ms-transform: translate(0px, 0px) rotate(-6.5deg); }
  76% { -ms-transform: translate(0px, 0px) rotate(6.5deg); }
  78% { -ms-transform: translate(0px, 0px) rotate(6.5deg); }
  80% { -ms-transform: translate(0px, 0px) rotate(-5.5deg); }
  82% { -ms-transform: translate(0px, 0px) rotate(-1.5deg); }
  84% { -ms-transform: translate(0px, 0px) rotate(-4.5deg); }
  86% { -ms-transform: translate(0px, 0px) rotate(5.5deg); }
  88% { -ms-transform: translate(0px, 0px) rotate(6.5deg); }
  90% { -ms-transform: translate(0px, 0px) rotate(-6.5deg); }
  92% { -ms-transform: translate(0px, 0px) rotate(-6.5deg); }
  94% { -ms-transform: translate(0px, 0px) rotate(6.5deg); }
  96% { -ms-transform: translate(0px, 0px) rotate(-5.5deg); }
  98% { -ms-transform: translate(0px, 0px) rotate(-1.5deg); } 
}

@keyframes shake-rotate { 
  0% { transform: translate(0px, 0px) rotate(0deg); }
  2% { transform: translate(0px, 0px) rotate(1.5deg); }
  4% { transform: translate(0px, 0px) rotate(-7.5deg); }
  6% { transform: translate(0px, 0px) rotate(-2.5deg); }
  8% { transform: translate(0px, 0px) rotate(6.5deg); }
  10% { transform: translate(0px, 0px) rotate(-4.5deg); }
  12% { transform: translate(0px, 0px) rotate(0.5deg); }
  14% { transform: translate(0px, 0px) rotate(-6.5deg); }
  16% { transform: translate(0px, 0px) rotate(1.5deg); }
  18% { transform: translate(0px, 0px) rotate(-2.5deg); }
  20% { transform: translate(0px, 0px) rotate(1.5deg); }
  22% { transform: translate(0px, 0px) rotate(1.5deg); }
  24% { transform: translate(0px, 0px) rotate(2.5deg); }
  26% { transform: translate(0px, 0px) rotate(6.5deg); }
  28% { transform: translate(0px, 0px) rotate(2.5deg); }
  30% { transform: translate(0px, 0px) rotate(1.5deg); }
  32% { transform: translate(0px, 0px) rotate(-4.5deg); }
  34% { transform: translate(0px, 0px) rotate(-3.5deg); }
  36% { transform: translate(0px, 0px) rotate(-0.5deg); }
  38% { transform: translate(0px, 0px) rotate(4.5deg); }
  40% { transform: translate(0px, 0px) rotate(4.5deg); }
  42% { transform: translate(0px, 0px) rotate(-0.5deg); }
  44% { transform: translate(0px, 0px) rotate(1.5deg); }
  46% { transform: translate(0px, 0px) rotate(-0.5deg); }
  48% { transform: translate(0px, 0px) rotate(-7.5deg); }
  50% { transform: translate(0px, 0px) rotate(3.5deg); }
  52% { transform: translate(0px, 0px) rotate(-5.5deg); }
  54% { transform: translate(0px, 0px) rotate(-6.5deg); }
  56% { transform: translate(0px, 0px) rotate(-0.5deg); }
  58% { transform: translate(0px, 0px) rotate(3.5deg); }
  60% { transform: translate(0px, 0px) rotate(-2.5deg); }
  62% { transform: translate(0px, 0px) rotate(3.5deg); }
  64% { transform: translate(0px, 0px) rotate(6.5deg); }
  66% { transform: translate(0px, 0px) rotate(-6.5deg); }
  68% { transform: translate(0px, 0px) rotate(-2.5deg); }
  70% { transform: translate(0px, 0px) rotate(-3.5deg); }
  72% { transform: translate(0px, 0px) rotate(-6.5deg); }
  74% { transform: translate(0px, 0px) rotate(-5.5deg); }
  76% { transform: translate(0px, 0px) rotate(1.5deg); }
  78% { transform: translate(0px, 0px) rotate(-1.5deg); }
  80% { transform: translate(0px, 0px) rotate(3.5deg); }
  82% { transform: translate(0px, 0px) rotate(1.5deg); }
  84% { transform: translate(0px, 0px) rotate(-7.5deg); }
  86% { transform: translate(0px, 0px) rotate(-0.5deg); }
  88% { transform: translate(0px, 0px) rotate(0.5deg); }
  90% { transform: translate(0px, 0px) rotate(-3.5deg); }
  92% { transform: translate(0px, 0px) rotate(-4.5deg); }
  94% { transform: translate(0px, 0px) rotate(2.5deg); }
  96% { transform: translate(0px, 0px) rotate(2.5deg); }
  98% { transform: translate(0px, 0px) rotate(-2.5deg); } 
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #7B7B7B;
  padding:0;
  height: 46px;
  border-bottom: 1px solid #cecece;
  border-radius: 0px;
  background-color: transparent;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  line-height: 45px;
}
.chosen-container-single .chosen-default {
  color:#a7a7a7;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 28px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/select_icon.png') no-repeat center center;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ddd;
  background: white url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
/*.chosen-container-single .chosen-search input[type="text"]:focus{
  border:1px solid #1bbfd5;
}*/
.chosen-container-single .chosen-drop {
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  line-height: 20px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 18px;
  color:#000
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #001EA0;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #ddd;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  /*box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);*/
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  /*background: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/chosen-sprite.png') -42px 1px no-repeat;*/
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ddd;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #ddd;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 0;
  border-bottom: 1px solid #EF0A05;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom: 1px solid #EF0A05;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #ddd;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
/*.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}*/

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;

  }
}
/* @end */



/*************  特殊字体   ***********/
@font-face {
  font-family: 'popLight';
  src: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Light.eot');
  src: local('popLight Regular'),
	local('popLight'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Light.woff') format('woff'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Light.ttf') format('truetype'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Light.svg#popLight') format('svg');
}
@font-face {
  font-family: 'popR';
  src: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Regular.eot');
  src: local('popR Regular'),
	local('popR'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Regular.woff') format('woff'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Regular.ttf') format('truetype'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Regular.svg#popR') format('svg');
}
@font-face {
  font-family: 'popMedium';
  src: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Medium.eot');
  src: local('popMedium Regular'),
	local('popMedium'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Medium.woff') format('woff'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Medium.ttf') format('truetype'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins-Medium.svg#popMedium') format('svg');
}

@font-face {
  font-family: 'popBold';
  src: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins.eot');
  src: local('popBold Regular'),
	local('popBold'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins.woff') format('woff'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins.ttf') format('truetype'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/Poppins.svg#popBold') format('svg');
}

@font-face {
  font-family: 'EquinoxTrial';
  src: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/EquinoxTrial.eot');
  src: local('EquinoxTrial Regular'),
	local('EquinoxTrial'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/EquinoxTrial.woff') format('woff'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/EquinoxTrial.ttf') format('truetype'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/EquinoxTrial.svg#EquinoxTrial') format('svg');
}

@font-face {
  font-family: 'KindelSerif';
  src: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/KindelSerifRegular.eot');
  src: local('KindelSerif Regular'),
	local('KindelSerif'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/KindelSerifRegular.woff') format('woff'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/KindelSerifRegular.ttf') format('truetype'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/KindelSerifRegular.svg#KindelSerif') format('svg');
}

@font-face {
  font-family: 'MADECanvas';
  src: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/MADECanvas.eot');
  src: local('MADECanvas Regular'),
	local('MADECanvas'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/MADECanvas.woff') format('woff'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/MADECanvas.ttf') format('truetype'),
	url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/MADECanvas.svg#MADECanvas') format('svg');
}









@font-face { font-family:'Glyphicons Halflings'; src:url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/glyphicons-halflings-regular.eot');src:url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}
.glyphicon { position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}
/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
@font-face {
  font-family: "iconfont"; /* Project id 4162555 */
  src: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/font/iconfont.woff2?t=1708760218706') format('woff2'),
       url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/font/iconfont.woff?t=1708760218706') format('woff'),
       url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/font/iconfont.ttf?t=1708760218706') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow2:before {
  content: "\e605";
}

.icon-facebook1:before {
  content: "\ebfc";
}

.icon-right_arrow1:before {
  content: "\e63f";
}

.icon-feiquanping:before {
  content: "\e609";
}

.icon-close:before {
  content: "\e639";
}

.icon-dizhi:before {
  content: "\e665";
}

.icon-jt:before {
  content: "\e634";
}

.icon-youxiang:before {
  content: "\e7b0";
}

.icon-cart:before {
  content: "\e603";
}

.icon-ytb2:before {
  content: "\e7db";
}

.icon-ytb3:before {
  content: "\e606";
}

.icon-twitter:before {
  content: "\e882";
}

.icon-facebook2:before {
  content: "\e646";
}

.icon-daibanshixiang:before {
  content: "\e689";
}

.icon-xiangmu:before {
  content: "\e651";
}

.icon-hezuo:before {
  content: "\e614";
}

.icon-fahangshang:before {
  content: "\e6b3";
}

.icon-shuzicangpin:before {
  content: "\e683";
}

.icon-IP:before {
  content: "\e66a";
}

.icon-shangsheng:before {
  content: "\e64e";
}

.icon-kuajingshuju:before {
  content: "\e6a2";
}

.icon-leftArrow2:before {
  content: "\edcd";
}

.icon-topArrow:before {
  content: "\e65d";
}

.icon-dropArrow:before {
  content: "\e65e";
}

.icon-rightArrow:before {
  content: "\e65f";
}

.icon-leftArrow:before {
  content: "\e660";
}

.icon-email:before {
  content: "\e60a";
}

.icon-rightArrow3:before {
  content: "\eb0b";
}

.icon-youtobe:before {
  content: "\e626";
}

.icon-touxiang:before {
  content: "\e64b";
}

.icon-riqi:before {
  content: "\e63e";
}

.icon-riqi1:before {
  content: "\eb8a";
}

.icon-dianhua1:before {
  content: "\e6ed";
}

.icon-yanjing:before {
  content: "\e629";
}

.icon-zhengshu:before {
  content: "\e602";
}

.icon-zhengshu1:before {
  content: "\e60e";
}

.icon-zuojiantou:before {
  content: "\e607";
}

.icon-zuojiantou1:before {
  content: "\e681";
}

.icon-shangjiantou:before {
  content: "\e79d";
}

.icon-you:before {
  content: "\e604";
}

.icon-youtube2:before {
  content: "\e880";
}

.icon-ins:before {
  content: "\e640";
}

.icon-facebook:before {
  content: "\eab7";
}

.icon-linkdin:before {
  content: "\e600";
}

.icon-dianhua:before {
  content: "\e842";
}

.icon-douyin:before {
  content: "\e601";
}


@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);-ms-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);-ms-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-ms-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-ms-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-ms-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);-ms-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-ms-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-ms-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-ms-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;-ms-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);-ms-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);-ms-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);-ms-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);-ms-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);-ms-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-ms-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-ms-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-ms-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-ms-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-ms-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-ms-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-ms-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-ms-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-ms-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-ms-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);-ms-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);-ms-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);-ms-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-ms-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-ms-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-ms-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);-ms-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);-ms-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);-ms-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);-ms-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);-ms-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);-ms-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-ms-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);-ms-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);-ms-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);-ms-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);-ms-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);-ms-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

html {
  margin: 0 auto;
  font-family: 'PingFang SC','Microsoft YaHei','Lantinghei SC','Helvetica Neue',Helvetica,Arial,'WenQuanYi Zen Hei','WenQuanYi Micro Hei',"sans-serif"; 
}
body {
  font-family: "EquinoxTrial";
  overflow-x: hidden;
}
.phone_header {
  display: none;
}
.phone_search_popup {
  display: none;
}
.phone_nav {
  display: none;
}
.lang_nav {
  display: none;
}
.foot_phone_logo {
  display: none;
}

.imgPopup {
  display: none;
}
.product_imgPopup .imgPopup_cont{
  width: 800px;
}
.imgPopup_cont { 
  position: fixed;
  z-index: 1000;
  left: 0;top: 50%; right: 0;
  transform: translate(0,-50%);
  margin:0 auto;
  width:560px;
  height:auto;
  text-align: center;
  max-height: 800px;
  transition: all 0.4s;
}
.product_imgPopup .imgPopup_cont {
  width:720px;
}
.imgPopup_cont img {
  width: 100%;
  transition: all 0.4s;
}
.imgPopup_cont.active img {
  transform: scale(1.15);
}
.imgPopup .mask{
  position: fixed;
  z-index:2000;
  left: 0;top: 0; right: 0;bottom: 0;
  background-color: rgba(0,0,0,1);
}
.imgPopup_item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  cursor: pointer;
}
.imgPopup_item:last-child {
  margin-right: 0;
}
.imgPopup_item img {
  width: 20px;
}
.imgPopup_opa {
  position: fixed;
  right:15px;
  top: 0;
  padding-top: 15px;
  height: 80px;
  z-index:1000;
}
.imgPopup_screen {
  width: 20px;
  height: 20px;
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/opa_2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.imgPopup_screen.active {
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/opa_3.png);
}


.header {
  position: relative;
  z-index: 990;
  /* height: 147px; */
  background: #001EA0;
  transition: all .3s ease;
  text-align: center;
  padding-top: 20px;
}
.header.page_head {
  position: absolute;
  z-index: 998;
  width: 100%;
  left: 0;
  top: 0;
  background: transparent;
}
.header.home_head {
  border-bottom: 1px solid rgba(255,255,255,0.33);
}
.header.active {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 126px;
  padding-top: 10px;
  background: #001EA0;
  transition: all 0.4s;
  -webkit-box-shadow: 0 15px 38px rgba(0,0,0,.1);
  -moz-box-shadow: 0 15px 38px rgba(0,0,0,.1);
  box-shadow: 0 15px 38px rgba(0,0,0,.1);
}
.header.active .nav {
  padding-top: 0;
}
.nav { 
  padding-top: 10px;
  text-align: center;
}
.nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s;
  margin-right: 50px;
}
.nav ul li:last-child {
  margin-right: 0;
}
.nav ul li:hover  .nav_drop {
  display: block;
}

.nav ul li>a {
  position: relative;
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
}
.nav ul li:hover>a {
  color:#EF0A05
}
.nav ul li.active>a {
  color:#EF0A05
}
.nav ul li.active>a {
  color:#EF0A05
}
.nav ul li>a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  height: 3px;
  z-index: 100;
  width: 0;
  background: #EF0A05;
  transform: translate(-50%,0);
  transition: all .4s;
  
}
.nav ul li.nav_inherit {
  position: inherit;
}
.nav ul li.active >a:after {
  width: 39px;
}
.nav ul li:hover>a:after,.nav ul li.active>a:after  {
  width: 100%;
}
.nav ul li:hover .nav_drop {
  display: block;
}
.nav_drop {
  position: absolute;
  z-index: 999;
  display: none;
  transition: all .4s;
}
.nav_drop1 {
  left:-34px;
  top:100%;
  width: 266px;
  padding-top: 7px;
}
.nav_drop_cont {
  background-color: #121c22;
  padding: 15px 15px 15px 20px;
  box-shadow: 3px 7px 15px 1px rgba(0,0,0,0.13);
}

.nav_drop_item {
  position: relative;
  text-align: left;
  cursor: pointer;
  transition: all .4s;
}
.nav_drop_item a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding: 9px 20px 9px 0;
  transition: all 0.4s;
}
.nav_drop_item a:last-child {
  margin-bottom: 0;
}
.nav_drop_item a:hover {
  color:#EF0A05;
  padding-left: 24px;
}
.nav_drop_item a:hover  span {
  opacity: 1;
}
.nav_drop_item span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  z-index: 9;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  color: #E66141;
  opacity: 0;
  transition: all 0.4s;
  font-size: 14px;
}

.head_right {
  position: absolute;
  z-index: 99;
  right: 80px;
  top:32px;
  font-size: 16px;
  color:#fff
}
.head_right a {
  display: inline-block;
  vertical-align: middle;
  color:#fff;
  line-height: 28px;
}
.head_lang {
  margin:0 36px 0 20px;
}
.head_start {
  margin-top: 5px;
}


.search_layer.active {
  top: 0;
  opacity: 1;
}
.search_layer {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  z-index: 1000000;
  opacity: 0;
  -webkit-transition: opacity .3s,top .3s;
  transition: opacity .3s,top .3s;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #d3d3d3;
  background-color: #fff;
  padding: 0 100px 0 40px;
}
.search_layer_cont {
  height: 100px;
}
.search_close {
  margin-left: 40px;
  cursor: pointer;
}
.search_close span {
  font-size: 24px;
  color:#e66445
}
.search_popup_btn {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: transparent;
  border: 0;
  margin-top: -3px;
  margin-right: 30px;
}
.search_popup_btn img {
  width: 20px;
}
.search_layer_text {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding:0 15px;
  text-align: left;
  font-size: 16px;
  color: #4a5257;
  background: transparent;
}

.floor {
  position: fixed;
  z-index: 999;
  width: 60px;
  bottom:15%;right: 30px;
}
.floor_item {
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-bottom: 2px solid rgba(255,255,255,0.5);
  background: #686c71;
  transition: all 0.5s;
}
.floor_item:hover {
  border-bottom: 2px solid #D93B3B;
}
.floor_item a {
  display: block;
}

.top {
  position: fixed;
  z-index: 990;
  right: 40px;
  bottom: 15%;
  display:none;
  cursor: pointer;
}

.contact_popup {
  display: none;
}
.contact_popup_box {
  position: fixed;
  z-index: 2100;
  width:800px;
  top: 50%;
  transform: translate(0,-50%);
  background: #f7f7f7;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px 40px 60px;
  box-shadow: 4px 7px 33px 0px rgba(0, 0, 0, 0.08);
}
.contact_popup_top {
  position: absolute;
  z-index: 99;
  width: 23px;
  top: 15px;
  right: 20px;
}
.contact_popup_close {
  display: inline-block;
  cursor: pointer;
  width: 23px;
}
.contact_popup_title {
  font-size: 36px;
  font-family: "Viceroy";
  color: #000000;
  text-align: center;
  line-height: 40px;
}
.contact_popup_main  {
  margin-top: 40px;
}
.contact_popup_text {
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}
.contact_popup_input {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 25px;
  background: #EEEEEE;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 16px;
  color: #999;
}
.contact_popup_select {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 25px;
  background: #EEEEEE;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 16px;
  color: #999;
}
.contact_popup_item {
  width: 340px;
}
.contact_popup_100 .contact_popup_item {
  width: 100%;
}
.contact_popup_100 .contact_popup_area {
  width: 100%;
} 
.contact_popup_area {
  position: relative;
  width: 100%;
  height: 120px;
  line-height: 24px;
  background: #EEEEEE;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 16px;
  color: #999;
}
.contact_popup_cont .contact_popup_100 .contact_popup_item {
  width: 100%;
}
.contact_popup_cont  .contact_popup_item {
  width: 330px;
}
.contact_popup_list {
  margin-bottom: 18px;
}
.contact_popup_cont .btn {
  font-size: 18px;
}
.contact_popup_btm {
  margin-top: 40px;
  text-align: center;
}
.contact_popup_btm .btn {
  width: 300px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
}
.contact_popup_btm .btn:hover {
  transform: translate(0,-10px);
}

.footer {
  position: relative;
  z-index: 99;
  background: #001ea0;
}
.foot_upper {
  position: relative;
  z-index: 99;
  padding:70px 0 50px;
  border-bottom: 1px solid rgba(255,255,255,0.34);
}
.foot_upper .wrap {
  position: relative;
}
.foot_bj {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom:40px;
}
.foot_left {
  float: left;
  width: 300px;
}
.footer a {
  color:#fff
}
.foot_top {
	position:relative;
	z-index:99;
  margin-bottom: 8vw;
}
.foot_logo {
  margin-bottom: 58px;
}
.foot_link a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.foot_link a:last-child {
  margin-right: 0;
}
.foot_linkdin {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #fff;
  border-radius: 50%;
}
.foot_link .foot_linkdin span {
  font-size: 24px;
  color:#001ea0
}
.foot_link .foot_facebook span {
  font-size: 26px;
}
.foot_link span {
  font-size: 30px;
}
.foot_link .foot_youtobe span {
  font-size: 36px;
}
.foot_nav {
  float: right;
  padding-top: 14px;
}
.foot_nav_item {
  float: left;
  width: 200px;
  margin-right: 50px;
}
.foot_nav_item:first-child {
  width: 270px;
}
.foot_nav_item:last-child {
  margin-right: 0;
}
.foot_nav_title {
  position: relative;
  font-size: 36px;
  color: #E0E0E0;
  line-height: 36px;
  margin-bottom: 30px;
}
.foot_nav_title:after {
  content: "";
  position: absolute;
  top: 50%;left: -28px;
  transform: translate(0,-18px);
  z-index: 99;
  width: 1px;
  height: 33px;
  background: #EF0A05;
}
.foot_nav_cont a {
  display: block;
  font-size: 18px;
  color: #E0E0E0;
  line-height: 32px;
	transition:all 0.4s ease
}
.foot_nav_cont a:hover {
	color:#EF0A05
}
.foot_contact {
  position: relative;
  z-index: 2;
}
.foot_contact_title {
  font-size: 36px;
  color: #E0E0E0;
  line-height: 36px;
  margin-bottom: 34px;
}
.foot_contact_cont {
  position: relative;
  z-index: 99;
  font-size: 30px;
  color: #E0E0E0;
  line-height: 30px;
}
.foot_contact_tel {
  width: 495px;
  padding-right: 30px;
}
.foot_contact_email {
  width: 580px;
  padding-right: 30px;
}
.foot_contact_address {
  float: right;
  width: 520px;
  font-size: 18px;
  color: #E0E0E0;
  line-height: 32px;
  margin-top: -6px;
}

.foot_btm {
  position: relative;
  font-size: 16px;
  color: rgba(224,224,224,0.4);
  line-height: 30px;
  padding:9px 0 7px;
}

/*   index   */
.banner_item {
  
}
.banner_info {
  position: absolute;
  z-index: 99;
  width: 1580px;
  margin:0 auto;
  left: 0;right: 0;
  bottom: 140px;
  text-align: center;
}
.banner_info_title {
  font-size: 72px;
  color: #FFFFFF;
  line-height: 73px;
}
.banner_info_text {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 23px;
  width: 740px;
  margin:8px auto 27px;
}
.banner_info_more .btn {
  width: 241px;
  height: 64px;
  line-height: 68px;
  font-size: 24px;
  margin:0 14px
}
.banner_info_more .banner_btn1 {
  background: #EF0A05;
}
.banner_video_box {
  position: relative;
  height: 58.54vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_video_box .banner_video_bj {
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_info_opa {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 20px 0;
  height: 5.2vw;
  border-top: 1px solid rgba(255,255,255,0.74);
}
.banner_info_opa .wrap {
  width: 1580px;
  margin:0 auto;
  text-align: right;
  display: none;
}
.banner_info_opa a {
  margin-left: 26px;
}

.banner_video_box .videoDefault {
  z-index: 1;
}
.banner_video_icon {
  position: absolute;
  z-index: 997;
  top: 50%;
  transform: translate(0,-50%);
  right: 8.3vw;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.banner_video_icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px dashed #fff;
  transform: rotate(0deg);
  animation: movePoint 5s ease-in infinite alternate;
  -webkit-animation: movePoint 5s ease-in infinite alternate;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
#banner_video {
  width: 100%;
  object-fit: fill;
}
.banner_video_icon_cont {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner_video_icon.active .banner_video_icon_cont {
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/video_icon_c1.png);
}
.banner_video_icon .banner_video_icon_cont {
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/video_icon_c2.png);
}

.home_box {
  position: relative;
}
.home_box .line_group {
  width: 1580px;
}
.loading {
  position: fixed;
  z-index: 999;
  left: 0;top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.5s;
  display: none;
  background: rgba(0,0,0,0.35);
}
.loading.hide {
  width: 0;
  height: 0;
  opacity: 0;
}
.loading_icon {
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.loading_icon_cont {
  position: relative;
  z-index: 99;
  transform: scale(0.7);
  animation: zoomIn 1.3s linear 0.2s alternate;
  -webkit-animation: zoomIn 1.3s linear 0.2s alternate;
  transform-origin: center;
  -webkit-transform-origin: center;
}

.home_cont {
  position: relative;
  z-index: 99;
  padding:160px 0 0;
}
.home_contact {
  position: relative;
  z-index: 9;
  background: #001ea0;
  text-align: center;
  color:#fff;
  padding:90px 0 78px;
  border-bottom: 1px solid rgba(255,255,255,0.34);
}
.home_contact_prompt {
  font-size: 18px;
  color: #E0E0E0;
  line-height: 26px;
  margin-bottom: 18px;
}
.home_contact_title {
  font-size: 48px;
  color: #FFFFFF;
  line-height: 54px;
  margin-bottom: 30px;
}
.home_contact_more_btn {
  display: inline-block;
  width: 438px;
  height: 75px;
  line-height: 79px;
  font-size: 26px;
  color: #011EA0;
  background: #FFFFFF;
  transition: all 0.4s;
} 
.home_contact_more_btn span {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 17px;
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/arrow_icon4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: 32px;
  transition: all 0.4s;
  margin-top: -5px;
}
.home_contact_more_btn:hover span {
  margin-left: 15px;
}
.home_icon1 {
  position: absolute;
  z-index: -1;
  top: 47px;
  left: 0;
  width: 100%;
  text-align: center;
}
.home_icon1.active {
  position: fixed;
  top: 160px;
}
.home_icon1 img {
  width: 56px;
}
.home_cont .wrap {
  width: 1580px;
}
.home_about_title {
  font-size: 72px;
  color: #000000;
  line-height: 84px;
  margin-bottom: 30px;
}
.home_about_text {
  font-size: 22px;
  color: #444444;
  line-height: 36px;
  font-family: "popLight";
  margin-bottom: 80px;
}
.home_about_static  {
  margin-bottom: 68px;
}
.home_static_item {
  float: left;
  width: 400px;
  padding-left: 40px;
}
.home_static_item:last-child {
  margin-left: 0;
}
.home_static_item_num {
  font-size: 110px;
  color: #000000;
  line-height: 90px;
  font-family: "KindelSerif";
  margin-bottom: 14px;
}
.home_static_item_num span {
  display: inline-block;
  vertical-align: top;
  font-size: 46px;
  color: #000000;
  font-family: "popLight";
  line-height: 46px;
}
.home_static_item_num em {
  font-size: 30px;
  color: #444444;
  line-height: 30px;
  font-family: "popLight";
}
.home_static_item_text {
  font-size: 36px;
  color: #444444;
  line-height: 47px;
  font-family: "popLight";
}
.home_about_more .btn2 {
  width: 297px;
  height: 70px;
  line-height: 74px;
  font-size: 26px;
}
.home_about_more .btn2 em {
  margin-left: 32px;
}
.home_about_more .btn2:hover em {
  margin-left: 15px;
}
.home_about_upper {
  margin-bottom: 10px;
}
.about_swiper_box {
  position: relative;
  padding-left: 29.8vw;
  transform: translate(0,-120px);
}
.about_swiper_btm {
  position: absolute;
  z-index: 99;
  width: 1580px;
  bottom: 30px;
  left: 0;right: 0;
  margin:0 auto;
}


.home_application {
  position: relative;
  margin-bottom: 100px;
}
.home_application_title {
  position: absolute;
  z-index: 9999;
  top: 7.8vw;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 72px;
  width: 100%;
  left: 0;
  padding:0 8vw;
  margin:0 auto
}
.home_application ul { 
  position: relative;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/cursor.png), auto
}
.home_application ul li {
  position: relative; 
  width: 13.5%;
  height: 54.32vw;
  min-height: 500px;
  transition: all 0.6s;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left:2px;
}
.home_application_item_cont {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_application_item_cont::before {
  position: absolute;
  content: "";
  position: absolute;
  z-index: 99;
  left: 0;top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
}
.home_application ul li:first-child {
  padding-left: 0;
}
.home_application ul li.current {
  width: 46%;
  transition: all 0.6s;
  background: #202020;
}
.home_application ul li.current .home_application_item_cont::before {
    display: none;
}
.home_application_item_info {
  position: absolute;
  width: 100%;
  left: 0;bottom:5vw;
  z-index: 99;
  padding:0;
  color:#fff;
  text-align: center;
  transition: all 0.4s;
}
.home_application_item_title {
  font-size: 26px;
  color: #FFFFFF;
  line-height: 28px;
  transition: all 0.4s;
}
.home_application_item_text {
  font-size: 1px;
  opacity: 0;
  transition: all 0.4s;
}
.home_application_item_more .btn2 {
  width: 1px;
  height: 1px;
  font-size: 1px;
  opacity: 0;
  transition: all 0.4s;
}
.home_application ul li.current .home_application_item_info {
  bottom: 6.7vw;
  z-index: 99;
  padding:0 8vw;
  text-align: left;
}
.home_application ul li.current .home_application_item_title {
  font-size: 60px;
  line-height: 64px;
  color: #FFFFFF;
  opacity: 1;
}
.home_application ul li.current .home_application_item_text {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 33px;
  font-family: "popLight";
  margin: 20px 0 46px;
  opacity: 1;
}
.home_application ul li.current .home_application_item_more .btn2 {
  width: 269px;
  height: 70px;
  line-height: 74px;
  font-size: 26px;
  opacity: 1;
}
.home_application_item_more .btn2  em {
  margin-left: 34px;
}

.arrow_move {
  position: relative;
  top: -8px;
  opacity: 0.3;
  animation: moveTop1 0.8s linear 0.2s infinite alternate;
  -webkit-animation: moveTop1 0.8s linear 0.2s infinite alternate;
  transform-origin: top;
  -webkit-transform-origin: top;
}
.home_style {
  /* margin-bottom: 80px; */
}
.home_style_cont  {
  position: relative;
}
.home_style .home_title {
  line-height: 98px;
}
.home_style_text {
  width: 1040px;
  font-family: "popLight";
  font-size: 30px;
  color: #353535;
  line-height: 43px;
  margin:6px auto 0;
  text-align: center;
}
.home_style_info {
  width: 670px;
  margin-top: 232px;
  margin-bottom: 110px;
}
.home_style_info h4 {
  font-size: 72px;
  color: #000000;
  line-height: 72px;
  margin-bottom: 18px;
}
.home_style_info h2 {
  font-size: 72px;
  color: #000000;
  line-height: 72px;
  margin-bottom: 18px;
}
.home_style_info p {
  font-size: 30px;
  color: #353535;
  line-height: 46px;
  font-family: "popLight";
}
.home_style_item {
  position: relative;
  float: left;
  width: 634px;
  text-align: center;
  margin:0 312px 300px 0;
}
.home_style_item_img {
  position: relative;
  width: 100%;
  height: 816px;
  overflow: hidden;
}
.home_style_item_title {
  height: 120px;
  font-size: 30px;
  color: #000000;
  line-height: 36px;
  padding-top: 22px;
}
.home_style_item:first-child .home_style_item_title {
  height: 160px;
}
.home_style_item:nth-child(2n)  {
  margin-right: 0;
}
.home_style_item:nth-child(2n)  {
  position: relative;
  /* transform: translate(0,-368px); */
  margin-top: -368px;
}
.home_style_item:nth-child(2) {
  /* transform: translate(0,-390px); */
  margin-top: -390px;
}
.home_style_item:nth-child(2)  .home_style_item_img {
  height: 878px;
}

.home_style_opa {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 80px;
  text-align: center;
}
.home_style_decoration {
  margin-bottom: 40px;
  display: none;
}

.seller_video_box {
  position: relative;
}
.seller_video_box .play_icon {
  left: auto;
  right: 18.125vw;
}
.seller_video_box .video_img {
  height: 928px;
}
.home_seller_btm {
  text-align: center;
  padding:96px 0 140px;
}
.home_seller_title {
  font-size: 72px;
  color: #000000;
  line-height: 84px;
}
.home_seller_text {
  width: 1110px;
  margin:0 auto 36px;
  font-size: 30px;
  color: #353535;
  line-height: 52px;
  font-family: "popLight";
}
.home_seller_more .btn2 {
  width: 277px;
  height: 70px;
  line-height: 74px;
  font-size: 26px;
}
.home_seller_more .btn2 em {
  margin-left: 30px;
}
.home_seller_more .btn2:hover em  {
  margin-left: 15px;
}

.home_design {
  margin-bottom: 160px;
}
.home_design_upper {
  position: relative;
  padding:184px 0 118px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_design_upper_cont {
  position: relative;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.67);
}
.home_design_switch {
  position: relative;
}
.home_design_switch:after {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;left: -40px;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.67);
}
.home_design_switch_item {
  position: relative;
  font-size: 48px;
  color: #8A8A8A;
  border-bottom: 1px solid transparent;
  cursor: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/cursor.png'), url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/cursor.png'), auto;
}
.home_design_switch_item span {
  display: inline-block;
  width: 850px;
  color: #8A8A8A;
  line-height: 65px;
  padding-top: 10px;
  padding-bottom: 4px;
  transition: all 0.4s;
  letter-spacing: -2px;
}
.home_design_switch_item.active span {
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.67);
}
.home_design_switch_item.active:after {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;left: -40px;
  width: 2px;
  height: 100%;
  background: #FF0000;
}
.tab_item {
  display: none;
}
.tab_item:first-child {
  display: block;
}
.home_design_title {
  margin-bottom: 20px;
}
.home_design_title h4 {
  font-size: 57px;
  color: #000000;
  line-height: 68px;
  margin-bottom: 2px;
}
.home_design_title_new {
  font-size: 57px;
  color: #000000;
  line-height: 68px;
  margin-bottom: 2px;
}
.home_design_left {
  padding-top: 108px;
}
.home_design_title h6 {
  font-size: 38px;
  color: #000000;
  line-height: 48px;
}
.home_design_title_new_2 {
  font-size: 38px;
  color: #000000;
  line-height: 48px;
}
.home_design_text {
  font-size: 24px;
  color: #6C6B6B;
  line-height: 33px;
  font-family: "popLight";
  margin-bottom: 48px;
}
.home_design_more .btn:first-child {
  width: 218px;
  background: #EF0A05;
  margin-right: 20px;
}
.home_design_more .btn:last-child {
  width: 326px;
}
.home_design_more .btn {
  height: 58px;
  line-height: 62px;
  font-size: 22px;
}

.home_design_right {
  position: relative;
  transform: translate(0,-258px);
  margin-bottom: -258px;
  width: 703px;
  margin-left: 200px;
  box-shadow: 0px 18px 47px 2px rgba(0,0,0,0.22);
}

.home_say {
  position: relative;
  padding-bottom: 8.64vw;
}
.home_title {
  font-size: 72px;
  color: #000000;
  line-height: 84px;
  text-align: center;
}
.home_say_btm {
  width: 1100px;
  margin:93px auto 0;
}
.say_swiper_item_right {
  position: relative;
  padding-right: 110px;
}
.say_swiper_item_info {
  position: relative;
  z-index: 99;
}
.say_swiper_item_icon {
  position: absolute;
  z-index: 9;
  right: 32px;
  top: 98px;
}
.say_swiper_item_img {
  width: 201px;
  height: 201px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 136px;
  margin-top: 43px;
}
.say_swiper_item_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.say_swiper_item_top {
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 21px;
  border-bottom: 1px solid #003263;
}
.say_swiper_item_job {
  font-size: 18px;
  color: #EF0A05;
  line-height: 24px;
  margin-bottom: 15px;
}
.say_swiper_item_name {
  position: relative;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 42px;
 
}
.say_swiper_item_name::before {
  content: "";
  position: absolute;
  width: 138px;
  background: #001ea0;
  height: 63px;
  left: -138px;
  top: -12px;
}
.say_swiper_item_name span {
  position: relative;
  z-index: 99;
  display: inline-block;
  padding-right: 24px;
}
.say_swiper_item_name span::before  {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  background: #001ea0;
  height: 63px;
  left: 0;
  top: -12px;
}
.say_swiper_item_text {
  font-size: 20px;
  color: #404040;
  line-height: 29px;
  font-family: "popLight";
}

.say_swiper_box {
  position: relative;
  padding-bottom: 60px;
}
.say_swiper_box .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background: #828282;
  border-radius: 0;
  opacity: 1;
  margin:0 5px;
}
.say_swiper_box .swiper-pagination-bullet-active {
  width: 78px;
  height: 2px;
  background: #EF0A05;
}
.say_swiper_box .swiper-pagination {
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  bottom: 0;
  padding-left: 327px;
  text-align: left;
}

/*   about    */
.about_banner {
  position: relative;
  width: 100%;
  height: 640px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_banner_cont {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 220px;
  width: 1200px;
  color:#fff;
  text-align: center;
}
.about_banner_title {
  font-size: 72px;
  color: #FFFFFF;
  line-height: 60px;
  margin-bottom: 30px;
}
.about_banner_cont .breadcrumb {
  color:#fff
}
.about_banner_cont .breadcrumb a { 
  color: #fff;
}
.about_banner_cont .breadcrumb span {
  color:#fff
}

.page_title {
  font-size: 72px;
  color: #010101;
  line-height: 72px;
  margin-bottom: 18px;
}
.breadcrumb_box {
  position: relative;
  padding:0;
}
.breadcrumb {
  position: relative;
  z-index: 99;
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  font-family: "popLight";
}
.breadcrumb a { 
  color: #ef0a05;
}
.breadcrumb span {
  color:#707070
}
.breadcrumb em {
  display: inline-block;
  vertical-align: middle;
}

.company_box {
  position: relative;
}
.company_cont {
  position: relative;
  z-index: 99;
}
.company_intro {
  position: relative;
  text-align: center;
  padding:10vw 0 12.2vw;
}
.company_intro_icon {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.company_intro_icon.active {
  position: fixed;
  left: 0;
  top: 160px;
}
.company_intro_icon img {
  width: 49px;
}
.company_intro_title h6 {
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  font-family: "popLight";
  margin-bottom: 44px;
}
.company_intro_title_new {
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  font-family: "popLight";
  margin-bottom: 44px;
}
.company_intro_title h4 {
  font-size: 65px;
  color: #000000;
  line-height: 65px;
  font-family: "MADECanvas";
}
.company_intro_title h2 {
  font-size: 65px;
  color: #000000;
  line-height: 65px;
  font-family: "MADECanvas";
}
.company_intro_text {
  font-size: 24px;
  color: #636363;
  line-height: 41px;
  font-family: "popLight";
  padding:0 135px;
  margin:56px 0 8.33vw;
}

.play_icon {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;right: 0;
  margin:0 auto;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.play_icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px dashed #fff;
  transform: rotate(0deg);
  animation: movePoint 5s ease-in infinite alternate;
  -webkit-animation: movePoint 5s ease-in infinite alternate;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.play_icon_cont {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
}
.play_icon.active .play_icon_cont {
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/video_icon_c1.png);
}
.play_icon .play_icon_cont {
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/video_icon_c2.png);
}


.company_culture {
  position: relative;
  z-index: 9;
  height: 64.84vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.company_culture_cont {
  position: relative;
  z-index: 9;
  height: 100%;
  padding:8.125vw 0 0;
}
.company_culture .about_title h4 {
  color:#fff;
  text-align: center;
}
.company_culture .about_title h2 {
  color:#fff;
  text-align: center;
}
.about_title h4{
  font-size: 72px;
  color: #000000;
  line-height: 72px;
  text-align: center;
}
.about_title h2{
  font-size: 72px;
  color: #000000;
  line-height: 72px;
  text-align: center;
}
.company_culture_text {
  font-size: 30px;
  color: #8C8C8C;
  line-height: 43px;
  font-family: "popLight";
  width: 1104px;
  margin:34px auto 0;
  text-align: center;
}
.company_culture_item {
  position: relative;
  float: left;
  width: 503px;
  margin-right: 54.5px;
  text-align: center;
  transition: all 0.5s;
}
.company_culture_item:hover {
  transform: translate(0,-4.79vw);
}
.company_culture_item:last-child {
  margin-right: 0;
  width: 485px;
}
.company_culture_item_title {
  font-size: 48px;
  color: #1A1A1A;
  line-height: 43px;
  margin-bottom: 20px;
}
.company_culture_item_text {
  font-size: 26px;
  color: #6D6D6D;
  line-height: 36px;
  font-family: "popLight";
}
.company_culture_btm {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: -21vw;
}
.company_culture_item_btm {
  padding:3.54vw 20px 0;
}

.company_history {
  position: relative;
  padding:30.73vw 0 104px;
}
.company_history_text {
  font-size: 30px;
  color: #000000;
  line-height: 30px;
  text-align: center;
  margin:20px 0 60px;
}
.company_history_text span {
  font-family: "MADECanvas";
}
.company_history_icon {
  text-align: center;
  display: none;
}
.company_history_group {
  margin-bottom: 110px;
}
.company_history_item {
  margin-bottom: 32px;
}
.company_history_item:last-child {
  margin-bottom: 0;
}
.company_history_item_cont {
  justify-content: center;
  flex-flow: row-reverse;
}
.company_history_item:nth-child(2n) .company_history_item_cont {
  flex-flow: row;
}
.company_history_item:nth-child(2n)  .company_history_item_img {
  margin:0 240px 0 0;
}
.company_history_item:nth-child(2n)  .company_history_item_right {
  text-align: left;
}

.company_history_item_img {
  position: relative;
  width: 552px;
  overflow: hidden;
  margin-left: 240px;
}
.company_history_item_right {
  text-align: right;
}
.company_history_item_info {
  display: inline-block;
  width: 615px;
  padding:10px 5px;
  background: #fff;
}
.company_history_item_date {
  font-size: 61px;
  color: #000000;
  line-height: 61px;
  font-family: "MADECanvas";
  font-weight: 300;
  margin-bottom: 10px;
}
.company_history_item_title {
  font-size: 30px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 14px;
}
.company_history_item_text {
  font-size: 19px;
  color: #848383;
  line-height: 26px;
  font-family: "popLight";
}
.company_history_icon2 {
  text-align: center;
  margin-bottom: 30px;
  display: none
}
.company_history_arrow {
  text-align: center;
}


/*  mission   */
.mission_box {
  position: relative;
}
.mission_cont {
  position: relative;
  z-index: 99;
  padding:85px 0 0;
}
.mission_top {
  text-align: center;
  margin-bottom: 42px;
}
.mission_show {
  position: relative;
  z-index: 99;
  padding:0 64px;
  text-align: center;
}

.mission_objective {
  position: relative;
  padding:11.45vw 0 0;
}
.mission_title {
  font-size: 72px;
  color: #000000;
  line-height: 72px;
  text-align: center;
}
.mission_objective_btm {
  position: relative;
  background: #252525;
  padding:9.16vw 0;
  margin-top: 118px;
}
.qobjective_swiper_item_title {
  font-size: 48px;
  color: #FFFFFF;
  line-height: 48px;
  font-family: "MADECanvas";
  margin-bottom: 36px;
}
.qobjective_swiper_item_text {
  font-size: 20px;
  color: #CECECE;
  line-height: 29px;
  font-family: "popLight";
}
.qobjective_swiper_item_img {
  width: 49.8vw;
}
.qobjective_swiper_item_right  {
  padding:0 8vw 0 8.5vw;
}
.qobjective_swiper_opa {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 58.55vw;
  bottom: 4.5vw;
}

.mission_swiper_box {
  position: relative;
}
.mission_swiper_box .swiper-button-next, .mission_swiper_box .swiper-button-prev {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top:auto;
  margin-top:0;
  width: 41px;
  height: 41px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  -moz-background-size: 41px 41px;
  -webkit-background-size:41px 41px;
  background-size: 41px 41px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  transition: all 0.4s;
  font-family: "popLight";
}
.mission_swiper_box .swiper-button-next span,.mission_swiper_box .swiper-button-prev span  {
  font-size: 16px;
  font-weight: bold;
  color:#fff;
  transition: all 0.4s;
}
.mission_swiper_box .swiper-button-next:hover,.mission_swiper_box .swiper-button-prev:hover {
  background: #EF0A05;
  border-radius: 50%;
  border: 1px solid #E91330;
}
.mission_swiper_box .swiper-button-next:hover span,.mission_swiper_box .swiper-button-prev:hover span {
  color:#fff
}
.mission_swiper_box .swiper-button-next {
  right:auto;
  left: auto;
}
.mission_swiper_box .swiper-button-prev {
  right:auto;
  left: auto;
  transform: rotate(180deg);
  margin-right: 6px;
}
.mission_swiper_box .swiper_feature {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 99;
  text-align: left;
  margin-right: 132px;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 32px;
  font-family: "MADECanvas";
}
.mission_intro {
  position: relative;
  padding:9.27vw 0 140px;
}
.mission_intro .intro_title {
  font-size: 72px;
  line-height: 90px;
  margin-right: 140px;
}
.mission_intro .intro_text {
  font-size: 28px;
  color: #000000;
  line-height: 41px;
}

.mission_academy {
  position: relative;
}
.mission_academy::after {
  content:"";
  position: absolute;
  z-index: 9;
  left: 0;bottom: 0;
  width: 100%;
  height: 309px;
  background: #252525;
}
.mission_academy_cont {
  position: relative;
  z-index: 99;
  font-size: 0;
  padding-bottom: 84px;
}
.mission_academy_item {
  display: inline-block;
  vertical-align: bottom;
  width: 496px;
  margin-right: 56px;
}
.mission_academy_item:nth-child(3n) {
  margin-right: 0;
}

.mission_statistics {
  position: relative;
  padding:9.47vw 0 10.4vw;
}
.statistics_item {
  float: left;
  width: 19%;
  margin-right: 7%;
}
.statistics_item:first-child {
  width: 23%;
  padding-left: 20px;
}
.statistics_item:last-child {
  width: 18%;
  margin-right: 0;
}
.statistics_item_num {
  font-size: 110px;
  color: #000000;
  line-height: 110px;
  font-family: "KindelSerif";
  margin-bottom: 4px;
}
.statistics_item_num span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 46px;
  color: #000000;
  line-height: 22px;
  font-family: "popLight";
}
.statistics_item_text {
  font-size: 36px;
  color: #444444;
  line-height: 46px;
  font-family: "popLight";
}

.mission_charity {
  margin-bottom: 13vw;;
}
.mission_charity_cont {
  position: relative;
  justify-content: center;
  flex-flow: row-reverse;
}

.mission_charity_right {
  width: 800px;
  margin-left: 200px;
}
.mission_charity_info {
  padding-left: 20px;
}
.mission_charity_title {
  font-size: 72px;
  color: #000000;
  line-height: 72px;
  margin-bottom: 28px;
}
.mission_charity_text {
  font-size: 30px;
  color: #000000;
  line-height: 43px;
  font-family: "popLight";
}

.charity_swiper_box {
  position: relative;
}
.charity_swiper_btm {
  position: absolute;
  z-index: 9;
  right: 6px;
  bottom: -90px;
}

.mission_development_upper {
  position: relative;
  background: #252525;
  padding:10.15vw 0 120px
}
.mission_development_title {
  max-width: 1100px;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 60px;
  margin-bottom: 42px;
}
.mission_development_text {
  max-width: 1060px;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 46px;
  font-family: "popLight";
}

.mission_development_cont {
  position: relative;
  padding:105px 0 10.2vw;
}
.mission_development_group {
  position: relative;
  padding: 0 70px 0 401px;
}
.mission_development_item {
  margin-bottom: 60px;
}
.mission_development_item:last-child {
  margin-bottom: 0;
}
.mission_development_item_img {
  width: 384px;
  overflow: hidden;
  margin-right: 76px;
}
.mission_development_item_text {
  font-size: 22px;
  color: #000000;
  line-height: 31px;
  font-family: "popLight";
}


/*   404  */
.error_box {
  position: relative;
}
.line_group {
  position: absolute;
  width: 1600px;
  left: 0;right: 0;
  height: 100%;
  margin:0 auto;
  top: 0;
}
.line_item {
  position: absolute;
  z-index: 9;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(93,93,93,0.2);
}
.line_item1 {
  left: 0;
}
.line_item2 {
  left: 25%;
}
.line_item3 {
  left: 0;right: 0;
  margin:0 auto
}
.line_item4 {
  right: 25%
}
.line_item5 {
  right: 0;
}
.error_cont {
  position: relative;
  z-index: 99;
  padding:11.45vw 0 11.46vw;
  text-align: center;
}
.error_img {
  margin-bottom: 88px;
}
.error_title {
  font-size: 72px;
  color:#333;
  line-height: 54px;
  font-family: "MADECanvas";
  margin-bottom: 6px;
}
.error_text {
  font-family: "popLight";
  font-size: 24px;
  color: #333333;
  line-height: 54px;
  margin-bottom: 58px;
}
.error_btm .btn {
  width: 280px;
}

/*   thanks  */
.thanks_box {
  position: relative;
  padding:95px 0 170px;
  background: #f5f1f0;
}
.thanks_cont {
  position: relative;
  padding:0 22px;
}
.thanks_img {
  position: relative;
  z-index: 99;
  width: 835px;
}
.thanks_right {
  position: relative;
}
.thanks_bj {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: -70px;
  bottom: -120px;
}
.thanks_info {
  position: relative;
  z-index: 99;
  padding:132px 10px 86px;
  text-align: center;
  background: #fff;
}
.thanks_title {
  font-size: 130px;
  color: #000000;
  line-height: 130px;
  margin:140px 0 20px;
}
.thanks_text {
  font-size: 36px;
  color: #8B8B8B;
  line-height: 42px;
  font-family: "popLight";
  margin-bottom: 90px;
}
.thanks_btm .btn2 {
  height: 64px;
  line-height: 68px;
  font-size: 24px;
  width: 344px;
}
.thanks_btm .btn2 em {
  margin-left: 44px;
}
.thanks_btm .btn2:hover em {
  margin-left: 30px;
}

/*   contact   */
.contact_upper {
  position: relative;
  background: #f2f2f2;
  padding:22px 0 0;
}
.contact_upper::before {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;bottom: 0;
  width: 100%;
  height: 17vw;
  background: #fff;
}
.contact_top {
  position: relative;
  padding:7.8125vw 0  120px;
}
.contact_bj {
  position: absolute;
  z-index: 9;
  right: 54px;
  bottom: -80px;
}
.contact_top_main {
  position: relative;
  z-index: 99;
}
.contact_title {
  font-size: 150px;
  color: #000000;
  line-height: 120px;
  font-family: "MADECanvas";
  margin-bottom: 60px;
} 
.contact_text {
  font-size: 24px;
  color: #444444;
  line-height: 36px;
  padding-right: 13vw;
  font-family: "popLight";
}
.contact_text p {
  margin-bottom: 30px;
}
.contact_text p:last-child {
  margin-bottom: 0;
}
.contact_main {
  position: relative;
  z-index: 99;
}
.contact_form {
  position: relative;
  width: 880px;
  padding:118px 120px 110px;
  background: #fff;
  box-shadow: 0px 16px 48px 3px rgba(0,0,0,0.13);
}
.contact_info_title {
  font-size: 48px;
  color: #000000;
  line-height: 48px;
}
.contact_form_text {
  font-size: 24px;
  color: #000000;
  line-height: 35px;
  margin-top: 42px;
  margin-bottom: 118px;
}
.contact_form_list {
  margin-bottom: 54px;
}
.contact_form_list:last-child {
  margin-bottom: 0;
}
.contact_form_input {
  width: 100%;
  height: 46px;
  font-size: 20px;
  color: #7B7B7B;
  line-height: 45px;
  background: transparent;
  font-family: "popLight";
  border-bottom: 1px solid #cecece;
  transition: all 0.4s;
}
.contact_form_input:focus {
  border-bottom: 1px solid #EF0A05;
} 
.contact_select { 
  position: relative;
  width: 100%;
  height: 46px;
  font-size: 20px;
  color: #7B7B7B;
  line-height: 45px;
  background: transparent;
  font-family: "popLight";
  border-bottom: 1px solid #cecece;
  background: transparent;
  transition: all 0.4s;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  text-align-last: left; /* æ–‡æœ¬å±…å·¦*/
  background: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/select_icon.png) no-repeat 285px center;
  background-size: 10px 7px;
}
.contact_select:focus {
  border-bottom: 1px solid #EF0A05;
}
.contact_select option {
  font-size: 16px;
}
.contact_form_area {
  position: relative;
  width: 100%;
  padding:0 0 8px;
  color: #333;
  background: transparent;
  font-size: 20px;
  color: #7B7B7B;
  line-height: 45px;
  background: transparent;
  font-family: "popLight";
  border-bottom: 1px solid #cecece;
  height: 120px;
  transition: all 0.4s;
}
.contact_form_area:focus {
  border-bottom: 1px solid #EF0A05;
}
.contact_form_item {
  width: 302px;
}
.contact_form_100  .contact_form_item {
  width: 100%;
}
.contact_form_btm {
  text-align: left;
  margin-top: 5.94vw;
}
.contact_form_btm .btn2 {
  width: 277px;
}
.contact_form_btm .btn2 em {
  margin-left: 32px;
}
.contact_form_btm .btn2:hover em {
  margin-left: 16px;
}

.contact_info {
  position: relative;
  padding-top: 100px;
  padding-left: 136px;
}
.contact_info_group {
  margin-top: 100px;
  margin-bottom: 30px;
}
.contact_info_item {
  margin-bottom: 54px;
}
.contact_info_item:last-child {
  margin-bottom: 0;
}
.contact_info_item_title {
  font-size: 36px;
  color: #393939;
  line-height: 32px;
  margin-bottom: 30px;
}
.contact_info_item_text {
  font-size: 26px;
  color: #393939;
  line-height: 32px;
  font-family: "popLight";
}
.contact_info_link a {
  color:#464646
}
.contact_info_link span {
  color:#464646
}
.contact_info_link .foot_linkdin {
  background: #464646;
}

.contact_info_link .foot_link .foot_linkdin span {
  font-size: 22px;
  color: #fff;
}

.contact_btm {
  position: relative;
  padding:11.1vw 0 13.3vw
}
.contact_location_title {
  font-size: 60px;
  color: #000000;
  line-height: 60px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid #000000;;
}
.contact_location_info {
  margin-bottom: 70px;
}
.contact_location_info h4 {
  font-size: 48px;
  color: #000000;
  line-height: 48px;
  margin-bottom: 26px;
}
.contact_location_info_new {
  font-size: 48px;
  color: #000000;
  line-height: 48px;
  margin-bottom: 26px;
}
.contact_location_info p {
  font-size: 30px;
  color: #393939;
  line-height: 32px;
  font-family: "popLight";
}

.map {
  position: relative;
  height: 600px;
  background: #f9f9f9;
}

/*   blog   */
.breadcrumb.wrap {
  width: 100%;
}
.blog_cont {
  position: relative;
  padding:75px 0 150px;
}
.blog_top {
  text-align: center;
  margin-bottom: 80px;
}
.blog_hot {
  position: relative;
  background: #F5F5F5;
  border-radius: 4px;
  padding:80px 80px 76px;
  margin-bottom: 110px;
}
.hot_img {
  overflow: hidden;
}
.hot_img img {
  width: 100%;
}
.hot_btm {
  position: relative;
  padding:28px 0 0 6px;
}
.blog_hot .blog_item_date {
  margin-bottom: 36px;
}
.blog_hot .blog_item_title {
  font-size: 42px;
  color: #000000;
  line-height: 59px;
}
.blog_hot {
  font-size: 24px;
  color: #6D6D6D;
  line-height: 34px;
	display:none!important;
}
.blog_hot .blog_item_more a {
  position: relative;
  display: inline-block;
  width: 298px;
  height: 70px;
  line-height: 72px;
  border: 1px solid #001EA0;
  font-size: 26px;
  color: #001EA0;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
}
.blog_hot .blog_item_more span  {
  width: 33px;
  height: 15px;
}

.blog_item {
  float: left;
  width: 477px;
  margin:0 34.5px 60px 0;
}
.blog_item:nth-child(3n) {
  margin-right: 0;
}
.blog_item_img {
  position: relative;
  height: 286px;
  overflow: hidden;
}
.blog_item_img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_item_img:hover img  {
	transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-o-transform: scale(1.1); 
}

.blog_item_btm {
  position: relative;
  padding-top: 28px;
  height: 328px;
}
.blog_item_date {
  font-size: 14px;
  color: #6E6E6E;
  line-height: 24px;
  font-family: "popLight";
  margin-bottom: 18px;
}
.blog_item_author {
  margin-left: 28px;
}
.blog_item_title {
  font-size: 30px;
  color: #000000;
  line-height: 35px;
  margin-bottom: 12px;
}
.blog_item .blog_item_title {
  height: 70px;
}
.blog_item_text {
  font-size: 18px;
  color: #6D6D6D;
  line-height: 27px;
  font-family: "popLight";
  margin-bottom: 42px;
}
.blog_item .blog_item_text {
  height: 54px;
}

.blog_item_more a {
  position: relative;
  display: inline-block;
  width: 168px;
  height: 40px;
  line-height: 42px;
  border: 1px solid #001EA0;
  font-size: 15px;
  color: #001EA0;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
}
.blog_item_more span {  
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 8px;
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/arrow_icon4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin:-4px 0 0 20px;
  /* transition: all 0.4s; */
}
.blog_item_more a:hover {
  background: #001EA0;
  color:#fff
}
.blog_item_more a:hover span {
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/arrow_icon5.png);
}

.blog_btm {
  position: relative;
  text-align: center;
  padding-top: 30px;
}
.page_Pagination {
  display: inline-block;
  text-align: center;
  font-size: 0;
}
.page_Pagination a,.page_Pagination span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-size: 0;
  border-radius: 50%;
}
.page_Pagination a {
  border:1px solid #fff;
}
.page_Pagination span {
  border:1px solid #EF0A05;
  margin:0 4px
}
.page_Pagination a:after,.page_Pagination span:after {
  content: "";
  position: absolute;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  width: 5px;
  height: 5px;
  background: #939393;
  border-radius: 50%;
}
.page_Pagination span:after {
  background: #EF0A05;
}
.page_Pagination a:last-child {
  border-right: 0;
}
.page_Pagination .page_next {
  border-right: 0;
}

.page_Pagination a.page_btn {
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 41px;
  line-height: 39px;
  color: #939393;
  font-size: 14px;
  border:1px solid #8C8C8C;
  font-family: "popLight";
}
.page_Pagination a.page_btn:hover {
  background: #EF0A05;
  border-radius: 50%;
  border: 1px solid #E91330;
  color:#fff
}
.page_Pagination a.page_btn:after {
  display: none;
}
.page_Pagination a.page_btn em {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}
.page_Pagination a.page_prev {
  transform: rotate(180deg);
  margin:0 8px 0 100px;
}

/*   details  */
.details_cont {
  position: relative;
  z-index: 99;
  padding:60px 50px 13.54vw;
}
.details_top {
  margin-bottom: 40px;
}
.details_main {
  margin-bottom: 120px;
}
.details_info {
  position: relative;
  background: #F9F9F9;
  padding:60px 66px 64px 56px;
}
.details_date {
  font-size: 18px;
  color: #6E6E6E;
  line-height: 24px;
  font-family: "popLight";
  margin-bottom: 50px;
  padding-left: 10px;
}
.details_date span {
  margin-left: 36px;
}

.details_title {
  font-size: 42px;
  color: #1D1D1D;
  line-height: 59px;
  padding-left: 10px;
  margin-bottom: 42px;
}
.details_text {
  padding-left: 10px;
}
.details_text img {
  margin-left: -10px;
}  
.details_text p {
  font-size: 18px;
  color: #969696;
  line-height: 32px;
  font-family: "popLight";
  margin-bottom: 36px;
}
.details_text p:last-child {
  margin-bottom: 0;
}
.details_propmt {
  position: relative;
  font-size: 26px;
  color: #191919;
  line-height: 39px;
  padding:26px 66px 26px 55px;
  background: #F5F8FF;
  margin-bottom: 36px;
}
.details_propmt:after {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  z-index: 99;
  width: 6px;
  height: 100%;
  background: #EF0A05;
}
.details_propmt_text {
  position: relative;
  z-index: 99;
}
.details_propmt_icon {
  position: absolute;
  left: 60px;
  z-index: 9;
  top: 50%;
  transform: translate(0,-50%);
}
.details_propmt_icon img {
  margin-left: 0;
}

.details_info_btm {
  position: relative;
  padding:40px 24px;
  background: #F9F9F9;
  margin-top: 10px;
}
.details_info_item {
  float: left;
  width: 45%;
}
.details_info_item:nth-child(2n) {
  float: right;
  text-align: right;
}
.details_info_item:nth-child(2n) a {
  justify-content: center;
  flex-flow: row-reverse;
}
.details_info_item:nth-child(2n) .details_info_item_right {
  text-align: right;
}
.details_info_item:nth-child(2n) .details_info_item_right .details_info_arrow {
  text-align: center;
}
.details_info_item:nth-child(2n) .details_info_arrow {
  margin:0 0 0 8px;
} 
.details_info_item:first-child .details_info_arrow {
  transform: rotate(180deg);
}
.details_info_arrow {
  display: inline-block;
  margin-right: 8px;
  color: #373737; 
  font-family: "popLight";
  font-weight: bold;
  transition: all 0.4s;
  width: 28px;
  height: 28px;
  text-align: center;
}
.details_info_arrow span {
  font-size: 28px;
}
.details_info_item_right {
  font-size: 24px;
  color: #373737; 
  line-height: 32px;
  transition: all 0.4s;
}
.details_info_item_direction {
  margin-bottom: 2px;
}
.details_info_item:hover .details_info_arrow {
  color:#EF0A05
}  
.details_info_item:hover .details_info_item_right {
  color:#EF0A05
}



.details_right {
  width: 425px;
  margin-left:25px;
}

.details_right_main {
  position: relative;
  padding:21px 28px 66px;
  background: #f9f9f9;
  margin-bottom: 10px;
}
.news_search {
  height: 56px;
  border:1px solid #D9D9D9;
  margin-bottom: 44px;
}
.news_search_input {
  position: relative;
  width: 100%;
  height: 54px;
  padding:10px 30px;
  line-height: 32px;
  font-size: 16px;
  color: #808080;
  background: transparent;
}
.news_search_btn {
  width: 74px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border:0;
  border-left: 1px solid #D9D9D9;
  background: transparent;
}
.news_post {
  position: relative;
  padding:24px 28px 0;
  border: 1px solid #D9D9D9;
}
.news_post_title {
  font-size: 30px;
  color: #000000;
  line-height: 36px;
  margin-bottom: 5px;
}

.news_post_item {
  border-bottom: 1px solid #D9D9D9;
}
.news_post_item:last-child {
  border-bottom: 0;
}
.news_post_item a {
  display: block;
  font-size: 16px;
  color: #2D2D2D;
  line-height: 20px;
  padding:20px 0;
}

.det_contact {
  position: relative;
  background: #001EA0;
  padding:42px 27px 60px;
}
.det_contact_cont {
  position: relative;
  padding:0 18px 38px;
  border:1px solid #EBEBEB
}
.det_contact_title {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 34px;
  text-align: center;
  padding:30px 0 26px;
}
.det_form_list {
  margin-bottom: 20px;
}
.det_form_item {
  width: 160px;
}
.det_form_100 .det_form_item {
  width: 100%;
}
.det_form_input {
  width: 100%;
  height: 37px;
  line-height: 35px;
  padding:0 15px;
  border: 1px solid rgba(255,255,255,0.67);
  color:rgba(178,178,178,0.67);
  background: transparent;
}
.det_form_select {
  width: 100%;
  height: 37px;
  line-height: 35px;
  padding:0 30px 0 15px;
  border: 1px solid rgba(255,255,255,0.67);
  color:rgba(178,178,178,0.67);
  background: transparent;
  transition: all 0.4s;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  text-align-last: left; 
  background: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/select_icon.png) no-repeat 135px center;
  background-size: 10px 7px;
}
.det_form_area {
  width: 100%;
  height: 132px;
  line-height: 24px;
  padding:6px 15px;
  border: 1px solid rgba(255,255,255,0.67);
  color:rgba(178,178,178,0.67);
  background: transparent;
}
.det_contact_btm {
  text-align: center;
  padding-top: 14px;
}
.det_contact_btm .btn {
  width: 183px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  background: #EF0A05;
}
.details_link {
  background: #F9F9F9;
  margin-bottom: 10px;
  padding:26px 28px 30px;
}
.details_link_cont {
  position: relative;
}
.details_link_cont:after {
  content: "";
  position: absolute;
  z-index: 99;
  left: 0;top: 50%;
  transform: translate(0,-50%);
  width: 1px;
  height: 40px;
  background: #EE4C49;
}
.details_link_label {
  position: relative;
  font-size: 18px;
  color: #565656;
  width: 134px;
  padding-left: 18px;
}
.details_link_right a {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border:1px solid #ed4844;
  margin-right: 7px;
  color:#000
}
.details_ins span {
  font-size: 18px;
  font-weight: bold;
}
.details_twitter span {
  font-weight: bold;
}
.details_linkdin span {
  font-size: 18px;
}

.details_related_title {
  font-size: 50px;
  color: #323232;
  line-height: 54px;
  margin-bottom: 64px;
}

/*  collection  */
.collection_cont {
  position: relative;
/*   z-index: 999; */
  padding:85px 0 0;
}
.collection_top {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.collection_book {
  position: relative;
  padding:120px 0 10.4vw;
}

.collection_book_cont {
  position: relative;
  z-index: 99;
}
.collection_title {
  font-size: 72px;
  color: #000000;
  line-height: 87px;
  text-align: center;
}

.collection_book_group {
  margin-top: 84px;
}
.collection_book_item {
  position: relative;
  float: left;
  width: 779px;
  height: 864px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin:0  42px 64px 0;
}
.collection_book_item:nth-child(2n) {
  margin-right: 0;
}
.collection_book_item_cont {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;top: 50%;
  transform: translate(0,-50%);
  text-align: center;
  padding:0 30px;
}
.collection_book_item_title {
  font-size: 52px;
  color: #FFFFFF;
  line-height: 56px;
  font-family: "MADECanvas";
  margin-bottom: 26px;
}
.collection_book_item_more .btn3 {
  width: 336px;
  height: 75px;
  line-height: 75px;
  font-size: 30px;
  color: #FFFFFF;
  border: 1px solid #fff;
  background: transparent;
}
.collection_book_item_more .btn3:hover {
  border:0px solid #001EA0
}
.collection_book_item_more .btn3 em {
  width: 36px;
  height: 16px;
  margin-left: 32px;
}

.collection_video .play_icon {
  left: auto;
  right: 18.125vw;
}
.video_box {
  position: relative;
}
.video_img {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 44.79vw;
  min-height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video_icon {
  position: absolute;
  z-index: 99;
  right: 18.125vw;
  bottom: 18.125vw;
}
.video_opa {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding:20px 0;
  height: 5.2vw;
  border-top: 1px solid rgba(255,255,255,0.74);
}
.video_opa a {
  margin:0 15px;
  display: none;
}
.video_wrap {
  position: absolute;
  left: 0;right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.videoDefault {
  position: absolute;
  left: 0;right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #373435;
  z-index: 10;
  margin:0 auto;
}
#video {
  width: 100%;
  object-fit: fill;
}


/*   quality   */
.quality_cont {
  position: relative;
  padding:90px 70px 7.81vw;
}
.quality_top {
  position: relative;
  text-align: center;
  margin-bottom: 54px;
}
.quality_info {
  text-align: center;
}
.quality_info_text {
  font-size: 48px;
  color: #000000;
  line-height: 62px;
  text-align: center;
  margin-bottom: 32px;
}
.quality_title {
  font-family: "MADECanvas";
  font-size: 60px;
  color: #000000;
  line-height: 78px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #BEBEBE;
}
.qualification {
  padding:135px 0 95px;
}
.qualification_btm {
  margin-top: 90px;
}
.qualification_item {
  float: left;
  width: 410px;
  margin:0 90px 20px 0;
  text-align: center;
}
.qualification_item:nth-child(3n) {
  margin-right: 0;
}
.qualification_item_img {
  position: relative;
  height: 546px;
  overflow: hidden;
}
.qualification_item_title {
  position: relative;
  height: 98px;
  font-family:"MADECanvas";
  font-size: 26px;
  color: #343434;
}
.item_cell {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translate(0,-50%);
}
.quality_more_cont {
  position: relative;
  width: 1458px;
  margin:96px auto 0;
}
.quality_swiper_item {
  position: relative;
  height: 546px;
  overflow: hidden;
  text-align: center;
}
.quality_swiper_item:nth-child(3n) {
  margin-right: 0;
}
.quality_more_btm {
  text-align: center;
}
.quality_swiper_box  .swiper-slide {
  padding:0 24px;
}
.quality_swiper_btm {
  text-align: center;
  padding-top: 70px;
}

/*   faq   */
.faq_box {
  position: relative;
  padding: 85px 50px 17vw;
}
.faq_top {
  position: relative;
  text-align: center;
  margin-bottom: 56px;
}
.faq_img {
  text-align: center;
}
.faq_info  {
  margin-bottom: 9.27vw;
}
.faq_info_cont {
  float: right;
  width: 800px;
}
.faq_info_title {
  font-size: 28px;
  color: #202020;
  line-height: 37px;
  margin-bottom: 40px;
}
.faq_info_text {
  font-size: 20px;
  color: #636363;
  line-height: 28px;
  font-family: "popLight";
}
.faq_cont {
  position: relative;
  padding:6.45vw 0 0;
}

.faq_problem {
  margin-bottom: 10.9vw;
}
.faq_problem:last-child {
  margin-bottom: 0;
}
.faq_problem_title {
  position: relative;
  font-size: 52px;
  color: #000000;
  line-height: 52px;
  padding-bottom: 25px;
  border-bottom: 1px solid #323232;
}

.faq_item_title {
  font-size: 36px;
  color: #000000;
  line-height: 36px;
}
.faq_item {
  position: relative;
  padding:62px 30px 60px 0;
  border-bottom: 1px solid #323232;
} 
.faq_item.active .faq_item_icon {
  transform: rotate(90deg);
}
.faq_item.active .faq_item_icon span {
  color:#EF0A05
}
.faq_item.active {
  padding-bottom: 30px;
}
.faq_item_btm {
  display: none;
  margin-top: 12px;
}
.faq_item_text {
  font-size: 24px;
  color: #828282;
  line-height: 36px;
  max-width: 1140px;
  font-family: "popLight";
}
.faq_item_icon {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-left: 100px;
}
.faq_item_icon span {
  font-size: 24px;
  color: #343434;
  font-weight: bold;
  font-family: "popLight";
  transition: all 0.4s;
}
.faq_item:first-child .faq_item_btm {
  display: block;
}

/*    factory    */
.factory_box {
  position: relative;
}
.factory_cont {
  position: relative;
  z-index: 99;
  padding:84px 0 8vw
}
.factory_top {
  text-align: center;
  margin-bottom: 56px;
}
.factory_show {
  position: relative;
  text-align: center;
  padding:0 70px;
}
.factory_intro {
  position: relative;
  padding:7.55vw 0 11vw;
}
.intro_title {
  width: 660px;
  font-size: 36px;
  color: #000000;
  line-height: 56px;
}
.factory_intro_title {
  margin-bottom: 64px;
}
.factory_intro_right {
  padding-left: 800px;
}
.intro_text {
  font-size: 22px;
  color: #636363;
  line-height: 34px;
  font-family: "popLight";
}

.factory_manufacturing {
  position: relative;
  background: #373737;
  color:#fff;
}
.factory_manufacturing_cont {
  position: relative;
  padding:9.58vw 0 128px;
}
.factory_manufacturing_left {
  width: 930px;
}
.factory_manufacturing_title {
  font-size: 60px;
  color: #FFFFFF;
  line-height: 60px;
  margin-bottom: 68px;
}

.step_item {
  position: relative;
  padding:35px 0 35px 8px;
  cursor: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/cursor.png),auto;
  border-bottom: 1px solid rgba(131,131,131,0.49);
}
.step_item:after {
  content: "";
  position: absolute;
  top: 0;left: -42px;
  z-index: 99;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.67);
}
.step_item.active:after  {
  width: 2px;
  background: #FF0000;
}
.step_item.active {
  padding:50px 0 44px 8px;
  background: #414141;
  border-bottom: 1px solid transparent;
}
.step_item:first-child .step_item_btm {
  display: block;
}
.step_item_cont {
  position: relative;
  z-index: 99;
}
.step_item_title {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 36px;
  letter-spacing: -2px;
}
.step_item_title span {
  font-family: "MADECanvas";
}
.step_item_btm {
  font-size: 22px;
  color: #C7C7C7;
  line-height: 30px;
  margin-top: 18px;
  font-family: "popLight";
  display: none;
  padding-right: 132px;
}
.step_item_icon {
  position: absolute;
  z-index: 9;
  right: 18px;
  bottom: 40px;
  display: none;
}
.factory_manufacturing_img {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: -142px;
  max-width: 578px;
  box-shadow: 0px 12px 59px 0px rgba(24,24,24,0.48);
}

.factory_advantage {
  position: relative;
  padding:230px 0 0;
  margin-bottom: 9.375vw;
}
.factory_advantage_item {
  margin-bottom: 12.2vw;
}
.factory_advantage_item:last-child {
  margin-bottom: 0;
}
.factory_advantage_item:nth-child(2n) .factory_advantage_item_cont {
  justify-content: center;
  flex-flow: row-reverse;
}
.factory_advantage_item_img {
  width: 49.5vw;
  overflow: hidden;
} 
.factory_advantage_item_right {
  position: relative;
  padding:0 8.33vw 0 11.45vw;
}
.factory_advantage_item_title {
  font-size: 54px;
  line-height: 54px;
  color: #000000;
  margin-bottom: 28px;
}
.factory_advantage_item_text {
  font-size: 24px;
  color: #5D5D5D;
  line-height: 35px;
  font-family: "popLight";
}

.factory_benefit_cont {
  position: relative;
  padding:87px 130px 86px 228px;
  background: #001EA0;
}
.factory_benefit_title {
  width: 576px;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 72px;
}
.factory_benefit_text {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 63px;
}

/*   career   */
.career_box {
  position: relative;
  z-index: 99;
  padding-top: 85px;
}
.career_cont {
  position: relative;
  z-index: 99;
}
.career_top {
  text-align: center;
  margin-bottom: 52px;
}
.career_show_img {
  position: relative;
  padding:0 80px;
  text-align: center;
}
.career_our {
  position: relative;
  padding:7.9vw 0 9.37vw
}
.career_our_title {
  font-size: 60px;
  color: #000000;
  line-height: 60px;
  margin-bottom: 36px;
}
.career_our_text {
  max-width: 1114px;
  font-size: 30px;
  color: #444444;
  line-height: 44px;
  margin-bottom: 24px;
}
.career_our_des {
  max-width: 1400px;
  font-size: 24px;
  color: #616161;
  line-height: 34px;
  font-family: "popLight";
  margin-bottom: 70px;
}
.career_our_btm .btn {
  width: 416px;
  height: 58px;
  line-height: 60px;
}
.career_join {
  position: relative;
  z-index: 99;
  padding:11.77vw 0 13.3vw;
  background: #303030;
}
.career_join_cont {
  position: relative;
}
.career_join_left {
  width: 41.66vw;
}
.career_join_title {
  font-size: 100px;
  color: #FFFFFF;
  line-height: 100px;
  margin-bottom: 50px;
}
.career_join_title span {
  display: block;
  font-size: 72px;
}
.career_join_title em {
  font-family: "MADECanvas";
}
.career_join_more {
  margin-bottom: 10vw;
}
.career_join_more .btn2 {
  width: 410px;
  height: 80px;
  line-height: 88px;
  font-size: 38px;
}
.career_join_more .btn2 em {
  width: 53px;
  height: 25px;
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/arrow_icon6.png);
  background-size: 100% auto;
  margin-left: 50px;
}
.career_join_more .btn2:hover em {
  margin-left: 30px;
}

.join_item {
  position: relative;
  padding:36px 0 32px;
  /* cursor: pointer; */
  border-bottom:1px solid rgba(255,255,255,0.42);
  cursor: url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/career_icon.png'), url('https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/career_icon.png'), auto;
}
.join_item.active .join_item_opa {
  transform: rotate(45deg);
}
.join_item.active .join_item_icon {
  display: none
}
.join_item:hover {
  cursor: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/cursor.png),auto;
}
.join_item_left {
  position: relative;
  z-index: 99;
}
.join_item_title {
  position: relative;
  z-index: 99;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 48px;
  padding-right: 60px;
}
.join_item_opa {
  position: absolute;
  z-index: 99;
  right: 30px;
  top: 50%;
  margin-top: -30px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.join_item:first-child .join_item_btm {
  display: block;
}
.join_item_btm {
  font-size: 20px;
  color: #979797;
  line-height: 27px;
  font-family: "popLight";
  margin-top: 16px;
  display: none;
}
.join_item_icon {
  position: absolute;
  z-index: 99;
  bottom: -20px;
  right: 9.89vw;
  display: none;
}
.career_join_right {
  position: absolute;
  z-index: 99;
  top: 11.77vw;
  right: 0;
  width: 46.77vw;
  margin-left: 3.125vw;
}

.career_join_text {
  position: relative;
  height: 310px;
  font-size: 24px;
  color: #CACACA;
  line-height: 34px;
  font-family: "popLight";
}
.career_join_img {
  width: 100%;
  overflow: hidden;
}

/*   partner   */
.partner_box {
  position: relative;
  z-index: 9;
  padding:72px 0 11.09vw
}
.partner_cont {
  position: relative;
  z-index: 99;
}
.partner_top {
  text-align: center;
  margin-bottom: 56px;
}
.partner_show {
  position: relative;
  padding:0 66px;
}
.partner_show_cont {
  position: relative;
  height: 42.5vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.partner_show_text {
  position: relative;
  top: 50%;
  width: 100%;
  transform: translate(0,-50%);
  font-size: 72px;
  color: #FFFFFF;
  line-height: 86px;
  text-align: center;
}
.partner_intro {
  position: relative;
  padding:100px 0 10.41vw;
}
.partner_intro .intro_title {
  font-size: 60px;
  line-height: 74px;
  margin-bottom: 5px;
}
.partner_intro .intro_text {
  float: right;
  width: 800px;
  font-size: 24px;
  color: #444444;
  line-height: 39px;
}
.partner_title {
  font-size: 60px;
  color: #000000;
  line-height: 77px;
  text-align: center;
}

.partner_fabric_btm {
  position: relative;
  padding:0 0  6.29vw;
  margin-top: 14.94vw;
}
.partner_fabric_btm:after {
  content: "";
  position: absolute;
  left: 0;top: 250px;bottom: 0;
  z-index: 9;
  width: 100%;
  background: #282828;
}
.fabric_swiper_box {
  position: relative;
  z-index: 99;
  padding:0 25px;
}
.fabric_swiper_item {
  text-align: center;
}
.fabric_swiper_item_img {
  overflow: hidden;
}
.fabric_swiper_item_btm {
  position: relative;
  padding-top: 34px;
  height: 200px;
}
.fabric_swiper_item_title {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 16px;
}
.fabric_swiper_item_text {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
  font-family: "popLight";
}

.fabric_swiper_opa {
  position: absolute;
  z-index: 99;
  top: -120px;right: 0;
}
.swiper_box .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #939393;
  border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  margin:0 10px;
}
.swiper_box .swiper-pagination-bullet-active {
  background:#EF0A05;
  margin:0 16px;
}
.swiper_box .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  z-index: 99;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #EF0A05;
}
.swiper_box .swiper-pagination {
  position: relative;
  display: inline-block;
  z-index: 99;
  text-align: center;
  margin-right: 115px;
}
.swiper_box .swiper-button-next, .swiper_box .swiper-button-prev {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top:auto;
  margin-top:0;
  width: 41px;
  height: 41px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #8C8C8C;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  -moz-background-size: 41px 41px;
  -webkit-background-size:41px 41px;
  background-size: 41px 41px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  transition: all 0.4s;
}
.swiper_box .swiper-button-next span,.swiper_box .swiper-button-prev span  {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color:#939393;
  font-family: "popLight";
  transition: all 0.4s;
}
.swiper_box .swiper-button-next:hover,.swiper_box .swiper-button-prev:hover {
  background: #EF0A05;
  border-radius: 50%;
  border: 1px solid #E91330;
}
.swiper_box .swiper-button-next:hover span,.swiper_box .swiper-button-prev:hover span {
  color:#fff
}
.swiper_box .swiper-button-next {
  right:auto;
  left: auto;
}
.swiper_box .swiper-button-prev {
  right:auto;
  left: auto;
  transform: rotate(180deg);
  margin-right: 6px;
}

.partner_cooperation {
  position: relative;
  padding:10vw 0 0;
  margin-bottom: 62px;
}
.partner_swiper_box {
  position: relative;
  padding:0 72px 48px;
}
.partner_swiper_box .swiper-slide {
  position: relative;
  padding:16px;
}
.partner_swiper_item {
  position: relative;
  z-index: 99;
  transition: all 0.4s;
}
.partner_swiper_item_img {
  position: relative;
  width: 100%;
  height: 305px;
  background: #F8F8F8;
  overflow: hidden;
  transition: all 0.4s;
}
.partner_swiper_item_img img {
  position: relative;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
}
.partner_swiper_item_icon {
  position: absolute;
  z-index: 9;
  right: 0;bottom: 68px;
  max-width: 132px;
  opacity: 0;
  transition: all 0.4s;
  display: none;
}
.partner_swiper_item:hover  {
  box-shadow: 0px 7px 19px 2px rgba(3,3,3,0.08);
}
.partner_swiper_item:hover .partner_swiper_item_img {
  background: #fff;
}
.partner_swiper_item:hover .partner_swiper_item_icon {
  opacity: 1;
} 
.partner_swiper_box  {
  position: relative;
  cursor: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/partner_cursor.png),auto;
}
.partner_swiper_box .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #898989;
  border-radius: 50%;
  opacity: 1;
  margin:0 8px;
}
.partner_swiper_box .swiper-pagination-bullet-active {
  background:#EF0A05;
}
.partner_swiper_box .swiper-pagination {
  position: absolute;
  width: 100%;
  left: 0;bottom: 0;
  z-index: 99;
  text-align: center;
}

.partner_trusted {
  margin-bottom: 8.85vw;
}
.partner_trusted_btm {
  margin-top: 86px;
}
.partner_amazing .partner_title {
  color:#fff
}
.partner_amazing_cont {
  position: relative;
  background: #001EA0;
  color:#fff;
  text-align: center;
  padding:90px 8.6vw 92px;
}
.partner_amazing_text {
  font-size: 30px;
  color: #E0E0E0;
  line-height: 44px;
  font-family: "popLight";
  margin:32px 0 72px;
}
.partner_amazing_btm .btn_more {
  width: 424px;
}
.btn_more {
  display: inline-block;
  width: 100%;
  height: 70px;
  line-height: 76px;
  background: #FFFFFF;
  font-size: 26px;
  color: #001EA0;
}
.btn_more em {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 15px;
  margin:-4px 0 0 40px;
  background-image: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/arrow_icon4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.4s;
}
.btn_more:hover em {
  margin-left: 20px;
}

/*   service  */
.service_box {
  position: relative;
}
.service_cont {
  position: relative;
  z-index: 99;
  padding: 78px 0 0;
}
.service_top {
  position: relative;
  text-align: center;
  margin-bottom: 72px;
}
.service_show {
  position: relative;
  padding:0 52px;
  text-align: center;
}
.service_intro {
  position: relative;
  border-bottom: 1px solid #BEBEBE;
}
.service_intro_icon {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 9;
  width: 100%;
  text-align: center;
}
.service_intro_cont {
  position: relative;
  padding:75px 0 100px
}
.service_intro .intro_title {
  font-size: 48px;
  line-height: 57px;
  padding-left: 6px;
}
.service_intro_right {
  position: relative;
  transform: translate(0,-20px);
  padding-right: 56px;
}
.service_intro .intro_text {
  float: right;
  width: 740px;
  font-size: 24px;
  color: #595959;
  line-height: 43px;
}

.service_quantity {
  position: relative;
  padding:65px 0 10.6vw;
}
.service_quantity_title {
  font-size: 48px;
  color: #000000;
  margin-bottom: 48px;
}
.service_quantity_title span {
  font-family: "MADECanvas";
}
.service_quantity_text {
  font-size: 24px;
  color: #575757;
  line-height: 37px;
  font-family: "popLight";
  margin-bottom: 120px;
}
.service_quantity_text p {
  float: left;
  width: 50%;
  padding-left: 6px;
  padding-right: 9.37%;
}
.service_quantity_title {
  padding-left: 6px;
}


.service_design {
  position: relative;
  z-index: 99;
  padding:8.22vw 0 0;
  background: #2A2A2A;
}
.service_design_title {
  font-size: 72px;
  color: #FFFFFF;
  line-height: 72px;
  font-family: "MADECanvas";
  text-align: center;
  margin-bottom: 7.29vw;
}
.service_design:after {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 260px;
  bottom: 0;
  left: 0;
  background: #fff;
}
.service_design_cont  {
  position: relative;
  z-index: 99;
}
.service_design_btm {
  position: relative;
  transform: translate(0,-100px);
}
.service_design_info {
  position: relative;
}
.service_design_text {
  position: relative;
  z-index: 999;
  font-size: 60px;
  color: #808080;
  line-height: 90px;
  width: 820px;
}
.service_design_text span {
  cursor: pointer;
}
.service_design_text span.active {
  color:#fff
}
.service_design_des {
  font-size: 22px;
  color: #EFEFEF;
  line-height: 29px;
  font-family: popLight;
  max-width: 530px;
}
.service_design_img {
  position: relative;
  width: 673px;
  overflow: hidden;
  margin-left: 380px;
  transform: translate(0,-10px);
  box-shadow: 0px 12px 59px 0px rgba(24,24,24,0.48);
}
.service_tab_item {
  display: none;
}
.service_tab_item:first-child {
  display: block;
}
.service_step {
  position: relative;
  /* padding:14.58vw 0 110px; */
  padding:5vw 0 110px;
}
.service_step .factory_advantage_item_right {
  padding:0 8vw 0 5vw
}
.service_step_title {
  position: relative;
  font-size: 60px;
  color: #000000;
  line-height: 60px;
  font-family: "MADECanvas";
  margin-bottom: 45px;
}
.service_step .factory_advantage_item_text {
  color:#737373
}
.service_step .factory_advantage_item {
  margin-bottom: 0;
} 
.service_step .factory_advantage_item:nth-child(2n) .factory_advantage_item_right {
  padding:0 5vw 0 8vw
}

.service_video .video_img {
  height: 860px;
}
.service_video .video_icon {
  right: auto;bottom: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

/*  product  */
.product_cont {
  position: relative;
  z-index: 99;
  padding:90px 0 10.4vw;
}
.product_top {
  text-align: center;
  margin-bottom: 108px;
}
.product_group {
  margin-bottom: 17px;
}
.product_item {
  position: relative;
  float: left;
  width: 502px;
  margin: 0 47px 65px 0;
}
.product_item:nth-child(3n) {
  margin-right: 0;
}
.product_item_img {
  position: relative;
  height: 631px;
  overflow: hidden;
}
.product_item:hover .product_item_inside {
  opacity: 1;
  bottom: 0;
}
.product_item_inside {
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: 50px;
  opacity: 0;
  transition: all ease 0.4s;
  text-align: center;
}
.product_item_inside_cont {
  position: relative;
  background: rgba(0,0,0,0.43);
  padding:46px 54px 32px;
}
.product_item_title {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 18px;
}
.product_item_text {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 25px;
  font-family: "popLight";
  margin-bottom: 36px;
}
.product_item_more .btn2 {
  width: 174px;
  height: 45px;
  line-height: 48px;
  font-size: 17px;
}
.product_item_more .btn2:hover em {
  margin-left: 10px;
}
.product_item_more .btn2 em {
  width: 21px;
  height: 10px;
  margin:-4px 0 0 24px;
}

.product_btm {
  text-align: center;
}
.product_screen {
  margin-bottom: 100px;
}
.screen_main {
  position: relative;
  height: 36px;
}
.screen_category {
  float: left;
  min-width: 344px;
}
.screen_category .screen_main_top {
  padding-left: 25px;
}
.screen_main_top em {
  font-family: "MADECanvas";
}
.screen_color {
  float: left;
  min-width: 200px;
}
.screen_main_top {
  font-size: 30px;
  color: #333333;
  line-height: 36px;
  cursor: pointer;
}
.screen_main_top img {
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -3px;
}

.screen_drop {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 100%;
  padding-top: 16px;
  display:none;
}
.screen_list {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
  padding:30px 0 30px 40px;
  background: rgba(0,30,160,0.85);
}
.screen_list li {
  margin-bottom: 18px;
}
.screen_list li:last-child {
  margin-bottom: 0;
}
.screen_check {
  display:inline-block;
  vertical-align: middle;
  margin:-12px 24px 0 0;
}

input[type=checkbox] {
  cursor: pointer;
  position: relative;
}

input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #fff;
}

input[type=checkbox]:checked::after {
  content: "";
  background-color: #f40500;
  border-color: #f40500;
  background-color: #f40500;
}

.screen_clear {
  position: relative;
  float: left;
  margin-left: 46px;
  cursor: pointer;
}
.screen_clear:after {
  content: "";
  position: absolute;
  top: 50%;left: -46px;
  transform: translate(0,-50%);
  z-index: 99;
  width: 1px;
  height: 30px;
  background: #323232;
}
.screen_clear span {
  display: inline-block;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  border-bottom: 1px solid #333333;
}

/*    product_name  */
.pro_box {
  position: relative;
}
.pro_top {
  position: absolute;
  z-index: 99;
  width: 50%;
  left: 0;top: 36px;
  padding-left: 8vw;
}
.pro_cont {
  justify-content: center;
  flex-flow: row-reverse;
}
.pro_left {
  position: relative;
  padding-left: 8vw;
  padding-right: 2.8vw;
  height: 100%;
}
.pro_title {
  font-size: 60px;
  color: #000000;
  line-height: 60px;
  margin-bottom: 40px;
}
.pro_category {
  font-size: 30px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 46px;
}
.pro_screen {
  position: relative;
  border: 1px solid #323232;
  margin-bottom: 44px;
}
.pro_color {
  width: 16.52vw;
  height: 5.156vw;
  border-right: 1px solid #323232;
}
.pro_screen_cont {
  position: relative;
  height: 100%;
  padding:0 10px;
}
.pro_screen_label {
  position: relative;
  font-size: 24px;
  color: #000000;
  line-height: 40px;
  transform: translate(0,1px);
}
.pro_screen_select {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #000000;
  background: transparent;
  transition: all 0.4s;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  text-align-last: left; /* Ã¦â€“â€¡Ã¦Å“Â¬Ã¥Â±â€¦Ã¥Â·Â¦*/
  background: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/select_icon2.png) no-repeat 90% center;
  background-size: 20px 10px;
  font-family: "EquinoxTrial";
}

.pro_color .chosen-container-single .chosen-single {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #000000;
  border-bottom: 0;
}
.pro_color .chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom: 0;
}
.pro_color .chosen-container-single .chosen-single div {
  width: 28px;
}
.chosen-container-single .chosen-single div b {
  background: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/select_icon2.png) no-repeat center left;
  background-size: 18px auto;
}

.pro_screen_select option {
  font-size: 18px;  
}
.pro_screen_input {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #000000;
  font-family: "EquinoxTrial";
}
.pro_des {
  font-size: 20px;
  color: #707070;
  line-height: 30px;
  font-family: "popLight";
  margin-bottom: 6.4875vw;
}
.pro_des a {
  color:#001EA0;
  text-decoration: underline;
}
.pro_more .btn {
  width: 35%;
  height: 58px;
  line-height: 63px;
  font-size: 22px;
  margin-right: 16px;
  min-width: 270px;
}
.pro_more a:first-child {
  background: #EF0A05;
}
.pro_more a:last-child {
  margin-right: 0;
}
.pro_right {
  position: relative;
  width: 50%;
}
.pro_swiper_btm {
  position: absolute;
  z-index: 99;
  left: -6vw;
  bottom: 60px;
}


/*   categories  */
.categories_box {
  position: relative;
}
.categories_cont {
  position: relative;
  z-index:99;
  padding:90px 0 0;
}
.categories_top {
  position: relative;
  text-align: center;
  margin-bottom: 54px;
}
.categories_img {
  position: relative;
  height: 630px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.categories_btm {
  padding:7.08vw 0 4vw;
}
.categories_module {
  margin-bottom: 3.125vw;
}
.categories_module:nth-child(2n) .categories_module_upper {
  justify-content: center;
  flex-flow: row-reverse;
}
.categories_module:nth-child(2n)  .categories_module_right {
  padding:0 5.72vw  0 8vw;
}
.categories_module:nth-child(2n)  .categories_module_btm {
  padding:0 8vw 0 0;
}
.categories_module:nth-child(2n) .categories_swiper_btm {
  text-align: left;
}
.categories_module:nth-child(2n)  .categories_swiper_btm .swiper-button-next {
  margin-right: 0;
}
.categories_module:nth-child(2n)  .categories_swiper_btm .swiper-button-prev {
  margin-left: -45px;
} 
.categories_module:nth-child(2n) .swiper-pagination {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translate(0,-50%);
  left: 208px;
} 
.categories_module_upper {
  margin-bottom: 156px;
}
.categories_module_img {
  position: relative;
  width: 50%;
}
.categories_module_right {
  position: relative;
  padding:0 8vw 0 5.72vw;
}
.categories_module_title {
  font-size: 60px;
  color: #000000;
  line-height: 60px;
  font-family: "MADECanvas";
  margin-bottom: 26px;
}
.categories_module_text {
  font-size: 24px;
  color: #444444;
  line-height: 36px;
  font-family: "popLight";
  margin-bottom: 6.25vw;
}
.categories_module_more .btn2 {
  width: 245px;
  background: #001EA0;
  font-size: 20px;
}
.categories_module_more .btn2  em {
  width: 25px;
  height: 11px;
  margin-left: 22px;
  margin-top: -4px;
}
.categories_module_more .btn2:hover em {
  margin-left: 12px;
}
.categories_module_btm {
  position: relative;
  padding-left: 8vw;
}
.categories_swiper_item {
  text-align: center;
}
.categories_swiper_item_btm {
  height: 120px;
  padding-top: 1.66vw;
  text-align: center;
}
.categories_swiper_item_title {
  font-size: 30px;
  color: #000000;
  line-height: 36px;
}
.categories_swiper_item_img {
  height: 35.3vw;
  overflow: hidden;
}
.categories_swiper_btm {
  position: absolute;
  z-index: 99;
  width: 1600px;
  left: 50%;
  top: -120px;
  transform: translate(-50%,0);
  text-align: right;
}
.categories_swiper_btm .swiper-button-next {
  margin-right: -45px;
}

@media screen and (max-width: 1800px) {
  .banner_info_title {
    font-size: 3.75vw;
    color: #FFFFFF;
    line-height: 3.75vw;
  } 
}

@media screen and (max-width: 1640px) {
  .banner_info {
    width: 1200px;
  }
  .banner_info_text {
    margin:10px auto 30px;
  }
  .banner_info_more .btn {
    width: 220px;
    height: 54px;
    line-height: 56px;
    font-size: 20px;
  }
  .banner_info_opa .wrap {
    width: 1200px;
  }
  .banner_video_icon {
    width: 120px;
    height: 120px;
  }
  .head_right {
    right: 30px;
  }
  .head_lang {
    margin:0 20px 0 16px;
  }
  .wrap {
    width: 1200px;
  }
  .foot_nav_title {
    font-size: 30px;
  }
  .foot_contact_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .foot_contact_cont {
    font-size: 24px;
  }
  .foot_contact_tel {
    width: 350px;
  }
  .foot_contact_email {
    width: 450px;
    padding-right: 30px;
  }
  .foot_contact_address {
    width: 400px;
  }
  .foot_contact_address {
    font-size: 16px;
    line-height: 30px;
  }


  /*   index  */
  .home_cont .wrap {
    width: 1200px;
  }
  .home_about_title {
    font-size: 60px;
  }
  .home_about_text {
    font-size: 18px;
    line-height: 32px;
  }
  .home_static_item_text {
    font-size: 28px;
    line-height: 42px;
  }
  .home_static_item {
    width: 360px;
  }
  .home_application_title {
    font-size: 60px;
  }
  .home_application ul li.current .home_application_item_title {
    font-size: 54px;
  }
  .home_application ul li.current .home_application_item_text {
    font-size: 18px;
    line-height: 32px;
  }
  .about_swiper_btm {
    width: 1200px;
  }
  .seller_video_box .video_img {
    height: 700px;
  }
  .home_box .line_group {
    width: 1200px;
  }
  .home_style_item {
    width: 490px;
    margin-right: 220px;
  }
  .home_style_item_img {
    height: 631px;
  }
  .home_design_switch_item {
    font-size: 36px;
  }
  .home_design_switch_item span {
    width: 720px;
  }
  .home_design_right {
    position: relative;
    transform: translate(0,-150px);
    margin-bottom: 0;
    width: 534px;
    margin-left: 100px;
    box-shadow: 0px 18px 47px 2px rgba(0,0,0,0.22);
  }
  .home_design {
    margin-bottom: 20px;
  }
  .home_design_left {
    padding-top: 88px;
  }
  .home_design_title h4 {
    font-size: 48px;
  }
	.home_design_title_new {
    font-size: 48px;
  }
  .home_design_title h6 {
    font-size: 32px;
  }
	  .home_design_title_new_2 {
    font-size: 32px;
  }
  .home_design_text {
    font-size: 18px;
    line-height: 28px;
  }
  .home_design_more .btn:first-child {
    width: 210px;
  }
  .home_design_more .btn:last-child {
    width: 320px;
  }
  .home_style .home_title {
    line-height: 84px;
  }
  .home_title {
    font-size: 60px;
  }
  .home_style_info h4 {
    font-size: 60px;
  }
	.home_style_info h2 {
    font-size: 60px;
  }
  .home_style_info p {
    font-size: 24px;
  }
  .home_style_text {
    font-size: 24px;
  }
  .home_seller_title {
    font-size: 60px;
  }
  .home_seller_text {
    font-size: 24px;
    line-height: 48px;
  }

  /*   thanks  */
  .thanks_img {
    width: 600px;
  }
  .thanks_info {
    position: relative;
    z-index: 99;
    padding: 80px 10px 80px;
    text-align: center;
    background: #fff;
  }
  .thanks_title {
    font-size: 100px;
    color: #000000;
    line-height: 100px;
    margin: 80px 0 20px;
  } 
  .thanks_text {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 70px;
  }
  .thanks_bj {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: -70px;
    bottom: -80px;
  }

  /*  blog   */
  .wrap_1500 {
    width: 1200px;
  }
  .blog_hot {
    position: relative;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 50px 40px 60px;
    margin-bottom: 110px;
  }
  .blog_hot .blog_item_more a {
    height: 64px;
    line-height: 68px;
    font-size: 22px;
  }
  .blog_item {
    float: left;
    width: 380px;
    margin: 0 30px 60px 0;
  } 
  .blog_item_img {
    height: 228px;
  }
  .blog_item_title {
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 12px;
  } 
  .blog_item .blog_item_title {
    height: 56px;
  }
  .page_title {
    font-size: 60px;
    line-height: 60px;
  }

  /*  career  */
  .career_show_img {
    width: 1200px;
    padding:0 0;
    margin:0 auto
  }
  .career_our_title {
    font-size: 54px;
    line-height: 54px;
  }
  .career_our_text {
    font-size: 24px;
    line-height: 36px;
  }
  .career_our_des {
    font-size: 18px;
    line-height: 30px;
  }
  .career_our_btm .btn {
    font-size: 20px;
    width: 380px;
  }
  .career_join_title {
    font-size: 72px;
    line-height: 80px;
  }
  .career_join_title span {
    font-size: 60px;
  }
  .career_join_more .btn2 {
    width: 380px;
    height: 68px;
    line-height: 76px;
    font-size: 28px;
  }
  .career_join_more {
    margin-bottom: 6vw;
  }
  .career_join_cont.wrap {
    width: 50vw;
    margin-right: 40px;
  }
  .career_join_left {
    width: 100%;
    margin-right: 0;
  }
  .career_join {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-left: 6vw;
  }
  .join_item_title {
    font-size: 30px;
    line-height: 42px;
  }
  .join_item_opa {
    width: 42px;
    height: 42px;
  }
  .career_join_left {
    margin-right: 40px;
  }
  .career_join_right {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    margin-left: 0;
  }
  .career_join_text {
    height: auto;
    min-height: 280px;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 30px;
    padding-right: 30px;
  }


  /*  collection   */
  .line_group {
    width: 1200px;
  }
  .collection_title {
    font-size: 60px;
    line-height: 72px;
  }

  .collection_book_item {
    width: 580px;
    height: 643px;
    margin: 0 40px 50px 0;
  }
  .collection_book_item_title {
    font-size: 36px;
    line-height: 48px;
  }
  .collection_book_item_more .btn3 {
    height: 64px;
    line-height: 68px;
    font-size: 24px;
  }

  /*  company   */
  .company_intro_text {
    padding:0 60px;
  }

  .company_intro_title h4 {
    font-size: 54px;
    line-height: 54px;
  }
	  .company_intro_title h2 {
    font-size: 54px;
    line-height: 54px;
  }

  .company_culture_item {
    position: relative;
    float: left;
    width: 376px;
    margin-right: 36px;
    text-align: center;
  }
  .company_culture_item:last-child {
    width: 376px;
  }
  .company_culture_item_title {
    font-size: 32px;
    line-height: 36px;
  }
  .company_culture_item_btm {
    padding:2.8vw 15px 0;
  }
  .company_culture_item_text {
    font-size: 20px;
    line-height: 28px;
  }
  .company_culture .about_title h4 {
    font-size: 60px;
    line-height: 60px;
  }
	  .company_culture .about_title h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .company_culture_text {
    font-size: 24px;
    line-height: 32px;
  }
  .about_title h4 {
    font-size: 60px;
    line-height: 60px;
  }
	  .about_title h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .company_history_text {
    font-size: 24px;
  }
  .company_history_item_img {
    width: 480px;
    margin-left: 120px;
  }
  .company_history_item_info {
    width: 540px;
  }
  .company_history_item:nth-child(2n) .company_history_item_img {
    margin:0 120px 0 0;
  }

  /*  contact  */
  .contact_top {
    position: relative;
    padding: 5vw 0 120px;
  }
  .contact_title {
    font-size: 100px;
    line-height: 100px;
  }
  .contact_form {
    position: relative;
    width: 680px;
    padding: 80px 60px 80px;
    background: #fff;
    box-shadow: 0px 16px 48px 3px rgba(0,0,0,0.13);
  }
  .contact_info {
    padding-top: 80px;
    padding-left: 80px;
  }
  .contact_form_text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 60px;
  }
  .contact_form_item {
    width: 270px;
  }
  .contact_location_title {
    font-size: 54px;
    line-height: 54px;
  }
  .contact_location_info h4 {
    font-size: 40px;
    line-height: 40px;
  }
	  .contact_location_info_new {
    font-size: 40px;
    line-height: 40px;
  }
  .contact_location_info p {
    font-size: 24px;
  }

  /*    factory   */
  .factory_show {
    width: 1200px;
    padding:0 0;
    margin:0 auto
  }
  .factory_intro_title {
    width: 560px;
  }
  .intro_title {
    font-size: 30px;
    line-height: 48px;
  }
  .factory_intro_right {
    padding-left: 600px;
  }
  .intro_text {
    font-size: 18px;
    line-height: 28px;
  }

  .factory_manufacturing_left {
    width: 720px;
  }
  .factory_manufacturing_img {
    width: 400px;
  }
  .factory_manufacturing_title {
    font-size: 54px;
    line-height: 54px;
  }
  .step_item_title {
    font-size: 30px;
    line-height: 30px;
  }
  .step_item_btm {
    font-size: 18px;
    line-height: 28px;
  }
  .factory_advantage_item_text {
    font-size: 20px;
    line-height: 28px;
  }
  .factory_benefit_cont {
    position: relative;
    padding: 87px 100px 86px 100px;
    background: #001EA0;
  } 

  /*   faq   */
  .faq_problem_title {
    font-size: 42px;
    line-height: 42px;
  }
  .faq_item_title {
    font-size: 24px;
    line-height: 32px;
  }
  .faq_item_text {
    font-size: 18px;
    line-height: 28px;
  }

  /*  mission   */
  .mission_show {
    width: 1200px;
    padding:0 0;
    margin:0 auto
  }
  .mission_title {
    font-size: 60px;
    line-height: 60px;
  }
  .qobjective_swiper_item_right {
    padding:0 6vw;
  }
  .qobjective_swiper_item_title {
    font-size: 42px;
  }
  .mission_intro .intro_title {
    font-size: 60px;
    line-height: 72px;
    margin-right: 100px;
  }
  .intro_title {
    width: 540px;
  }
  .mission_intro .intro_text {
    font-size: 18px;
    line-height: 32px;
  }
  .mission_academy_item {
    width: 380px;
    margin-right: 30px;
  }
  .statistics_item_num {
    font-size: 80px;
    line-height: 80px;
  }
  .statistics_item_text {
    font-size: 24px;
    line-height: 32px;
  }
  .mission_charity_right {
    width: 600px;
    margin-left: 100px;
  }
  .mission_charity_title {
    font-size: 60px;
  }
  .mission_charity_text {
    font-size: 24px;
    line-height: 36px;
  }
  .mission_development_title {
    font-size: 48px;
  }
  .mission_development_text {
    font-size: 24px;
    line-height: 36px;
  }
  .mission_development_group {
    padding:0 0 0 150px;
  }

  /*   partner   */
  .partner_show {
    width: 1200px;
    margin:0 auto;
    padding:0;
  }
  .partner_show_text {
    font-size: 60px;
    line-height: 80px;
    padding:0 30px;
  }
  .partner_title {
    font-size:48px;
    line-height: 60px;
    padding:0 30px;
  }
  .fabric_swiper_item_title {
    font-size: 28px;
    line-height: 32px;
  }
  .fabric_swiper_item_text {
    font-size: 20px;
    line-height: 28px;
  }
  .fabric_swiper_item_btm {
    height: 160px;
  }
  .partner_swiper_box {
    padding: 0 0 48px;
  }
  .partner_swiper_item_img {
    height: 241px;
  }
  .partner_amazing_cont {
    position: relative;
    background: #001EA0;
    color: #fff;
    text-align: center;
    padding: 90px 60px 92px;
  }

  /*  pro_name  */
  .pro_top {
    padding-left: 6vw;
    top: 20px;
  }
  .pro_right {
    width: 45%;
  }
  .pro_left {
    position: relative;
    padding-left: 6vw;
    padding-right: 2vw;
    height: 100%;
  } 
  .pro_title {
    font-size: 48px;
    line-height: 48px;
  }
  .pro_category {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .pro_screen_label {
    font-size: 18px;
  }
  .pro_color {
    width: 260px;
  }
  .pro_screen_select {
    font-size: 18px;
  }
  .pro_screen_input {
    font-size: 18px;
  }
  .pro_more .btn {
    width: 42%;
    margin-right: 5%;
    min-width: 1px;
    font-size: 18px;
  }
  .pro_swiper_btm {
    bottom: 30px;
    left: -10vw;
  }

  /*  quality  */
  .quality_cont {
    width: 1200px;
    margin: 0 auto;
    padding:90px 0 7.81vw
  }
  .quality_more_cont {
    width: 1200px;
  }
  .quality_swiper_box .swiper-slide {
    padding:0;
  }
  .wrap_1410 {
    width: 1200px;
  }
  .quality_swiper_item {
    height: auto;
  }
  .qualification_item {
    width: 372px;
    margin-right: 42px;
  }
  .qualification_item_img {
    height: 495px;
  }
  .quality_swiper_item {
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  .video_icon {
    width: 100px;
    height: 100px;
    right: 15vw;
    bottom: 15vw;
  }

  /*   service   */
  .service_intro .intro_title {
    width: 300px;
  }
  .service_intro .intro_text {
    float: right;
    width: 700px;
    font-size: 18px;
    color: #595959;
    line-height: 28px;
  }
  .service_design_info {
    width: 650px;
  }
  .service_design_btm {
    transform: translate(0,-60px);
  }
  .service_design:after {
    height: 220px;
  }
  .service_design_img {
    width: 500px;
    margin-left: 150px;
  }
  .service_design_text {
    font-size: 48px;
    line-height: 60px;
    height: 200px;
  }
  .service_step .factory_advantage_item_right {
    padding: 0 6vw 0 5vw;
  }
  .service_step_title {
    font-size: 48px;
    line-height: 54px;
  }
  .service_video .video_img {
    height: 600px;
  }
  .service_show {
    width: 1200px;
    margin:0;
    padding:0
  }
  .service_design_title {
    font-size: 60px;
  }
  .contact_select {
    background: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/select_icon.png) no-repeat 95% center;
  }


  /*   details   */
  .details_cont {
    padding: 60px 0 13.54vw;
  }
  .details_right {
    width: 360px;
    margin-left: 20px;
  } 
  .details_info {
    position: relative;
    background: #F9F9F9;
    padding: 50px 30px 60px;
  }
  .det_contact {
    padding-top: 0;
  }
  .det_contact_cont {
    border:0;
    padding:0
  }
  .det_form_item {
    width: 150px;
  }
  .details_title {
    font-size: 36px;
    line-height: 48px;
  }

  /*   product  */
  .product_item {
    width: 380px;
    margin-right: 30px;
  }
  .product_item_img {
    height: 478px;
  }

  .categories_swiper_btm {
    width: 1200px;
  }
}


@media screen and (max-width: 1024px){
  html { max-width: 100%; margin: 0 auto; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;background: #fff;
  padding: 0;}
  body {max-width: 100%; }
  *{ -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent; box-sizing: border-box;  }
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
  form, fieldset, input, textarea, p, blockquote, th, td, img, span { padding: 0; margin: 0; }
  fieldset, img { border: 0; }
  address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal; }
  ol, ul, li { list-style: none; }
  div, dl, dt, dd, ol, ul, li { zoom: 1; }
  caption, th { text-align: left; }
  h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
  q:before, q:after { content: ''; }
  abbr, acronym { border: 0; }
  b, strong {font-weight: bold;}
  a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
  table{ border-collapse:collapse; } 
  body{ margin:0 auto; max-width: 100%; overflow-x:hidden; }

  input,textarea {outline:0;resize:none;  box-sizing: border-box; font-size:.7rem;}
  button,
  optgroup,
  textarea {
      -webkit-appearance:none;
      color: inherit;
      margin: 0;
  }
  button { overflow: visible; box-sizing: border-box; outline:0;resize:none;}
  button,select { text-transform: none;}
  /* input[type="text"] {border-radius:0;} */
  button,
  input[type="button"],input[type="reset"],input[type="submit"] {
      -webkit-appearance: button;
      cursor: pointer;
  }
  button[disabled],input[disabled] { cursor: default;}
  button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}

  input {
      line-height: normal;
      box-sizing:border-box;
  }
  input[type="checkbox"],
  input[type="radio"] {
      box-sizing: border-box;
      padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
      height: auto;
  }
  input[type="search"] {
      -webkit-appearance: textfield;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
  }
  label {
    display: inline-block;
    max-width: 100%;
  }
  .wrap {
    width: 100%;
  }
  .gift_pc {
    display: none;
  }
  .gift_phone {
    display: block;
  }
  img { border: 0; vertical-align: middle; max-width:100%;}    
  .header { display: none; }
  .phone_header {
    position: relative;
    width: 100%;
    z-index: 1001;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #333;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    background: #001EA0;
    padding:0 15px;
  }
  .phone_head_cont {
    position: relative;
    z-index: 999;
  }
  .phone_head_cont a {
    color:#fff;
  }
  .phone_product img {
    width: 22px;
    margin:-3px 8px 0 0
  }
  .phone_product {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 20px;
  }
  .phone_search img {
    width: 20px;
  }
  .phone_search_popup {
    position: relative;
    z-index: 999;
    display: block;
  }
  /* .container {
      padding-top:60px ;
  } */
  .phone_left {
    width: 150px;
    text-align: left;
  }
  .phone_left img {
    width: 80px;
  }
  .phone_center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }
  .phone_center img {
    width: auto;
    height: 40px;
  }
  .phone_right {
    width: 100px;
    text-align: right;
    margin-top:0;
    margin-right: 15px;
  }
  .phone_right img {
    width: 24px;
  }

  .phone_nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all .8s;
    display: block;
    background: rgba(0, 0, 0, 0.9); 
  }
  .phone_nav_right { 
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    padding-top: 65px;
  }
  .phone_nav_list li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .phone_nav_list a { 
    display: block;   
    font-size:16px; 
    color: #fff;
    transition: all .5s;
    line-height:24px;
    padding:10px 30px; 
  }
  .phone_nav_top {
    position: relative;
  }
  .phone_nav_arrow {
    position: absolute;
    z-index: 99;
    right: 10px;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color:#fff;
    transition: all 0.5s;
  }
  .phone_nav_top.active .phone_nav_arrow {
    transform: rotate(90deg);
  }
  .phone_nav_drop {
    padding: 0 0 0 50px;
  }
  .phone_nav_drop a {
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 40px;
    padding: 0;
  }
  .phone_nav_list a:hover {color: #1f98f5; }
  .phone_nav_list li.current>a { color:#1f98f5; }
  .phone_nav_drop { display: none; }
  .phone_nav_level_top {
    position: relative;
  }
  .phone_nav_level_list {
    display: none;
  }
  .phone_nav_level_list a {
    padding-left: 20px;
    color:rgba(255,255,255,0.7)
  }
  .phone_nav_level.active .phone_nav_arrow {
    transform: rotate(90deg)
  }

  
  .phone_right {
      margin-left: 15px;
  }
  .dm_box {
      position: relative;
      padding:0;
      background: #fff;
      display: block;
      height: 30px;
      border: 1px solid #d5d8da;
      border-radius: 6px;
      margin-right: 20px;
  }
  .dm_box form {
      height: 30px;
  }
  .dm_box form>div {
      height: 30px;
  }
  .dm_text {
      width: 100%;
      height: 28px;
      font-size: 14px;
      padding-left: 0;
      color: #666;
      padding: 4px 15px 0 30px;
      line-height: 20px;
      background: transparent;
      border-bottom: 1px solid #e5e5e5;
  }
  .dm_search {
      position: absolute;
      top: 50%;
      transform: translate(0,-50%);
      width: 12px;
      left: 10px;
  }
  .dm_search img {
      margin-top: -3px;
  }
  .slider_wrap {
      position: relative;
      z-index: 99;
      overflow-x: scroll;
      overflow-y: hidden;
      width: 100%;
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      backface-visibility: hidden;
      -webkit-overflow-scrolling: touch;
  }
  .slider_wrap::-webkit-scrollbar{
      display:none; 
      width:0px; 
      -webkit-appearance: none;
  }
  .slider_wrap_item { 
      white-space: nowrap; 
  }
  
  .phone_lang {
    margin-right: 15px;
    padding: 0 5px;;
  }
  .phone_lang img {
    width: 20px;
  }
  .lang_nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    transition: all .7s;
    display: block;
    background: rgba(0, 0, 0, 0.8); 
  }
  .lang_nav_right { 
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    padding-top: 65px;
  }
  .lang_nav_list li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .lang_nav_list a { 
    display: block;   
    font-size:16px; 
    color: #fff;
    transition: all .5s;
    line-height:24px;
    padding:15px 30px; 
  }
  .lang_nav_list img {
    max-width: 30px;
    margin:-3px 10px 0 0;
  }
  .phone_search  {
    margin-left: 15px;
  }

  .navbar-menu {
    position: relative;
    top:-3px;
    width: 32px;
    padding-right: 5px;
    cursor: pointer;
    text-align: right;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    margin-left: 10px;
    /* user-select: none; */
  }

  .navbar-menu span {
      width: 25px;
      height: 2px;
      background: #fff;
      display: inline-block;
      position: relative;
      margin-top: -10px;
      transition: all .5s;
  }

  .navbar-menu span:before,
  .navbar-menu span:after {
      content: "";
      position: absolute;
      height: 2px;
      background: #fff;
      display: inline-block;
      left: 0;
  }

  .navbar-menu span:before {
      width: 25px;
      top: -8px;
  }

  .navbar-menu span:after {
      width: 25px;
      left: 0;
      top: 8px;
      transition: all .5s;
  }

  .navbar-menu:hover span:after {
      width: 25px;
  }

  .navbar-true span {
      transform: rotate(135deg);
      width: 25px;
  }

  .navbar-true span:after {
      transform: rotate(90deg);
      top: 0;
      width: 25px;
  }

  .navbar-true span:before {
      opacity: 0;
  }

  .phone_nav_cont {
    padding:30px 30px
  }
  .sidebar_link {
    margin-bottom: 30px;
  }
  .search_popup {
    position: absolute;
    top: 0;
    z-index:99;
    width: 100%;
    left: 0;
    opacity: 0;
    background: #000;
    transition: all 0.5s;
  }
  .search_popup.active {
    top: 100%;
    opacity: 1;
  }
  .search_popup_wrap {
    position: relative;
    width: 1170px;
    margin:0 auto;
    padding:36px 0;
    
  }
  .search_popup_text {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 47px;
    font-size: 18px;
    color: #fff;
    background: transparent;
  }
  .search_popup_left {
    margin-right: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
  }
  .search_popup_icon {
    margin-right: 40px;
  }
  .search_layer_cont {
    height: 67px;
  }
  .search_layer_text {
    height: 40px;
    font-size: 16px;
    padding:0
  }
  .search_popup_btn {
    font-size: 18px;
    width: 48px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    transition: all .5s;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    color:#fff;
    margin-right: 10px;
  }
  .search_layer {
    padding:0 15px 0 0;
  }
  .search_close {
    margin-left: 30px;
  }
  
  .search_close {
    width: 22px;
    top: 30px;
    right: 30px
  }

  /*  error_cont   */
  .error_cont {
    position: relative;
    z-index: 99;
    padding: 60px 30px 60px;
    text-align: center;
  }
  .error_img {
    margin-bottom: 60px;
  }
  .error_title {
    font-size: 48px;
  }
  .error_text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .btn {
    height: 50px;
    line-height: 54px;
    font-size: 18px;
  }
  .error_btm .btn {
    width: 220px;
  } 
  .foot_upper {
    position: relative;
    padding: 40px 15px 40px;
    border-bottom: 1px solid rgba(255,255,255,0.34);
  }
  .foot_left {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .foot_logo {
    margin-bottom: 30px;
  }
  .foot_nav_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .foot_nav_title:after {
    display: none
  }

  .foot_nav {
    float: none;
    width: 100%;
  }
  .foot_nav_cont a {
    float: left;
    width: 48%;
    font-size: 16px;
    margin-right: 4%;
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: block; 
    white-space: nowrap; 
  }
  .foot_nav_cont a:nth-child(2n) {
    margin-right: 0;
  }
  .foot_nav_item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .foot_nav_item:first-child {
    width: 100%;
  }
  .foot_contact_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .foot_contact_cont {
    font-size: 18px;
  }
  .foot_top {
    margin-bottom: 0;
  }
  .foot_contact_tel {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .foot_contact_email {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .foot_contact_address {
    float: none;
    width: 100%;
  }
  .foot_btm {
    position: relative;
    font-size: 16px;
    color: rgba(224,224,224,0.4);
    line-height: 30px;
    padding: 9px 15px 7px;
    text-align: center;
  } 

  /*  thanks  */
  .thanks_box {
    padding:40px 0 60px;
  }
  .thanks_cont {
    display: block;
    padding:0 15px;
  }
  .thanks_img {
    width: 100%;
    margin-bottom: 0;
  }
  .thanks_info {
    padding:40px 15px 40px;
  }
  .thanks_title {
    font-size: 60px;
    color: #000000;
    line-height: 60px;
    margin:40px 0 10px;
  }
  .thanks_text {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 40px;
  }
  .btn2 {
    font-size: 18px;
  }
  .thanks_btm .btn2 {
    height: 50px;
    line-height: 54px;
    font-size: 18px;
    width: 260px;
  } 
  .thanks_btm .btn2 em {
    margin-left: 30px;
  }
  .btn2 em {
    width: 24px;
    height: 11px;
    margin-top: -6px;
    margin-left: 30px;
  }
  .thanks_bj {
    display: none;
  }

  /*   blog   */
  .wrap_1500 {
    width: 100%;
  }
  .blog_cont {
    position: relative;
    padding: 30px 15px 40px;
  } 
  .page_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .blog_top {
    margin-bottom: 30px;
  }
  .blog_hot {
    padding:0;
    background-color: #fff;
    margin-bottom: 40px;
  }
  .hot_btm {
    padding-top: 20px;
  }
  .blog_hot .blog_item_date {
    margin-bottom: 10px;
  }
  .blog_hot .blog_item_title {
    font-size: 20px;
    line-height: 28px;
    height: auto;
  }
  .blog_item_text {
    font-size: 16px;
    line-height:24px;
    margin-bottom: 20px;
  }
  .blog_hot .blog_item_text {
    margin-bottom: 30px;
  }
  .blog_hot .blog_item_more a {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    width: 220px;
  }
  .blog_hot .blog_item_more span {
    width: 24px;
    height: 11px;
  }
  .blog_item {
    float: none;
    width: 100%;
    margin:0 0 30px;
  }
  .blog_item_img {
    height: auto;
  }
  .blog_item_btm {
    padding-top: 20px;
    height: auto;
  }
  .blog_item_title {
    font-size: 20px;
    line-height: 28px;
    height: auto;
  }
  .blog_item .blog_item_title {
    height: auto;
  }
  .blog_item_date {
    margin-bottom: 10px;
  }
  .blog_btm {
    padding-top: 0;
  }
  .page_Pagination a.page_prev {
    margin-left: 15px;
  }
  .top {
    width: 42px;
  }

  /*   career  */
  .line_group {
    display: none;
  }
  .career_box {
    padding-top: 30px;
  }
  .career_top {
    margin-bottom: 30px;
  }
  .career_show_img {
    padding:0 15px;
    width: 100%;
  }
  .career_our {
    padding:40px 15px 40px;
  }
  .career_our_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .career_our_text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .career_our_des {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .career_our_btm .btn {
    height: 50px;
    line-height: 54px;
    font-size: 18px;
    width: 220px;
  }
  .career_join {
    position: relative;
    display: block;
    padding:40px 15px 45px;
  }
  .career_join_cont.wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .career_join_title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .career_join_title span {
    font-size: 24px;
  }
  .career_join_more .btn2 {
    width: 220px;
    height: 50px;
    line-height: 54px;
    font-size: 18px;
  }
  .career_join_more {
    margin-bottom: 20px;
  }
  .career_join_more .btn2 em {
    width: 24px;
    height: 11px;
    margin-left: 24px;
  }
  .join_item_title {
    font-size: 20px;
    line-height: 28px;
    padding-right: 40px;
  }
  .join_item_opa {
    width: 32px;
    height: 32px;
    right: 0;
  }
  .join_item {
    padding:30px 0 26px
  }
  .join_item_btm {
    font-size: 16px;
    line-height: 24px;
  }
  .career_join_text {
    min-height: 100px;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .career_join_right {
    width: 100%;
  }

  /* categories */
  .categories_img {
    height: 200px;
  }
  .categories_module {
    position: relative;
    margin-bottom: 40px;
  }
  .categories_module_upper {
    display: block;
    margin-bottom: 30px;
  }
  .categories_module_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .categories_btm {
    padding:40px 15px 0;
  }
  .categories_module_right {
    padding:0 0 0 ;
  }
  .categories_module_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .categories_module_text {
    font-size: 16px;
    line-height: 24px;
  }
  .categories_module_more .btn2 {
    width: 240px;
    height: 50px;
    line-height: 54px;
    font-size: 18px;
  }
  .categories_module_btm {
    padding-left: 0;
  }
  .categories_swiper_item_img {
    height: auto;
  }
  .categories_swiper_item_btm {
    height: 70px;
    padding-top: 15px;
  }
  .categories_swiper_btm {
    position: relative;
    z-index: 99;
    top: auto;right: auto;
    text-align: center;
    width: 100%;
  }
  .categories_module:nth-child(2n) .categories_swiper_btm {
    text-align: center;
  }
  .categories_swiper_item_title {
    font-size: 20px;
    line-height: 24px;
  }
  .swiper_box .swiper-button-next, .swiper_box .swiper-button-prev {
    width: 36px;
    height: 36px;
    line-height: 35px;
    -moz-background-size: 36px 36px;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
  }
  .swiper_box .swiper-pagination {
    margin-right: 20px;
  }
  .swiper_box .swiper-pagination-bullet-active:after {
    width: 24px;
    height: 24px;
  }
  .categories_module:nth-child(2n) .categories_module_right {
    padding:0
  }
  .categories_module:nth-child(2n) .categories_module_btm {
    padding:0
  }

  /*  collection  */
  .collection_cont {
    padding:30px 15px 0;
  }
  .collection_title {
    font-size: 24px;
    line-height: 32px;
  }
  .collection_book {
    padding:40px 0 10px;
  }
  .collection_book_item {
    float: none;
    width: 100%;
    height: 102vw;
    margin:0 0 40px 0;
  }
  .collection_book_item_title {
    font-size: 20px;
    line-height: 32px;
  }
  .collection_book_item_more .btn3 {
    height: 50px;
    line-height: 54px;
    font-size: 18px;
    width: 240px
  }
  .collection_book_item_more .btn3 em {
    width: 24px;
    height: 11px;
    margin-left: 24px;
  }
  .collection_book_item_more .btn3:hover {
    border:1px solid #001EA0
  }

  /*   company   */
  .about_banner {
    height: 240px;
  }
  .about_banner_cont {
    width: 100%;
    padding:0 30px;
    bottom: auto;
    top: 50%;
    transform: translate(0,-50%);
  }
  .about_banner_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .company_intro_icon {
    margin-bottom: 30px;
  }
  .company_intro {
    padding:30px 15px 40px;
  }
  .company_intro_icon img {
    width: 30px;
  }
  .company_intro_title h6 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }
	  .company_intro_title_new {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .company_intro_title h4 {
    font-size: 24px;
    line-height: 24px;
  }
	  .company_intro_title h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .company_culture_item {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 200px;
    margin:0 20px 0 0;
  }
  .company_culture_item:last-child {
    width: 200px;
  }
  .company_culture_item_img {
    width: 200px;
    height: 290px;
  }
  .company_culture_item img {
    height: 100%;
    width: 100%;
  }
  .company_culture_btm {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .company_intro_text {
    font-size: 16px;
    line-height: 24px;
    padding:30px 0 40px;
    margin:0;
  }
  .company_culture {
    height: auto;
    padding:50px 15px 40px;
  }
  .company_culture_cont {
    padding:0 0 0;
  }
  .company_culture .about_title h4 {
    font-size: 24px;
    line-height: 24px;
  }
	  .company_culture .about_title h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .company_culture_text {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin:30px 0 30px;
  }
  .company_culture_item:nth-child(2n) {
    transform: translate(0,0);
  }
  .company_culture_item_btm {
    padding:20px 0 0;
  }
  .company_culture_item_title {
    font-size: 20px;
    line-height: 24px;
    color:#fff;
    margin-bottom: 15px;
  }
  .company_culture_item_text {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }

  .company_history {
    padding:40px 15px;
  }
  .about_title h4 {
    font-size: 24px;
    line-height: 24px;
  }
	  .about_title h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .company_history_text {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 30px;
  }
  .company_history_icon {
    display: none;
  }
  .company_history_item_cont {
    display: block;
  }
  .company_history_item_img {
    width: 100%;
    margin:0 0 20px;
  }
  .company_history_item_right {
    text-align: left;
  }
  .company_history_item_info {
    width: 100%;
  }
  .company_history_item_date {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .company_history_item_title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .company_history_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .company_history_item:nth-child(2n) .company_history_item_img {
    margin: 0 0 20px;
  } 
  .company_history_group {
    margin-bottom: 40px;
  }
  .company_history_icon2 {
    display: none;
  }
  .company_history_arrow img {
    width: 32px;
  }

  /*  contact  */
  .contact_upper {
    position: relative;
    background: #f2f2f2;
    padding: 30px 15px 0;
  }
  .contact_title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .contact_top {
    padding:30px 0 30px;
  }
  .contact_text {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
  }
  .contact_text p {
    margin-bottom: 20px;
  }
  .contact_main {
    display: block;
  }
  .contact_form {
    width: 100%;
    padding:30px 15px 40px;
  }
  .contact_info_title {
    font-size: 24px;
    line-height: 24px;
  }
  .contact_form_text {
    font-size: 16px;
    line-height: 24px;
    margin:20px 0;
  }
  .contact_form_list {
    margin-bottom: 0;
  }
  .contact_form_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_form_input {
    font-size: 16px;
  }
  .contact_select {
    font-size: 16px;
  }
  .contact_form_area {
    font-size: 16px;
  }
  .contact_form_btm .btn2 {
    width: 220px;
    height: 50px;
    line-height: 54px;
  }
  .contact_info {
    padding:40px 0 30px;
  }
  .contact_info_item_title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .contact_info_item_text {
    font-size: 18px;
    line-height: 18px;
  }
  .contact_upper::before {
    display: none;
  }
  .contact_info_group {
    margin:20px 0 30px;
  }
  .contact_info_item {
    margin-bottom: 20px;
  }
  .contact_location_title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .contact_btm {
    padding:40px 15px 40px;
  }
  .contact_location_info h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
	  .contact_location_info_new {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .contact_location_info p {
    font-size: 16px;
    line-height: 24px;
  }
  .map {
    height: 300px;
  }

  /*  factory  */
  .factory_cont {
    padding:30px 0 40px;
  }
  .factory_show {
    padding:0 15px;
    width: 100%;
  }
  .factory_top {
    margin-bottom: 30px;
  }
  .factory_intro {
    padding:30px 15px 40px;
  }
  .intro_title {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
  }
  .factory_intro_title {
    width: 100%;
    margin-bottom: 20px;
  }
  .factory_intro_right {
    padding-left: 0;
  }
  .intro_text {
    font-size: 16px;
    line-height: 24px;
  }
  .factory_manufacturing_cont {
    padding:40px 15px 40px;
  }
  .factory_manufacturing_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .factory_manufacturing_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .step_item:after {
    left: -20px;
  }
  .step_cont {
    padding-left: 30px;
  }
  .step_item_title {
    font-size: 20px;
    line-height: 28px;
  }
  .step_item_btm {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
  }
  .step_item_icon {
    width: 60px;
    bottom: 20px;
  }
  .step_item.active {
    padding:20px 0 20px 0;
  }
  .factory_manufacturing_img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .step_item {
    padding: 20px 0 20px 8px;
  }
  .factory_advantage {
    padding:30px 15px 40px;
    margin-bottom: 0;
  }
  .factory_advantage_item_cont {
    position: relative;
    display: block;
  }
  .factory_advantage_item_img {
    width: 100%;
    margin:0 0 30px;
  }
  .factory_advantage_item_right {
    padding:0;
  }
  .factory_advantage_item_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .factory_advantage_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .factory_advantage_item {
    margin-bottom: 40px;
  }

  .factory_benefit {
    padding:0 15px 0;
  }
  .factory_benefit_cont {
    display: block;
    padding:30px 15px;
    text-align: center;
  }
  .factory_benefit_title {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .factory_benefit_text {
    font-size: 16px;
    line-height: 24px;
  }

  /*   faq   */
  .faq_box {
    padding:30px 15px 40px;
  }
  .faq_top {
    margin-bottom: 30px;
  }

  .faq_info_cont {
    float: none;
    width: 100%;
  }
  .faq_info_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .faq_info_text {
    font-size: 16px;
    line-height: 24px;
  }
  .faq_problem_title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .faq_item {
    padding: 24px 0;
  }
  .faq_item_icon {
    margin-left: 15px;
  }
  .faq_item_title {
    font-size: 20px;
    line-height: 28px;
  }
  .faq_item_text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }

  /*   mission   */
  .mission_cont {
    padding:30px 0 0;
  }
  .mission_top {
    margin-bottom: 30px;
  }
  .mission_show {
    padding:0 15px;
    width: 100%;
  }
  .mission_objective {
    position: relative;
    padding:40px 0 0;
  }
  .mission_title {
    font-size: 24px;
    line-height: 24px;
  }
  .qobjective_swiper_item  {
    display: block;
  }
  .qobjective_swiper_item_img {
    width: 100%;
    margin-bottom: 24px;
  }
  .mission_objective_btm {
    padding:30px 15px;
    margin-top: 40px;
  }
  .qobjective_swiper_item_right {
    padding:0;
  }
  .qobjective_swiper_item_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .qobjective_swiper_item_text {
    font-size: 16px;
    line-height: 24px;
  }

  .qobjective_swiper_opa {
    position: relative;
    z-index: 99;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }
  .mission_intro {
    padding:30px 15px ;
  }
  .mission_intro .intro_title {
    font-size:24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .mission_intro_cont  {
    display: block;
  }
  .mission_intro .intro_text {
    font-size: 16px;
    line-height: 24px;
  }
  .mission_academy_item {
    float: none;
    width: 100%;
    margin:0 0 30px
  }
  .mission_academy_item:last-child {
    margin-bottom: 0;
  }

  .mission_academy {
    position: relative;
    
  }
  .mission_academy_cont {
    padding:0 15px 30px;
  }
  .mission_academy::after {
    height: auto;
    top: 160px;
  }
  .mission_statistics {
    position: relative;
    padding:30px 5px 50px;
  }
  .statistics_item {
    width: 50%;
    text-align: center;
    margin-right: 0;
    padding:0 10px;
    margin-bottom: 20px;
  }

  .statistics_item:first-child {
    width: 50%;
    padding: 0 10px;
  }
  .statistics_item:last-child {
    width: 50%;
  }
  .statistics_item_num {
    font-size: 42px;
    line-height: 42px;
  }
  .statistics_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .statistics_item_num span {
    font-size: 28px
  }

  .mission_charity_cont {
    display: block;
  }
  .mission_charity_right {
    width: 100%;
    margin:0 0 30px;
  }
  .mission_charity {
    position: relative;
    padding:0 15px 40px;
    margin-bottom: 0;
  }
  .mission_charity_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .mission_charity_title br {
    display: none;
  }
  .mission_charity_text {
    font-size: 16px;
    line-height: 24px;
  }
  .charity_swiper_btm {
    top: -50px;
    right: 0;
    bottom: auto;
  }
  .mission_development_upper {
    padding:30px 15px 40px;
  }
  .mission_development_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .mission_development_text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
  .mission_development_title br {
    display: none;
  }
  .mission_development_item {
    display: block;
    margin-bottom: 30px;
  }
  .mission_development_cont {
    padding:30px 15px 30px;
  }
  .mission_development_group {
    padding-left: 0;
  }
  .mission_development_item_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mission_development_item_text {
    font-size: 16px;
    line-height: 24px;
  }

  /*   partner   */
  .partner_box {
    padding:30px 0 40px;
  }
  .partner_top {
    margin-bottom: 30px;
  }
  .partner_show {
    width: 100%;
    padding:0 15px;
  }
  .partner_show_cont {
    height: 200px;
  }
  .partner_show_text {
    font-size: 20px;
    line-height: 32px;
    padding:0 20px;
  }
  .partner_intro .intro_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .partner_intro {
    padding: 30px 15px 30px;
  }
  .partner_intro .intro_text {
    float: none;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .partner_title {
    font-size: 24px;
    line-height: 32px;
    padding:0 15px;
  }
  .fabric_swiper_box {
    padding:0 30px;
  }
  .fabric_swiper_opa {
    top: -60px;
    right: 30px;
  }
  .partner_fabric_btm {
    padding:0 0 40px;
    margin-top: 80px;
  }
  .fabric_swiper_item_btm {
    height: auto;
    padding-top: 20px;
  }
  .fabric_swiper_item_title {
    font-size: 20px;
    line-height: 28px;
  }
  .fabric_swiper_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .partner_cooperation {
    padding:30px 15px 0;
    margin-bottom: 40px;
  }
  .partner_swiper_box {
    padding-bottom: 40px;
  }
  .partner_swiper_item {
    width: 300px;
    margin:0 auto
  }
  .partner_swiper_item_img {
    width: 300px;
    height: 300px;
    margin:0 auto
  }
  .partner_trusted_btm {
    margin-top: 30px;
  }
  .partner_trusted {
    margin-bottom: 40px;
  }
  .partner_swiper_item_icon {
    width: 80px;
    bottom: 40px;
  }
  .partner_amazing {
    padding:0 15px;
  }
  .partner_amazing_cont {
    position: relative;
    background: #001EA0;
    color: #fff;
    text-align: center;
    padding:40px 15px 10px;
  }
  .partner_amazing_text {
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0 30px;;
  }
  .partner_amazing_btm .btn_more {
    width: 240px;
  } 
  .btn_more {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 54px;
    background: #FFFFFF;
    font-size: 18px;
    color: #001EA0;
  }

  /*  product_name */
  .pro_cont {
    display: block;
  }
  .pro_box {
    position: relative;
    padding:30px 15px 20px;
  }
  .pro_top {
    position: relative;
    left: auto;
    top: auto;
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .pro_right {
    width: 100%;
  }
  .pro_swiper_btm {
    /* position: absolute;
    left: 0;top: 50%;
    transform: translate(0,-50%);
    width: 100%; */
    position: static;
    left: auto;
    bottom: auto;
  }
  .pro_right .swiper_box .swiper-button-prev {
    position: absolute;
    right: auto;
    left: 15px;
    top: 50%;
    margin-top: -18px;
    transform: rotate(180deg);
    margin-right: 0;
  }
  .pro_right .swiper_box .swiper-button-next {
    position: absolute;
    right: 15px;
    left: auto;
    top: 50%;
    margin-top: -18px;
    margin-right: 0;
  }
  .pro_left {
    padding:30px 0 0;
  }
  .pro_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .pro_category {
    font-size: 18px;
    line-height: 28px;
  }
  .pro_screen {
    display: block;
    border:0;
    margin-bottom: 20px;
  }
  .pro_color {
    width: 100%;
    height: 50px;
    border:1px solid #323232;
    margin-bottom: 20px;
  }
  .pro_screen_label {
    font-size: 16px;
  }
  .pro_screen_select {
    font-size: 16px;
    background: url(https://www.baoxiniao.co/wp-content/themes/tbxn/css/../images/select_icon2.png) no-repeat 96% center;
    background-size: 12px 6px;
  }

  .pro_specification  {
    width: 100%;
    height: 50px;
    border:1px solid #323232;
  }
  .pro_screen_input {
    font-size: 16px;
  }

  .pro_des {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .pro_more {
    font-size: 0;
  }
  .pro_more .btn {
    width: 100%;
    font-size: 18px;
    height: 50px;
    line-height: 54px;
    margin:0 0 20px 0;
  }

  /*  quality */
  .quality_cont {
    width: 100%;
    margin: 0 auto;
    padding:30px 15px 40px
  }
  .wrap_1410 {
    width: 100%;
  }
  .qualification_item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .qualification_item_img {
    height: auto;
  }
  .quality_top {
    margin-bottom: 30px;
  }
  .quality_swiper_item {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 0 0;
    text-align: center;
  }
  .quality_info_text {
    font-size: 24px;
    line-height: 32px;
  }
  .qualification {
    padding:30px 20px 0;
  }
  .quality_title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
  }
  .qualification_btm {
    margin-top: 30px;
  }
  .qualification_item_title {
    height: 60px;
    font-size: 20px;
    line-height: 30px;
  }
  .quality_more_group {
    margin: 30px 0 40px;
  } 
  .quality_swiper_item {
    margin-bottom: 20px;
  }
  .quality_swiper_item:last-child {
    margin-bottom: 0;
  }
  .quality_more {
    padding:0 20px;
  }
  
  .video_img {
    height: 300px;
    min-height:100px;
  }
  .video_icon {
    width: 80px;
    height: 80px;
    right: auto;bottom: auto;
    top: 50%;left: 50%;
    transform: translate(-50%,-70%);
  }
  .video_opa {
    padding:12px 15px;
    height: 60px;
  }
  .video_opa img {
    width: 30px;
  }

  /*   service  */
  .service_cont {
    padding:30px 0 0;
  }
  .service_top {
    margin-bottom: 30px;
  }
  .service_show {
    padding:0;
    width: 100%;
    padding:0 15px;
  }
  .service_intro_icon {
    display: none;
  }
  .service_intro_cont {
    padding:30px 15px 40px;
  }
  .service_intro .intro_title {
    width: 100%;
    float: none;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .service_intro_right {
    transform: translate(0,0);
    padding-right: 0;
  }
  .service_intro .intro_text {
    float: none;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .service_quantity {
    padding:30px 15px
  }
  .service_quantity_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .service_quantity_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .service_quantity_text p {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .service_video .video_img {
    height: 300px;
  }
  .service_design {
    padding:40px 15px 40px
  }
  .service_design_img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-left: 0;
    transform: translate(0,0);
  }
  .service_design:after {
    height: 0;
  }
  .service_design_title {
    font-size: 24px;
    line-height: 32px;
  }
  .service_design_btm {
    display: block;
    transform: translate(0,0);
  } 
  .service_design_info {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .service_design_text {
    font-size: 20px;
    line-height: 32px;
    height: auto;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
  }
  .service_design_des {
    font-size: 16px;
    line-height: 24px;
  }
  .service_step {
    padding:40px 15px 10px;
  }
  .factory_advantage_item_cont {
    display: block;
  }
  .service_step .factory_advantage_item_right {
    padding:0 0 30px
  }
  .service_step_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .service_step .factory_advantage_item:nth-child(2n) .factory_advantage_item_right {
    padding:0 0 30px
  }
  .categories_cont {
    padding-top: 30px;
  }

  /*  details   */
  .details_cont {
    padding:30px 0 10px;
  }
  .details_main {
    display: block;
    margin-bottom: 30px;
  }
  .details_right {
    width: 100%;
    margin-left: 0;
  }
  .details_top {
    padding:0 15px;
    margin-bottom: 30px;
  }
  .categories_top {
    margin-bottom: 30px;
  }
  .details_info {
    padding:30px 15px 30px;
  }
  .details_date {
    font-size: 14px;
    line-height: 24px;
    padding:0;
    margin-bottom: 20px;
  }
  .details_title {
    padding:0;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .details_text {
    padding:0;
  }
  .details_text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .details_text img {
    margin-left: 0;
  }
  .details_propmt {
    position: relative;
    font-size: 16px;
    color: #191919;
    line-height: 28px;
    padding: 20px 15px 20px 18px;
    background: #F5F8FF;
    margin-bottom: 20px;
  }
  .details_propmt:after {
    width: 3px;
    left: 0;
  }
  .details_info_btm {
    position: relative;
    padding: 20px 10px;
    background: #F9F9F9;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .details_info_item_right {
    font-size: 16px;
    line-height: 24px;
  }
  .details_info_arrow span {
    font-size: 20px;
  }
  .details_info_item {
    width: 48%;
  }
  .details_link {
    padding:20px 15px;
  }
  .details_link_label {
    position: relative;
    font-size: 16px;
    color: #565656;
    width: 100px;
    padding-left: 10px;
  }
  .details_right_main {
    padding:21px 15px 30px;
  }
  .news_search {
    margin-bottom: 20px;
  }
  .news_post {
    position: relative;
    padding: 20px 15px 0;
    border: 1px solid #D9D9D9;
  } 
  .news_post_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .news_post_item a {
    padding:15px 0;
  }
  .det_contact {
    position: relative;
    background: #001EA0;
    padding: 0 15px 40px;
  } 
  .det_form_item {
    width: 48%;
  }
  .details_related {
    padding:0 15px;
  }
  .details_related_title {
    font-size: 24px;
    padding:0;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .quality_more_cont {
    width: 100%;
    margin-top: 30px;
  }
  .quality_swiper_btm {
    padding-top: 30px;
  }
  .mission_charity_info {
    padding-left: 0;
  }

  /*   home   */
  .home_cont .wrap {
    width: 100%;
  }
  .home_contact {
    padding: 36px 20px 40px;
  }
  .home_contact_prompt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .home_contact_title {
    font-size: 24px;
    line-height: 32px;
  }
  .home_contact_more_btn {
    display: inline-block;
    width: 290px;
    height: 50px;
    line-height: 54px;
    font-size: 18px;
    color: #011EA0;
    background: #FFFFFF;
    transition: all 0.4s;
  }
  .home_contact_more_btn span { 
    width: 30px;
    height: 12px;
    margin-left: 18px;
  }
  .home_say {
    padding:30px 15px 40px;
  }
  .home_title {
    font-size: 24px;
    line-height: 32px;
  }
  .home_say_btm {
    width: 100%;
    margin-top: 30px;
  }
  .say_swiper_item_name::before {
    left: -10px;
    width: 10px;
    height: 40px;
    top: -6px;
  }
  .say_swiper_item_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 15px;
  }
  .say_swiper_item_right {
    padding-right: 0;
  }
  .say_swiper_item_job {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .say_swiper_item_top {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .say_swiper_item_name {
    font-size: 18px;
    line-height: 28px;
  }
  .say_swiper_item_name span::before {
    height: 40px;
    top: -6px;
  }
  .say_swiper_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .say_swiper_item_icon {
    width: 80px;
    right: 15px;
  }
  .say_swiper_box .swiper-pagination {
    padding-left: 0;
    text-align: center;
  }
  .home_design_btm  {
    display: block;
    padding:30px 15px 0;
  }
  .home_design_left {
    padding-top: 0;
  }
  .home_design_title {
    margin-bottom: 10px;
  }
  .home_design_title h4 {
    font-size: 24px;
    line-height: 32px;
  }
	  .home_design_title_new {
    font-size: 24px;
    line-height: 32px;
  }
  .home_design_title h6 {
    font-size: 20px;
    line-height: 28px;
  }
	  .home_design_title_new_2 {
    font-size: 20px;
    line-height: 28px;
  }
  .home_design_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .home_design_right {
    position: relative;
    transform: translate(0,0);
    margin-bottom: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .home_design_more .btn {
    font-size: 16px;
    height: 50px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .home_design_more .btn:first-child {
    width: 140px;
    margin-right: 10px;
  }
  .home_design_more .btn:last-child {
    width: 180px;
  }
  .home_design_upper {
    padding:30px 15px;
  }
  .home_design_switch_item {
    font-size: 20px;
    
  }
  .home_design_upper_cont {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .home_design_switch_item span {
    line-height: 36px;
    padding:15px 0;
  }
  .home_design_switch_item span {
    width: 100%;
    letter-spacing: 0;
  }

  .home_seller {
    padding:0 15px 40px
  }
  .seller_video_box .video_img {
    height: 300px;
  }
  .home_seller_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .home_seller_text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .home_seller_more .btn2 {
    width: 240px;
    height: 50px;
    line-height: 54px;
    font-size: 18px;
  }
  .home_seller_btm {
    padding:30px 0 0;
  }
  .home_style {
    position: relative;
    padding: 0 15px 40px;
  }
  .home_style_item {
    float: none;
    width: 100%;
    margin:0 0 0 0;
  }
  .home_style_info {
    text-align: center;
    width: 100%;
    margin:30px 0;
  }
  .home_style_info h4 {
    font-size: 24px;
    line-height: 32px;
  }
	  .home_style_info h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .home_style_info p {
    font-size: 16px;
    line-height: 24px;
  }
  .home_style_item_img {
    height: auto;
  }

  .home_style_item:nth-child(2n) {
    margin-top: 0;
  }
  .home_style_item:nth-child(2) {
    margin-top: 0;
  }
  .home_style_item_title {
    font-size: 20px;
    line-height: 32px;
    height: 100px;
  }
  .home_style_item:nth-child(2) .home_style_item_img {
    height: auto;
  }
  .home_style_item:first-child .home_style_item_title {
    height: 100px;
  }
  .home_style_opa {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .home_style_decoration img {
    width: 32px;
  }
  .arrow_move img {
    width: 28px;
  }
  .home_style .home_title {
    line-height: 32px;
  }
  .home_style_text {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-top: 15px;
  }
  .home_application {
    margin-bottom: 40px;
  }
  .home_application_title {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color:#000
  }
  .home_application ul {
    display: block;
  }
  .home_application ul li {
    width: 100%;
    height: 250px;
    min-height: 250px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .home_application ul li:last-child {
    margin-bottom: 0;
  }
  .home_application ul li.current {
    width: 100%;
  }
  .home_application_item_more .btn2 {
    width: 240px;
    height: 50px;
    line-height: 54px;
    font-size: 18px;
    opacity: 1;
  }
  .home_application ul li.current .home_application_item_more .btn2 {
    width: 240px;
    height: 50px;
    line-height: 54px;
    font-size: 18px;
    opacity: 1;
  }
  .home_application ul li.current .home_application_item_info {
    top: 50%;
    transform: translate(0,-50%);
    bottom: auto;
    width: 100%;
    z-index: 99;
    padding: 0 15px;
    text-align: center;
  }
  .home_application_item_info  {
    top: 50%;
    transform: translate(0,-50%);
    bottom: auto;
    width: 100%;
    z-index: 99;
    padding: 0 15px;
    text-align: center;
  }
  .home_application_item_text {
    font-size: 16px;
    line-height: 24px;
    opacity: 1;
    margin: 10px 0 20px;
  }
  .home_application ul li.current .home_application_item_text {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 20px;
  }
  .home_application_item_title {
    font-size: 24px;
    line-height: 32px;
  }
  .home_application ul li.current .home_application_item_title {
    font-size: 24px;
    line-height: 32px;
  }
  .about_swiper_box {
    width: 100%;
    padding-left: 0;
    transform: translate(0,0);
  }
  .about_swiper_btm {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    margin-top: 20px;
    text-align: center;
  }
  .home_about {
    position: relative;
    padding:0 15px 40px;
  }
  .home_about_title {
    font-size:24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .home_about_text {
    font-size: 16px;
    line-height: 24px;
  }
  .home_static_item {
    width: 50%;
    text-align: center;
    margin-left: 0;
  }
  .home_static_item_num {
    font-size: 60px;
    line-height: 50px;
  }
  .home_static_item_text {
    font-size: 18px;
    line-height: 28px;
    height: 90px;
  }
  .home_about_static {
    margin-bottom: 0;
  }
  .home_about_more .btn2 {
    width: 240px;
    height: 50px;
    line-height: 54px;
    font-size: 18px;
  }
  .home_cont {
    padding-top: 100px;
  }
  .home_icon1 {
    top: 25px;
  }
  .home_icon1 img {
    width: 32px;
  }
  .banner_video_box {
    height: 360px;
  }
  .banner_info {
    width: 100%;
    padding:0 15px;
    bottom: 100px;
  }
  .banner_info_title {
    font-size: 20px;
    line-height: 26px;
  }
  .banner_info_text {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
  .banner_info_more .btn {
    height: 48px;
    line-height: 51px;
    width: 45%;
    margin:0 5px;
    font-size: 18px;
  }
  .banner_info_opa {
    height: 66px;
    padding:15px 15px;
  }
  .banner_info_opa .wrap {
    width: 100%;
  }
  .banner_info_opa img {
    width: 32px;
  }
  .banner_info_opa a {
    margin-left: 10px;
  }
  .banner_video_icon {
    width: 48px;
    height: 48px;
    right: auto;
    left: 15px;
    top: auto;
    transform: translate(0,0);
    bottom: 7px;
  }
  .banner_video_icon_cont {
    width: 32px;
    height: 32px;
    background-size: 20px auto;
  }
  .play_icon {
    width: 80px;
    height: 80px;
    transform: translate(0,-60%);
  }
  .collection_video .play_icon {
    left: 0;right: 0;
    margin:0 auto
  }
  .play_icon_cont {
    width: 36px;
    height: 36px;
    background-size: 24px auto;
  }

  /*  product   */
  .product_cont {
    position: relative;
    padding:30px 15px 40px;
  }
  .product_top {
    margin-bottom: 30px;
  }
  .screen_category {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .screen_category .screen_main_top {
    padding-left: 0;
  }
  .screen_main_top {
    font-size: 18px;
  }
  .product_screen {
    margin-bottom: 30px;
  }
  .screen_color {
    width: 100%;
    margin-bottom: 10px;
  }
  .screen_clear {
    margin-left: 0;
  }
  .screen_clear::after {
    display: none;
  }
  .screen_clear span {
    font-size: 18px;
  }
  .screen_main_top img {
    width: 10px;
  }
  .product_item {
    float: none;
    width: 100%;
    margin:0 0 30px
  }
  .product_item_img {
    height: auto;
  }
  .product_item_inside_cont {
    position: relative;
    background: rgba(0,0,0,0.43);
    padding:30px 15px;
  }
  .product_item_title {
    font-size: 20px;
  }
  .product_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .product_item:last-child {
    margin-bottom: 0;
  }
  .product_group {
    margin-bottom: 40px;
  }
  .seller_video_box .play_icon {
    left: 0;right: 0;
  }
  .categories_swiper_btm .swiper-button-next {
    margin-right: 0;
  }

  .contact_popup_box {
    width: 90%;
    padding: 40px 15px 30px;
  }
  .contact_popup_title {
    font-size: 20px;
    line-height: 24px;
  }
  .contact_popup_cont .contact_popup_item {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .contact_popup_list {
    margin-bottom: 0;
  }
  .contact_popup_btm .btn {
    height: 48px;
    line-height: 48px;
  }
  .contact_popup_btm {
    margin-top: 30px;
  }
  .contact_popup_main {
    margin-top: 30px;
  }
  .contact_popup_close {
    width: 18px;
    top: 10px;
    right: 15px;
  }
  .contact_popup_input {
    height: 40px;
    line-height: 20px;
    padding:10px 15px;
  }
  .contact_popup_select {
    height: 40px;
    line-height: 20px;
    padding:10px 15px;
  }
}
.ht-ctc-chat{--side:right}.ht-ctc-opacity-hide{opacity:0}.ht-ctc-opacity-show{opacity:1}.ht-ctc-display-hide{display:none}.ht-ctc-display-show{display:block}.ht-ctc-display-unset{display:unset!important}@keyframes ctcBounce{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes ctc_fadeIn{0%{opacity:0}to{opacity:1}}.ht-ctc-bounce{animation:ctcBounce .45s ease-out forwards}.ht-ctc-fade-in{animation:ctc_fadeIn .25s ease}.ht_ctc_chat_greetings_box :not(ul):not(ol):not(.ht_ctc_default):not(.ht_ctc_defaults *){box-sizing:border-box;margin:0;padding:0}.ht_ctc_chat_greetings_box ol,.ht_ctc_chat_greetings_box ul{margin-bottom:0;margin-top:0}.ht_ctc_chat_greetings_box_layout{clear:both}.ht_ctc_greetings{pointer-events:none}.ht_ctc_chat_greetings_box{pointer-events:auto}.ht_ctc_greetings_box{opacity:0;transform:scale(0) translate(20px,20px);transform-origin:bottom var(--side,right);transition:all .4s cubic-bezier(.19,1,.22,1)}.ht_ctc_greetings_box.ht_ctc_greetings_box_open{opacity:1;pointer-events:auto;transform:scale(1) translate(0)}.ht_ctc_modal_backdrop{animation:ctc_fadeIn .2s ease;backdrop-filter:blur(1px);background:#0000004d;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9}.ht_ctc_notification{animation:ctcBounce .45s ease-out forwards}@keyframes ht_ctc_cta_stick{0%{opacity:0;transform:translateX(6px) scaleX(.6)}to{opacity:1;transform:translateX(0) scaleX(1)}}.ht-ctc-cta-stick{animation-duration:.12s;animation-fill-mode:both;animation-name:ht_ctc_cta_stick;animation-timing-function:cubic-bezier(.25,.8,.25,1);transform-origin:var(--side,right) center}.ctc_g_content{max-height:calc(80vh - 140px);overflow-y:auto}.ctc_g_bottom,.ctc_g_content,.ctc_g_sentbutton{margin-top:-.9px!important}.greetings_header_image{display:inline-block;position:relative}.greetings_header_image img{object-fit:cover}.g_header_badge_online{border-radius:50%;bottom:0;height:12px;position:absolute;right:0;width:12px;z-index:1}@media only screen and (min-width:900px){.ctc_g_content::-webkit-scrollbar{width:2.8px}.ctc_g_content::-webkit-scrollbar-thumb{background:#a5a5a5}}@media only screen and (max-width:420px){.ctc_side_positions .ctc_m_p_left{left:0!important;right:unset!important}.ctc_side_positions .ctc_m_p_right{left:unset!important;right:0!important}.ctc_side_positions .ctc_m_p_left .ctc_greetings_close_btn{float:left!important}.ctc_side_positions .ctc_m_p_right .ctc_greetings_close_btn{float:right!important}.ctc_side_positions .ctc_m_cta_order_0{order:0!important}.ctc_side_positions .ctc_m_cta_order_1{order:1!important}.ht_ctc_greetings.ctc_m_full_width{bottom:0!important;position:fixed!important;right:0!important}.ht_ctc_greetings.ctc_m_full_width .ht_ctc_chat_greetings_box{margin:7px!important;min-width:80vw!important;position:unset!important;width:calc(100vw - 14px)!important}.ctc_m_full_width .ctc_g_message_box_width{max-width:85%!important}.ht_ctc_animation:has(.ht_ctc_greetings){animation-fill-mode:none!important}}
@charset "UTF-8";.wp-block-accordion{box-sizing:border-box}.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}.wp-block-accordion-heading__toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label:not(.screen-reader-text){display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap}.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover .wp-block-cover__embed-background,.wp-block-cover-image .wp-block-cover__embed-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;outline:none;padding:0;pointer-events:none;position:absolute;right:0;top:0;width:100%}.wp-block-cover .wp-block-cover__embed-background .wp-block-embed__wrapper,.wp-block-cover-image .wp-block-cover__embed-background .wp-block-embed__wrapper{bottom:0;height:100%;left:0;margin:0;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover .wp-block-cover__embed-background .wp-block-embed__wrapper iframe,.wp-block-cover .wp-block-cover__embed-background iframe,.wp-block-cover-image .wp-block-cover__embed-background .wp-block-embed__wrapper iframe,.wp-block-cover-image .wp-block-cover__embed-background iframe{height:100vh;left:50%;min-height:100%;min-width:100%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:100vw}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__embed-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-group.is-layout-flex .wp-block-embed{flex:1 1 0%;min-width:0}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}:where(.wp-block-form-input__input){font-size:1em;margin-bottom:.5em;padding:0 .5em}:where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{border-style:solid;border-width:1px;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:3em;pointer-events:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-icon{line-height:0}.wp-block-icon.aligncenter{display:flex;justify-content:center}.wp-block-icon svg{fill:currentColor;box-sizing:border-box}:where(.wp-block-icon) svg{height:100%;width:100%}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .wp-lightbox-close-button{align-items:center;cursor:pointer;display:flex;font-family:inherit;gap:8px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 4px;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .wp-lightbox-close-button:focus,.wp-lightbox-overlay .wp-lightbox-close-button:hover,.wp-lightbox-overlay .wp-lightbox-close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .wp-lightbox-close-button:has(.wp-lightbox-close-text:not([hidden])) .wp-lightbox-close-icon svg{height:1em;width:1em}.wp-lightbox-overlay .wp-lightbox-close-icon svg{display:block}.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{align-items:center;bottom:16px;cursor:pointer;display:flex;font-family:inherit;gap:4px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 8px;position:absolute;z-index:2000002}.wp-lightbox-overlay .wp-lightbox-navigation-button-next[hidden],.wp-lightbox-overlay .wp-lightbox-navigation-button-prev[hidden]{display:none}@media (min-width:960px){.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{bottom:50%;transform:translateY(-50%)}}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:not(:hover):not(:active):not(.has-background),.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:not(:hover):not(:active):not(.has-background){background:none;border:none;padding:0 8px}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg{display:block;height:1.5em;width:1.5em}.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{left:calc(env(safe-area-inset-left) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-button-next{right:calc(env(safe-area-inset-right) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-icon svg{vertical-align:middle}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:2000001}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout{box-sizing:border-box}.wp-block-math{overflow-x:auto;overflow-y:hidden}.wp-block-media-text{box-sizing:border-box;direction:ltr;display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{grid-column:1;grid-row:1;margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;grid-column:2;grid-row:1;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{grid-column:2;grid-row:1}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{grid-column:1;grid-row:1}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block;z-index:1}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;opacity:0;position:absolute;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{height:0;overflow:hidden;visibility:hidden;width:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1;padding:.5em 1em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{left:-1px;top:100%}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}@media (hover:hover){.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child.open-always{align-items:var(--navigation-layout-align,initial);flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);gap:var(--wp--style--block-gap,2em)}.wp-block-navigation .has-child.open-always,.wp-block-navigation .has-child.open-always .wp-block-navigation-item{justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .has-child.open-always .wp-block-navigation__submenu-container,.wp-block-navigation .has-child.open-always.wp-block-navigation-submenu{gap:var(--wp--style--block-gap,2em)}.wp-block-navigation .has-child.open-always .wp-block-navigation-item,.wp-block-navigation .has-child.open-always .wp-block-navigation__submenu-container,.wp-block-navigation .has-child.open-always.wp-block-navigation-submenu{padding-bottom:0;padding-top:0}.wp-block-navigation .has-child.open-always .wp-block-navigation__submenu-container{padding-left:var(--wp--style--block-gap,2em);padding-right:var(--wp--style--block-gap,2em)}.wp-block-navigation .has-child.open-always .wp-block-navigation__submenu-container .wp-block-navigation-item__content{padding:0}.wp-block-navigation .has-child.open-always .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content,.wp-block-navigation .has-child.open-always>.wp-block-navigation-item__content{flex-grow:0}.wp-block-navigation .has-child.open-always>.wp-block-navigation__submenu-container{background-color:initial;border:none;color:inherit;flex-basis:100%;height:auto;opacity:1;overflow:visible;position:static;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay){padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem)}.wp-block-navigation__responsive-container.is-menu-open{overflow:auto;z-index:100000}.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content{padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible}.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}.wp-block-navigation__responsive-container.disable-default-overlay .wp-block-navigation__overlay-container{display:none;width:100%}.wp-block-navigation__responsive-container.disable-default-overlay .wp-block-navigation__responsive-close{max-width:none}.wp-block-navigation__responsive-container.disable-default-overlay.is-menu-open .wp-block-navigation__responsive-container-content>:not(.wp-block-navigation__overlay-container){display:none}.wp-block-navigation__responsive-container.disable-default-overlay.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__overlay-container{display:block}.wp-block-navigation__responsive-container.disable-default-overlay.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__overlay-container .wp-block-navigation__submenu-container{left:0;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay){background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay){color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.disable-default-overlay .wp-block-navigation__responsive-container-close{right:clamp(1rem,var(--wp--style--root--padding-left),20rem);top:clamp(1rem,var(--wp--style--root--padding-left),20rem)}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation-overlay-close{align-items:center;background:#0000;border:none;cursor:pointer;display:inline-flex;gap:.5em;justify-content:center;padding:0;text-decoration:none}.wp-block-navigation-overlay-close:focus{outline-offset:2px}.wp-block-navigation-overlay-close svg{fill:currentColor;display:block;flex-shrink:0;height:24px;width:24px}.wp-block-navigation-overlay-close .wp-block-navigation-overlay-close__text{align-items:center;display:inline-flex}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-playlist .wp-block-playlist__current-item{align-items:center;align-self:stretch;display:flex;gap:var(--wp--preset--spacing--40,1.5em);margin-bottom:var(--wp--preset--spacing--30,1em);padding-bottom:var(--wp--preset--spacing--30,1em)}.wp-block-playlist .wp-block-playlist__current-item div{align-items:flex-start;display:flex;flex-direction:column;gap:var(--wp--preset--spacing--20,.5em)}.wp-block-playlist .wp-block-playlist__current-item .wp-block-playlist__current-item-artist-album{flex-direction:row}.wp-block-playlist .wp-block-playlist__current-item .wp-block-playlist__item-title{word-break:break-all}.wp-block-playlist audio{margin-top:var(--wp--preset--spacing--20,.625em);width:100%}.wp-block-playlist .wp-block-playlist__tracklist{list-style:none;margin:0;padding-left:0}.wp-block-playlist .wp-block-playlist__tracklist.wp-block-playlist__tracklist-artist-is-hidden .wp-block-playlist-track__artist,.wp-block-playlist .wp-block-playlist__tracklist.wp-block-playlist__tracklist-is-hidden{display:none}.wp-block-playlist .wp-block-playlist__tracklist.wp-block-playlist__tracklist-show-numbers{counter-reset:playlist-track}.wp-block-playlist li.block-list-appender.block-list-appender{margin-top:var(--wp--preset--spacing--30,1em);position:static}.wp-block-playlist-track:has([aria-current=true]){background-color:color-mix(in srgb,currentColor 10%,#0000)}.wp-block-playlist-track:hover{background-color:color-mix(in srgb,currentColor 15%,#0000)}.wp-block-playlist__tracklist-show-numbers .wp-block-playlist-track{counter-increment:playlist-track}.wp-block-playlist-track .wp-block-playlist-track__button{align-items:center;background-color:initial;border:0;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;outline-offset:2px;padding:var(--wp--preset--spacing--20,.5em);text-align:left;width:100%}.wp-block-playlist__tracklist-show-numbers .wp-block-playlist-track .wp-block-playlist-track__button:before{content:counter(playlist-track);font-size:.85em;margin-right:var(--wp--preset--spacing--20,.5em);opacity:.7;width:2ch}.wp-block-playlist-track .wp-block-playlist-track__button .wp-block-playlist-track__content{flex:1 1 0;min-width:0}.wp-block-playlist-track .wp-block-playlist-track__button .wp-block-playlist-track__title{display:block}.wp-block-playlist-track .wp-block-playlist-track__button .wp-block-playlist-track__artist{display:block;font-size:.85em;margin-top:.125em;opacity:.7}.wp-block-playlist-track .wp-block-playlist-track__button .wp-block-playlist-track__length{font-size:.85em;margin-left:auto;opacity:.7}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote :where(cite){color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;height:1.25em;min-height:24px;min-width:24px;vertical-align:text-bottom;width:1.25em}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link{height:auto}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-tab{box-sizing:border-box;flex-basis:100%;flex-grow:1;max-width:100%}.wp-block-tab>:first-child{margin-top:0}.wp-block-tab>:last-child{margin-bottom:0}.wp-block-tab:empty,.wp-block-tab[hidden]{display:none!important}.wp-block-tab.wp-block.has-background,.wp-block-tab:not(.wp-block).has-background{padding:var(--wp--preset--spacing--30)}.wp-block-tab-panel{flex-grow:1;min-width:0}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}.wp-block-tabs{box-sizing:border-box}.wp-block-tabs .wp-block-tabs__title{display:none}.wp-block-tabs-menu{align-items:flex-end;border-bottom:1px solid #000;display:flex;min-width:fit-content}.wp-block-tabs-menu-item{appearance:none;-webkit-appearance:none;background:none;border:none;box-sizing:border-box;color:inherit;cursor:pointer;display:block;flex-basis:inherit!important;flex-grow:inherit!important;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding-block:var(--tab-padding-block,var(--wp--preset--spacing--20,.5em));padding-inline:var(--tab-padding-inline,var(--wp--preset--spacing--30,1em));text-align:inherit;text-decoration:none;text-transform:inherit;width:max-content}.wp-block-tabs-menu-item:focus{outline:none}.wp-block-tabs-menu-item:focus-visible{outline:2px solid var(--tab-border-color-active,#000);outline-offset:2px}.wp-block-tabs-menu-item:hover{background-color:var(--custom-tab-hover-color,#eaeaea)!important;color:var(--custom-tab-hover-text-color,#000)!important}.wp-block-tabs-menu-item.is-active,.wp-block-tabs-menu-item[aria-selected=true]{background-color:var(--custom-tab-active-color,#000)!important;color:var(--custom-tab-active-text-color,#fff)!important}.wp-block-term-count{box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-term-name{box-sizing:border-box}.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{box-sizing:border-box;min-width:1em;overflow:auto;white-space:pre-wrap;word-break:break-word}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{height:auto;vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
.menu-item-object-language_switcher .trp-flag-image{display:inline-block;margin:-1px 5px;vertical-align:baseline;padding:0;border:0;border-radius:0}#wp-admin-bar-wp-rocket .trp-flag-image{width:18px!important;height:12px!important}.trp-language-switcher{height:42px;position:relative;box-sizing:border-box;width:200px;text-overflow:ellipsis;white-space:nowrap}.trp-language-switcher>div{box-sizing:border-box;padding:4px 20px 3px 13px;border:1.5px solid #949494;border-radius:2px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgo8ZGVmcz4KPC9kZWZzPgo8ZyBzdHlsZT0ic3Ryb2tlOiBub25lOyBzdHJva2Utd2lkdGg6IDA7IHN0cm9rZS1kYXNoYXJyYXk6IG5vbmU7IHN0cm9rZS1saW5lY2FwOiBidXR0OyBzdHJva2UtbGluZWpvaW46IG1pdGVyOyBzdHJva2UtbWl0ZXJsaW1pdDogMTA7IGZpbGw6IG5vbmU7IGZpbGwtcnVsZTogbm9uemVybzsgb3BhY2l0eTogMTsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDA2NTkzNDA2NTkzNDAxNiAxLjQwNjU5MzQwNjU5MzQwMTYpIHNjYWxlKDIuODEgMi44MSkiID4KCTxwYXRoIGQ9Ik0gOTAgMjQuMjUgYyAwIC0wLjg5NiAtMC4zNDIgLTEuNzkyIC0xLjAyNSAtMi40NzUgYyAtMS4zNjYgLTEuMzY3IC0zLjU4MyAtMS4zNjcgLTQuOTQ5IDAgTCA0NSA2MC44IEwgNS45NzUgMjEuNzc1IGMgLTEuMzY3IC0xLjM2NyAtMy41ODMgLTEuMzY3IC00Ljk1IDAgYyAtMS4zNjYgMS4zNjcgLTEuMzY2IDMuNTgzIDAgNC45NSBsIDQxLjUgNDEuNSBjIDEuMzY2IDEuMzY3IDMuNTgzIDEuMzY3IDQuOTQ5IDAgbCA0MS41IC00MS41IEMgODkuNjU4IDI2LjA0MiA5MCAyNS4xNDYgOTAgMjQuMjUgeiIgc3R5bGU9InN0cm9rZTogbm9uZTsgc3Ryb2tlLXdpZHRoOiAxOyBzdHJva2UtZGFzaGFycmF5OiBub25lOyBzdHJva2UtbGluZWNhcDogYnV0dDsgc3Ryb2tlLWxpbmVqb2luOiBtaXRlcjsgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOyBmaWxsOiByZ2IoMCwwLDApOyBmaWxsLXJ1bGU6IG5vbnplcm87IG9wYWNpdHk6IDE7IiB0cmFuc2Zvcm09IiBtYXRyaXgoMSAwIDAgMSAwIDApICIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiAvPgo8L2c+Cjwvc3ZnPg==);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 3px) calc(1em + 0px);background-size:8px 8px,8px 8px;background-repeat:no-repeat;background-color:#fff}.trp-language-switcher>div:hover{background-image:none}.trp-language-switcher>div>a{display:block;padding:7px 12px;border-radius:3px;text-decoration:none;color:#1E1E1E;font-style:normal;font-weight:400;font-size:16px}.trp-language-switcher>div>a:hover{background:#F0F0F0;border-radius:2px}.trp-language-switcher>div>a.trp-ls-shortcode-disabled-language{cursor:default}.trp-language-switcher>div>a.trp-ls-shortcode-disabled-language:hover{background:none}.trp-language-switcher>div>a>img{display:inline;margin:0 3px;width:18px;height:12px;border-radius:0}.trp-language-switcher .trp-ls-shortcode-current-language{display:inline-block}.trp-language-switcher:focus .trp-ls-shortcode-current-language,.trp-language-switcher:hover .trp-ls-shortcode-current-language{visibility:hidden}.trp-language-switcher .trp-ls-shortcode-language{display:inline-block;height:1px;overflow:hidden;visibility:hidden;z-index:1;max-height:250px;overflow-y:auto;left:0;top:0;min-height:auto}.trp-language-switcher:focus .trp-ls-shortcode-language,.trp-language-switcher:hover .trp-ls-shortcode-language{visibility:visible;max-height:250px;padding:4px 13px;height:auto;overflow-y:auto;position:absolute;left:0;top:0;display:inline-block!important;min-height:auto}#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before{content:'\f326';top:3px}@media screen and (max-width:782px){#wpadminbar #wp-admin-bar-trp_edit_translation>.ab-item{text-indent:0}#wpadminbar li#wp-admin-bar-trp_edit_translation{display:block}}