@font-face {
  font-family: "bebas_neue_proexpanded_bold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prolight";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_proregular";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prosemibold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "acumin_proregular", sans-serif;
  font-weight: normal;
  background-color: white;
  font-size: 16px;
}

h1,
h2 {
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: "acumin_prosemibold", sans-serif;
}

.our_story,
.about_top_section {
  padding-left: 20px;
  margin-top: 100px;
  margin-bottom: 50px;
}
.our_story .elems_wrapper,
.about_top_section .elems_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F7F8F9;
  padding-bottom: 35px;
}
.our_story .elems_wrapper .left_section,
.about_top_section .elems_wrapper .left_section {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 35%;
}
.our_story .elems_wrapper .left_section .video_wrapper,
.about_top_section .elems_wrapper .left_section .video_wrapper {
  position: relative;
  left: -20px;
  cursor: pointer;
}
.our_story .elems_wrapper .left_section .video_wrapper .video_thumbnail img,
.about_top_section .elems_wrapper .left_section .video_wrapper .video_thumbnail img {
  display: block;
  width: 100%;
}
.our_story .elems_wrapper .left_section .video_wrapper .video_icon,
.about_top_section .elems_wrapper .left_section .video_wrapper .video_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #2b1400;
  color: white;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -35px;
}
.our_story .elems_wrapper .left_section .image_wrapper,
.about_top_section .elems_wrapper .left_section .image_wrapper {
  position: relative;
  left: -20px;
}
.our_story .elems_wrapper .left_section .image_wrapper img,
.about_top_section .elems_wrapper .left_section .image_wrapper img {
  display: block;
  width: 100%;
}
.our_story .elems_wrapper .right_section,
.about_top_section .elems_wrapper .right_section {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 60%;
  padding-right: 20px;
}
.our_story .elems_wrapper .right_section .section_title,
.our_story .elems_wrapper .right_section h2,
.our_story .elems_wrapper .right_section h3,
.our_story .elems_wrapper .right_section h4,
.about_top_section .elems_wrapper .right_section .section_title,
.about_top_section .elems_wrapper .right_section h2,
.about_top_section .elems_wrapper .right_section h3,
.about_top_section .elems_wrapper .right_section h4 {
  position: relative;
  text-transform: uppercase;
  font-size: 50px;
  color: #0D2647;
}
.our_story .elems_wrapper .right_section .section_title,
.about_top_section .elems_wrapper .right_section .section_title {
  top: -30px;
}
.our_story .elems_wrapper .right_section .text_content,
.our_story .elems_wrapper .right_section p,
.our_story .elems_wrapper .right_section div,
.about_top_section .elems_wrapper .right_section .text_content,
.about_top_section .elems_wrapper .right_section p,
.about_top_section .elems_wrapper .right_section div {
  color: #0D2647;
  margin-top: 10px;
  line-height: 32px;
}
.our_story .elems_wrapper .right_section ul,
.our_story .elems_wrapper .right_section ol,
.about_top_section .elems_wrapper .right_section ul,
.about_top_section .elems_wrapper .right_section ol {
  margin-left: 20px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .our_story .elems_wrapper .right_section .section_title,
.our_story .elems_wrapper .right_section h2,
.our_story .elems_wrapper .right_section h3,
.our_story .elems_wrapper .right_section h4,
.about_top_section .elems_wrapper .right_section .section_title,
.about_top_section .elems_wrapper .right_section h2,
.about_top_section .elems_wrapper .right_section h3,
.about_top_section .elems_wrapper .right_section h4 {
    font-size: 40px;
  }
  .our_story .elems_wrapper .right_section .section_title,
.about_top_section .elems_wrapper .right_section .section_title {
    top: -20px;
  }
  .our_story .elems_wrapper .right_section .text_content,
.about_top_section .elems_wrapper .right_section .text_content {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .our_story,
.about_top_section {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .our_story .elems_wrapper,
.about_top_section .elems_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .our_story .elems_wrapper .right_section,
.about_top_section .elems_wrapper .right_section {
    padding-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .our_story .elems_wrapper .right_section .section_title,
.our_story .elems_wrapper .right_section h2,
.our_story .elems_wrapper .right_section h3,
.our_story .elems_wrapper .right_section h4,
.about_top_section .elems_wrapper .right_section .section_title,
.about_top_section .elems_wrapper .right_section h2,
.about_top_section .elems_wrapper .right_section h3,
.about_top_section .elems_wrapper .right_section h4 {
    font-size: 40px;
    text-align: center;
  }
  .our_story .elems_wrapper .right_section .section_title,
.about_top_section .elems_wrapper .right_section .section_title {
    top: -20px;
  }
  .our_story .elems_wrapper .right_section .text_content,
.about_top_section .elems_wrapper .right_section .text_content {
    margin-top: 0;
    padding: 0 20px;
    text-align: center;
  }
  .our_story .elems_wrapper .right_section ul,
.our_story .elems_wrapper .right_section ol,
.about_top_section .elems_wrapper .right_section ul,
.about_top_section .elems_wrapper .right_section ol {
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }
  .our_story .elems_wrapper .left_section,
.about_top_section .elems_wrapper .left_section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0 20px;
  }
  .our_story .elems_wrapper .left_section .video_wrapper,
.our_story .elems_wrapper .left_section .image_wrapper,
.about_top_section .elems_wrapper .left_section .video_wrapper,
.about_top_section .elems_wrapper .left_section .image_wrapper {
    max-width: 450px;
    margin: 20px auto 0 auto;
    position: relative;
    left: 0;
  }
}

.our_story_continues {
  margin-bottom: 50px;
}
.our_story_continues .container .elems_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F7F8F9;
}
.our_story_continues .container .elems_wrapper .left_section {
  width: 35%;
  padding: 50px 20px 50px 50px;
  color: #0D2647;
  font-size: 16px;
  line-height: 32px;
}
.our_story_continues .container .elems_wrapper .right_section {
  width: 60%;
  margin-left: 50px;
}
.our_story_continues .container .elems_wrapper .right_section img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .our_story_continues .container .elems_wrapper .left_section {
    width: 45%;
    padding: 40px 0px 40px 30px;
  }
  .our_story_continues .container .elems_wrapper .right_section {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .our_story_continues .container .elems_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .our_story_continues .container .elems_wrapper .left_section {
    width: 100%;
    padding: 40px 30px 40px 30px;
  }
  .our_story_continues .container .elems_wrapper .right_section {
    display: none;
    width: 100%;
  }
}

.our_story_content .text_content {
  color: #0D2647;
  line-height: 32px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .our_story_content .text_content {
    width: 100%;
  }
}

.core_values,
.graph_elem_section {
  margin-top: 70px;
  margin-bottom: 50px;
}
.core_values .full_width_container,
.graph_elem_section .full_width_container {
  padding: 50px 100px;
  background-color: #F7F8F9;
}
.core_values .full_width_container .core_values_elems,
.graph_elem_section .full_width_container .core_values_elems {
  margin: 50px 0 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.core_values .full_width_container .core_values_elems li,
.graph_elem_section .full_width_container .core_values_elems li {
  width: 20%;
  border: 1px solid #0D2647;
  background-color: white;
}
.core_values .full_width_container .core_values_elems li .core_value,
.graph_elem_section .full_width_container .core_values_elems li .core_value {
  color: #2b1400;
}
.core_values .container,
.graph_elem_section .container {
  background-color: white;
}
.core_values .container p,
.core_values .container div,
.graph_elem_section .container p,
.graph_elem_section .container div {
  color: #0D2647;
  line-height: 32px;
}
.core_values .container .core_values_elems,
.graph_elem_section .container .core_values_elems {
  max-width: 900px;
  margin: 30px auto 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.core_values .container .core_values_elems li,
.graph_elem_section .container .core_values_elems li {
  width: 20%;
  border: 1px solid #0D2647;
  background-color: #0D2647;
}
.core_values .container .core_values_elems li .core_value,
.graph_elem_section .container .core_values_elems li .core_value {
  color: white;
}
.core_values .full_width_container .section_intro,
.core_values .container .section_intro,
.graph_elem_section .full_width_container .section_intro,
.graph_elem_section .container .section_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.core_values .full_width_container .section_intro .section_title,
.core_values .container .section_intro .section_title,
.graph_elem_section .full_width_container .section_intro .section_title,
.graph_elem_section .container .section_intro .section_title {
  width: 30%;
  font-size: 35px;
  text-transform: uppercase;
  color: #0D2647;
}
.core_values .full_width_container .section_intro p,
.core_values .container .section_intro p,
.graph_elem_section .full_width_container .section_intro p,
.graph_elem_section .container .section_intro p {
  width: 50%;
  color: #0D2647;
  line-height: 32px;
}
.core_values .full_width_container .core_values_elems,
.core_values .container .core_values_elems,
.graph_elem_section .full_width_container .core_values_elems,
.graph_elem_section .container .core_values_elems {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.core_values .full_width_container .core_values_elems li,
.core_values .container .core_values_elems li,
.graph_elem_section .full_width_container .core_values_elems li,
.graph_elem_section .container .core_values_elems li {
  border-radius: 48px;
  margin: 0 13px;
  padding: 45px 35px;
}
.core_values .full_width_container .core_values_elems li:first-of-type,
.core_values .container .core_values_elems li:first-of-type,
.graph_elem_section .full_width_container .core_values_elems li:first-of-type,
.graph_elem_section .container .core_values_elems li:first-of-type {
  margin-left: 0;
}
.core_values .full_width_container .core_values_elems li:last-of-type,
.core_values .container .core_values_elems li:last-of-type,
.graph_elem_section .full_width_container .core_values_elems li:last-of-type,
.graph_elem_section .container .core_values_elems li:last-of-type {
  margin-right: 0;
}
.core_values .full_width_container .core_values_elems li .icon img,
.core_values .container .core_values_elems li .icon img,
.graph_elem_section .full_width_container .core_values_elems li .icon img,
.graph_elem_section .container .core_values_elems li .icon img {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.core_values .full_width_container .core_values_elems li .core_value,
.core_values .container .core_values_elems li .core_value,
.graph_elem_section .full_width_container .core_values_elems li .core_value,
.graph_elem_section .container .core_values_elems li .core_value {
  text-align: center;
  text-transform: uppercase;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  margin-top: 20px;
  font-size: 21px;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .core_values .full_width_container,
.core_values .container,
.graph_elem_section .full_width_container,
.graph_elem_section .container {
    padding: 50px 80px;
  }
  .core_values .full_width_container .section_intro .section_title,
.core_values .container .section_intro .section_title,
.graph_elem_section .full_width_container .section_intro .section_title,
.graph_elem_section .container .section_intro .section_title {
    width: 50%;
  }
  .core_values .full_width_container .core_values_elems,
.core_values .container .core_values_elems,
.graph_elem_section .full_width_container .core_values_elems,
.graph_elem_section .container .core_values_elems {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .core_values .full_width_container .core_values_elems li,
.core_values .container .core_values_elems li,
.graph_elem_section .full_width_container .core_values_elems li,
.graph_elem_section .container .core_values_elems li {
    width: 22%;
    margin-bottom: 20px;
    padding: 45px 25px;
  }
  .core_values .full_width_container .core_values_elems li .icon img,
.core_values .container .core_values_elems li .icon img,
.graph_elem_section .full_width_container .core_values_elems li .icon img,
.graph_elem_section .container .core_values_elems li .icon img {
    width: 100%;
    max-width: 90px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .core_values .full_width_container,
.core_values .container,
.graph_elem_section .full_width_container,
.graph_elem_section .container {
    padding: 50px 50px;
  }
  .core_values .full_width_container .section_intro,
.core_values .container .section_intro,
.graph_elem_section .full_width_container .section_intro,
.graph_elem_section .container .section_intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .core_values .full_width_container .section_intro .section_title,
.core_values .container .section_intro .section_title,
.graph_elem_section .full_width_container .section_intro .section_title,
.graph_elem_section .container .section_intro .section_title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .core_values .full_width_container .section_intro p,
.core_values .container .section_intro p,
.graph_elem_section .full_width_container .section_intro p,
.graph_elem_section .container .section_intro p {
    width: 100%;
    text-align: center;
  }
  .core_values .full_width_container .core_values_elems li,
.core_values .container .core_values_elems li,
.graph_elem_section .full_width_container .core_values_elems li,
.graph_elem_section .container .core_values_elems li {
    width: 29%;
    padding: 45px 15px;
  }
  .core_values .full_width_container .core_values_elems li .icon img,
.core_values .container .core_values_elems li .icon img,
.graph_elem_section .full_width_container .core_values_elems li .icon img,
.graph_elem_section .container .core_values_elems li .icon img {
    width: 100%;
    height: auto;
  }
  .core_values .full_width_container .core_values_elems li .core_value,
.core_values .container .core_values_elems li .core_value,
.graph_elem_section .full_width_container .core_values_elems li .core_value,
.graph_elem_section .container .core_values_elems li .core_value {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .core_values .full_width_container .core_values_elems li,
.core_values .container .core_values_elems li,
.graph_elem_section .full_width_container .core_values_elems li,
.graph_elem_section .container .core_values_elems li {
    width: 40%;
  }
  .core_values .full_width_container .core_values_elems li .icon img,
.core_values .container .core_values_elems li .icon img,
.graph_elem_section .full_width_container .core_values_elems li .icon img,
.graph_elem_section .container .core_values_elems li .icon img {
    max-width: 50px;
  }
  .core_values .full_width_container .core_values_elems li .core_value,
.core_values .container .core_values_elems li .core_value,
.graph_elem_section .full_width_container .core_values_elems li .core_value,
.graph_elem_section .container .core_values_elems li .core_value {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .core_values .full_width_container,
.core_values .container,
.graph_elem_section .full_width_container,
.graph_elem_section .container {
    padding: 50px 25px;
  }
  .core_values .full_width_container .core_values_elems li,
.core_values .container .core_values_elems li,
.graph_elem_section .full_width_container .core_values_elems li,
.graph_elem_section .container .core_values_elems li {
    width: 100%;
  }
  .core_values .full_width_container .core_values_elems li .icon img,
.core_values .container .core_values_elems li .icon img,
.graph_elem_section .full_width_container .core_values_elems li .icon img,
.graph_elem_section .container .core_values_elems li .icon img {
    max-width: 60px;
  }
  .core_values .full_width_container .core_values_elems li .core_value,
.core_values .container .core_values_elems li .core_value,
.graph_elem_section .full_width_container .core_values_elems li .core_value,
.graph_elem_section .container .core_values_elems li .core_value {
    font-size: 19px;
  }
}

.mission_and_purpose {
  overflow: hidden;
  margin-bottom: 80px;
}
.mission_and_purpose .container .elems_wrapper {
  position: relative;
  right: -100px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  background-color: #2b1400;
  color: white;
  padding-left: 250px;
}
.mission_and_purpose .container .elems_wrapper .left_section {
  position: absolute;
  border-radius: 10px;
  left: -180px;
  top: 50%;
  margin-top: -187px;
}
.mission_and_purpose .container .elems_wrapper .left_section img {
  width: 400px;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mission_and_purpose .container .elems_wrapper .right_section {
  padding: 60px 60px 60px 0;
}
.mission_and_purpose .container .elems_wrapper .right_section h2,
.mission_and_purpose .container .elems_wrapper .right_section h3,
.mission_and_purpose .container .elems_wrapper .right_section h4 {
  font-size: 32px;
  margin: 20px 0;
}
.mission_and_purpose .container .elems_wrapper .right_section div,
.mission_and_purpose .container .elems_wrapper .right_section p {
  line-height: 32px;
}
@media (max-width: 1200px) {
  .mission_and_purpose .container .elems_wrapper {
    max-width: 750px;
  }
}
@media (max-width: 992px) {
  .mission_and_purpose .container .elems_wrapper {
    max-width: 100%;
    padding-left: 0;
    right: 0;
  }
  .mission_and_purpose .container .elems_wrapper .left_section {
    width: 100%;
    position: static;
    margin-top: 0;
    padding: 30px 0 0 0;
  }
  .mission_and_purpose .container .elems_wrapper .left_section img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }
  .mission_and_purpose .container .elems_wrapper .right_section {
    width: 100%;
    padding: 0 30px 60px 30px;
    text-align: center;
  }
}

.technology_software_requirements {
  margin: 50px 0 80px 0;
}
.technology_software_requirements .container .section_title,
.technology_software_requirements .container > h2,
.technology_software_requirements .container > h3 {
  text-align: center;
  color: #0D2647;
}
.technology_software_requirements .container .section_title {
  font-size: 56px;
  margin-bottom: 50px;
}
.technology_software_requirements .container .requirements_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.technology_software_requirements .container .requirements_wrapper .left_section,
.technology_software_requirements .container .requirements_wrapper .right_section {
  width: 48%;
}
.technology_software_requirements .container .requirements_wrapper .left_section p,
.technology_software_requirements .container .requirements_wrapper .left_section div,
.technology_software_requirements .container .requirements_wrapper .right_section p,
.technology_software_requirements .container .requirements_wrapper .right_section div {
  color: #0D2647;
  line-height: 32px;
}
.technology_software_requirements .container .requirements_wrapper .left_section h2,
.technology_software_requirements .container .requirements_wrapper .left_section h3,
.technology_software_requirements .container .requirements_wrapper .left_section h4 {
  color: #0D2647;
  margin: 30px 0;
}
.technology_software_requirements .container .requirements_wrapper .right_section h2,
.technology_software_requirements .container .requirements_wrapper .right_section h3,
.technology_software_requirements .container .requirements_wrapper .right_section h4 {
  color: #2b1400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.technology_software_requirements .container .requirements_wrapper .right_section p,
.technology_software_requirements .container .requirements_wrapper .right_section div {
  color: #0D2647;
  line-height: 32px;
}
.technology_software_requirements .container .requirements_wrapper .right_section ul,
.technology_software_requirements .container .requirements_wrapper .right_section ol {
  list-style-type: none;
  margin-bottom: 20px;
}
.technology_software_requirements .container .requirements_wrapper .right_section ul li,
.technology_software_requirements .container .requirements_wrapper .right_section ol li {
  margin: 10px 0;
  color: #0D2647;
}
@media (max-width: 767.98px) {
  .technology_software_requirements .container .requirements_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .technology_software_requirements .container .requirements_wrapper .left_section,
.technology_software_requirements .container .requirements_wrapper .right_section {
    width: 100%;
  }
  .technology_software_requirements .container .requirements_wrapper .left_section {
    margin-bottom: 30px;
  }
}

.success_indicator {
  margin-bottom: 50px;
}
.success_indicator .container {
  border: 1px solid #ECEEF2;
  padding: 20px 0 10px 30px;
}
.success_indicator .container .elems_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.success_indicator .container .elems_wrapper .left_section {
  width: 45%;
}
.success_indicator .container .elems_wrapper .left_section .section_title {
  font-size: 56px;
  color: #0D2647;
}
.success_indicator .container .elems_wrapper .left_section .success_indicator_stats {
  margin-top: 30px;
  list-style-type: none;
}
.success_indicator .container .elems_wrapper .left_section .success_indicator_stats li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.success_indicator .container .elems_wrapper .left_section .success_indicator_stats li .percentage {
  font-size: 36px;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  color: #2b1400;
  width: 80px;
}
.success_indicator .container .elems_wrapper .left_section .success_indicator_stats li .stat_description {
  font-size: 18px;
  font-family: "acumin_prosemibold", sans-serif;
  color: #0D2647;
  text-transform: uppercase;
}
.success_indicator .container .elems_wrapper .left_section .success_indicator_stats li .stat_description .stat_detail {
  display: block;
  font-size: 14px;
  font-family: "acumin_prolight", sans-serif;
  text-transform: capitalize;
}
.success_indicator .container .elems_wrapper .right_section {
  width: 45%;
  position: relative;
}
.success_indicator .container .elems_wrapper .right_section .success_indicator_slider {
  position: relative;
}
.success_indicator .container .elems_wrapper .right_section .success_indicator_slider .slick-arrow {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  color: #0D2647;
  background-color: white;
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  z-index: 2;
  cursor: pointer;
}
.success_indicator .container .elems_wrapper .right_section .success_indicator_slider .slick-arrow.fa-arrow-right {
  right: 10px;
}
.success_indicator .container .elems_wrapper .right_section .success_indicator_slider .slick-arrow.fa-arrow-left {
  left: 10px;
}
.success_indicator .container .elems_wrapper .right_section .success_indicator_slider .success_indicator_slide figure {
  position: relative;
  display: block;
}
.success_indicator .container .elems_wrapper .right_section .success_indicator_slider .success_indicator_slide figure img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.success_indicator .container .elems_wrapper .right_section .success_indicator_slider .success_indicator_slide figure figcaption {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  font-size: 18px;
  color: white;
}
.success_indicator .container .elems_wrapper .right_section .stats_source_detail {
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  margin-right: 10px;
  margin-top: 10px;
}
.success_indicator .container .elems_wrapper .right_section .slider_nav {
  position: absolute;
  left: 30px;
  bottom: 85px;
}
.success_indicator .container .elems_wrapper .right_section .slider_nav .slick-dots {
  text-align: center;
  list-style-type: none;
}
.success_indicator .container .elems_wrapper .right_section .slider_nav .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.success_indicator .container .elems_wrapper .right_section .slider_nav .slick-dots li.slick-active button {
  background-color: white;
}
.success_indicator .container .elems_wrapper .right_section .slider_nav .slick-dots li button {
  border: 0;
  width: 20px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  color: transparent;
  cursor: pointer;
}
@media (max-width: 992px) {
  .success_indicator .container .elems_wrapper .left_section .success_indicator_stats li .percentage {
    font-size: 25px;
  }
  .success_indicator .container .elems_wrapper .left_section .success_indicator_stats li .stat_description {
    font-size: 16px;
  }
  .success_indicator .container .elems_wrapper .left_section .success_indicator_stats li .stat_description .stat_detail {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .success_indicator .container {
    padding: 20px 20px 20px 20px;
  }
  .success_indicator .container .elems_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .success_indicator .container .elems_wrapper .left_section {
    width: 100%;
  }
  .success_indicator .container .elems_wrapper .left_section .success_indicator_stats li .percentage {
    font-size: 25px;
  }
  .success_indicator .container .elems_wrapper .left_section .success_indicator_stats li .stat_description {
    font-size: 16px;
  }
  .success_indicator .container .elems_wrapper .left_section .success_indicator_stats li .stat_description .stat_detail {
    font-size: 13px;
  }
  .success_indicator .container .elems_wrapper .right_section {
    width: 100%;
  }
}