* {
  --fs-rate: 1;
  --fs-small-rate: 1;
}
@media screen and (max-width: 1024px) {
  * * {
    --fs-rate: 0.85;
    --fs-small-rate: 0.85;
  }
}
@media screen and (max-width: 640px) {
  * * {
    --fs-rate: 0.75;
    --fs-small-rate: 0.8;
  }
}
@media screen and (max-width: 450px) {
  * * {
    --fs-rate: 0.65;
    --fs-small-rate: 0.75;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.single-webinare .bb-grid,
.single-webinare20min .bb-grid {
  flex-direction: column;
  background: #f7f7f7;
  padding-bottom: 6.56rem;
}
.single-webinare .site-content,
.single-webinare20min .site-content {
  padding: 0;
}
.single-webinare .container,
.single-webinare20min .container {
  width: 100%;
  max-width: 100%;
}
.single-content .container,
.single-content .container {
  padding: 0 1.25rem;
}

.single-webinare-hero {
  position: relative;
  width: 100%;
  background: #2c2c35;
  margin-bottom: 4.38rem;
}
.single-webinare-hero > .content {
  width: 100%;
  max-width: 77.125rem;
  padding: 6.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}
.single-webinare-hero > .content > h2 {
  color: #ffb672;
  font-size: calc(var(--fs-rate) * 3.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.single-webinare-hero > .content > .title-text {
  color: #fff;
  font-size: calc(var(--fs-rate) * 1.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.single-content > .container > .content {
  width: 100%;
  max-width: 77.125rem;
  display: flex;
  gap: 4.36rem;
  flex-shrink: 0;
  margin: 0 auto;
  justify-content: space-between;
}
@media (width <= 900px) {
  .single-content > .container > .content {
    flex-direction: column;
    align-items: center;
  }
}
.single-content > .container > .content > .single-col-left {
  width: 100%;
  max-width: 43.76188rem;
  display: flex;
  flex-direction: column;
  gap: 1.31rem;
}
.single-content > .container > .content > .single-col-left > p {
  color: var(--0, #000);
  font-size: calc(var(--fs-small-rate) * 1.125rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.registration {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.registration > .date {
  display: flex;
  gap: 0.62rem;
  align-items: center;
}
.registration > .date > .start-date {
  color: #e37222;
  font-size: calc(var(--fs-small-rate) * 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.registration > .date > .start-time {
  color: #e37222;
  font-size: calc(var(--fs-small-rate) * 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.registration > .date > .end-event {
  color: #000;
  font-size: calc(var(--fs-small-rate) * 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.register-button form {
  margin-bottom: 0;
}
.register-button form button {
  display: inline-flex;
  padding: 0.625rem 1.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background-color: #ff8c00;
  border: none;
  box-shadow: 0px 0px 20px 0px rgba(255, 140, 0, 0.25);
  color: white;
  font-size: calc(var(--fs-small-rate) * 0.875rem);
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.register-button form button:hover {
  background-color: #cc7000;
}
.register-button form button img {
  width: 1rem;
  height: auto;
}

.card__authors {
  width: 100%;
  display: flex;
}
.card__authors > .author {
  width: 100%;
  display: flex;
  gap: 0.62rem;
  align-items: center;
}
.card__authors > .author > img:last-child {
  display: none;
}
.card__authors > .author > .author__icon {
  width: 100%;
  max-width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #d9d9d9;
}
.card__authors > .author > .author__icon > img {
  width: 100%;
  max-width: 2.50325rem;
  height: 1.875rem;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 50%;
}
.card__authors > .author > .author__name > p {
  color: #8b8d8e;
  font-size: calc(var(--fs-small-rate) * 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.desccription {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.description > .description-text {
  color: var(--0, #000);
  font-size: calc(var(--fs-small-rate) * 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.description > .content {
  color: var(--8B8D8E, #8b8d8e);
  font-size: calc(var(--fs-small-rate) * 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.download-file {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
}
.download-file > .files {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.download-file > .files > .tag {
  display: inline-flex;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background: #f04770;
}
.download-file > .files > .tag > .tag-text {
  color: var(--ffffff, #fff);
  font-size: calc(var(--fs-small-rate) * 0.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
.download-file > .file-text {
  color: var(--333333, #333);
  font-size: calc(var(--fs-small-rate) * 1.125rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.back-button {
  display: flex;
  justify-content: center;
}
.back-button > .btn_back {
  display: inline-flex;
  padding: 0.625rem 1.875rem;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  border: 2px solid var(--8B8D8E, #8b8d8e);
  box-shadow: 0px 0px 20px 0px rgba(139, 141, 142, 0.25);
}
.back-button > .btn_back-text {
  color: var(--8B8D8E, #8b8d8e);
  font-size: calc(var(--fs-small-rate) * 1.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: 2.2222222222;
}

.single-col-right {
  display: flex;
  width: 100%;
  max-width: 25rem;
  height: auto;
  flex-shrink: 0;
  align-items: flex-start;
  padding: 1.87rem 3.12rem;
  border-radius: 1.25rem;
  background: #fff;
}
@media (width <= 500px) {
  .single-col-right {
    padding: 1.87rem;
  }
}
.single-col-right__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.87rem;
  align-items: center;
}
.single-col-right__content .card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.single-col-right__content .card .image .attachment-small_article {
  border-radius: 0.625rem;
}
.single-col-right__content .card .card-text {
  display: flex;
  flex-direction: column;
  gap: 0.56rem;
}
.single-col-right__content .card .card-text .date-time {
  display: flex;
  gap: 0.62rem;
}
.single-col-right__content .card .card-text .date-time p {
  color: #8b8d8e;
  font-size: calc(var(--fs-small-rate) * 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.single-col-right__content .card .card-text p {
  color: var(--333333, #333);
  font-size: calc(var(--fs-small-rate) * 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.single-col-right__content .card svg {
  margin-top: 0.67rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  flex-direction: column;
  height: 62rem;
}

.swiper-slide {
  height: auto !important;
}

.arrow-up:hover > svg > path {
  fill: #e37222;
  transition: all 0.2s ease-in-out;
}

.arrow-down:hover > svg > path {
  fill: #e37222;
  transition: all 0.2s ease-in-out;
}

iframe {
  border-radius: 0.625rem;
}

.loader-inside-button {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f3f3f3;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

#webinar-message {
  margin: 1.25rem 0;
  padding: 0.625rem;
  border-radius: 0.625rem;
  display: inline-block;
  color: #ffffff;
  background-color: #e37222;
  text-align: center;
  font-size: 1rem;
  box-shadow: 0px 0px 1.25rem 0px rgba(139, 141, 142, 0.25);
}

.video #google-meet-link .btn.btn_primary {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: #4285f4;
  color: white;
  text-decoration: none;
  border-radius: 0.625rem;
  font-weight: 600;
  font-size: calc(var(--fs-small-rate) * 0.875rem);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.video #google-meet-link .btn.btn_primary:hover {
  background-color: #1266f1;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.video #google-meet-link .btn.btn_primary:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19 12h-2V9h-2v3h-3v2h3v3h2v-3h2v-2zm-2-9H7C5.9 3 5 3.9 5 5v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7V5h10v14z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
