/* Fonts 
=========*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Add Montserrat fonts */

  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Rest style 
==============*/
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
html, body.up, .up div, .up span, .up applet, .up object, .up iframe, .up h1, .up h2, .up h3, .up h4, .up h5, .up h6, .up p, 
.up blockquote, .up pre, .up a, .up abbr, .up acronym, .up address, .up big, .up cite, .up code, .up del, .up dfn, 
.up em, .up font, .up img, .up ins, .up kbd, .up q, .up s, .up samp, .up small, .up strike, .up strong, .up sub, 
.up sup, .up tt, .up var, .up dl, .up dt, .up dd, .up fieldset, .up form, .up label, 
.up legend, .up table, .up caption, .up tbody, .up tfoot, .up thead, .up tr, .up th, .up td, .up select, 
.up input, .up option { margin: 0; padding: 0; border: 0; outline: 0; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
.up sub, .up sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
.up sup { top: -0.5em; }
.up sub { bottom: -0.25em }
.up button, .up input, .up select, .up textarea { font-size:100%; margin:0; vertical-align:baseline; box-shadow:none !important; }
.up input[type="button"], .up input[type="submit"] { -webkit-appearance: none !important; }
.up :focus { outline: 0; }
.up img { border:0 none; max-width:100%; vertical-align:bottom; }
.up a { text-decoration:none; outline:none; cursor:pointer; }
.up a:focus { text-decoration:none !important; outline:none !important; }
.up img { max-width: 100%; }
.up .cf:before,.up .cf:after { content:""; display: table }
.up .cf:after { clear: both; }
.up .cf { *zoom:1;}
.up .preloader { display: none; }

/* make buttons play nice in IE */
button,input[type=button]{width:auto;overflow:visible;}

/*Placeholder opacity cross browsers*/
.up input::-webkit-input-placeholder { opacity:1; } 

/* WebKit browsers */
.up input:-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.up input::-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 19+ */
.up input:-ms-input-placeholder { opacity: 1; }

/* Internet Explorer 10+ */
.up textarea::-webkit-input-placeholder { opacity: 1; }

/* WebKit browsers */
.up textarea:-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.up textarea::-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 19+ */
.up textarea:-ms-input-placeholder { opacity: 1; }

/* Internet Explorer 10+ */
.up button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner { border: 0; }

/* Global Setup
=============== */
body.up {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #1A1A1A;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; /* Montserrat Regular */
  line-height: 1.2;
}

.up .txt2 {
  font-size: 16px;
  line-height: 1.1875;
}

.up .wrapper {
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s; /* Keep these vendor-specific transitions */
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 0;
}

.up .main {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.up a {
  transition: 0.5s;
  -webkit-transition: 0.5s; /* Keep these vendor-specific transitions */
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}

.up h1, .up h2, .up h3, .up h4, .up h5, .up h6,
.up h1 div, .up h2 div, .up h3 div, .up h4 div, .up h5 div, .up h6 div {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; /* Montserrat Bold */
  color: #1A1A1A;
}

.up p{font-family: 'Open Sans', sans-serif;}

.up h1,.up h1 div{ font-size:60px; font-weight:700; line-height:1.216666666666667; }
.up h2,.up h2 div{ font-size:40px; font-weight:700; line-height:1.2; }
.up h3,.up h3 div{ font-size:32px; font-weight:700; line-height:1.21875; }
.up h4,.up h4 div{ font-size:28px; font-weight:700; line-height:1.214285714285714; }
.up h5,.up h5 div{ font-size:20px; font-weight:400; line-height:1.227272727272727; }
.up h6,.up h6 div{ font-size:18px; font-weight:700; line-height:1.222222222222222; }

.up .bullets ul li{ position:relative; padding-left:35px; }
.up .bullets ul li:before{ content:''; width:5px; height:5px; border-radius:50%; position:absolute; top:5px; left:0; background-color:#f16b48; }

.up a{ color:#000000; }
.up a:hover{ text-decoration:underline; }
.up a.btn{ min-width:140px; display: inline-block; background-color:#020C4A; color:#fff; font-size:12px; font-weight:700; text-align:center; padding:12.74px 15px; line-height:14.52px; border-radius:50px; }
.up a.btn:hover{ background: #D9253D; text-decoration:none; }

.up a.btn.v2{ background-color:#fff; color: #020C4A; }
.up a.btn.v2:hover{ background: #D9253D; color: #fff; text-decoration:none; }

.up a.btn.v3{ background-color:#fff; color:#2451CB; }
.up a.btn.v3:hover{ background: #020C4A; text-decoration:none; }

.up a.btn.v4{ background-color:#fff; color:#020C4A; }
.up a.btn.v4:hover{ background: #2451CB; text-decoration:none; }

.up .dis_flex{ display:flex; flex-wrap:wrap; }
.up .aic{ align-items:center; }
.up .jcsb{ justify-content:space-between; }
.up .jcc{ justify-content:center; }

.up .noListStyle ul{ margin:0; padding:0; list-style:none; }

.up .text-right{ text-align:right; }
.up .text-center{ text-align:center; }

.up .themeBgColor{ background-color:#fff; }
.up .themeFontColor{ color:#000; }


/* header style 
==========================*/
.up .header_section{ padding:19px 0; }
.up .header_section .main{ max-width:935px }
.up .site_logo{ width:20%; }
.up .site_logo img{ width:150px; }
.up .site_menu{ width:80%; }
.up .site_menu ul{ margin:0; padding:0; list-style:none; text-align:right; }
.up .site_menu ul li{ display:inline-block; vertical-align:middle; margin-left:8.5%; }
.up .site_menu ul li a{ font-weight:700; }

.up .header_section.v2 .site_menu a.btn{ margin-left:20px; }
.up .header_section.v3 .site_menu a.btn{ margin-left:30px; }
.up .header_section.v3 .site_menu a:first-child{ color:#fff; font-weight:700; display:inline-block; vertical-align:middle; }

/* midd container style
=======================*/
.up .banner_sec{ padding: 138px 0; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.up .banner_sec.v2{ padding:194px 0; }
.up .banner_sec.v2 h1 div,
.up .banner_sec.v2 h1{ color:#fff; }
.up .banner_sec h1 div a,
.up .banner_sec h1 div span{ text-decoration:underline; }
.up .banner_sec a.btn{ margin-top: 60px; padding: 20px 20px; min-width: 200px; }

.up .banner_sec h1 div a,
.up .banner_sec h1 div span{ text-decoration:underline; }

.up .Title_Form_Sec{ padding:92px 0; }
.up .Title_Form_Sec h2 div a,
.up .Title_Form_Sec h2 div span{ text-decoration:underline; }
.up .Title_Form_Sec .txt{ margin-top: 26px; font-size: 24px; }
.up .form_main { margin:0 auto; width:290px; max-width:100%; }

.up .TwoColLCRI{ padding:82px 0 162px; }
.up .TwoColLCRI.whiteFont{ color:#fff; }
.up .TwoColLCRI.whiteFont h2,
.up .TwoColLCRI.whiteFont h2 div{ color:#fff; }
.up .TwoColLCRI.whiteFont h2 span,
.up .TwoColLCRI.whiteFont h2 div span{ text-decoration:underline; }

.up .TwoColLCRI .main{ max-width:950px; }
.up .TwoColLCRI .dis_flex{ justify-content: space-between; }
.up .TwoColLeftContent { width:53%; padding-top: 58px; }
.up .TwoColLeftContent .txt{ margin-top:45px; }
.up .TwoColRightImage { width:30%; }

.up .TwoColLCRI.v2{ padding:125px 0 93px; }
.up .TwoColLCRI.v2 .TwoColLeftContent{ padding-top:15px; }
.up .TwoColLCRI.v2 .TwoColLeftContent a.btn{ margin-top:55px; }
.up .TwoColLCRI.v2 .TwoColLeftContent a,
.up .TwoColLCRI.v2 .TwoColLeftContent span{ text-decoration:underline; }

.up .TwoColLCRI.v3{ padding:105px 0 95px; }
.up .TwoColLCRI.v3 .TwoColLeftContent{ padding-top:0; }
.up .TwoColLCRI.v3 .TwoColLeftContent .txt{ margin-top:72px; }
.up .TwoColLCRI.v3 .TwoColRightImage { width: 31%; margin-top: 16px; }

.up .TwoColLCRI.v3 .TwoColRightImage h6,
.up .TwoColLCRI.v3 .TwoColRightImage h6 div{ color:#fff; }
.up .TwoColLCRI.v3 .mktoForm .mktoLabel{ color:#000000 !important; }
.up .TwoColLCRI.v3 form.mktoForm{ margin-top:28px; }
.up .TwoColLCRI.v3 .mktoForm input[type="text"], 
.up .TwoColLCRI.v3 .mktoForm input[type="url"],
.up .TwoColLCRI.v3 .mktoForm input[type="email"],
.up .TwoColLCRI.v3 .mktoForm input[type="tel"],
.up .TwoColLCRI.v3 .mktoForm input[type="number"],
.up .TwoColLCRI.v3 .mktoForm input[type="date"],
.up .TwoColLCRI.v3 .mktoForm textarea.mktoField, 
.up .TwoColLCRI.v3 .mktoForm select.mktoField{ border:1px solid #fff !important; background-color:#fff !important; }
.up .TwoColLCRI.v3 .mktoButton{ font-size:12px !important; min-width: 140px; background-color:#F9F9F9 !important; color:#020C4A !important; }
.up .TwoColLCRI.v3 .mktoButton:hover{ background-color:#020C4A !important; color:#fff !important; }

.up .TwoColTCB{ padding:100px 0 73px; }
.up .TwoColTCB .main{ max-width: 942px; }
.up .TwoColTCB h3 span,
.up .TwoColTCB h3 div span{ text-decoration:underline; }
.up .TwoColTCB .TCTCB_box { width:50%; padding-right:100px; }
.up .TwoColTCB .TCTCB_box .txt{ margin-top: 67px; font-size: 16px; }
.up .TwoColTCB .TCTCB_box a.btn{ margin-top:47px; }

.up .TwoColICB{ color:#fff; padding:72px 0 103px; }
.up .TwoColICB .main{ max-width: 945px; }
.up .TwoColICB .ICTCB_box { width:50%; margin-top:72px; padding-right:50px; }
.up .TwoColICB .ICTCB_box .ICTCB_box_img{ width:118px; }
.up .TwoColICB .ICTCB_box .txt{ margin-top: 21px; font-size: 16px; }
.up .TwoColICB .ICTCB_box a.btn{ margin-top:43px; }
.up .TwoColICB h2,
.up .TwoColICB h2 div{ color:#fff; }
.up .TwoColICB h2 span,
.up .TwoColICB h2 div span{ text-decoration:underline; }

.up .logos_sec{ padding:51px 0; color:#fff; }
.up .logos_sec h2,
.up .logos_sec h2 div{ color:#fff; }
.up .logo_box{ width:25%; padding:0 10px; margin-top: 38px; margin-bottom: 60px; }
.up .logo_box img { max-height: 29px; max-width: 180px; height: auto; }

.up .full_content{ color:#fff; padding:125px 0; }

.up .ThreeColTC{ padding:55px 0; }
.up .ThreeColTC .main{ max-width:926px; }
.up .ThreeColTC h4 span,
.up .ThreeColTC h4 div span{ text-decoration:underline; }
.up .ThreeColTC_box { width: 22%; margin-right: 17%; }
.up .ThreeColTC_box:last-child{ margin-right:0 }
.up .ThreeColTC_box .txt{ font-size: 16px; line-height: 19.36px; margin-top: 55px; }

.up .banner_sec.v3 h1,
.up .banner_sec.v3 h1 div{ color:#fff; }

.up .banner_sec.v4{ padding:138px 0  247px; }


.up .videoSec{ padding:127px 0 156px; }
.up .videoIframe { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; margin-top:63px; }
.up .videoIframe iframe, 
.up .videoIframe video { left:0; top:0; position: absolute; width: 100%; height: 100%; }

.up .testimonial_sec{ padding:54px 0 132px; }
.up .testimonial_sec .quoteImg{ margin-left:-90px; }
.up .testimonial_sec .main{ max-width: 963px; }
.up .testimonial_sec .dis_flex{ margin-top: 64px; }
.up .testimonial_sec .client_logo{ width:30%; }
.up .testimonial_sec .client_comment{ width: 60%; margin-left: 8%; }
.up .testimonial_sec * + h5{ margin-top:22px; }

.up .TwoColLCRI.v4{ padding:111px 0 57px }
.up .TwoColLCRI.v4 .TwoColLeftContent{ padding-top:0; }
.up .TwoColLCRI.v4 form.mktoForm{ margin-top:16px; }
.up .TwoColLCRI.v4 .form_right{ width:43%; margin-top:0; background: #F9F9F9; padding:51px 40px 37px; }
.up .TwoColLCRI.v4 .form_right h6,
.up .TwoColLCRI.v4 .form_right h6 div{ color:#1A1A1A; }
.up .TwoColLCRI.v4 .form_right .mktoForm .mktoLabel{ color:#2451CB !important; }
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="text"], 
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="url"], 
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="email"], 
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="tel"], 
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="number"], 
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="date"], 
.up .TwoColLCRI.v4 .form_right .mktoForm textarea.mktoField, 
.up .TwoColLCRI.v4 .form_right .mktoForm select.mktoField { border: 1px solid #1A1A1A !important; background-color: #fff !important; }
.up .TwoColLCRI.v4 .mktoButton{ margin-top:5px !important; font-size:12px !important; min-width: 140px; }

.up .speaker_sec{ padding:101px 0; }
.up .speaker_sec .main{ max-width:1313px; }
.up .speaker_sec h5,
.up .speaker_sec h5 div{ font-size:22px; line-height:1.210454545454545; }
.up .spaker_left{ width:57%; }
.up .spaker_left h3,
.up .spaker_left h3 div{ color:#2451CB; }
.up .spaker_left * + h5{ margin-top:24px; }
.up .spaker_right{ width:35.5%; }
.up .spaker_right h2,
.up .spaker_right h2 div{ font-size:45px; }

.up .speaker_box .speaker_img{ border-radius:50%; overflow:hidden; width:33.5%; }
.up .speaker_box .speaker_img img{ width:100%; }
.up .speaker_box .speaker_content{ width:57%; }
.up .speaker_box .speaker_content h5 + h5,
.up .speaker_box .speaker_content h5 + h5 div{ color: #2451CB; }
.up .speaker_box { margin-top: 25px; justify-content: space-between; align-items: center; }

.up .menu_icon{ display:none; cursor:pointer; font-size:35px; line-height:1; }

.up .mktoGen.mktoImg { display: inherit !important; line-height: inherit !important; }

/* footer style
================*/
.up .footer_section{ padding:5px 0; color:#fff; }
.up .footer_section .main{ max-width:933px; }
.up .footer_left{ width:60%; }
.up .footer_left .footer_logo{ width:28%; }
.up .footer_left .txt{ width: 52%; margin-left: 9%; }
.up .footer_right{ width:40%; }
.up .footer_right ul{ margin:0; padding:0; text-align:right; }
.up .footer_right ul li{ margin:7px 12px; padding:0; list-style:none; display:inline-block; }
.up .footer_right ul li:last-child{ margin-right:0; }
.up .footer_right ul li:first-child{ margin-left:0; }
.up .footer_section a{ color:#fff; }
.up .footer_bottom { margin-top:65px; }
.up .footer_bottom a{ margin-right:30px; font-weight:700; display:inline-block; font-size:16px; line-height:19.36px; text-decoration:underline; }
.up .footer_bottom a:hover{ text-decoration:none; }

/* Form style 
==========================*/

.up form.mktoForm { width: 100% !important; float:left; margin-top:57px; }
.up .mktoForm fieldset legend{ margin:0; }
.up .mktoForm .mktoFormCol { width: 100% !important; float: left; margin-bottom: 0 !important; }
.up .mktoForm .mktoFormRow{ clear:none !important; }
.up .mktoForm .mktoFormRow { padding-bottom:6px !important; }
.up .mktoForm fieldset{ padding-right:0 !important;  }
.up .mktoForm fieldset .mktoFormRow{ padding-bottom:0 !important; }
.up .mktoForm fieldset .mktoFormRow .mktoFormCol{ float:left; width:46.5% !important; }
.up .mktoForm fieldset .mktoFormRow .mktoFormCol:nth-child(2){ float:right !important; }

.up .mktoForm .mktoFieldWrap { width: 100% !important; float: left; }
.up .mktoForm input[type="text"], .up .mktoForm input[type="url"], .up .mktoForm input[type="email"], 
.up .mktoForm input[type="tel"], .up .mktoForm input[type="number"], .up .mktoForm input[type="date"], 
.up .mktoForm textarea.mktoField, .up .mktoForm select.mktoField { width: 100% !important; 
	float: left; padding:8px 12px; color: #1A1A1A; font-size: 16px; background-color:transparent !important;
	font-family:'DM Sans',sans-serif; font-weight: 400; outline: 0 !important; border-radius:50px !important; 
	height:34.91px !important; border:1px solid #1A1A1A !important; }

.up .mktoForm select.mktoField{ appearance:none; -webkit-appearance:none; background-image:url('http://070-CHN-642.mktoweb.com/rs/070-CHN-642/images/arrow-down-3101.png'); background-repeat:no-repeat; background-position:96% 14px; background-size: 12px; }
.up .mktoOffset { width: 0px !important; }
.up .mktoForm .mktoGutter { width: 0px !important; }
.up .mktoForm .mktoLabel { color:#020C4A !important; font-size:16px !important; font-weight:500 !important; font-family: 'Open Sans', sans-serif; padding:0 0 1px 10px !important; width: auto !important; line-height:21.75px; }
.up .mktoButtonRow span { margin-left: 0px !important; }
.up .mktoButtonRow { width: 100%; text-align: center !important; margin-top:15px !important; }
.up .mktoButton { background-color:#020C4A !important; 
	background-image: none !important; border: none !important; -webkit-border-radius:50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; min-width:171px; 
	padding: 10px 10px !important; color:#F9F9F9 !important; font-size: 16px !important; 
	font-weight: 700 !important; font-family: 'DM Sans', sans-serif !important; 
	float: none; margin: 0 auto; display: inherit; height:44px !important; 
	max-width: 100% !important; border: none !important; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.up .mktoButton:hover, 
.up .mktoButton:focus, .up .mktoButton.active { background-color:#D9253D !important; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.up .mktoForm textarea[rows="2"] { height: auto !important; border: none; }
.up .mktoForm .mktoRadioList, 
.up .mktoForm .mktoCheckboxList { padding: 0 !important; float: left; width: 100% !important; margin: 0 0 0 0 !important; }
.up .mktoForm input[type="checkbox"].mktoField + label, 
.up .mktoForm input[type="radio"].mktoField + label { position: relative !important; 
	cursor: pointer !important; padding-left:25px !important; 
	width: auto !important; margin:0 0 13px !important; line-height:21.75px !important; 
	font-size:16px !important; color:#020C4A !important; font-family:'DM Sans',sans-serif; font-weight:500 !important; 
	float: left; clear: both; font-style: normal !important; }
.up .mktoForm input[type="checkbox"].mktoField,
.up .mktoForm input[type="radio"].mktoField { display:none; }
.up .mktoForm input[type="checkbox"].mktoField:not(old) + label{ position: relative; cursor: pointer; padding-left: 25px; width: auto; }
.up .mktoForm input[type="checkbox"].mktoField:not(old) + label:before { box-sizing: border-box; position: absolute; left: 0px; top: 4px; content: ''; width: 16px; height: 16px; border: 1px solid #1A1A1A; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.up .mktoForm input[type="checkbox"].mktoField:not(old):checked + label:before { content:'\f00c'; font-family:'FontAwesome' !important; color:#1A1A1A; background-color:#D9253D; }
.up .mktoForm input[type="radio"].mktoField:not(old) + label { position: relative; cursor: pointer; padding-left:30px; margin-bottom: 0 !important; width: auto; }
.up .mktoForm input[type="radio"].mktoField:not(old) + label:before { position: absolute; box-sizing:border-box; left:0px; top:3px; content: ''; width:16px; height:16px; border:1px solid #1A1A1A; border-radius:50%; }
.up .mktoForm input[type="radio"].mktoField:not(old):checked + label:before { content:'\f111'; font-family:'FontAwesome' !important; display: flex; align-items: center; justify-content: center; font-size:7px; background-color:#D9253D; }
.up .mktoForm .mktoRequiredField .mktoAsterix { display: none !important; }
.up .mktoForm .mktoHtmlText { width:100% !important; }