/***********    FONTS    ***********/
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;500;600;700;800;900&display=swap");
/***********   GENERAL   ***********/
html {
  overflow-y: scroll;
  /* Ignores scrollbar width on the right, so longer pages aren't offset to the left */
  font-family: "Varela Round", sans-serif;
  font-size: 18px;
  font-weight: 100;
}

::selection {
  color: white;
  background: hsl(51deg, 100%, 30%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  color: white;
}

p,
li {
  line-height: 1.8em;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  background-color: hsl(225deg, 13%, 16%);
  color: hsl(225deg, 13%, 86%);
}

.page-content-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* the first container in the top of a page; controls spacing to header */
.first {
  padding-top: 0;
}

.site-bg {
  background: radial-gradient(at 100% 100%, hsl(225deg, 13%, 6%), hsl(225deg, 13%, 16%));
}

.content {
  position: relative;
  margin: 0 1em;
  width: 96%;
}

@media screen and (min-width: 1024px) {
  .content {
    width: 1024px;
  }
}
a {
  text-decoration: none;
  color: hsl(51deg, 100%, 50%);
}

footer {
  flex-shrink: 0;
  display: flex;
  color: hsl(225deg, 13%, 56%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: hsl(225deg, 13%, 6%);
  width: 100%;
  bottom: 0;
  z-index: 2;
}

footer a {
  color: white;
}

/***********   COMPONENTS   ***********/
.lang-btn {
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.lang-btn:hover {
  filter: brightness(150%);
}

.lead {
  font-size: 20px;
}

.spacey {
  line-height: 2em;
  letter-spacing: 0.02em;
}

.sds-btn-primary {
  font-family: "Varela Round", sans-serif;
  font-size: 16px;
  cursor: pointer;
  background-image: -webkit-repeating-linear-gradient(left, hsla(0deg, 0%, 100%, 0) 0%, hsla(0deg, 0%, 100%, 0) 6%, hsla(0deg, 0%, 100%, 0.1) 7.5%), -webkit-repeating-linear-gradient(left, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0) 4%, hsla(0deg, 0%, 0%, 0.03) 4.5%), -webkit-repeating-linear-gradient(left, hsla(0deg, 0%, 100%, 0) 0%, hsla(0deg, 0%, 100%, 0) 1.2%, hsla(0deg, 0%, 100%, 0.15) 2.2%), linear-gradient(180deg, hsl(51deg, 100%, 40%) 0%, hsl(51deg, 100%, 60%) 47%, hsl(51deg, 100%, 40%) 53%, hsl(51deg, 100%, 32%) 100%);
  color: hsl(225deg, 13%, 16%);
  font-weight: 700;
  padding: 12px 24px;
  border: solid hsl(51deg, 100%, 30%);
  border-width: 1px 1px 2px 1px;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
}

.sds-btn-primary:hover {
  background-color: hsl(51deg, 100%, 60%);
  transition: ease-in-out 0.1s;
  background-image: -webkit-repeating-linear-gradient(left, hsla(0deg, 0%, 100%, 0) 0%, hsla(0deg, 0%, 100%, 0) 6%, hsla(0deg, 0%, 100%, 0.1) 7.5%), -webkit-repeating-linear-gradient(left, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0) 4%, hsla(0deg, 0%, 0%, 0.03) 4.5%), -webkit-repeating-linear-gradient(left, hsla(0deg, 0%, 100%, 0) 0%, hsla(0deg, 0%, 100%, 0) 1.2%, hsla(0deg, 0%, 100%, 0.15) 2.2%), linear-gradient(180deg, hsl(51deg, 100%, 50%) 0%, hsl(51deg, 100%, 70%) 47%, hsl(51deg, 100%, 50%) 53%, hsl(51deg, 100%, 42%) 100%);
  box-shadow: 0px 8px 16px 0px rgb(0, 0, 0);
}

.sds-btn-primary:active {
  transform: translateY(4px);
}

.card {
  color: #babeca;
  transition: all 0.4s;
}

.card:hover {
  transform: scale(1.04);
  color: white;
}

/*************   EFFECTS   ************/
.shine {
  transition: all ease-in-out 0.4s;
  background: rgba(255, 255, 255, 0.1568627451);
  box-shadow: 0 0 32px 16px rgba(255, 255, 255, 0.1);
}

.shine:hover {
  background: rgba(255, 255, 255, 0.2078431373);
  box-shadow: 0 0 32px 16px rgba(255, 255, 255, 0.15);
}

.google-base {
  font-family: "Lexend";
  font-weight: 300;
  font-size: 28px;
  color: white;
}

.google-logo {
  font-family: "Lexend";
  font-weight: 700;
  font-size: 32px;
  background: conic-gradient(from 0deg at 35% 50%, rgb(236, 66, 53) 71deg, rgb(66, 133, 246) 71deg 138deg, rgb(52, 168, 85) 138deg 230deg, rgb(250, 188, 5) 230deg 310deg, rgb(236, 66, 53) 310deg 360deg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s ease;
}

.google-logo:hover {
  cursor: pointer;
  filter: brightness(120%);
}

.bg-sun {
  position: relative;
  background-image: radial-gradient(at 50% 130%, hsl(50deg, 100%, 70%) 0%, hsl(42deg, 99%, 65%) 10%, hsl(34deg, 98%, 60%) 18%, hsl(25deg, 97%, 55%) 25%, hsl(17deg, 95%, 50%) 31%, hsl(1deg, 89%, 40%) 38%, hsl(346deg, 84%, 30%) 51%, hsl(330deg, 78%, 20%) 71%, hsl(315deg, 73%, 10%) 100%);
}

.hover-border {
  transition: ease-in-out 0.4s;
  border: 1px solid transparent;
}

.hover-border img {
  transition: ease-in-out 0.4s;
}

.hover-border:hover img {
  transition: ease-in-out 0.4s;
  transform: translateY(-8px);
}

.hover-border-red:hover {
  transition: ease-in-out 0.4s;
  border: 1px solid #800;
}

.hover-border-gold:hover {
  transition: ease-in-out 0.4s;
  border: 1px solid hsl(43deg, 74%, 29%);
}

.underlined {
  position: relative;
}

.underlined:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 7px;
  width: 100%;
  border: solid 2px hsl(51deg, 100%, 60%);
  border-color: hsl(51deg, 100%, 60%) transparent transparent transparent;
  border-radius: 50%;
}

.glow {
  color: white;
  text-align: center;
  /*text-shadow: 0 0 10px #fff2, 0 0 20px #fff2, 0 0 30px #fff2;*/
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.2196078431), 0 0 40px rgba(255, 255, 255, 0.2196078431), 0 0 50px rgba(255, 255, 255, 0.2196078431);
}

.text-ad {
  background: linear-gradient(0deg, hsl(51deg, 100%, 30%) 0, hsl(51deg, 100%, 60%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-ad-b {
  display: inline-flex;
  margin: 0;
  font-weight: 900;
  background: linear-gradient(0deg, hsl(51deg, 100%, 40%) 0, hsl(51deg, 100%, 70%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}

.text-ad-b:hover {
  background: linear-gradient(0deg, hsl(51deg, 100%, 50%) 0, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/***********   HEADER/NAV   ***********/
#sdsHeaderContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 100%;
  position: fixed;
  top: 32px;
  left: 0;
  z-index: 1000;
}

#sds-header {
  display: flex;
  flex-direction: row;
  height: auto;
  width: 96%;
  align-items: center;
  justify-content: space-between;
  background-color: hsla(225deg, 12%, 20%, 0.7);
  box-shadow: 0px 4px 4px 2px hsla(0deg, 0%, 0%, 0.4);
  border: solid 0px hsl(225deg, 13%, 6%);
  border-radius: 48px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1001;
  max-width: 1024px;
}

.logo:hover {
  filter: brightness(120%) hue-rotate(-30deg);
}

.header-logo {
  cursor: pointer;
  font-weight: 900 !important;
  font-family: "Varela Round";
  border-radius: 32px 0 0 32px;
  padding: 24px 24px 24px 32px;
  letter-spacing: -0.02em;
  background: linear-gradient(0deg, hsl(51deg, 100%, 20%) 0, hsl(51deg, 100%, 60%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
}

.header-logo:hover,
.logo-active {
  background: linear-gradient(0deg, hsl(51deg, 100%, 40%) 0, hsl(51deg, 100%, 70%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
}

.sds-nav-item {
  cursor: pointer;
  color: hsl(51deg, 100%, 50%);
  font-weight: 200;
  float: left;
  display: block;
  padding: 0 24px;
  transition: all 0.3s;
  background: linear-gradient(0deg, #babeca 0, hsl(225deg, 13%, 86%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sds-nav-item:hover {
  background: linear-gradient(0deg, hsl(225deg, 13%, 86%) 0, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: ease-in-out 0.2s;
}

.nav-active {
  font-weight: 900;
  background: linear-gradient(0deg, hsl(225deg, 13%, 86%) 0, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-first {
  border-radius: 32px 0 0 32px;
  padding: 24px 24px 24px 32px;
}

.nav-last {
  border-radius: 0 32px 32px 0;
  padding: 24px 32px 24px 24px;
}

.topnav {
  overflow: hidden;
}

/** Hamburger Dropdown **/
#hamburger-menu {
  display: none;
}

#hamburger-menu-btn {
  cursor: pointer;
  height: 18px;
  padding: 12px;
  margin: 0 16px 0 24px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#hamburger-menu-btn .patty {
  background: linear-gradient(hsl(225deg, 13%, 6%), #babeca);
  height: 2px;
  width: 24px;
  border-radius: 2px;
  transition: all ease-in-out 0.4s;
}

.patty-top-active {
  transform: translateY(8px) rotate(45deg);
}

.patty-mid-active {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.patty-bottom-active {
  transform: translateY(-8px) rotate(-45deg);
}

#menu-dropdown {
  display: none;
  position: absolute;
  flex-direction: column;
  float: right;
  right: 0;
  margin-right: 1em;
  background: hsl(225deg, 13%, 6%);
  border-radius: 24px;
  border: solid 1px hsl(225deg, 13%, 16%);
  min-width: 256px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
  z-index: 1020;
}

#hamburger-menu:hover #menu-dropdown {
  display: flex;
}

#hamburger-menu-btn:hover {
  opacity: 0.5;
}

.sds-dropdown-item {
  cursor: pointer;
  color: hsl(51deg, 100%, 50%);
  font-weight: 600;
  padding: 16px 24px;
  background: linear-gradient(0deg, hsl(225deg, 13%, 56%) 0, hsl(225deg, 13%, 86%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropdown-item-first {
  padding-top: 24px;
  border-radius: 24px 24px 0 0;
}

.dropdown-item-last {
  padding-bottom: 24px;
  border-radius: 0 0 24px 24px;
}

.sds-dropdown-item.active {
  color: hsl(51deg, 100%, 50%);
}

.sds-dropdown-item:hover {
  background: linear-gradient(0deg, hsl(225deg, 13%, 86%) 0, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: ease-in-out 0.2s;
}

#lang-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 56px;
  margin: 0 16px 0 0;
}

#lang-btns-mobile {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 56px;
  margin: 0 16px 0 auto;
}

#lang-btns > a,
#lang-btns-mobile > a {
  height: 24px;
}

#header-tail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 24px;
}

@media screen and (max-width: 900px) {
  .topnav,
#header-tail {
    display: none;
  }
  #lang-btns-mobile {
    display: flex;
  }
  #hamburger-menu {
    display: block;
    float: right;
  }
}
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/******************************                                                          ******************************/
/******************************                      UTILITY CLASSES                     ******************************/
/******************************                                                          ******************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.py-8 {
  padding: 8px 0;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.my-8 {
  margin: 8px 0;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.py-16 {
  padding: 16px 0;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.my-16 {
  margin: 16px 0;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.py-24 {
  padding: 24px 0;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.my-24 {
  margin: 24px 0;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.my-32 {
  margin: 32px 0;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.py-48 {
  padding: 48px 0;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.my-48 {
  margin: 48px 0;
}

.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.py-64 {
  padding: 64px 0;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.my-64 {
  margin: 64px 0;
}

.pt-92 {
  padding-top: 92px;
}

.pb-92 {
  padding-bottom: 92px;
}

.py-92 {
  padding: 92px 0;
}

.mt-92 {
  margin-top: 92px;
}

.mb-92 {
  margin-bottom: 92px;
}

.my-92 {
  margin: 92px 0;
}

.pt-128 {
  padding-top: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.py-128 {
  padding: 128px 0;
}

.mt-128 {
  margin-top: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.my-128 {
  margin: 128px 0;
}

.pt-256 {
  padding-top: 256px;
}

.pb-256 {
  padding-bottom: 256px;
}

.py-256 {
  padding: 256px 0;
}

.mt-256 {
  margin-top: 256px;
}

.mb-256 {
  margin-bottom: 256px;
}

.my-256 {
  margin: 256px 0;
}

.p-8 {
  padding: 8px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}

.p-48 {
  padding: 48px;
}

.p-64 {
  padding: 64px;
}

.p-92 {
  padding: 92px;
}

.p-128 {
  padding: 128px;
}

.p-256 {
  padding: 256px;
}

.m-8 {
  margin: 8px;
}

.m-16 {
  margin: 16px;
}

.m-24 {
  margin: 24px;
}

.m-32 {
  margin: 32px;
}

.m-48 {
  margin: 48px;
}

.m-64 {
  margin: 64px;
}

.m-92 {
  margin: 92px;
}

.m-128 {
  margin: 128px;
}

.m-256 {
  margin: 256px;
}

.pt-192 {
  padding-top: 192px;
}

.pb-192 {
  padding-bottom: 192px;
}

.py-192 {
  padding: 192px 0;
}

.mt-192 {
  margin-top: 192px;
}

.mb-192 {
  margin-bottom: 192px;
}

.my-192 {
  margin: 192px 0;
}

.p-192 {
  padding: 192px;
}

.m-192 {
  margin: 192px;
}

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

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

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

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

.text-dark {
  color: #121212;
}

.text-light {
  color: #efefef;
}

.bg-black {
  background-color: black;
}

.bg-neutral-dark {
  background-color: hsl(225deg, 13%, 6%);
}

.bg-tp {
  background-color: rgba(0, 0, 0, 0.5333333333);
}

.bg-white {
  background-color: white;
}

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

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

.content-center {
  justify-content: center;
  align-items: center;
}

/* BEHAVIORAL UTILITIES */
.boxwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.box-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .box-wrap {
    flex-basis: 46%;
  }
}
.box-wrap-421 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px;
  margin: 2px;
  flex-basis: 100%;
}

@media screen and (min-width: 400px) {
  .box-wrap-421 {
    flex-basis: calc(49% - 80px);
  }
}
@media screen and (min-width: 700px) {
  .box-wrap-421 {
    flex-basis: calc(23% - 80px);
  }
}
.box-wrap-21 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  margin: 16px;
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .box-wrap-21 {
    flex-basis: calc(50% - 96px);
  }
}

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