.navigation-links-wrapper {
  display: contents;
}
 
.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navigation-links-link1 {
  color: var(--dl-color-scheme-white);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.navigation-links-link1:hover {
  color: var(--dl-color-scheme-pink);
}
 
.navigation-links-link2 {
  color: var(--dl-color-scheme-white);
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  margin-left: 41px;
  text-decoration: none;
}
 
.navigation-links-link2:hover {
  color: var(--dl-color-scheme-pink);
}
 
.navigation-links-text1 {
  color: var(--dl-color-scheme-white);
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
}
 
.navigation-links-text1:hover {
  color: var(--dl-color-scheme-pink);
}
 
.navigation-links-text2 {
  color: var(--dl-color-scheme-white);
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
}
 
.navigation-links-text2:hover {
  color: var(--dl-color-scheme-pink);
}
 

 

 

 

 

 

 

 

 
@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-link1 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .navigation-links-link2 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .navigation-links-text1 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .navigation-links-text2 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
}

.navigation-links-wrapper-gxbh {
  display: contents;
}
 
.navigation-links-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navigation-links-link3 {
  color: var(--dl-color-scheme-white);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.navigation-links-link3:hover {
  color: var(--dl-color-scheme-pink);
}
 
.navigation-links-link4 {
  color: var(--dl-color-scheme-white);
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  margin-left: 41px;
  text-decoration: none;
}
 
.navigation-links-link4:hover {
  color: var(--dl-color-scheme-pink);
}
 
.navigation-links-text3 {
  color: var(--dl-color-scheme-white);
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
}
 
.navigation-links-text3:hover {
  color: var(--dl-color-scheme-pink);
}
 
.navigation-links-text4 {
  color: var(--dl-color-scheme-white);
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
}
 
.navigation-links-text4:hover {
  color: var(--dl-color-scheme-pink);
}
 

 

 

 

 

 

 

 

 
@media(max-width: 767px) {
  .navigation-links-nav1 {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-link3 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .navigation-links-link4 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .navigation-links-text3 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .navigation-links-text4 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
}

.navigation-wrapper {
  display: contents;
}
 
.navigation-header {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: absolute;
  align-items: center;
  justify-content: center;
}
 
.navigation-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navigation-image1 {
  width: 132px;
  height: 106px;
  object-fit: cover;
}
 
.navigation-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navigation-burger-menu {
  display: none;
}
 
.navigation-icon10 {
  fill: var(--dl-color-scheme-darkblue);
  width: 24px;
  height: 24px;
  display: flex;
}
 
.navigation-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  padding: 32px;
  z-index: 100;
  position: absolute;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  background-size: cover;
  justify-content: space-between;
  background-color: #fff;
  background-image: url("public/blue-background-1500h.png");
}
 
.navigation-nav2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.navigation-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navigation-close-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navigation-icon12 {
  fill: var(--dl-color-scheme-white);
  width: 24px;
  height: 24px;
}
 
.navigation-icon14 {
  fill: var(--dl-color-scheme-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.navigation-icon16 {
  fill: var(--dl-color-scheme-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.navigation-icon18 {
  fill: var(--dl-color-scheme-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navigationroot-class-name {
  top: -19px;
  right: -2px;
}
 
@media(max-width: 991px) {
  .navigation-nav1 {
    display: none;
  }
  .navigation-burger-menu {
    display: flex;
  }
}
 
@media(max-width: 767px) {
  .navigation-max-width {
    padding: var(--dl-layout-space-unit);
  }
}
 
@media(max-width: 479px) {
  .navigation-mobile-menu {
    padding: 16px;
  }
}

.numbers-card-wrapper {
  display: contents;
}
 
.numbers-card-numbers-card {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.numbers-card-image {
  width: 45px;
  height: 45px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.numbers-card-number {
  color: var(--dl-color-scheme-white);
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
}
 
.numbers-card-text1 {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 500;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}

.numbers-card-wrapper-tkm3 {
  display: contents;
}
 
.numbers-card-numbers-card1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.numbers-card-image1 {
  width: 45px;
  height: 45px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.numbers-card-number1 {
  color: var(--dl-color-scheme-white);
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
}
 
.numbers-card-text2 {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 500;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}

.numbers-card-wrapper-mfik {
  display: contents;
}
 
.numbers-card-numbers-card2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.numbers-card-image2 {
  width: 45px;
  height: 45px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.numbers-card-number2 {
  color: var(--dl-color-scheme-white);
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
}
 
.numbers-card-text3 {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 500;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}

.numbers-card-wrapper-z0ps {
  display: contents;
}
 
.numbers-card-numbers-card3 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.numbers-card-image3 {
  width: 45px;
  height: 45px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.numbers-card-number3 {
  color: var(--dl-color-scheme-white);
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
}
 
.numbers-card-text4 {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 500;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}

.slide-wrapper {
  display: contents;
}
 
.slide-slide {
  align-items: center;
  justify-content: center;
}
 
.slide-max-wdith {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
 
.slide-text1 {
  color: var(--dl-color-scheme-white);
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
}
 
.slideroot-class-name {
  background-color: #ff9b1d;
}
 
.slideroot-class-name3 {
  background-color: #0975F1;
}
 
.slideroot-class-name1 {
  background-color: #15bd19;
}
 
.slideroot-class-name2 {
  background-color: #FB275A;
}
 
.slideroot-class-name4 {
  background-color: #ff9b1d;
}

.slide-wrapper-hpkm {
  display: contents;
}
 
.slide-slide1 {
  align-items: center;
  justify-content: center;
}
 
.slide-max-wdith1 {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
 
.slide-text3 {
  color: var(--dl-color-scheme-white);
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
}
 
.slideroot-class-name {
  background-color: #ff9b1d;
}
 
.slideroot-class-name3 {
  background-color: #0975F1;
}
 
.slideroot-class-name1 {
  background-color: #15bd19;
}
 
.slideroot-class-name2 {
  background-color: #FB275A;
}
 
.slideroot-class-name4 {
  background-color: #ff9b1d;
}

.slide-wrapper-xcjf {
  display: contents;
}
 
.slide-slide2 {
  align-items: center;
  justify-content: center;
}
 
.slide-max-wdith2 {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
 
.slide-text5 {
  color: var(--dl-color-scheme-white);
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
}
 
.slideroot-class-name {
  background-color: #ff9b1d;
}
 
.slideroot-class-name3 {
  background-color: #0975F1;
}
 
.slideroot-class-name1 {
  background-color: #15bd19;
}
 
.slideroot-class-name2 {
  background-color: #FB275A;
}
 
.slideroot-class-name4 {
  background-color: #ff9b1d;
}

.slide-wrapper-pbi4 {
  display: contents;
}
 
.slide-slide3 {
  align-items: center;
  justify-content: center;
}
 
.slide-max-wdith3 {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
 
.slide-text7 {
  color: var(--dl-color-scheme-white);
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
}
 
.slideroot-class-name {
  background-color: #ff9b1d;
}
 
.slideroot-class-name3 {
  background-color: #0975F1;
}
 
.slideroot-class-name1 {
  background-color: #15bd19;
}
 
.slideroot-class-name2 {
  background-color: #FB275A;
}
 
.slideroot-class-name4 {
  background-color: #ff9b1d;
}

.slide-wrapper-s3rh {
  display: contents;
}
 
.slide-slide4 {
  align-items: center;
  justify-content: center;
}
 
.slide-max-wdith4 {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
 
.slide-text9 {
  color: var(--dl-color-scheme-white);
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
}
 
.slideroot-class-name {
  background-color: #ff9b1d;
}
 
.slideroot-class-name3 {
  background-color: #0975F1;
}
 
.slideroot-class-name1 {
  background-color: #15bd19;
}
 
.slideroot-class-name2 {
  background-color: #FB275A;
}
 
.slideroot-class-name4 {
  background-color: #ff9b1d;
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer {
  background-color: var(--dl-color-scheme-black);
}
 
.footer-max-width {
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
 
.footer-banner {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  margin-top: -15%;
  align-items: center;
  padding-top: 56px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  margin-bottom: 124px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 70px;
  background-size: cover;
  background-image: url("public/group%2029-1200w.png");
}
 
.footer-text10 {
  color: var(--dl-color-scheme-white);
  font-size: 42px;
  text-align: center;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.footer-text11 {
  color: var(--dl-color-scheme-white);
  font-style: normal;
  font-weight: 500;
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.footer-btns-container {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
 
.footer-contact-us {
  color: var(--dl-color-scheme-white);
  border-color: var(--dl-color-scheme-white);
}
 
.footer-contact-us:hover {
  color: var(--dl-color-scheme-white);
  border-color: var(--dl-color-scheme-pink);
  background-color: var(--dl-color-scheme-pink);
}
 
.footer-bottom-container {
  width: 100%;
  display: flex;
  margin-bottom: var(--dl-layout-space-sixunits);
  justify-content: space-between;
}
 
.footer-left-side {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-text12 {
  color: var(--dl-color-scheme-white);
  max-width: 350px;
  margin-bottom: 60px;
  text-transform: none;
}
 
.footer-links {
  flex: 0 0 auto;
  width: 40%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.footer-container {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-text15 {
  color: var(--dl-color-scheme-white);
  cursor: default;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-threeunits);
}
 
.footer-copyright {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
}
 
.footer-text21 {
  color: var(--dl-color-scheme-white80);
  font-size: 14px;
  text-transform: none;
}
 
.footer-text25 {
  text-decoration: underline;
}
 
.footer-text29 {
  text-decoration: underline;
}
 
.footer-text33 {
  text-decoration: underline;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text37 {
  color: rgb(237, 241, 247);
  display: inline-block;
  font-size: 15px;
}
 

 
@media(max-width: 991px) {
  .footer-bottom-container {
    flex-direction: column-reverse;
  }
  .footer-left-side {
    width: 100%;
  }
  .footer-links {
    width: 100%;
    margin-bottom: var(--dl-layout-space-threeunits);
  }
}
 
@media(max-width: 767px) {
  .footer-btns-container {
    width: 100%;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer-text11 {
    text-align: center;
  }
  .footer-btns-container {
    align-items: stretch;
    flex-direction: column;
  }
  .footer-links {
    flex-wrap: wrap;
  }
  .footer-container {
    width: 100%;
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .footer-text15 {
    margin-bottom: var(--dl-layout-space-twounits);
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
 
.home-main {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-hero {
  position: relative;
  padding-top: 128px;
}
 
.home-max-width1 {
  z-index: 1;
  align-items: stretch;
}
 
.home-content-container {
  flex: 1;
  display: flex;
  max-width: 45%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text10 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text12 {
  color: var(--dl-color-scheme-pink);
}
 
.home-text14 {
  font-style: normal;
  font-weight: 500;
  margin-bottom: 42px;
}
 
.home-video-container {
  flex: 1;
  width: 200px;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-blue-background {
  top: 0px;
  right: 0px;
  width: 47%;
  height: 100px;
  position: absolute;
  min-height: 80%;
  background-size: cover;
  background-image: url("public/blue-background-1500w.png");
  background-repeat: no-repeat;
}
 
.home-sponsors {
  flex: 0 0 auto;
  display: flex;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  border-color: rgba(144, 149, 167, 0.1);
  border-width: 0px;
  flex-direction: column;
  border-bottom-width: 1px;
}
 
.home-max-width2 {
  flex-direction: column;
}
 
.home-text15 {
  color: var(--dl-color-scheme-darkgray);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: var(--dl-layout-space-twounits);
  letter-spacing: 0.25em;
}
 
.home-container2 {
  flex: 0 0 auto;
  width: 869px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-image1 {
  width: 151px;
  height: 89px;
  object-fit: cover;
}
 
.home-image2 {
  width: 125px;
  height: 92px;
  object-fit: cover;
}
 
.home-image3 {
  width: 83px;
  height: 109px;
  object-fit: cover;
}
 
.home-image4 {
  width: 130px;
  height: 96px;
  object-fit: cover;
}
 
.home-image5 {
  width: 150px;
  height: 91px;
  object-fit: cover;
  padding-left: 0px;
  padding-right: 0px;
}
 
.home-numbers-banner {
  display: flex;
  padding-top: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  background-size: cover;
  background-image: url("public/group%2029-1500w.png");
}
 
.home-container3 {
  flex-direction: column;
}
 
.home-heading-container1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fourunits);
  flex-direction: column;
}
 
.home-text16 {
  color: var(--dl-color-scheme-white);
  font-style: normal;
  text-align: center;
  font-weight: 500;
}
 
.home-text17 {
  color: var(--dl-color-scheme-white);
  text-align: center;
}
 
.home-numbers-container {
  width: 933px;
  display: grid;
  align-self: flex-end;
  align-items: center;
  grid-row-gap: var(--dl-layout-space-fourunits);
  justify-items: center;
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-image6 {
  width: 200px;
  object-fit: cover;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-workshops {
  flex: 1;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100px;
  display: flex;
  flex-direction: row;
}
 
.home-previous-events {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-bottom: 150px;
}
 
.home-max-width3 {
  flex-direction: column;
}
 
.home-heading-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fourunits);
  flex-direction: column;
}
 
.home-text30 {
  text-align: center;
}
 
.home-text31 {
  color: var(--dl-color-scheme-darkgray);
  font-style: normal;
  text-align: center;
  font-weight: 500;
}
 
.home-slider {
  flex: 0 0 auto;
  width: 100%;
  height: 420px;
  display: flex;
  position: relative;
  transition: 0.5s;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
}
 
.home-slider-controls {
  top: calc(50% + 24px);
  width: calc(60% + 48px);
  height: 48px;
  display: flex;
  position: absolute;
  align-self: center;
  justify-content: space-between;
}
 
.home-go-left {
  flex: 0 0 auto;
  width: 48px;
  cursor: pointer;
  height: 48px;
  display: flex;
  z-index: 1;
  transition: 0.3s;
  align-items: center;
  border-color: rgba(144, 149, 167, 0.24);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-white);
}
 
.home-go-left:hover {
  border-color: var(--dl-color-scheme-lightblue);
  background-color: var(--dl-color-scheme-white80);
}
 
.home-icon1 {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
 
.home-go-right {
  flex: 0 0 auto;
  width: 48px;
  cursor: pointer;
  height: 48px;
  display: flex;
  z-index: 1;
  transition: 0.3s;
  align-items: center;
  border-color: rgba(144, 149, 167, 0.24);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-white);
}
 
.home-go-right:hover {
  border-color: var(--dl-color-scheme-lightblue);
  background-color: var(--dl-color-scheme-white80);
}
 
.home-icon3 {
  width: 24px;
  height: 24px;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text37 {
  color: rgb(237, 241, 247);
  display: inline-block;
  font-size: 15px;
}
 
.home-link {
  display: contents;
}
 
.home-container4 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon5 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text38 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 991px) {
  .home-max-width1 {
    flex-direction: column;
  }
  .home-content-container {
    max-width: 100%;
    margin-bottom: 42px;
  }
  .home-blue-background {
    top: auto;
    width: 100%;
    bottom: 0px;
    min-height: 40%;
  }
  .home-numbers-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .home-slider-controls {
    width: calc(75% + 48px);
  }
}
 
@media(max-width: 767px) {
  .home-text10 {
    font-size: 48px;
  }
  .home-numbers-container {
    grid-template-columns: 1fr 1fr;
  }
  .home-workshops {
    flex-direction: column-reverse;
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-previous-events {
    padding-bottom: var(--dl-layout-space-sixunits);
  }
  .home-slider-controls {
    width: calc(80% + 48px);
  }
}
 
@media(max-width: 479px) {
  .home-container2 {
    justify-content: center;
  }
}
