.contentDescriptionHTML {
  margin-left: -2rem;
  margin-right: -2rem;
  background-color: #F7F7F6;
}

.descriptionGardBoxSecond .hoverText,
.descriptionBoxFourth .hoverText {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  z-index: 4;
}

.descriptionGardBoxThird .hoverText,
.descriptionBoxFifth .hoverText {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  z-index: 4;
}


@media screen and (max-width: 1024px) {
  .hoverText {
    display: none;
  }
}

/* First Region */
.descriptionBoxFirst {
  background: #fff;
}

.descriptionBoxFirst .descriptionInner .txtBox {
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.descriptionBoxFirst .txtBox h2 {
  color: #0041c0;
  font-size: 31px;
  font-weight: 700;
}

.descriptionBoxFirst .txtBox p {
  color: #000;
  font-size: 16px;
  font-style: normal;
}

.descriptionBoxFirst .txtBox img {
  margin-top: 32px;
  margin-bottom: 48px;
}

.imgBoxContainer .imgBox {
  width: 100%;
}

/* First Region End */

/* Second Region */
.descriptionBoxSecond {
  background: #f7f7f6;
}

.descriptionBoxSecond .descriptionInner {
  flex-direction: column-reverse;
}

.descriptionBoxSecond .imgBox {
  width: 100%;
  text-align: center;
  max-width: 710px;
}

.descriptionBoxSecond .txtBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 31px;
}

@media (min-width: 1024px) and (max-width: 1320px) {
  .descriptionBoxSecond .txtBox {
    padding-bottom: 20px !important;
  }
}

/* Second Region End */

/* Third Region */
.descriptionBoxThird {
  background: #fff;
  margin-top: 0;
}

.descriptionBoxThird .descriptionInner .txtBox {
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}

.descriptionBoxThird .descriptionInner .imgBox {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

/* Third Region End */

/* Fourth Region */
.descriptionBoxFourth {
  background: #f7f7f6;
}

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

.descriptionBoxFourth .descriptionCards {
  display: block;
  overflow: hidden;
  max-width: 414px;
  margin-left: auto;
  margin-right: auto;
}

.descriptionBoxFourth .descriptionCard {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.descriptionBoxFourth .descriptionCard::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg,
      rgb(0 0 0 / 80%) 0%,
      rgb(0 0 0 / 20%) 40%,
      rgb(255 255 255 / 10%) 100%);
}

.descriptionBoxFourth .descriptionCard:hover::after {
  background: linear-gradient(0deg,
      rgb(0 0 0 / 90%) 0%,
      rgb(0 0 0 / 40%) 40%,
      rgb(255 255 255 / 20%) 100%);
}

.descriptionBoxFourth .descriptionCard:hover .imageShortDescription {
  bottom: 76px;
}

.descriptionBoxFourth .descriptionCard:hover .imageLongDescription {
  display: block;
  bottom: 18px;
}

.descriptionBoxFourth .descriptionCard p {
  color: #fff;
  position: absolute;
  left: 21.07px;
  z-index: 1;
  transition: all 0.225s linear;
}

.descriptionBoxFourth .descriptionCard .imageShortDescription {
  font-size: 31px;
  font-weight: 400;
  bottom: 18.06px;
}

.descriptionBoxFourth .descriptionCard .imageLongDescription {
  display: none;
  font-size: 16px;
  font-weight: 400;
  bottom: -12px;
}

/* Fourth Region End */

/* Features */
.descriptionBoxFeatures .descriptionCardsContainer {
  max-height: 460px;
}

.descriptionBoxFeatures .descriptionInner .txtBox h2 {
  color: #0041c0;
  text-align: center;
  font-size: 39px;
}

.descriptionBoxFeatures .descriptionInner .txtBox h2 b {
  font-size: 49px;
}

.descriptionBoxFeatures .descriptionCardsContainer .descriptionCard {
  display: flex;
  height: 100%;
  padding: 20px;
}

.descriptionBoxFeatures .descriptionCardContent {
  flex-direction: column;
}

.descriptionBoxFeatures .descriptionCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 20px;
}

.descriptionBoxFeatures .descriptionCard:last-child {
  margin-bottom: auto;
}

.descriptionBoxFeatures .descriptionCard .descriptionCardText {
  width: 88%;
}

.descriptionBoxFeatures .descriptionCard .descriptionCardText p {
  color: #0041c0;
  font-size: 25px;
  font-weight: 700;
  height: 100%;
  max-height: 48px;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.descriptionBoxFeatures .descriptionCardsContainer .descriptionCard .descriptionCardText span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: auto;
}

.descriptionBoxFeatures .descriptionCardsContainer .descriptionCard .descriptionCardImg {
  width: 40%;
  display: flex;
  justify-content: center;
}

/* Features End */

/* Box Video */
.descriptionBoxVideo {
  margin-top: 45px;
}

/* Box Video End */

/* Box Videos */
.descriptionBoxVideos .txtBox h2 {
  text-align: center;
}

.descriptionBoxVideos .descriptionVideos {
  max-width: 342px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

.descriptionBoxVideos .descriptionVideos .descriptionVideoCard {
  max-width: 342px;
}

.descriptionBoxVideos .descriptionVideos .descriptionVideoCard p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.descriptionBoxVideos .descriptionVideos .descriptionVideoCard a {
  border: 1px solid #0041c0;
  display: flex;
  height: 60px;
  padding: 10px 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.descriptionBoxVideos .descriptionVideos .descriptionVideoCard a::after {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQ2MThfMzMxIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjUiPgo8cmVjdCB5PSIwLjQ3NTU4NiIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF80NjE4XzMzMSkiPgo8cGF0aCBkPSJNMTMuMDMwNyAxMi40NzU2TDkuOTU1NzUgMTUuNTUwNkwxMSAxNi42MTk4TDE1LjE0NDMgMTIuNDc1NkwxMSA4LjMzMTM0TDkuOTU1NzUgOS40MDA1OUwxMy4wMzA3IDEyLjQ3NTZaTTEyLjAwMTcgMjEuOTc1NkMxMC42ODc3IDIxLjk3NTYgOS40NTI2NyAyMS43MjYzIDguMjk2NSAyMS4yMjc2QzcuMTQwMzMgMjAuNzI4OSA2LjEzNDY3IDIwLjA1MjIgNS4yNzk1IDE5LjE5NzNDNC40MjQzMyAxOC4zNDI1IDMuNzQ3MjUgMTcuMzM3MyAzLjI0ODI1IDE2LjE4MTZDMi43NDk0MiAxNS4wMjU5IDIuNSAxMy43OTEyIDIuNSAxMi40NzczQzIuNSAxMS4xNjMzIDIuNzQ5MzMgOS45MjgyNSAzLjI0OCA4Ljc3MjA5QzMuNzQ2NjcgNy42MTU5MiA0LjQyMzQyIDYuNjEwMjUgNS4yNzgyNSA1Ljc1NTA5QzYuMTMzMDggNC44OTk5MiA3LjEzODMzIDQuMjIyODQgOC4yOTQgMy43MjM4NEM5LjQ0OTY3IDMuMjI1IDEwLjY4NDQgMi45NzU1OSAxMS45OTgzIDIuOTc1NTlDMTMuMzEyMyAyLjk3NTU5IDE0LjU0NzMgMy4yMjQ5MiAxNS43MDM1IDMuNzIzNTlDMTYuODU5NyA0LjIyMjI1IDE3Ljg2NTMgNC44OTkgMTguNzIwNSA1Ljc1Mzg0QzE5LjU3NTcgNi42MDg2NyAyMC4yNTI4IDcuNjEzOTIgMjAuNzUxOCA4Ljc2OTU5QzIxLjI1MDYgOS45MjUyNSAyMS41IDExLjE2IDIxLjUgMTIuNDczOEMyMS41IDEzLjc4NzggMjEuMjUwNyAxNS4wMjI5IDIwLjc1MiAxNi4xNzkxQzIwLjI1MzMgMTcuMzM1MyAxOS41NzY2IDE4LjM0MDkgMTguNzIxOCAxOS4xOTYxQzE3Ljg2NjkgMjAuMDUxMyAxNi44NjE3IDIwLjcyODMgMTUuNzA2IDIxLjIyNzNDMTQuNTUwMyAyMS43MjYyIDEzLjMxNTYgMjEuOTc1NiAxMi4wMDE3IDIxLjk3NTZaTTEyIDIwLjQ3NTZDMTQuMjMzMyAyMC40NzU2IDE2LjEyNSAxOS43MDA2IDE3LjY3NSAxOC4xNTA2QzE5LjIyNSAxNi42MDA2IDIwIDE0LjcwODkgMjAgMTIuNDc1NkMyMCAxMC4yNDIzIDE5LjIyNSA4LjM1MDU5IDE3LjY3NSA2LjgwMDU5QzE2LjEyNSA1LjI1MDU5IDE0LjIzMzMgNC40NzU1OSAxMiA0LjQ3NTU5QzkuNzY2NjcgNC40NzU1OSA3Ljg3NSA1LjI1MDU5IDYuMzI1IDYuODAwNTlDNC43NzUgOC4zNTA1OSA0IDEwLjI0MjMgNCAxMi40NzU2QzQgMTQuNzA4OSA0Ljc3NSAxNi42MDA2IDYuMzI1IDE4LjE1MDZDNy44NzUgMTkuNzAwNiA5Ljc2NjY3IDIwLjQ3NTYgMTIgMjAuNDc1NloiIGZpbGw9IiMwMDQxQzAiLz4KPC9nPgo8L3N2Zz4K');
  width: 24px;
  height: 24px;
}

.descriptionBoxVideos .descriptionVideos .descriptionVideoCard .btnStyleText {
  color: #0041c0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Box Videos End */

.descriptionInner {
  display: flex;
  flex-direction: column;
}

.imgBoxMobile {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.imgBoxDesktop {
  display: none;
}

.txtBox h2 {
  color: #0041c0;
  font-size: 31px;
  font-weight: 700;
}

.txtBox p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.txtBox span {
  color: #000;
  font-size: 10px;
  font-weight: 400;
}

/* Videos */
.videoBox {
  position: relative;
  padding-bottom: 56.25%;
}

.videoBox .videoBoxYoutube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Videos End */

@media screen and (min-width: 1024px) {

  .descriptionGardBoxSecond .txtBox .secondSpan,
  .descriptionGardBoxThird .txtBox .secondSpan,
  .descriptionBoxFourth .txtBox .secondSpan,
  .descriptionBoxFifth .txtBox .secondSpan {
    margin-bottom: 0;
  }

  .contentDescriptionHTML {
    margin-left: 0;
    margin-right: 0;
    padding: 0 2rem;
  }

  /* First Region */
  .descriptionBoxFirst .descriptionInner .txtBox,
  .descriptionBoxFirst .descriptionInner .imgBoxContainer {
    width: 50%;
  }

  .descriptionBoxFirst .descriptionInner .txtBox {
    padding-left: 124px;
    padding-right: 0;
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
  }

  .descriptionBoxFirst .txtBox h2 {
    font-size: 61px;
  }

  .descriptionBoxFirst .txtBox img {
    margin-bottom: 0;
  }

  .descriptionGardBoxSecond .visible,
  .descriptionGardBoxThird .visible,
  .descriptionBoxFourth .visible,
  .descriptionBoxFifth .visible {
    opacity: 1 !important;
    visibility: visible;
    max-height: 614px !important;
    z-index: 2;
    position: relative;
  }

  .descriptionGardBoxSecond .hidden,
  .descriptionGardBoxThird .hidden,
  .descriptionBoxFourth .hidden,
  .descriptionBoxFifth .hidden {
    opacity: 0 !important;
    visibility: hidden;
    z-index: 1;
    position: relative;
  }

  .descriptionGardBoxSecond .imgBox,
  .descriptionGardBoxThird .imgBox,
  .descriptionBoxFourth .imgBox,
  .descriptionBoxFifth .imgBox {
    position: relative;
    overflow: hidden;
    height: 614px;
  }

  .descriptionGardBoxSecond .imgBox img,
  .descriptionGardBoxThird .imgBox img,
  .descriptionBoxFourth .imgBox img,
  .descriptionBoxFifth .imgBox img {
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .descriptionGardBoxSecond .imgBox video,
  .descriptionGardBoxThird .imgBox video,
  .descriptionBoxFourth .imgBox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .descriptionBoxFifth .imgBox video {
    object-fit: none;
  }

  /* First Region End */

  /* Second Region */
  .descriptionBoxSecond .imgBox {
    width: 40%;
    text-align: left;
  }

  .descriptionBoxSecond .txtBox {
    width: 60%;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 0;
  }

  .descriptionBoxSecond .descriptionInner {
    flex-direction: row;
  }

  /* Second Region End */

  /* Third Region */
  .descriptionBoxThird .descriptionInner .txtBox {
    padding-left: 124px;
    padding-right: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 50%;
  }

  .descriptionBoxThird .descriptionInner .imgBox {
    width: 50%;
  }

  /* Third Region End */

  /* Fourth Region */
  .descriptionBoxFourth .descriptionCards {
    display: flex;
    justify-content: space-around;
    margin-top: 32px;
    max-width: 100%;
    gap: 31px;
  }

  .descriptionBoxFourth .descriptionCard {
    max-width: 407px;
  }

  .descriptionBoxFourth .descriptionCard:hover .imageShortDescription {
    bottom: 60px;
  }

  /* Fourth Region End */

  /* Features */
  .descriptionBoxFeatures {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 45px 80px 80px;
  }

  .descriptionBoxFeatures .descriptionInner {
    max-width: 1100px;
    width: 100%;
    gap: 42px;
    justify-content: space-between;
    position: relative;
  }

  .descriptionBoxFeatures .descriptionCardContent {
    flex-direction: row;
  }

  .descriptionBoxFeatures .descriptionCard {
    display: block;
  }

  .descriptionBoxFeatures .descriptionInner .txtBox {
    display: flex;
    align-items: center;
  }

  .descriptionBoxFeatures .descriptionInner .txtBox h2 {
    font-size: 50px;
    text-align: left;
  }

  .descriptionBoxFeatures .descriptionInner .txtBox h2 b {
    font-size: 60px;
  }

  .descriptionBoxFeatures .descriptionInner .descriptionCardsContainer {
    height: auto;
    max-height: 100%;
    max-width: 542px;
  }

  .descriptionBoxFeatures .descriptionInner .descriptionCards .descriptionCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 268px;
    width: 100%;
    background-color: #fff;
    height: 350px;
    max-height: 100%;
    padding: 20px;
    border: 1px solid transparent;
  }

  .descriptionBoxFeatures .descriptionInner .descriptionCards div:nth-child(2) {
    margin-right: 20px;
  }

  .descriptionBoxFeatures .descriptionInner .descriptionCards .descriptionCard:hover {
    border: 1px solid #0041c0;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
  }

  .descriptionBoxFeatures .descriptionInner .descriptionCards .descriptionCard p {
    color: #0041c0;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
  }

  .descriptionBoxFeatures .descriptionInner .descriptionCards .descriptionCard span {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .descriptionBoxFeatures .descriptionInner .descriptionCards .descriptionCard img {
    max-width: 150px;
    max-height: 140px;
  }

  .descriptionBoxFeatures .descriptionCard:last-child {
    margin-bottom: 0;
  }

  /* Features End */

  /* Box Videos */
  .descriptionBoxVideos .descriptionVideos {
    display: flex;
    justify-content: space-around;
    max-width: 100%;
  }

  .descriptionBoxVideos .descriptionVideos .descriptionVideoCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }

  .descriptionBoxVideos .txtBox h2 {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
  }

  .descriptionVideos .videoBox {
    max-width: 342px;
  }

  /* Box Videos End */

  .imgBoxMobile {
    display: none;
  }

  .imgBoxDesktop {
    display: block;
  }

  .descriptionInner {
    display: flex;
    flex-direction: row;
  }

  .txtBox h2 {
    font-size: 39px;
  }
}

@media screen and (min-width: 1140px) {
  .descriptionBoxFeatures .descriptionInner .txtBox h2 {
    font-size: 54px;
    text-align: left;
  }

  .descriptionBoxFeatures .descriptionInner .txtBox h2 b {
    font-size: 72px;
  }
}

@media screen and (min-width: 1540px) {
  .descriptionBoxFeatures .descriptionInner .txtBox h2 {
    font-size: 61px;
    text-align: left;
  }

  .descriptionBoxFeatures .descriptionInner .txtBox h2 b {
    font-size: 80px;
  }
}

/* Product Special Description Gard */

/* Second Region */
.descriptionGardBoxSecond {
  background: #f7f7f6;
}

.descriptionGardBoxSecond .descriptionGardInner {
  flex-direction: column-reverse;
}

.descriptionGardBoxSecond .imgBox {
  width: 100%;
  text-align: center;
}

.descriptionGardBoxSecond .txtBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 31px;
}

.descriptionGardBoxSecond .txtBox p,
.descriptionGardBoxThird .txtBox p,
.descriptionBoxFourth .txtBox p,
.descriptionBoxFifth .txtBox p {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 24px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.descriptionGardBoxSecond .txtBox h2,
.descriptionGardBoxThird .txtBox h2,
.descriptionBoxFourth .txtBox h2,
.descriptionBoxFifth .txtBox h2 {
  color: #0041C0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 12.8px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 1024px) and (max-width: 1320px) {
  .descriptionGardBoxSecond .txtBox {
    padding-bottom: 20px !important;
  }
}

/* Second Region End */

/* Third Region */
.descriptionGardBoxThird {
  background: transparent;
  margin-top: 0;
}

.descriptionGardBoxThird .descriptionInner .txtBox {
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}

.descriptionGardBoxThird .descriptionInner .imgBox {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

/* Third Region End */

/* Fourth Region */
.descriptionBoxFourth .txtBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 31px;
}

.descriptionBoxFourth .descriptionInner .txtBox {
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}

.descriptionBoxFourth .descriptionInner .imgBox {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

/* Fourth Region End */

/* Fifth Region */
.descriptionBoxFifth .txtBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 31px;
}

.descriptionBoxFifth .descriptionInner .txtBox {
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}

.descriptionBoxFifth .descriptionInner .imgBox {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

/* Fifth Region End */

/* Sixth Region */
.descriptionBoxSixth {
  background: #f7f7f6;
  padding-bottom: 64px;
}

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

.descriptionBoxSixth .descriptionCards {
  display: block;
  overflow: hidden;
  max-width: 414px;
  margin-left: auto;
  margin-right: auto;
}

.descriptionBoxSixth .descriptionCard {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.descriptionBoxSixth .descriptionCard::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg,
      rgb(0 0 0 / 80%) 0%,
      rgb(0 0 0 / 20%) 40%,
      rgb(255 255 255 / 10%) 100%);
}

.descriptionBoxSixth .descriptionCard:hover::after {
  background: linear-gradient(0deg,
      rgb(0 0 0 / 90%) 0%,
      rgb(0 0 0 / 40%) 40%,
      rgb(255 255 255 / 20%) 100%);
}

.descriptionBoxSixth .descriptionCard:hover .imageShortDescription {
  bottom: 76px;
}

.descriptionBoxSixth .descriptionCard:hover .imageLongDescription {
  display: block;
  bottom: 18px;
}

.descriptionBoxSixth .descriptionCard p {
  color: #fff;
  position: absolute;
  left: 21.07px;
  z-index: 1;
  transition: all 0.3s linear;
}

.descriptionBoxSixth .txtBox h2 {
  color: #0041C0;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 12.8px;
  text-transform: uppercase;
  margin: 83px 0 61px 0;
}

.descriptionBoxSixth .descriptionCard .imageShortDescription {
  font-size: 31px;
  font-weight: 400;
  bottom: 18.06px;
}

.descriptionBoxSixth .descriptionCard .imageLongDescription {
  display: none;
  font-size: 16px;
  font-weight: 400;
  bottom: -12px;
}

.descriptionBoxSixth .imageShortDescription {
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.4px;
  text-transform: uppercase;
}

.descriptionBoxSixth .imageLongDescription {
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.descriptionBoxSixth .sixthRegionSpanDesktop {
  color: #828282;
  text-align: left;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
  letter-spacing: 0.5px;
  margin-top: 15px;
  margin-left: 30px;
  display: flex;
}

/* Sixth Region End */

/* Box Video */
.descriptionGardBoxVideo {
  margin-top: 28px;
}

/* Box Video End */

/* Box Videos */
.descriptionGardBoxVideo .txtBox h2 {
  text-align: center;
}

.descriptionGardBoxVideo .descriptionVideos {
  max-width: 342px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

.descriptionGardBoxVideo .descriptionVideos .descriptionVideoCard {
  max-width: 342px;
}

.descriptionGardBoxVideo .descriptionVideos .descriptionVideoCard p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.descriptionGardBoxVideo .descriptionVideos .descriptionVideoCard a {
  border: 1px solid #0041c0;
  display: flex;
  height: 60px;
  padding: 10px 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.descriptionGardBoxVideos .descriptionVideos .descriptionVideoCard a::after {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQ2MThfMzMxIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjUiPgo8cmVjdCB5PSIwLjQ3NTU4NiIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF80NjE4XzMzMSkiPgo8cGF0aCBkPSJNMTMuMDMwNyAxMi40NzU2TDkuOTU1NzUgMTUuNTUwNkwxMSAxNi42MTk4TDE1LjE0NDMgMTIuNDc1NkwxMSA4LjMzMTM0TDkuOTU1NzUgOS40MDA1OUwxMy4wMzA3IDEyLjQ3NTZaTTEyLjAwMTcgMjEuOTc1NkMxMC42ODc3IDIxLjk3NTYgOS40NTI2NyAyMS43MjYzIDguMjk2NSAyMS4yMjc2QzcuMTQwMzMgMjAuNzI4OSA2LjEzNDY3IDIwLjA1MjIgNS4yNzk1IDE5LjE5NzNDNC40MjQzMyAxOC4zNDI1IDMuNzQ3MjUgMTcuMzM3MyAzLjI0ODI1IDE2LjE4MTZDMi43NDk0MiAxNS4wMjU5IDIuNSAxMy43OTEyIDIuNSAxMi40NzczQzIuNSAxMS4xNjMzIDIuNzQ5MzMgOS45MjgyNSAzLjI0OCA4Ljc3MjA5QzMuNzQ2NjcgNy42MTU5MiA0LjQyMzQyIDYuNjEwMjUgNS4yNzgyNSA1Ljc1NTA5QzYuMTMzMDggNC44OTk5MiA3LjEzODMzIDQuMjIyODQgOC4yOTQgMy43MjM4NEM5LjQ0OTY3IDMuMjI1IDEwLjY4NDQgMi45NzU1OSAxMS45OTgzIDIuOTc1NTlDMTMuMzEyMyAyLjk3NTU5IDE0LjU0NzMgMy4yMjQ5MiAxNS43MDM1IDMuNzIzNTlDMTYuODU5NyA0LjIyMjI1IDE3Ljg2NTMgNC44OTkgMTguNzIwNSA1Ljc1Mzg0QzE5LjU3NTcgNi42MDg2NyAyMC4yNTI4IDcuNjEzOTIgMjAuNzUxOCA4Ljc2OTU5QzIxLjI1MDYgOS45MjUyNSAyMS41IDExLjE2IDIxLjUgMTIuNDczOEMyMS41IDEzLjc4NzggMjEuMjUwNyAxNS4wMjI5IDIwLjc1MiAxNi4xNzkxQzIwLjI1MzMgMTcuMzM1MyAxOS41NzY2IDE4LjM0MDkgMTguNzIxOCAxOS4xOTYxQzE3Ljg2NjkgMjAuMDUxMyAxNi44NjE3IDIwLjcyODMgMTUuNzA2IDIxLjIyNzNDMTQuNTUwMyAyMS43MjYyIDEzLjMxNTYgMjEuOTc1NiAxMi4wMDE3IDIxLjk3NTZaTTEyIDIwLjQ3NTZDMTQuMjMzMyAyMC40NzU2IDE2LjEyNSAxOS43MDA2IDE3LjY3NSAxOC4xNTA2QzE5LjIyNSAxNi42MDA2IDIwIDE0LjcwODkgMjAgMTIuNDc1NkMyMCAxMC4yNDIzIDE5LjIyNSA4LjM1MDU5IDE3LjY3NSA2LjgwMDU5QzE2LjEyNSA1LjI1MDU5IDE0LjIzMzMgNC40NzU1OSAxMiA0LjQ3NTU5QzkuNzY2NjcgNC40NzU1OSA3Ljg3NSA1LjI1MDU5IDYuMzI1IDYuODAwNTlDNC43NzUgOC4zNTA1OSA0IDEwLjI0MjMgNCAxMi40NzU2QzQgMTQuNzA4OSA0Ljc3NSAxNi42MDA2IDYuMzI1IDE4LjE1MDZDNy44NzUgMTkuNzAwNiA5Ljc2NjY3IDIwLjQ3NTYgMTIgMjAuNDc1NloiIGZpbGw9IiMwMDQxQzAiLz4KPC9nPgo8L3N2Zz4K');
  width: 24px;
  height: 24px;
}

.descriptionGardBoxVideos .descriptionVideos .descriptionVideoCard .btnStyleText {
  color: #0041c0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Box Videos End */

.hoverVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.imgBox {
  position: relative;
  overflow: hidden;
}

.imgHover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgBoxDesktop {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgBoxMobile {
  width: 100%;
  display: block;
}

@media screen and (min-width: 1024px) {
  .imgBoxMobile {
    display: none;
  }
}

.descriptionGardBoxSecond .txtBox .span,
.descriptionGardBoxThird .txtBox .span,
.descriptionBoxFourth .txtBox .span,
.descriptionBoxFifth .txtBox .span {
  color: #0041C0;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  justify-content: center;
  align-self: center;
}

.descriptionGardBoxSecond .txtBox .secondSpan,
.descriptionGardBoxThird .txtBox .secondSpan,
.descriptionBoxFourth .txtBox .secondSpan,
.descriptionBoxFifth .txtBox .secondSpan {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 13px;
}




@media screen and (min-width: 1024px) {

  /* First Region */
  .descriptionGardBoxFirst .descriptionInner .txtBox,
  .descriptionGardBoxFirst .descriptionInner .imgBoxContainer {
    width: 100%;
  }

  .descriptionGardBoxFirst .descriptionInner .imgBoxContainer {
    margin-bottom: 64px;
  }

  /* Second Region */
  .descriptionGardBoxSecond .imgBox {
    width: 100%;
    text-align: left;
  }

  .descriptionGardBoxSecond .txtBox {
    width: 85%;
    padding-left: 112px;
    padding-right: 90px;
    padding-bottom: 0;
  }

  .descriptionGardBoxSecond .descriptionGardInner {
    flex-direction: row-reverse;
    display: flex;
  }

  .descriptionGardBoxSecond .txtBox .span {
    margin-bottom: 104px;
  }

  /* Second Region End */

  /* Third Region */

  .descriptionGardBoxThird .descriptionGardInner {
    display: flex;
    flex-direction: row-reverse;
  }

  /* Third Region End */

  /* Fourth Region */

  .descriptionBoxFourth .imgBox {
    width: 100%;
    text-align: left;
    max-width: 710px;
  }

  .descriptionBoxFourth .txtBox .span {
    margin-bottom: 79px;
  }


  .descriptionBoxFourth .descriptionGardInner {
    display: flex;
    flex-direction: row;
  }

  .descriptionBoxFifth .descriptionGardInner {
    display: flex;
    flex-direction: row-reverse;
  }

  /* Fourth Region End */

  /* Fifth Region */

  .descriptionBoxFifth .descriptionGardInner {
    display: flex;
    flex-direction: row-reverse;
  }

  .descriptionBoxFifth .txtBox .span {
    margin-bottom: 78px;
  }

  /* Fifth Region End */

  /* Sixth Region */
  .descriptionBoxSixth .descriptionCards {
    display: flex;
    justify-content: space-around;
    margin-top: 32px;
    max-width: 100%;
    gap: 31px;
  }

  .descriptionBoxSixth .descriptionCard {
    max-width: 407px;
    max-height: 407px;
  }

  .descriptionBoxSixth .descriptionCard:hover .imageShortDescription {
    bottom: 80px;
  }

  /* Sixth Region End */

  /* Box Videos */
  .descriptionGardBoxVideo .descriptionVideos {
    display: flex;
    justify-content: space-around;
    max-width: 100%;
  }

  .descriptionGardBoxVideo .descriptionVideos .descriptionVideoCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }

  .descriptionGardBoxVideo .txtBox h2 {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
  }

  .descriptionVideos .videoBox {
    max-width: 342px;
  }

  /* Box Videos End */
}

.descriptionGardBoxMouse {
  position: absolute;
}

@media screen and (min-width: 1024px) and (max-width: 1540px) {

  /* Third Region */
  .descriptionGardBoxThird .descriptionGardInner .imgBox {
    width: 100%;
    max-width: 697px;
  }

  .descriptionGardBoxThird .descriptionGardInner .txtBox {
    padding-left: 112px;
    padding-right: 31px;
    margin-top: 0px;
    margin-bottom: auto;
    width: 35.4%;
  }

  /* Third Region End */

  /* Fourth Region */

  .descriptionBoxFourth .txtBox {
    width: 95%;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 0;
  }

  /* Fourth Region End */

  /* Fifth Region */
  .descriptionBoxFifth .descriptionGardInner .imgBox {
    width: 65%;
    max-width: 697px;
  }

  .descriptionBoxFifth .descriptionGardInner .txtBox {
    padding-left: 111px;
    padding-right: 80px;
    margin-top: 120px;
    margin-bottom: auto;
    width: 32%;
  }

  /* Fifth Region End */
}

@media screen and (min-width: 1540px) {

  /* Third Region */
  .descriptionGardBoxThird .descriptionGardInner .imgBox {
    width: 100%;
    max-width: 697px;
  }

  .descriptionGardBoxThird .descriptionGardInner .txtBox {
    padding-left: 112px;
    padding-right: 31px;
    margin-top: 0;
    margin-bottom: auto;
    width: 35.5%;
  }

  /* Third Region End */

  /* Fourth Region */
  .descriptionBoxFourth .txtBox {
    width: 96%;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 0;
  }

  /* Fourth Region End */

  /* Fifth Region */
  .descriptionBoxFifth .descriptionGardInner .imgBox {
    width: 100%;
    max-width: 697px;
  }

  .descriptionBoxFifth .descriptionGardInner .txtBox {
    padding-left: 111px;
    padding-right: 80px;
    margin-top: 120px;
    margin-bottom: auto;
    width: 31.5%;
  }

  /* Fifth Region End */
}

@media screen and (max-width: 1250px) {

  .descriptionGardBoxSecond .txtBox h2,
  .descriptionGardBoxThird .txtBox h2,
  .descriptionBoxFourth .txtBox h2,
  .descriptionBoxFifth .txtBox h2 {
    color: #0041C0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 12.8px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .sixthRegionSpanMobile {
    color: #828282;
    text-align: center;
    font-family: "Arial", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-left: 30px;
    display: flex;
  }

  .descriptionGardBoxThird .descriptionGardInner,
  .descriptionBoxFourth .descriptionGardInner,
  .descriptionBoxFifth .descriptionGardInner {
    display: flex;
    flex-direction: column-reverse;
  }

  .descriptionBoxSixth .txtBox h2 {
    margin: 50px 0;
  }

  .contentDescriptionHTML {
    margin-left: 0;
    margin-right: 0;
  }

  .descriptionGardBoxSecond .txtBox,
  .descriptionGardBoxThird .txtBox,
  .descriptionBoxFourth .txtBox,
  .descriptionBoxFifth .txtBox {
    padding: 0;
    align-items: center;
  }

  .descriptionBoxSixth .descriptionCard {
    max-width: 408px;
    max-height: 407px;
  }
}