@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300..900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
}

html {
  background: #F8F8F8;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-family: "Figtree", Arial, sans-serif;
}

body.logged-in {
  background: #F8F8F8;
}

body.page-template-template-training {
  background: #fff;
}

body * {
  font-family: "Figtree", Arial, sans-serif;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture,
svg,
video,
canvas {
  background-repeat: no-repeat;
  background-size: cover;
  font-style: italic;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  word-break: break-all;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transition: none;
  }
}

body,
html {
  min-height: 100%;
  scroll-behavior: smooth;
}

/* ABOUT PAGE DESIGN */

.about-wrapper {
  background: #fff;
  overflow: hidden;
  padding: 5em 0 0;
  position: relative;
}
.about-container {
  max-width: 107.5em;
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
  z-index: 4;
}
.about-bg-vector {
  height: auto;
  position: absolute;
  top: 3em;
  transform: rotate(359deg);
  width: 100%;
  z-index: 0;
}
.about-head {
  max-width: 56.25em;
}
.about-page-heading,
.about-container h1 {
  color: #2D2D2D;
  font-weight: 600;
  font-size: 2.25em;
  line-height: 1em;
  margin: 0.2em 0 0.175em;
  max-width: 16em;
}
.about-desc,
.about-container p,
.public-pages-container .about-container p {
  color: #626262;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  max-width: 57.125em;
}
.about-desc b,
.about-desc strong,
.about-container p b,
.about-container p strong {
  color: #000;
}
.about-container p a {
  color: #de2516;
}
.about-card-section {
  padding: 3em 0 0;
}
.about-card {
  background: rgba(255, 255, 255, 0.70);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 1em;
  height: 100%;
  padding: 1em;
}

/* OUR HISTORY DESIGN */

.our-history-section {
  padding: 3em 0 0;
}
.our-history-heading {
  color: #2D2D2D;
  font-size: 1.5em;
  font-weight: 600;
}
.timeline-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.25em 11.5em;
  justify-content: center;
  margin: 3em 0;
  position: relative;
  padding-left: 1em;
}
.timeline-list::after {
  background: #D9D9D9;
  content: '';
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: auto;
  top: 0;
  width: 1px;
}
.timeline-list li {
  align-items: center;
  display: flex;
  gap: 1em;
  position: relative;
}
.timeline-list li::after {
  background: #D9D9D9;
  bottom: 0;
  content: '';
  display: none;
  height: 1px;
  left: -5.7em;
  margin: auto;
  position: absolute;
  top: 0;
  width: 3.875em;
}
.timeline-list li::before {
  background: #DE2516;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 10px;
  left: -1.22em;
  margin: auto;
  position: absolute;
  top: 0;
  width: 10px;
  z-index: 1;
}
.timeline-list li:nth-child(even)::after {
  left: auto;
  right: -5.7em;
}
.timeline-list li:nth-child(even)::before {
  left:  -1.22em;
}
.timeline-list li .timeline-tiles {
  border-radius: 1em;
  background: #D9D9D9;
  overflow: hidden;
  padding-top: 7em;
  position: relative;
  min-width: 9em;
  width: 9em;
}
.timeline-list li .timeline-tiles img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.timeline-content {
  padding: 0.5em 0;
}
.timeline-tiles-date {
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0;
}
.timeline-tiles-desc.about-desc {
  display: block;
}

/* WHAT WE DO DESIGN */

.graph-information {
  margin: 2em 0;
  position: relative;
}
.graph-img {
  max-width: 100%;
  text-align: center;
}
.graph-img img {
  max-width: 100%;
  position: relative;
}
.we-do-desc {
  color: #2D2D2D;
  font-weight: 600;
}
.microsoft-info-detail-heading {
  color: #2D2D2D;
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1em;
  margin: 0.2em 0 0.25em;
}
.microsoft-info-detail-col svg {
  height: 2em;
  width: 2em;
}

.microsoft-info-detail-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2em 1em;
  padding-top: 1em;
}

/* microsoft information section */

.microsoft-information-section.training-section-padding {
  padding: 2em 0 0;
}
.microsoft-information-section .microsoft-info-detail-heading {
  margin: 0.5em 0;
}
.microsoft-information-detail-row .wp-block-group__inner-container,
.microsoft-information-detail-row {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(1, 1fr);
}
.microsoft-information-section .icon svg {
  height: 2em;
  width: 2em;
}
.microsoft-information-detail-list {
  margin: 0px 0 1.5em;
}
.microsoft-information-detail-list li {
  align-items: flex-start;
  display: flex;
  gap: 0.65em;
  margin-bottom: 1em;
  position: relative;
}
.microsoft-information-detail-list li .check-icon {
  min-width: 1.125em;
}
.microsoft-information-detail-list li b {
  color: #2D2D2D;
}
.microsoft-information-detail-list li a {
  color: #626262;
}
.microsoft-information-detail-list li svg {
  min-width: 1.125em;
}
.register-date {
  align-items: center;
  border-radius: 50em;
  border: 1px solid rgba(217, 217, 217, 0.87);
  color: #000;
  display: flex;
  justify-content: space-between;
  font-size: 0.875em;
  font-weight: 500;
  margin-top: 0.74em;
  padding: 0.375em 1.125em;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.register-date:hover {
  background: #DE3131;
  border: 1px solid #DE3131;
  color: #fff;
}
.register-date svg g path {
  transition: all 0.2s ease-in-out;
}
.register-date:hover svg g path {
  fill: #fff;
}
.custom-button {
  background: #DE3131;
  border-radius: 50em;
  border: 1px solid #DE3131;
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: 700;
  padding: 0.695em 1em;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.custom-button:hover {
  background: #c21d10;
  border-color: #c21d10;
}
.microsoft-information-detail-row .custom-button {
  margin-left: 1.5em;
  width: calc(100% - 1.5em);
}
.custom-button:disabled {
  background: #838383;
  border-color: rgba(131, 131, 131, 1);
  pointer-events: none;
}

/* OUR TEAM DEAIGN */

.our-team-about-head {
  max-width: 79.5625em;
  margin-bottom: 2em;
}
.our-team-content .about-desc {
  max-width: 63.5em;
}
.our-team-list {
  padding: 3em 0;
}
 .authoors-team-heading {
  color: #2D2D2D;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 1em;
}
.authoors-team-heading h2 {
  font-size: inherit;
}

/*
.our-team-list .author-name {
  font-weight: 600;
} */

/* WHY WE'RE DIFFERENT DESIGN */

.become-member-content-section {
  padding: 3em 0;
}
.become-member-content-section .our-history-heading {
  margin-bottom: 0.12em;
}
.become-member-content-section .about-desc {
  max-width: 60em;
  margin-bottom: 1.5em;
}
.member-about-slider .index-page-slider {
  border: 0;
}
.member-about-card {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.70) !important;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 1.125em !important;
  flex-basis: 14.3125em;
  min-height: 19em;
  margin: 2.125em 1em 2.125em 0;
  padding: 1.5em !important;
  width: 14.3125em;
}
.member-about-card .card-flex {
  gap: 1.5em;
}
.member-about-card .card-flex img {
    filter: brightness(0) invert(1);
    max-width: 4.75em;
}
.member-about-card .card-desc {
  color: #626262;
}
.member-about-card .card-desc b {
  color: #2D2D2D;
}
.member-about-card .card-desc {
  font-size: 0.875em;
}
.member-about-card .member-about-card-content .card-desc {
  font-size: 0.875em;
  line-height: 1.5em;
}

/* WHO WE SERVE */


.serve-card .arrow-icon {
  position: absolute;
  right: 1em;
  top: 0.6em;
}
.serve-card .about-desc {
  max-width: 16em;
}
.serve-data-list {
  margin-bottom: 3em;
}
.serve-card-heading {
  font-size: 1.125em;
  line-height: 1.25em;
  margin-bottom: 0.25em;
  max-width: 90%;
}

/* WHO WE SERVE DETAIL */
 
.dive-deeper-section {
  padding: 2em 0;
}
.dive-deeper-title {
  color: #2D2D2D;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1em;
}
.dive-deeper-card-img {
  border-radius: 1.875em;
  background: #D9D9D9;
  padding-top: 13em;
  margin-bottom: 0.75em;
}
.dive-deeper-card-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.dive-deeper-card-title {
  color: #000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.custom-secondary-btn {
  appearance: none;
  background: transparent;
  border-radius: 50em;
  border: 1px solid #BDBDBD;
  color: #626262;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  padding: 0.834em 2em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
}
.custom-secondary-btn:hover {
  border-color: #000;
}
.dive-deeper-card-desc {
  max-width: 23em;
  margin-bottom: 1em;
}
.dive-deeper-card-desc a {
  color: #626262;
}


.public-navbar.cart .navbar-menu {
  opacity: 0;
  pointer-events: none;
}

.public-navbar.cart .navbar-right-menu .become-member-btn,
.public-navbar.cart .navbar-right-menu .search-toggle,
.public-navbar.cart .navbar-right-menu #menuItem  {
  display: none !important;
}

.public-navbar.cart .navbar-right-menu .login-icon {
  display: flex !important;
}


/* Media */

@media (min-width: 576px) {
  .timeline-list li .timeline-tiles {
    min-width: 12em;
    padding-top: 8em;
    width: 12em;
  }
  .microsoft-info-detail-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .microsoft-info-detail-row {
    gap: 3em 1em;
  }
  .microsoft-info-detail-row {
    padding-top: 2em;
  }
}

@media (min-width: 601px) {
  /* microsoft information section */


  .custom-button {
    padding: 0.5835em 1em;
    width: fit-content;
  }

  .custom-secondary-btn {
    width: fit-content;
  }

}

@media (min-width: 768px) {
  .about-wrapper {
      padding: 9em 0 0;
  }
  .about-container {
    padding: 0 1.875em;
  }
  .about-card-section {
    padding: 3em 0 3em;
  }
  .about-page-heading,
  .about-container h1 {
    font-size: 3em;
  }
  .about-card {
    border-radius: 1.25em;
    padding: 2.625em 2.5em;
  }
  .timeline-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 1em 3em;
    margin: 4.6875em 0;
    justify-content: center;
    padding: 0;
  }
  .timeline-list::after {
    height: calc(100% + 70px);
    right: 0;
  }
  .timeline-tiles-date {
    font-size: 1.375em;
  }
  .timeline-list li {
    gap: 1em;
  }
  .timeline-list li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .timeline-list li:nth-child(even) {
    transform: translate(0px, 70px);
  }
  .timeline-list li .timeline-tiles {
    min-width: auto;
    padding-top: 7em;
    width: 9em;
  }
  .timeline-tiles-desc.about-desc {
    font-size: 0.875em;
    max-width: 11.688em;
  }
  .microsoft-info-detail-col .about-desc {
    font-size: 0.875em;
  }
  .timeline-list li::after {
    display: block;
    left: -1.5em;
    width: 0.975em;
  }
  .timeline-list li:nth-child(even)::after {
    right: -1.5em;
  }
  .timeline-list li::before {
    top: 0;
    left: -0.8em;
  }
  .timeline-list li:nth-child(even)::before {
    left: auto;
    right: -0.8em;
  }

  .microsoft-info-detail-row {
    grid-template-columns: repeat(3, 1fr);
  }

    /* WHAT WE DO DESIGN */

  .graph-information {
    margin: 4em 0;
  }
  .graph-img {
    max-width: 35em;
    position: relative;
    margin: auto;
  }
  .we-do-desc.about-desc {
    font-size: 1.25em;
    line-height: 1.25em;
  }
  .our-history-section {
    padding: 3em 0;
  }
  .microsoft-information-detail-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em 2em;
  }
  .our-team-about-head {
    margin-bottom: 3em;
  }

  /* WHO WE SERVE */


  .member-about-card {
    border-radius: 1.875em !important;
    flex-basis: 23.75em;
    min-height: 28.125em;
    margin: 2.125em 1.5em 2.125em 0;
    padding: 2.8125em 2.5em !important;
    width: 23.75em;
  }
  .member-about-card .member-about-card-content .card-desc {
    font-size: 1.125em;
    line-height: 1.67em;
  }
  .member-about-card .card-flex {
    gap: 1.875em;
  }
  .serve-card .arrow-icon {
    position: absolute;
    right: 1.5em;
    top: 1.875em;
  }
  .become-member-content-section .about-desc {
    margin-bottom: 2.8125em;
  }

  .member-about-card .card-flex img {
    max-width: 100%;
  }
  .training-wrapper + .wp-block-columns-is-layout-flex .wp-block-column:last-child {
    display: none;
   }

}

@media (min-width: 992px), print and (min-width: 992px) {
  .about-wrapper {
      padding: 10em 0 0;
  }
  .about-container {
    padding: 0 2.5em;
  }
  .about-page-heading,
  .about-container h1 {
    font-size: 3em;
    line-height: 1em;
  }
  .about-desc,
  .about-container p {
    line-height: 1.4em;
  }
  .about-card {
    border-radius: 1.875em;
    padding: 2em;
  }
  .our-history-section {
    padding: 3em 0;
  }
  .our-history-heading {
    font-size: 2em;
  }
  .timeline-list {
    gap: 1em 5em;
    margin: 4.6875em 0;
  }
  .timeline-list li .timeline-tiles {
    padding-top: 7em;
    width: 10em;
  }
  .timeline-list li {
    gap: 1em;
  }
  .timeline-tiles-date {
    font-size: 1.25em;
  }
  .timeline-list li::after {
    left: -2.5em;
    width: 1.375em;
  }
  .timeline-list li:nth-child(even)::after {
    right: -2.5em;
  }
  .timeline-list li::before {
    top: 1px;
    left: -1.3em;
  }
  .timeline-list li:nth-child(even)::before {
    right: -1.3em;
  }
  .timeline-tiles-desc.about-desc {
    max-width: 15.688em;
  }

  /* WHAT WE DO DESIGN */

  .graph-information {
    margin: 4em 0;
  }
  .graph-img {
    max-width: 46.465%;
    position: relative;
    left: -4%;
    margin: auto;
  }
  .graph-img img {
    top: -1.425em;
    max-width: 100%;
  }
  .we-do-desc.about-desc {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .microsoft-info-detail-col svg {
    height: 3em;
    width: 3em;
  }
  .microsoft-info-detail-row {
    height: calc(100% + 2.4em);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .microsoft-info-detail-col {
    left: 0;
    position: absolute;
    max-width: 13em;
    top: 0;
  }
  .microsoft-info-detail-col:nth-child(2) {
    left: auto;
    right: 0;
    max-width: 17em;
  }
  .microsoft-info-detail-col:nth-child(3) {
    bottom: 0;
    left: 15%;
    max-width: 17.125em;
    top: auto;
  }

  /* microsoft information section */

  .microsoft-info-detail-col .about-desc {
    font-size: 1em;
  }
  .microsoft-information-detail-row .wp-block-group__inner-container,
  .microsoft-information-detail-row {
    gap: 2em;
    grid-template-columns: repeat(3, 1fr);
  }
  .microsoft-information-section .icon svg {
    height: 3em;
    width: 3em;
  }
  .microsoft-information-section .microsoft-info-detail-heading {
    margin: 0.8em 0 1em;
  }

  /* WHY WE'RE DIFFERENT DESIGN */

  .become-member-content-section {
    padding: 4em 0;
  }
  .serve-card-heading {
    font-size: 1.375em;
    max-width: 10.5em;
  }
  .dive-deeper-card-desc {
    margin-bottom: 1.5em;
  }

  .training-wrapper + .wp-block-columns-is-layout-flex .wp-block-column:last-child {
   display: block;
  }


}

@media (min-width: 1200px), print and (min-width: 1200px) {
  
  .about-wrapper {
    padding: 11em 0 0;
  }

  .about-container {
    padding: 0 3.125em;
  }
  .about-page-heading,
  .about-container h1 {
    font-size: 3.75em;
  }
  .about-desc,
  .about-container p {
    font-size: 1em;
    line-height: 1.75em;
  }
  .about-card-section {
    padding: 4em 0 4em;
  }
  .our-history-section {
    padding: 4em 0;
  }
  .timeline-list {
    gap: 1.25em 7.3em;
    margin: 4.6875em 0;
  }
  .timeline-list li {
    gap: 1em;
  }
  .timeline-list li .timeline-tiles {
    border-radius: 1em;
    padding-top: 9em;
    width: 14em;
  }
  .timeline-tiles-date {
    font-size: 1.375em;
    line-height: 1.4em;
  }
  .timeline-list li::after {
    left: -3.7em;
    width: 2.6em;
  }
  .timeline-list li:nth-child(even)::after {
    right: -3.7em;
  }
  .timeline-list li::before {
    left: -1.3em;
    top: -0.2px;
  }
  .timeline-list li:nth-child(even)::before {
    right: -1.3em;
  }

  /* WHAT WE DO DESIGN */ 

  .graph-img {
    left: -2.5%;
    max-width: 36em;
  }
  .graph-information {
    margin: 7.5em 0 4em;
  }
  .graph-img img {
    top: -3.025em;
  }
  .microsoft-info-detail-heading {
    font-size: 1.5em;
    line-height: 1em;
  }
  .microsoft-info-detail-row {
    height: calc(100% + 1em);
  }

   /* microsoft information section */

  .microsoft-information-detail-row,
  .training-wrapper + .wp-block-columns-is-layout-flex {
    gap: 1em;
  }
  .custom-button {
    padding: 0.5835em 2em;
    font-size: 1.125em;
    min-width: 14em;
  }
  .course-card .custom-button {
    min-width: 0;
  }
  .register-date-list {
    margin: 1.5em 0 2em;
  }
  .register-date {
    font-size: 1em;
  }

  /* OUR TEAM DEAIGN */
  .our-team-about-head {
    margin-bottom: 4em;
  }
  .our-team-list {
    padding: 5.4375em 0;
  }
  .authoors-team-heading {
    font-size: 1.75em;
    line-height: 2.1435em;
    margin-bottom: 0.6428555em;
  }

  /* WHY WE'RE DIFFERENT DESIGN */

  .become-member-content-section {
    padding: 5.75em 0;
  }
  .member-about-card .member-about-card-content .card-desc {
    font-size: 1.125em;
    line-height: 1.67em;
  }

  .custom-secondary-btn {
    font-size: 1.125em;
    min-width: 12.334em;
    width: fit-content;
  }

}

@media (min-width: 1400px), print and (min-width: 1400px) {
  .about-wrapper {
    padding: 11.875em 0 0;
  }
  .about-container {
    padding: 0 3.75em;
  }
  .about-page-heading,
  .about-container h1 {
    font-size: 5em;
  }
  .about-card-section {
    padding: 5.3125em 0 5.3125em;
  }
  .about-card {
    border-radius: 1.875em;
    padding: 2.625em 2.5em;
  }
  .about-card .about-desc {
    font-size: 1.125em;
    line-height: 1.6em;
  }
  .our-history-section {
    padding: 3.75em 0 4.375em;
  }
  .our-history-heading {
    font-size: 2.625em;
    line-height: 1em;
    margin-bottom: 0.642856em;
  }
  .timeline-list {
    gap: 1.25em 11.5em;
    margin: 4.375em 0;
  }
  .timeline-list li {
    gap: 2em;
  }
  .timeline-list li .timeline-tiles {
    border-radius: 1.875em;
    padding-top: 10em;
    width: 15.9625em;
  }
  .timeline-tiles-date {
    font-size: 1.875em;
    line-height: 1.4em;
  }
  .timeline-list li::after {
    left: -5.7em;
    width: 3.875em;
  }
  .timeline-list li:nth-child(even)::after {
    right: -5.7em;
  }
  .timeline-list li::before {
    left: -2em;
  }
  .timeline-list li:nth-child(even)::before {
    right: -2em;
  }

  /* microsoft information section */

  .microsoft-information-detail-row,
  .training-wrapper + .wp-block-columns-is-layout-flex {
    gap: 6em;
  }
  .timeline-tiles-desc.about-desc {
    font-size: 1em;
  }
  .graph-img {
    left: -2%;
    max-width: 45em;
  }
  .graph-img img {
    top: -4.225em;
  }
  .microsoft-info-detail-row {
    height: 96.2%;
  }

  /* WHO WE SERVE */
  .serve-card {
    padding: 2.1875em;
  }
  .serve-card-heading {
    font-size: 1.75em;
    line-height: 1.25em;
  }

  .dive-deeper-title {
    font-size: 1.5em;
    margin-bottom: 1.35em;
  }
  .dive-deeper-card-desc {
    font-size: 1.125em;
    line-height: 1.5em;
  }
  .dive-deeper-card-title {
    font-size: 1.125em;
  }
  .dive-deeper-card-img {
    padding-top: 17.25em;
  }

}

@media (min-width: 1500px), print and (min-width: 1500px) {
  .timeline-list li .timeline-tiles {
    padding-top: 12.375em;
    width: 19.5em;
  }

  /* WHAT WE DO DESIGN */

  .microsoft-info-detail-row {
    width: 100%;
    max-width: 87.6em;
  }

  .graph-img {
    max-width: 48.9em;
    left: -2.5%;
  }

  .microsoft-info-detail-row {
    height: 95%;
  }

  /* microsoft information section */

  .microsoft-information-detail-row,
  .training-wrapper + .wp-block-columns-is-layout-flex {
    gap: 10.5em;
  }

}

@media (min-width: 1920px), print and (min-width: 1920px) {
  .member-about-slider .index-page-slider {
    margin-left: calc((100vw - 100%) / -2);
    padding-left: calc((100vw - 100%) / 2);
    width: 100vw;
  }
}