@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

.dy-about-us-hero {
  position: relative;
  height: 300px;
  background-image: url("/images/destination/dy-trails-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dy-about-us-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.dy-about-us-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 25px;
}
.dy-about-us-hero__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .dy-about-us-hero__title {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .dy-about-us-hero__title {
    font-size: 32px;
  }
}
.dy-about-us-hero__subtitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .dy-about-us-hero__subtitle {
    font-size: 16px;
  }
}

.dy-about-us-history__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 25px;
  margin: 50px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (min-width: 1024px) {
  .dy-about-us-history__container {
    margin: 100px auto 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .dy-about-us-history__container {
    gap: 80px;
  }
}
.dy-about-us-history__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dy-about-us-history__content .dy-about-us-history__title {
  color: #2e3338;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .dy-about-us-history__content .dy-about-us-history__title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.dy-about-us-history__content .dy-about-us-history__description {
  color: #2e3338;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .dy-about-us-history__content .dy-about-us-history__description {
    text-align: left;
    margin-bottom: 40px;
  }
}
.dy-about-us-history__content .dy-about-us-history__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  text-decoration: none;
  color: #ffffff;
  background-color: #ed1c24;
  padding: 15px 20px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 12px;
  font-weight: 600;
}
.dy-about-us-history__content .dy-about-us-history__button:hover, .dy-about-us-history__content .dy-about-us-history__button:focus, .dy-about-us-history__content .dy-about-us-history__button:active {
  background-color: #de1219;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
@media (min-width: 1024px) {
  .dy-about-us-history__content .dy-about-us-history__button {
    padding: 20px 25px;
    max-width: 275px;
  }
}
.dy-about-us-history__video {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 220px;
  background-color: #2e3338;
}
@media (min-width: 1024px) {
  .dy-about-us-history__video {
    min-height: 320px;
  }
}
.dy-about-us-history__video .dy-about-us-history__video-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #de1219;
  width: 125px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  background-image: url("/images/destination/dy-play-icon.svg");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dy-about-us-history__video .dy-about-us-history__video-icon:hover, .dy-about-us-history__video .dy-about-us-history__video-icon:focus, .dy-about-us-history__video .dy-about-us-history__video-icon:active {
  background-color: #af0e14;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.dy-about-us-history__video video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.dy-about-us-history__video [data-handle=bigPlayButton] button div {
  background-color: #ed1c24 !important;
}

.dy-about-us-content-callout__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 25px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (min-width: 1024px) {
  .dy-about-us-content-callout__container {
    margin: 0 auto 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 50px;
  }
}
@media (min-width: 1024px) {
  .dy-about-us-content-callout:nth-child(2) .dy-about-us-content-callout__container {
    margin: 0 auto 75px;
  }
}
.dy-about-us-content-callout__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dy-about-us-content-callout__title {
  color: #2e3338;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .dy-about-us-content-callout__title {
    text-align: left;
    font-size: 24px;
  }
}
.dy-about-us-content-callout__subtitle {
  color: #2e3338;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .dy-about-us-content-callout__subtitle {
    text-align: left;
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.dy-about-us-content-callout__description {
  color: #2e3338;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .dy-about-us-content-callout__description {
    text-align: left;
    margin-bottom: 40px;
  }
}
.dy-about-us-content-callout__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  justify-self: stretch;
  background-color: #ed1c24;
}
.dy-about-us-content-callout__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dy-about-us-content-callout__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (min-width: 1024px) {
  .dy-about-us-content-callout__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 25px;
  }
}
.dy-about-us-content-callout__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  text-decoration: none;
  color: #ffffff;
  background-color: #ed1c24;
  padding: 15px 20px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 12px;
  font-weight: 600;
}
.dy-about-us-content-callout__button:hover, .dy-about-us-content-callout__button:focus, .dy-about-us-content-callout__button:active {
  background-color: #de1219;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
@media (min-width: 1024px) {
  .dy-about-us-content-callout__button {
    padding: 20px 25px;
    width: 225px;
  }
}

.dy-about-us-content-callout-container .dy-about-us-content-callout:nth-of-type(2) .dy-about-us-content-callout__container {
  margin: 0 auto 0px;
}
@media (min-width: 1024px) {
  .dy-about-us-content-callout-container .dy-about-us-content-callout:nth-of-type(2) .dy-about-us-content-callout__container {
    margin: 0 auto 50px;
  }
}
.dy-about-us-content-callout-container .dy-about-us-content-callout:last-of-type .dy-about-us-content-callout__container {
  margin: 0 auto 100px;
}
@media (min-width: 1024px) {
  .dy-about-us-content-callout-container .dy-about-us-content-callout:last-of-type .dy-about-us-content-callout__container {
    margin: 25px auto 150px;
  }
}