.elementor-kit-6{--e-global-color-primary:#116DFF;--e-global-color-secondary:#B45AD3;--e-global-color-text:#2B353B;--e-global-color-accent:#888888;--e-global-color-f5173c9:#001C80;--e-global-color-94db461:#0B0D0F;--e-global-color-669c9e0:#FFFFFF;--e-global-color-ddc25dc:#06AFBD;--e-global-color-96472fe:#92278F;--e-global-color-1aaed5d:#CCCCCC;--e-global-color-800cfff:#E7E7E7;--e-global-color-bca3104:#DDDDDD;--e-global-color-519afe3:#031A7B;--e-global-color-a1179ec:#9A0DA3;--e-global-color-d1473db:#F8F8F8;--e-global-color-179c8e7:#939393;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.7em;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#116DFF;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:500;line-height:1.7em;}.elementor-kit-6 a:hover{color:#B45AD3;}.elementor-kit-6 h1{font-family:"Oswald", Sans-serif;font-size:2.986rem;font-weight:400;line-height:1.3em;}.elementor-kit-6 h2{font-family:"Oswald", Sans-serif;font-size:2.448rem;font-weight:400;line-height:1.3em;}.elementor-kit-6 h3{font-family:"Oswald", Sans-serif;font-size:2.074rem;font-weight:400;line-height:1.3em;}.elementor-kit-6 h4{font-family:"Oswald", Sans-serif;font-size:1.728rem;font-weight:400;line-height:1.3em;}.elementor-kit-6 h5{font-weight:400;}.elementor-kit-6 h6{font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.text-background {
  background: linear-gradient(45deg, #06afbd, #92278f);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-underline {
    background: linear-gradient(45deg, #06afbd 15%, rgba(6, 175, 189, 0.5)) left bottom no-repeat;
    background-size: 100% .7rem;
    display: inline-block;
}
.pic-headline {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 400px;
    z-index: 1;
    position: relative;
}


/** Purple & Teal Settings **/
.purple-right,
.purple-left {
  background: #92278f;
}
.teal-right,
.teal-left {
  background: #06afbd;
}
.purple-right,
.purple-left,
.teal-right,
.teal-left {
  color: #fff;
  padding: 0.7em;
}
.teal-block h2 {
  color: #06afbd;
}
.teal-left,
.purple-left,
.clip_left{
  clip-path: polygon(
    0 0,
    100% 0,
    100% 0,
    100% 100%,
    100% 100%,
    8% 100%,
    0 80%,
    0 0
  );
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 0,
    100% 100%,
    100% 100%,
    8% 100%,
    0 80%,
    0 0
  );
}
.teal-right,
.purple-right,
.clip_right{
  clip-path: polygon(
    0 0,
    100% 0,
    100% 0,
    100% 80%,
    90% 100%,
    0 100%,
    0 100%,
    0 0
  );
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 0,
    100% 80%,
    90% 100%,
    0 100%,
    0 100%,
    0 0
  );
}


/** Box-shadow **/
.shadow1 {
  box-shadow: 5px -5px 0 #fff, 13px -13px 0px #06afbd, -5px 5px 0 #fff,
    -13px 13px 0px #92278f;
  padding: 0.8em;
}
.shadow2 {
  box-shadow: -5px 5px 0 #fff, -13px 13px 0px #06afbd, 5px -5px 0 #fff,
    13px -13px 0px #92278f;
  padding: 0.8em;
}
.shadow3 {
  box-shadow: 5px -5px 0 #fff, 80px -80px 0px -70px #06afbd, -5px 5px 0 #fff,
    -80px 80px 0px -70px #92278f;
}
.shadow-flap,
.field--name-field-promo-video {
  position: relative;
}

.shadow-flap:before,
.shadow-flap:after,
.field--name-field-promo-video:before,
.field--name-field-promo-video:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #444;
  box-shadow: 0 15px 10px #444;
  transform: rotate(-3deg);
}
.shadow-flap:after,
.field--name-field-promo-video:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.shadow-corner,
.shadow-corner2 {
  background: transparent;
  border: 0.5rem solid currentColor;
  padding: 1em;
  /* font-size: 2.2rem; */
  color: #06afbd;
  position: relative;
  /* transition: color 0.3s; */
  z-index: 1;
}
.shadow-corner::after {
  height: calc(100% - 3rem);
  width: calc(101% + 1rem);
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.shadow-corner2::after {
  height: calc(101% - 1rem);
  width: calc(102% + -1.5rem);
  left: 1.8rem;
  top: 60%;
  transform: translateY(-50%);
  /* background: blue !important; */
}

.shadow-corner::before {
  width: calc(100% - 3rem);
  height: calc(101% + 1rem);
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.shadow-corner2::before {
  width: calc(100% - 0rem);
  height: calc(101% + -0.5rem);
  top: -1.7rem;
  left: 44%;
  transform: translateX(-50%);
  /* background: red !important; */
}
.shadow-corner::before,
.shadow-corner::after,
.shadow-corner2::before,
.shadow-corner2::after {
  content: "";
  position: absolute;
  background: #fff;
  z-index: -1;
  transition: all 0.3s;
}/* End custom CSS */