:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #223645;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  color: #fff;
  letter-spacing: -.02px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 300;
  line-height: 48px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

p {
  margin-bottom: 0;
}

.main-wrapper {
  position: relative;
}

.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  padding: 24px 5%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.bg-color-031423 {
  background-color: #031423;
}

.navbar-brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hero {
  z-index: 10;
  background-color: #042f45;
  padding: 60px 5% 200px;
}

.workshop-tag {
  border: 1px solid #ec7601;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
}

.workshop-tag-block {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 4px 18px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
}

.workshop-banner-left-side {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.workshop-banner-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 600px 1fr;
  align-items: stretch;
  justify-items: end;
}

.workshop-para {
  color: #fff;
  margin-bottom: 40px;
}

.banner-sub-oint-text {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.banner-sub-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.banner-sub-points-grid {
  grid-column-gap: 64px;
  grid-template-columns: 1fr;
  margin-bottom: 36px;
}

.time-block {
  background-color: #001e2d;
  border-radius: 10px;
  padding: 10px 40px;
}

.date {
  color: #3cabe3;
  text-align: center;
  margin-bottom: 10px;
  line-height: 28px;
}

.timer-grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0d3d56;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 10px;
  padding: 20px;
}

.date-time {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 28px;
}

.instructor-details-image {
  background-color: #001e2d;
  border-radius: 15px;
  margin-bottom: 36px;
  padding: 36px 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
}

.instructor-details {
  height: 100%;
}

.instructor-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.instructor-detail {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8px;
  display: flex;
}

.instructor-name {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.instructor-experience {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.instructor-students-para {
  color: #fff;
  white-space: nowrap;
  background-color: #0d3d56;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 6px 10px;
  font-size: 14px;
}

.text-span-2 {
  font-weight: 700;
}

.workshopbrands-liike {
  background-color: #4254b6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4px 18px;
  display: flex;
}

.instructor-workes-with-brands {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.brands-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.section {
  padding: 60px 5%;
}

.section.bg-color-f3f9fe, .section.bg-color--f3f9fe {
  background-color: #f3f9fe;
}

.margin-bottom-24 {
  margin-bottom: 24px;
  position: static;
}

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

.text-align-center.margin-bottom-40 {
  margin-bottom: 40px;
}

.text-align-center.margin-bottom-20 {
  margin-bottom: 20px;
}

.text-align-center.margin-bottom-60 {
  margin-bottom: 60px;
}

.enroll-grid-layout {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.enroll-card-head {
  background-color: #12133d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  display: flex;
}

.enroll-body {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 24px 16px 36px;
}

.enroll-para {
  color: #1a202c;
  text-align: center;
}

.enroll-card {
  background-image: repeating-radial-gradient(circle at 0 0, #e7eaee, #d4e0ff);
  border-radius: 10px;
  padding-left: 32px;
  padding-right: 32px;
}

.text-color-white {
  color: #fff;
}

.text-color-white.margin-bottom-40 {
  margin-bottom: 40px;
}

.text-color-white.text-align-center.margin-bottom-24 {
  margin-bottom: 24px;
}

.text-color-white.text-align-center.margin-bottom-40 {
  margin-bottom: 40px;
}

.eligible-block {
  border: 1px solid #cdcfff;
  border-radius: 5px;
  padding: 10px 30px;
}

.eligible-grid-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eligible-text {
  color: #223645;
  font-size: 21px;
  font-weight: 600;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.key-points {
  font-size: 21px;
  line-height: 30px;
}

.learning-key-points {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.learning-left-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f3f9fe;
  border-radius: 10px;
  flex-flow: column;
  padding: 48px 24px;
  display: flex;
}

.woshop-learning-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.benifits-head {
  background-color: #001e2d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.benifits-body {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 30px 16px;
  display: flex;
}

.benifits-para {
  color: #223645;
  text-align: center;
  font-size: 21px;
  line-height: 30px;
}

.benifits-card {
  background-image: radial-gradient(circle, #f3f9fe, #f3f9fe);
  border-radius: 10px;
}

.benifits-grid-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.offer-periods {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offer-period {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.countdown-box {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 300;
  line-height: 48px;
  display: flex;
}

.duration {
  color: #d2d2d2;
  text-align: center;
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 28px;
}

.offer-period-days {
  background-color: #042f45;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.mentor-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.mentor-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  margin-bottom: 40px;
}

.mentor-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 32px;
}

.mentor-designation {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  line-height: 32px;
}

.mentor-details {
  color: #000;
}

.devider {
  background-color: #bdc0ff;
  width: 100%;
  height: 1px;
}

.brands-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  margin-top: 40px;
}

.mentors-talks-count {
  background-color: #042f45;
  border-radius: 10px;
  padding: 12px 24px;
}

.mentor-talk {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.mentors-brands {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  overflow: auto;
}

.div-block-28 {
  margin-bottom: 24px;
}

.scroll-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.text-block-8 {
  color: #ffb400;
}

.scroll-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.bonus-block {
  border-top: 1px solid #ffb400;
  border-bottom: 1px solid #ffb400;
  margin-bottom: 72px;
  overflow: hidden;
}

.bonuses-card {
  background-color: rgba(13, 37, 166, .3);
  border: 1px solid #8f90ec;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.bonus-body {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px 12px;
  font-size: 21px;
  font-weight: 500;
  display: flex;
}

.bonus-grid {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.bonus-head {
  background-image: radial-gradient(circle at 0 0, #5b3cef, #5210c1);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 18px;
  display: flex;
  position: relative;
}

.bonus-para {
  text-align: center;
  line-height: 30px;
}

.bonus-tag {
  color: #000;
  background-color: #ffb400;
  border: 1px solid #ffb400;
  border-radius: 10px;
  padding: 5px 22px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: -18px;
}

.certificate-para {
  text-align: center;
  max-width: 941px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  line-height: 30px;
}

.certificate-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-faq {
  background-color: #042f45;
  padding: 60px 5%;
}

.ex-program-answer {
  white-space: normal;
  background-color: rgba(246, 243, 255, .76);
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.ex-program-answer.w--open {
  background-color: rgba(255, 255, 255, .76);
}

.faq-box {
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.ex-program-question {
  grid-column-gap: 8px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.ex-program-faq-toggle {
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
  display: flex;
}

.ex-program-faq-toggle.w--open {
  background-color: #fff;
}

.ex-program-faq-block {
  max-width: 1000px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.ex-program-faq {
  white-space: nowrap;
  background-color: #edf2fe;
  border-bottom: 1px solid #cdcfff;
  width: 100%;
}

.ex-program-faq.top-radious-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ex-program-faq.bottom-radius-10 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.faq-minus-icon {
  width: 100%;
  height: 100%;
}

.ex-program-faq-name {
  color: #000;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
}

.ex-program-answer-para {
  color: #223645;
  font-size: 21px;
  line-height: 30px;
}

.ex-program-answer-para.margin-bottom-10 {
  margin-bottom: 10px;
}

.ex-program-answer-para.margin-bottom-5 {
  margin-bottom: 5px;
}

.section-footer {
  background-color: #232323;
  padding: 16px 5% 106px;
}

.footer-links {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.follow-us {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.footer-social-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.html-embed {
  color: #fff;
  width: 40px;
  height: 40px;
}

.footer-links-blocks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.instructor-image {
  object-fit: cover;
  border-radius: 5px;
  width: 120px;
  min-width: 160px;
  height: 100%;
}

.footer-brand {
  margin-bottom: 10px;
}

.mentor-image {
  width: 340px;
}

.section-100vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-color-black {
  color: #000;
}

.section-footer-payment {
  background-color: #232323;
  padding: 16px 5%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.follow-us-text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.instrctor-logo-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.reserve-paragraph {
  color: #fff;
  text-align: center;
  max-width: 400px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.reserve-paragraph.color-abc {
  color: #ffb400;
}

.text-color--ffb400-weight-500 {
  color: #ffb400;
  font-weight: 500;
}

.gradient-btn-text {
  color: #fff;
  font-size: 24px;
}

.gradient-btn-text.n0-wrap {
  white-space: nowrap;
}

.gradient-button {
  cursor: pointer;
  background-image: radial-gradient(circle farthest-side at 0%, #04bddd, #4f16a6);
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.gradient-button.margin-bottom-10 {
  margin-bottom: 10px;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-700.mark {
  text-decoration: line-through;
}

.font-less {
  font-size: 16px;
  font-weight: 300;
  text-decoration: line-through;
}

.worshop-logoes-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.instructor-details-image-copy {
  background-color: #fff;
  border-radius: 15px;
  padding: 32px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
}

.instructor-details-image-copy.overflow-auto {
  overflow: auto;
}

.brand-logo {
  object-fit: cover;
  width: 160px;
  height: 60px;
}

.about-para {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 500;
}

.workshop-link {
  text-align: center;
  cursor: pointer;
  background-image: radial-gradient(circle farthest-side at 0%, #04bddd, #4f16a6);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.workshop-btn-text {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
}

.btn-less {
  color: #d8d8d8;
  font-size: 21px;
  text-decoration: line-through;
}

.sub-text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 21px;
  line-height: 30px;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 30px;
}

.testimonials-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-card {
  background-color: #fff;
  border: 1px solid #cdcfff;
  border-radius: 10px;
  padding: 36px 42px;
}

.testimonial-para {
  margin-bottom: 40px;
  font-size: 16px;
}

.testimonial0-icon {
  margin-bottom: 20px;
}

.testimonial-author {
  font-size: 20px;
  font-weight: 700;
}

.testimonial-author-designation {
  font-size: 20px;
  font-weight: 400;
}

.testimonial-rating-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 20px;
  display: flex;
}

.gradient-text {
  font-weight: 600;
}

.banner-header-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.h1-bar {
  margin-right: 20px;
}

.bg-gradient {
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-size: cover;
  font-weight: 500;
}

.text-span-6, .text-span-7 {
  color: #04bddd;
}

.enroll-third-card {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
  display: inline-block;
}

.image-67 {
  width: 24px;
}

.text-field-inform {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dbdbdb;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.form-para {
  opacity: .75;
  color: #15153e;
  text-align: center;
  max-width: 494px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}

.get-in-touch {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .4);
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 5%;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.popup-form-success-para {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.form-header {
  color: #15153e;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.popup-form-success-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}

.form-inner-block {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: relative;
}

.get-in-touch-close-link {
  cursor: pointer;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button-3 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-3:hover {
  opacity: .8;
}

.button-3.in-form {
  text-align: center;
  width: 100%;
}

.embded-form {
  border: 1px #dbdbdb;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 0;
}

._2-questions-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

._2-questions-wrap.one {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.popup-form-success-image {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}

.html-embed-2 {
  height: 48px;
}

.popup-form-success-message {
  background-color: rgba(0, 0, 0, 0);
}

.instructor-header-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.pmi-logo {
  background-color: #fff;
  width: 100%;
  height: 42px;
}

.section-footer-hide {
  z-index: 999;
  background-color: #001e2d;
  padding: 18px 5%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, .1);
}

.addesss {
  color: #fff;
}

.footer-links-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.privacy-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.mentor-designation-copy {
  color: #000;
  letter-spacing: -.02em;
  line-height: 32px;
}

.instructor-experience-years {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.section-bonuses {
  background-color: #042f45;
  padding-top: 50px;
  padding-bottom: 70px;
}

.form-main-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.stickey-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.stickey-left-side {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.responisve-logo-hide {
  background-color: rgba(221, 221, 221, 0);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: static;
}

.stcikey-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 21px;
}

.text-block-21-copy {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.desktop-logo-hide {
  background-color: rgba(221, 221, 221, 0);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: none;
  position: static;
}

.mentors1-logo {
  width: 130px;
}

.font-weight-600-with-ffb400 {
  color: #ffb400;
  font-weight: 600;
}

.stickey-offer-text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.timer-text-block {
  font-size: 21px;
  font-weight: 600;
}

.brind-logo1 {
  object-fit: cover;
  width: 145px;
  height: 60px;
}

.mentors-logo {
  width: 130px;
}

.div-block-47-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.certificate {
  border: 1px solid rgba(29, 29, 29, .2);
  border-radius: 5px;
}

.email-link {
  color: #223645;
}

.email-link:hover {
  text-decoration: none;
}

.workshop-logoes-block {
  background-color: #fff;
  border-radius: 15px;
  padding: 32px;
  overflow: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
}

.workshop-logoes-block.overflow {
  overflow: auto;
}

.list, .list-2 {
  list-style-type: decimal;
}

.seats-paragraph {
  color: #ffb400;
  text-align: center;
  max-width: 400px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.seats-paragraph.color-abc {
  color: #ffb400;
}

.reserve-paragraph-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.reserve-paragraph-copy.color-abc {
  color: #ffb400;
}

@media screen and (min-width: 1280px) {
  .workshop-banner-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .instructor-details-image {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mentors-brands, .workshop-logoes-block {
    overflow: auto;
  }
}

@media screen and (min-width: 1440px) {
  .mentors-brands {
    overflow: auto;
  }

  .ex-program-faq-name {
    font-size: 24px;
  }

  .privacy-link:hover {
    color: rgba(255, 255, 255, .5);
  }

  .workshop-logoes-block {
    overflow: auto;
  }
}

@media screen and (max-width: 991px) {
  .section-hero {
    padding-top: 0;
    padding-bottom: 148px;
  }

  .workshop-banner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-items: center;
  }

  .instructor-details-image {
    align-self: center;
    margin-bottom: 20px;
  }

  .instructor-details {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .brands-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .workshop-banner-right-side {
    width: 100%;
    padding-top: 0;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.bg-color--f3f9fe {
    background-color: #f3f9fe;
  }

  .enroll-grid-layout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .eligible-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .learning-left-side {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .woshop-learning-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .benifits-grid-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .offer-period-days, .mentor-wrapper {
    padding: 20px;
  }

  .mentor-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .brands-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .mentors-brands {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-28 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bonus-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-footer {
    padding-bottom: 172px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-social-links {
    justify-content: center;
    align-items: center;
  }

  .footer-links-blocks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mentor-image {
    width: 200px;
  }

  .section-100vh {
    height: 80vh;
  }

  .worshop-logoes-wrapper {
    margin-top: -118px;
  }

  .instructor-details-image-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-self: center;
    padding: 16px;
    display: flex;
  }

  .brand-logo {
    object-fit: fill;
    width: 130px;
  }

  .workshop-link {
    margin-bottom: 40px;
  }

  .testimonials-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-card {
    padding: 24px;
  }

  .form-header {
    font-size: 24px;
    line-height: 44px;
  }

  .stickey-wrapper {
    flex-flow: column;
  }

  .stickey-left-side {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .responisve-logo-hide {
    display: none;
  }

  .stcikey-text {
    text-align: center;
  }

  .desktop-logo-hide {
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .stickey-offer-text {
    text-align: center;
  }

  .brind-logo1 {
    width: 130px;
  }

  .div-block-47-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .workshop-logoes-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-self: center;
    padding: 16px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .workshop-tag {
    display: inline-block;
  }

  .time-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .date-time {
    font-size: 16px;
  }

  .instructor-details-image {
    padding: 20px;
  }

  .instructor-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brands-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .enroll-grid-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .eligible-block {
    padding: 6px 10px;
  }

  .eligible-grid-layout {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .eligible-text {
    font-size: 16px;
  }

  .key-points {
    font-size: 18px;
    line-height: 24px;
  }

  .learning-left-side {
    padding: 16px;
  }

  .woshop-learning-grid {
    grid-template-columns: 1fr;
  }

  .benifits-para {
    font-size: 18px;
    line-height: 24px;
  }

  .offer-period {
    margin-bottom: 36px;
  }

  .countdown-box {
    font-size: 24px;
    line-height: 28px;
  }

  .offer-period-days {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brands-grid {
    margin-top: 20px;
  }

  .mentor-talk {
    font-size: 18px;
    line-height: 24px;
  }

  .mentors-brands {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bonus-body {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .bonus-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bonus-para, .certificate-para {
    font-size: 18px;
    line-height: 24px;
  }

  .section-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-box {
    padding: 20px 16px;
  }

  .ex-program-question {
    padding: 10px;
  }

  .ex-program-faq-toggle {
    padding-left: 0;
  }

  .program-faq-wrapper {
    margin-bottom: 24px;
  }

  .ex-program-faq-name {
    font-size: 18px;
    line-height: 24px;
  }

  .ex-program-answer-para {
    font-size: 16px;
    line-height: 24px;
  }

  .follow-us {
    font-size: 18px;
  }

  .footer-social-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-links-blocks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .follow-us-text {
    font-size: 18px;
  }

  .gradient-btn-text {
    font-size: 20px;
  }

  .gradient-button {
    padding: 10px 16px;
  }

  .worshop-logoes-wrapper {
    margin-top: -110px;
  }

  .instructor-details-image-copy {
    padding: 20px;
  }

  .brand-logo {
    object-fit: fill;
  }

  .about-para {
    text-align: center;
  }

  .workshop-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .workshop-btn-text {
    font-size: 20px;
    line-height: 28px;
  }

  .sub-text {
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonials-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial-para {
    margin-bottom: 24px;
  }

  .enroll-third-card {
    font-size: 26px;
    line-height: 32px;
  }

  .popup-form-success-para {
    font-size: 14px;
    line-height: 20px;
  }

  .popup-form-success-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .popup-form-success-image {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
  }

  .popup-form-success-message {
    padding: 10px;
  }

  .workshop-inner-height {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .mobile-align-center {
    text-align: center;
  }

  .section-bonuses {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .stickey-left-side {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .responisve-logo-hide {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .stcikey-text {
    text-align: center;
    font-size: 18px;
  }

  .desktop-logo-hide {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .stickey-offer-text {
    text-align: center;
    font-size: 18px;
  }

  .brind-logo1 {
    object-fit: cover;
  }

  .div-block-47-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .workshop-logoes-block {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .section-hero {
    padding-bottom: 150px;
  }

  .workshop-tag {
    margin-bottom: 10px;
  }

  .workshop-tag-block {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    line-height: 16px;
  }

  .workshop-banner-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .workshop-para {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .banner-sub-oint-text {
    line-height: 20px;
  }

  .banner-sub-points-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .time-block {
    padding: 10px 14px;
  }

  .date {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .timer-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    display: none;
  }

  .date-time {
    font-size: 14px;
    line-height: 20px;
  }

  .instructor-details-image {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .instructor-details {
    padding-left: 0;
    padding-right: 0;
  }

  .instructor-grid {
    direction: rtl;
    grid-template-columns: auto 1fr;
    display: flex;
  }

  .instructor-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-end;
  }

  .instructor-name {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .instructor-experience {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .instructor-students-para {
    padding: 5px;
    font-size: 12px;
  }

  .text-span-2 {
    font-weight: 700;
  }

  .instructor-workes-with-brands {
    font-size: 12px;
  }

  .brands-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .text-align-center.margin-bottom-40 {
    margin-bottom: 20px;
  }

  .text-align-center.margin-bottom-20 {
    margin-bottom: 10px;
    line-height: 26px;
  }

  .text-align-center.margin-bottom-60 {
    margin-bottom: 24px;
  }

  .enroll-grid-layout {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .enroll-card-head {
    width: 200px;
    padding: 10px 30px;
  }

  .enroll-body {
    padding: 10px 0;
  }

  .enroll-para {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .enroll-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-color-white.margin-bottom-40 {
    margin-bottom: 20px;
  }

  .text-color-white.text-align-center.margin-bottom-24 {
    margin-bottom: 10px;
  }

  .text-color-white.text-align-center.margin-bottom-40, .text-color-white.margin-bottom-24 {
    margin-bottom: 20px;
  }

  .eligible-block {
    padding: 10px 20px;
  }

  .eligible-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }

  .margin-bottom-30 {
    margin-bottom: 20px;
  }

  .key-points {
    font-size: 14px;
    line-height: 20px;
  }

  .learning-key-points {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .learning-left-side {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benifits-head {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .benifits-body {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .benifits-para {
    font-size: 16px;
    line-height: 22px;
  }

  .benifits-grid-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .offer-period {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 20px;
  }

  .countdown-box {
    width: 20px;
    margin-bottom: 10px;
    font-size: 31px;
    font-weight: 600;
    line-height: 14px;
  }

  .duration {
    font-size: 10px;
    line-height: 14px;
  }

  .offer-period-days {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    padding: 24px 14px 14px;
  }

  .mentor-wrapper {
    padding: 20px 14px;
  }

  .margin-bottom-40 {
    text-align: center;
    margin-bottom: 20px;
  }

  .mentor-grid {
    grid-template-columns: 1fr;
  }

  .mentor-name {
    font-size: 16px;
    line-height: 18px;
  }

  .mentor-designation {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .mentor-details {
    font-size: 16px;
  }

  .mentors-talks-count {
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .mentor-talk {
    font-size: 14px;
    line-height: 16px;
  }

  .mentors-brands {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bonus-block {
    margin-bottom: 40px;
  }

  .bonus-body {
    padding: 10px 8px;
  }

  .bonus-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .bonus-head {
    padding-top: 24px;
    padding-bottom: 10px;
  }

  .bonus-para {
    font-size: 12px;
    line-height: 22px;
  }

  .bonus-tag {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    top: -15px;
  }

  .certificate-para {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .section-faq {
    background-color: #3f51b5;
  }

  .ex-program-answer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-box {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ex-program-faq-toggle {
    z-index: -1;
  }

  .ex-program-faq-name {
    font-size: 16px;
    line-height: 20px;
  }

  .ex-program-answer-para {
    font-size: 16px;
    line-height: 24px;
  }

  .section-footer {
    padding-top: 20px;
    padding-bottom: 164px;
  }

  .follow-us {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .footer-social-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .footer-links-blocks {
    justify-content: center;
    align-items: center;
  }

  .instructor-image {
    min-width: 110px;
  }

  .tick {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 14px;
  }

  .mentor-image-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .bonus-image {
    width: 44px;
    height: 44px;
  }

  .footer-brand {
    text-align: center;
  }

  .benifit-image {
    width: 44px;
    height: 44px;
  }

  .instructor-image-block {
    order: 1;
  }

  .mentor-image {
    border-radius: 10px;
    width: 120px;
    height: 120px;
  }

  .section-100vh {
    height: 80vh;
  }

  .follow-us-text {
    text-align: center;
    font-size: 24px;
  }

  .instrctor-logo-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .reserve-paragraph {
    font-size: 14px;
  }

  .gradient-btn-text {
    font-size: 18px;
  }

  .instructor-details-image-copy {
    width: 100%;
    padding: 10px;
  }

  .brand-logo {
    width: 100px;
    height: 40px;
  }

  .about-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .workshop-btn-text {
    font-size: 14px;
    line-height: 24px;
  }

  .btn-less {
    font-size: 12px;
  }

  .sub-text {
    font-size: 16px;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-para {
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial0-icon {
    width: 23px;
    height: 21px;
  }

  .testimonial-author, .testimonial-author-designation {
    font-size: 16px;
  }

  .h1-bar {
    width: 80%;
    margin-right: 40px;
  }

  .enroll-third-card {
    font-size: 18px;
    line-height: 30px;
  }

  .image-67 {
    width: 20px;
    top: 8px;
    right: 8px;
  }

  .get-in-touch {
    position: fixed;
    overflow: auto;
  }

  .form-inner-block {
    width: 100%;
    padding: 20px 16px;
  }

  .embded-form {
    width: 100%;
    max-width: 100%;
  }

  ._2-questions-wrap {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .popup-form-success-message {
    padding: 0;
  }

  .pmi-logo {
    width: 50%;
    height: 27.2813px;
  }

  .instrctor-body-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-footer-hide {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, .1);
  }

  .social-icon {
    width: 30px;
  }

  .addesss {
    font-size: 16px;
  }

  .mentor-designation-copy {
    font-size: 14px;
    line-height: 21px;
  }

  .instructor-experience-years {
    direction: ltr;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .ups-image {
    width: 30px;
  }

  .stickey-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stcikey-text {
    white-space: normal;
    font-size: 14px;
  }

  .stickey-offer-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .timer-text-block {
    font-size: 18px;
  }

  .brind-logo1 {
    object-fit: fill;
  }

  .mentors-logo {
    width: 100px;
  }

  .workshop-logoes-block {
    width: 100%;
    padding: 10px;
  }

  .list {
    padding-left: 30px;
  }

  .seats-paragraph, .reserve-paragraph-copy {
    font-size: 14px;
  }
}

#w-node-_65838971-7b45-3d6d-9368-d88b84a7fbf1-150bf406, #w-node-d1bf68a1-68b6-3b30-b2fc-fcc40eec1921-150bf406 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcf21639-f61a-a2c7-6206-5efb0e712a2f-150bf406, #w-node-_5084d68f-cf3b-9528-4fe0-a9f4509d73cf-3eada633, #w-node-_8ecd526a-d539-6089-0612-d0fa776f5114-3fd1f7f8 {
  justify-self: end;
}

#w-node-dc6fcf02-df65-1b92-f275-d797d234bae3-3fd1f7f8, #w-node-dc6fcf02-df65-1b92-f275-d797d234bae7-3fd1f7f8, #w-node-dc6fcf02-df65-1b92-f275-d797d234bae9-3fd1f7f8, #w-node-dc6fcf02-df65-1b92-f275-d797d234baed-3fd1f7f8, #w-node-dc6fcf02-df65-1b92-f275-d797d234baef-3fd1f7f8, #w-node-dc6fcf02-df65-1b92-f275-d797d234baf3-3fd1f7f8, #w-node-dc6fcf02-df65-1b92-f275-d797d234baf5-3fd1f7f8, #w-node-_4428ad8b-9c23-72b9-7f5d-1c5982633a8b-4c7056db, #w-node-_49b6edc5-f156-508b-4571-61b79402df9d-4c7056db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4428ad8b-9c23-72b9-7f5d-1c5982633d21-4c7056db {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_63359981-f3f9-32c9-ae70-7f5f74ff3a85-150bf406 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fcf21639-f61a-a2c7-6206-5efb0e712a2f-150bf406, #w-node-_5084d68f-cf3b-9528-4fe0-a9f4509d73cf-3eada633, #w-node-_8ecd526a-d539-6089-0612-d0fa776f5114-3fd1f7f8 {
    justify-self: start;
  }

  #w-node-_4428ad8b-9c23-72b9-7f5d-1c5982633cc1-4c7056db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4428ad8b-9c23-72b9-7f5d-1c5982633d21-4c7056db {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_63359981-f3f9-32c9-ae70-7f5f74ff3a85-150bf406, #w-node-_4428ad8b-9c23-72b9-7f5d-1c5982633cc1-4c7056db {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_65838971-7b45-3d6d-9368-d88b84a7fbe2-150bf406 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_65838971-7b45-3d6d-9368-d88b84a7fc09-150bf406 {
    order: -9999;
  }

  #w-node-fcf21639-f61a-a2c7-6206-5efb0e712a2f-150bf406, #w-node-_5084d68f-cf3b-9528-4fe0-a9f4509d73cf-3eada633, #w-node-_8ecd526a-d539-6089-0612-d0fa776f5114-3fd1f7f8 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_4428ad8b-9c23-72b9-7f5d-1c5982633a7c-4c7056db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4428ad8b-9c23-72b9-7f5d-1c5982633aa0-4c7056db {
    order: -9999;
  }

  #w-node-_4428ad8b-9c23-72b9-7f5d-1c5982633d21-4c7056db {
    align-self: center;
    justify-self: center;
  }
}


