:root {
  --black: #000;
  --white: #fff;
}

#backToTop {
  display: none !important;
}

.form-wrapper {
  position: relative;
  --form-dropdown-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.main-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.main-wrapper *,
.main-wrapper *::before,
.main-wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-wrapper .btn-primary {
  display: inline-block;
  border-radius: 4px;
  padding: 12px 24px;
  line-height: normal;
  text-align: center;
  font-family: inherit;
  font-weight: 400;
  font-size: 17px;
  text-decoration: unset;
  cursor: pointer;
  border: 1px solid #E80E19;
  background: #E80E19;
  color: #ffffff;
}

.main-wrapper .btn-secondary {
  display: inline-block;
  border-radius: 4px;
  padding: 12px 24px;
  text-align: center;
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: unset;
  cursor: pointer;
  border: 1px solid #FFCA14;
  background: #FFCA14;
  color: #000000;
}

.display-block {
  display: block !important;
  width: 100%;
}

.main-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.main-wrapper .row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.main-wrapper .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .main-wrapper .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .main-wrapper .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .main-wrapper .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .main-wrapper .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .main-wrapper .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .main-wrapper .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .main-wrapper .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .main-wrapper .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .main-wrapper .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .main-wrapper .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .main-wrapper .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .img-con {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .img-con img {
    max-width: 475px;
    width: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .main-wrapper .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .main-wrapper .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .main-wrapper .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .main-wrapper .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .main-wrapper .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .main-wrapper .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.main-wrapper h1 {
  font-size: calc(1.375rem + 2.2vw);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.75px;
}

.main-wrapper h1 > strong {
  font-weight: 700;
}

.main-wrapper h2 {
  font-size: calc(1.325rem + 1.75vw);
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}

.main-wrapper h3 {
  font-size: calc(1.3rem + 1vw);
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 12px;
  letter-spacing: -0.75px;
}

.main-wrapper h4 {
  font-size: calc(1.275rem + 0.75vw);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.25px;
  margin: 0 0 12px;
}

.main-wrapper h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.main-wrapper p,
.main-wrapper ol li,
.main-wrapper ul li {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 12px;
}

@media screen and (min-width: 992px) {
  .main-wrapper h1 {
    font-size: 2.5rem;
  }
  .main-wrapper h2 {
    font-size: 2rem;
  }
  .main-wrapper h3 {
    font-size: 1.5rem;
  }
  .main-wrapper h4 {
    font-size: 1.25rem;
  }
  .main-wrapper p {
    font-size: 17px;
    line-height: 1.65;
  }
}
.main-wrapper .container {
  max-width: 1280px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (min-width: 576px) {
  .main-wrapper .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .main-wrapper .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .main-wrapper .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .main-wrapper .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .main-wrapper .container {
    max-width: 1280px;
  }
}
.main-wrapper .text-white {
  color: #ffffff !important;
}

.main-wrapper .text-center {
  text-align: center;
}

.main-wrapper .mb-0 {
  margin-bottom: 0 !important;
}

.main-wrapper .banner-section {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFAC7), to(rgba(255, 237, 166, 0.18)));
  background: linear-gradient(180deg, #FFFAC7 0%, rgba(255, 237, 166, 0.18) 100%);
  position: relative;
  z-index: 1;
}

.banner-desc {
  font-size: 18px !important;
}
.banner-desc strong {
  font-weight: 600;
}

.items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.main-wrapper .banner-content-sec {
  margin: 40px 0 0;
}

.main-wrapper .banner-section .banner-content h1 {
  margin-bottom: 16px;
}

.main-wrapper .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.main-wrapper .date-time > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 17px;
  font-weight: 400;
}

.main-wrapper .presenter-sec {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.main-wrapper .presenter-sec > img {
  border-radius: 100%;
  max-width: 100px;
  height: 100px;
  background: #E7C294;
}

.main-wrapper .presenter-sec p {
  font-size: 16px !important;
  margin: 0 !important;
}

.live-text {
  border: 1px solid #333;
  padding: 4px 12px;
  border-radius: 32px;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1.4;
}

.presenter-icon {
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDQwQzguOTc0MzYgNDAgMCAzMS4wMjY1IDAgMTkuOTk4MUMwIDguOTY5NzQgOC45NzQzNiAwIDIwIDBDMzEuMDI1NiAwIDQwIDguOTczNTEgNDAgMTkuOTk4MUM0MCAzMS4wMjI3IDMxLjAyNTYgMzkuOTk2MiAyMCAzOS45OTYyVjQwWk0yMCAxLjY3NDA1QzkuODk0NDIgMS42NzQwNSAxLjY3NDIxIDkuODkzNDkgMS42NzQyMSAxOS45OTgxQzEuNjc0MjEgMzAuMTAyNyA5Ljg5ODE5IDM4LjMyNiAyMC4wMDM4IDM4LjMyNkMzMC4xMDk0IDM4LjMyNiAzOC4zMzMzIDMwLjEwMjcgMzguMzMzMyAxOS45OTgxQzM4LjMzMzMgOS44OTM0OSAzMC4xMDk0IDEuNjc0MDUgMjAgMS42NzQwNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMC42NDg2IDMxLjM1NDVDMTAuNjE4NCAzMS4zNTQ1IDEwLjU4NDUgMzEuMzU0NSAxMC41NTQzIDMxLjM1MDdDMTAuMDk0MyAzMS4yOTc5IDkuNzY2MjIgMzAuODg3IDkuODE1MjQgMzAuNDI3TDkuOTY2MDcgMjkuMDczNEMxMC41MDUzIDI0LjI4NSAxNC4yNzk4IDIwLjQ2MTkgMTguOTQwNCAxOS45ODNDMjQuNDI2OSAxOS40MjEyIDI5LjM5MjkgMjMuNDEwMyAzMC4wMDc2IDI4Ljg3NzRMMzAuMTgxIDMwLjQzMDhDMzAuMjMzOCAzMC44OTA3IDI5LjkwMiAzMS4zMDU1IDI5LjQ0MTkgMzEuMzU0NUMyOC45ODE5IDMxLjQwNzMgMjguNTY3MSAzMS4wNzU1IDI4LjUxODEgMzAuNjE1NUwyOC4zNDQ3IDI5LjA2MjFDMjcuODMxOCAyNC41MDM3IDIzLjY4NCAyMS4xODIgMTkuMTEwMSAyMS42NDU4QzE1LjIyNjMgMjIuMDQ1NCAxMi4wNzc3IDI1LjI0NjUgMTEuNjI1MiAyOS4yNTgyTDExLjQ3NDQgMzAuNjExN0MxMS40MjU0IDMxLjAzNzggMTEuMDYzNCAzMS4zNTQ1IDEwLjY0NDggMzEuMzU0NUgxMC42NDg2Wk0yMCAxOC4yOTc3QzE4LjQ3MjkgMTguMjk3NyAxNy4wMTc0IDE3LjcwMTkgMTUuOTIzOCAxNi42MDQ4QzE0LjY0OTMgMTUuMzMwNCAxNC4wNTM2IDEzLjU3MzQgMTQuMjc5OCAxMS43Nzg3QzE0LjYwNDEgOS4yMjIzNSAxNi42OTY4IDcuMTI5NzggMTkuMjUzNCA2LjgwNTUzQzIxLjA0ODMgNi41NzU1NCAyMi44MDU0IDcuMTc1MDMgMjQuMDggOC40NDk0MkMyNS4zNTQ1IDkuNzIzODEgMjUuOTUwMiAxMS40ODA4IDI1LjcyNCAxMy4yNzU1QzI1LjM5OTcgMTUuODMxOCAyMy4zMDcgMTcuOTI0NCAyMC43NTA0IDE4LjI0ODZDMjAuNTAxNSAxOC4yNzg4IDIwLjI0ODkgMTguMjk3NyAyMCAxOC4yOTc3Wk0yMCA4LjQzNDM0QzE5LjgyMjggOC40MzQzNCAxOS42NDU2IDguNDQ1NjUgMTkuNDY0NiA4LjQ2ODI3QzE3LjY1MDggOC42OTgyNiAxNi4xNjg5IDEwLjE4IDE1LjkzODkgMTEuOTkzNkMxNS43NzY4IDEzLjI3MTcgMTYuMjAyOSAxNC41MjM1IDE3LjEwNzkgMTUuNDI0NkMxOC4wMTI4IDE2LjMyOTUgMTkuMjY0NyAxNi43NTE4IDIwLjUzOTIgMTYuNTkzNEMyMi4zNTMgMTYuMzYzNSAyMy44MzQ5IDE0Ljg4MTcgMjQuMDY0OSAxMy4wNjgxQzI0LjIyNyAxMS43OSAyMy44MDA5IDEwLjU0MiAyMi44OTU5IDkuNjM3MDlDMjIuMTE5MiA4Ljg2MDM5IDIxLjA4MjIgOC40MzQzNCAxOS45OTYyIDguNDM0MzRIMjBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.main-wrapper .ul-points {
  display: block;
}

.main-wrapper .ul-points > li {
  position: relative;
  padding-left: 32px;
}

.main-wrapper .ul-points > li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNSAxNUM2LjQ2MjUgMTUgNS40ODc1IDE0LjgwMzEgNC41NzUgMTQuNDA5NEMzLjY2MjUgMTQuMDE1NiAyLjg2ODc1IDEzLjQ4MTMgMi4xOTM3NSAxMi44MDYzQzEuNTE4NzUgMTIuMTMxMyAwLjk4NDM3NSAxMS4zMzc1IDAuNTkwNjI1IDEwLjQyNUMwLjE5Njg3NSA5LjUxMjUgMCA4LjUzNzUgMCA3LjVDMCA2LjQ2MjUgMC4xOTY4NzUgNS40ODc1IDAuNTkwNjI1IDQuNTc1QzAuOTg0Mzc1IDMuNjYyNSAxLjUxODc1IDIuODY4NzUgMi4xOTM3NSAyLjE5Mzc1QzIuODY4NzUgMS41MTg3NSAzLjY2MjUgMC45ODQzNzUgNC41NzUgMC41OTA2MjVDNS40ODc1IDAuMTk2ODc1IDYuNDYyNSAwIDcuNSAwQzguMzEyNSAwIDkuMDgxMjUgMC4xMTg3NSA5LjgwNjI1IDAuMzU2MjVDMTAuNTMxMiAwLjU5Mzc1IDExLjIgMC45MjUgMTEuODEyNSAxLjM1TDEwLjcyNSAyLjQ1NjI1QzEwLjI1IDIuMTU2MjUgOS43NDM3NSAxLjkyMTg4IDkuMjA2MjUgMS43NTMxM0M4LjY2ODc1IDEuNTg0MzggOC4xIDEuNSA3LjUgMS41QzUuODM3NSAxLjUgNC40MjE4OCAyLjA4NDM4IDMuMjUzMTMgMy4yNTMxM0MyLjA4NDM4IDQuNDIxODggMS41IDUuODM3NSAxLjUgNy41QzEuNSA5LjE2MjUgMi4wODQzOCAxMC41NzgxIDMuMjUzMTMgMTEuNzQ2OUM0LjQyMTg4IDEyLjkxNTYgNS44Mzc1IDEzLjUgNy41IDEzLjVDOS4xNjI1IDEzLjUgMTAuNTc4MSAxMi45MTU2IDExLjc0NjkgMTEuNzQ2OUMxMi45MTU2IDEwLjU3ODEgMTMuNSA5LjE2MjUgMTMuNSA3LjVDMTMuNSA3LjI3NSAxMy40ODc1IDcuMDUgMTMuNDYyNSA2LjgyNUMxMy40Mzc1IDYuNiAxMy40IDYuMzgxMjUgMTMuMzUgNi4xNjg3NUwxNC41Njg4IDQuOTVDMTQuNzA2MyA1LjM1IDE0LjgxMjUgNS43NjI1IDE0Ljg4NzUgNi4xODc1QzE0Ljk2MjUgNi42MTI1IDE1IDcuMDUgMTUgNy41QzE1IDguNTM3NSAxNC44MDMxIDkuNTEyNSAxNC40MDk0IDEwLjQyNUMxNC4wMTU2IDExLjMzNzUgMTMuNDgxMyAxMi4xMzEzIDEyLjgwNjMgMTIuODA2M0MxMi4xMzEzIDEzLjQ4MTMgMTEuMzM3NSAxNC4wMTU2IDEwLjQyNSAxNC40MDk0QzkuNTEyNSAxNC44MDMxIDguNTM3NSAxNSA3LjUgMTVaTTYuNDUgMTAuOTVMMy4yNjI1IDcuNzYyNUw0LjMxMjUgNi43MTI1TDYuNDUgOC44NUwxMy45NSAxLjMzMTI1TDE1IDIuMzgxMjVMNi40NSAxMC45NVoiIGZpbGw9IiMxOTcyQzciLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
}

.promo-section {
  padding: 100px 0;
  background: #f9f9f9;
}

.promo-section .promo-content {
  background: #454545;
  padding: 24px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.promo-section .promo-content h2 {
  font-size: 24px;
  color: #f9f9f9;
  font-weight: 400;
  line-height: 1.45;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-pTB {
  padding: 100px 0;
}

.pad-top-0 {
  padding-top: 0 !important;
}

.font-sm {
  font-size: 14px !important;
}

.main-wrapper .banner-section .banner-content .banner-header-logo {
  max-width: 200px;
  max-height: 35px;
}

.main-wrapper .banner-section .form-container {
  max-width: 420px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 24px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
}

@media screen and (max-width: 991.98px) {
  .main-wrapper .banner-section .form-container {
    margin: 32px auto;
  }
}
.main-wrapper .banner-section .form-container .form-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.main-wrapper .banner-section .form-container .form-sec .form-ct .input-row {
  margin-bottom: 16px;
  max-width: 100%;
}

.main-wrapper .banner-section .form-container .form-sec .form-ct .input-row input:not(input[type=submit]),
.main-wrapper .banner-section .form-container .form-sec .form-ct .input-row select {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  outline: none;
  padding: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  color: inherit;
}

.input-row input::-webkit-input-placeholder {
  color: #000000;
  font-size: 15px !important;
  font-weight: 300 !important;
}

.input-row input::-moz-placeholder {
  color: #000000;
  font-size: 15px !important;
  font-weight: 300 !important;
}

.input-row input:-ms-input-placeholder {
  color: #000000;
  font-size: 15px !important;
  font-weight: 300 !important;
}

.input-row input::-ms-input-placeholder {
  color: #000000;
  font-size: 15px !important;
  font-weight: 300 !important;
}

select,
.input-row input::placeholder,
.selected {
  color: #000000;
  font-size: 15px !important;
  font-weight: 300 !important;
}

.input-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-image: var(--form-dropdown-icon);
}

.main-wrapper .banner-section .form-container .form-sec .form-ct .input-row label {
  font-size: 14px;
  margin-bottom: 2px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-wrapper .banner-section .form-container .form-sec .form-ct .opm-btn-primary {
  display: block;
  width: 100%;
}

.flx-pos {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-wrapper .banner-section .form-container .form-sec .form-ct .privacy-policy {
  margin-bottom: 18px;
}
.main-wrapper .banner-section .form-container .form-sec .form-ct .privacy-policy a {
  color: inherit;
  text-decoration: underline;
}

.main-wrapper .banner-section .form-container .form-sec .form-ct .privacy-policy strong {
  font-weight: 500;
}

.main-wrapper .banner-section .form-container .form-ctt-row label {
  display: block;
  margin-bottom: 3px;
}

.main-wrapper .pricing-section {
  background-color: #0B62C6;
  padding: 80px 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.main-wrapper .pricing-section::before,
.main-wrapper .pricing-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/pricing-bg-pattern.svg") no-repeat scroll;
  z-index: -1;
}

.main-wrapper .pricing-section::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: 0;
  left: auto;
}

.main-wrapper .pricing-section h2 {
  color: #ffffff;
}

.main-wrapper .pricing-section p {
  margin-bottom: 32px;
}

.main-wrapper .sec-header {
  max-width: 900px;
  margin: auto;
}

.main-wrapper .sec-header .title-break {
  display: block;
}

.main-wrapper .addon-section {
  padding: 80px 0;
}

.main-wrapper .addon-section .addon-wrapper {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #C5D8EC;
  margin: 60px auto;
  max-width: 1140px;
}

.main-wrapper .addon-section .addon-item-wrapper {
  max-width: 460px;
}

@media screen and (max-width: 991.98px) {
  .main-wrapper .addon-section .addon-item-wrapper {
    max-width: 100%;
  }
}
.main-wrapper .terms-section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-wrapper .terms-section .terms-card {
  border-radius: 12px;
  padding: 40px;
  background-color: #F0F8FF;
}

.main-wrapper .terms-section .terms-card h3 {
  margin-bottom: 16px;
}

.main-wrapper .terms-section ol {
  list-style-type: decimal;
  padding-left: 20px;
}

@media screen and (max-width: 991.98px) {
  .main-wrapper .terms-section ol {
    margin-bottom: 32px;
  }
}
.main-wrapper .terms-section ol li:last-child {
  margin-bottom: 0;
}

.main-wrapper .footer-section {
  padding: 20px 0;
  text-align: center;
  background: #fff;
}

.main-wrapper .footer-section p {
  margin: 0;
  color: #000;
}

.form-group {
  margin-bottom: 12px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 19px 16px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
}

.ffw-errmsg {
  color: #ff0000;
  margin-top: 4px;
  display: inline-block;
}

#year-end-discount strong {
  font-weight: 500;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.row .col {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row .content-column {
  max-width: 56%;
}

@media screen and (max-width: 900px) {
  .row .content-column {
    max-width: 100%;
  }
}
.row .form-column {
  padding-left: 40px;
  max-width: 45%;
}

@media screen and (max-width: 900px) {
  .row .form-column {
    padding-left: 0px;
    max-width: 100%;
    margin-bottom: 100px;
  }
}
.logo {
  margin-bottom: 60px;
}

.logo a img {
  width: 280px;
}

.banner-heading h1 {
  font-size: 38px;
  color: var(--black);
  line-height: 1.5;
  margin-bottom: 70px;
  font-weight: 700;
}

.product-services {
  margin-bottom: 120px;
}

.product-services .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px;
}

.product-services .row > .col {
  width: 50%;
  padding-right: 10px;
}

#meGDPRMessage {
  margin: 0;
  width: 100%;
  color: var(--black);
}

#meGDPRMessage label {
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 480px) {
  .product-services .row > .col {
    width: 100%;
  }
}
.product-services .icon32 {
  width: 32px;
  margin-bottom: 12px;
}

.product-services .icon32 img {
  width: 100%;
}

.product-services .product-name {
  margin-bottom: 8px;
  line-height: 1.4;
}

.product-services .product-description {
  margin: 0px;
}

.swiper-wrapper {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .promo-section .promo-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .trusted-customers {
    margin-bottom: 50px;
  }
}
.trusted-customers .trusted-customers-heading {
  padding-right: 50px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .trusted-customers .trusted-customers-heading {
    padding-right: 0px;
  }
}
.footer p {
  text-align: center;
  font-size: 16px;
  margin-top: 0px;
  color: #000;
}

#year-end-discount select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-image: var(--form-dropdown-icon);
}

.multi-checkbox-dropdown-container {
  position: relative;
  z-index: 0;
}

.multi-checkbox-dropdown-container .selected-checkboxes {
  width: 100%;
  max-width: 100%;
  height: 42px;
  overflow: hidden;
  outline: none;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.multi-checkbox-dropdown-container .selected-checkboxes::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-image: var(--form-dropdown-icon);
}

.multi-checkbox-dropdown-container .selected-checkboxes.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.multi-checkbox-dropdown-container .selected-checkboxes .multi-checkbox-placeholder {
  color: #777;
  line-height: 1.4;
  pointer-events: none;
}

.multi-checkbox-dropdown-container .selected-checkboxes .selected-values {
  color: #000;
  line-height: 1.4;
  pointer-events: none;
}

.multi-checkbox-dropdown-container .multi-checkbox-dropdown {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 500px;
  background-color: #fff;
  color: #000;
  display: none;
}

.multi-checkbox-dropdown-container .multi-checkbox-dropdown ul {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

.thanks-msg {
  position: relative;
  text-align: center;
  display: none;
  margin: 40px 0;
}

.thanks-msg > svg {
  margin-bottom: 16px;
  width: 48px;
  height: 48px;
}

.products-checkbox-list ul li label {
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-checkbox-list ul li label input {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  margin: 0;
  margin-right: 8px;
}

.products-checkbox-list ul li .sub-inputs {
  padding-left: 24px;
  display: none;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selected {
  padding: 10px 30px 10px 10px;
  /* space for arrow */
  border: 1px solid #ccc;
  background-color: white;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}

.selected::before,
.selected::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  border-left: none;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.selected::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.selected::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* Rotate both lines to form an upward arrow when active */
.custom-dropdown.active .selected::before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.custom-dropdown.active .selected::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-top: none;
  background-color: white;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  /* hidden by default */
  border-radius: 0 0 5px 5px;
  z-index: 1000;
}

.dropdown-list li {
  padding: 10px;
  cursor: pointer;
  margin: 0 !important;
}

.dropdown-list li:hover {
  background-color: #007BFF;
  color: white;
}

/* Show the list when dropdown is active */
.custom-dropdown.active .dropdown-list {
  display: block;
}

.form-error {
  color: #f00;
  display: none;
}

.img-con {
  display: none;
}

.thumbnail {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumbnail:hover {
  opacity: 0.7;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.popupModal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  border-radius: 8px;
}

.modal-container {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.close-popup {
  position: absolute;
  top: -16px;
  right: 32px;
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close:hover {
  color: #bbb;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.idlePopup-parent {
  display: none !important;
}

@media (max-width: 991px) {
  .mob-mar {
    margin-top: 24px;
  }
}
/* presenter */
.author-info-card {
  padding: 32px;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
}

.author-info-card .present-sub-item {
  margin-bottom: 16px;
}

.author-info-section .present-img img {
  width: 120px;
  height: 120px;
}

.linkedin-icon {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwMjdfMTYpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjQzIDBIMjUuNTZDMjkuMTIgMCAzMS45OSAyLjg4IDMxLjk5IDYuNDNWMjUuNTZDMzEuOTkgMjkuMTIgMjkuMTEgMzEuOTkgMjUuNTYgMzEuOTlINi40M0MyLjg3IDMxLjk5IDAgMjkuMTEgMCAyNS41NlY2LjQzQzAgMi44OCAyLjg4IDAgNi40MyAwWiIgZmlsbD0iIzBCNjZDMyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMTU5OCAxMi43OUgxMC43Mjk4VjI0Ljc5SDcuMTU5OFYxMi43OVpNOC45MTk4IDYuNjk5OTVDMTAuMTA5OCA2LjY5OTk1IDExLjA3OTggNy42Njk5NSAxMS4wNzk4IDguODU5OTVDMTEuMDc5OCAxMC4wNSAxMC4xMDk4IDExLjAyIDguOTE5OCAxMS4wMkM3LjcyOTggMTEuMDIgNi43OTk4IDEwLjA1IDYuNzk5OCA4Ljg1OTk1QzYuNzk5OCA3LjY2OTk1IDcuNzI5OCA2LjY5OTk1IDguOTE5OCA2LjY5OTk1Wk0xMi44NDk4IDEyLjc5SDE2LjM3OThWMTQuNDdDMTcuMTI5OCAxMy4zNyAxOC4zNjk4IDEyLjY2IDE5Ljc3OTggMTIuNjZIMjAuNzQ5OEMyMi45OTk4IDEyLjY2IDI0LjgwOTggMTQuNTEgMjQuODA5OCAxNi43MlYyNC43OUgyMS4yNzk4VjIzLjY5VjE4LjMxQzIxLjIzOTggMTYuOTQgMjAuMzA5OCAxNS44OCAxOC45Mzk4IDE1Ljg4QzE3LjU2OTggMTUuODggMTYuNDI5OCAxNi45NCAxNi4zNzk4IDE4LjMxVjI0Ljc5SDEyLjg0OThWMTIuNzlaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwMjdfMTYiPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat scroll center center;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-top: 6px;
  background-size: 32px 32px;
}

.present-sub-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.present-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.present-img img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  background: #E7C294;
}

.present-sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.present-sub-item:first-child {
  margin-right: 25px;
}

.author-info-card-title {
  font: 24px/1.1 "Zoho_Puvi_Bold" !important;
  color: inherit;
  margin: 0 0 20px 0 !important;
}

.presenter-name {
  font-size: 20px !important;
  font-weight: 500;
  margin-bottom: 4px !important;
}

.present-details p:not(.presenter-name) {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.2;
}

.present-details p:not(.presenter-name):last-child {
  margin-bottom: 0;
}

.sec-bg1 {
  background: #fffce3;
}

#country_state,
#ukcountry_region {
  margin-top: 12px;
}

.gift-card {
  border-radius: 8px;
  border: 1px solid rgba(180, 59, 66, 0.04);
  background: -webkit-gradient(linear, left top, right top, from(#FFE4CE), to(#FFF));
  background: linear-gradient(90deg, #FFE4CE 0%, #FFF 100%);
  padding: 12px 60px 12px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 24px;
}
.gift-card strong {
  font-weight: 600;
}

.gift-card p {
  margin: 0;
}

.gift-card img {
  max-width: 60px;
  height: auto;
  position: absolute;
  top: -4px;
  right: -14px;
}

.radio-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 8px;
}
.radio-group-row .radio-group-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.radio-group-row .radio-group-col input[type=radio] {
  margin: 0;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #006DEB;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.radio-group-row .radio-group-col input[type=radio]::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 32px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-out;
  transition: 120ms -webkit-transform ease-out;
  transition: 120ms transform ease-out;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
  -webkit-box-shadow: inset 1rem 1rem #006DEB;
  box-shadow: inset 1rem 1rem #006DEB;
}
.radio-group-row .radio-group-col input[type=radio]:checked {
  border-color: #006DEB;
}
.radio-group-row .radio-group-col input[type=radio]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio-group-row .radio-group-col label {
  margin: 0 !important;
  line-height: 1;
}

.input-radio-group .input-radio-item {
  display: grid;
  grid-template-columns: 20px auto;
  grid-column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.input-radio-group .input-radio-item input[type=radio] {
  margin: 0;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #006DEB;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.input-radio-group .input-radio-item input[type=radio]::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 32px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-out;
  transition: 120ms -webkit-transform ease-out;
  transition: 120ms transform ease-out;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
  -webkit-box-shadow: inset 1rem 1rem #006DEB;
  box-shadow: inset 1rem 1rem #006DEB;
}
.input-radio-group .input-radio-item input[type=radio]:checked {
  border-color: #006DEB;
}
.input-radio-group .input-radio-item input[type=radio]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.input-radio-group .input-radio-item label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  font-weight: 300;
  font-size: 15px;
}

.input-row .checkmarkgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #999999 !important;
  border-radius: 4px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px !important;
  background: #ffffff !important;
}
.input-row .checkmarkgdpr::before {
  content: "";
  top: -1px !important;
  left: 0 !important;
  position: relative !important;
  width: 0.375rem !important;
  height: 0.75rem !important;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg) scale(0) !important;
          transform: rotate(45deg) scale(0) !important;
  -webkit-transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
}
.input-row .checkmarkgdpr.enableCheckgdpr {
  background: #ffffff !important;
  border-color: #000 !important;
  color: #ffffff !important;
}
.input-row .checkmarkgdpr.enableCheckgdpr::before {
  -webkit-transform: rotate(45deg) scale(1) !important;
          transform: rotate(45deg) scale(1) !important;
}

@media screen and (max-width: 480px) {
  .gift-card {
    padding: 16px;
  }
  .gift-card img {
    position: relative;
    top: 0;
    right: 0;
  }
}
.form-closed {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  cursor: none;
}

.event-closed-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10;
}

.event-closed-label {
  position: absolute;
  top: 40px;
  right: -45px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background: #e3132a;
  color: #ffffff;
  padding: 8px 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 15;
}