@import url(https://fonts.googleapis.com/css?family=Roboto:500,100,300,700,400);
@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes cardShowDown {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
@keyframes cardShowDown {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes cardHideDown {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes cardHideDown {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes upcomingCardSlideLeft {
  0% {
    transform: translate(0);
  }
  to {
    transform: translateX(-110%);
  }
}
@keyframes upcomingCardSlideLeft {
  0% {
    transform: translate(0);
  }
  to {
    transform: translateX(-110%);
  }
}
@-webkit-keyframes upcomingCardSlideRight {
  0% {
    transform: translateX(-110%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes upcomingCardSlideRight {
  0% {
    transform: translateX(-110%);
  }
  to {
    transform: translate(0);
  }
}
@-webkit-keyframes btnCardSlideDown {
  0% {
    height: 0%;
  }
  25% {
    min-height: 25px;
    height: 25%;
  }
  50% {
    min-height: 50px;
    height: 50%;
  }
  75% {
    min-height: 75px;
    height: 75%;
  }
  to {
    min-height: calc(130px - 100%);
    height: 100%;
  }
}
@keyframes btnCardSlideDown {
  0% {
    height: 0%;
  }
  25% {
    min-height: 25px;
    height: 25%;
  }
  50% {
    min-height: 50px;
    height: 50%;
  }
  75% {
    min-height: 75px;
    height: 75%;
  }
  to {
    min-height: calc(130px - 100%);
    height: 100%;
  }
}
@-webkit-keyframes btnCardSlideUp {
  to {
    height: 0%;
  }
  75% {
    height: 25%;
  }
  50% {
    height: 50%;
  }
  25% {
    height: 75%;
  }
  0% {
    height: 100%;
  }
}
@keyframes btnCardSlideUp {
  to {
    height: 0%;
  }
  75% {
    height: 25%;
  }
  50% {
    height: 50%;
  }
  25% {
    height: 75%;
  }
  0% {
    height: 100%;
  }
}
@-webkit-keyframes btnCardSlideDownFirst {
  0% {
    height: 0%;
  }
  25% {
    min-height: 25px;
    height: 25%;
  }
  50% {
    min-height: 50px;
    height: 50%;
  }
  75% {
    min-height: 75px;
    height: 75%;
  }
  to {
    min-height: calc(165px - 100%);
    height: 100%;
  }
}
@keyframes btnCardSlideDownFirst {
  0% {
    height: 0%;
  }
  25% {
    min-height: 25px;
    height: 25%;
  }
  50% {
    min-height: 50px;
    height: 50%;
  }
  75% {
    min-height: 75px;
    height: 75%;
  }
  to {
    min-height: calc(165px - 100%);
    height: 100%;
  }
}
@-webkit-keyframes btnCardSlideDownSecond {
  0% {
    height: 0%;
  }
  25% {
    min-height: 25px;
    height: 25%;
  }
  50% {
    min-height: 50px;
    height: 50%;
  }
  75% {
    min-height: 75px;
    height: 75%;
  }
  to {
    min-height: calc(140px - 100%);
    height: 100%;
  }
}
@keyframes btnCardSlideDownSecond {
  0% {
    height: 0%;
  }
  25% {
    min-height: 25px;
    height: 25%;
  }
  50% {
    min-height: 50px;
    height: 50%;
  }
  75% {
    min-height: 75px;
    height: 75%;
  }
  to {
    min-height: calc(140px - 100%);
    height: 100%;
  }
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
sub,
sup,
table,
tbody,
tfoot,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body,
html {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  line-height: 1.4;
  box-sizing: border-box;
  font-family: 'FSAlbertRegular', sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button:focus {
  outline: 0;
}
@font-face {
  font-family: 'FSAlbertBold';
  font-style: normal;
  font-weight: 400;
  src: url(/file/css/fonts/FSAlbert-Bold.eot);
  src: url(/file/css/fonts/FSAlbert-Bold.eot?#iefix) format('embedded-opentype'),
    url(/file/css/fonts/FSAlbert-Bold.ttf) format('ttf');
}
@font-face {
  font-family: 'FSAlbertRegular';
  font-style: normal;
  font-weight: 400;
  src: url(/file/css/fonts/FSAlbert-Regular.eot);
  src: url(/file/css/fonts/FSAlbert-Regular.eot?#iefix)
      format('embedded-opentype'),
    url(/file/css/fonts/FSAlbert-Regular.ttf) format('ttf');
}
@font-face {
  font-family: 'RobotoLight';
  font-style: normal;
  font-weight: 400;
  src: url(/file/css/fonts/Roboto-Light.eot);
  src: url(/file/css/fonts/Roboto-Light.eot?#iefix) format('embedded-opentype'),
    url(/file/css/fonts/Roboto-Light.woff2) format('woff2'),
    url(/file/css/fonts/Roboto-Light.woff) format('woff'),
    url(/file/css/fonts/Roboto-Light.ttf) format('ttf');
}
@font-face {
  font-family: 'RobotoRegular';
  font-style: normal;
  font-weight: 400;
  src: url(/file/css/fonts/Roboto-Regular.eot);
  src: url(/file/css/fonts/Roboto-Regular.eot?#iefix)
      format('embedded-opentype'),
    url(/file/css/fonts/Roboto-Regular.woff2) format('woff2'),
    url(/file/css/fonts/Roboto-Regular.woff) format('woff'),
    url(/file/css/fonts/Roboto-Regular.ttf) format('ttf');
}
@font-face {
  font-family: 'RobotoMedium';
  font-style: normal;
  font-weight: 400;
  src: url(/file/css/fonts/Roboto-Medium.eot);
  src: url(/file/css/fonts/Roboto-Medium.eot?#iefix) format('embedded-opentype'),
    url(/file/css/fonts/Roboto-Medium.woff2) format('woff2'),
    url(/file/css/fonts/Roboto-Medium.woff) format('woff'),
    url(/file/css/fonts/Roboto-Medium.ttf) format('ttf');
}
@font-face {
  font-family: 'RobotoBold';
  font-style: normal;
  font-weight: 400;
  src: url(/file/css/fonts/Roboto-Bold.eot);
  src: url(/file/css/fonts/Roboto-Bold.eot?#iefix) format('embedded-opentype'),
    url(/file/css/fonts/Roboto-Bold.woff2) format('woff2'),
    url(/file/css/fonts/Roboto-Bold.woff) format('woff'),
    url(/file/css/fonts/Roboto-Bold.ttf) format('ttf');
}
@font-face {
  font-family: 'AeroliteSky';
  font-style: normal;
  font-weight: 400;
  src: url(/file/css/fonts/AeroliteSky.eot);
  src: url(/file/css/fonts/AeroliteSky.eot?#iefix) format('embedded-opentype'),
    url(/file/css/fonts/AeroliteSky.woff2) format('woff2'),
    url(/file/css/fonts/AeroliteSky.woff) format('woff'),
    url(/file/css/fonts/AeroliteSky.ttf) format('ttf');
}
:root {
  --swiper-navigation-size: 40px;
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  width: 100%;
}
@media (max-width: 500px) {
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1560px;
  }
}
.main-bg {
  min-height: calc(100vh - (115px - 123px));
  background: linear-gradient(90deg, #c4e9fd 4%, #e9f7ff 59%, #ecf8ff 100%);
}
.bg-top {
  background-image: url(/file/image/bg-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -18rem;
}
@media (max-width: 991px) {
  .bg-top {
    background-position-y: -42rem;
    background-position-x: -60rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .bg-top {
    background-position-y: -25rem;
    background-position-x: -70rem;
  }
}
.shadow-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}
.shadow-header {
  box-shadow: 0 50px 60px rgba(6, 12, 58, 0.14);
  position: relative;
  z-index: 9;
}
.color-green {
  color: #69b24e;
}
.pt-sm {
  padding-top: 2rem;
}
.pt-md {
  padding-top: 3rem;
}
.pt-lg {
  padding-top: 4rem;
}
.pt-xl {
  padding-top: 6rem;
}
.pt-xxl {
  padding-top: 8rem;
}
.pb-sm {
  padding-bottom: 2rem;
}
.pb-md {
  padding-bottom: 3rem;
}
.pb-lg {
  padding-bottom: 4rem;
}
.pb-xl {
  padding-bottom: 6rem;
}
.pb-xxl {
  padding-bottom: 8rem;
}
.mt-sm {
  margin-top: 2rem;
}
.mt-md {
  margin-top: 3rem;
}
.mt-lg {
  margin-top: 4rem;
}
.mt-xl {
  margin-top: 6rem;
}
.mt-xxl {
  margin-top: 8rem;
}
.mb-sm {
  margin-bottom: 2rem;
}
.mb-md {
  margin-bottom: 3rem;
}
.mb-lg {
  margin-bottom: 4rem;
}
.mb-xl {
  margin-bottom: 6rem;
}
.mb-xxl {
  margin-bottom: 8rem;
}
.flex-center,
.flex-row-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-end-lg-row-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  font-size: 12px;
  padding: 0;
}
@media (max-width: 1500px) {
  .flex-end-lg-row-center {
    font-size: 11px;
  }
}
@media (max-width: 1366px) {
  .flex-end-lg-row-center {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .flex-end-lg-row-center {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .flex-end-lg-row-center {
    text-align: center;
  }
}
.flex-end-lg-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .flex-end-lg-center {
    align-items: center;
  }
}
.flex-end-register-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .flex-end-register-center {
    align-items: center;
  }
}
.flex-start-lg-row-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .flex-start-lg-row-center {
    justify-content: center;
  }
}
.flex-start-lg-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .flex-start-lg-center {
    align-items: center;
  }
}
.flex-end-md-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-end !important;
}
@media (max-width: 767px) {
  .flex-end-md-center {
    align-items: center !important;
  }
}
.flex-start-md-center {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .flex-start-md-center {
    justify-content: center;
  }
}
.flex-between-center,
.flex-center-sb,
.flex-end-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-end-center {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .flex-end-center {
    justify-content: center;
  }
  .d-none-991 {
    display: none;
  }
}
@media (max-width: 1600px) {
  .fs-lp-12 {
    font-size: 12px;
  }
}
.pstn-center-bottom {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important;
}
.p-relative {
  position: relative;
}
.mc-auto {
  margin: 0 auto;
  display: table;
}
.arrow-rotate-up {
  transform: rotate(-180deg) !important;
  -webkit-transform: rotate(-180deg) !important;
  transition: all 0.5s;
}
.arrow-rotate-down {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.5s;
}
.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.border-bottom-radius-14px {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.btn-slide-down {
  transform: translateY(1.5rem);
  transition: all 0.3s ease-in;
}
.bg-blue,
.bg-blue:hover {
  background-color: #0000c9;
  color: #fff !important;
}
.bg-blue:hover {
  background-color: #0000c9 !important;
}
.bg-dark2-blue,
.bg-light-blue {
  background-color: #0095ff;
  color: #fff !important;
}
.bg-light-blue:hover {
  background-color: #0095ff !important;
  color: #fff !important;
}
.bg-dark2-blue {
  background-color: #000484;
}
.bg-dark2-blue:hover {
  background-color: #000484 !important;
  color: #fff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-mt-1 {
    margin-top: 1rem;
  }
  .ie-footer-mt {
    margin-top: 2rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 991px),
  (-ms-high-contrast: none) and (max-width: 991px) {
  .ie-footer-mt {
    margin-top: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-arrow-left,
  .ie-arrow-right {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
  }
  .ie-arrow-left {
    transform: rotate(135deg);
  }
}
.drapdow-animation-down {
  -webkit-animation: btnCardSlideDown 0.5s linear;
  animation: btnCardSlideDown 0.5s linear;
}
.drapdow-animation-up {
  -webkit-animation: btnCardSlideUp 0.5s linear;
  animation: btnCardSlideUp 0.5s linear;
}
.drapdow-animation-down-first {
  -webkit-animation: btnCardSlideDownFirst 0.5s linear;
  animation: btnCardSlideDownFirst 0.5s linear;
}
.drapdow-animation-down-second {
  -webkit-animation: btnCardSlideDownSecond 0.5s linear;
  animation: btnCardSlideDownSecond 0.5s linear;
}
.btn-save {
  display: block;
  width: 150px;
  height: 45px;
  font-size: 17px;
  background: linear-gradient(90deg, #2961c3 8%, #4481eb 44%, #04befe 100%);
  padding: 0.6rem;
}
.btn-get-login-yellow:hover,
.btn-get-login:hover,
.btn-login:hover,
.btn-save:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.btn-get-login,
.btn-login,
.btn-save {
  color: #fff;
  font-family: 'RobotoBold', sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 20px 70px rgba(6, 12, 58, 0.4);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.btn-login {
  display: block;
  background: #5b16ab;
  margin-top: 0.3rem;
  width: 150px;
  height: 45px;
  font-size: 17px;
  padding: 0.6rem;
}
.btn-get-login {
  margin: 0 auto;
  display: table;
  width: 320px;
  height: 50px;
  font-size: 21px;
  background: #542987;
  padding: 0.7rem;
  text-transform: uppercase;
}
.btn-get-login--icon {
  width: 30px;
  height: 30px;
  fill: #542987;
  background-color: #fff;
  border-radius: 100%;
  float: right;
}
.btn-get-login-yellow {
  display: inline-block;
  max-width: 380px;
  width: 100%;
  height: 62px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: 'FSAlbertBold', sans-serif;
  background: #000484;
  padding: 0.7rem;
  border-radius: 30px;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  margin-top: 0.3rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-get-login-yellow {
    font-weight: 700;
  }
}
.btn-get-login-yellow--icon {
  width: 42px;
  height: 44px;
  fill: #000484;
  background-color: #fff;
  border-radius: 100%;
  float: right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-get-login-yellow--icon {
    display: none;
  }
}
.btn-dropdown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.btn-dropdown a:hover {
  background-color: #75d0ea;
}
.btn-dropdown .show {
  display: block;
}
.btn-card-hide {
  display: inline-block;
  width: 150px;
  height: 40px;
  border-radius: 15px;
  background-color: #4fc6e7;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  font-family: 'RobotoRegular', sans-serif;
  border: 0;
  box-shadow: 0 5px 50px rgba(6, 12, 58, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .btn-card-hide {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .btn-card-hide {
    left: 0;
    top: 40px;
  }
}
.btn-card-hide:focus,
.btn-card-hide:hover {
  background-color: #4fc6e7;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.btn-card-hide__icon {
  width: 18px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.btn-card-hide__child {
  display: none;
  position: absolute;
  left: 130px;
  top: 0;
  border-radius: 20px;
  background-color: #4fc6e7;
  min-width: 144px;
  min-height: 175px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}
@supports (-webkit-touch-callout: none) {
  .btn-card-hide__child {
    height: 130px;
  }
}
@media (max-width: 991px) {
  .btn-card-hide__child {
    left: 0;
    top: 45px;
    min-width: 140px;
    box-shadow: none;
  }
}
.btn-card-hide__child a,
.previously-slide .slide-item .btn-slide-item__child a {
  padding: 4px 14px;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-card-hide__child a:first-child {
  margin-top: 10px;
}
.btn-register {
  font-size: 17px;
  color: #fff;
  background: #000484;
  font-family: 'RobotoBold', sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  display: inline-block;
  width: 252px;
  height: 48px;
  box-shadow: 0 0 20px rgba(84, 41, 135, 0.38);
  border-radius: 29px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-register {
    font-weight: 700;
  }
}
.btn-get-register {
  font-size: 19px;
  color: #171b8e;
  background-color: #fff;
  font-family: 'RobotoBold', sans-serif;
  text-align: center;
  border: 0;
  display: inline-block;
  width: 225px;
  height: 47px;
  box-shadow: 0 20px 70px #060c3a66;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in;
}
@media (max-width: 660px) {
  .btn-get-register {
    margin-top: 2.5rem;
  }
}
.btn-get-register:hover {
  color: #171b8e;
  text-decoration: none;
  transform: scale(1.05);
}
.btn-wb-pruple {
  display: inline-block;
  font-size: 13px;
  font-family: 'RobotoBold', sans-serif;
  color: #542987;
  border: 3px solid #542987;
  box-shadow: 0 0 20px rgba(20, 144, 223, 0.38);
  border-radius: 29px;
  padding: 0.8rem 1.8rem;
}
.btn-green:hover,
.btn-wb-pruple:hover {
  text-decoration: none;
  color: #542987;
}
@media (max-width: 991px) {
  .btn-wb-pruple {
    margin-bottom: 0.5rem;
  }
}
.btn-green,
.btn-pruple {
  display: inline-block;
  font-size: 13px;
  font-family: 'RobotoBold', sans-serif;
  color: #fff;
  background-color: #69b24e;
  border: 0;
  box-shadow: 0 0 20px rgba(84, 41, 135, 0.38);
  border-radius: 29px;
  padding: 0.8rem 3rem;
}
.btn-green:hover {
  color: #fff;
}
.btn-pruple {
  width: 200px;
  min-height: 48px;
  font-size: 17px;
  background-color: #542987;
  text-align: center;
  padding: 0.8rem 0.5rem;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.btn-pruple:hover,
.btn-yellow:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
@media (max-width: 991px) {
  .btn-pruple {
    font-size: 14px;
    padding: 1rem;
  }
}
.btn-yellow {
  display: inline-block;
  width: 162px;
  height: 45px;
  color: #fff;
  font-size: 17px;
  font-family: 'FSAlbertBold', sans-serif;
  background-color: #000484;
  text-align: center;
  padding: 0.6rem 1rem;
  box-shadow: 0 20px 70px rgba(6, 12, 58, 0.4);
  border-radius: 29px;
  border: 0;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.btn-yellow:focus {
  outline: 0;
}
.btn-login-blue {
  display: inline-block;
  width: 252px;
  height: 48px;
  color: #fff;
  font-size: 17px;
  font-family: 'RobotoBold', sans-serif;
  background-color: #009fe3;
  text-align: center;
  padding: 0.8rem 1rem;
  box-shadow: 0 0 20px rgba(84, 41, 135, 0.38);
  border: 0;
  border-radius: 29px;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.btn-login-blue:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
.btn-login-blue:focus,
.info__viewer input:focus {
  outline: 0;
}
@media (max-width: 991px) {
  .btn-login-blue {
    font-size: 14px;
    padding: 1rem;
  }
}
.btn-gray {
  display: inline-block;
  font-size: 13px;
  font-family: 'RobotoBold', sans-serif;
  color: #fff;
  background-color: #666;
  border: 0;
  box-shadow: 0 0 20px rgba(84, 41, 135, 0.38);
  border-radius: 29px;
  padding: 0.8rem 3rem;
}
.btn-certificate {
  max-width: 222px;
  width: 100%;
  font-size: 1em;
  color: #fff;
  background-color: #69b24e;
  font-family: 'RobotoMedium', sans-serif;
  text-align: center;
  border-radius: 9px;
  padding: 0.9rem 1.5rem;
  box-shadow: 0 0 20px #69b24e4b;
  text-transform: uppercase;
  border: 0;
}
.btn-certificate:hover,
.btn-gray:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn-certificate {
    font-size: 1em;
  }
}
@media (max-width: 500px) {
  .btn-certificate {
    font-size: 0.7em;
    padding: 0.5rem;
  }
}
.btn-calendar,
.btn-calendar:hover {
  text-decoration: none !important;
  color: #fff !important;
  left: 50%;
}
.btn-calendar {
  display: block !important;
  width: 210px !important;
  height: 54px !important;
  margin: 0 auto !important;
  font-size: 17px !important;
  font-family: 'RobotoBold', sans-serif !important;
  text-align: center !important;
  background: #5b16ab !important;
  padding: 1.2rem 0.5rem !important;
  border-radius: 30px !important;
  box-shadow: 0 20px 70px rgba(6, 12, 58, 0.4) !important;
  position: absolute !important;
  transform: translate(-50%, 0);
  bottom: 30px;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-calendar {
    bottom: 20px;
  }
}
.btn-calendar:hover {
  transform: translate(-50%, 0) scale(1.05);
}
.btn-calendar:focus-within {
  color: #fff !important;
}
@media (max-width: 660px) {
  .btn-calendar {
    bottom: 60px;
  }
}
.btn-calendar-2 {
  width: 270px;
  height: 64px;
  font-size: 18px;
  font-family: 'RobotoRegular', sans-serif;
  box-shadow: 0 24px 48px rgba(50, 54, 72, 0.24);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  cursor: auto;
}
@media (max-width: 500px) {
  .btn-calendar-2 {
    max-width: 200px;
  }
}
.btn-calendar-2,
.btn-calendar-2:hover {
  text-decoration: none;
}
.btn-calendar-2--pink {
  background-color: #d47dee;
  color: #fff;
}
.btn-calendar-2--pink:hover {
  color: #fff;
}
.btn-calendar-2--white {
  background-color: #fff;
  color: #7d92ee;
}
.btn-calendar-2--white:hover {
  color: #7d92ee;
}
.btn-calendar-3 {
  width: 240px;
  height: 54px;
  font-size: 14px !important;
  font-family: 'RobotoRegular', sans-serif !important;
  box-shadow: 0 24px 48px rgba(50, 54, 72, 0.24) !important;
  border-radius: 16px !important;
  background-color: #fff !important;
  color: #7d92ee !important;
  margin-top: 0.5rem;
  padding: 0.5rem !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  position: relative !important;
  transition: all 0.5s;
}
@media (max-width: 500px) {
  .btn-calendar-3 {
    max-width: 200px;
  }
}
.btn-calendar-3:hover {
  color: #7d92ee;
  text-decoration: none;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.btn-calendar-3 img {
  width: 24px;
  margin-right: 10px;
}
.btn-calendar-tcard,
.btn-calendar-tcard:hover {
  text-decoration: none !important;
  color: #fff !important;
}
.btn-calendar-tcard {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 193px !important;
  height: 45px !important;
  font-size: 15px !important;
  font-family: 'FSAlbertBold', sans-serif !important;
  text-align: center !important;
  background: #0095ff !important;
  padding: 1.2rem 0 !important;
  border-radius: 30px !important;
  box-shadow: 0 20px 70px rgba(6, 12, 58, 0.4) !important;
  text-transform: uppercase;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.btn-calendar-tcard:hover {
  transform: scale(1.05);
}
.btn-calendar-tcard:focus-within {
  color: #fff !important;
}
.addeventatc .addeventatc_icon {
  display: none !important;
}
.card-webinar {
  max-width: 414px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 32px 56px rgba(50, 54, 72, 0.24);
  border-radius: 16px;
  padding: 1rem;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 660px) {
  .card-webinar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.card-webinar__text {
  font-size: 14px;
}
.card-webinar__text__total {
  font-size: 1.3em;
  color: #27292d;
  font-family: 'RobotoRegular', sans-serif;
}
@media (max-width: 660px) {
  .card-webinar__text__total {
    text-align: center;
  }
}
.card-webinar__text__number {
  font-size: 1.75em;
  color: #71747a;
  font-family: 'RobotoRegular', sans-serif;
}
@media (max-width: 660px) {
  .card-webinar__text__number {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.card-webinar__countdown {
  background-image: url(/file/image/img-ten-days.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 125px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-webinar__countdown__number {
  font-size: 6.75em;
  color: #000;
  font-family: 'AeroliteSky', sans-serif;
  margin-right: 0.5rem;
}
.card-webinar__countdown__day {
  font-size: 2.37em;
  color: #27292d;
  font-family: 'RobotoBold', sans-serif;
}
.card-session {
  max-width: 500px;
  width: 100%;
  min-height: 670px;
  height: auto;
  padding: 1.5rem;
  margin-top: 2.5rem;
  background-color: transparent;
  border-radius: 30px;
  transition: all 0.5s;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-session {
    overflow-x: hidden;
  }
}
@media (max-width: 660px) {
  .card-session {
    min-height: 960px;
  }
}
@media (max-width: 1600px) {
  .card-session {
    font-size: 14px;
  }
  @-moz-document url-prefix() {
    .card-session {
      font-size: 12px;
    }
  }
}
@media (max-width: 360px) {
  .card-session {
    font-size: 13px;
  }
}
.card-session--pruple {
  transition: all 0.5s ease-in;
}
.card-session--pruple:hover {
  background-color: #5b16ab;
}
.card-session--pruple:hover .btn-get-register {
  background-color: #fff;
  color: #5b16ab;
}
@media (max-width: 1096px) {
  .card-session--pruple {
    background-color: #5b16ab;
  }
}
@media (max-width: 660px) {
  .card-session--pruple {
    min-height: 750px;
  }
}
@media (max-width: 340px) {
  .card-session--pruple {
    min-height: 750px;
  }
}
.card-session--yellow {
  transition: all 0.5s ease-in;
}
.card-session--yellow:hover {
  background-color: #fbbf25;
}
.card-session--dark-blue:hover .btn-get-register,
.card-session--dark2-blue:hover .btn-get-register,
.card-session--light-blue:hover .btn-get-register,
.card-session--yellow:hover .btn-get-register {
  background-color: #fff;
  color: #ffc325;
}
@media (max-width: 1096px) {
  .card-session--yellow {
    background-color: #fbbf25;
  }
}
@media (max-width: 660px) {
  .card-session--yellow {
    min-height: 750px;
  }
}
.card-session--dark-blue {
  transition: all 0.5s ease-in;
}
.card-session--dark-blue:hover {
  background-color: #000484;
}
@media (max-width: 1096px) {
  .card-session--dark-blue {
    background-color: #000484;
  }
}
@media (max-width: 660px) {
  .card-session--dark-blue {
    min-height: 750px;
  }
}
.card-session--light-blue {
  transition: all 0.5s ease-in;
}
.card-session--light-blue:hover {
  background-color: #0095ff;
}
@media (max-width: 1096px) {
  .card-session--light-blue {
    background-color: #0095ff;
  }
}
@media (max-width: 660px) {
  .card-session--light-blue {
    min-height: 750px;
  }
}
.card-session--dark2-blue {
  transition: all 0.5s ease-in;
}
.card-session--dark2-blue:hover {
  background-color: #000484;
}
@media (max-width: 1096px) {
  .card-session--dark2-blue {
    background-color: #000484;
  }
}
@media (max-width: 660px) {
  .card-session--dark2-blue {
    min-height: 750px;
  }
}
.card-session--blue {
  transition: all 0.5s ease-in;
}
.card-session--blue:hover {
  background-color: #75d0ea;
}
.card-session--blue:hover .btn-get-register {
  background-color: #fff;
  color: #75d0ea;
}
@media (max-width: 1096px) {
  .card-session--blue {
    background-color: #75d0ea;
  }
}
@media (max-width: 660px) {
  .card-session--blue {
    min-height: 750px;
  }
}
.card-session:hover {
  box-shadow: 0 30px 80px rgba(6, 12, 58, 0.4);
}
.card-session:hover .card-session__bottom__text,
.card-session:hover .card-session__city__name,
.card-session:hover .card-session__city__time,
.card-session:hover .card-session__city__title,
.card-session:hover .card-session__date,
.card-session:hover .card-session__title {
  color: #fff;
}
.card-session:hover .card-session__city__row {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.card-session:hover .btn-calendar {
  background-color: #fff !important;
  color: #ffc325 !important;
}
@media (max-width: 1096px) {
  .card-session .card-session__city__name,
  .card-session .card-session__city__time,
  .card-session .card-session__city__title,
  .card-session .card-session__date,
  .card-session .card-session__title {
    color: #fff;
  }
  .card-session .card-session__city__row {
    border-bottom-color: rgba(255, 255, 255, 0.25);
  }
  .card-session .btn-calendar {
    background-color: #fff !important;
    color: #ffc325 !important;
  }
}
.card-session__head {
  min-height: 110px;
}
.card-session__date,
.card-session__title {
  font-size: 1.5em;
  color: #000484;
  font-family: 'FSAlbertBold', sans-serif;
}
.card-session__title {
  font-size: 2.2em;
}
@media (max-width: 767px) {
  .card-session__title {
    font-size: 2em;
  }
}
@media (max-width: 330px) {
  .card-session__title {
    font-size: 1.7em;
  }
}
.card-session__speaker-group {
  min-height: 395px;
}
.card-session__speaker {
  max-width: 450px;
  width: 100%;
  min-height: 160px;
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  margin: 1rem 0;
  border-radius: 16px;
  box-shadow: 0 32px 56px rgba(50, 54, 72, 0.24);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1430px) {
  .card-session__speaker {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  }
}
@media (max-width: 1430px) {
  .card-session__speaker {
    padding: 0.5rem 0 0.5rem 0.6rem;
  }
}
@media (max-width: 660px) {
  .card-session__speaker {
    flex-direction: column;
  }
}
.card-session__speaker__img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  box-shadow: 0 3px 16px #0000001f;
  border-radius: 100%;
  margin-right: 1rem;
}
@media (max-width: 1430px) {
  .card-session__speaker__img {
    margin-right: 0.5rem;
  }
}
@media (max-width: 660px) {
  .card-session__speaker__img {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.card-session__speaker__title {
  font-size: 1.25em;
  color: #27292d;
  font-family: 'RobotoRegular', sans-serif;
}
@media (max-width: 660px) {
  .card-session__speaker__title {
    text-align: center;
  }
}
.card-session__speaker__name {
  font-size: 1em;
  color: #71747a;
  font-family: 'RobotoRegular', sans-serif;
  margin-bottom: 0.3rem;
}
@media (max-width: 660px) {
  .card-session__speaker__name {
    text-align: center;
  }
}
.card-session__speaker__info {
  font-size: 0.8em;
  color: #71747a;
  font-family: 'RobotoLight', sans-serif;
}
@media (max-width: 1430px) {
  .card-session__speaker__info {
    font-size: 0.7em;
  }
}
@media (max-width: 660px) {
  .card-session__speaker__info {
    text-align: center;
  }
}
.card-session__city {
  margin: 0 auto;
  display: table;
  padding: 1rem 0;
  max-width: 395px;
  width: 100%;
  min-height: 200px;
}
.card-session__city__title {
  font-size: 1.5em;
  color: #27292d;
  font-family: 'FSAlbertBold', sans-serif;
}
.card-session__city__row {
  border-bottom: 1px solid rgba(39, 41, 45, 0.2);
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.card-session__city__row:last-of-type {
  border-bottom: none;
}
.card-session__city__name,
.card-session__city__time {
  font-size: 1em;
  color: #27292d;
  font-family: 'RobotoRegular', sans-serif;
}
.card-session__city__time {
  font-family: 'RobotoBold', sans-serif;
}
.card-session__bottom-logos {
  width: 300px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 500px) {
  .card-session__bottom-logos {
    width: 200px;
  }
}
.card-session__bottom {
  position: absolute;
  bottom: 10px;
}
.card-session__bottom__text {
  font-size: 1em;
  color: #27292d;
  font-family: 'RobotoBold', sans-serif;
}
@media (max-width: 1096px) {
  .card-session__bottom__text {
    color: #fff;
  }
}
.card-coming {
  position: relative;
}
@media (max-width: 767px) {
  .card-coming {
    font-size: 14px;
  }
}
.card-coming__text {
  font-size: 1.18em;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, 0);
  z-index: 8;
}
.card-coming__img {
  max-width: 450px;
  width: 100%;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  position: relative;
  z-index: 7;
}
.card-coming__img:hover,
label.star:hover {
  cursor: pointer;
}
.card-coming__img--pruple {
  border-bottom: 7px solid #5b16ab;
}
.card-coming__img--yellow {
  border-bottom: 7px solid #fbbf25;
}
.card-coming__img__icon-arrow {
  position: absolute;
  right: 40px;
  bottom: 20px;
  max-width: 2.8em;
  width: 100%;
  cursor: pointer;
  z-index: 7;
}
@media (max-width: 1199px) {
  .card-coming__img__icon-arrow {
    max-width: 2em;
    right: 20px;
  }
}
.card-coming__hide-card {
  max-width: 450px;
  width: 100%;
  height: 250px;
  background-color: transparent;
  margin-top: -6px;
  padding: 1rem;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  z-index: 9;
  -webkit-animation-name: cardHideDown;
  animation-name: cardHideDown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.26, -0.1, 1, 0.54);
  animation-timing-function: cubic-bezier(0.26, -0.1, 1, 0.54);
  opacity: 0;
}
@media (max-width: 1199px) {
  .card-coming__hide-card {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .card-coming__hide-card {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .card-coming__hide-card {
    opacity: 1;
  }
}
.card-coming__hide-card--show {
  -webkit-animation-name: cardShowDown;
  animation-name: cardShowDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.66, 1, -0.13);
  animation-timing-function: cubic-bezier(0.55, 0.66, 1, -0.13);
  opacity: 1;
  height: 250px;
  display: block;
}
.card-coming__hide-card__text,
.card-coming__hide-card__title {
  font-size: 1.5em;
  color: #71747a;
  font-family: 'RobotoBold', sans-serif;
  text-align: center;
  margin-top: 1rem;
}
.card-coming__hide-card__text {
  font-size: 1.2em;
  font-family: 'RobotoLight', sans-serif;
  margin-top: 0.5rem;
}
.card-upcoming {
  max-width: 350px;
  width: 100%;
  min-height: 405px;
  box-shadow: 0 24px 48px rgba(50, 54, 72, 0.08);
  border-radius: 24px;
  padding: 1rem;
  position: relative;
  margin-top: -15rem;
  cursor: pointer;
  z-index: 2;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-upcoming {
    overflow-x: hidden;
  }
}
@media (max-width: 1199px) {
  .card-upcoming {
    margin-top: 1rem;
    font-size: 14px;
    cursor: auto;
  }
}
.card-upcoming:first-child {
  margin-top: 1rem;
}
.card-upcoming:nth-child(3) {
  margin-top: -17rem;
}
@media (max-width: 1199px) {
  .card-upcoming:nth-child(3) {
    margin-top: 1rem;
  }
}
.card-upcoming--pruple {
  background-color: #5b16ab;
}
.card-upcoming--white {
  background-color: #fff;
}
.card-upcoming__close-icon {
  font-size: 20px;
  font-weight: 700;
  padding: 0 7px 3px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  right: 20px;
  display: none;
}
.card-upcoming__close-icon--pruple {
  background-color: #5b16ab;
  color: #fff;
}
.card-upcoming__close-icon--white {
  background-color: #fff;
  color: #27292d;
}
.card-upcoming__date {
  font-size: 18px;
  font-family: 'RobotoRegular', sans-serif;
  margin: 1rem 0 0.5rem;
}
.card-upcoming__date--white {
  color: rgba(255, 255, 255, 0.6);
}
.card-upcoming__date--black {
  color: rgba(68, 68, 68, 0.6);
}
.card-upcoming__title {
  font-size: 16px;
  font-family: 'RobotoRegular', sans-serif;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.card-upcoming__title--white {
  color: #fff;
}
.card-upcoming__title--black {
  color: #444;
}
.card-upcoming__dr-name {
  width: 240px;
  min-height: 48px;
  text-align: center;
  font-size: 15px;
  font-family: 'RobotoRegular', sans-serif;
  color: #444;
  background-color: #fff;
  padding: 14px 4px;
  border-radius: 20px;
  box-shadow: 0 24px 48px rgba(39, 41, 45, 0.15);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-upcoming__dr-name {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .card-upcoming__dr-name {
    font-size: 14px;
    padding: 15px 5px;
  }
}
.card-upcoming__dr-name span {
  color: #542987;
}
.card-upcoming__calendar-title {
  font-size: 17px;
  color: #fbbf25;
  font-family: 'RobotoRegular', sans-serif;
  margin-top: 1rem;
}
.card-thankyou {
  max-width: 400px;
  width: 100%;
  height: 386px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .card-thankyou {
    font-size: 14px;
    height: 340px;
  }
}
.card-thankyou__icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto;
  display: table;
}
.card-thankyou__title {
  font-size: 1.6em;
  color: #042164;
  font-family: 'RobotoBold', sans-serif;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.card-thankyou__subtitle {
  font-size: 1.25em;
  color: #000484;
  font-family: 'RobotoRegular', sans-serif;
  text-align: center;
  margin-bottom: 2rem;
}
.card-thankyou2 {
  max-width: 632px;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 3rem;
}
.card-thankyou2__title {
  font-size: 1.6em;
  color: #042164;
  font-family: 'RobotoBold', sans-serif;
  text-align: center;
  margin-bottom: 1rem;
}
.card-thankyou2__subtitle {
  font-size: 1.25em;
  color: #542987;
  font-family: 'RobotoRegular', sans-serif;
  text-align: center;
}
.card-time {
  max-width: 420px;
  width: 100%;
  min-height: 480px;
  background-color: #fff;
  border-radius: 20px;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .card-time {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .card-time {
    font-size: 10px;
  }
}
.card-time__date {
  font-size: 1.5em;
  color: #000484;
  font-family: 'FSAlbertBold', sans-serif;
  text-align: center;
}
.card-time__title {
  font-size: 1.3em;
  color: #042164;
  font-family: 'RobotoBold', sans-serif;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.card-time__headings,
.card-time__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.card-time__headings {
  font-size: 1.3em;
  color: #fff;
  background-color: #042164;
  height: 49px;
}
.card-time__row {
  height: 60px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.25);
}
.card-time__row:nth-last-child(2) {
  border-bottom: none;
}
.card-time__city-name,
.card-time__time {
  font-size: 1.12em;
  color: #333;
  font-family: 'RobotoRegular', sans-serif;
}
.card-time__time {
  font-family: 'RobotoBold', sans-serif;
}
.card-time__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  margin-top: 1rem;
}
@media (max-width: 500px) {
  .card-time__buttons a:first-child {
    margin-bottom: 1rem;
  }
  .card-time__buttons {
    flex-direction: column;
  }
}
.card-share {
  max-width: 400px;
  width: 100%;
  height: 77px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 500px) {
  .card-share {
    font-size: 14px;
  }
}
.card-share__title {
  font-size: 1.9em;
  color: #042164;
  font-family: 'RobotoBold', sans-serif;
}
.card-share__icon {
  font-size: 3.25em;
}
.card-share .fa-facebook-square {
  color: #1976d2;
}
.card-share .fa-linkedin {
  color: #0077b7;
}
.card-pre-survey {
  max-width: 836px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 1.5rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .card-pre-survey {
    margin: 1.5rem;
  }
}
.card-pre-survey__title {
  font-size: 1.25em;
  color: #542987;
  font-family: 'RobotoBold', sans-serif;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}
.card-pre-survey__subtitle {
  font-size: 1em;
  color: #042164;
  font-family: 'RobotoRegular', sans-serif;
  background-color: #ffc325;
  padding: 1rem;
  margin: 0 1.5rem;
  border-radius: 20px;
  margin-bottom: 2rem;
}
.card-certificate {
  max-width: 1405px;
  width: 100%;
  height: 950px;
  background: linear-gradient(90deg, #c4e9fd 4%, #e9f7ff 59%, #ecf8ff 100%);
  border-radius: 16px;
  padding: 5rem 1rem 2rem;
}
@media (max-width: 991px) {
  .card-certificate {
    height: auto;
    padding: 5rem 0 2rem;
  }
}
.register-card__title {
  color: #000484;
  font-size: 33px;
  font-family: 'FSAlbertBold', sans-serif;
  font-style: italic;
}
@media (max-width: 1024px) {
  .register-card__title {
    font-size: 29px;
  }
}
@media (max-width: 996px) {
  .register-card__title {
    text-align: center;
    font-size: 27px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .register-card__title {
    font-weight: 700;
  }
}
.register-card__date {
  color: #000484;
  font-size: 28px;
}
@media (max-width: 996px) {
  .register-card__date {
    font-size: 25px;
    text-align: center;
  }
}
.previously-slide .slide-item .btn-dropdown-slide-item .show,
.register-card__span {
  display: block;
}
@media (max-width: 996px) {
  .register-card__span {
    text-align: center;
  }
}
.register-card__subtitle {
  color: #000484;
  font-size: 15px;
  margin-top: 0.7rem;
}
@media (max-width: 996px) {
  .register-card__subtitle {
    text-align: center;
  }
}
.register-card-session {
  max-width: 500px;
  width: 100%;
  min-height: 670px;
  height: auto;
  padding: 1.5rem;
  margin-top: 2.5rem;
  border-radius: 30px;
  transition: all 0.5s;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .register-card-session {
    overflow-x: hidden;
  }
}
@media (max-width: 660px) {
  .register-card-session {
    min-height: 825px;
  }
}
@media (max-width: 1600px) {
  .register-card-session {
    font-size: 14px;
  }
  @-moz-document url-prefix() {
    .register-card-session {
      font-size: 12px;
    }
  }
}
@media (max-width: 360px) {
  .register-card-session {
    font-size: 13px;
  }
}
.register-card-session--pruple {
  transition: all 0.5s ease-in;
}
.register-card-session--pruple:hover {
  background-color: #5b16ab;
}
.register-card-session--pruple:hover .btn-get-register {
  background-color: #fff;
  color: #5b16ab;
}
@media (max-width: 1096px) {
  .register-card-session--pruple {
    background-color: #5b16ab;
  }
}
@media (max-width: 660px) {
  .register-card-session--pruple {
    min-height: 1050px;
  }
}
@media (max-width: 340px) {
  .register-card-session--pruple {
    min-height: 1080px;
  }
}
.register-card-session--yellow {
  transition: all 0.5s ease-in;
}
.register-card-session--yellow:hover {
  background-color: #fbbf25;
}
.register-card-session--yellow:hover .btn-get-register {
  background-color: #fff;
  color: #ffc325;
}
@media (max-width: 1096px) {
  .register-card-session--yellow {
    background-color: #fbbf25;
  }
}
@media (max-width: 660px) {
  .register-card-session--yellow {
    min-height: 1050px;
  }
}
.register-card-session--blue {
  transition: all 0.5s ease-in;
}
.previously-slide .slide-item .btn-dropdown-slide-item a:hover,
.register-card-session--blue:hover {
  background-color: #75d0ea;
}
.register-card-session--blue:hover .btn-get-register {
  background-color: #fff;
  color: #75d0ea;
}
@media (max-width: 1096px) {
  .register-card-session--blue {
    background-color: #75d0ea;
  }
}
@media (max-width: 660px) {
  .register-card-session--blue {
    min-height: 1050px;
  }
}
.register-card-session:hover {
  box-shadow: 0 30px 80px rgba(6, 12, 58, 0.4);
}
.register-card-session:hover .card-session__bottom__text,
.register-card-session:hover .card-session__city__name,
.register-card-session:hover .card-session__city__time,
.register-card-session:hover .card-session__city__title,
.register-card-session:hover .card-session__date,
.register-card-session:hover .card-session__title {
  color: #fff;
}
.register-card-session:hover .card-session__city__row {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.register-card-session:hover .btn-calendar {
  background-color: #fff !important;
  color: #ffc325 !important;
}
@media (max-width: 1096px) {
  .register-card-session .card-session__city__name,
  .register-card-session .card-session__city__time,
  .register-card-session .card-session__city__title,
  .register-card-session .card-session__date,
  .register-card-session .card-session__title {
    color: #fff;
  }
  .register-card-session .card-session__city__row {
    border-bottom-color: rgba(255, 255, 255, 0.25);
  }
  .register-card-session .btn-calendar {
    background-color: #fff !important;
    color: #ffc325 !important;
  }
}
.register-card-session__head {
  min-height: 110px;
}
.register-card-session__date,
.register-card-session__title {
  font-size: 1.5em;
  color: #000484;
  font-family: 'FSAlbertBold', sans-serif;
}
.register-card-session__title {
  font-size: 2.2em;
}
.register-card-session__speaker-group {
  min-height: 395px;
}
.register-card-session__speaker {
  max-width: 450px;
  width: 100%;
  min-height: 160px;
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  margin: 1rem 0;
  border-radius: 16px;
  box-shadow: 0 32px 56px rgba(50, 54, 72, 0.24);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 660px) {
  .register-card-session__speaker {
    flex-direction: column;
  }
}
.register-card-session__speaker__img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  box-shadow: 0 3px 16px #0000001f;
  border-radius: 100%;
  margin-right: 1rem;
}
@media (max-width: 660px) {
  .register-card-session__speaker__img {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.register-card-session__speaker__title {
  font-size: 1.25em;
  color: #27292d;
  font-family: 'RobotoRegular', sans-serif;
}
@media (max-width: 660px) {
  .register-card-session__speaker__title {
    text-align: center;
  }
}
.register-card-session__speaker__name {
  font-size: 1em;
  color: #71747a;
  font-family: 'RobotoRegular', sans-serif;
  margin-bottom: 0.3rem;
}
@media (max-width: 660px) {
  .register-card-session__speaker__name {
    text-align: center;
  }
}
.register-card-session__speaker__info {
  font-size: 0.8em;
  color: #71747a;
  font-family: 'RobotoLight', sans-serif;
}
@media (max-width: 660px) {
  .register-card-session__speaker__info {
    text-align: center;
  }
}
.register-card-session__city {
  margin: 0 auto;
  display: table;
  padding: 1rem 0;
  max-width: 395px;
  width: 100%;
  min-height: 240px;
}
.register-card-session__city__title {
  font-size: 1.5em;
  color: #27292d;
  font-family: 'RobotoBold', sans-serif;
}
.register-card-session__city__row {
  border-bottom: 1px solid rgba(39, 41, 45, 0.2);
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.register-card-session__city__row:last-of-type {
  border-bottom: none;
}
.register-card-session__city__name {
  font-size: 1em;
  color: #27292d;
  font-family: 'RobotoRegular', sans-serif;
}
.register-card-session__city__time {
  font-size: 1em;
  color: #27292d;
  font-family: 'RobotoBold', sans-serif;
}
.register-card-session__bottom-logos {
  width: 300px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 500px) {
  .register-card-session__bottom-logos {
    width: 200px;
  }
}
.register-card-session__bottom {
  position: absolute;
  bottom: 10px;
}
.register-card-session__bottom__text {
  font-size: 1em;
  color: #27292d;
  font-family: 'RobotoBold', sans-serif;
}
@media (max-width: 1096px) {
  .register-card-session__bottom__text {
    color: #fff;
  }
}
.main-register {
  padding: 4rem 0;
}
.form-group {
  position: relative;
}
.form-card {
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}
.form-card__title {
  font-size: 2.18em;
  color: #000484;
  font-family: 'FSAlbertBold', sans-serif;
  text-align: center;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-card__title {
    font-weight: 700;
  }
}
.form-card__border {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(39, 41, 45, 0.15);
  margin-bottom: 0.8rem;
}
.form-card__input {
  max-width: 364px;
  width: 100%;
  height: 46px;
  background-color: #f5f5f5;
  border-radius: 7px;
  font-size: 16px;
  color: #666;
  font-family: 'RobotoRegular', sans-serif;
  text-indent: 24px;
}
.form-card select {
  text-indent: 17px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-card select {
    padding-left: 2.2rem;
  }
}
@-moz-document url-prefix() {
  .form-card select {
    text-indent: 9px;
  }
}
@supports (-webkit-touch-callout: none) {
  .form-card select {
    text-indent: 24px;
  }
}
.form-card__icon {
  position: absolute;
  top: 16px;
  left: 12px;
  color: #999;
}
.form-card__checkboxs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-card__text {
  font-size: 13px;
  color: #666;
  font-family: 'BrandonGrotesqueRegular', sans-serif;
  margin-left: 1.5rem;
}
.form-card__description {
  font-size: 11px;
  color: #666;
  margin-top: 1rem;
}
.checkbox-label {
  display: inline;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  height: 18px;
  width: 18px;
  clear: both;
}
.checkbox-label input,
.survey__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 1px solid #707070;
}
.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #5b16ab;
  border-radius: 4px;
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 1px solid #707070;
}
.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: '';
  left: 8px;
  top: 8px;
  height: 0;
  width: 0;
  border-radius: 4px;
  border: solid #009bff;
  border-width: 0 3px 3px 0;
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.checkbox-label input:checked ~ .checkbox-custom::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}
.checkbox-label .checkbox-custom::before {
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-radius: 5px;
  border: 2px solid #fff;
  transform: scale(0);
}
.checkbox-label input:checked ~ .checkbox-custom::before {
  left: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.survey__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}
@media (max-width: 991px) {
  .survey__group {
    font-size: 12px;
  }
}
.survey__group:nth-last-child(2) {
  border-bottom: none;
}
.survey__question {
  font-size: 1.25em;
  color: #666;
  font-family: 'RobotoBold', sans-serif;
  margin-bottom: 1rem;
  width: 100%;
}
.survey__text {
  font-size: 1em;
  color: #333;
  font-family: 'RobotoRegular', sans-serif;
  margin-left: 1.5rem;
  display: block;
}
.survey__button {
  padding: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 500px) {
  .survey__button {
    justify-content: center;
  }
}
.survey__button-event {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  .survey__button-event {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.survey__label {
  display: inline;
  position: relative;
  margin-bottom: 0.5rem;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  clear: both;
  width: 100%;
  margin-left: 0.5rem;
}
.survey__label .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 18px;
  background-color: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 0.5px solid #707070;
}
.survey__label input:checked ~ .checkbox-custom {
  background-color: #fff;
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 1px solid #ffc325;
}
.survey__label .checkbox-custom::after {
  position: absolute;
  content: '';
  left: 8px;
  top: 8px;
  height: 0;
  width: 0;
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.survey__label input:checked ~ .checkbox-custom::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 10px;
  background-color: #ffc325;
}
.survey__label .checkbox-custom::before {
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border: 2px solid #ffc325;
  transform: scale(0);
}
.survey__label input:checked ~ .checkbox-custom::before {
  left: 0;
  top: -3px;
  width: 0;
  height: 0;
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.survey__code {
  font-size: 1em;
  color: #333;
  font-family: 'BrandonGrotesqueRegular', sans-serif;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
div.stars {
  max-width: 270px;
  display: inline-block;
}
input.star {
  display: none;
}
label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #5b16ab;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  label.star {
    font-size: 20px;
  }
}
input.star:checked ~ label.star:before {
  content: '\f005';
  color: #5b16ab;
  transition: all 0.25s;
}
input.star-5:checked ~ label.star:before {
  color: #5b16ab;
  text-shadow: 0 0 20px #7d92ee;
}
input.star-1:checked ~ label.star:before {
  color: rgba(91, 22, 171, 0.8);
}
label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}
label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
.swiper-container {
  width: 100%;
  min-height: 660px;
  height: 100%;
}
@media (max-width: 660px) {
  .swiper-container {
    min-height: 600px;
  }
}
@media (max-width: 460px) {
  @supports (-webkit-touch-callout: none) {
    .swiper-container {
      min-height: 500px;
    }
  }
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 460px) {
  @supports (-webkit-touch-callout: none) {
    .swiper-slide {
      margin-top: 2rem;
    }
  }
}
.swiper-button-next,
.swiper-button-prev {
  top: 6%;
  color: #fff;
  font-weight: 700;
  background-color: #5b16ab;
  border-radius: 100%;
  padding: 0 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .swiper-button-next,
  .swiper-button-prev {
    padding: 10px;
  }
}
@media (min-width: 1600px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 5%;
  }
}
@media (max-width: 500px) {
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: 0;
    top: 1%;
  }
  @supports (-webkit-touch-callout: none) {
    .swiper-button-next,
    .swiper-button-prev {
      top: 3%;
    }
  }
  @supports (-webkit-touch-callout: none) {
    .swiper-button-next,
    .swiper-button-prev {
      top: 0;
    }
  }
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 60px;
}
.swiper-button-next,
.swiper-button-prev {
  height: 35px;
}
@media (max-width: 500px) {
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: 40px;
  }
  @supports (-webkit-touch-callout: none) {
    .swiper-button-next,
    .swiper-button-prev {
      height: 30px;
      width: 30px;
      margin-top: 0;
      padding: 0;
    }
  }
}
@media (max-width: 400px) {
  @supports (-webkit-touch-callout: none) {
    .swiper-button-next,
    .swiper-button-prev {
      margin-top: 35px;
    }
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}
@media (max-width: 1366px) {
  .video-player-show {
    height: 228px !important;
  }
}
@media (max-width: 1199px) {
  .video-player-show {
    height: 308px !important;
  }
}
@media (max-width: 1024px) {
  .video-player-show {
    height: 255px !important;
  }
}
@media (max-width: 840px) {
  .video-player-show {
    height: 332px !important;
  }
}
@media (max-width: 640px) {
  .video-player-show {
    height: 308px !important;
  }
}
@media (max-width: 570px) {
  .video-player-show {
    height: 275px !important;
  }
}
@media (max-width: 420px) {
  .video-player-show {
    height: 215px !important;
  }
}
@media (max-width: 380px) {
  .video-player-show {
    height: 195px !important;
  }
}
@media (max-width: 360px) {
  .video-player-show {
    height: 186px !important;
  }
}
@media (max-width: 330px) {
  .video-player-show {
    height: 163px !important;
  }
}
@media (min-width: 1600px) {
  .video-player-show {
    height: 332px !important;
  }
}
.footer-landing {
  width: 100%;
  min-height: 110px;
  background-color: #fff;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-landing {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer-landing {
    padding: 1rem 0;
  }
}
.footer-landing__img {
  width: 130px;
}
@media (max-width: 991px) {
  .footer-landing__img {
    margin: 1rem;
  }
}
.footer-landing__title {
  font-size: 1.25em;
  color: #532986;
  font-family: 'RobotoBold', sans-serif;
  text-align: center;
  margin: 2rem 0;
}
.footer-landing__vstream-logo {
  width: 87px;
}
.footer-landing__code {
  font-size: 13px;
  color: #696969;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0.3rem;
}
.footer-landing__p-logo {
  width: 120px;
}
@media (max-width: 991px) {
  .footer-landing__p-logo {
    margin: 1rem;
  }
}
.footer-landing__sponsored {
  font-size: 0.9em;
  color: #696969;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .footer-landing__sponsored {
    margin-right: 0.5rem;
  }
}
.footer-landing__middle-text {
  font-size: 11px;
  display: flex;
  align-items: flex-start;
}
.footer-landing__middle-text span {
  text-align: left;
  font-weight: 700;
}
@media (max-width: 991px) {
  .footer-landing__middle-text span {
    text-align: center;
  }
  .footer-landing__middle-text {
    align-items: center;
    text-align: center;
  }
}
.footer-landing__bottom-text {
  font-size: 15px;
  line-height: 1.3rem;
  margin-top: 1rem;
}
@media (max-width: 996px) {
  .footer-landing__bottom-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-landing__bottom-text {
    font-size: 13px;
    line-height: 1.1rem;
  }
}
.footer {
  width: 100%;
  min-height: 123px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .footer__row {
    flex-direction: column;
    align-items: center;
  }
}
.footer__logo {
  width: 120px;
}
@media (max-width: 991px) {
  .footer__logo {
    margin: 1rem;
  }
}
.footer__code {
  font-size: 11px;
  color: #696969;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}
@media (max-width: 991px) {
  .footer__code {
    margin: 1rem;
  }
  .footer__code,
  .footer__text {
    text-align: center;
  }
}
.header {
  width: 100%;
  min-height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 6px #00000029;
}
.header__box-sh {
  box-shadow: 0 32px 56px #3236483d !important;
}
.header__logo {
  width: 135px;
}
@media (max-width: 991px) {
  .header__logo {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .header__user {
    padding-bottom: 1rem;
  }
}
.header__user__welcome {
  font-size: 14px;
  color: #542987;
  font-family: 'RobotoBold', sans-serif;
  display: inline-block;
}
.header__user__icon {
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  border-radius: 100%;
}
.header__user__name {
  font-size: 14px;
  color: #542987;
  font-family: 'RobotoBold', sans-serif;
  display: inline-block;
}
.header__menu-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 660px) {
  .header__menu-list {
    flex-direction: column;
  }
}
.header__menu-item {
  margin-right: 2rem;
}
.header__menu-item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .header__menu-item {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 660px) {
  .header__menu-item {
    margin-right: 0;
  }
}
.header__menu-link {
  font-size: 1.18em;
  color: #71747a;
  font-family: 'RobotoRegular', sans-serif;
  transition: opacity 0.5s;
}
.header__menu-link:hover {
  text-decoration: none;
  color: #71747a;
  opacity: 0.5;
}
.header__flag-link {
  margin-right: 1rem;
}
.header__flag-link:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .header__flag-link {
    margin-bottom: 1rem;
  }
}
.header__flag-img {
  width: 40px;
  border-radius: 100%;
}
.webinar {
  background-image: url(/file/image/bg.png);
  background-repeat: no-repeat;
  padding: 6rem 0;
}
@media (max-width: 1600px) {
  .webinar {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .webinar {
    font-size: 10px;
  }
}
.webinar__date {
  font-size: 2.18em;
  color: #27292d;
  font-family: 'RobotoRegular', sans-serif;
}
.webinar__date span {
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .webinar__date {
    text-align: center;
  }
}
.webinar__title {
  font-size: 2.1em;
  text-align: center;
  color: #27292d;
  font-family: 'FSAlbertBold', sans-serif;
  margin-top: 0.6rem;
}
@media (min-width: 1600px) {
  .webinar__title {
    font-size: 2.5em;
  }
}
@media (max-width: 991px) {
  .webinar__title {
    text-align: center;
  }
}
.webinar__subtitle {
  font-size: 1.6em;
  color: #27292d;
  font-family: 'RobotoRegular', sans-serif;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .webinar__subtitle {
    text-align: center;
  }
}
.webinar__img {
  width: 195px;
  margin: auto;
  display: table;
}
.webinar__logo {
  width: 100%;
  max-width: 298px;
  display: table;
  margin: 0 auto 2rem;
}
.session-card-position {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .session-card-position {
    flex-wrap: wrap;
  }
}
.session-time {
  padding: 3rem 0 0;
}
.session-time__title {
  text-align: center;
  color: #232b76;
  font-family: 'FSAlbertBold', sans-serif;
  font-size: 32px;
}
@media (min-width: 1600px) {
  .session-time__title {
    font-size: 38px;
  }
}
.session-time__sub-title {
  text-align: center;
  color: #232b76;
  font-size: 32px;
}
@media (min-width: 1600px) {
  .session-time__sub-title {
    font-size: 37px;
  }
}
.coming-soon {
  padding-top: 4rem;
  min-height: 550px;
}
.upcoming-events {
  position: relative;
}
@media (max-width: 1600px) {
  .upcoming-events {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .upcoming-events {
    font-size: 12px;
  }
}
.upcoming-events__title {
  font-size: 4.37em;
  color: #27292d;
  font-family: 'RobotoBold', sans-serif;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .upcoming-events__title {
    text-align: center;
  }
}
.upcoming-events__subtitle {
  font-size: 1.9em;
  color: #27292d;
  font-family: 'RobotoRegular', sans-serif;
}
@media (max-width: 1199px) {
  .upcoming-events__subtitle {
    text-align: center;
  }
}
.upcoming-events .upcoming-card-pstn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .upcoming-events .upcoming-card-pstn {
    align-items: center;
  }
}
.upcoming-events__tap-webinar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 18%;
}
@media (min-width: 1600px) {
  .upcoming-events__tap-webinar {
    margin-right: 12%;
  }
}
@media (max-width: 1199px) {
  .upcoming-events__tap-webinar {
    justify-content: center;
    margin-right: 0;
    margin-top: 1rem;
  }
}
.upcoming-events__tap-webinar__icon {
  margin-right: 1rem;
}
.upcoming-events__tap-webinar__text {
  font-size: 1.25em;
  color: #444;
  font-family: 'RobotoRegular', sans-serif;
}
.upcoming-events__circle1 {
  position: absolute;
  left: 35%;
  bottom: 30%;
}
.upcoming-events__circle3 {
  position: absolute;
  left: 5%;
  bottom: 15%;
}
@media (min-width: 1600px) {
  .upcoming-events__circle3 {
    left: 10%;
  }
}
.upcoming-card-animation-left {
  -webkit-animation: upcomingCardSlideLeft 0.3s ease;
  animation: upcomingCardSlideLeft 0.3s ease;
  transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
}
.upcoming-card-animation-right {
  -webkit-animation: upcomingCardSlideRight 0.3s ease;
  animation: upcomingCardSlideRight 0.3s ease;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.previously-slide {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .previously-slide {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .previously-slide {
    font-size: 10px;
  }
}
.previously-slide__title {
  font-size: 3.4em;
  color: #27292d;
  font-family: 'RobotoRegular', sans-serif;
  float: right;
}
@media (max-width: 500px) {
  .previously-slide__title {
    text-align: center;
  }
}
.previously-slide .slide-item {
  max-width: 590px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.previously-slide .slide-item__video {
  position: relative;
}
.previously-slide .slide-item__video .video-player-show {
  max-width: 590px;
  width: 100%;
  display: none;
}
.previously-slide .slide-item__play-text {
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 47%;
  left: 46%;
  transform: translate(-50%, 0);
}
@media (max-width: 1600px) {
  .previously-slide .slide-item__play-text {
    font-size: 12px;
    top: 47.5%;
    left: 46%;
  }
}
@media (max-width: 1366px) {
  .previously-slide .slide-item__play-text {
    font-size: 12px;
    top: 47%;
    left: 48%;
  }
}
@media (max-width: 1199px) {
  .previously-slide .slide-item__play-text {
    font-size: 12px;
    top: 47.5%;
    left: 46%;
  }
}
@media (max-width: 570px) {
  .previously-slide .slide-item__play-text {
    top: 46.5%;
  }
}
@media (max-width: 460px) {
  .previously-slide .slide-item__play-text {
    font-size: 10px;
    top: 47%;
    left: 46%;
  }
}
@media (max-width: 360px) {
  .previously-slide .slide-item__play-text {
    font-size: 9px;
  }
}
.previously-slide .slide-item__text {
  font-size: 14px;
  color: #fff;
}
.previously-slide .slide-item__img {
  max-width: 590px;
  width: 100%;
}
.previously-slide .slide-item .btn-dropdown-slide-item {
  position: relative;
  display: table;
  margin: -1.3rem auto 1.5rem;
  box-shadow: 0 20px 70px rgba(6, 12, 58, 0.4);
  border-radius: 14px;
}
.previously-slide .slide-item .btn-slide-item {
  position: relative;
  width: 120px;
  height: 30px;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  background-color: #4fc6e7;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  font-family: 'RobotoRegular', sans-serif;
  border: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.previously-slide .slide-item .btn-slide-item:focus,
.previously-slide .slide-item .btn-slide-item:hover {
  background-color: #4fc6e7;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.previously-slide .slide-item .btn-slide-item__icon {
  width: 18px;
  height: 12px;
  transform: rotate(0deg);
}
@supports (-webkit-touch-callout: none) {
  .previously-slide .slide-item .btn-slide-item__icon {
    height: 12px;
  }
}
.previously-slide .slide-item .btn-slide-item__child {
  font-size: 15px;
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #4fc6e7;
  min-width: 140px;
  overflow: hidden;
  z-index: 20;
}
.previously-slide .slide-item .btn-slide-item__child a:first-child {
  margin-top: 5px;
}
.previously-slide .slide-item .btn-slide-item__child a:last-child {
  margin-bottom: 1rem;
}
.previously-slide .slide-item__info-box {
  max-width: 448px;
  width: 100%;
  min-height: 141px;
  background-color: #fff;
  border-radius: 20px;
  padding: 1rem;
  margin: 0 auto;
  font-size: 14px;
}
@media (max-width: 1600px) {
  .previously-slide .slide-item__info-box {
    max-width: 340px;
    font-size: 11px;
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .previously-slide .slide-item__info-box {
    max-width: 260px;
  }
}
.previously-slide .slide-item__info-box__title {
  font-size: 1.5em;
  color: #27292d;
  font-family: 'RobotoRegular', sans-serif;
  text-align: center;
}
.previously-slide .slide-item__info-box__dr-name {
  font-size: 1.3em;
  color: #27292d;
  font-family: 'RobotoBold', sans-serif;
  text-align: center;
  margin-top: 0.5rem;
}
.previously-slide__circle2 {
  position: absolute;
  bottom: 5%;
  left: 25%;
}
@media (min-width: 1600px) {
  .previously-slide__circle2 {
    bottom: 0;
  }
}
.dp__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .dp__title {
    font-size: 12px;
  }
}
.dp__title span,
.dp__title__detailed,
.dp__title__system {
  font-size: 1.6em;
  font-family: 'RobotoRegular', sans-serif;
  text-transform: uppercase;
}
.dp__title__detailed,
.dp__title__system {
  color: rgba(68, 68, 68, 0.5);
}
.dp__title span {
  color: #444;
  margin: 0 1rem;
}
.dp__title--active {
  color: #444;
}
.dp__box {
  max-width: 850px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  margin: 3rem auto;
}
.dp__box__title {
  font-size: 1.25em;
  color: #542987;
  font-family: 'RobotoBold', sans-serif;
  margin-bottom: 2rem;
  padding: 2rem 1rem 0 2rem;
}
@media (max-width: 991px) {
  .dp__box__title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.main-check {
  padding: 4rem 0;
}
.main-check .check__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1rem 2rem 2rem;
  border-bottom: 2px solid rgba(102, 102, 102, 0.25);
}
.main-check .check__row:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  .main-check .check__row {
    flex-direction: column;
  }
}
.info__lang,
.main-check .check__col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .main-check .check__col {
    flex-direction: column;
    align-items: center;
    margin: 0.5rem 0;
  }
}
.main-check .check__icon {
  width: 25px;
  height: 22px;
}
.main-check .check__browser {
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .main-check .check__browser {
    margin: 0.5rem 0;
    text-align: center;
  }
}
.main-check .check__browser__title {
  font-size: 1.25em;
  color: #666;
  font-family: 'RobotoBold', sans-serif;
}
.main-check .check__browser__name,
.main-check .check__browser__subtitle {
  font-size: 1em;
  color: #666;
  font-family: 'RobotoRegular', sans-serif;
}
.info__lang {
  padding: 1rem 0 2rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .info__lang {
    flex-wrap: wrap;
  }
}
.info__lang__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.info__lang__info:last-child {
  margin-right: 0;
}
.info__lang__flag {
  width: 121px;
  height: 99px;
  background-color: #f7f8fb;
  border: 2px solid #b9b9b9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  border-radius: 10px;
}
.info__lang__img {
  width: 68px;
  border-radius: 100%;
}
.info__lang__name {
  font-style: 1em;
  color: #27292d;
  font-family: 'RobotoRegular', sans-serif;
}
.info__border {
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
  margin: 1rem 0;
}
.info__viewer {
  padding: 1rem 2rem;
}
.info__viewer__title {
  font-size: 1.25em;
  color: #666;
  font-family: 'RobotoRegular', sans-serif;
}
.info__viewer__form-design {
  display: flex;
  align-items: center;
}
.info__viewer__label {
  font-style: 1.25em;
  color: #666;
  font-family: 'RobotoRegular', sans-serif;
  margin-right: 1rem;
}
.info__viewer__minus {
  width: 30px;
  font-size: 12px;
  background-color: #5b16ab;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.info__viewer__minus,
.info__viewer__minus .fa-minus,
.info__viewer__minus:hover,
.info__viewer__plus .fa-plus,
.info__viewer__plus:hover {
  text-decoration: none;
  color: #fff;
}
.info__viewer input,
.info__viewer__minus,
.info__viewer__plus {
  height: 35px;
  box-shadow: 0 0 20px rgba(20, 144, 223, 0.38);
}
.info__viewer__plus {
  width: 30px;
  background-color: #5b16ab;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}
.info__viewer input {
  color: #5b16ab;
  font-size: 1em;
  border: 2px solid #5b16ab;
}
.info__viewer__input-number {
  width: 40px;
  text-align: center;
}
.info__viewer__input-name {
  max-width: 416px;
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: left;
  padding: 0 1rem;
}
.info__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
@media (max-width: 360px) {
  .info__buttons {
    flex-direction: column;
  }
}
.main-thankyou {
  padding: 4rem 0;
}
.thankyou__cards-position {
  display: flex;
  justify-content: center;
}
.certificate {
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .certificate {
    margin-top: 1rem;
  }
}
.certificate__pstn,
.certificate__sahare {
  max-width: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.certificate__sahare {
  min-width: 160px;
  max-width: 180px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  padding: 0.5rem 1rem;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: -1rem;
  position: absolute;
  left: 15px;
  top: -20px;
  z-index: 9;
}
@media (max-width: 767px) {
  .certificate__sahare {
    left: 50%;
    transform: translate(-50%, 0);
    top: -42px;
  }
}
.certificate__sahare-title {
  font-size: 10px;
  color: #042164;
  font-family: 'RobotoBold', sans-serif;
}
.certificate__sahare-icon {
  width: 20px;
  height: 20px;
}
.certificate__sahare-img {
  max-width: 630px;
  width: 100%;
  height: auto;
}
.certificate__dowload-pstn {
  margin: -2rem auto 0;
  display: table;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .certificate__dowload-pstn {
    margin: 0 auto;
  }
}
