#mktoStyleLoaded {
  /* css load detection, do not remove */
  color:#123456;
}
.mktoForm fieldset {}
.mktoForm fieldset legend{}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date]{}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  padding:2px 3px;
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus{}

/* This is used to test if the stylesheet has been loaded yet*/
#mktoStyleLoaded {
  background-color: #123456;
  display: none;
}
.mktoForm {
  text-align: left;
}
.mktoForm .mktoClear {
  clear: both;
  float: none;
}
.mktoForm div,
.mktoForm span,
.mktoForm label,
.mktoForm p {
  text-align: left;
  margin: 0;
  padding: 0;
}
.mktoForm input,
.mktoForm select,
.mktoForm textarea {
  margin: 0;
}
.mktoForm * {
  font-family: inherit;
}
.mktoForm .mktoOffset {
  float: left;
  height: 1.2em;
}
.mktoForm .mktoGutter {
  float: left;
  height: 1.2em;
}
.mktoForm .mktoFieldWrap {
  float: left;
}
.mktoForm .mktoFieldWrap .mktoInstruction {
  display: none;
}
.mktoForm .mktoLabel {
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
}
.mktoForm .mktoField {
  line-height: 1.2em;
  font-size: 1em;
  float: left;
}
.mktoForm .mktoPlaceholder {
  float: left;
}
.mktoForm .mktoLogicalField {
  float: left;
}
.mktoForm fieldset {
  padding: 0;
  margin: 0;
}
.mktoForm fieldset legend {
  margin: 0 1em 0.5em;
  color: inherit;
}
.mktoForm a.mktoNotYou {
  cursor: pointer;
  color: #4692f3;
}
.mktoForm a.mktoNotYou:hover {
  text-decoration: underline;
}
.mktoForm .mktoAsterix {
  float: right;
  color: #bf0000;
  padding-left: 5px;
  display: none;
}
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  padding: 0.3em;
  float: left;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-left: 1.5em;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}
.mktoForm.ie7 .mktoRadioList > label,
.mktoForm.ie7 .mktoCheckboxList > label {
  padding: 0.2em 0 0;
}
.mktoForm .mktoRadioList > label > input,
.mktoForm .mktoCheckboxList > label > input {
  float: left;
  margin: 0;
  margin-left: -1.5em;
}
.mktoForm .mktoRadioList > input,
.mktoForm .mktoCheckboxList > input {
  padding: 0;
}
.mktoForm .mktoLabelToLeft > label {
  text-align: right;
  margin-left: 0;
  margin-right: 1.5em;
}
.mktoForm .mktoLabelToLeft input[type=checkbox],
.mktoForm .mktoLabelToLeft input[type=radio] {
  position: absolute;
  right: 0.3em;
}
.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
  float: left;
  padding-left: 0;
  padding-right: 5px;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  display: block;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: bold;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date] {
  padding: 0.1em 0.2em;
  line-height: 1.2em;
  margin: 0;
}
.mktoForm input[type=range] {
  padding: 0.25em 0;
  margin: 0;
}
.mktoForm input[type=range]::-ms-tooltip {
  display: none;
}
.mktoForm input[type=url],
.mktoForm input[type=text],
.mktoForm input[type=date],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mktoForm .mktoFormRow {
  clear: both;
}
.mktoForm .mktoFormCol {
  float: left;
  position: relative;
  min-height: 2em;
}
.mktoButtonRow {
  display: inline-block;
  position: relative;
}
.mktoForm textarea.mktoField {
  display: inline-block;
  padding: 0.2em;
  margin: 0;
  line-height: 1.2em;
  overflow: auto;
  resize: none;
  float: none;
}
/* Firefox computes row height wrong for the last 13 years... https://bugzilla.mozilla.org/show_bug.cgi?id=33654 */
.mktoForm textarea[rows="1"] {
  height: 2em;
}
.mktoForm textarea[rows="2"] {
  height: 3.4em;
}
.mktoForm textarea[rows="3"] {
  height: 4.6em;
}
.mktoForm textarea[rows="4"] {
  height: 5.8em;
}
.mktoForm textarea[rows="5"] {
  height: 7em;
}
.mktoForm textarea[rows="6"] {
  height: 8.2em;
}
.mktoForm textarea[rows="7"] {
  height: 9.4em;
}
.mktoForm textarea[rows="8"] {
  height: 10.6em;
}
.mktoForm.mktoLayoutCenter .mktoLabel {
  text-align: right;
}
.mktoForm.mktoLayoutAbove .mktoGutter {
  display: none;
}
.mktoForm.mktoLayoutAbove .mktoLabel {
  text-align: left;
}
.mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
  float: none;
  clear: left;
}
.mktoForm.mktoLayoutAbove .mktoField,
.mktoForm.mktoLayoutAbove .mktoLogicalField {
  clear: left;
}
.mktoForm.mktoLayoutAbove textarea.mktoField {
  float: left;
}
.mktoForm .mktoError {
  position: absolute;
  z-index: 99;
  color: #bf0000;
}
.mktoForm .mktoError .mktoErrorArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 100;
}
.mktoForm.ie7 .mktoError .mktoErrorArrowWrap {
  top: -8px;
}
.mktoForm .mktoError .mktoErrorArrow {
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
}
/** These two styles are for browsers that don't support css transforms */
.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage {
  background: transparent url("../images/callout-arrow-up-red.png") top center no-repeat;
  bottom: -7px;
}
.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage .mktoErrorArrow {
  display: none;
}
.mktoForm .mktoError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
}
.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: block;
}
.mktoForm button.mktoButton {
  cursor: pointer;
  margin: 0;
}
.mktoForm button.mktoButton:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
}
.mktoNoJS .mktoLabel {
  display: block;
  padding-right: 10px;
  width: 110px;
  text-align: right;
}
.mktoNoJS input[type=text] {
  width: 150px;
}
.mktoForm .cf_widget_socialsignon .cf_sign_on {
  margin-bottom: 1.5em;
}
.mktoForm .mktoRangeField .mktoRangeValue {
  zoom: 1;
  float: left;
  display: none;
  text-align: center;
  position: absolute;
  z-index: 99;
  color: #000;
}
.mktoForm.ie7 .mktoRangeField .mktoRangeValue,
.mktoForm.ie6 .mktoRangeField .mktoRangeValue {
  position: relative;
}
.mktoForm .mktoRangeField.mktoHover .mktoRangeValue {
  display: block;
}
.mktoForm .mktoRangeField .mktoRangeValueArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  bottom: -7px;
  z-index: 100;
}
.mktoForm .mktoRangeField .mktoRangeValueArrow {
  background-color: #028d05;
  border: 1px solid #005602;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  background-color: #007d04;
  border-left: none;
  border-top: none;
  margin-top: 5px;
  position: absolute;
  bottom: 5px;
}
/** These two styles are for browsers that don't support css transforms */
.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage {
  background: transparent url("../images/callout-arrow-down-green.png") top center no-repeat;
  bottom: -7px;
}
.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage .mktoRangeValueArrow {
  display: none;
}
.mktoForm .mktoRangeField .mktoRangeValueText {
  display: block;
  background-color: #028d05;
  background-image: -webkit-linear-gradient(#028d05 43%, #007d04 100%);
  background-image: -moz-linear-gradient(#028d05 43%, #007d04 100%);
  background-image: linear-gradient(#028d05 43%, #007d04 100%);
  background-image: -ms-linear-gradient(#028d05 43%, #007d04 100%);
  border: 1px solid #005602;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #00a500 0 1px 0px;
  box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #00a500 0 1px 0px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.4em 0.6em;
  text-shadow: #005602 0 -1px 0;
  text-align: center;
}
.mktoModal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mktoModal .mktoModalMask {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  zoom: 1;
  background: rgba(0,0,0,0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
}
.mktoModal .mktoModalContent {
  position: absolute;
  z-index: 10001;
  background: #fff;
  padding: 10px;
}
.mktoModal .mktoModalClose {
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: -10px;
  background: #000;
  color: #fff;
  width: 19px;
  height: 19px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  text-align: center;
  border: 2px solid #ccc;
}
/* form */
.form-main-container{
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
}

/* .form-main-sub-container{
    width: 100%;
    margin: 0 auto;
    max-width: 1800px;
    padding: 0px 30px;
} */

.form-heading-container{
    overflow: hidden;
    /* background: linear-gradient(90deg, rgba(22,157,213,1) 0%, rgba(5,104,166,0) 60%); */
}

.form-heading{
    /* max-width: 94%; */
    font-size: 24px;
    font-weight: 900;
    text-align: start;
    margin-bottom: 20px;
    color: #cb1522;
}

.form-container{
    padding: 0px;
    width: 100%;
    /* background-color: ; */
}

.loader-image{
    margin-top: 20px;
    text-align: center;
    /* color: #fff; */
}

.input-sub-data{
    width: 100%;
    /* max-width: 1000px; */
    padding: 0 0px;
    padding-top: 15px;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
     
}

.input-data{
    width: 100%;
    /* max-width: 1000px; */
    padding: 0 20px;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0px;
   
}

.input-data-condition{
    width: 100%;
    /* max-width: 1000px; */
    /* margin: 0 auto; */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0px;
}

.input-sub-data > .input-data{
    padding: 20px 0 0;
    
}

.btn-container{
    max-width: 1000px;
    padding: 0px 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    /* margin: 0 auto; */
    /* margin-bottom: 20px; */
}

label{
    width: fit-content;
    font-size: 16px;
    color: #555;
}

.input-checkbox{
    margin: 7px 10px 0 0;
}

.label-condition{
    line-height: 24px;
}

label.error{
    color: red;
}

.input-field{
    width: 100%;
    padding: 5px 10px;
    margin-top: 5px;
     border: #656565 1px solid;
}

.register-btn{
    background-color: #0E9AD7;
    /* background: transparent linear-gradient(89deg, #F3E600 0%, #FF00FF 31%, #008FFF 66%, #00FFEF 100%) 0% 0% no-repeat padding-box; */
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
}

.register-btn:hover{
    opacity: 0.9;
    background-color: #0E9AD7;
}

/* This part of the stylesheet is overrides for mobile browsers with screen width restrictions.
   It should always be at the end of the document. */
@media only screen and (max-width: 480px) {
  .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
  }
  .mktoForm .mktoGutter,
  .mktoForm .mktoOffset {
    display: none;
  }
  .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoForm fieldset {
    padding: 0 10px;
  }
  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoForm select.mktoField {
    height: auto;
  }
  .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }
  .mktoModal .mktoModalContent {
    padding: 10px 0;
  }
  .mktoModal .mktoModalClose {
    right: 0;
  }
  .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
  .mktoMobileShow .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
  }
  .mktoMobileShow .mktoForm .mktoGutter,
  .mktoMobileShow .mktoForm .mktoOffset {
    display: none;
  }
  .mktoMobileShow .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoMobileShow .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoMobileShow .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoMobileShow .mktoForm fieldset {
    padding: 0 10px;
  }
  .mktoMobileShow .mktoForm input[type=url],
  .mktoMobileShow .mktoForm input[type=text],
  .mktoMobileShow .mktoForm input[type=date],
  .mktoMobileShow .mktoForm input[type=tel],
  .mktoMobileShow .mktoForm input[type=email],
  .mktoMobileShow .mktoForm input[type=number],
  .mktoMobileShow .mktoForm textarea.mktoField,
  .mktoMobileShow .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoMobileShow .mktoForm select.mktoField {
    height: auto;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoMobileShow .mktoForm .mktoRadioList,
  .mktoMobileShow .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }
  .mktoMobileShow .mktoModal .mktoModalContent {
    padding: 10px 0;
  }
  .mktoMobileShow .mktoModal .mktoModalClose {
    right: 0;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}
/* Table of Content ================================================== #Page Structure #Home Page Style */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*{-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 ol,.up ul,.up li,.up fieldset,.up label,.up legend,.up table,.up caption,.up tbody,.up tfoot,.up thead,.up tr,.up th,.up td,.up select,
html{-webkit-text-size-adjust:none;}
.up button,,.up select,.up textarea{font-size:100%;margin:0;vertical-align:baseline;box-shadow:none;}
.up textarea{overflow:auto;vertical-align:top;}

:focus{outline:0;}
/* .up img{border:0 none;vertical-align:top;} */
.up a{outline:none;cursor:pointer;text-decoration:none !important;cursor:pointer;}
.up a:hover{text-decoration:underline !important;}
.up a:focus{text-decoration:underline !important;outline:none !important;}
.up .none{display:none;}
/*Placeholder opacity cross browsers*/

/* WebKit browsers */

/* Internet Explorer 10+ */
.up textarea::-webkit-input-placeholder{color:rgb(117,117,117) !important;opacity:1;}
/* WebKit browsers */
.up textarea:-moz-placeholder{color:rgb(117,117,117) !important;opacity:1;}
/* Mozilla Firefox 4 to 18 */
.up textarea::-moz-placeholder{color:rgb(117,117,117) !important;opacity:1;}
/* Mozilla Firefox 19+ */
.up textarea:-ms-input-placeholder{color:rgb(117,117,117) !important;opacity:1;}
/* Internet Explorer 10+ */
.up button::-moz-focus-inner,input[type="submit"]::-moz-focus-inner{border:0;}
/*Placeholder opacity cross browsers*/
.up .sec8 input::-webkit-input-placeholder{color:rgb(64 64 65 / 78%) !important;opacity:1;}
/* WebKit browsers */
.up .sec8 input:-moz-placeholder{color:rgb(64 64 65 / 78%) !important;opacity:1;}
/* Mozilla Firefox 4 to 18 */
.up .sec8 input::-moz-placeholder{color:rgb(64 64 65 / 78%) !important;opacity:1;}
/* Mozilla Firefox 19+ */
.up .sec8 input:-ms-input-placeholder{color:rgb(64 64 65 / 78%) !important;opacity:1;}
/* Internet Explorer 10+ */
.up .sec8 textarea::-webkit-input-placeholder{color:rgb(64 64 65 / 78%) !important;opacity:1;}
/* WebKit browsers */
.up .sec8 textarea:-moz-placeholder{color:rgb(64 64 65 / 78%) !important;opacity:1;}
/* Mozilla Firefox 4 to 18 */
.up .sec8 textarea::-moz-placeholder{color:rgb(64 64 65 / 78%) !important;opacity:1;}
/* Mozilla Firefox 19+ */
.up .sec8 textarea:-ms-input-placeholder{color:rgb(64 64 65 / 78%) !important;opacity:1;}
/* Internet Explorer 10+ */
.up button::-moz-focus-inner,input[type="submit"]::-moz-focus-inner{border:0;}
/* #Page Structure ================================================== */
body.up{margin:0;padding:0;font-family:"Work Sans",sans-serif;font-weight:normal;font-size:25px;color:#021018;box-sizing:border-box;}
.up .wrapper{width:100%;overflow:hidden;}
.up .container{max-width:1240px;width:100%;margin:0 auto;padding:0px 20px;}
.up .set-bg,.up .set_bg{background-position:center;background-size:cover;background-repeat:no-repeat;}
.up a,.up button{display:inline-block;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;}
.up h1,.up h1 div{font-family:"Work Sans",sans-serif;font-style:normal;font-weight:700;font-size:40px;line-height:55px;letter-spacing:0.01em;color:#404041;}
.up h2,.up h2 div{font-family:"Work Sans",sans-serif;font-style:normal;font-weight:700;font-size:40px;line-height:55px;letter-spacing:0.01em;color:#404041;}
.up h3,.up h3 div{font-family:"Work Sans",sans-serif;font-style:normal;font-weight:700;font-size:30px;line-height:35px;letter-spacing:0.01em;color:#404041;}
.up h4,.up h4 div{font-family:"Work Sans",sans-serif;font-style:normal;font-weight:600;font-size:28px;line-height:20px;letter-spacing:0.01em;color:#404041;}
.up h5,.up h5 div{font-family:"Work Sans",sans-serif;font-style:normal;font-weight:400;font-size:24px;line-height:28px;letter-spacing:0.01em;color:#404041;}
.up h6,.up h6 div{font-family:"Work Sans",sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:30px;letter-spacing:0.01em;color:#404041;}
.up h1{margin-bottom:25px;}
.up h2,.up h5,.up h3,.up h3 div{margin-bottom:20px;}
.up .big_p,.up .big_p li{margin-bottom:25px;font-family:"Work Sans",sans-serif;font-style:normal;font-weight:400;font-size:24px;line-height:28px;letter-spacing:0.01em;color:#404041;}
.up div.p_text,.up div.p_text div,.up li{font-family:"Work Sans",sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:30px;letter-spacing:0.01em;}
.up ul,.up ol{margin:20px 0;padding-left:60px;}
.up ul{list-style:none;}
.up ul li::before{content:"";border-color:transparent #6432a5;border-style:solid;border-width:0.3em 0 0.3em 0.45em;display:block;height:0;width:0;left:-1em;top:0.9em;position:relative;}
.up li:last-child{padding-bottom:0;}
.up .no-list-style ul{padding-left:0;list-style:none;margin:0;}
.up .no-list-style li{padding-left:0;}
.up .no-list-style li:before{display:none;}
.up .white-text *{color:#fff !important;}
.up .dis-flex{display:flex;flex-wrap:wrap;}
.up .vmiddle{align-items:center;}
.up .vtop{align-items:flex-start;}
.up .get_bg{display:none;}
.up .flw{width:100%;}
.up .text-center{text-align:center;}
.up .green-cta a{background:#00e4bc;font-style:normal;font-weight:600;font-size:18px;line-height:30px;letter-spacing:0.01em;color:#404041 !important;font-family:"Work Sans",sans-serif;padding:8px 22px;border:2px solid #00e4bc;transition:all ease-in-out 0.2s;text-decoration:none !important;min-width:194px;text-align:center;}
.up .green-cta a:hover{background:transparent;color:#00e4bc !important;}
.up .white-cta a{background:#fff;font-style:normal;font-weight:600;font-size:18px;line-height:30px;letter-spacing:0.01em;color:#404041 !important;font-family:"Work Sans",sans-serif;padding:8px 22px;border:2px solid #fff;transition:all ease-in-out 0.2s;text-decoration:none !important;min-width:194px;text-align:center;}
.up .white-cta a:hover{background:transparent;color:#fff !important;}
/***** Marketo Form styles goes here *****/

.up .mktoForm .mktoFormRow{width:100% !important;padding:0px !important;float:none;clear:inherit;margin-bottom:0!important;}
.up .mktoForm .mktoFormCol{width:100% !important;margin:0px !important;min-height:inherit !important;}
.up .mktoForm .mktoAsterix{padding-right:0 !important;float:right !important;color:transparent !important; display: none !important;}
.up .mktoForm .mktoFieldWrap{width:100% !important;margin:0px !important;}
.up .mktoForm .mktoHtmlText,.up .mktoForm .mktoHtmlText *{width:100% !important;font-family:"Work Sans",sans-serif;padding:10px 0 !important;letter-spacing:0px !important;font-weight:normal;font-size:14px;line-height:22px;color:#021018;}
.up .mktoForm .mktoHtmlText p{margin:0 !important;padding:0 !important;}
.up .mktoForm .mktoHtmlText br{display:none !important;}
.up .mktoForm .mktoHtmlText span{margin-bottom:0px;float:left;display:contents;}
.up .mktoForm .mktoLabel{width:auto !important;margin-bottom:5px;font-weight:normal !important;padding:0px !important;font-family:"Work Sans",sans-serif;font-weight:400;font-size:29px;line-height:36px;letter-spacing:0.01em;text-align:left;color:#000;}
.up .mktoForm .mktoOffset,.up .mktoForm .mktoGutter{display:none;}
.up .mktoForm input[type="url"],.up .mktoForm input[type="text"],.up .mktoForm input[type="date"],.up .mktoForm input[type="tel"],.up .mktoForm input[type="email"],.up .mktoForm input[type="number"],.up .mktoForm textarea.mktoField,.up .mktoForm select.mktoField{padding:10px 15px !important;width:100% !important;font-family:"Work Sans",sans-serif;appearance:none !important;-moz-appearance:none !important;-webkit-appearance:none !important;height:40px;background:#ffffff;border:1px solid #fff;box-shadow:none !important;border-radius:4px;font-style:normal;font-weight:400;font-size:16px;line-height:normal;letter-spacing:0.01em;color:#000!important;margin-bottom:12px!important;margin-top:0 !important;}
.up .mktoForm input[type="url"].mktoInvalid,.up .mktoForm input[type="text"].mktoInvalid,.up .mktoForm input[type="date"].mktoInvalid,.up .mktoForm input[type="tel"].mktoInvalid,.up .mktoForm input[type="email"].mktoInvalid,.up .mktoForm input[type="number"].mktoInvalid,.up .mktoForm textarea.mktoField.mktoInvalid,.up .mktoForm select.mktoField.mktoInvalid{border:1px solid #de695f !important;}
.mktoForm input[type="text"]:focus,.mktoForm input[type="url"]:focus,.mktoForm input[type="email"]:focus,.mktoForm input[type="tel"]:focus,.mktoForm input[type="number"]:focus,.mktoForm input[type="date"]:focus,.mktoForm select.mktoField:focus,.mktoForm textarea.mktoField:focus{box-shadow:none;-webkit-box-shadow:none;border:2px solid #000;}
.up .mktoForm select.mktoField{padding:7px 15px !important;background:#fff url("https://engage.icertis.com/rs/475-LPK-911/images/PRJ300123234303-MasterTemplate-Icertis-dropdown.svg") no-repeat;background-position:right 10px center;background-size:18px auto;cursor:pointer;padding-right:25px !important;}
.up .mktoForm select.mktoField option{color:#021018 !important;}
.up .mktoForm textarea.mktoField{min-height:85px;height:85px;}
.up .mktoForm .mktoRadioList > label,.up .mktoForm .mktoCheckboxList > label{margin:0px;}
.up .mktoForm .mktoRadioList input{opacity:0;position:absolute;width:20px;height:20px;top:0px;z-index:5;}
.up .mktoForm .mktoCheckboxList{width:100% !important;padding:0px;margin-bottom:20px;}
.up .mktoForm .mktoCheckboxList input{cursor:pointer;}
.up .mktoForm .mktoCheckboxList label{font-size:29px;max-width:max-content;position:relative;padding-left:46px !important;padding-top:0 !important;margin-bottom:0;width:auto;display:flex;line-height:1.4;padding-right:0 !important;font-family:"Work Sans",sans-serif;color:#000;align-items:center;}
.up .mktoForm .mktoCheckboxList a{color:#6432A5;}
.up .mktoForm .mktoCheckboxList a:hover{color:#6432A5;}
.up .mktoForm .mktoCheckboxList a:focus{color:#6432A5;text-decoration:underline !important;}
.up .mktoForm strong{font-size:16px;font-weight:600;}
.up .mktoForm .mktoRadioList > input,.up .mktoForm .mktoCheckboxList > input{opacity:0;height:0;width:0;}
.up .mktoForm .mktoCheckboxList label::before{position:absolute;left:0px;top:8px;content:"";height:26px;width:26px;border:1px solid #000;border-radius:3px;}
.up .mktoForm .mktoCheckboxList input:checked + label::before{content:"";background:#ffffff;border-color:#021018;}
.up .mktoForm .mktoCheckboxList input:checked + label::after{position:absolute;content:"";height:8px;width:14px;left:6px;top:14px;border-left:2px solid #000;border-bottom:2px solid #000;transform:rotate(-45deg);}
.up .white-text .mktoForm .mktoCheckboxList input:checked + label::before{content:"";background:#ffffff;border-color:#fff;}
.up .white-text .mktoForm .mktoCheckboxList label::before{border:1px solid #fff;}
.up .white-text .mktoForm .mktoRadioList input + label:before{background:#fff;border:1px solid #fff;}
.up .mktoForm .mktoHtmlText a{width:auto !important;display:inline-block;color:#021018;margin:0 !important;padding:0 !important;text-decoration:underline!important;}
.up .mktoForm .mktoHtmlText a:hover{text-decoration:none !important;}
.up .mktoForm .mktoRadioList{width:100% !important;padding:0px;margin-bottom:21px;}
.up .mktoForm .mktoRadioList input{opacity:0;position:absolute;}
.up .mktoForm .mktoRadioList input,.up .mktoForm .mktoRadioList label{display:inline-block;vertical-align:middle;margin:0px;cursor:pointer;}
.up .mktoForm .mktoRadioList label{font-family:"Work Sans",sans-serif;font-size:29px;max-width:max-content;color:#000;position:relative;padding-left:46px !important;margin-bottom:0 !important;width:auto;display:flex;line-height:1.4;}
.up .mktoForm .mktoRadioList input + label:before{content:"";background:#fff;border:1px solid #021018;display:inline-block;vertical-align:middle;width:30px;height:30px;padding:0;margin-right:0;text-align:center;font-size:16px;left:0;position:absolute;top:8px;}
.up .mktoForm .mktoRadioList input + label:before{border-radius:50%;}
.up .mktoForm .mktoRadioList input:checked + label:after{width:20px;height:20px;background-color:#000;border-radius:100px;left:6px;top:14px;position:absolute;content:"";}
.up .mktoForm .mktoButtonRow{width:100% !important;float:none;text-align:left !important;margin-top:0;}
.up .mktoForm .mktoButtonRow .mktoButtonWrap{margin:0px !important;}
.up .mktoForm button.mktoButton,.mktoForm button.mktoButton{text-shadow:none !important;-webkit-text-shadow:none !important;box-shadow:none !important;-webkit-box-shadow:none !important;width:100% !important;display:flex;align-items:center;justify-content:center;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;font-weight:bold !important;font-family:"Work Sans",sans-serif;background:#6432A5 !important;border:2px solid #6432A5!important;box-shadow:0px 2px 2px rgba(0,0,0,0.14) !important;border-radius:0;font-style:normal;font-weight:600 !important;line-height:20px;text-align:center;letter-spacing:0.01em;color:#fff!important;padding:10px !important;font-size:18px !important;max-width:140px;margin:1vw auto 0;}
.up .mktoForm button.mktoButton:hover,.mktoForm button.mktoButton:hover{text-shadow:none !important;-webkit-text-shadow:none !important;background:#6432A5 !important;color:#fff!important;transform:scale(1.05);}
.up .mktoForm fieldset{width:100% !important;float:left !important;padding:0px !important;margin:0px !important;}
.up .mktoForm fieldset legend{margin:0px !important;padding:0px !important;}
.up .mktoForm fieldset .mktoFormRow{width:100% !important;float:left !important;margin-right:0 !important;}
.up .mktoForm fieldset .mktoFormRow:last-child{margin-right:0px !important;}
.up .mktoForm .g-recaptcha{width:100% !important;float:left;margin-top:30px;}
.up span.error{color:red;display:none !important;font-size:13px;margin-top:5px;}
.up .form-field .form-control.error{border-color:red;}
.up .mktoForm fieldset .mktoLabel,.up .mktoForm fieldset .mktoCheckboxList label{font-size:15px;line-height:20px;}
.up .mktoForm fieldset .mktoCheckboxList label{display:block;margin-bottom:10px;padding-left:30px !important;}
.up .mktoForm fieldset .mktoCheckboxList label::before{position:absolute;left:0px;top:3px;content:"";height:16px;width:16px;border:1px solid #000;border-radius:3px;}
.up .mktoForm fieldset .mktoCheckboxList input:checked + label::after{position:absolute;content:"";height:4px;width:8px;left:4px;top:8px;border-left:2px solid #000;border-bottom:2px solid #000;transform:rotate(-45deg);}

/***** Marketo Form styles end here *****/
/* Header Section */
.up header{background:#fff;padding:27px 0;}
.up header .logo-cont{max-width:222px;}
/* Banner Section */
.up .banner-1{padding:90px 0;}

/* Banner 2 */
.up .banner-2{padding:50px 0;}
.up .banner-2 .wrap{position:relative;z-index:1;padding:60px 0;max-width:800px;}
.up .banner-2 .wrap:after{content:"";position:absolute;background:linear-gradient( 242.09deg,#90278e -12.5%,rgba(43,56,194,0.97) 56.59%,#00ffff 127.27% );right:-120px;top:0;height:100%;width:100vw;z-index:-1;clip-path:polygon(0 0,92% 0,100% 100%,0% 100%);}
.up .banner-2 h1{position:relative;margin-bottom:80px;}
.up .banner-2 h1:after{content:"";position:absolute;background:#00e4bc;height:10px;width:100px;left:0;bottom:-40px;}
.up .banner-2 .txt-cont{margin-bottom:33px;}
.up .banner-2 .mobile-img{display:none;}

/* Banner 3 */
.up .banner-3{padding:50px 0;}
.up .banner-3 .wrap{position:relative;z-index:1;padding:60px 0;max-width:600px;margin-right:170px;}
.up .banner-3 .wrap:after{content:"";position:absolute;background:linear-gradient( 242.09deg,#90278e -12.5%,rgba(43,56,194,0.97) 56.59%,#00ffff 127.27% );right:-160px;top:0;height:100%;width:100vw;z-index:-1;clip-path:polygon(0 0,92% 0,100% 100%,0% 100%);}
.up .banner-3 h1{position:relative;margin-bottom:80px;}
.up .banner-3 h1:after{content:"";position:absolute;background:#00e4bc;height:10px;width:100px;left:0;bottom:-40px;}
.up .banner-3 .txt-cont{margin-bottom:33px;}
.up .banner-3 .form-cont{width:calc(100% - 770px);background:#fff;padding:40px 20px;}
.up .form-cont h5{color:#404041;font-weight:700;text-align:center;border-bottom:4px solid #00e4bc;padding-bottom:18px;margin-bottom:20px;}

/* Banner 4 */
.up .banner-4{padding:50px 0;}
.up .banner-4 .wrap{max-width:51%;margin-right:40px;}
.up .banner-4 h5{color:#00e4bc !important;}
.up .banner-4 h1{position:relative;margin-bottom:80px;}
.up .banner-4 h1:after{content:"";position:absolute;background:#00e4bc;height:10px;width:100px;left:0;bottom:-40px;}
.up .banner-4 .txt-cont{margin-bottom:33px;}
.up .banner-4 .form-cont{width:calc(100% - 55%);background:#fff;padding:40px;}
.up .banner-4 .form-title{margin-bottom:30px;}
.up .form-cont h2{font-weight:500;position:relative;margin-bottom:30px;font-size: 20px;}
.up .form-cont div.p_text{font-size:16px;}

.up .form-cont h2:after{content:'';position:absolute;left:0;bottom:-10px;background:#6432a5;width:50px;height:4px;}


/* Sec 1*/
.up .sec1{position:relative;}
.up .sec1 .wrap{position:relative;z-index:1;padding:60px 0;max-width:600px;margin-right:170px;}
.up .sec1 .wrap:after{content:"";position:absolute;background:linear-gradient( 242.09deg,#90278e -12.5%,rgba(43,56,194,0.97) 56.59%,#00ffff 127.27% );right:-160px;top:0;height:100%;width:100vw;z-index:-1;clip-path:polygon(0 0,92% 0,100% 100%,0% 100%);}
.up .sec1 h1{position:relative;margin-bottom:80px;}
.up .sec1 h1:after{content:"";position:absolute;background:#00e4bc;height:10px;width:100px;left:0;bottom:-40px;}
.up .sec1 .img-cont{width:calc(100% - 670px);position:absolute;right:0;top:0;height:100%;}

/* Sec 2 */
.up .sec2{position:relative;z-index:1;padding:195.5px 0;background-position:right;}
.up .sec2:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;background:linear-gradient( 242.09deg,#90278e -12.5%,#2b38c2 56.59%,#00ffff 127.27% );mix-blend-mode:multiply;opacity:0.97;}
.up .sec2 .txt-cont{max-width:590px;}


/* Sec 3 */
.up .sec3{padding:60px 0;}
.up .sec3 .img-cont{width:50%;margin-right:1%;position:relative;top:0;height:100%;padding:225px 0px;clip-path:polygon(0 0,92% 0,100% 100%,0% 100%);}
.up .sec3 .txt-cont{width:46%;padding-right:120px;}
.up .btn1{margin-right:20px;}
.up .sec3 .txt{margin-bottom:37px;}
.up .reverse{flex-direction:row-reverse;}
.up .sec3 .reverse .img-cont{width:50%;margin-right:0;position:relative;top:0;height:100%;padding:225px 0px;clip-path:polygon(10% 0,100% 0,100% 100%,0% 100%);}
.up .sec3 .reverse .txt-cont{width:47%;padding-left:120px;padding-right:0;}


/* Sec 4 */
.up .sec4{padding:70px 0;}
.up .sec4 h5{margin-bottom:27px;}
.up .sec4 h2{margin-bottom:29px;}
.up .sec4 .txt-cont{margin-bottom:37px;}
.up .sec4 .btn-cont{margin-bottom:76px;}
.up .sec4 .logo-cont .item:not(:last-child){margin-right:64px;}

/* Sec 5 */
.up .sec5{padding:100px 0;}
.up .sec5 h2{position:relative;margin-bottom:50px;}
.up .sec5 h2:after{content:"";position:absolute;background:#00e4bc;height:10px;width:100px;left:0;bottom:-20px;}
.up .sec5 .txt-cont{margin-bottom:70px;}


/* Sec 6 */
.up .sec6{padding:100px 0;border-top:2px solid #d9d9d9;}
.up .sec6 .txt-cont{margin-bottom:70px;}
.up .speaker-cont h5{font-weight:700;}
.up .speaker-cont{justify-content:center;}
.up .speaker-cont .item{flex-basis:29%;margin-right:6.5%;margin-bottom:40px;justify-content:center;}
.up .speaker-cont .item:nth-child(3n),.up .speaker-cont .item:last-child{margin-right:0;}
.up .speaker-cont .item .item-img{margin-bottom:20px;border-radius:100%;}
.up .speaker-cont .item .item-img img{border-radius:100%;}
.up .speaker-cont.one_col .item{flex-basis:100%;align-items:center;margin-right:0;justify-content:space-between;max-width:630px;flex-wrap:initial;text-align:left;}
.up .speaker-cont.one_col .item .item-img{margin-bottom:0;border-radius:100%;margin-right:40px;width:245px;}
.up .speaker-cont.one_col .item .item-img img{border-radius:100%;}
.up .speaker-cont.one_col .item-txt{width:calc(100% - 285px);}
.up .speaker-cont.two_col .item{margin-right:19.5%;}
.up .speaker-cont.two_col .item:nth-child(2n),.up .speaker-cont.two_col .item:last-child{margin-right:0 !important;}

/* Sec 7 */
.up .sec7{padding:30px 0;}
.up .sec7 h4{margin-right:60px;}
.up .sec7 .logo-cont .item:not(:last-child){margin-right:125px;}

/* Sec 8 */
.up .sec8{padding:100px 0;}
.up .sec8 .txt-cont{margin-bottom:90px;}
.up .sec8 h2{position:relative;margin-bottom:50px;}
.up .sec8 h2:after{content:"";position:absolute;background:#00e4bc;height:10px;width:100px;left:0;bottom:-20px;}
.up .sec8 .form-cont h2{position:relative;margin-bottom:20px;}
.up .sec8 .form-cont h2:after{height:5px;bottom:-5px;}
.up .sec8 .img-cont{width:45%;margin-right:5%;}
.up .sec8 .form-cont{width:50%;background:linear-gradient( 242.09deg,#90278e -12.5%,#2b38c2 56.59%,#00ffff 127.27% );padding:30px 30px 30px 120px;clip-path:polygon(0 0,100% 0%,100% 100%,15% 100%);}
.up .sec8 .form-cont .p_text{font-weight:400;font-size:12px;line-height:14px;letter-spacing:0.01em;}
.up .sec8 form.mktoForm{margin:0 0 20px !important;background:transparent;padding: 0 !important;}
.up .sec8 .mktoForm input[type="url"],.up .sec8 .mktoForm input[type="text"],.up .sec8 .mktoForm input[type="date"],.up .sec8 .mktoForm input[type="tel"],.up .sec8 .mktoForm input[type="email"],.up .sec8 .mktoForm input[type="number"],.up .sec8 .mktoForm textarea.mktoField,.up .sec8 .mktoForm select.mktoField{margin-bottom:10px!important;padding:12px 15px !important;width:100% !important;font-family:"Work Sans",sans-serif;appearance:none !important;-moz-appearance:none !important;-webkit-appearance:none !important;height:50px;background:#ffffff;border:1px solid #c4c4c4;box-shadow:0px 2px 2px rgba(0,0,0,0.14) !important;border-radius:0;font-style:normal;font-weight:400;font-size:18px;line-height:20px;letter-spacing:0.01em;color:rgb(64 64 65 / 78%) !important;}
.up .sec8 .mktoForm select.mktoField{padding:7px 15px !important;background:#fff url("https://engage.icertis.com/rs/475-LPK-911/images/PRJ300123234303-MasterTemplate-Icertis-dropdown.svg") no-repeat;background-position:right 10px center;background-size:18px auto;cursor:pointer;padding-right:25px !important;}
.up .sec8 .mktoForm select.mktoField option{color:#021018 !important;}
.up .sec8 .mktoForm button.mktoButton,.up .sec8 .mktoForm button.mktoButton{text-shadow:none !important;-webkit-text-shadow:none !important;box-shadow:none !important;-webkit-box-shadow:none !important;width:100% !important;display:inline-block;text-align:center;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important;box-sizing:border-box !important;padding:7px 20px !important;min-width:100% !important;font-weight:bold !important;font-family:"Work Sans",sans-serif;background:#00e4bc !important;border:2px solid #00e4bc !important;box-shadow:0px 2px 2px rgba(0,0,0,0.14) !important;border-radius:6px;font-style:normal;font-weight:600 !important;font-size:20px !important;line-height:30px;text-align:center;letter-spacing:0.01em;color:#404041 !important;}
.up .sec8 .mktoForm button.mktoButton:hover,.up .sec8 .mktoForm button.mktoButton:hover{text-shadow:none !important;-webkit-text-shadow:none !important;background:transparent !important;border:2px solid #00e4bc !important;color:#00e4bc !important;}
.up .sec8 .form-cont a{text-decoration:underline !important;}
.up .sec8 .form-cont a:hover{text-decoration:none !important;}

/* Sec 9 */
.up .sec9{padding:100px 0;border-top:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;}
.up .sec9 .wrap{position:relative;align-items:center;z-index:1;}
.up .sec9 .img-cont{width:48%;margin-right:4%;}
.up .sec9 .txt-cont{width:calc(100% - 52%);position:relative;padding:100px 0;}
.up .sec9 .txt-cont:after{content:"";position:absolute;top:0px;left:-40px;width:100vw;height:100%;transform:skewX(12deg);transform-origin:bottom left;border:solid 10px #f2f2f2;background-color:transparent;z-index:-1;}
.up .sec9 .txt{margin-bottom:30px;}

/* Sec 10 */
.up .sec10{padding:65px 0;}
.up .sec10 .item{flex-basis:46%;}
.up .sec10 .item{flex-basis:46%;}
.up .sec10 .item{margin-right:96px;margin-bottom:40px;position:relative;}
.up .sec10 .item:nth-child(2n){margin-right:0;}
.up .sec10 .item:nth-child(2n):after,.up .sec10 .item:last-child:after{display:none;}
.up .sec10 .item:after{content:"";position:absolute;right:-40px;top:0;width:1px;height:100%;background:rgba(64,64,65,0.65);}
.up .sec10 .item .txt{margin-bottom:30px;}
.up .sec10 h2,.up .sec10 h2 div{font-size:35px;line-height:55px;}


/* Sec 11 */
.up .sec11{position:relative;}
.up .sec11 .wrap{position:relative;z-index:1;padding:72px 0;max-width:600px;margin-right:170px;}
.up .sec11 .wrap:after{content:"";position:absolute;background:linear-gradient( 242.09deg,#90278e -12.5%,rgba(43,56,194,0.97) 56.59%,#00ffff 127.27% );right:-160px;top:0;height:100%;width:100vw;z-index:-1;clip-path:polygon(0 0,92% 0,100% 100%,0% 100%);}
.up .sec11 h1{position:relative;margin-bottom:80px;}
.up .sec11 h1:after{content:"";position:absolute;background:#00e4bc;height:10px;width:100px;left:0;bottom:-40px;}
.up .sec11 .img-cont{width:calc(100% - 670px);position:absolute;right:0;top:0;height:100%;}
.up .sec11 h2{display:flex;align-items:flex-end;}
.up .sec11 img{margin-right:25px;}


/* Sec 12 */
.up .sec12{padding:100px 0;}
.up .sec12 .top-txt{margin-bottom:57px;}
.up .sec12 .item{flex-basis:30.66%;text-align:center;margin-right:4%;margin-bottom:35px;}
.up .sec12 .item:nth-child(3n){margin-right:0;}
.up .sec12 .icon-cont{margin-bottom:30px;}
.up .sec12 h5{font-weight:700;color:#000000;}
.up .sec12 .card-cont{justify-content:center;}


/* Sec 13 */
.up .sec13{padding:100px 0;}
.up .sec13 .item{flex-basis:30.66%;text-align:center;margin-right:4%;margin-bottom:35px;}
.up .sec13 .item:nth-child(3n){margin-right:0;}
.up .sec13 .icon-cont{margin-bottom:30px;}
.up .sec13 .card-cont{justify-content:center;}
.up .sec13 h5{font-weight:700;}

/* Sec 14 */
.up .sec14{padding:100px 0;border-bottom:2px solid #d9d9d9;}
.up .sec14 .top-txt{margin-bottom:57px;}
.up .sec14 .card-cont{justify-content:center;}
.up .sec14 .item{flex-basis:30.66%;text-align:center;margin-right:4%;margin-bottom:45px;}
.up .sec14 .item:nth-child(3n){margin-right:0;}
.up .sec14 .icon-cont{background:#ffffff;border:1px solid #00e4bc;border-radius:71px;max-width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;}
.up .sec14 h5{font-weight:700;color:#000000;}

/* Sec 15 */
.up .sec15{padding:80px 0;}
.up .sec15 .top-txt{margin-bottom:50px;}
.up .video_wraper{position:relative;border-radius:30px;overflow:hidden;max-width:902px;margin:0 auto;}
.up iframe{position:absolute;top:0;width:100%;left:0;height:100%;z-index:-1;}
.up .play{position:absolute;left:0;right:0;opacity:1;top:50%;transform:translateY(-50%);cursor:pointer;margin:0 auto;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}



/* Sec 16 */
.up .sec16{padding:100px 0;border-bottom:2px solid #d9d9d9;}
.up .sec16 .top-txt{margin-bottom:46px;}
.up .sec16 .img-cont{padding:100px 0;}
.up .sec16 .item{flex-basis:30.66%;text-align:center;margin-right:4%;margin-bottom:35px;background:#ffffff;box-shadow:4px 2px 11px 8px rgba(0,0,0,0.1);}
.up .sec16 .item:nth-child(3n){margin-right:0;}
.up .sec16 .card-cont{justify-content:center;}
.up .sec16 .txt-cont{padding:30px 20px;color:#404041;}
.up .sec16.two-col .item{flex-basis:46%;margin-right:8%;}
.up .sec16.two-col .item:nth-child(2n){margin-right:0;}
.up .sec16.two-col .img-cont{padding:160px 0;}

/* Sec 19 */
.up .sec19 {
    padding: 65px 0;
}
.up .sec19 .item { flex-basis: 50%;}
.up .sec19 .item { 
	padding-right: 45px;
    margin-bottom: 0px;
    position: relative;
}
.up .sec19 .item:nth-child(2n) {
    padding-right: 0;
}
.up .sec19 iframe {
    position: relative;
    z-index: 99;
	height: revert-layer;
}
.up .sec19 .video-caption-item {
    margin-top: 32px !important;
}
.video-box-item {
    position: relative;
}
.video-box-item:before {
    position: absolute;
    right: 0px;
    top: 0;
    content: url(https://engage.icertis.com/rs/475-LPK-911/images/Green-img65-75.png);
}
.up .video-box-item {
    padding: 25px 25px 0 0;
}
.up .sec19 .video-caption-item {
    padding: 0px 25px 0 0;
}
.up .sec19 .item .txt {
    margin-bottom: 30px;
}


/* Sec 20 */
.up .sec20 {
    padding: 80px 0;
}
.up .copyright3 a {
    color: #404041;
    text-decoration: underline !important;
}
.up .p_text {
    color: #656565;
    margin: 14px 0 0;
}
copyright3 .p_text {
    font-weight: 300;
}

/* Sec 21 */
.up .sec21 {
    padding: 65px 0px;
}
.up .sec21 i {
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
}
.up .sec21 h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.up .sec21 .p_text {
    margin: 0 0 20px;
}
.up .sec21 .wrap {
    padding: 0 70px;
}
div#sec21_content {
    margin-top: 20px;
}

/* Sec 22 */
.up .sec22 {
    padding: 65px 0px;
}
.up .sec22 .img-cont {
    width: 49%;
    margin-right: 3%;
}
.up .sec22 .txt-cont {
    width: calc(100% - 52%);
    position: relative;
    padding: 0;
}
.up .sec22 .txt {
    margin-bottom: 30px;
}

/* Sec 23 */
.up .sec23 {
    padding: 65px 0px;
}
.up .sec23 .img-cont {
    width: 52%;
    margin-right: 0%;
    padding-left: 38px;
    position: relative;
    padding-right: 23px;
}
.up .sec23 .txt-cont {
    width: calc(100% - 52%);
    position: relative;
    padding: 0;
}
.up .sec23 .txt {
    margin-bottom: 30px;
}
.img-cont.green-rect:before {
    position: absolute;
    right: 0px;
    top: -21px;
    content: url(https://engage.icertis.com/rs/475-LPK-911/images/Green-img65-75.png);
    z-index: 9;
}

/* Sec 24 */
.up .sec24 {
    padding: 65px 0px;
}
.up .sec24 .img-cont {
    width: 49%;
    margin-left: 3%;
}
.up .sec24 .txt-cont {
    width: calc(100% - 52%);
    position: relative;
    padding: 0;
}
.up .sec24 .txt {
    margin-bottom: 30px;
}

/* Sec 25 */
.up .sec25 {
    padding: 65px 0px;
}
.up .sec25 .wrap {
    max-width: 51%;
    margin-right: 40px;
}
.up .sec25 .form-cont {
    width: 100%;
    background: #fff;
    padding-left: 40px;
}
.up .sec25 .bottom-image.mob-btm-image {
    display: none;
}
.up .sec25 .wrap {
    display: grid;
    grid-template-columns: 59% 41%;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}
.up .sec25 form.mktoForm {
    width: 100% !important;
    float: none;
    margin: 0px !important;
    background: #ffffff;
    padding: 0px !important;
}
.up .sec25 .mktoForm input[type="url"], .up .sec25 .mktoForm input[type="text"], .up .sec25 .mktoForm input[type="date"], .up .sec25 .mktoForm input[type="tel"], .up .sec25 .mktoForm input[type="email"], .up .sec25 .mktoForm input[type="number"], .up .sec25 .mktoForm textarea.mktoField, .up .sec25 .mktoForm select.mktoField {
    padding: 10px 15px !important;
    width: 100% !important;
    font-family: "Work Sans",sans-serif;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    height: 47px;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    box-shadow: none !important;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.01em;
    color: #000!important;
    margin-bottom: 15px!important;
    margin-top: 0 !important;
}
.up .sec25 .mktoForm .mktoLabel {
    display: none;
}
.up .sec25 .mktoForm ::placeholder {
  font-family: "Work Sans",sans-serif;
font-weight: 700;
color: #000!important;
}
.up .sec25 .mktoForm button.mktoButton, .up .sec25 .mktoForm button.mktoButton {
    text-shadow: none !important;
    -webkit-text-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: bold !important;
    font-family: "Work Sans",sans-serif;
    background: #00E4BC !important;
    border: 2px solid #00E4BC!important;
    /* box-shadow: 0px 2px 2px rgba(0,0,0,0.14) !important; */
    border-radius: 0;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000!important;
    padding: 10px !important;
    font-size: 18px !important;
    max-width: 183px;
    margin: 15px 0 !important;
}
.up .sec25 .form-cont{
	grid-row: 1/3;
    grid-column: 2/3;
}

/* Sec 26 */
.up .sec26 {
    padding: 65px 0px;
}
.up .sec26 ul {
    display: inline-flex;
    margin: 0;
    width: 100%;
}
.up .sec26 ul li::before {
   display:none;
}
.up .sec26 ul li {
    margin: 0 60px;
    font-weight: 500;
}

/* Sec 27 */
.up .sec27 {
    padding: 65px 0px;
}
.up .sec27 .wrap {
    max-width: 51%;
    margin-right: 40px;
}
.up .sec27 .form-cont {
    width: 100%;
    background: #fff;
    padding-left: 40px;
}
.up .sec27 .bottom-image.mob-btm-image {
    display: none;
}
.up .sec27 .wrap {
    display: grid;
    grid-template-columns: 59% 41%;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}
.up .sec27 form.mktoForm {
    width: 100% !important;
    float: none;
    margin: 0px !important;
    background: #ffffff;
    padding: 0px !important;
}

.up .sec27 .form-cont{
	grid-row: 1/3;
    grid-column: 2/3;
}
.up .sec27 .mktoForm input[type="url"], .up .sec27 .mktoForm input[type="text"], .up .sec27 .mktoForm input[type="date"], .up .sec27 .mktoForm input[type="tel"], .up .sec27 .mktoForm input[type="email"], .up .sec27 .mktoForm input[type="number"], .up .sec27 .mktoForm textarea.mktoField, .up .sec27 .mktoForm select.mktoField {
    padding: 10px 15px !important;
    width: 100% !important;
    font-family: "Work Sans",sans-serif;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    height: 47px;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    box-shadow: none !important;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.01em;
    color: #000!important;
    margin-bottom: 15px!important;
    margin-top: 0 !important;
}
.up .sec27 .mktoForm .mktoLabel {
    display: none;
}
.up .sec27 .mktoForm ::placeholder {
  font-family: "Work Sans",sans-serif;
font-weight: 700;
color: #000!important;
}
.up .sec27 .mktoForm button.mktoButton, .up .sec27 .mktoForm button.mktoButton {
    text-shadow: none !important;
    -webkit-text-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: bold !important;
    font-family: "Work Sans",sans-serif;
    background: #00E4BC !important;
    border: 2px solid #00E4BC!important;
    /* box-shadow: 0px 2px 2px rgba(0,0,0,0.14) !important; */
    border-radius: 0;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000!important;
    padding: 10px !important;
    font-size: 18px !important;
    max-width: 183px;
    margin: 15px 0 !important;
}
.speaker-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.up .sec27 .spkrs.speaker-cont {
    flex-basis: 29%;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 35px;
}
.up .sec27 .image-tag.image-tag {
    width: 100px;
    margin: 0 auto;
	position: relative;
}
.up .sec27 .img-boxx{
	width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;}
.up .sec27 .spkrs.speaker-cont img {
    width: 100px;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
	z-index: 9;
}
.up .sec27 .image-tag:after {
    position: absolute;
    right: -21px;
    bottom: -21px;
    content: url(https://engage.icertis.com/rs/475-LPK-911/images/Green-img65-75.png);
}
.up .sec27 .speaker-cont h5 {
    margin: 29px 0 0;
    font-size: 18px;
}
.up .sec27 .speaker-cont .p_text {
    margin: 0;
    line-height: 24px;
    font-size: 18px;
}
.up .sec27 ul {
    list-style: disc;
	color: #656565;
}
.up .sec27 ul li::before {
    display:none;
}
.bottom-speakers h2 {
    font-size: 20px;
}
.up .sec27 h4 {
    position: relative;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 40px;
}
.up .sec27 h4:after {
    content: "";
    position: absolute;
    background: #00e4bc;
    height: 2px;
    width: 109px;
    left: 0;
    bottom: -20px;
}
.up .sec27 .item-txt {
    font-size: 18px;
}


img#header_logo_img {
    width: 128px;
}


/* Footer Section */
.up footer .footer-cont{padding:20px 0;align-items:center;}
.up footer .footer-cont .left{width:30%;}
.up footer .footer-cont .right{width:70%;margin-left:0%;justify-content:flex-end;}
.up footer ul{margin:0;}
.up footer li,.up footer li a{font-family:"Work Sans",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:30px;letter-spacing:0.01em;text-decoration:underline !important;}
.up footer li{display:inline-block;padding-bottom:0;}
.up footer li:hover,.up footer li a:hover{text-decoration:none !important;}
.up footer .p_text{font-family:"Work Sans",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:30px;letter-spacing:0.01em;}
.up footer .right li:not(:last-child),.up footer .socials li:not(:last-child){padding-right:18px;}
.up footer .right li a,.up footer .socials li a{font-size:28px;line-height:30px;}
.up footer .right li a:hover i,.up footer .socials li a:hover i{color:#00e4bc !important;}
.up footer.footer-2 .footer-cont{padding:40px 0;}
.up footer .socials{margin-bottom:14px;}
.up footer .copyright h6{font-weight:500;font-size:20px;line-height:34px;letter-spacing:0.01em;}
.up footer .copyright h6 span{color:#00e4bc !important;padding-right:10px;}
.up footer.footer-2 a{text-decoration:underline !important;}
.up footer.footer-2 a:hover{text-decoration:none !important;}
@media(max-width:1240px){.up .sec3 .txt-cont{padding-right:20px;}
.up .sec3 .reverse .txt-cont{padding-left:20px;padding-right:0;}
.up .sec10 .item{margin-right:86px;}
.up .sec10 .item:after{right:-36px;}
}
@media(max-width:1199px){.up h1,.up h1 div,.up h2,.up h2 div,.up .sec10 h2,.up .sec10 h2 div{font-size:30px;line-height:45px;}
.up .big_p,.up .big_p li{font-size:20px;line-height:24px;}
.up .banner-2 .wrap{padding:40px 0;max-width:600px;}
.up .banner-3 .wrap{padding:40px 0;max-width:400px;margin-right:180px;}
.up .banner-3 .form-cont{width:calc(100% - 580px);}
.up .banner-4 .form-cont{width:calc(100% - 56%);}

.up .sec1 .wrap{padding:40px 0;max-width:450px;margin-right:170px;}
.up .sec1 .img-cont{width:calc(100% - 530px);}
.up .sec2{padding:115.5px 0;}
.up .sec4 .logo-cont .item{max-width:22%;}
.up .sec4 .logo-cont .item:not(:last-child){margin-right:51.5px;}
.up .sec7 h4{margin-right:0;text-align:center;width:100%;margin-bottom:30px;}
.up .sec7 .logo-cont .item:not(:last-child){margin-right:50px;}
.up .sec7 .logo-cont{justify-content:center;align-items:center;width:100%;max-width:100%;}
.up .sec8 .txt-cont{margin-bottom:60px;}
.up .sec10 .item{margin-right:76px;}
.up .sec10 .item:after{right:-30px;}
.up .sec11 .wrap{padding:70px 0;max-width:500px;margin-right:170px;}
.up .sec11 .img-cont{width:calc(100% - 550px);}
}
@media(max-width:991px){.up h1,.up h1 div,.up h2,.up h2 div,.up .sec10 h2,.up .sec10 h2 div{font-size:26px;line-height:40px;}
.up h5,.up h5 div{font-size:20px;line-height:22px;}
.up br{display:none;}
.up .banner-1{padding:60px 0;}
.up .banner-2 .wrap,.up .banner-3 .wrap{padding:40px 0;max-width:100%;margin-right:0;}
.up .banner-2 .wrap:after,.up .banner-3 .wrap:after{right:0;left:-20px;top:0;height:100%;width:100vw;z-index:-1;clip-path:unset;}
.up .banner-3{padding:0;}
.up .banner-3 .dis-flex.vtop{flex-direction:column-reverse;}
.up .banner-3 .form-cont{width:100%;margin:30px 0;}
.up .banner-4 .wrap{max-width:100%;margin-right:0;}
.up .banner-4 .form-cont{width:100%;background:#fff;padding:40px;}
.up .banner-4 h1{margin-bottom:40px;}
.up .banner-4 h1:after{height:5px;width:50px;bottom:-20px;}

.up .sec1 .img-cont{width:100%;position:relative;padding:200px 0px;}
.up .sec1 .wrap{padding:40px 20px;max-width:100%;margin-right:0;width:100%;}
.up .sec1 .wrap:after{right:0;left:0;top:0;height:100%;width:100vw;z-index:-1;clip-path:unset;}
.up .sec1 .dis-flex.vtop{flex-direction:column-reverse;}
.up .sec1 .container{padding:0;}
.up .sec2{padding:115px 0;background-position:center;}
.up .sec2 .txt-cont{max-width:100%;}
.up .sec3{padding:0;}
.up .sec3 .dis-flex.vmiddle{flex-direction:column-reverse;}
.up .sec3 .img-cont,.up .sec3 .reverse .img-cont{width:100%;margin-right:0;position:relative;top:0;height:100%;padding:28% 0px;clip-path:unset;}
.up .sec3 .txt-cont,.up .sec3 .reverse .txt-cont{padding:40px 20px;width:100%;}
.up .sec4{padding:60px 0;}
.up .logo-cont{max-width:420px;margin:0 auto;}
.up .sec4 .logo-cont .item{max-width:180px;margin:0 auto 30px !important;width:100%;}
.up .sec4 .logo-cont .item:not(:last-child){margin-right:auto;}
.up .sec4 .btn-cont{margin-bottom:40px;}
.up .sec5{padding:60px 0;}
.up .sec6{padding:60px 0;}
.up .speaker-cont.two-col .item{margin-right:7.5%;flex-basis:46%;}
.up .sec7 h4{margin-right:0;margin-bottom:30px;width:100%;}
.up .sec8{padding:60px 0 0;}
.up .sec8 .container{padding:0;}
.up .sec8 .txt-cont{margin-bottom:60px;padding:0 20px;}
.up .sec8 .img-cont{width:100%;margin-right:0;text-align:center;}
.up .sec8 .form-cont{width:100%;background:linear-gradient(242.09deg,#90278E -12.5%,#2B38C2 56.59%,#00FFFF 127.27%);padding:30px 20px;clip-path:unset;}
.up .sec9{padding:60px 0;}
.up .sec9 .txt-cont:after{display:none;}
.up .sec9 .img-cont{width:100%;margin-right:0;text-align:center;}
.up .sec9 .txt-cont{width:100%;position:relative;padding:40px 0 0;}
.up .sec10{padding:60px 0;}
.up .sec10 .item{flex-basis:100%;margin-right:0 !important;margin-bottom:0;}
.up .sec10 .item:not(:last-child){margin-bottom:30px;}
.up .sec10 .item:after{display:none;}
.up .sec11 .img-cont{width:100%;position:relative;padding:200px 0px;}
.up .sec11 .wrap{padding:40px 20px;max-width:100%;margin-right:0;width:100%;}
.up .sec11 .wrap:after{right:0;left:0;top:0;height:100%;width:100vw;z-index:-1;clip-path:unset;}
.up .sec11 .dis-flex.vtop{flex-direction:column-reverse;}
.up .sec11 .container{padding:0;}
.up .sec12{padding:60px 0;}
.up .sec12 .item{flex-basis:100%;text-align:center;margin-right:0;margin-bottom:35px;}
.up .sec13{padding:60px 0;}
.up .sec13 .item{flex-basis:100%;text-align:center;margin-right:0;margin-bottom:0;}
.up .sec13 .item:not(:last-child){margin-bottom:35px;}
.up .sec14{padding:60px 0;}
.up .sec14 .item{flex-basis:100%;text-align:center;margin-right:0;margin-bottom:0;}
.up .sec14 .item:not(:last-child){margin-bottom:35px;}
.up .sec15{padding:60px 0;}
.up .sec16{padding:60px 0;}
.up .sec16 .item{flex-basis:100%;text-align:center;background:#FFFFFF;box-shadow:4px 2px 11px 8px rgba(0,0,0,0.1);max-width:480px;margin:0 auto;}
.up .sec16 .item:not(:last-child){margin-bottom:35px;}
.up .sec16 .item:nth-child(3n){margin-right:auto;}
.up .sec16.two-col .item{flex-basis:100%;margin:0 auto;}
.up .sec16.two-col .item:nth-child(2n){margin-right:auto;}
.up .sec16.two-col .item:not(:last-child){margin-bottom:35px;}
.up .sec19 .dis-flex {
    flex-direction: column-reverse;
}
.btn-cont{
	text-align: center;
}
 .up .sec25 .wrap {
    display: block;
}
.up .sec27 .wrap{
    display: flex;
	    display: flex;
    flex-direction: column;
}
.up .sec22 .txt-cont {
    width: 100%;
    margin-top: 15px;
}
.up .sec22 .dis-flex {
    flex-direction: column;
}
.up .sec22 .img-cont {
    width: 100%;
    margin-left: 0;
}
.up .sec23 .txt-cont {
    width: 100%;
}
.up .sec23 .dis-flex {
    flex-direction: column;
}
.up .sec23 .img-cont {
    width: 100%;
    margin-left: 0;
}
.up .sec24 .txt-cont {
    width: 100%;
}
.up .sec24 .dis-flex {
    flex-direction: column;
}
.up .sec24 .img-cont {
    width: 100%;
    margin-left: 0;
}
}
@media(max-width:767px){
.up .sec26 {
    padding: 30px 0px;
}
	.up h3,.up h3 div{font-size:26px;line-height:30px;}
.up .big_p,.up .big_p li{font-size:18px;line-height:20px;}
.up ul,.up ol{margin:20px 0;padding-left:20px;list-style:none;}
.up header .logo-cont{max-width:200px;margin:0 auto;}
.up .banner-1,.up .sec4,.up .sec5,.up .sec6,.up .sec7,.up .sec8,.up .sec9,.up .sec10,.up .sec12,.up .sec13,.up .sec14,.up .sec15,.up .sec16{padding:40px 0;}
.up .sec2{padding:60px 0;}
.up .banner-2 .mobile-img{display:block;padding:150px 0;background-position:right;}
.up .banner-2{padding:0;background-image:none !important;}
.up .banner-4 .form-cont{padding:20px;}

.up .sec4 .logo-cont .item{max-width:36%;margin:0 auto 30px;}
.up .sec5 .txt-cont{margin-bottom:40px;}
.up .sec6 .txt-cont{margin-bottom:40px;}
.up .speaker-cont.two-col .item{margin-right:0;flex-basis:100%;margin-bottom:35px;}
.up .speaker-cont.two-col .item:not(:last-child){margin-bottom:35px;}
.up .speaker-cont .item{flex-basis:100%;margin-right:0;margin-bottom:0;justify-content:center;flex-direction:column;align-items:center;}
.up .speaker-cont .item .item-img{max-width:180px;}
.up .speaker-cont.one-col .item{margin-bottom:30px;}
.up .speaker-cont.one-col .item .item-img{margin-bottom:0;border-radius:100%;margin-right:0;width:100%;text-align:center;margin-bottom:20px;}
.up .speaker-cont.one-col .item-txt{width:100%;text-align:center;}
.up .speaker-cont .item:not(:last-child){margin-bottom:35px;}
.up .sec4 .logo-cont .item{max-width:200px;margin:0 auto 30px !important;width:100%;}
.up .sec7 .logo-cont .item{max-width:200px;margin:0 auto 30px !important;width:100%;}
.up .sec8 .txt-cont{margin-bottom:0px;padding:0 20px;}
.up footer .footer-cont .left{width:50%;}
.up footer .footer-cont .right{width:50%;}
.up .play{max-width:80px;margin:0 auto;}
.up .sec11 .img-cont{padding:150px 0px;}
.up .logo-cont{max-width:420px;margin:0 auto;}
.up .sec4 .logo-cont .item{max-width:180px;margin:0 auto 30px !important;width:100%;}
.up .mktoForm input[type="url"],.up .mktoForm input[type="text"],.up .mktoForm input[type="date"],.up .mktoForm input[type="tel"],.up .mktoForm input[type="email"],.up .mktoForm input[type="number"],.up .mktoForm textarea.mktoField,.up .mktoForm select.mktoField{padding:12px 15px !important;width:100% !important;font-family:"Work Sans",sans-serif;appearance:none !important;-moz-appearance:none !important;-webkit-appearance:none !important;height:50px;background:#ffffff;border:1px solid #fff;box-shadow:none !important;border-radius:4px;font-style:normal;font-weight:400;font-size:24px;line-height:20px;letter-spacing:0.01em;color:#000!important;margin-bottom:17px!important;margin-top:0 !important;}
.up .mktoForm .mktoLabel{width:auto !important;margin-bottom:5px;font-weight:normal !important;padding:0px !important;font-family:"Work Sans",sans-serif;font-weight:400;font-size:24px;line-height:30px;letter-spacing:0.01em;text-align:center;color:#000;}
.up .mktoForm .mktoCheckboxList label::before{position:absolute;left:0px;top:6px;content:"";height:20px;width:20px;border:1px solid #021018;border-radius:3px;}
.up .mktoForm .mktoCheckboxList label{font-size:24px;max-width:max-content;position:relative;padding-left:40px !important;padding-top:0 !important;margin-bottom:0;width:auto;display:flex;line-height:1.4;padding-right:0 !important;font-family:"Work Sans",sans-serif;color:#000;align-items:center;}
.up .mktoForm select.mktoField{padding:7px 15px !important;background:#fff url("https://engage.icertis.com/rs/475-LPK-911/images/PRJ300123234303-MasterTemplate-Icertis-dropdown.svg") no-repeat;background-position:right 10px center;background-size:18px auto;cursor:pointer;padding-right:25px !important;}
.up .mktoForm .mktoCheckboxList input:checked + label::after{position:absolute;content:"";height:4px;width:9px;left:6px;top:12px;}
.up .mktoForm .mktoRadioList input + label:before{content:"";background:#fff;border:1px solid #000;display:inline-block;vertical-align:middle;width:20px;height:20px;padding:0;margin-right:0;text-align:center;font-size:16px;left:0;position:absolute;top:13px;}
.up .mktoForm .mktoRadioList input:checked + label:after{width:12px;height:12px;background-color:#000;border-radius:100px;left:5px;top:18px;position:absolute;content:"";}
.up .mktoForm button.mktoButton,.mktoForm button.mktoButton{max-width:140px;}
.up .mktoForm fieldset .mktoCheckboxList label{display:block !important;}
.up .sec27 .spkrs.speaker-cont {
    flex-basis: 100%;
    display: flex;
    text-align: center;
    margin-right: 0;
    margin-bottom: 48px;
}
.up .sec27 .speaker-cont h5 {
    margin: 0;
    font-size: 18px;
}
.up .sec27 .item-txt {
    font-size: 18px;
    flex-grow: 1;
    text-align: left;
    padding-left: 40px;
}
.up .sec27 .spkrs.speaker-cont {
    flex-basis: 100%;
    display: flex;
    text-align: center;
    margin-right: 0;
    margin-bottom: 48px;
	align-items: center;
}
.up .sec27 .form-cont {
    padding-left: 0;
    order: 2;
    margin-top: 18px;
}
.up .sec26 ul li {
    margin: 0 15px;
    font-weight: 500;
}
.up .bottom-speakers {
    margin: 15px 0 0;
}
.up .video-box-item {
    padding: 0;
}
.video-box-item:before{
	display:none;
}
.up .sec23 .img-cont {
    padding-left: 0;
}
.up .sec22 {
    padding: 45px 0px;
}
.up .sec23 {
    padding: 25px 0px;
}
.up .sec25 {
    padding: 25px 0px;
}
.up .sec24 {
    padding: 30px 0px;
}
.up .sec25 .form-cont {
    padding-left: 0;
    margin-top: 25px;
}
.up .sec27 .mktoForm button.mktoButton, .up .sec27 .mktoForm button.mktoButton, .up .sec25 .mktoForm button.mktoButton, .up .sec25 .mktoForm button.mktoButton{
	
	margin: 0 auto !important;
}
.up .sec19 {
    padding: 42px 0;
}
.up .sec20 {
    padding: 60px 0;
}
.up .sec19 .item {
    padding-right: 0;
}
.up .sec21 .wrap {
    padding: 0;
}
.up .sec20 {
    padding: 62px 0;
}
}
@media(max-width:480px){.up h1,.up h1 div,.up h2,.up h2 div,.up .sec10 h2,.up .sec10 h2 div{font-size:20px;line-height:26px;}
.up h3,.up h3 div{font-size:20px;line-height:26px;}
.up h5,.up h5 div{font-size:16px;line-height:19px;}
.up h6,.up h6 div{font-size:16px;}
.up .big_p,.up .big_p li{font-size:14px;line-height:20px;}
.up h2,.up h5,.up h3,.up h3 div{margin-bottom:10px;}
.up .green-cta a,.up .white-cta a{font-size:14px;line-height:20px;padding:5.5px 10px;min-width:154px;}
.up .mktoForm .mktoLabel{font-size:20px;line-height:30px;}
.up .mktoForm input[type="url"],.up .mktoForm input[type="text"],.up .mktoForm input[type="date"],.up .mktoForm input[type="tel"],.up .mktoForm input[type="email"],.up .mktoForm input[type="number"],.up .mktoForm textarea.mktoField,.up .mktoForm select.mktoField{font-size:20px;line-height:20px;}
.up .mktoForm select.mktoField{background-size:12px auto;}
.up .mktoForm button.mktoButton,.mktoForm button.mktoButton{margin-top:10px;}
.up header{padding:18px 0;}
.up header .logo-cont{max-width:110px;}
.up .banner-1{padding:30px 0;}
.up .banner-2 .wrap,.up .banner-3 .wrap{padding:30px 0;max-width:100%;margin-right:0;}
.up .banner-2 h1,.up .banner-3 h1,.up .sec5 h2,.up .sec8 h2{position:relative;margin-bottom:40px;}
.up .banner-2 h1:after,.up .banner-3 h1:after,.up .sec5 h2:after,.up .sec8 h2:after{height:5px;width:42px;left:0;bottom:-25px;}
.up div.p_text,.up div.p_text div,.up li{font-size:14px;line-height:20px;}
.up .form-cont h5{font-size:24px;line-height:28px;}
.up .sec1 .wrap{padding:30px 20px;}
.up .sec2{padding:60px 0;background-position:center;}
.up .sec3 .txt-cont,.up .sec3 .reverse .txt-cont{padding:30px 20px;width:100%;}
.up .btn1{margin-right:0;margin-bottom:20px;}
.up .sec4{padding:30px 0;}
.up .sec4 h5{margin-bottom:15px;}
.up .sec4 h2{margin-bottom:15px;}
.up .sec4 .txt-cont{margin-bottom:20px;}
.up .logo-cont{max-width:230px;margin:0 auto;}
.up .sec4 .logo-cont .item{max-width:80px;margin:0 auto 30px !important;width:100%;}
.up .sec5{padding:30px 0;}
.up .sec5 .txt-cont{margin-bottom:20px;}
.up .sec6{padding:30px 0;}
.up .sec6 .txt-cont{margin-bottom:40px;}
.up .speaker-cont .item .item-img{max-width:100px;}
.up .speaker-cont h5{font-weight:700;font-size:20px;line-height:26px;margin-bottom:10px;}
.up .speaker-cont.two-col .item{margin-bottom:20px;}
.up .sec7 .logo-cont{max-width:290px;margin:0 auto;}
.up .sec7 .logo-cont .item{max-width:100px;margin:0 auto 30px !important;width:100%;}
.up .sec8{padding:30px 0 0;}
.up .sec8 .form-cont h2{position:relative;margin-bottom:40px;}
.up .sec8 .form-cont h2:after{height:5px;bottom:-20px;}
.up .sec9{padding:30px 0;}
.up .sec9 .txt-cont{width:100%;position:relative;padding:30px 0 0;}
.up .sec10{padding:30px 0;}
.up .sec11 .img-cont{padding:110px 0px;}
.up .sec12{padding:30px 0;}
.up .sec12 .icon-cont,.up .sec13 .icon-cont{max-width:100px;margin:0 auto 30px;}
.up .sec12 h5{font-size:20px;line-height:26px;}
.up .sec13{padding:30px 0;}
.up .sec14{padding:30px 0;}
.up .sec14 .top-txt{margin-bottom:30px;}
.up .sec14 .icon-cont{margin:0 auto 20px;}
.up .sec14 .item:not(:last-child){margin-bottom:25px;}
.up .sec15{padding:30px 0;}
.up .sec16{padding:30px 0;}
.up .video_wraper{border-radius:10px;}
.up .sec16 .top-txt{margin-bottom:30px;}
.up .sec16 .img-cont{padding:100px 0 !important;}
.up footer .footer-cont .left{width:100%;text-align:center;margin-bottom:20px;}
.up footer .footer-cont .right{width:100%;justify-content:center;}
.up footer.footer-2 .footer-cont{padding:20px 0;}
.up footer .copyright h6{font-weight:500;font-size:16px;line-height:30px;letter-spacing:0.01em;}
.up .play{max-width:40px;margin:0 auto;}

.up .copyright3 a {
    color: #01037C;
    text-decoration: underline!important;
    width: 100%;
}
.up .copyright3 h6, .up .copyright3 h6 div {
    font-size: 20px;
}
}
