@font-face {
  font-family: 'Roboto Light';
  src: url('./assets/fonts/Roboto-Light.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Regular';
  src: url('./assets/fonts/Roboto-Regular.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Medium';
  src: url('./assets/fonts/Roboto-Medium.ttf');
  font-display: swap;
}


html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

img {
  max-width: 100%;
}

.bullet-list .orange-bullet-list {
  max-width: 78%;
  margin: 15px auto;
}

.bullet-list .orange-bullet-list li {
  text-align: left;
}

.affiliate-program .text {
  text-align: left;
  margin: 0;
}

.affiliate-program .orange-bullet-list {
  margin-top: 0;
}


/* -------------- Popup Video ---------------- */
.popup-overlay {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(0 0 0 / 100%);
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.close-video-icon {
  background-image: url('./assets/close-white-icon.svg');
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  top: 50px;
  right: 50px;
  background-repeat: no-repeat;
}

.close-video-icon:hover {
  cursor: pointer;
}

.popup-overlay.active {
  display: flex;
}

.popup-overlay.popup-pdf object {
  width: 1180px;
  height: 100%;
}

.popup-overlay.popup-pdf .popup-body {
  height: 640px;
  overflow: scroll;
}

.popup-overlay iframe {
  width: 1180px;
  height: 640px;
}

/* -------------- Header ---------------- */

header {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}

.test-header {
  top: 0;
}

nav {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

header nav a:focus {
  outline: 0;
}

#main_menu {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  list-style-type: none;
}

.hidden {
  display: none;
}

.contact-tab {
  color: #fff;
  text-decoration: none;
}

.contact-tab.active {
  color: #FF7900;
}

.first-level {
  margin-left: 45px;
}

nav .first-level-link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 0;
  margin-top: 27px;
}

.first-level:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 72px;
}

.first-level:hover .arrow {
  transform: rotate(180deg);
}

.arrow {
  margin-left: 10px;
  margin-bottom: 5px;
  transition: .5s all;
}

.first-level.active .arrow {
  transform: rotate(180deg);
}

.first-level-link:hover {
  cursor: pointer;
}

.first-level.active .first-level-link {
  color: #FF7900;
}

#main_menu .orange-btn {
  padding: 15px 20px;
}

#open-mobile-menu {
  display: none;
}

#menu {
  width: 77%;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: auto;
  background-color: #fff;
  padding: 20px;
  top: 95px;
  margin-left: -20px;
  list-style-type: none;
  height: auto;
  transition: .4s all ease-in-out;
  display: flex;
  flex-flow: column;
  justify-content: center;
  box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
}

.sub-menu li:last-child a {
  margin-bottom: 0;
}

.sub-menu li:first-child a {
  margin-top: 10px;
}

.sub-menu a {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 26px;
}

.child-sub-level:hover .sub-sub-menu {
  display: block;
}

.sub-menu a:after,
.first-level-link:after {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  background: #FF7900;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.sub-menu a:hover:after,
.first-level-link:hover:after {
  width: 100%;
  left: 0;
}

.sub-menu .active {
  border-bottom: 3px solid #FF7900;
  padding-bottom: 10px;
}

.sub-sub-menu {
  display: none;
  width: auto;
  background-color: #fff;
  padding: 0px 0px 15px 0;
  top: 0;
}

.sub-menu .sub-sub-menu li:first-child a {
  margin-top: 0;
}

.child-sub-level .arrow-down {
  margin-left: 10px;
  margin-bottom: 5px;
}

.sub-sub-menu a {
  font-size: 12px;
  line-height: 20px;
}

.child-sub-level {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}

.child-sub-level a {
  margin-top: 19px;
}

.first-level.active .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 72px;
}

.first-level-link.active {
  color: #FF7900;
}

.v-line {
  width: 1px;
  height: 17px;
  background-color: #979797;
  margin: 0 37px;
}

#second_menu li {
  font-size: 14px;
  list-style-type: none;
  margin-left: 50px;
}

#second_menu {
  display: flex;
  align-items: center;
}

.orange-link {
  font-family: 'Roboto Medium';
  color: #FF7900;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
}

.orange-inline-link {
  font-family: 'Roboto Medium';
  color: #FF7900;
  text-decoration: underline;
}

.story-section .orange-link {
  display: inline;
}

/* -------------- Home Page Body ---------------- */

.home-page .title,
.home-page .subtitle,
.home-page .text {
  text-align: center;
}

.home-page .title {
  max-width: 55%;
}

.half-img {
  max-width: 50%;
}

.hero,
.full-width-banner,
.banner-fit-text {
  position: relative;
}

.full-width-banner {
  max-height: 700px;
  overflow: hidden;
  height: 700px;
}

body .full-width-banner img {
  width: auto;
  height: 100%;
  max-width: unset;
  min-width: 100%;
}

.hero {
  margin-top: 72px;
  max-height: 700px;
  overflow: hidden;
}

.hero.dark-text .hero-content_title,
.hero.dark-text .hero-content_subtitle {
  color: #505050;
}

.hero-img {
  width: 100%;
}

.hero-content,
.full-width-banner_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 1200px;
  left: 0;
  right: 0;
}

.hero-content_title,
.full-width-banner_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 10.5px;
  font-size: 35px;
}

.shadow-text {
  text-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
}

.heroes-carousel .hero-content_subtitle {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}

.hero-content_subtitle {
  font-family: 'Roboto Light';
  color: #fff;
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 24px;
  margin-top: 0;
}

.hero-content_text {
  color: #fff;
  font-family: "Roboto Light";
}

.orange-btn {
  background-color: #FF7900;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 20px;
  line-height: 24px;
  transition: .5s all;
  text-transform: uppercase;
}

.orange-btn:hover {
  background-color: #d76400;
  cursor: pointer;
}

.main-description {
  text-align: center;
  margin: 93px auto;
}

.three-column-text .sub-title {
  text-transform: initial;
  font-size: 22px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
}

.title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  color: #505050;
  font-size: 27.5px;
  letter-spacing: 2.1px;
  line-height: 40px;
  max-width: 78%;
  margin: 0 auto;
}

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

.key-technologies_content--box .orange-bullet-list li p {
  margin: 0;
}

.subtitle {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #505050;
  font-size: 22px;
  letter-spacing: 1.8px;
  line-height: 27px;
  max-width: 78%;
  margin: 25px auto 15px auto;
}

.text {
  font-family: 'Roboto Light';
  color: #505050;
  font-size: 16px;
  line-height: 24px;
  max-width: 78%;
  margin: 15px auto;
  text-align: left;
}

.contact .title,
.contact .subtitle,
.contact .text {
  max-width: 100%;
}

.horizontal-line {
  width: 78%;
  height: 1px;
  background-color: #979797;
  margin: 93px auto;
}

.key-technologies {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 85px;
  margin-bottom: 115px;
}

.key-technologies_content.flotilla {
  width: 100%;
}

.key-technologies_content {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 80%;
  margin-bottom: 50px;
}

.key-technologies_content--box {
  width: 50%;
  margin: 0 10px 0 10px;
}

.external-orange-link {
  color: #FF7900;
  font-weight: bold;
}


.box-image {
  width: 50%;
  margin-right: 70px;
}

.key-technologies .subtitle {
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.key-technologies .text {
  max-width: 100%;
  margin: 20px 0 0;
  text-align: left;
}

.video-container {
  position: relative;
  margin-top: 85px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 78%;
}

.play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.video {
  margin: 0 auto;
  display: table;
  width: 100%;
}

.img-text-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 62%;
  margin: 65px auto 200px auto;
}

.img-text-content .text {
  text-align: left;
  margin-left: 70px;
}

.img-text-content-full {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 70px auto 200px auto;
}

.img-text-content-full .text {
  text-align: left;
  margin-left: 70px;
  margin-right: 0;
  max-width: 56%;
}

.img-row {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
}

.img-row img {
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 120px;
}

.video-btn {
  margin-top: 15px;
  display: inline-block;
}

.full-width-banner_subtitle {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
}

.full-width-banner_text.text {
  max-width: 44%;
  margin: 10px 0 45px 0;
  text-align: left;
}

.full-width-banner_title {
  margin-bottom: 20px;
}

.full-width-banner img,
.banner-fit-img {
  width: 100%;
}

.white-text,
.white-text .text,
.white-text .full-width-banner_title {
  color: #fff;
}

.dark-text,
.dark-text .text,
.dark-text .full-width-banner_title {
  color: #505050;
}

.brochure-content {
  display: flex;
  align-items: center;
  margin: 150px 0;
}

.brochure-content img {
  max-width: 50%;
}

.brochure-content .title,
.brochure-content .text {
  margin: 0;
  text-align: left;
  max-width: 100%;
  margin-bottom: 50px;
}

.brochure-content .title {
  margin-bottom: 15px;
}

.brochure-content_left {
  margin-right: 90px;
}

.image-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 200px;
}

.image-text-container .orange-bullet-list {
  margin-left: 70px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}

.orange-bullet-list .bold {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
}


.image-text-container_content .orange-bullet-list {
  margin-left: 0;
}

.image-text-container .orange-bullet-list.small {
  margin-left: 0;
  font-family: 'Roboto Light';
  font-size: 16px;
}

.image-text-container .orange-bullet-list li {
  margin: 12px 0;
}

.orange-bullet-list {
  list-style-type: none;
  font-size: 16px;
  line-height: 26px;
  padding-left: 0;
  font-family: 'Roboto Light';
  color: #505050;
}

.orange-bullet-list.right-pad {
  padding-right: 70px;
  padding-left: 0;
}

.orange-bullet-list li {
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  flex-flow: row;
}

.orange-bullet-list .list-head::before {
  top: 23px;
}

.bold {
  font-family: 'Roboto Medium';
}

.orange-bullet-list li::before {
  content: '';
  background-image: url('./assets/bullet-orange.svg');
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  background-size: contain;
  margin-right: 15px;
  color: #505050;
  position: relative;
  top: 9px;
  display: inline-table;
}

.image-text-container_content .subtitle,
.image-text-container_content .text,
.image-text-container_content .title {
  max-width: initial;
  text-align: left;
}

.image-text-container_content {
  padding-right: 190px;
  max-width: 40%;
}

.image-text-container_content.left {
  padding-right: 0;
  padding-left: 70px;
}

.all-logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.logo-box.protect {
  background-image: url('./assets/protect-thumb.jpg')
}

.logo-box.care {
  background-image: url('./assets/care-thumb.jpg')
}

.logo-box.active {
  background-image: url('./assets/active-thumb.jpg')
}

.logo-box.active-pro {
  background-image: url('./assets/safetrx-active-pro-thumb.jpg')
}

.logo-box.atlas {
  background-image: url('./assets/atlas-thumb.png')
}

.logo-box.classic {
  background-image: url('./assets/classic-thumb.jpg')
}

.all-logos .logo-box {
  width: 32%;
  height: 385px;
  margin-bottom: 16px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 8px 16px 8px;
  transform: translateY(0);
  transition: .5s all ease-in-out;
  text-decoration: none;
}

.logo-box:hover {
  transform: translateY(-10px);
  box-shadow: 5px 5px 20px 2px rgb(0 0 0 / 20%);
}

.logo-box::before {
  content: '';
  transition: .7s all ease-in-out;
  background-color: rgb(0 0 0 / 0%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo-box:hover::before {
  background-color: rgb(0 0 0 / 38%);
}

.buy-now-bullet a {
  color: #fff;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
}

.buy-now-bullet {
  position: absolute;
  top: 0;
  bottom: 40%;
  margin: auto;
  width: 130px;
  height: 130px;
  background-color: #fe7914;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  right: 17%;
  text-align: center;
}

.buy-now-bullet .ultra-font {
  font-family: "Gotham A", "Gotham B";
  font-weight: 900;
  font-size: 26px;
}

.logo-box .text {
  color: #fff;
  text-align: left;
}

.all-logos .logo-box img {
  max-width: 170px;
  margin-left: 11%;
  margin-top: 11%;
}

.logo-box span {
  margin-left: 11%;
  color: #fff;
  text-decoration: underline;
  font-family: 'Roboto Regular';
}

.text-image-container {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.text-image-container:last-child {
  margin-bottom: 150px;
}

.individual-text {
  margin-top: 90px;
  margin-bottom: 180px;
}

.register-interest.care .hero-fit-content .logo {
  width: 200px;
}

.register-interest.care .hero-fit-content_text.text {
  margin-top: 5px;
}

.register-interest.care .hero-fit-content {
  padding: 20px 20px;
  background-color: rgb(255 255 255 / 80%);
  width: auto;
}

.banner-strip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fe7900;
  z-index: 3;
  text-align: center;
  min-height: 32px;
}

.banner-strip,
.banner-strip a {
  line-height: 32px;
  text-decoration: none;
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
}

.banner-strip b {
  font-family: "Gotham A", "Gotham B";
  font-weight: 800;
}

.banner-strip .underline {
  text-decoration: underline;
}

.test .active-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 auto 140px auto;
}

.test .active-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.active-video {
  width: 100%;
  margin-bottom: 100px;
}

.grey-bg-container.testimonial {
  margin-bottom: 110px;
  margin-top: 100px;
}

.grey-bg-container.testimonial .main-description {
  margin-bottom: 50px;
}

.two-row-logos {
  margin: 40px auto 0 auto;
  display: block;
  max-width: 78%;
}

.testimonial-carousel .thumbnail {
  display: flex;
  align-items: center;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #505050;
  line-height: 28px;
  letter-spacing: 0;
  margin: 90px 0;
}

.horizontal-line.small {
  width: 35%;
}


.table-mobile {
  display: none;
}

.table-footer p {
  margin: 7px 0;
}

.table-footer {
  font-size: 12px;
  color: #505050;
  font-family: 'Roboto Regular';
  margin-bottom: 100px;
  margin-top: 30px;
}

.testimonial-img {
  max-width: 50%;
}

.testimonial-carousel .thumbnail .content {
  margin-left: 70px;
}

.testimonials-messages .col {
  width: 46%;
}

.testimonials-messages {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
}

.testimonials-messages-content p {
  font-family: 'Roboto Light';
  color: #505050;
  font-size: 16px;
  line-height: 24px;
}

.testimonials-messages-content .user-name {
  font-family: "Roboto Regular";
  font-size: 14px;
}

.testimonials-messages-content {
  margin-top: 60px;
}

.user-name {
  font-family: "Roboto Regular";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}

.user-name b {
  font-size: 16px;
}

.orange-text-link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #FF7900;
  text-decoration: underline;
  letter-spacing: 1.8px;
  text-align: center;
  display: block;
}

.slick-next,
.slick-prev {
  z-index: 1 !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background-color: #FF7900 !important;
}

.slick-next {
  right: 0 !important;
  background-image: url('./assets/next-icon.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.slick-prev {
  left: 0 !important;
  background-image: url('./assets/prev-icon.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.slick-list {
  width: 80%;
  margin: 0 auto !important;
}

.heroes-carousel .slick-list {
  width: 100%;
}

.heroes-carousel .slick-dots {
  bottom: 30px;
}

.heroes-carousel .slick-dots li button:before {
  opacity: 1;
  color: white;
}

.heroes-carousel .slick-prev {
  left: 43% !important;
  top: auto;
  bottom: -9px;
  background-color: transparent !important;
}

.heroes-carousel .slick-next {
  right: 43% !important;
  top: auto;
  bottom: -10px;
  background-color: transparent !important;
}

.heroes-carousel .hero {
  height: 700px;
}

.heroes-carousel .hero .hero-img {
  min-height: 100%;
  min-width: 100%;
  max-width: unset;
  width: auto;
}

.banner-fit-text.mb-0 {
  margin-bottom: 0;
}

.banner-fit-text.mb-xs {
  margin-bottom: 50px;
}

.banner-fit-text.mb-s {
  margin-bottom: 90px;
}

.mb-0 {
  margin-bottom: 0;
}

.sub-menu .pb-0 {
  padding-bottom: 0;
}

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

.mt-s {
  margin-top: 30px;
}

.mt-0 {
  margin-top: 0;
}

.text.full-width.mb-0 {
  margin-bottom: 0;
}

/* Rescue Map Page */

#map {
  height: 800px;
  width: 100%;
  margin-top: 72px;
}

.achievements-container {
  font-family: "Gotham A", "Gotham B";
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 90px;
}

.achievement-box {
  background-color: #f2f2f2;
  width: 32%;
  padding: 55px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.achievement-box h2 {
  font-size: 94px;
  font-weight: 900;
  color: #ff7903;
  margin-bottom: 0px;
  margin: 0;
}

.achievement-box h5 {
  font-size: 30px;
  font-weight: 600;
  color: #060606;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
}

.title.mb-30 {
  margin-bottom: 30px;
}

.author-logo {
  max-width: 240px;
  max-height: 85px;
}

.hero-fit-case-study img {
  width: 100%;
}

.story-author .separator {
  width: 2px;
  height: 30px;
  background-color: #000;
  display: block;
  border-radius: 5px;
  margin: 0 20px 0 20px;
}

.story-author .name {
  display: flex;
  flex-flow: column;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Roboto Medium';
}

.story-section.flotilla {
  margin-top: 110px;
  min-height: calc(100vh - 165px - 375px);
}

.story-section.flotilla .text,
.story-section.flotilla .title {
  max-width: 100%;
}

.small-thumb-case-study {
  float: left;
  margin: 0 50px 50px 0;
  width: 450px;
}

.small-thumb-case-study.fit-size {
  width: 300px;
}

.story-author .name .position {
  font-family: 'Roboto Light';
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
}

.story-author {
  display: flex;
  flex-flow: row;
  align-items: center;
  max-width: 78%;
  margin: 15px auto 20px auto;
}

.story-box {
  margin: auto 10px;
  position: relative;
  transition: .4s all;
  overflow: hidden;
  height: 340px;
}

.story-box img {
  height: 100%;
  max-width: unset;
}

.story-box:hover {
  cursor: pointer;
  transform: translate(0, -10px);
}

.story-box p {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 10px;
  font-size: 18px;
  font-family: "Gotham A", "Gotham B";
  z-index: 1;
}

.story-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0, rgb(0 0 0 / 62%) 100%);
}

.stories-carousel {
  padding: 30px 0 80px 0;
}

.stories-carousel .slick-list {
  padding: 10px 0;
  width: 90%;
}

.story-banner {
  max-height: 800px;
  overflow: hidden;
}

.story-banner img {
  width: 100%;
}

.story-section .title {
  margin-top: 45px;
}

.story-section .orange-btn {
  display: table;
  width: 180px;
  text-align: center;
  padding: 12px;
  margin-top: 35px;
  margin-bottom: 45px;
}


/* -------------- Safetrx Products ---------------- */

.hero-fit {
  max-width: 1420px;
  margin: 72px auto 0 auto;
  position: relative;
}

.hero-fit.new-hero-active {
  margin: 72px auto 0 auto;
}

.new-hero-active .hero-fit-content {
  background-color: unset;
  width: 100%;
  box-sizing: border-box;
}

.certify-by {
  margin-bottom: 40px;
  width: 100%;
}

.certify-by img {
  max-width: 60%;
  margin-top: 20px;
}

.certify-by .horizontal-line.small {
  margin: 30px auto 50px auto;
}

.certify-by a {
  text-align: center;
  display: block;
}

.comparison-chart tr:nth-child(4) td:first-child {
  width: 16%;
}

.comparison-chart .top-header {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-size: 18px;
  color: #505050;
  text-align: left;
  padding: 10px 10px;
  border-left: 1px solid grey;
  height: 20px;
}

.comparison-chart .category-header {
  font-family: "Roboto Medium";
  font-weight: 700;
  font-size: 12px;
  color: #505050;
  text-transform: uppercase;
  background-color: #fff;
  height: 40px;
  vertical-align: bottom;
  border-right: 0 !important;
  padding-bottom: 10px;
}

.comparison-chart {
  border-spacing: 0;
}

.comparison-chart .header {
  font-family: 'Roboto Medium';
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  vertical-align: top;
  border: 1px solid #fe7914;
  padding: 10px;
}

.comparison-chart tr td {
  width: 8.5%;
  height: 38px;
  font-family: 'Roboto Regular';
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  color: #505050;
  border-right: 1px solid #D8D8D8;
}

.comparison-chart.only-mobile {
  display: none;
}

.comparison-chart tr.category-header-row td,
.comparison-chart tr.category-header-row td:nth-child(5),
.comparison-chart tr.category-header-row td:nth-child(7) {
  border-right: 0;
}

.comparison-chart tr.category-header-row td {
  background-color: #fff;
}

.comparison-chart tr td:first-child,
.comparison-chart tr td:nth-child(5),
.comparison-chart tr td:nth-child(7) {
  border-right: 1px solid grey;
}

.comparison-chart tr td:first-child,
.comparison-chart tr td:nth-child(5),
.comparison-chart tr td:nth-child(7) {
  border-right: 1px solid grey;
}

.comparison-chart tr:nth-child(2n) {
  background-color: #F3F3F3;
}

.comparison-chart tr:nth-child(2) {
  background-color: #FF7900;
  color: #FFFFFF;
}

.subscriptions-table tr td:first-child {
  background-color: #FF7900;
  color: #fff;
  position: sticky;
  left: 0;
  width: 215px;
}

.subscriptions-table tr th:first-child {
  position: sticky;
  left: 0;
}

.subscriptions-table {
  width: 100%;
  text-align: left;
  overflow-x: scroll;
  display: table;
}

.subscriptions-table th {
  font-family: "Gotham A", "Gotham B";
  font-weight: 600;
  font-size: 14px;
  color: #505050;
  white-space: nowrap;
  padding-right: 20px;
  background-color: #fff;
}

.subscription-faq-content {
  position: relative;
  max-width: 65%;
  margin: 20px auto 0 auto;
}

.subscription-costs .technology-info {
  align-items: flex-start;
}

.subscription-faq .title {
  margin-bottom: 50px;
}

.subscription-faq {
  margin-bottom: 100px;
}

.subscription-faq .question {
  position: relative;
  background: #505050;
  color: #fff;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 600;
  padding-right: 50px;
}

.subscription-faq .answers {
  width: 100% !important;
  font-family: 'Roboto Regular';
  height: 0;
  border: 1px solid #505050;
  font-size: 14px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-sizing: border-box;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.subscription-faq .questions:checked~.question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.subscription-faq .questions:checked~.answers {
  height: auto;
  opacity: 1;
  padding: 20px;
}

#close-pdf-icon {
  top: 20px;
  right: 20px;
}

.popup-overlay.popup-pdf {
  background-color: rgb(0 0 0 / 100%);
}

.new-tab {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.subscription-faq .plus {
  position: absolute;
  color: #fff;
  top: 6px;
  right: 20px;
  z-index: 1;
  font-size: 40px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}

.subscription-faq .questions:checked~.plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.subscription-faq .questions {
  display: none;
}

.free-month {
  margin: 100px 0;
}

.free-month .title {
  margin-bottom: 50px;
}

.group-btns-container {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-top: 50px;
}

.group-btns-container .orange-btn {
  width: 330px;
  padding: 16px 18px;
  margin: 0 30px;
}

.group-btns-container .orange-btn p {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.group-btns-container .orange-btn span {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.subscriptions-table tr td p {
  font-family: 'Roboto Medium';
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
}

.subscriptions-table tr td span {
  font-family: 'Roboto Light';
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}

.subscriptions-table tr td {
  padding: 10px;
  white-space: nowrap;
}

.subscriptions-table tr:nth-child(2n) {
  background-color: rgb(0 0 0 / 5%);
}

.new-hero-active .hero-fit-content_text.text {
  font-family: "Gotham A", "Gotham B";
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 27.5px;
  letter-spacing: 2.1px;
  margin-top: 210px;
}

.new-hero-active .hero-fit-content .logo {
  margin-top: 80px;
}

.suported-by img {
  margin: 20px 20px 0 20px;
}

.suported-by img:first-child {
  width: 115px;
}

.suported-by img:last-child {
  width: 130px;
}

.new-hero-active .hero-fit-content .logo {
  width: 310px;
}

.suported-by {
  font-family: "Gotham A", "Gotham B";
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2.1px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 50px;
}

.hero-fit-case-study {
  max-width: 1420px;
  margin: 70px auto 0 auto;
  position: relative;
  max-height: 600px;
  overflow: hidden;
}

.active-pro .image-text-container {
  margin-bottom: 100px;
}

.active-pro .banner-fit-text {
  margin: 0 auto 100px auto;
}

.register-interest .hero-fit {
  max-height: 320px;
  overflow: hidden;
}

.register-interest.care .hero-fit {
  max-height: 580px;
  overflow: hidden;
}

.register-interest.care h2.ultra-title {
  margin-top: 0;
}

.register-interest-form .text,
.register-interest-form h2 {
  text-align: center;
  max-width: 100%;
}

.register-interest-form.register-interest-form-active {
  padding: 0;
  overflow: hidden;
}

.register-interest-form.register-interest-form-active h2.ultra-title {
  padding-top: 25px;
  margin-bottom: 0;
}

.register-interest-form.register-interest-form-active iframe {
  width: 100%;
  height: 100%;
}

.register-interest-form.register-interest-form-active .soundest-solution {
  display: none !important;
}

.register-interest-form-active .box {
  border: 0;
}

.register-interest-form-active .content {
  padding-top: 0 !important;
}

.register-interest .banner-fit-text {
  margin: 0 auto 80px auto;
  max-height: 450px;
  overflow: hidden;
}

h2.ultra-title {
  font-family: "Gotham A", "Gotham B";
  font-weight: 900;
  text-transform: uppercase;
  color: #505050;
  letter-spacing: 2.5px;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}

.register-interest .two-columns {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin: 100px auto;
  padding: 0 30px;
}

.user-testimonial-details img {
  max-width: 150px;
  max-height: 70px;

}

.text.full-width {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 35px;
}

.action-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.testimonials-flotilla-carousel {
  font-family: 'Roboto Regular';
  margin-top: 50px;
}

.testimonials-flotilla-carousel .heading-text {
  line-height: 1.6;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #505050;
  font-size: 22px;
  position: relative;
  margin: 0 32px 0 54px;
}

.left-quote {
  left: -36px;
  position: absolute;
  top: 0;
  width: 22px;
  opacity: .76;
}

.right-quote {
  right: -20px;
  position: absolute;
  bottom: 0;
  width: 22px;
  opacity: .76;
}

.user-testimonial-details {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding-left: 52px;
}

.user-testimonial-details .name-position .name {
  margin-bottom: 0;
  font-family: 'Roboto Medium';
}

.user-testimonial-details .name-position {
  margin-left: 10px;
}

.user-testimonial-details .name-position .position {
  margin-top: 5px;
}

.action-container .orange-btn {
  margin-top: 40px;
}

.action-container .horizontal-line {
  width: 45%;
  margin: 40px auto 80px auto;
}

.action-container .orange-text-link {
  margin-top: 20px;
}

.tick-el img {
  width: 18px;
  margin-right: 10px;
}

.tick-el {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.tick-el p {
  font-family: 'Roboto Light';
  color: #505050;
  font-size: 16px;
  line-height: 24px;
  margin: 6px;
}

.safetrx-active-werable {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  width: 60%;
}

.register-interest-form {
  width: 50%;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
  padding: 30px;
  border: 1px solid #e5e5e5;
}

.hero-fit-content {
  background-color: rgb(255 255 255 / 90%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 45%;
  padding: 40px 0;
}

.hero-fit-content .logo {
  width: 250px
}

.hero-fit-content_text.text {
  margin-bottom: 0;
  margin-top: 20px;
  font-family: 'Roboto Regular';
}

.banner-fit-text_content {
  background-color: rgb(255 255 255 / 90%);
  position: absolute;
  top: 50%;
  left: 45%;
  padding: 50px 0 40px 0;
  margin: auto;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 47%;
}

.banner-fit-text .banner-fit-text_content .title {
  margin-top: 0;
}

.banner-fit-text_content.left {
  left: 7%;
}

.banner-fit-text_content .title,
.banner-fit-text_content .text {
  max-width: 80%;
  text-align: left;
  margin: 15px 70px 0 70px;
}

.banner-fit-text {
  max-width: 1420px;
  margin: 0 auto 140px auto;
  position: relative;
}

.features_content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 70%;
  margin: 85px auto 115px auto;
}

.features_content--box {
  margin: 0px 54px 30px 54px;
  display: flex;
  flex-flow: row;
  align-items: center;
}

.feature-icon {
  max-height: 75px;
  margin: 0 auto;
  display: block;
  margin-right: 35px;
}

.feature-subtitle {
  text-align: left;
  max-width: 100%;
}

.privacy-policy h4 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #404040;
}

.privacy-policy p,
.privacy-policy {
  font-family: 'Roboto Light';
  color: #505050;
}

.all-products {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}

.product-box {
  position: relative;
  width: 49%;
  margin-bottom: 20px;
  transform: translateY(0);
  transition: .5s all ease-in-out;
}

.product-box:hover {
  transform: translateY(-10px);
  box-shadow: 5px 5px 20px 2px rgb(0 0 0 / 20%);
}

.product-box::before {
  content: '';
  transition: .7s all ease-in-out;
  background-color: rgb(0 0 0 / 0%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-box:hover::before {
  background-color: rgb(0 0 0 / 38%);
}

.product-content {
  position: absolute;
  top: 40px;
  left: 45px;
  max-width: 48%;
}

.product-box img {
  width: 100%;
}

.product-content .title,
.product-content .text {
  color: #fff;
  max-width: initial;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}

.partners_content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 90px;
}

.partners_content--box .subtitle {
  text-align: center;
}

.partners_content--box {
  width: 30%;
  margin-bottom: 40px;
}

.partners_content--box .image {
  max-height: 190px;
  max-width: 270px;
  margin: 0 auto;
  display: block;
}

.double-thumbnail {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 100px;
}

.thumbnail {
  width: 49%;
}

.thumbnail .subtitle,
.thumbnail .text {
  text-align: left;
  max-width: 100%;
}

.thumbnail img {
  width: 100%;
}

.three-column-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 145px;
}

.three-column-text .col {
  width: 28%;
}

.three-column-text .col:first-child {
  width: 37%;
}

.three-column-text .orange-bullet-list {
  padding: 0;
}

.three-column-text .text,
.three-column-text .subtitle {
  max-width: 100%;
  text-align: left;
}

.grey-line-list li::before {
  content: "-";
  padding-right: 5px;
}

.grey-line-list {
  padding: 0;
  list-style-type: none;
  font-family: 'Roboto Light';
  color: #505050;
  font-size: 16px;
  line-height: 24px;
}

.grey-line-list li {
  margin: 15px 0;
}

.three-column-text .col img {
  width: 68%;
}

.grey-bg-container {
  background-color: #F9F9F9;
  padding: 1px 0;
}

.mt {
  margin-top: 95px;
}

.mt-x {
  margin-top: 145px;
}

.one-img {
  margin: 70px auto 0 auto;
  text-align: center;
  display: block;
  max-width: 80%;

}

.how-to-container .active-video {
  margin: 0 auto 80px auto;
}

.how-to-container .orange-btn {
  margin: 0 auto 140px auto;
  display: table;
  padding: 15px 80px;
}

.how-it-works .img-text-content-full {
  margin: 50px auto 50px auto;
  width: 100%;
}

.three-column-text .title {
  width: 100%;
  text-align: left;
  max-width: 100%;
}

.how-it-works .img-text-content-full .text {
  margin: 0;
}

.how-it-works .image-text-container_content {
  padding-left: 70px;
  padding-right: 0;
}

.graphic-scheme {
  margin-top: 70px;
}

.contact-form {
  width: 56%;
  margin: 120px auto;
  display: block;
}

.contact-form .title,
.contact-form .text {
  text-align: center;
}

.main-contact-info,
.contact-our-crew {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.main-contact-info .box {
  width: 20%;
}

.contact-our-crew .box {
  width: 31.5%;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #979797;
  transform: translateY(0);
  transition: .5s all ease-in-out;
  box-shadow: 5px 5px 20px 2px rgb(0 0 0 / 0%);
  text-decoration: none;
}

.contact-our-crew .box:hover {
  transform: translateY(-10px);
  box-shadow: 5px 5px 20px 2px rgb(0 0 0 / 20%);
}

.contact-our-crew .box .subtitle {
  max-width: 100%;
  letter-spacing: 0;
  text-align: center;
}

.contact-our-crew .text {
  text-align: center;
}

.main-contact-info .box .text {
  max-width: 100%;
}

.hero-article-container {
  width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 30%;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}

.hero-article-container .orange-btn {
  margin-top: 40px;
  display: table;
}

.main-contact-info .subtitle,
.main-contact-info .text {
  text-align: left;
}

.hero-article-container .hero-content_text {
  line-height: 27px;
}

.hero-article-container .hero-content_subtitle {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.technology-info {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin: 110px 0 100px 0;
}

.technology-info .box {
  width: 26%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0 40px;
}

.technology-info .box img {
  width: 100px;
  margin-bottom: 20px;
}

.technology-info .box .text {
  text-align: center;
}

.full-blog-content {
  width: 40%;
}

.blog {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 90px;
}

.side-bar {
  width: 20%;
}

.blog-list {
  width: 73%;
}

.blog-date,
.year-heading {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 5px;
}

.recent-post {
  font-family: "Roboto Medium";
  display: block;
  margin-bottom: 20px;
  color: #505050;
  line-height: 24px;
  text-decoration: none;
  transition: .5s all;
}

.recent-post:hover,
.archived-month-content:hover {
  color: #FF7900;
}

.archived-month-content {
  font-family: "Roboto Light";
  color: #505050;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}

.archived-month-content p {
  margin: 5px 0;
  pointer-events: none;
}

.blog .subtitle {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 2.3px;
  color: #505050;
  max-width: 100%;
  text-align: left;
  margin-bottom: 30px;
  line-height: 38px;
}

.blog-2-columns_content {
  display: flex;
  align-items: center;
}

.blog-2-columns_content-text {
  margin-left: 70px;
}

.blog-2-columns_content-text,
.blog-one-column_content {
  font-family: "Roboto Light";
  line-height: 24px;
  color: #505050;
}

.blog-one-column_content img {
  width: 100%;
  margin-bottom: 40px;
}

.archived-year-content {
  display: none;
}

.year-heading:hover,
.archived-month-content:hover {
  cursor: pointer;
}

.year-heading.active {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
}

.separator-blog {
  width: 100%;
  height: 1px;
  background-color: #979797;
  margin-top: 95px;
  margin-bottom: 50px;
}

.faqs-widget {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin: 70px auto 90px auto;
}

.faqs-widget a {
  font-family: 'Roboto Regular';
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  color: #ff7900;
  display: flex;
  align-items: center;
}

.faqs-widget a img {
  margin-right: 10px;
}

.faq-btn.orange-btn {
  display: table;
  margin: 0 auto 60px auto;
  padding: 15px 80px;
}

.next-page {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  color: #FF7900;
  font-size: 22px;
  text-decoration: underline;
  text-align: right;
  display: block;
}

.faq-content .question {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  color: #FF7900;
  font-size: 18px;
}

.faq-content .answer {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #505050;
}

.faq-content .response {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.faq-content {
  margin-top: 70px;
}

.answer .orange-bullet-list {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0;
}

.answer .orange-bullet-list li {
  margin: 8px 0;
}

.article-detail-content p {
  font-family: 'Roboto Light';
  color: #505050;
  font-size: 16px;
  line-height: 24px;
}

.blog-iframe .post-title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  color: #505050;
  font-size: 28px;
  text-transform: uppercase;

}

.orange-bullet-list .list-head p {
  width: 100%;
}

.call-to-action-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 120px;
}

.call-to-action-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 50%;
  margin: 0px 3%;
}

.call-to-action-box img {
  width: 550px;
}

.call-to-action-box .title {
  margin-top: 40px;
  text-align: center;
}

.call-to-action-box .text {
  text-align: center;
  max-width: 92%;
  min-height: 96px;
}

.call-to-action-box .orange-btn {
  padding: 15px 20px;
  min-width: 300px;
  text-align: center;
  margin-top: 20px;
}

.active-page .main-description .text,
.active-page .main-description .title {
  text-align: center;
}

.active-review-carousel {
  margin-top: 60px;
  margin-bottom: 100px;
}

.active-review-carousel .heading-text {
  font-size: 20px;
  line-height: 32px;
}

.active-review-carousel .name-position {
  margin-left: 0;
}

.three-boxes-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 100px;
}

.three-boxes-container .single-box {
  width: 30%;
  text-align: center;
}

.three-boxes-container .single-box .title {
  text-align: center;
  margin-top: 30px;
}

.three-boxes-container .single-box .text {
  max-width: 86%;
  text-align: center;
}

.active-page .all-products {
  margin-top: 100px;
}

.active-page .full-width-banner_subtitle {
  width: 43%;
}

/* -------------- Footer ---------------- */

footer {
  background-color: #000;
  color: #fff;
}

footer .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.full-width {
  width: 100%;
  margin-top: 110px;
}

footer a,
footer p,
footer h3 {
  color: #fff;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
}

footer .logo p {
  line-height: 20px;
}

footer h3 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 12px;
}

.col,
footer .logo {
  margin-top: 30px;
}

.col h3 {
  margin-top: 0;
}

.col-5 a {
  margin-right: 12px;
}

.contact-form .hbspt-form {
  margin-top: 50px;
}

.contact-form .hbspt-form iframe {
  width: 100%;
}

.licensee-logos {
  max-width: 940px;
  background-color: #D8D8D8;
  margin: 30px auto;
  text-align: center;
  padding: 50px 0;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
}

.full-height-separator {
  width: 1px;
  background-color: #cccccc;
  height: auto;
  margin: 0 60px;
}

/* -------------- Responsive ---------------- */

@media screen and (max-width: 1270px) {
  .register-interest-form.register-interest-form-active {
    height: 750px;
  }
}

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

  .hero-content,
  .full-width-banner_content {
    margin: 0 20px;
    width: 100%;
  }

  .hero-article-container {
    width: 80%;
    top: 13%;
  }

  .new-hero-active .hero-fit-content .logo {
    margin-top: 40px;
  }

  .full-blog-content {
    width: 58%;
  }

  .active-pro .banner-fit-text_content {
    width: 50%;
  }

  .heroes-carousel .slick-next {
    right: 40% !important;
  }

  .heroes-carousel .slick-prev {
    left: 40% !important;
  }

  .heroes-carousel .hero .hero-img {
    position: relative;
    right: 20%;
  }

  .all-logos .logo-box {
    width: 30%;
    height: 280px;
    background-size: cover;
    margin: 8px 8px;
  }

  .img-row img {
    margin-right: 12px;
    max-width: 112px;
  }
}

@media screen and (max-width: 1180px) {
  .container {
    margin: 0 16px;
  }

  nav .first-level-link {
    font-size: 14px;
  }

  .sub-menu a {
    font-size: 14px;
  }

  .new-hero-active .hero-fit-content .logo {
    margin-top: 0;
  }

  #second_menu li {
    margin-left: 30px;
  }

  .first-level {
    margin-left: 28px;
  }

  #main_menu .orange-btn {
    padding: 12px 12px;
    font-size: 14px;
  }

  .popup-overlay.popup-pdf object {
    width: 992px;
    height: 100%;
  }

  .popup-overlay.popup-pdf .popup-body {
    height: 550px;
    overflow: scroll;
  }

  .popup-overlay iframe {
    width: 992px;
    height: 550px;
  }

  .achievement-box h2 {
    font-size: 72px;
  }

  .achievement-box h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  #open-mobile-menu input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }

  .buy-now-bullet {
    width: 110px;
    height: 110px;
    right: 10%;
  }

  .buy-now-bullet .ultra-font {
    font-size: 20px;
  }

  .comparison-chart {
    width: 100%;
    text-align: left;
    overflow-x: scroll;
    display: none;
  }

  .register-interest-form.register-interest-form-active {
    height: 780px;
    box-shadow: unset;
  }

  .comparison-chart.only-mobile {
    display: block;
    margin-bottom: 40px;
  }

  .comparison-chart tr:nth-child(4) td:first-child {
    min-width: 170px;
  }

  .comparison-chart .top-header:nth-child(2n) {
    background-color: #cecece;
  }

  .comparison-chart tr td:first-child {
    position: sticky;
    left: 0;
  }

  .comparison-chart tr:nth-child(2n) td:first-child {
    background-color: #f3f3f3;
  }

  .comparison-chart tr.category-header-row td.category-header {
    background-color: #fff;
  }

  .comparison-chart tr td:first-child {
    background-color: #fff;
  }

  .comparison-chart tr td {
    min-width: 80px;
  }

  .table-mobile {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #bdbbbc;
  }

  .popup-overlay.popup-pdf object {
    width: 688px;
    height: 100%;
  }

  .popup-overlay.popup-pdf .popup-body {
    height: 385px;
    overflow: scroll;
  }

  .popup-overlay iframe {
    width: 688px;
    height: 385px;
  }

  .close-video-icon {
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
  }

  .banner-strip a {
    font-size: 14px;
  }

  .faqs-widget {
    flex-flow: column;
  }

  .faqs-widget a {
    margin-bottom: 20px;
  }

  .how-to-container .orange-btn {
    margin: 0 auto 70px auto;
  }

  .how-to-container .active-video {
    margin: 0 auto 40px auto;
  }

  .grey-bg-container.testimonial .main-description {
    margin-bottom: 20px;
  }

  .grey-bg-container.testimonial {
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .new-hero-active .hero-fit-content_text.text {
    margin-top: 14vw;
    font-size: 25px;
  }

  .active-review-carousel {
    margin-top: 15px;
    margin-bottom: 50px;
  }

  .active-pro .banner-fit-text_content {
    width: 100%;
  }

  .register-interest .two-columns {
    flex-flow: column;
    margin: 50px auto;
  }

  .register-interest .banner-fit-text {
    max-height: unset;
    margin: 0 auto 40px auto;
  }

  .register-interest-form {
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
  }

  .register-interest .action-container .title {
    text-align: center;
  }

  .safetrx-active-werable {
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .active-page h2.title br {
    display: none;
  }

  .heroes-carousel .hero .hero-img {
    right: 40%;
  }

  #main_menu .orange-btn {
    margin: 20px;
    display: block;
    text-align: center;
  }

  .heroes-carousel .slick-next {
    right: 37% !important;
  }

  .heroes-carousel .slick-prev {
    left: 37% !important;
  }

  .achievement-box h2 {
    font-size: 56px;
  }

  .achievement-box h5 {
    font-size: 18px;
  }

  .achievement-box {
    padding: 33px 0;
  }

  #open-mobile-menu span {
    display: block;
    width: 33px;
    height: 2px;
    margin-bottom: 8px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
  }

  #open-mobile-menu span.two {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  #open-mobile-menu span.one {
    transform-origin: 0 0%;
  }

  #open-mobile-menu input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }

  #open-mobile-menu input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-1px, -1px);
    background: #fff;
  }

  #open-mobile-menu input:checked~span.two {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #open-mobile-menu input:checked~span.three {
    transform: rotate(-45deg) translate(-2px, -2px);
  }

  #open-mobile-menu {
    display: block;
    position: relative;
    margin-left: 35px;
    top: 4px;
  }

  .sub-menu {
    margin-left: 0;
    position: relative;
    top: 0;
    height: auto;
    display: none;
  }

  .sub-sub-menu {
    padding-left: 0;
    display: block;
    position: inherit;
    box-shadow: unset;
    padding: 0px 0px 10px;
  }

  .first-level.active .sub-menu {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 20px;
    top: 0;
  }

  .sub-menu .v-line {
    display: none;
  }

  .child-sub-level {
    align-items: flex-start;
    flex-flow: column;
  }

  .sub-menu a {
    margin: 8px 0;
    display: block;
  }

  .first-level {
    margin-left: 0;
  }

  .brochure-content img {
    max-width: 80%;
  }

  .hero-article-container {
    position: initial;
  }

  .hero-article-container .hero-content_title,
  .hero-article-container .hero-content_subtitle,
  .hero-article-container .hero-content_text {
    color: #505050;
  }

  .full-blog-content {
    width: 100%;
  }

  nav .first-level-link {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    border-bottom: 1px solid rgb(128 128 128 / 37%);
    min-height: 50px;
    padding-bottom: 0;
  }

  #main_menu {
    padding: 0;
    flex-flow: column;
    justify-content: flex-start;
    margin: 0;
  }

  #second_menu {
    margin: 0;
    padding: 0;
    flex-flow: column;
  }

  #second_menu li {
    margin-left: 20px;
    min-height: 50px;
    border-bottom: 1px solid rgb(128 128 128 / 37%);
    width: calc(100% - 40px);
    margin-right: 20px;
    display: flex;
    align-items: center;
  }

  #menu {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    visibility: hidden;
    opacity: 0;
    list-style-type: none;
    position: absolute;
    background-color: #000;
    left: -16px;
    right: 0;
    border-top: 2px solid #ff9800;
    width: calc(100% + 32px);
    bottom: 0;
    height: 100vh;
    top: 300px;
    transition: .3s all ease-in-out;
  }

  #menu.open {
    top: 72px;
    z-index: 1;
    visibility: visible;
    opacity: 1;
  }

  .arrow {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 15px;
  }

  .logo {
    width: 100%;
  }

  .hero-content_title,
  .full-width-banner_title {
    letter-spacing: 7.5px;
    font-size: 28px;
  }

  .subtitle,
  .three-column-text .sub-title {
    font-size: 18px;
    letter-spacing: .8px;
    line-height: 25px;
  }

  .full-width-banner {
    height: 550px;
  }

  .orange-btn {
    font-size: 14px;
  }

  .title {
    font-size: 22px;
    letter-spacing: 1.3px;
    line-height: 33px;
  }

  .text {
    font-size: 14px;
    line-height: 22px;
  }

  .main-description,
  .horizontal-line {
    margin: 60px auto;
  }

  .key-technologies {
    margin-top: 55px;
    margin-bottom: 70px;
  }

  .key-technologies_content {
    display: flex;
    flex-flow: column;
  }

  .box-image {
    width: 70%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .img-text-content-full .text {
    margin-left: 0;
    max-width: 70%;
  }

  .all-logos .logo-box {
    width: 47%;
  }

  .key-technologies_content--box {
    margin: 0 10px 40px 10px;
    width: 70%;
  }

  .video-container {
    margin-top: 55px;
  }

  .img-text-content {
    max-width: 100%;
    margin: 65px auto 110px auto;
  }

  .img-text-content-full {
    flex-flow: row wrap;
    margin: 70px auto 110px auto;
  }

  .img-row {
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }

  .full-width-banner_subtitle {
    font-size: 22px;
  }

  .full-width-banner_text.text {
    max-width: 60%;
    margin: 10px 0 30px 0;
  }

  .image-text-container .orange-bullet-list {
    margin-left: 0;
    font-size: 18px;
  }

  .orange-bullet-list {
    font-size: 18px;
  }

  .full-width-banner img {
    width: auto;
    height: 100%;
    object-fit: contain;
    max-width: initial;
    ;
  }

  .brochure-content {
    margin: 90px 0;
    flex-flow: row wrap;
    justify-content: center;
  }

  .brochure-content_left {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .banner-fit-text {
    margin-bottom: 70px;
  }

  .active-pro .banner-fit-text {
    margin: 0 auto 70px auto;
  }

  .banner-fit-text_content {
    position: initial;
    transform: unset;
    width: 100%;
  }

  .active-pro .image-text-container {
    margin-bottom: 60px;
  }

  .image-text-container {
    margin-top: 70px;
    flex-flow: row wrap;
    margin-bottom: 90px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-text-container_content.left {
    padding-left: 0;
  }

  .image-text-container img {
    margin: 0 auto;
  }

  .text-image-container {
    margin-top: 70px;
    width: 70%;
    margin: 40px auto;
    flex-flow: row wrap;
  }

  .image-text-container_content {
    padding-right: 0;
    max-width: 100%;
  }

  .how-it-works .image-text-container_content {
    padding-left: 0;
  }

  .text-image-container:last-child {
    margin-bottom: 90px;
  }

  .orange-bullet-list {
    padding-left: 0;
    font-size: 18px;
  }

  .affiliate-program .orange-bullet-list,
  .bullet-list .orange-bullet-list {
    font-size: 15px;
  }

  .features_content {
    margin-bottom: 80px;
    width: 100%;
  }

  .contact-form {
    width: 70%;
    margin: 55px auto;
  }

  .mt {
    margin-top: 70px;
  }

  .mt-x {
    margin-top: 100px;
  }

  .individual-text {
    margin-top: 70px;
    margin-bottom: 100px;
  }

  .three-column-text {
    flex-flow: row wrap;
  }

  .three-column-text .col:first-child {
    width: 33%;
  }

  .three-column-text {
    padding-bottom: 95px;
  }

  .testimonial-carousel .thumbnail .content {
    margin-left: 0;
  }

  .testimonial-carousel .thumbnail {
    flex-flow: column;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin: 50px 0;
  }

  .orange-text-link {
    font-size: 20px;
  }

  .hero-article-container {
    width: 80%;
    margin-bottom: 35px;
  }

  .blog {
    flex-flow: row wrap;
  }

  .blog-list,
  .side-bar {
    width: 100%;
  }

  .archived-articles {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .all-products {
    margin-bottom: 90px;
  }

  .partners_content--box .image {
    max-height: 150px;
    max-width: 100%;
  }
}

@media screen and (max-width: 815px) {
  .img-text-content-full .text {
    max-width: 100%;
  }

  .call-to-action-box .orange-btn {
    min-width: 85%;
  }

  .new-hero-active .hero-fit-content_text.text {
    margin-top: 6vw;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
  }

  .buy-now-bullet {
    right: 10%;
    bottom: 35%;
  }
}

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

  .banner-strip a,
  .banner-strip {
    line-height: 24px;
  }
}

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

  .buy-now-bullet {
    font-size: 14px;
    width: 90px;
    height: 90px;
    right: 1%;
    bottom: -14%;
  }

  .buy-now-bullet .ultra-font {
    font-size: 16px;
  }

  .certify-by img {
    max-width: 90%;
  }

  .col {
    width: 50%;
  }

  .flotilla .story-author {
    max-width: 100%;
  }

  .suported-by {
    margin-top: 70px;
  }

  .suported-by img:first-child {
    width: 80px;
  }

  .register-interest-form.register-interest-form-active {
    height: 760px;
  }

  .suported-by img:last-child {
    width: 100px;
  }

  .hero-fit.new-hero-active {
    height: 390px;
  }

  .subscription-faq-content {
    max-width: 100%;
  }

  .group-btns-container {
    flex-flow: column;
    align-items: center;
  }

  .group-btns-container .orange-btn {
    margin: 15px 30px;
    padding: 10px 18px;
  }

  .new-hero-active .hero-fit-content .logo {
    width: 200px;
  }

  .subscriptions-table {
    display: block;
  }

  .small-thumb-case-study {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .table-comparison {
    overflow-x: scroll;
    width: 100%;
  }

  .table-mobile {
    max-width: 200%;
  }

  .small-thumb-case-study.fit-size {
    width: 100%;
  }

  .new-hero-active .hero-fit-content_text.text {
    max-width: 300px;
  }

  .how-to-container .orange-btn {
    display: table;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 15px;
  }

  .achievement-box {
    width: 100%;
    padding: 45px 0;
    margin-bottom: 15px;
  }

  .faqs-widget {
    margin: 40px auto 35px auto;
  }

  .faqs-widget a {
    font-size: 18px;
    text-align: left;
  }

  .testimonials-flotilla-carousel .heading-text {
    margin: 0 30px 0 30px;
    font-size: 18px;
  }

  .faq-btn.orange-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .left-quote {
    left: -29px;
    width: 21px;
  }

  .right-quote {
    right: -29px;
    width: 21px;
  }

  .user-testimonial-details {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 30px;
  }

  .user-testimonial-details .name-position {
    margin-left: 0;
  }

  .call-to-action-container {
    flex-flow: column;
    margin-bottom: 60px;
  }

  .video-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .popup-overlay.popup-pdf object {
    width: 430px;
    height: auto;
  }

  .popup-overlay.popup-pdf .popup-body {
    height: 400px;
    overflow: scroll;
  }

  .popup-overlay iframe {
    width: 430px;
    height: 285px;
  }

  .call-to-action-box {
    width: 96%;
    margin: 3% 3%;
  }

  .call-to-action-box .orange-btn {
    min-width: 90%;
  }

  .call-to-action-box img {
    width: 100%;
  }

  .call-to-action-box .text {
    min-height: auto;
  }

  .three-boxes-container {
    flex-flow: column;
  }

  .active-page .full-width-banner_subtitle {
    width: 90%;
  }

  .three-boxes-container .single-box {
    width: 100%;
  }

  #map {
    height: calc(100vh - 200px);
  }

  .story-section .orange-btn {
    box-sizing: border-box;
    width: 100%;
  }

  .achievements-container {
    flex-flow: column;
    justify-content: center;
  }


  .hero-content_title,
  .full-width-banner_title {
    letter-spacing: 4.5px;
    font-size: 22px;
  }

  .story-box img {
    width: 100%;
  }

  .heroes-carousel .slick-prev {
    left: 32% !important;
  }

  .heroes-carousel .slick-next {
    right: 32% !important;
  }

  .hero {
    height: 325px;
  }

  .heroes-carousel .hero .hero-img {
    right: 54%;
  }

  .orange-bullet-list {
    padding-left: 0;
    font-size: 16px;
  }

  .image-text-container .orange-bullet-list {
    font-size: 16px;
  }

  .hero-fit-content {
    padding: 40px 15px;
  }

  .register-interest.care .hero-fit-content {
    width: 45%;
  }

  .double-thumbnail {
    margin-top: 40px;
    flex-flow: column;
  }

  .half-img {
    max-width: 100%;
  }

  .thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }

  .individual-text {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .test .active-video {
    margin: 0 auto 60px auto;
  }

  .active-video {
    margin: 0 auto 60px auto;
  }

  .full-width-banner {
    height: 650px;
  }

  .blog-2-columns_content {
    flex-flow: row wrap;
    justify-content: center;
  }

  .blog-2-columns_content-text {
    margin-left: 0;
  }

  .main-contact-info .box {
    width: 50%;
  }

  .contact-our-crew .box {
    width: 100%;
  }

  .main-contact-info,
  .contact-our-crew {
    margin-top: 40px;
  }

  .img-row img {
    max-width: 25%;
  }

  .mt {
    margin-top: 40px;
  }

  .three-column-text {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
  }

  .three-column-text .col:first-child {
    width: 100%;
  }

  .three-column-text .col {
    width: 100%;
  }

  .partners_content--box {
    width: 40%;
  }

  .hero-article {
    height: unset;
  }

  .hero-article .hero-img {
    height: auto;
    width: 100%;
  }

  .mt-x {
    margin-top: 80px;
  }

  .text-image-container {
    width: 100%;
    margin: 30px auto;
  }

  .testimonials-messages {
    flex-flow: column;
  }

  .testimonials-messages-content {
    margin-top: 40px;
  }

  .testimonials-messages .col {
    width: 100%;
  }

  .slick-list {
    width: 70%;
  }

  .three-column-text .col img {
    width: 40%;
    margin: 0 auto;
    display: block;
  }

  .orange-text-link {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .text-image-container:last-child {
    margin-bottom: 70;
  }

  .product-box {
    width: 100%;
  }

  .hero-img {
    height: 100%;
    object-fit: cover;
  }

  .hero-fit {
    height: 310px;
  }

  .active-pro .banner-fit-text {
    margin: 0 auto 40px auto;
  }

  .banner-fit-text {
    margin-bottom: 40px;
  }

  .banner-fit-text.mb-s {
    margin-bottom: 50px;
  }

  .box-image {
    width: 100%;
  }

  .features_content--box {
    width: 100%;
    margin: 0px 10px 50px 10px;
  }

  .features_content {
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .active-pro .image-text-container {
    margin-bottom: 40px;
  }

  .image-text-container {
    margin-top: 40px;
  }

  .banner-fit-text_content .title,
  .banner-fit-text_content .text {
    margin: 15px 40px 0 40px;
  }

  .hero-content_subtitle,
  .subtitle,
  .three-column-text .sub-title {
    font-size: 16px;
    max-width: 100%;
    line-height: 23px;
    margin-top: 10px;
    width: 100%;
  }

  .all-logos .logo-box {
    width: 100%;
  }

  .logo-box .text {
    max-width: 78%;
  }

  .title {
    font-size: 18px;
    letter-spacing: 1.3px;
    line-height: 28px;
    max-width: 100%;
  }

  .text {
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .img-text-content-full .text {
    margin-left: 0;
    margin-right: 0;
  }

  .main-description,
  .horizontal-line {
    margin: 40px auto;
  }

  .key-technologies {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .key-technologies_content--box {
    width: 100%;
  }

  .video-container {
    margin-top: 55px;
  }

  .img-text-content .text {
    margin-left: 0;
    max-width: 100%;
  }

  .img-text-content {
    flex-flow: row wrap;
    max-width: 100%;
    margin: 60px auto 60px auto;
  }

  .img-text-content-full {
    margin: 40px auto 60px auto;
  }

  .img-row {
    margin-top: 25px;
  }

  .full-width-banner_subtitle {
    font-size: 22px;
  }

  .full-width-banner_text.text {
    margin: 10px 0 30px 0;
  }

  .technology-info {
    flex-flow: row wrap;
    margin: 40px 0 70px 0;
  }

  .technology-info .box {
    width: 70%;
    margin: 20px 35px;
  }

  .brochure-content {
    margin: 40px 0;
  }

  .brochure-content_left {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .full-width-banner_text.text {
    max-width: 88%;
  }

  .all-products {
    margin-bottom: 0;
  }

  .heroes-carousel .hero {
    height: 500px;
  }

  .home-page .title {
    max-width: 90%;
  }
}

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


  .buy-now-bullet {
    font-size: 12px;
    width: 60px;
    height: 60px;
    right: 1%;
    bottom: 34%;
  }

  .buy-now-bullet .ultra-font {
    font-size: 14px;
  }

  .heroes-carousel .slick-next {
    right: 20% !important;
  }

  .popup-overlay iframe {
    width: 320px;
    height: 190px;
  }

  .popup-overlay.popup-pdf .popup-body {
    height: 400px;
    overflow: scroll;
  }

  .popup-overlay.popup-pdf object {
    width: 320px;
    height: auto;
  }

  .popup-overlay.popup-pdf iframe {
    width: 320px;
    height: 400px;
  }

  .register-interest .hero-fit-content_text.text,
  #body_active_pro .hero-fit-content_text.text,
  .active-page .hero-fit-content_text.text {
    max-width: 150px;
    text-align: center;
  }

  .active-page .new-hero-active .hero-fit-content_text.text {
    max-width: 218px;
    line-height: 1.4;
  }

  .heroes-carousel .slick-prev {
    left: 20% !important;
  }

  .heroes-carousel .hero {
    height: 400px;
  }

  .all-logos .logo-box {
    width: 80%;
  }
}

@media screen and (max-width: 411px) {
  .register-interest-form.register-interest-form-active {
    height: 830px;
  }
}


@media screen and (min-width: 992px) {
  #main_menu {
    align-items: center;
  }
}