/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./collaboration/collaboration.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**************************************************************************************
* Resetting CSS
**************************************************************************************/
:root.dark-mode {
  --body-background: #2a2828;
}

:root.light-mode {
  --body-background: #ffffff;
}

::-moz-selection {
  background-color: rgba(60, 11, 66, 0.6470588235);
  color: #efeaf1;
}

::selection {
  background-color: rgba(60, 11, 66, 0.6470588235);
  color: #efeaf1;
}

:focus {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  vertical-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

a,
button,
img a,
input {
  transition: all ease-in 0.3s;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (max-width: 93.75em) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 65.625em) {
  html {
    font-size: 8px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-background);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

input,
button,
textarea,
select {
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  font: inherit;
  border: none;
  font-size: 1.4rem;
  background-color: transparent;
  padding-left: 7px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 1rem 2rem 0.2rem 0;
  padding-left: 7px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

a {
  text-decoration: none;
  color: #2a2828;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

.main--container {
  display: grid;
  align-items: start;
  justify-items: start;
  row-gap: 100px;
  width: 100vw;
  margin: 0 0 100px 0;
  grid-template-columns: [full-start] minmax(16rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(16rem, 1fr) [full-end];
}
@media (max-width: 93.75em) {
  .main--container {
    row-gap: 80px;
    margin: 0 0 80px 0;
    grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(80px, 1fr) [full-end];
  }
}
@media (max-width: 65.625em) {
  .main--container {
    row-gap: 60px;
    margin: 0 0 60px 0;
    grid-template-columns: [full-start] minmax(40px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(40px, 1fr) [full-end];
  }
}
@media (max-width: 31.25em) {
  .main--container {
    row-gap: 50px;
    margin: 0 0 40px 0;
    grid-template-columns: [full-start] minmax(20px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(20px, 1fr) [full-end];
  }
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

abbr {
  text-decoration: none;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

:root {
  --header-height: 100px;
}

:root.light-mode {
  --header-color-white: #ffffff;
  --header-color-dark-1: #2a2828;
  --header-color-dark-2: #424242;
  --header-color-dark-3: #737373;
  --header-purple-color: #efeaf1;
  --header-light-background: rgba(255, 255, 255, 0.8);
  --header-backdrop-background: rgba(232, 232, 237, 0.4);
  --header-backdrop-filter: saturate(180%) blur(20px);
  --color-head-nav: #886590;
  --hero-content-color: #737373;
  --text-dark-1: #2a2828;
  --form-btn-background: #562762;
  --form-border: #ccc;
  --form-input-color: #737373;
  --lable-color: #3f3f3e;
  --logo-color: #000;
  --purple-button-background: #562762;
}
:root.light-mode .dark-mode-img {
  display: none;
}
:root.light-mode .dark-mode-img-mob {
  display: none;
}
:root.light-mode .light-mode-img-mob {
  display: block;
}

:root.dark-mode {
  --header-color-white: #2a2828;
  --header-color-dark-1: #efeaf1;
  --header-color-dark-2: #efeaf1;
  --header-color-dark-3: #737373;
  --header-purple-color: #562762;
  --header-light-background: rgba(22, 22, 23, 0.8);
  --header-backdrop-background: rgba(0, 0, 0, 0.4);
  --header-backdrop-filter: saturate(180%) blur(20px);
  --color-head-nav: #ffd164;
  --hero-content-color: #d9d9d9;
  --text-dark-1: #f5f5f5;
  --form-btn-background: #562762;
  --form-border: #ccc;
  --form-input-color: #d9d9d9;
  --lable-color: #f5f5f5;
  --logo-color: #fff;
  --purple-button-background: #91629c;
}
:root.dark-mode .light-mode-img {
  display: none;
}
:root.dark-mode .light-mode-img-mob {
  display: none;
}
:root.dark-mode .dark-mode-img-mob {
  display: block;
}

.gtranslate_wrapper .gt_container-br7fok a.glink span {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 600;
  margin-left: 5px;
}

.header {
  position: fixed;
  top: 0;
  max-height: 100vh;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: var(--header-backdrop-filter);
          backdrop-filter: var(--header-backdrop-filter);
  background-color: var(--header-light-background);
  z-index: 999;
}
.header .header-wrapper {
  display: flex;
}
.header .header-wrapper .header-toggle {
  transition: background-color 0.6s cubic-bezier(1, -0.52, 0, 1.1);
  align-self: flex-end;
}
.header .header-wrapper .header-toggle .toggle-btn {
  box-sizing: content-box;
  display: inline-block;
  position: relative;
  width: 63px;
  height: 24px;
  background: linear-gradient(270deg, #ff9996 -4.6%, #ffd164 84.48%);
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25) inset;
}
.header .header-wrapper .header-toggle .toggle-btn.checked {
  background: none;
}
.header .header-wrapper .header-toggle .toggle-btn input {
  position: absolute;
  visibility: hidden;
}
.header .header-wrapper .header-toggle .toggle-btn input:checked ~ .toggle-view {
  transition: 0s;
  background: #3d0743;
}
.header .header-wrapper .header-toggle .toggle-btn input:checked ~ .toggle-view::before {
  left: 65%;
  background-color: #3d0743;
  box-shadow: inset -6px -3px 0px 0px #ffffff;
}
.header .header-wrapper .header-toggle .toggle-btn .toggle-view {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  height: 100%;
  border-radius: 50px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25) inset;
}
.header .header-wrapper .header-toggle .toggle-btn .toggle-view::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  box-shadow: none;
  background-color: white;
  transition: 0.3s;
  transform: translateY(-50%);
  transition-timing-function: cubic-bezier(0.57, 0.36, 0, 0.99);
}
.header .header-wrapper .header-main {
  position: relative;
  display: flex;
  gap: 50px;
  align-items: center;
}
.header .header-wrapper .header-main a .logo-cyntexa {
  margin-top: -10px;
  fill: var(--logo-color);
}
.header .header-wrapper .header-main .cyntexa-home {
  fill: var(--header-color-dark-1);
  width: 110px;
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .cyntexa-home {
    width: 120px;
  }
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main {
    gap: 30px;
  }
}
.header .header-wrapper .header-main .nav-container {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container {
    justify-content: unset;
    gap: 2rem !important;
    align-items: unset;
  }
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .nav-container {
    gap: 20px;
  }
}
.header .header-wrapper .header-main .nav-container nav {
  display: flex;
  font-size: 16px;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 75em) {
  .header .header-wrapper .header-main .nav-container nav {
    gap: 13px;
  }
}
.header .header-wrapper .header-main .nav-container nav .nav-item {
  color: var(--header-color-dark-1);
  cursor: pointer;
}
.header .header-wrapper .header-main .nav-container nav .nav-item[data-nav] {
  display: flex;
  gap: 5px;
  align-items: center;
}
.header .header-wrapper .header-main .nav-container nav .nav-item[data-nav] svg {
  transition: transform 0.24s cubic-bezier(0.4, 0, 0.6, 1);
  transform-origin: center;
}
.header .header-wrapper .header-main .nav-container nav .nav-item[data-nav].active svg {
  transform: rotate(180deg);
}
.header .header-wrapper .header-main .nav-container nav .header-search {
  width: 20px;
  color: var(--header-color-dark-1);
  fill: var(--header-color-dark-1);
  height: 20px;
  margin-top: -3px;
  cursor: pointer;
}
.header .header-wrapper .header-main .nav-container .get-consultation {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 20px;
  background-color: transparent;
  border: 1px solid var(--header-color-dark-3);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  color: var(--header-color-dark-1);
  transition: border 0.3s ease-out;
}
@media screen and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container .get-consultation {
    width: 40%;
    margin-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .header .header-wrapper .header-main .nav-container .get-consultation {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .header .header-wrapper .header-main .nav-container .get-consultation {
    width: 60%;
    padding: 13px 0px;
  }
}
.header .header-wrapper .header-main .nav-container .get-consultation:hover {
  color: #2a2828;
  border: 1px solid #ff80ad;
}
.header .header-wrapper .header-main .nav-container .get-consultation:hover::after {
  opacity: 1;
}
.header .header-wrapper .header-main .nav-container .get-consultation::after {
  content: "";
  width: calc(100% + 2px);
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  opacity: 0;
  border-radius: 8px;
  background: linear-gradient(122deg, #ff80ad 30.76%, #ff9996 58.69%, #ffd164 98.53%);
  z-index: -1;
  transition: opacity 0.4s ease-in-out;
}
.header .header-back-drop {
  background-color: var(--header-backdrop-background);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: -2;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.32s step-end;
}

@media screen and (min-width: 1050px) and (max-width: 1280px) {
  .header .links-container > div[data-nav=services] .link-container {
    display: grid;
    flex: unset;
    -moz-column-gap: 60px;
         column-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    justify-items: start;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head {
    display: flex;
    flex-direction: column;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head p {
    color: var(--color-head-nav);
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head a {
    font-size: 12px !important;
  }
  .header .links-container .hide-at-small-desk {
    display: none;
  }
}
@media screen and (min-width: 65.625em) {
  .header .mobile-nav {
    display: none;
  }
  .header.header-open-desktop {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
  .header.header-open-desktop .header-back-drop {
    opacity: 1;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.32s step-start;
    visibility: visible;
  }
  .header.header-open-desktop .links-container {
    height: 675px;
    opacity: 1;
    transition: height 0.24s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
  }
  .header.header-open-desktop .links-container > div a {
    height: -moz-max-content;
    height: max-content;
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 0.32s;
    transition-delay: calc(0.12s + var(--globalnav-flyout-item-number) * 20ms + 80ms);
  }
  .header.header-open-desktop .links-container div > img {
    opacity: 1;
    transform: scaleY(1);
  }
  .header.header-open-desktop .links-container .show {
    opacity: 1;
    visibility: visible;
    transition: all 0.24s cubic-bezier(0.4, 0, 0.6, 1) 80ms;
  }
  .header .header-wrapper {
    flex-direction: column;
    height: 110px;
    padding: 0 20px;
    justify-content: space-evenly;
  }
  .header .links-container {
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: var(--header-color-white);
    opacity: 0;
    z-index: -1;
    transition: height 0.24s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.6, 1) 0.14s;
  }
  .header .links-container .back-btn {
    display: none;
  }
  .header .links-container > div {
    grid-area: 1/1/1/1;
    visibility: hidden;
    opacity: 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
    padding: 140px 40px 40px 100px;
    transform-origin: top;
    font-size: 16px;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .header .links-container > div a {
    opacity: 0;
    color: var(--header-color-dark-2);
    transform: translateY(-4px);
    transition-property: opacity, transform;
    transition-duration: min(0.2s + 20ms * (var(--globalnav-flyout-item-total) - var(--globalnav-flyout-item-number)), 0.1s);
    transition-delay: 0s;
  }
  .header .links-container > div[data-nav=services] .link-container {
    display: grid;
    flex: unset;
    -moz-column-gap: 60px;
         column-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head {
    display: flex;
    flex-direction: column;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head p {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color-head-nav);
    font-weight: 500;
    font-family: "Roboto";
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head a {
    margin-top: 15px;
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header .links-container > div[data-nav=services] .link-container .flex-inner-head .toggle-icon {
    display: none;
  }
  .header .links-container > div > img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 20%;
    max-width: 250px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    aspect-ratio: 1/1.2;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.6, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0.15s;
  }
  .header .links-container > div .link-container {
    display: flex;
    flex: 1;
    padding: 20px 0;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
  .header .links-container > div .link-container a {
    transition: all 0.24s ease-in-out;
  }
  .header .links-container > div .link-container a::before {
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 0;
    bottom: -3px;
    border-top: 0.2px solid #a08da5;
  }
  .header .links-container > div .link-container a:hover {
    color: #a08da5;
  }
  .header .links-container > div .link-container a:hover::before {
    width: 95%;
    opacity: 1;
  }
}
@media screen and (max-width: 65.5625em) {
  .header img {
    display: none;
  }
  .header .header-wrapper {
    position: absolute;
    width: 100%;
    left: 100%;
    background-color: var(--header-color-white);
    flex-direction: column-reverse;
    height: 100vh;
    transition: all 0.24s ease-in-out;
    height: 100dvh;
  }
  .header .header-wrapper.open-header {
    left: 0;
  }
  .header .header-wrapper .header-toggle {
    padding: 0 35px;
    height: 10vh;
    align-self: start;
    height: 10dvh;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-toggle {
    position: absolute;
    top: 8%;
    right: 2%;
    z-index: 999;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main {
    height: 90dvh;
    height: 90vh;
    align-items: flex-end;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-main {
    align-items: unset;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main .cyntexa-home {
    display: none;
  }
  .header .header-wrapper .header-main .nav-container {
    flex: 1;
    flex-direction: column;
    gap: 0;
  }
  .header .header-wrapper .header-main .nav-container nav {
    width: 100%;
    align-items: flex-start;
    padding-top: 80px;
    gap: 0;
    padding-bottom: 30px;
    height: calc(75dvh - 70px);
    flex-direction: column;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container nav {
    padding-top: 50px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main .nav-container nav svg {
    transform: rotate(-90deg);
  }
  .header .header-wrapper .header-main .nav-container nav svg.header-search {
    display: none;
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item {
    display: flex;
    padding: 15px 50px;
    width: 100%;
    justify-content: space-between;
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item:hover {
    background-color: var(--header-purple-color);
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item[data-nav=resources] {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 1050px) {
  .header .header-wrapper .header-main .nav-container nav .nav-item[data-nav=resources] {
    margin-bottom: unset;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .header-wrapper .header-main .get-consultation {
    height: 50px;
  }
  .header .links-container {
    position: absolute;
    top: 75px;
    left: 100%;
    width: 100%;
    transition: all 0.2s ease-in-out;
    background: var(--header-color-white);
    height: calc(90dvh - 145px);
    overflow-y: auto;
  }
  .header .links-container.open-container {
    left: 0;
  }
  .header .links-container .back-btn {
    padding: 0 15px;
    gap: 10px;
    font-size: 14px;
    color: var(--header-color-dark-1);
    display: inline-flex;
    text-decoration: underline;
    transform-origin: center;
    cursor: pointer;
  }
  .header .links-container .back-btn:active {
    scale: 0.9;
  }
  .header .links-container .back-btn svg {
    rotate: 90deg;
    width: 15px;
  }
  .header .links-container > div {
    padding-top: 15px;
    display: none;
  }
  .header .links-container > div.show {
    display: block;
  }
  .header .links-container > div .link-container {
    background-color: var(--header-color-white);
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .header .links-container > div .link-container a {
    display: flex;
    align-items: center;
    height: 38px;
    color: var(--header-color-dark-1);
    width: 100%;
    padding: 0 50px;
    font-size: 16px;
  }
  .header .links-container > div .link-container a:hover, .header .links-container > div .link-container a:active {
    padding: 0 70px;
    background-color: var(--header-purple-color);
  }
  .header .links-container > div .link-container p {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--color-head-nav);
    font-weight: 500;
    font-family: "Roboto";
    padding: 0 50px;
  }
  .header .links-container > div .link-container .flex-inner-head {
    margin-top: 2rem;
  }
  .header .links-container > div .link-container .flex-inner-head a {
    display: none;
  }
  .header .links-container > div .link-container .flex-inner-head.active a {
    display: flex;
  }
  .header .links-container > div .link-container .flex-inner-head.active .toggle-icon {
    transform: rotate(180deg);
  }
  .header .links-container > div .link-container .flex-inner-head p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .header .links-container > div .link-container .flex-inner-head .toggle-icon {
    transition: transform 0.3s ease;
  }
  .header .mobile-nav {
    display: flex;
    align-items: center;
    padding: 20px 20px;
  }
  .header .mobile-nav .logo-cyntexa {
    display: block !important;
    fill: var(--logo-color);
  }
  .header .mobile-nav .hamburger {
    width: 20px;
    z-index: 1;
    cursor: pointer;
  }
  .header .mobile-nav .hamburger.active .line:nth-child(1) {
    width: 100%;
    transform: translateY(5px) rotate(45deg);
  }
  .header .mobile-nav .hamburger.active .line:nth-child(3) {
    width: 100%;
    transform: translateY(-7px) rotate(-45deg);
  }
  .header .mobile-nav .hamburger.active .line:nth-child(2) {
    opacity: 0;
  }
  .header .mobile-nav .hamburger .line {
    width: 100%;
    height: 2px;
    background-color: var(--header-color-dark-1);
    display: block;
    margin: 4px 0;
    transition: all 0.3s ease-in-out;
  }
  .header .mobile-nav .hamburger .line:not(:nth-child(2)) {
    width: 75%;
  }
  .header .mobile-nav .cyntexa-home {
    width: 120px;
    z-index: 1;
    margin: 0 auto;
    fill: var(--header-color-dark-1);
    color: var(--header-color-dark-1);
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 31.25em) {
  .header .mobile-nav .cyntexa-home {
    width: 90px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .mobile-nav .header-search {
    fill: var(--header-color-dark-1);
  }
}
@media screen and (max-width: 65.5625em) and (max-width: 31.25em) {
  .header .mobile-nav .header-search {
    width: 20px;
  }
}
@media screen and (max-width: 65.5625em) {
  .header .mobile-nav .header-search:hover {
    cursor: pointer;
    scale: 0.95;
    color: var(--header-purple-color);
  }
}
@media screen and (min-height: 43.75em) and (max-width: 65.625em) {
  .header .links-container > div .link-container a {
    height: 44px;
  }
  .header .header-wrapper .header-main .nav-container nav .nav-item {
    height: 44px;
  }
}
:root.light-mode {
  --color-btn-dark: #282828;
}

:root.dark-mode {
  --color-btn-dark: #ffffff;
}

.btn {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.7px;
  text-decoration: none;
  padding: 1.2rem 3rem;
  color: var(--color-primary-1);
  transition: padding 0.4s;
  display: inline-block;
  white-space: nowrap;
  z-index: 1;
  background-color: transparent;
}
.btn-animation--ball {
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.btn-animation--ball:hover {
  border-top: 1px solid var(--color-btn-dark);
  border-bottom: 1px solid var(--color-btn-dark);
  padding-right: 1.5rem;
  padding-left: 4.5rem;
  color: var(--color-btn-dark);
}
.btn-animation--ball::after {
  content: "";
  height: 40%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1;
  background: #ff9996;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.4s linear;
}
.btn-animation--ball::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  transition: all 0.4s;
  background: linear-gradient(180deg, #ff80ad 0%, #ff9996 46.35%, #ffd164 100%);
  top: -1px;
  left: 0;
  z-index: -1;
}
.btn-animation--ball:hover::before {
  opacity: 0;
}
.btn-animation--ball:hover::after {
  left: 100%;
  opacity: 1;
  translate: -50% -50%;
}

:root.light-mode {
  --footer-form-label: #3f3f3e;
  --footer-form-form-background: #f5f5f5;
  --footer-form-modal-background: #fff;
  --footer-form-description: #737373;
  --footer-form-heading: #424242;
  --footer-form-border: #ccc;
  --footer-form-dark: #2a2828;
  --color-head-nav: #886590;
}

:root.dark-mode {
  --footer-form-label: #f5f5f5;
  --footer-form-dark: #fff;
  --footer-form-form-background: #323232;
  --footer-form-modal-background: #2a2828;
  --footer-form-description: #d9d9d9;
  --footer-form-heading: #f5f5f5;
  --footer-form-border: #ccc;
  --color-head-nav: #ffd164;
}

body.modal-active {
  overflow: hidden;
}

.loading-div {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.loading-div.active {
  display: flex;
}

.footer {
  width: 100%;
  padding: 50px 100px 100px 100px;
  background: #1d0420;
  color: #ffffff;
}
.footer .footer-badges-2 {
  display: none;
}
.footer .footer-main .footer-services {
  width: 230px;
}
.footer .footer-main .footer-services .flex-inner-head2 {
  margin-top: 2rem;
  width: 100%;
}
.footer .footer-main .footer-services .flex-inner-head2 a {
  display: none;
}
.footer .footer-main .footer-services .flex-inner-head2.active a {
  display: flex;
}
.footer .footer-main .footer-services .flex-inner-head2.active .toggle-icon {
  transform: rotate(180deg);
}
.footer .footer-main .footer-services .flex-inner-head2 p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 20px;
  color: #d9d9d9;
  font-weight: 500;
  font-family: "Roboto";
}
.footer .footer-main .footer-services .flex-inner-head2 .toggle-icon {
  transition: transform 0.3s ease;
  color: inherit;
  fill: none;
}
.footer-logo__cyntexa {
  display: block;
}
.footer > *:not(:last-child) {
  margin-bottom: 30px;
}
.footer > * {
  margin: 0 auto;
  max-width: 1280px;
}
.footer svg {
  color: #ffffff;
  fill: #ffffff;
}
.footer svg:hover:not(.footer-logo-cyntexa) {
  color: #ad7eb9;
}
.footer-main {
  display: flex;
  justify-content: space-between;
}
.footer--heading {
  color: #655969;
  font-family: "Raleway";
  font-size: 27px;
  line-height: 34px;
  pointer-events: none;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer .detail-links {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  align-items: flex-start;
  margin-top: 10px;
  gap: 10px;
}
.footer .subscribe-form {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: rgba(61, 7, 67, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
  padding: 20px;
  width: 100%;
}
@media (max-width: 93.75em) {
  .footer .subscribe-form {
    width: 90%;
  }
}
@media (max-width: 65.625em) {
  .footer .subscribe-form {
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 31.25em) {
  .footer .subscribe-form {
    width: 100%;
  }
}
.footer .subscribe-form .sub_head {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 31.25em) {
  .footer .subscribe-form .sub_head {
    text-align: center;
  }
}
.footer .subscribe-form .flex-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 65.625em) {
  .footer .subscribe-form .flex-input {
    flex-wrap: wrap;
  }
}
.footer .subscribe-form .flex-input ::-moz-placeholder {
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
}
.footer .subscribe-form .flex-input ::placeholder {
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
}
.footer .subscribe-form .flex-input .input-field {
  position: relative;
}
@media (max-width: 65.625em) {
  .footer .subscribe-form .flex-input .input-field {
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .footer .subscribe-form .flex-input .input-field {
    width: 100%;
  }
}
.footer .subscribe-form .flex-input .input-field input {
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
  padding-bottom: 10px;
}
@media (max-width: 93.75em) {
  .footer .subscribe-form .flex-input .input-field input {
    width: 100%;
  }
}
.footer .subscribe-form .flex-input .input-field .just-validate-error-label {
  font-size: 12px;
  margin-top: 10px;
  position: absolute;
  bottom: -3px;
  transform: translate(0%, 110%);
  left: 0;
  color: #ff0000 !important;
}
.footer .subscribe-form .button-Signup {
  width: 100%;
  margin-top: 30px;
}
.footer .subscribe-form .button-Signup button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.48px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  width: 100%;
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 0.8px solid #d9d9d9;
}
.footer a[class$=link] {
  position: relative;
}
.footer a[class$=link]:hover, .footer-more-btn:hover {
  color: #a08da5;
}
.footer a[class$=link]:hover:before {
  width: 95%;
  opacity: 1;
}
.footer a[class$=link]:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  position: absolute;
  width: 0;
  bottom: 3px;
  border-top: 0.2px solid #a08da5;
}
.footer a[class$=link] {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  display: inline-block;
}
.footer-services, .footer-products, .footer-resources {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-badges {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.footer-badge {
  width: 60px;
  height: 64px;
  display: flex;
}
.footer-social-media--links {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  flex-grow: 1;
}
.footer-social-media--links svg {
  height: 15px;
  width: 15px;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.footer-social-media--links svg.social-icon:hover {
  color: #ffffff;
  border-color: transparent;
}
.footer-social-media--links svg.facebook-icon:hover {
  background-color: #4267b2;
}
.footer-social-media--links svg.twitter-icon:hover {
  background-color: #ffffff;
  color: #14171a;
}
.footer-social-media--links svg.instagram-icon:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
}
.footer-social-media--links svg.linkedin-icon:hover {
  background-color: #0a66c2;
}
.footer-social-media--links svg.youtube-icon:hover {
  background-color: red;
}
.footer-social-media--links svg.snapchat-icon:hover {
  background-color: #fffc00;
  color: black;
}
.footer .dmca-protected {
  width: 145px;
  height: 25px;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.footer-dmca--logo {
  width: 145px;
}
.footer .legal {
  display: flex;
  margin-top: 50px;
  align-items: center;
  gap: 50px;
  font-size: 12px;
  font-weight: 300;
}
.footer .legal a {
  color: inherit;
}
.footer .legal > * {
  transition: all 0.4s ease-in-out;
}
.footer .legal > *:hover {
  color: #a08da5;
}
.footer .copyright,
.footer .iso-certified {
  pointer-events: none;
}
.footer .privacy-policy:hover,
.footer .terms:hover {
  cursor: pointer;
}

/*** Media Queries ***/
@media screen and (max-width: 81em) {
  .footer {
    padding: 30px 35px 50px 35px;
  }
  .footer .footer a[class$=link] {
    font-size: 15px;
  }
  .footer--heading {
    font-size: 26px;
  }
  .footer .legal {
    font-size: 11px;
  }
  .footer .detail-links {
    min-width: 130px;
  }
}
@media screen and (max-width: 1240px) {
  .footer .footer-main .footer-services {
    width: 200px;
  }
  .footer .footer-main .footer-badges {
    display: none;
  }
  .footer .footer-badges-2 {
    display: flex;
    justify-content: end;
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (max-width: 62.5em) {
  .footer-main {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer .detail-links {
    margin-top: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-social-media--links {
    flex-basis: 100%;
    margin-top: 20px;
  }
  .footer-logo__cyntexa {
    display: flex;
    justify-content: center;
  }
  .footer-services {
    order: 1;
    flex-basis: 70%;
  }
  .footer-badges {
    order: 2;
  }
  .footer-products {
    order: 3;
  }
  .footer-resources {
    order: 4;
  }
  .footer .detail-links {
    order: 5;
    margin-top: 10px;
  }
  .footer-more-btn {
    margin-top: auto;
    margin-bottom: 20px;
  }
  .footer .legal {
    flex-wrap: wrap;
    gap: 15px;
    color: #d9d9d9;
  }
  .footer .dmca-protected {
    order: 1;
    flex-basis: 100%;
    justify-content: flex-start;
  }
  .footer .iso-certified {
    order: 2;
  }
  .footer .privacy-policy {
    order: 3;
  }
  .footer .terms {
    order: 4;
  }
  .footer .copyright {
    order: 5;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer-main .footer-services {
    width: 250px;
  }
  .footer .footer-main .footer-badges {
    display: flex;
    padding: 0px 20px;
  }
  .footer .footer-badges-2 {
    display: none;
    justify-content: center;
    gap: 10rem;
    align-items: center;
  }
}
@media screen and (max-width: 37.5em) {
  .footer .footer-main .footer-badges {
    padding: 0px 0px;
  }
  .footer--heading {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .footer a[class$=link] {
    font-size: 14px;
  }
  .footer-badges {
    gap: 5px;
  }
  .footer-badge {
    height: 60px;
    width: 65px;
  }
}
@media screen and (max-width: 25.5em) {
  .footer--heading {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .footer a[class$=link] {
    font-size: 13px;
    line-height: 28px;
  }
  .footer .footer-badge {
    height: 48px;
    width: 46px;
  }
  .footer-main {
    gap: 18px;
  }
  .footer-more-btn {
    margin: auto 0;
  }
}
#zoho-iframe {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
#zoho-iframe .modal {
  z-index: 1;
  position: relative;
}
#zoho-iframe .modal .close {
  font-size: 3rem;
  transform: scaleX(1.3);
  position: absolute;
  right: 0px;
  color: white;
  cursor: pointer;
  top: -34px;
}
#zoho-iframe .modal iframe {
  pointer-events: none;
  height: 80vh;
  width: 100%;
}
#zoho-iframe.open {
  transform: scale(1);
}
#zoho-iframe.open .modal {
  width: 70%;
  background: var(--footer-form-modal-background);
}
#zoho-iframe.open iframe {
  pointer-events: all;
}
#zoho-iframe .success-backdrop {
  transition-duration: 0.4s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(8, 7, 7, 0.6);
  transition: opacity 0.4s linear;
}

#next-gen-form {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  overflow-y: scroll;
  left: 0;
  transform: scale(0);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
#next-gen-form .modal {
  border-radius: 8px;
  z-index: 1;
  width: 100%;
  max-width: 1060px;
  margin: 4rem;
  padding-top: 4rem;
  padding-right: 6rem;
  position: relative;
  background: var(--footer-form-modal-background);
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr 1fr;
  overflow-y: auto;
  max-height: 100vh;
}
@media (max-width: 65.625em) {
  #next-gen-form .modal {
    gap: 3rem;
  }
}
@media (max-width: 31.25em) {
  #next-gen-form .modal {
    padding: 3rem;
  }
}
#next-gen-form .modal .form-description,
#next-gen-form .modal .modal-heading,
#next-gen-form .modal .looking-career {
  padding-left: 3rem;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-description,
  #next-gen-form .modal .modal-heading,
  #next-gen-form .modal .looking-career {
    padding-left: 0;
  }
}
#next-gen-form .modal .close {
  font-size: 2.5rem;
  transform: scaleX(1.3);
  position: absolute;
  right: 15px;
  color: var(--footer-form-description);
  cursor: pointer;
  top: 15px;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .close {
    top: 8px;
    right: 8px;
  }
}
#next-gen-form .modal form {
  padding: 2.5rem;
  border-radius: 8px;
  background: var(--footer-form-form-background);
  display: flex;
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  gap: 2rem;
}
#next-gen-form .modal .modal-heading {
  grid-column: span 2;
  font-size: 3rem;
  font-weight: 500;
  color: var(--footer-form-heading);
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .modal-heading {
    font-size: 2.6rem;
    padding-top: 2rem;
  }
}
#next-gen-form .modal .form-container {
  display: flex;
  grid-area: 2/2/3/3;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-container {
    grid-area: 2/1/3/3;
  }
}
#next-gen-form .modal .form-data {
  margin-bottom: 3rem;
  color: var(--footer-form-description);
  font-size: 1.2rem;
  align-self: flex-end;
  line-height: 1.4;
  justify-self: flex-end;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-data {
    margin: 0;
  }
}
#next-gen-form .modal .form-content {
  grid-area: 2/1/3/2;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 31.25em) {
  #next-gen-form .modal .form-content {
    display: none;
  }
}
#next-gen-form .modal .looking-career-small {
  flex-direction: column;
  gap: 2rem;
  color: var(--footer-form-dark);
  display: none;
  align-items: flex-start;
  grid-column: span 2;
}
#next-gen-form .modal .looking-career-small a {
  font-size: 1.8rem;
  color: var(--footer-form-description);
}
#next-gen-form .modal .form-description {
  line-height: 1.4;
  font-size: 1.6rem;
  color: var(--footer-form-description);
}
#next-gen-form .modal .looking-heading {
  font-size: 2rem;
}
#next-gen-form .modal .input-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
#next-gen-form .modal .input-group label {
  color: var(--footer-form-heading);
  font-size: 1.4rem;
}
#next-gen-form .modal .input-group label.hidden-label {
  display: none;
}
#next-gen-form .modal .input-group input::-moz-placeholder {
  color: transparent;
}
#next-gen-form .modal .input-group input::placeholder {
  color: transparent;
}
#next-gen-form .modal .input-group input {
  border-bottom: 1px solid var(--footer-form-border);
  color: var(--footer-form-heading);
  width: 100%;
  font-size: 1.4rem;
}
#next-gen-form .modal .input-group .phone-wrapper {
  display: flex;
}
#next-gen-form .modal .input-group div.select {
  border: none;
  width: auto;
  margin-top: 0;
}
#next-gen-form .modal .input-group div.select select {
  padding: 0;
  padding-right: 4rem;
  z-index: 2;
}
#next-gen-form .modal .input-group div.select select.countries-name {
  padding-bottom: 5px;
}
#next-gen-form .modal abbr {
  color: #ee3b2d;
}
#next-gen-form .modal div.select {
  width: 100%;
  border-bottom: 1px solid #2a2828;
  color: var(--footer-form-heading);
}
#next-gen-form .modal div.select select {
  width: 100%;
  color: var(--footer-form-heading);
}
#next-gen-form .modal div.select select option {
  color: #282828;
}
#next-gen-form .modal .select {
  display: flex;
  align-items: center;
  padding-bottom: 0.4rem;
  position: relative;
}
#next-gen-form .modal .select select {
  padding-top: 0;
  padding-bottom: 0;
  flex-shrink: 0;
}
#next-gen-form .modal .select svg {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 30%;
}
#next-gen-form .modal .phone-group {
  display: flex;
}
#next-gen-form .modal .phone-group .phone-wrapper {
  position: relative;
  flex-grow: 1;
  gap: 0.5rem;
}
#next-gen-form .modal .phone-group .phone-wrapper .select {
  border-bottom: 1px solid var(--footer-form-border);
}
#next-gen-form .modal .phone-group input {
  width: auto;
  flex: 1;
}
#next-gen-form .modal .country-group select {
  border-bottom: 1px solid var(--footer-form-border);
}
#next-gen-form .modal .looking-career {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  gap: 2rem;
  color: var(--footer-form-dark);
}
#next-gen-form .modal .looking-career a {
  font-size: 1.6rem;
  width: auto;
  color: var(--footer-form-description);
}
#next-gen-form .modal .btn {
  color: white;
  width: 100%;
  cursor: pointer;
}
#next-gen-form .modal .btn:hover {
  color: var(--footer-form-heading);
}
#next-gen-form .modal .btn.btn-animation--ball::before {
  background: linear-gradient(180deg, #3d0743 -17.65%, #562762 100%);
}
#next-gen-form .modal .btn:after {
  background-color: #ffd164;
}
#next-gen-form .modal picture {
  width: 75%;
  min-width: 300px;
}
@media (max-width: 65.625em) {
  #next-gen-form .modal picture {
    min-width: 200px;
    width: 100%;
  }
}
#next-gen-form.open {
  transform: scale(1);
}
#next-gen-form.open .modal {
  background: var(--footer-form-modal-background);
}
#next-gen-form .select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#next-gen-form .drop-down {
  transition: transform 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#next-gen-form .toggled .drop-down {
  transform: translateY(-50%) rotate(180deg);
}

.next-gen-backdrop {
  display: none;
  transition-duration: 0.4s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(8, 7, 7, 0.6);
  transition: opacity 0.4s linear;
}

#next-gen-form.open + .next-gen-backdrop {
  display: block;
}

.webinar-stripe {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 95%;
}
@media (max-width: 31.25em) {
  .webinar-stripe {
    width: 100%;
  }
}
.webinar-stripe .bottom-bar {
  position: relative;
}
.webinar-stripe .bottom-bar .stripe-main {
  width: 100%;
  display: block;
}
.webinar-stripe .bottom-bar .stripe-main img {
  width: 100%;
}
.webinar-stripe .bottom-bar .stripe-part {
  position: absolute;
  bottom: 0%;
  right: 75px;
  width: 10%;
}
@media screen and (max-width: 1050px) {
  .webinar-stripe .bottom-bar .stripe-part {
    right: 45px;
  }
}
@media screen and (max-width: 700px) {
  .webinar-stripe .bottom-bar .stripe-part {
    right: 25px;
  }
}
.webinar-stripe .bottom-bar .stripe-part img {
  width: 100%;
}
@media (max-width: 31.25em) {
  .webinar-stripe .bottom-bar .stripe-part {
    display: none;
  }
}
.webinar-stripe .bottom-bar .stripe-part-2 {
  position: absolute;
  top: -12px;
  left: 0px;
  width: 9%;
}
@media screen and (max-width: 900px) {
  .webinar-stripe .bottom-bar .stripe-part-2 {
    top: -6px;
  }
}
.webinar-stripe .bottom-bar .stripe-part-2 img {
  width: 100%;
}
@media (max-width: 31.25em) {
  .webinar-stripe .bottom-bar .stripe-part-2 {
    display: none;
  }
}

.overlay_cookies {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1200;
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 25px;
  left: 20px;
  width: 350px;
  background-color: #fff;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1300;
}
@media (max-width: 31.25em) {
  .cookie-banner {
    bottom: 15px;
    left: 15px;
    width: 260px;
    padding: 10px;
  }
}
.cookie-banner div {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 31.25em) {
  .cookie-banner div {
    align-items: end;
  }
}
.cookie-banner div svg {
  width: 50px;
}
@media (max-width: 31.25em) {
  .cookie-banner div svg {
    width: 40px;
  }
}
.cookie-banner div p {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 31.25em) {
  .cookie-banner div p {
    font-size: 16px;
  }
}
.cookie-banner p {
  margin: 20px 0;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
}
@media (max-width: 31.25em) {
  .cookie-banner p {
    margin: 15px 0;
    font-size: 11px;
  }
}
.cookie-banner p a {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 31.25em) {
  .cookie-banner p a {
    font-size: 11px;
  }
}
.cookie-banner .cookie-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookie-banner .cookie-buttons .btn {
  padding: 10px 15px;
  border: none;
  font-weight: 500;
  font-family: Roboto;
  cursor: pointer;
  font-size: 14px;
  border-radius: 2px;
  transition: background-color 0.3s;
  width: 50%;
}
@media (max-width: 31.25em) {
  .cookie-banner .cookie-buttons .btn {
    padding: 6px 8px;
    font-size: 11px;
  }
}
.cookie-banner .cookie-buttons .accept {
  background-color: #91629c;
  color: white;
}
.cookie-banner .cookie-buttons .accept:hover {
  background-color: #72467c;
}
.cookie-banner .cookie-buttons .necessary {
  background-color: #d9d9d9;
  color: #424242;
}
.cookie-banner .cookie-buttons .necessary:hover {
  background-color: #9d9d9d;
}

:root.light-mode {
  --portfolio-text-color: #2b2828;
  --portfolio-color-hover: #d9d9d9;
  --color-description: #6b6b6b;
  --portfolio-border-color: #d9d9d9;
  --portfolio-para-color: #737373;
}

:root.dark-mode {
  --portfolio-text-color: #d9d9d9;
  --portfolio-color-hover: #282828;
  --color-description: #d9d9d9;
  --portfolio-border-color: #525252;
  --portfolio-para-color: #a1a1a1;
}

.portfolio {
  grid-column: full-start/full-end;
  width: 100%;
  overflow: hidden;
}
.portfolio h2,
.portfolio .description {
  max-width: calc(128rem + 160px);
  margin: 0 auto;
  padding: 0 80px;
  margin-bottom: 2rem;
}
@media (max-width: 65.625em) {
  .portfolio h2,
  .portfolio .description {
    padding: 0 40px;
  }
}
@media (max-width: 31.25em) {
  .portfolio h2,
  .portfolio .description {
    padding: 0 20px;
  }
}
.portfolio .description {
  margin-bottom: 5rem;
}
.portfolio .portfolio-container {
  display: flex;
  position: relative;
}
.portfolio .portfolio-container .service__wrapper {
  width: 100%;
  flex-shrink: 0;
  height: 50vh;
  display: grid;
  position: relative;
  align-items: start;
  justify-items: start;
  row-gap: 100px;
  width: 100vw;
  min-height: 430px;
  grid-template-columns: [full-start] minmax(16rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(16rem, 1fr) [full-end];
}
@media (max-width: 93.75em) {
  .portfolio .portfolio-container .service__wrapper {
    row-gap: 80px;
    grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(80px, 1fr) [full-end];
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper {
    row-gap: 60px;
    height: 80vh;
    grid-template-columns: [full-start] minmax(40px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(40px, 1fr) [full-end];
  }
}
@media (max-width: 31.25em) {
  .portfolio .portfolio-container .service__wrapper {
    row-gap: 50px;
    grid-template-columns: [full-start] minmax(20px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(20px, 1fr) [full-end];
  }
}
.portfolio .portfolio-container .service__wrapper:not(:first-child) {
  position: absolute;
  top: 0;
  left: 100%;
}
.portfolio .portfolio-container .service__wrapper .service {
  grid-column: center-start/full-end;
  display: flex;
  overflow: hidden;
  height: 100%;
  background-color: var(--body-background);
  border-radius: 15px;
  border: 1px solid #c1c1c1;
  margin-right: 80px;
}
.portfolio .portfolio-container .service__wrapper .service > * {
  flex-shrink: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service > * {
    width: 100%;
    flex-shrink: unset;
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service {
    flex-direction: column;
    gap: 2rem;
    margin-right: 40px;
  }
}
@media (max-width: 31.25em) {
  .portfolio .portfolio-container .service__wrapper .service {
    margin-right: 20px;
  }
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0rem 5rem;
  justify-content: space-evenly;
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper {
    padding: 3rem;
    gap: 3rem;
  }
}
@media (max-width: 31.25em) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper {
    gap: 1rem;
  }
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .view-case {
  font-size: 1.8rem;
  display: flex;
  background: transparent;
  align-items: center;
  gap: 2rem;
  border-radius: 10px;
  cursor: pointer;
  padding: 1rem 2rem;
  border: 1px solid var(--portfolio-text-color);
  color: var(--portfolio-text-color);
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .view-case:hover {
  background: var(--portfolio-text-color);
  color: var(--portfolio-color-hover);
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .view-case svg {
  rotate: -90deg;
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container {
  display: flex;
}
@media screen and (max-width: 800px) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container {
    flex-direction: column;
  }
}
.portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container > *:not(:last-child) {
  border-right: 1px solid var(--portfolio-border-color);
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container > *:not(:last-child) {
    border-right: 1px solid var(--portfolio-border-color);
    padding-right: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container > *:not(:last-child) {
    border-right: 0;
    margin-right: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--portfolio-border-color);
  }
}
@media (max-width: 31.25em) {
  .portfolio .portfolio-container .service__wrapper .service .service_content_wrapper .content_container > *:not(:last-child) {
    padding-bottom: unset;
  }
}
.portfolio .portfolio-container .service__wrapper .service picture {
  width: 100%;
  height: 100%;
}
.portfolio .portfolio-container .service__wrapper .service picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .service-image-wrapper {
    height: 50%;
  }
  .portfolio .portfolio-container .service__wrapper .service .service-image-wrapper img {
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 800px) {
  .portfolio .portfolio-container .service__wrapper .service .service-image-wrapper {
    height: unset;
  }
  .portfolio .portfolio-container .service__wrapper .service .service-image-wrapper img {
    -o-object-position: right;
       object-position: right;
  }
}
.portfolio .portfolio-container .service__wrapper .service h3 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--portfolio-text-color);
  line-height: 1.6;
}
.portfolio .portfolio-container .service__wrapper .service .content {
  width: 25%;
  padding: 0 1rem;
}
@media screen and (max-width: 800px) {
  .portfolio .portfolio-container .service__wrapper .service .content {
    width: unset;
    padding: 1rem 0rem;
  }
}
.portfolio .portfolio-container .service__wrapper .service .content h3 {
  font-size: 2.25rem;
  color: var(--portfolio-text-color);
  line-height: 2;
}
@media (max-width: 93.75em) {
  .portfolio .portfolio-container .service__wrapper .service .content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .content h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.portfolio .portfolio-container .service__wrapper .service .content .percentage {
  font-size: 2rem;
  font-weight: 500;
  background: linear-gradient(95deg, #ff80ad 5.15%, #ffd164 35.54%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.portfolio .portfolio-container .service__wrapper .service .content p {
  font-size: 1.4rem;
  line-height: 1.25;
  margin-top: 15px;
  color: var(--portfolio-para-color);
  font-weight: 300;
}
@media (max-width: 93.75em) {
  .portfolio .portfolio-container .service__wrapper .service .content p {
    font-size: 1.5rem;
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .content p {
    font-size: 14px;
  }
}
.portfolio .portfolio-container .service__wrapper .service .content-full {
  width: 100%;
}
.portfolio .portfolio-container .service__wrapper .service .content-full p {
  font-size: 1.4rem;
  line-height: 1.25;
  color: var(--portfolio-para-color);
  font-weight: 300;
}
@media (max-width: 93.75em) {
  .portfolio .portfolio-container .service__wrapper .service .content-full p {
    font-size: 1.5rem;
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .content-full p {
    font-size: 14px;
  }
}
.portfolio .portfolio-container .service__wrapper .service .content-full ul {
  list-style: disc;
}
.portfolio .portfolio-container .service__wrapper .service .content-full ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--portfolio-para-color);
  font-weight: 300;
}
@media (max-width: 93.75em) {
  .portfolio .portfolio-container .service__wrapper .service .content-full ul li {
    font-size: 1.5rem;
  }
}
@media (max-width: 65.625em) {
  .portfolio .portfolio-container .service__wrapper .service .content-full ul li {
    font-size: 14px;
  }
}

:root {
  --subscribe-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

:root.light-mode {
  --color-subscribe-light-3: #737373;
  --background-playcard-header: #737373;
  --color-subscribe-light-1: #FFFFFF;
  --email-input: #F8F8F8;
  --color-purple-dark:
      --color-purple-hover: #77577F;
  --color-purple-dark: #3D0743;
}

:root.dark-mode {
  --color-subscribe-light-3: #F5F5F5;
  --background-playcard-header: #F5F5F5;
  --color-subscribe-light-1: #EFEAF1;
  --email-input: #424242;
  --color-purple-hover: #C28CD0;
  --color-purple-dark: #FFFFFF;
}

/********** Subscribe Section (Pratik Gehlot) **********/
.subscribe {
  grid-column: center-start/center-end;
  max-width: 102.4rem;
  margin: 0 auto;
  display: flex;
  width: 100%;
  gap: 8rem;
  padding: 2.1rem;
  background-color: var(--background-playcard-header);
  border-radius: 1rem;
  box-shadow: var(--subscribe-box-shadow);
}
@media (max-width: 93.75em) {
  .subscribe {
    max-width: 88.88rem;
    gap: 3.3rem;
    padding: 2.44rem;
  }
}
@media (max-width: 65.625em) {
  .subscribe {
    flex-direction: column;
    max-width: 87rem;
  }
}
@media (max-width: 31.25em) {
  .subscribe {
    padding: 2rem;
  }
}
.subscribe picture {
  width: 22%;
}
@media (max-width: 93.75em) {
  .subscribe picture {
    width: 30%;
  }
}
@media (max-width: 65.625em) {
  .subscribe picture {
    width: 100%;
  }
  .subscribe picture img {
    width: 100%;
  }
}
.subscribe .subscribe-form {
  flex: 1;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-right: 4.5rem;
}
@media (max-width: 93.75em) {
  .subscribe .subscribe-form {
    margin-right: 1rem;
  }
}
@media (max-width: 65.625em) {
  .subscribe .subscribe-form {
    margin-right: 0;
    gap: 4rem;
  }
}
.subscribe .subscribe-form .subscribe-btn {
  flex: 1.5;
}
.subscribe .subscribe-form .blogs-selection {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: var(--color-subscribe-light-3);
}
@media (max-width: 65.625em) {
  .subscribe .subscribe-form .blogs-selection {
    margin-top: 5rem;
    gap: 3.5rem;
    padding: 0 3.75rem;
    margin-bottom: 5rem;
  }
}
.subscribe .subscribe-form .subscribe-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
.subscribe .subscribe-form .subscribe-btn .field-box {
  width: 100%;
}
.subscribe .subscribe-form .subscribe-btn .field-box input {
  width: 90%;
  padding: 1.5rem;
  color: var(--color-subscribe-light-3);
  font-size: 1.6rem;
  box-sizing: content-box;
  border-bottom: 1px solid #737373;
  margin-bottom: 5px;
}
@media (max-width: 31.25em) {
  .subscribe .subscribe-form .subscribe-btn .field-box input {
    padding: 2rem;
    font-size: 1.4rem;
  }
}
.subscribe .subscribe-form button {
  cursor: pointer;
  padding: 2rem 4rem;
  font-size: 2rem;
  background: linear-gradient(180deg, #FF80AD 0%, #FFD164 100%);
}
@media (max-width: 31.25em) {
  .subscribe .subscribe-form button {
    font-size: 1.6rem;
  }
}
.subscribe .subscribe-heading {
  font-size: 3.2rem;
  flex: 1;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  font-family: Raleway;
  color: var(--color-purple-dark);
  display: flex;
  align-items: center;
}
@media (max-width: 93.75em) {
  .subscribe .subscribe-heading {
    font-size: 3rem;
  }
}
@media (max-width: 31.25em) {
  .subscribe .subscribe-heading {
    font-size: 2.2rem;
  }
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  --btn-color: linear-gradient(
  	180deg,
  	#ff80ad 0%,
  	#ff9996 46.35%,
  	#ffd164 100%
  );
  --linear-gradient: linear-gradient(
  	90deg,
  	#ff80ad 0%,
  	#ff9996 46.35%,
  	#ffd164 100%
  );
  --subscribe-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

:root.light-mode {
  --color-dark-1: #2a2828;
  --color-dark-2: #737373;
  --color-light-1: #ffffff;
  --color-text-dark-1: #2a2828;
  --background-circle: #d9d9d9;
  --author-name: #424242;
  --read-more: #424242;
  --text-color: #737373;
  --color-light-3: #737373;
  --heading-purple: #3d0743;
  --background-playcard-header: #ffffff;
  --light-purple: #562762;
  --color-purple-dark: #3d0743;
  --sub-description: #6b6b6b;
  --text-dark-3: #7a7a7a;
  --next-gen-border: #d9d9d9;
  --next-gen-text-heading: rgba(66, 66, 66, 0.87);
  --next-gen-text-heading-strong: #3d0743;
  --next-gen-button-bg: #562762;
  --next-gen-button-text-color: #fff;
  --next-gen-button-text-color-hover: rgba(66, 66, 66, 0.87);
  --purple-quote: linear-gradient(
  	180deg,
  	#562762 15.75%,
  	#91629c 25.89%,
  	#c28cd0 36.8%
  );
  --email-input: #f8f8f8;
  --heading-color: #2a2828;
}

:root.dark-mode {
  --color-dark-1: #f5f5f5;
  --color-dark-2: #d9d9d9;
  --color-text-dark-1: #f5f5f5;
  --background-circle: #424242;
  --color-light-3: #f5f5f5;
  --read-more: #d9d9d9;
  --author-name: #f5f5f5;
  --text-color: #d9d9d9;
  --color-purple-dark: #ffffff;
  --heading-purple: #c28cd0;
  --background-playcard-header: #383737;
  --light-purple: #91629c;
  --sub-description: #d9d9d9;
  --purple-quote: linear-gradient(180deg, #91629c 21.01%, #c28cd0 38.56%);
  --email-input: #424242;
  --text-dark-3: #d9d9d9;
  --next-gen-border: #424242;
  --next-gen-text-heading: #f5f5f5;
  --next-gen-text-heading-strong: #91629c;
  --heading-color: #f5f5f5;
}

.hero-section {
  grid-column: full-start/full-end;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
}
@media screen and (max-width: 700px) {
  .hero-section {
    flex-direction: column;
    gap: 2rem;
  }
}
.hero-section > * {
  flex: 1;
}
.hero-section .hero-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 3rem;
  align-items: flex-start;
  padding: 0 4rem;
}
@media (max-width: 93.75em) {
  .hero-section .hero-content {
    height: 70%;
  }
}
@media (max-width: 65.625em) {
  .hero-section .hero-content {
    height: 70%;
  }
}
@media screen and (max-width: 700px) {
  .hero-section .hero-content {
    gap: 3rem;
  }
}
@media (max-width: 31.25em) {
  .hero-section .hero-content {
    padding: 0 2rem;
    gap: 2rem;
  }
}
.hero-section .hero-content .heading-hero {
  font-size: 5.3rem;
  font-family: Raleway;
  font-weight: 500;
  color: var(--color-dark-1);
}
@media (max-width: 93.75em) {
  .hero-section .hero-content .heading-hero {
    font-size: 4rem;
  }
}
@media (max-width: 65.625em) {
  .hero-section .hero-content .heading-hero {
    font-size: 2.75rem;
  }
}
.hero-section .hero-content .hero-description {
  font-size: 2rem;
  line-height: 1.4;
  color: var(--color-dark-2);
  text-align: left;
}
@media (max-width: 65.625em) {
  .hero-section .hero-content .hero-description {
    font-size: 1.6rem;
  }
}
@media (max-width: 31.25em) {
  .hero-section .hero-content .hero-description {
    font-size: 1.4rem;
  }
}
.hero-section .hero-content .hero-btn {
  background: transparent;
  padding: 2rem 4rem;
  border-radius: 8px;
  color: var(--color-dark-2);
  font-size: 2rem;
  position: relative;
  cursor: pointer;
}
.hero-section .hero-content .hero-btn:hover {
  color: #2a2828;
}
.hero-section .hero-content .hero-btn:hover::after {
  opacity: 0;
}
@media (max-width: 93.75em) {
  .hero-section .hero-content .hero-btn {
    font-size: 2.2rem;
  }
}
@media (max-width: 65.625em) {
  .hero-section .hero-content .hero-btn {
    padding: 1.5rem 3rem;
    font-size: 1.6rem;
  }
}
.hero-section .hero-content .hero-btn::before, .hero-section .hero-content .hero-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
}
.hero-section .hero-content .hero-btn::before {
  background: linear-gradient(180deg, #ff80ad 0%, #ffd164 100%);
}
.hero-section .hero-content .hero-btn::after {
  width: calc(100% - 2px);
  left: 1px;
  height: calc(100% - 2px);
  transition: opacity 0.3s ease;
  top: 1px;
  background: var(--body-background);
}

:root.light-mode {
  --card-color-dark: #737373;
  --card-btn-color: #424242;
  --color-yellow: #ffd164;
}

:root.dark-mode {
  --card-color-dark: #d9d9d9;
  --card-btn-color: #f5f5f5;
  --color-yellow: #ffd164;
}

.heading-secondary {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: Raleway;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 5rem;
  color: var(--color-dark-1);
}
@media (max-width: 93.75em) {
  .heading-secondary {
    font-size: 3rem;
  }
}
@media (max-width: 31.25em) {
  .heading-secondary {
    font-size: 2.4rem;
  }
}

.description {
  color: var(--color-dark-2);
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 5rem;
}

.Webinar-Cont-section {
  grid-column: full-start/full-end;
  width: 100%;
  max-width: 120.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .Webinar-Cont-section {
    max-width: 100.4rem;
  }
}
@media screen and (max-width: 800px) {
  .Webinar-Cont-section {
    max-width: 80.4rem;
  }
}
@media screen and (max-width: 700px) {
  .Webinar-Cont-section {
    max-width: 70.4rem;
  }
}
@media screen and (max-width: 600px) {
  .Webinar-Cont-section {
    max-width: 60.4rem;
  }
}
.Webinar-Cont-section .mobilenav-tabs {
  display: none;
}
.Webinar-Cont-section .nav-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.Webinar-Cont-section .nav-tabs .tabs {
  width: 16.6666666667%;
  color: var(--text-color);
  text-align: center;
  font-family: "Roboto";
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  position: relative;
  padding: 2rem 0;
  cursor: pointer;
}
.Webinar-Cont-section .nav-tabs .tabs::after {
  content: "";
  background: var(--background-circle);
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.Webinar-Cont-section .nav-tabs .tabs::before {
  content: "";
  background: var(--linear-gradient);
  height: 3px;
  bottom: 0px;
  left: 0;
  width: 0%;
  position: absolute;
  transition: width 0.5s ease;
}
.Webinar-Cont-section .nav-tabs .tabs.active {
  color: var(--color-dark-1);
}
.Webinar-Cont-section .nav-tabs .tabs.active::before {
  width: 100%;
  z-index: 99;
}
@media (max-width: 65.625em) {
  .Webinar-Cont-section .nav-tabs {
    display: none;
  }
}
@media (max-width: 65.625em) {
  .Webinar-Cont-section .mobilenav-tabs {
    display: block;
    background-color: #f3f0f4;
  }
  .Webinar-Cont-section .mobilenav-tabs .mobile_tabs {
    color: #6b6b6b;
    font-weight: 400;
    line-height: 32px;
    font-size: 20px;
    padding: 10px 30px;
    cursor: pointer;
    text-transform: capitalize;
    display: none;
  }
}
@media (max-width: 65.625em) and (max-width: 31.25em) {
  .Webinar-Cont-section .mobilenav-tabs .mobile_tabs {
    font-size: 11px;
  }
}
@media (max-width: 65.625em) {
  .Webinar-Cont-section .mobilenav-tabs .mobile_tabs.active {
    background: #3d0743;
    color: #ffffff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Webinar-Cont-section .mobilenav-tabs .mobile_tabs.active svg {
    transition: transform 0.5s ease;
  }
  .Webinar-Cont-section .mobilenav-tabs.active .mobile_tabs {
    display: flex;
  }
  .Webinar-Cont-section .mobilenav-tabs.active .mobile_tabs.active svg {
    transform: rotate(180deg);
  }
}
.Webinar-Cont-section .cards {
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  justify-items: center;
  gap: 6rem;
  justify-content: space-between;
}
@media (max-width: 93.75em) {
  .Webinar-Cont-section .cards {
    gap: 6rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 800px) {
  .Webinar-Cont-section .cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .Webinar-Cont-section .cards {
    grid-template-columns: repeat(1fr, 1fr);
    max-width: 60.4rem;
  }
}
@media screen and (max-width: 34em) {
  .Webinar-Cont-section .cards {
    grid-template-columns: 1fr;
  }
}
.Webinar-Cont-section .cards .card-img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Webinar-Cont-section .cards .card-img img {
  border-radius: 5px;
}
.Webinar-Cont-section .cards .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Webinar-Cont-section .cards .card {
  color: var(--card-color-dark);
  border-radius: 8px;
  max-width: 40rem;
  height: 50rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 93.75em) {
  .Webinar-Cont-section .cards .card {
    max-width: 45rem;
  }
}
@media (max-width: 65.625em) {
  .Webinar-Cont-section .cards .card {
    max-width: 35rem;
    height: 55rem;
  }
}
@media (max-width: 31.25em) {
  .Webinar-Cont-section .cards .card {
    width: 100%;
    height: 60rem;
    max-width: 350px;
  }
}
.Webinar-Cont-section .cards .card .states {
  font-size: 1.4rem;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  align-items: center;
}
.Webinar-Cont-section .cards .card .states svg {
  width: 14px;
  height: 14px;
}
.Webinar-Cont-section .cards .card .card-heading {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
}
.Webinar-Cont-section .cards .card .card-heading a {
  color: inherit;
}
@media (max-width: 65.625em) {
  .Webinar-Cont-section .cards .card .card-heading {
    font-size: 1.75rem;
  }
}
.Webinar-Cont-section .cards .card .card-description {
  font-size: 1.6rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 65.625em) {
  .Webinar-Cont-section .cards .card .card-description {
    font-size: 1.5rem;
  }
}
.Webinar-Cont-section .cards .card .watch__wrapper {
  margin-bottom: 3rem;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  height: 5rem;
  display: flex;
  color: inherit;
  align-items: center;
  color: var(--card-btn-color);
  margin-right: 3rem;
}
.Webinar-Cont-section .cards .card .watch__wrapper:hover .circle {
  transform: translateX(5rem);
}
.Webinar-Cont-section .cards .card .watch__wrapper:hover .explore {
  margin-right: 0;
  margin-left: 2rem;
}
.Webinar-Cont-section .cards .card .watch__wrapper:hover .arrow .polygon {
  opacity: 0;
}
.Webinar-Cont-section .cards .card .watch__wrapper:hover .arrow .small-circle {
  opacity: 1;
}
.Webinar-Cont-section .cards .card .watch__wrapper .explore {
  color: currentColor;
  font-size: 1.6rem;
  margin-right: 2rem;
  transition: margin 0.2s ease;
}
.Webinar-Cont-section .cards .card .watch__wrapper .circle {
  width: 5rem;
  height: 5rem;
  margin-right: -2.5rem;
  border-radius: 100%;
  transition: transform 0.2s ease;
  border: 1px solid currentColor;
}
.Webinar-Cont-section .cards .card .watch__wrapper .arrow {
  width: 5rem;
  position: relative;
  height: 0.3rem;
}
.Webinar-Cont-section .cards .card .watch__wrapper .arrow .line {
  width: 5rem;
  height: 0.3rem;
  background: var(--color-yellow);
}
.Webinar-Cont-section .cards .card .watch__wrapper .arrow .polygon {
  width: 0.9rem;
  height: 1.2rem;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.Webinar-Cont-section .cards .card .watch__wrapper .arrow .small-circle {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background: var(--color-yellow);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .Webinar-Cont-section .cards .card {
    gap: 1rem;
    max-width: 35rem;
    height: 48rem;
  }
}
@media screen and (max-width: 800px) {
  .Webinar-Cont-section .cards .card {
    gap: 1rem;
    max-width: 35rem;
    height: 48rem;
  }
}
@media screen and (max-width: 600px) {
  .Webinar-Cont-section .cards .card {
    gap: 0rem;
    max-width: 35rem;
    height: 42.5rem;
  }
}
@media screen and (max-width: 550px) {
  .Webinar-Cont-section .cards .card {
    width: 100%;
    height: 50rem;
    max-width: 340px;
    gap: 0;
  }
}
.Webinar-Cont-section .cards.active {
  margin-top: 9rem;
  display: grid;
}
@media (max-width: 31.25em) {
  .Webinar-Cont-section .cards.active {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .Webinar-Cont-section .cards.active {
    margin-top: 6rem;
  }
}

/*# sourceMappingURL=collaboration.css.map*/