.dtn h1 {
  color: #000;
  font-family: "Brandon Grotesque", helvetica, arial, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 120%; /* 57.6px */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  .dtn h1 {
    font-size: 2.25rem;
  }
}
.dtn h2 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 140%; /* 50.4px */
  letter-spacing: -0.36px;
}
@media all and (max-width: 767px) {
  .dtn h2 {
    font-size: 30px;
  }
}
.dtn h3 {
  color: #0a0a0a;
  font-family: "Brandon Grotesque", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 130%; /* 31.2px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .dtn h3 {
    font-size: 21px;
  }
}
.dtn p {
  color: #000;
  font-size: 1.5rem;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.24px;
  margin: 16px 0px;
}
@media all and (max-width: 767px) {
  .dtn p {
    font-size: 1.125rem;
  }
}
.dtn p.subtext {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
}
.dtn .btn-fill-orange {
  background-color: #F68B1F;
  color: #0a0a0a;
  margin-right: 8px;
  margin-bottom: 4px;
  letter-spacing: 2.7px;
}
.dtn .btn-fill-orange:hover {
  background-color: #fd9936;
  color: #0a0a0a;
  cursor: pointer;
}
@media all and (max-width: 475px) {
  .dtn .btn-fill-orange {
    width: 100%;
  }
}
.dtn .btn-fill-green {
  background-color: #79D76A;
  color: #0a0a0a;
  letter-spacing: 2.7px;
  margin-bottom: 4px;
}
.dtn .btn-fill-green:hover {
  background-color: #86e677;
  color: #0a0a0a;
  cursor: pointer;
}
@media all and (max-width: 475px) {
  .dtn .btn-fill-green {
    width: 100%;
  }
}
.dtn .btn-fill-white {
  background-color: white;
  color: #0a0a0a;
  letter-spacing: 2.7px;
  text-align: center;
}
.dtn .btn-fill-white:hover {
  color: #0a0a0a;
  cursor: pointer;
}
@media all and (max-width: 475px) {
  .dtn .btn-fill-white {
    width: 100%;
  }
}

.sticky-nav {
  z-index: 3;
}

.dtn {
  position: relative;
}
.dtn .container {
  position: relative;
  z-index: 2;
}

#content {
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.hide-desktop {
  display: none;
}
@media all and (max-width: 767px) {
  .hide-desktop {
    display: block;
  }
}

@media all and (max-width: 475px) {
  .hide-475 {
    display: none !important;
  }
}

.show-475 {
  display: none;
}
@media all and (max-width: 475px) {
  .show-475 {
    display: block;
  }
}

@media all and (max-width: 650px) {
  .hide-650 {
    display: none !important;
  }
}

.show-650 {
  display: none;
}
@media all and (max-width: 650px) {
  .show-650 {
    display: block;
  }
}

.crop-height {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 700px;
}
@media all and (min-width: 2000px) {
  .crop-height {
    max-height: 1000px;
  }
}
@media all and (min-width: 3000px) {
  .crop-height {
    max-height: 1400px;
  }
}

.spanish {
  display: none;
}

.spanish-toggle .english {
  display: none;
}
.spanish-toggle .spanish {
  display: block;
}
.spanish-toggle span.spanish {
  display: inline-block;
}

.dtn__main {
  background-color: #F0EBD8;
  position: relative;
  text-align: center;
  padding: 40px 10px 400px;
}
@media all and (max-width: 1000px) {
  .dtn__main {
    padding-bottom: 320px;
  }
}
@media all and (max-width: 767px) {
  .dtn__main {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 475px) {
  .dtn__main {
    padding-top: 20px;
  }
}
.dtn__main__container__intro {
  margin-bottom: 40px;
}
.dtn__main__container__experience {
  position: relative;
}
.dtn__main__container__experience__cards {
  display: flex;
  margin: 30px 0 80px;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (max-width: 1024px) {
  .dtn__main__container__experience__cards {
    margin-bottom: 150px;
  }
}
.dtn__main__container__experience__cards__card {
  width: 28%;
  margin: 35px 15px;
}
@media all and (max-width: 1024px) {
  .dtn__main__container__experience__cards__card {
    width: 32%;
    margin: 25px 5px;
  }
}
.dtn__main__container__experience__cards__card__inner {
  position: relative;
  background-color: white;
  padding: 30px;
  filter: drop-shadow(0 5px 15px rgba(246, 139, 31, 0.3));
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.dtn__main__container__experience__cards__card__inner svg {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.dtn__main__container__experience__cards__card__inner p {
  color: #000;
  font-size: 1.125rem;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.18px;
}
.dtn__main__container__experience__list {
  max-width: 690px;
  margin: 200px auto 50px;
  position: relative;
  padding: 0px 10px;
}
@media all and (max-width: 767px) {
  .dtn__main__container__experience__list {
    margin-bottom: 550px;
  }
}
@media all and (max-width: 600px) {
  .dtn__main__container__experience__list {
    margin-top: 160px;
  }
}
@media all and (max-width: 475px) {
  .dtn__main__container__experience__list {
    margin-top: 120px;
  }
}
@media all and (max-width: 360px) {
  .dtn__main__container__experience__list {
    margin-top: 100px;
    margin-bottom: 600px;
  }
}
.dtn__main__container__experience__list__inner {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px 5px rgba(246, 139, 31, 0.3);
}
@media all and (max-width: 550px) {
  .dtn__main__container__experience__list__inner svg {
    height: 30px;
  }
}
.dtn__main__container__experience__list__characters {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
}
.dtn__main__container__daniel {
  position: absolute;
  width: 80px;
  left: -30px;
  top: 140px;
}
@media all and (min-width: 1700px) {
  .dtn__main__container__daniel {
    top: 100px;
  }
}
@media all and (min-width: 3100px) {
  .dtn__main__container__daniel {
    top: 20px !important;
  }
}
@media all and (min-width: 2000px) {
  .dtn__main__container__daniel {
    top: 80px;
  }
}
@media all and (max-width: 1300px) {
  .dtn__main__container__daniel {
    top: 175px;
  }
}
@media all and (max-width: 1100px) {
  .dtn__main__container__daniel {
    left: 0px;
    top: 200px;
  }
}
@media all and (max-width: 1024px) {
  .dtn__main__container__daniel {
    left: unset;
    top: 535px;
    right: 80px;
  }
}
@media all and (max-width: 767px) {
  .dtn__main__container__daniel {
    display: none;
  }
}
.dtn__main__container__elaina {
  position: absolute;
  right: -30px;
  top: 35%;
  transform: translateY(-50%);
  width: 120px;
}
@media all and (max-width: 1024px) {
  .dtn__main__container__elaina {
    display: none;
  }
}
.dtn__main__container__costumed {
  position: absolute;
  left: 20px;
  top: 650px;
  width: 220px;
}
.dtn__main__container__costumed img {
  border-radius: 100%;
  box-shadow: 0 10px 30px 5px rgba(246, 139, 31, 0.3);
}
@media all and (max-width: 1024px) {
  .dtn__main__container__costumed {
    left: -10px;
  }
}
@media all and (max-width: 830px) {
  .dtn__main__container__costumed {
    top: 710px;
  }
}
@media all and (max-width: 780px) {
  .dtn__main__container__costumed {
    top: 775px;
  }
}
@media all and (max-width: 767px) {
  .dtn__main__container__costumed {
    top: 1230px;
    width: 180px;
    left: -30px;
  }
}
@media all and (max-width: 640px) {
  .dtn__main__container__costumed {
    top: 1280px;
  }
}
@media all and (max-width: 550px) {
  .dtn__main__container__costumed {
    top: 1240px;
  }
}
@media all and (max-width: 475px) {
  .dtn__main__container__costumed {
    top: 1250px;
  }
}
@media all and (max-width: 450px) {
  .dtn__main__container__costumed {
    top: 1270px;
  }
}
@media all and (max-width: 400px) {
  .dtn__main__container__costumed {
    top: 1280px;
  }
}
@media all and (max-width: 390px) {
  .dtn__main__container__costumed {
    top: 1320px;
  }
}
@media all and (max-width: 380px) {
  .dtn__main__container__costumed {
    top: 1390px;
  }
}
@media all and (max-width: 360px) {
  .dtn__main__container__costumed {
    top: 1430px;
  }
}
@media all and (max-width: 340px) {
  .dtn__main__container__costumed {
    top: 1450px;
  }
}
@media all and (max-width: 320px) {
  .dtn__main__container__costumed {
    top: 1490px;
  }
}
.dtn__main__path-upper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media all and (min-width: 2000px) {
  .dtn__main__path-upper {
    width: 85%;
  }
}
@media all and (min-width: 3200px) {
  .dtn__main__path-upper {
    width: 75%;
  }
}
@media all and (max-width: 1024px) {
  .dtn__main__path-upper {
    top: 58%;
  }
}
@media all and (max-width: 767px) {
  .dtn__main__path-upper {
    width: 175%;
    top: 68%;
    left: -150px;
  }
}
.dtn__main__path-lower {
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media all and (max-width: 767px) {
  .dtn__main__path-lower {
    display: none;
  }
}
.dtn__main__trolley {
  position: absolute;
  width: 650px;
  bottom: 10px;
  left: 35px;
}
@media all and (max-width: 1024px) {
  .dtn__main__trolley {
    width: 400px;
    bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .dtn__main__trolley {
    width: 300px;
    bottom: 730px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 500px) {
  .dtn__main__trolley {
    bottom: 800px;
  }
}
@media all and (max-width: 475px) {
  .dtn__main__trolley {
    bottom: 850px;
  }
}
@media all and (max-width: 450px) {
  .dtn__main__trolley {
    bottom: 870px;
  }
}
@media all and (max-width: 400px) {
  .dtn__main__trolley {
    bottom: 890px;
  }
}
@media all and (max-width: 360px) {
  .dtn__main__trolley {
    bottom: 950px;
  }
}
@media all and (max-width: 340px) {
  .dtn__main__trolley {
    bottom: 990px;
  }
}
.dtn__main__circles {
  position: absolute;
  width: 380px;
  right: 150px;
  bottom: -120px;
}
@media all and (min-width: 2200px) {
  .dtn__main__circles {
    width: 580px;
    right: 350px;
    bottom: -150px;
  }
}
@media all and (max-width: 1024px) {
  .dtn__main__circles {
    right: -10px;
    width: 480px;
  }
}
@media all and (max-width: 767px) {
  .dtn__main__circles {
    width: 250px;
    bottom: -70px;
  }
}
.dtn__main__bear {
  position: absolute;
  width: 300px;
  right: -50px;
  bottom: -60px;
  z-index: 1;
}
.dtn__main__bear img {
  border-radius: 100%;
  box-shadow: 0 10px 30px 5px rgba(246, 139, 31, 0.3);
}
@media all and (min-width: 2200px) {
  .dtn__main__bear {
    width: 330px;
    right: 120px;
    bottom: -60px;
  }
}
@media all and (max-width: 1024px) {
  .dtn__main__bear {
    visibility: hidden;
  }
}
@media all and (max-width: 767px) {
  .dtn__main__bear {
    visibility: visible;
    width: 250px;
    bottom: 450px;
    right: -15px;
  }
}
@media all and (max-width: 500px) {
  .dtn__main__bear {
    bottom: 500px;
  }
}
@media all and (max-width: 475px) {
  .dtn__main__bear {
    bottom: 550px;
  }
}
@media all and (max-width: 400px) {
  .dtn__main__bear {
    bottom: 570px;
  }
}
@media all and (max-width: 360px) {
  .dtn__main__bear {
    bottom: 600px;
  }
}
@media all and (max-width: 330px) {
  .dtn__main__bear {
    bottom: 620px;
  }
}
.dtn.phase-2.dtn__main {
  padding: 40px 0px 400px;
  background: url("../png/texture-dtn-paper-500.png");
}
@media all and (max-width: 1024px) {
  .dtn.phase-2.dtn__main {
    padding-bottom: 300px;
  }
}
@media all and (max-width: 767px) {
  .dtn.phase-2.dtn__main {
    padding-bottom: 380px;
  }
}
.dtn.phase-2 .dtn__main__container__intro {
  padding: 0px 10px 110px;
}
.dtn.phase-2 .dtn__main__container__intro .subtext {
  font-size: 18px;
}
@media all and (max-width: 500px) {
  .dtn.phase-2 .dtn__main__container__intro {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 350px) {
  .dtn.phase-2 .dtn__main__container__intro {
    padding-bottom: 60px;
  }
}
.dtn.phase-2 .dtn__main__container__intro__toggle {
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid white;
  border-radius: 7px;
  width: 145px;
  margin: 15px auto;
  background-color: #DEDEDE;
}
.dtn.phase-2 .dtn__main__container__intro__toggle__language {
  width: 50%;
  margin: 10px 14px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.dtn.phase-2 .dtn__main__container__intro__toggle__language:hover {
  cursor: pointer;
}
.dtn.phase-2 .dtn__main__container__intro__toggle__language p {
  color: #706C65;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  letter-spacing: -0.36px;
  transition: all 0.3s ease-out;
  margin: 0px;
}
.dtn.phase-2 .dtn__main__container__intro__toggle__language.active p {
  color: #79D76A;
}
.dtn.phase-2 .dtn__main__container__intro__toggle::after {
  content: "";
  position: absolute;
  background-color: #0E4B16;
  border: 1px solid #79D76A;
  border-radius: 5px;
  height: 85%;
  width: 68px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.dtn.phase-2 .dtn__main__container__intro__toggle.slide::after {
  transform: translate(70px, -50%);
}
.dtn.phase-2 .dtn__main__container__hands-on {
  background-color: #79D76A;
  position: relative;
}
.dtn.phase-2 .dtn__main__container__hands-on::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../png/484100609481546d574efd6e5127015504777f6b.png");
  background-size: 100px;
  opacity: 0.4;
  z-index: 1;
}
.dtn.phase-2 .dtn__main__container__hands-on__container {
  padding: 20px 10px;
  text-align: center;
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__top {
  max-width: 720px;
  margin: 15px auto 25px;
  padding: 0px 10px;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__top p {
  color: #272B2D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  margin-top: 0;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__top p em {
  margin-right: 3px;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__top__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__top__title h4 {
  color: #272B2D;
  font-size: 16px;
  font-weight: 900;
  font-family: "Brandon Grotesque", helvetica, arial, sans-serif;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__top__title h4 .red {
  color: #D61F26;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__top__title img {
  width: 90px;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__thirds {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__thirds__item {
  width: 31%;
  max-width: 31%;
  margin: 5px 10px;
}
@media all and (max-width: 600px) {
  .dtn.phase-2 .dtn__main__container__hands-on__container__thirds__item {
    width: 100%;
    max-width: 100%;
  }
}
.dtn.phase-2 .dtn__main__container__hands-on__container__thirds__item h4 {
  color: #272B2D;
  font-family: "Brandon Grotesque", helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 10px 0px;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__thirds__item p {
  color: #272B2D;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.15px;
  margin-top: 0px;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__thirds__item__icon {
  position: relative;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__thirds__item__icon .icon {
  height: 53px;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__thirds__item__icon .exclusive {
  width: 90px;
  position: absolute;
}
.dtn.phase-2 .dtn__main__container__hands-on__container .dtn__main__container__experience__list__characters img {
  max-width: 480px;
  width: 95%;
}
.dtn.phase-2 .dtn__main__container__hands-on__container__sign {
  position: absolute;
  left: 0;
  top: -100px;
  width: 300px;
}
@media all and (max-width: 900px) {
  .dtn.phase-2 .dtn__main__container__hands-on__container__sign {
    width: 200px;
    top: -80px;
  }
}
@media all and (max-width: 750px) {
  .dtn.phase-2 .dtn__main__container__hands-on__container__sign {
    display: none;
  }
}
.dtn.phase-2 .dtn__main__container__hands-on__path__characters {
  z-index: 2;
  width: 171px;
  position: absolute;
  bottom: 20px;
  right: 80px;
}
.dtn.phase-2 .dtn__main__container__hands-on__path svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.dtn.phase-2 .dtn__main__container__sub {
  background-color: #C9EFC3;
}
.dtn.phase-2 .dtn__main__container__sub__container {
  padding: 60px 30px 40px;
  max-width: 1100px;
}
@media all and (max-width: 475px) {
  .dtn.phase-2 .dtn__main__container__sub__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.dtn.phase-2 .dtn__main__container__sub__container__top h1 {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 50.4px */
  letter-spacing: -0.36px;
  text-transform: none;
  margin-bottom: 30px;
}
.dtn.phase-2 .dtn__main__container__sub__container__top__nature .title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.dtn.phase-2 .dtn__main__container__sub__container__top__nature .title h4 {
  font-family: "Brandon Grotesque", helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.dtn.phase-2 .dtn__main__container__sub__container__top__nature .title h4 .green {
  color: #20812D;
}
.dtn.phase-2 .dtn__main__container__sub__container__top__nature .title img {
  width: 90px;
  position: absolute;
  top: -10px;
  right: -95px;
}
.dtn.phase-2 .dtn__main__container__sub__container__top__nature p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
}
.dtn.phase-2 .dtn__main__container__sub__container .line-break {
  margin: 30px auto;
}
.dtn.phase-2 .dtn__main__container__sub__container__live, .dtn.phase-2 .dtn__main__container__sub__container__day {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  flex-wrap: wrap;
}
.dtn.phase-2 .dtn__main__container__sub__container__live__text, .dtn.phase-2 .dtn__main__container__sub__container__day__text {
  width: 54%;
  margin-right: 15px;
}
@media all and (max-width: 650px) {
  .dtn.phase-2 .dtn__main__container__sub__container__live__text, .dtn.phase-2 .dtn__main__container__sub__container__day__text {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
}
.dtn.phase-2 .dtn__main__container__sub__container__live__text .group, .dtn.phase-2 .dtn__main__container__sub__container__day__text .group {
  margin: 16px 0px;
}
.dtn.phase-2 .dtn__main__container__sub__container__live__text h3, .dtn.phase-2 .dtn__main__container__sub__container__day__text h3 {
  margin-top: 10px;
}
.dtn.phase-2 .dtn__main__container__sub__container__live__text h4, .dtn.phase-2 .dtn__main__container__sub__container__day__text h4 {
  color: #20812D;
  font-family: "Brandon Grotesque", helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.dtn.phase-2 .dtn__main__container__sub__container__live__text p, .dtn.phase-2 .dtn__main__container__sub__container__day__text p {
  color: #272B2D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 6px 0px;
}
.dtn.phase-2 .dtn__main__container__sub__container__live__text p.strong, .dtn.phase-2 .dtn__main__container__sub__container__day__text p.strong {
  color: #0E4B16;
  font-weight: 900;
}
.dtn.phase-2 .dtn__main__container__sub__container__live__text .link, .dtn.phase-2 .dtn__main__container__sub__container__day__text .link {
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.dtn.phase-2 .dtn__main__container__sub__container__live__text .link svg, .dtn.phase-2 .dtn__main__container__sub__container__day__text .link svg {
  margin-right: 15px;
}
.dtn.phase-2 .dtn__main__container__sub__container__live__text .link p, .dtn.phase-2 .dtn__main__container__sub__container__day__text .link p {
  color: #0E4B16;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.16px;
  max-width: 300px;
}
.dtn.phase-2 .dtn__main__container__sub__container__live__text .link p a, .dtn.phase-2 .dtn__main__container__sub__container__day__text .link p a {
  color: #0E4B16;
  text-decoration: underline;
}
.dtn.phase-2 .dtn__main__container__sub__container__live__img, .dtn.phase-2 .dtn__main__container__sub__container__day__img {
  width: 43%;
  text-align: center;
}
@media all and (max-width: 650px) {
  .dtn.phase-2 .dtn__main__container__sub__container__live__img, .dtn.phase-2 .dtn__main__container__sub__container__day__img {
    width: 100%;
    margin-right: 0px;
  }
}
.dtn.phase-2 .dtn__main__container__sub__container__live__img img, .dtn.phase-2 .dtn__main__container__sub__container__day__img img {
  width: 410px;
}
@media all and (max-width: 650px) {
  .dtn.phase-2 .dtn__main__container__sub__container__live__img {
    order: 2;
  }
}
.dtn.phase-2 .dtn__main__container__sub__container__photos {
  background-color: white;
  box-shadow: 0 10px 30px 0 rgba(54, 173, 71, 0.5);
  border-radius: 20px;
  padding: 15px 40px 40px;
  display: flex;
  text-align: left;
  align-items: center;
  margin: 60px;
}
@media all and (max-width: 767px) {
  .dtn.phase-2 .dtn__main__container__sub__container__photos {
    margin: 30px 10px;
  }
}
@media all and (max-width: 650px) {
  .dtn.phase-2 .dtn__main__container__sub__container__photos {
    flex-wrap: wrap;
  }
}
.dtn.phase-2 .dtn__main__container__sub__container__photos.mobile {
  margin: 20px 10px 60px;
  padding: 30px;
  box-shadow: 0 10px 30px 5px rgba(246, 139, 31, 0.3);
}
@media all and (max-width: 450px) {
  .dtn.phase-2 .dtn__main__container__sub__container__photos.mobile {
    padding: 20px 15px;
  }
}
.dtn.phase-2 .dtn__main__container__sub__container__photos.mobile .dtn__main__container__sub__container__photos__left {
  text-align: center;
  margin-bottom: 15px;
}
.dtn.phase-2 .dtn__main__container__sub__container__photos__left {
  width: 36%;
  margin-right: 20px;
}
@media all and (max-width: 650px) {
  .dtn.phase-2 .dtn__main__container__sub__container__photos__left {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
}
.dtn.phase-2 .dtn__main__container__sub__container__photos__left p {
  color: #272B2D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  margin: 8px 0px 15px;
}
.dtn.phase-2 .dtn__main__container__sub__container__photos__left img {
  width: 260px;
  margin: auto;
}
.dtn.phase-2 .dtn__main__container__sub__container__photos__right {
  width: 62%;
}
@media all and (max-width: 650px) {
  .dtn.phase-2 .dtn__main__container__sub__container__photos__right {
    width: 100%;
  }
}
.dtn.phase-2 .dtn__main__container__sub__container__photos__right .section .title {
  display: flex;
  align-items: center;
  margin-left: -10px;
}
@media all and (max-width: 450px) {
  .dtn.phase-2 .dtn__main__container__sub__container__photos__right .section .title {
    margin-bottom: 6px;
  }
}
.dtn.phase-2 .dtn__main__container__sub__container__photos__right .section .title img {
  width: 90px;
  margin-right: 6px;
}
.dtn.phase-2 .dtn__main__container__sub__container__photos__right .section .title p {
  color: #20812D;
  font-family: "Brandon Grotesque", helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.dtn.phase-2 .dtn__main__container__sub__container__photos__right .section p {
  color: #272B2D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  margin: 0px 0px 18px;
}
.dtn.phase-2 .dtn__main__container__sub__container__accessibility {
  text-align: center;
}
.dtn.phase-2 .dtn__main__container__sub__container__accessibility p {
  color: #272B2D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  margin: 8px 0px;
}
.dtn.phase-2 .dtn__main__container__sub__container__accessibility .link {
  margin-top: -12px;
}
.dtn.phase-2 .dtn__main__container__sub__container__accessibility .link svg {
  margin-right: 6px;
  margin-bottom: -3px;
}
.dtn.phase-2 .dtn__main__container__sub__container__accessibility .link span {
  color: #0E4B16;
  font-family: "Brandon Grotesque", helvetica, arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 200.2%; /* 28.028px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.dtn.phase-2 .dtn__main__container__around {
  padding: 22px;
}
@media all and (max-width: 650px) {
  .dtn.phase-2 .dtn__main__container__around {
    padding-top: 20px;
  }
}
@media all and (max-width: 475px) {
  .dtn.phase-2 .dtn__main__container__around {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.dtn.phase-2 .dtn__main__container__around .container-medium {
  padding: 0px 10px;
  z-index: 1;
}
.dtn.phase-2 .dtn__main__container__around__cards {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 10px;
}
.dtn.phase-2 .dtn__main__container__around__cards__card {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px 5px rgba(246, 139, 31, 0.3);
  padding: 40px 60px;
  margin: 30px 0px;
}
@media all and (max-width: 450px) {
  .dtn.phase-2 .dtn__main__container__around__cards__card {
    padding: 20px 15px;
  }
}
.dtn.phase-2 .dtn__main__container__around__cards__card img {
  height: 55px;
}
.dtn.phase-2 .dtn__main__container__around__cards__card h4 {
  color: #20812D;
  font-family: "Brandon Grotesque", helvetica, arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 12px;
}
.dtn.phase-2 .dtn__main__container__around__cards__card p {
  color: #272B2D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  margin: 8px 0px;
}
.dtn.phase-2 .dtn__main__container__around__cards__card .calm-moments {
  margin: 20px 0px;
}
.dtn.phase-2 .dtn__main__container__around__cards__card .calm-moments .strong {
  font-weight: 900;
}
.dtn.phase-2 .dtn__main__container__around__cards__card .link svg {
  margin-right: 6px;
  margin-bottom: -3px;
}
.dtn.phase-2 .dtn__main__container__around__cards__card .link span {
  color: #0E4B16;
  font-family: "Brandon Grotesque", helvetica, arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 200.2%; /* 28.028px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.dtn.phase-2 .dtn__main__container__around__cards.updated-structure .dtn__main__container__around__cards__card {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 40px;
}
@media all and (max-width: 600px) {
  .dtn.phase-2 .dtn__main__container__around__cards.updated-structure .dtn__main__container__around__cards__card {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
}
.dtn.phase-2 .dtn__main__container__around__cards.updated-structure .dtn__main__container__around__cards__card__image {
  width: 40%;
}
.dtn.phase-2 .dtn__main__container__around__cards.updated-structure .dtn__main__container__around__cards__card__image img {
  height: auto;
  width: 100%;
}
@media all and (max-width: 600px) {
  .dtn.phase-2 .dtn__main__container__around__cards.updated-structure .dtn__main__container__around__cards__card__image {
    width: 70%;
  }
}
.dtn.phase-2 .dtn__main__container__around__cards.updated-structure .dtn__main__container__around__cards__card__text {
  text-align: left;
  width: 60%;
}
.dtn.phase-2 .dtn__main__container__around__cards.updated-structure .dtn__main__container__around__cards__card__text img {
  height: 55px;
}
.dtn.phase-2 .dtn__main__container__around__cards.updated-structure .dtn__main__container__around__cards__card__text a.btn {
  background-color: #0E4B16;
  color: white;
  margin-top: 12px;
}
@media all and (max-width: 600px) {
  .dtn.phase-2 .dtn__main__container__around__cards.updated-structure .dtn__main__container__around__cards__card__text {
    text-align: center;
    width: 100%;
  }
  .dtn.phase-2 .dtn__main__container__around__cards.updated-structure .dtn__main__container__around__cards__card__text img {
    display: none;
  }
}
.dtn.phase-2 .dtn__main__container__around .container-medium {
  margin-top: 40px;
}
.dtn.phase-2 .dtn__main__container__daniel {
  position: absolute;
  width: 80px;
  left: 120px;
  top: 90px;
  z-index: 2;
}
@media all and (max-width: 1250px) {
  .dtn.phase-2 .dtn__main__container__daniel {
    top: 120px;
    left: 100px;
  }
}
@media all and (max-width: 1100px) {
  .dtn.phase-2 .dtn__main__container__daniel {
    top: 135px;
    left: 55px;
  }
}
@media all and (max-width: 1024px) {
  .dtn.phase-2 .dtn__main__container__daniel {
    top: 215px;
    left: 35px;
  }
}
@media all and (max-width: 900px) {
  .dtn.phase-2 .dtn__main__container__daniel {
    top: 230px;
    left: 5px;
  }
}
@media all and (max-width: 800px) {
  .dtn.phase-2 .dtn__main__container__daniel {
    display: none;
  }
}
@media all and (min-width: 1500px) {
  .dtn.phase-2 .dtn__main__container__daniel {
    top: 45px;
  }
}
@media all and (min-width: 1730px) {
  .dtn.phase-2 .dtn__main__container__daniel {
    left: 200px;
    top: 15px;
  }
}
@media all and (min-width: 2300px) {
  .dtn.phase-2 .dtn__main__container__daniel {
    left: 500px;
    top: 0;
  }
}
@media all and (min-width: 2700px) {
  .dtn.phase-2 .dtn__main__container__daniel {
    left: 700px;
    top: -25px;
  }
}
.dtn.phase-2 .dtn__main__container__daniel.new-layout {
  top: 160px;
}
@media all and (max-width: 1250px) {
  .dtn.phase-2 .dtn__main__container__daniel.new-layout {
    top: 160px;
  }
}
@media all and (max-width: 1100px) {
  .dtn.phase-2 .dtn__main__container__daniel.new-layout {
    top: 210px;
  }
}
@media all and (max-width: 1024px) {
  .dtn.phase-2 .dtn__main__container__daniel.new-layout {
    top: 300px;
  }
}
@media all and (max-width: 900px) {
  .dtn.phase-2 .dtn__main__container__daniel.new-layout {
    top: 320px;
  }
}
@media all and (min-width: 1500px) {
  .dtn.phase-2 .dtn__main__container__daniel.new-layout {
    top: 120px;
  }
}
@media all and (min-width: 1730px) {
  .dtn.phase-2 .dtn__main__container__daniel.new-layout {
    top: 85px;
  }
}
@media all and (min-width: 2300px) {
  .dtn.phase-2 .dtn__main__container__daniel.new-layout {
    top: 70px;
  }
}
@media all and (min-width: 2700px) {
  .dtn.phase-2 .dtn__main__container__daniel.new-layout {
    top: 25px;
  }
}
.dtn.phase-2 .dtn__main__container__elaina {
  z-index: 2;
  position: absolute;
  right: 150px;
  top: 40%;
  transform: translateY(-50%);
  width: 120px;
}
@media all and (max-width: 1250px) {
  .dtn.phase-2 .dtn__main__container__elaina {
    right: 80px;
  }
}
@media all and (max-width: 1100px) {
  .dtn.phase-2 .dtn__main__container__elaina {
    right: 30px;
  }
}
@media all and (min-width: 2000px) {
  .dtn.phase-2 .dtn__main__container__elaina {
    right: 400px;
  }
}
@media all and (min-width: 2300px) {
  .dtn.phase-2 .dtn__main__container__elaina {
    right: 580px;
  }
}
@media all and (min-width: 2700px) {
  .dtn.phase-2 .dtn__main__container__elaina {
    right: 800px;
  }
}
@media all and (max-width: 767px) {
  .dtn.phase-2 .dtn__main__path-upper {
    top: 105%;
  }
}
@media all and (max-width: 650px) {
  .dtn.phase-2 .dtn__main__path-upper {
    top: 105%;
  }
}
@media all and (max-width: 500px) {
  .dtn.phase-2 .dtn__main__path-upper {
    top: 110%;
  }
}
@media all and (max-width: 767px) {
  .dtn.phase-2 .dtn__main__trolley {
    bottom: 180px;
  }
}
@media all and (max-width: 650px) {
  .dtn.phase-2 .dtn__main__trolley {
    bottom: 220px;
  }
}
@media all and (max-width: 500px) {
  .dtn.phase-2 .dtn__main__trolley {
    bottom: 220px;
  }
}
@media all and (max-width: 475px) {
  .dtn.phase-2 .dtn__main__trolley {
    bottom: 220px;
  }
}
@media all and (max-width: 450px) {
  .dtn.phase-2 .dtn__main__trolley {
    bottom: 220px;
  }
}
@media all and (max-width: 400px) {
  .dtn.phase-2 .dtn__main__trolley {
    bottom: 230px;
  }
}
@media all and (max-width: 360px) {
  .dtn.phase-2 .dtn__main__trolley {
    bottom: 230px;
  }
}
@media all and (max-width: 340px) {
  .dtn.phase-2 .dtn__main__trolley {
    bottom: 240px;
  }
}
.dtn.phase-2 .dtn__main__bear {
  width: 350px;
}
@media all and (max-width: 767px) {
  .dtn.phase-2 .dtn__main__bear {
    width: 220px;
    bottom: 200px;
  }
}
@media all and (max-width: 650px) {
  .dtn.phase-2 .dtn__main__bear {
    bottom: 5px;
    left: -15px;
  }
}
@media all and (max-width: 500px) {
  .dtn.phase-2 .dtn__main__bear {
    bottom: 5px;
    left: -15px;
  }
}
@media all and (max-width: 475px) {
  .dtn.phase-2 .dtn__main__bear {
    bottom: 5px;
    left: -15px;
  }
}
@media all and (max-width: 450px) {
  .dtn.phase-2 .dtn__main__bear {
    width: 200px;
    bottom: 5px;
    left: -15px;
  }
}
@media all and (max-width: 400px) {
  .dtn.phase-2 .dtn__main__bear {
    bottom: 5px;
  }
}
@media all and (max-width: 360px) {
  .dtn.phase-2 .dtn__main__bear {
    bottom: 5px;
  }
}
@media all and (max-width: 330px) {
  .dtn.phase-2 .dtn__main__bear {
    bottom: 5px;
  }
}

.dtn__members {
  padding: 30px 10px 60px;
  background-color: #79D76A;
}
.dtn__members::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../png/484100609481546d574efd6e5127015504777f6b.png");
  background-size: 100px;
  opacity: 0.4;
  z-index: 1;
}
.dtn__members__container {
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.dtn__members__container h3 {
  text-align: center;
}
.dtn__members__container__chart {
  margin: 20px 5px 40px;
}
.dtn__members__container__chart__section__head {
  display: flex;
  align-items: center;
}
.dtn__members__container__chart__section__head p {
  margin-left: 20px !important;
  font-size: 21px !important;
}
.dtn__members__container__chart__section p {
  font-size: 16px;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin-left: 60px;
}
.dtn__members__container__chart__section__line {
  background-image: radial-gradient(circle, #ffffff 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 2px;
  margin: 16px 0px;
  height: 2px;
}/*# sourceMappingURL=bz-dtn.css.map */