/** Reset CSS */
@import url(../fonts/fonts.css);
body,
button,
div,
main,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

/* The approach to name colors in Impel Neuro is as follows:
First we define variables for the colors by calling them
after their name.
Naming convention:
$color-{what-color-is-it}-{name-of-the-shade}
All the color names chosen in this file are based on this theory:
https://davidwalsh.name/sass-color-variables-dont-suck

==========================================================================
Main colors
========================================================================== */
/** This will be deleteted once we replace new branding in all the component **/
/* 
* Main Colors defined in the brand
*/
/* Branding color */
/* 
* Button
*/
/* transition variables */
/* Graphic paths
 */
/**
* Media break 
* Example: 
* @include break(580px) { .className: {width: 100% } } 
* @include break(minWidth, maxWidth) {.className: {width: 100% } } 
**/
/*
This is a shorthand for all the flex related properties. The defaults will be used if value for a particular property isnt provided
*/
/* Refer the font style
https://fonts.google.com/specimen/Raleway+Pro#standard-styles */
/* The approach to name colors in Impel Neuro is as follows:
First we define variables for the colors by calling them
after their name.
Naming convention:
$color-{what-color-is-it}-{name-of-the-shade}
All the color names chosen in this file are based on this theory:
https://davidwalsh.name/sass-color-variables-dont-suck

==========================================================================
Main colors
========================================================================== */
/** This will be deleteted once we replace new branding in all the component **/
/* 
* Main Colors defined in the brand
*/
/* Branding color */
/* 
* Button
*/
/* transition variables */
/* Graphic paths
 */
/**
* Media break 
* Example: 
* @include break(580px) { .className: {width: 100% } } 
* @include break(minWidth, maxWidth) {.className: {width: 100% } } 
**/
/*
This is a shorthand for all the flex related properties. The defaults will be used if value for a particular property isnt provided
*/
/* Refer the font style
https://fonts.google.com/specimen/Raleway+Pro#standard-styles */
body {
  font-size: 10px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #61739b;
}

.--flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.--clr {
  clear: both;
}

.--pad-margin-0 {
  margin: 0;
  padding: 0;
}

.accordion__content--light {
  font-weight: 400;
}

.accordion__content--bold {
  font-weight: 700;
}

.accordion__content--semibold {
  font-weight: 600;
}

.accordion__content__text--spacing {
  display: none;
}

.actives {
  border: 3px solid #e8af26;
  opacity: 1 !important;
}

button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  background-size: calc(100% + 20px) calc(100% + 20px);
  border-radius: 100px;
  border: 3px solid #e8af26;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Gilroy';
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 23px;
  padding: 6px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, background-position 0.2s;
  transition: background-color 0.2s, background-position 0.2s;
  white-space: nowrap;
}

@media (max-width: 1300px) {
  button {
    margin-left: 50px;
  }
}

@media (max-width: 960px) {
  button {
    margin-left: 20px;
    padding: 6px 10px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  button {
    font-size: inherit;
    margin-left: 0;
  }
}

a {
  text-decoration: none;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  .row {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.stay-informed-btn {
  font-weight: 700;
}

.outer-container {
  background: #61739b;
}

.outer-container .container__video__wrapper {
  background: url(../video/SpinningPod.gif) no-repeat;
  height: 110vh;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1920px) {
  .outer-container .container__video__wrapper {
    height: 892px;
  }
}

@media (max-width: 1600px) {
  .outer-container .container__video__wrapper {
    height: 892px;
  }
}

@media (max-width: 1500px) {
  .outer-container .container__video__wrapper {
    height: 895px;
  }
}

@media (max-width: 1450px) {
  .outer-container .container__video__wrapper {
    height: 895px;
  }
}

@media (max-width: 1400px) {
  .outer-container .container__video__wrapper {
    height: 895px;
  }
}

@media (max-width: 1300px) {
  .outer-container .container__video__wrapper {
    height: 895px;
  }
}

@media (max-width: 1140px) {
  .outer-container .container__video__wrapper {
    height: 771px;
  }
}

@media (max-width: 992px) {
  .outer-container .container__video__wrapper {
    height: 741px;
  }
}

@media (max-width: 900px) {
  .outer-container .container__video__wrapper {
    height: 330px;
  }
}

@media (max-width: 768px) {
  .outer-container .container__video__wrapper {
    height: 340px;
  }
}

@media (max-width: 576px) {
  .outer-container .container__video__wrapper {
    height: 130vh;
  }
}

.outer-container .header__logo {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
}

.outer-container .header__logo .header__logo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 45%;
  padding-top: 51px;
  text-align: left;
  padding-bottom: 32px;
}

.outer-container .header__logo .header__logo__container .header__logo__img {
  width: 320px;
}

@media (max-width: 960px) {
  .outer-container .header__logo .header__logo__container .header__logo__img {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .outer-container .header__logo .header__logo__container {
    padding-top: 40px;
    padding-bottom: 24px;
    width: 100%;
  }
  .outer-container .header__logo .header__logo__container .header__logo__img {
    width: 90%;
  }
}

.outer-container .second-container #second-section {
  position: absolute;
  top: 155px;
}

.outer-container .second-container #second-section .content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

@media (max-width: 1300px) {
  .outer-container .second-container #second-section .content__container__left {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.outer-container .second-container #second-section .content__container__left__main__section__heading {
  font-size: 62.6px;
  line-height: 63.2px;
  font-family: "Poppins";
  font-weight: 500;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  background: linear-gradient(269.12deg, #c89403 15.17%, #bcaa7b 36.21%, #c89403 77.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 960px) {
  .outer-container .second-container #second-section .content__container__left__main__section__heading {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
  }
}

@media (max-width: 1140px) {
  .outer-container .second-container #second-section .content__container__left__main__section__heading {
    font-size: 32px;
    line-height: 59px;
  }
}

.outer-container .second-container #second-section .content__container__left__main__section__textelememt {
  margin-left: 60px;
  margin-bottom: 49px;
}

@media (max-width: 1140px) {
  .outer-container .second-container #second-section .content__container__left__main__section__textelememt {
    margin-left: 0px;
  }
}

.outer-container .second-container #second-section .content__container__left__main__section__textelememt__heading {
  font-size: 62.6px;
  line-height: 63.2px;
  font-family: "Poppins";
  font-weight: 500;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  background: linear-gradient(269.12deg, #c89403 15.17%, #bcaa7b 36.21%, #c89403 77.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 960px) {
  .outer-container .second-container #second-section .content__container__left__main__section__textelememt__heading {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
  }
}

@media (max-width: 1140px) {
  .outer-container .second-container #second-section .content__container__left__main__section__textelememt__heading {
    font-size: 32px;
    line-height: 59px;
  }
}

.outer-container .second-container #second-section .content__container__left__main__section__textelememt__subheading {
  font-size: 37.3px;
  line-height: 39.5px;
  font-family: "Poppins";
  font-weight: 300;
  color: #ffffff;
}

.outer-container .second-container #second-section .content__container__left__main__section__textelememt__subheading span {
  font-size: small;
  position: relative;
  top: -20px;
  left: -5px;
}

@media (max-width: 960px) {
  .outer-container .second-container #second-section .content__container__left__main__section__textelememt__subheading {
    font-size: 20px;
    line-height: 23px;
  }
}

.outer-container .second-container #second-section .content__container__left__delivercontent {
  padding-bottom: 49px;
  margin-left: 0;
}

.outer-container .second-container #second-section .content__container__left__delivercontent__deliverheading {
  font-size: 26px;
  line-height: 31.2px;
  font-family: "Tiempos Text";
  font-weight: bold;
  margin-bottom: 12px;
  color: #96a8d1;
  position: relative;
}

.outer-container .second-container #second-section .content__container__left__delivercontent__deliverheading span {
  position: absolute;
  top: -10px;
  padding-left: 2px;
  font-size: small;
}

.outer-container .second-container #second-section .content__container__left__delivercontent__deliversubheading {
  font-size: 18px;
  line-height: 23px;
  font-family: 'Gilroy';
  font-weight: 500;
  width: 520px;
  color: #ffffff;
  position: relative;
}

@media (max-width: 1140px) {
  .outer-container .second-container #second-section .content__container__left__delivercontent__deliversubheading {
    width: 400px;
  }
}

@media (max-width: 960px) {
  .outer-container .second-container #second-section .content__container__left__delivercontent__deliversubheading {
    width: 300px;
  }
}

.outer-container .second-container #second-section .content__container__left__delivercontent__deliversubheading span {
  position: relative;
  top: -8px;
  font-size: small;
}

.outer-container .second-container #second-section .content__container__left__downloadsection {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -80px;
  width: 45%;
  height: 300px;
}

@media (max-width: 1500px) {
  .outer-container .second-container #second-section .content__container__left__downloadsection {
    left: -105px;
  }
}

@media (max-width: 1450px) {
  .outer-container .second-container #second-section .content__container__left__downloadsection {
    left: -80px;
  }
}

@media (max-width: 1300px) {
  .outer-container .second-container #second-section .content__container__left__downloadsection {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 1024px) {
  .outer-container .second-container #second-section .content__container__left__downloadsection {
    width: 60%;
  }
}

@media (max-width: 992px) {
  .outer-container .second-container #second-section .content__container__left__downloadsection {
    background: #5b6171;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 900px) {
  .outer-container .second-container #second-section .content__container__left__downloadsection {
    width: 75%;
  }
}

.outer-container .second-container #second-section .content__container__left__downloadsection__title {
  display: none;
}

.outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer {
  margin-top: 22px;
  margin-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__resourcetext {
  margin-bottom: 20px;
  margin-right: 8px;
  font-size: 19px;
  line-height: 23px;
  font-family: 'Gilroy';
  font-weight: bold;
  color: #ffffff;
  border-top: 2.78698px solid #e8af26;
  padding-top: 12px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1140px) {
  .outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__resourcetext {
    margin-right: 25px;
  }
}

.outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop__link {
  text-decoration: none;
}

.outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop__container {
  margin-right: 8px;
  position: relative;
}

@media (max-width: 1140px) {
  .outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop__container {
    margin-right: 12px;
  }
}

.outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop__container .pdf__icon {
  width: 115px;
}

.outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop__container .download__icon {
  position: absolute;
  left: 35%;
  top: 35%;
}

.outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop__container .pdf__title {
  font-size: 12px;
  line-height: 14.4px;
  font-family: 'Gilroy';
  font-weight: normal;
  color: #ffffff;
  margin-top: 11.15px;
  text-align: center;
}

.outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop__link {
  width: 124px;
}

.outer-container .second-container #second-section .content__container__video {
  margin-top: 0;
  margin-left: 110px;
}

@media (max-width: 1140px) {
  .outer-container .second-container #second-section .content__container__video {
    margin-left: 150px;
    margin-top: -15px;
  }
}

@media (max-width: 900px) {
  .outer-container .second-container #second-section .content__container__video {
    margin-left: 100px;
    margin-top: -15px;
  }
}

.outer-container .second-container #second-section .content__container__video__section__heading {
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 26.2px;
  line-height: 30px;
  color: #ffffff;
  width: 381px;
  margin-top: -60px;
  margin-bottom: 48px;
}

.outer-container .second-container #second-section .content__container__video__section__heading span {
  font-size: small;
  position: relative;
  top: -8px;
}

@media (max-width: 900px) {
  .outer-container .second-container #second-section .content__container__video__section__heading {
    width: 100%;
  }
}

.outer-container .second-container #second-section .content__container__video__section__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  cursor: pointer;
}

.outer-container .second-container #second-section .content__container__video__section__card__container {
  border: none;
  border-radius: 0px 12px 12px 0px;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

.outer-container .second-container #second-section .content__container__video__section__card__container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 150px;
  margin-right: 20px;
}

.outer-container .second-container #second-section .content__container__video__section__card__container__content__text {
  width: 95px;
  padding: 12px;
  font-size: 12px;
  line-height: 18.8px;
  font-family: 'Gilroy';
  font-weight: normal;
  color: #ffffff;
  background-color: #201d1d;
}

@media (max-width: 1024px) {
  .outer-container .second-container #second-section .content__container__video__section__card__container__content__text {
    padding: 10px;
    height: auto;
  }
}

@media (max-width: 900px) {
  .outer-container .second-container #second-section .content__container__video__section__card__container__content__text {
    padding: 5px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .outer-container .second-container #second-section .content__container__video__section__card__container__content__text {
    padding: 5px;
    height: auto;
  }
}

.outer-container .second-container #second-section .content__container__video__section__card__container__content__video__img {
  width: 105px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .outer-container .second-container #second-section .content__container__video__section__card__container__content__video__img {
    width: 90%;
  }
}

.outer-container .second-container #second-section .content__container__video__section__card__container__content__video__icon {
  position: absolute;
  bottom: 8px;
  right: 30px;
  width: 32px;
  height: 32px;
}

.outer-container .second-container #second-section .content__container__video__section__last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  cursor: pointer;
}

.outer-container .second-container #second-section .content__container__video__section__last__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.outer-container .second-container #second-section .content__container__video__section__last__section__content {
  font-size: 19px;
  line-height: 23px;
  font-family: 'Gilroy';
  font-weight: bold;
  color: #ffffff;
}

.outer-container .second-container #second-section .content__container__video__section__last__section__content p {
  border-left: 3px solid #e8af26;
  padding-left: 16px;
}

.outer-container .second-container #second-section .content__container__video__section__last__section__img {
  position: relative;
}

.outer-container .second-container #second-section .content__container__video__section__last__section__img__person {
  width: 85px;
  height: 102px;
}

.outer-container .second-container #second-section .content__container__video__section__last__section__img__person__video--icon {
  position: absolute;
  bottom: 36px;
  right: 26px;
  width: 40px;
  height: 40px;
}

@media (max-width: 576px) {
  .outer-container .second-container {
    height: 100vh;
    top: 115px;
    position: absolute;
  }
  .outer-container .second-container #second-section {
    position: relative;
    top: 0;
  }
  .outer-container .second-container #second-section .content__container {
    display: block;
  }
  .outer-container .second-container #second-section .content__container__left__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    height: 115vh;
  }
  .outer-container .second-container #second-section .content__container__left__main__section__heading {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 9px;
  }
  .outer-container .second-container #second-section .content__container__left__main__section__textelememt {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .outer-container .second-container #second-section .content__container__left__main__section__textelememt__heading {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 16px;
  }
  .outer-container .second-container #second-section .content__container__left__main__section__textelememt__subheading {
    font-size: 20px;
    line-height: 23px;
    margin-left: 40px;
    margin-bottom: 7px;
  }
  .outer-container .second-container #second-section .content__container__left__delivercontent__deliverheading {
    font-size: 22px;
    line-height: 26px;
  }
  .outer-container .second-container #second-section .content__container__left__delivercontent__deliversubheading {
    width: 100%;
  }
  .outer-container .second-container #second-section .content__container__left__downloadsection {
    background: #5b6171;
    padding: 40px 20px 10px 20px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    text-align: center;
    left: 0;
    margin-top: -20px;
  }
  .outer-container .second-container #second-section .content__container__left__downloadsection__title {
    display: block;
    margin-right: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .outer-container .second-container #second-section .content__container__left__downloadsection__title__line {
    width: 83px;
    border-color: #e8af26;
  }
  .outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer {
    margin-top: 22px;
    margin-left: 0px;
    display: block;
    overflow-x: scroll;
  }
  .outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__resourcetext {
    display: none !important;
  }
  .outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop__container {
    margin-right: 20px;
    position: relative;
  }
  .outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop__container .pdf__icon {
    width: 115px;
  }
  .outer-container .second-container #second-section .content__container__left__downloadsection__downloadcontainer__pdfenvelop__container .download__icon {
    position: absolute;
    left: 35%;
    top: 35%;
  }
  .outer-container .second-container #second-section .content__container__video {
    background: #61739b;
    display: block;
    padding: 100px 16px 20px 16px;
    margin: 0;
    margin-top: 297px;
  }
  .outer-container .second-container #second-section .content__container__video__section__heading {
    font-size: 26px;
    line-height: 31px;
    width: 100%;
    margin-bottom: 32px;
    margin-top: 0px;
  }
  .outer-container .second-container #second-section .content__container__video__section__card {
    display: block;
  }
  .outer-container .second-container #second-section .content__container__video__section__card__container {
    border-radius: 0px 16px 16px 0px;
  }
  .outer-container .second-container #second-section .content__container__video__section__card__container__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: center;
            flex-direction: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .outer-container .second-container #second-section .content__container__video__section__card__container__content__text {
    padding: 38px 25px 40px 25px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
  }
  .outer-container .second-container #second-section .content__container__video__section__card__container__content__video__img {
    width: 100%;
  }
}

.outer-container .safety__info {
  background: #61739b;
  padding-top: 41px;
  margin-top: 0px;
  height: 100%;
  font-family: 'Gilroy';
}

@media (max-width: 1140px) {
  .outer-container .safety__info {
    margin-top: 200px;
  }
}

@media (max-width: 900px) {
  .outer-container .safety__info {
    margin-top: 600px;
  }
}

.outer-container .safety__info__header .accordion__text__container {
  background: #151515;
  border-top: 3px solid #e8af26;
}

.outer-container .safety__info__header .accordion__text__container__safety__section {
  padding: 24px 16px 0px 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  cursor: pointer;
}

.outer-container .safety__info__header .accordion__text__container__safety__section__heading {
  color: #e8af26;
  font-weight: bold;
  font-size: 17px;
  font-family: "Tiempos Text";
  line-height: 19.3px;
  margin-bottom: 16px;
}

.outer-container .safety__info__header .accordion__text__container__safety__section::after {
  content: "\002B";
  position: absolute;
  right: 16px;
  top: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #e8af26;
  border-radius: 50%;
  padding: 8px;
  color: #ffffff;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  font-size: 30px;
}

.outer-container .safety__info__header .accordion__text__container__safety__section.active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.outer-container .safety__info__header .accordion__text__container .active {
  padding: 24px 16px 0 30px;
}

.outer-container .safety__info__header .accordion__text__container .active .accordion__content__text--spacing {
  display: block;
  font-weight: bold;
  font-size: 17px;
  font-family: "Tiempos Text";
  line-height: 19.3px;
}

.outer-container .safety__info__content__container {
  margin-bottom: 16px;
}

.outer-container .safety__info__content__container__heading {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 5px;
}

.outer-container .safety__info__content__container__text {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

.outer-container .safety__info__content__container .accordion__content__heading--spacing {
  font-size: 13.178px;
  line-height: 18px;
  display: block;
}

.outer-container .safety__info .accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0px 16px 0 30px;
}

.outer-container .safety__info .accordion__content__container__envelop {
  margin-bottom: 16px;
}

.outer-container .safety__info .accordion__content__heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  margin-bottom: 8px;
}

.outer-container .safety__info .accordion__content__text {
  font-weight: normal;
  font-size: 17px;
  font-family: "Tiempos Text";
  line-height: 19.3px;
  margin-bottom: 5px;
  color: #ffffff;
}

.outer-container .safety__info .accordion__content__list {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  margin-bottom: 16px;
}

.outer-container .safety__info .accordion__content__list__item {
  font-weight: 400;
  color: #ffffff;
  font-size: 13.178px;
  line-height: 18px;
  margin-bottom: 0;
}

.outer-container .safety__info .accordion__content__list__item--bold {
  font-weight: bold;
}

.outer-container .safety__info .accordion__content__heading__text {
  font-weight: 400;
  font-size: 13.178px;
  line-height: 18px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 8px;
}

.outer-container .safety__info .accordion__content--separator {
  margin: 24px 0;
}

.outer-container .safety__info .accordion__content--separator span {
  font-weight: bold;
}

.outer-container .safety__info .accordion__content__risktext {
  font-size: 12.3544px;
  line-height: 15px;
  margin: 16px 0;
  font-weight: 400;
  color: #ffffff;
}

.outer-container .safety__info .accordion__content__references {
  margin-bottom: 37px;
}

.outer-container .safety__info .accordion__content__references__text {
  font-size: 10px;
  line-height: 13px;
  font-family: 'Gilroy';
  color: #ffffff;
}

.outer-container .safety__info .accordion__content__references__text--bold {
  font-weight: bold;
}

.outer-container .safety__info .accordion__content__references__text--italic {
  font-style: italic;
}

.outer-container .safety__info .accordion__content .logo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-bottom: 64px;
}

.outer-container .safety__info .accordion__content .logo__container .logo__icon {
  border-right: 0.82363px solid #e8af26;
  margin-right: 20px;
  padding-right: 20px;
  width: 95px;
}

.outer-container .safety__info .accordion__content .logo__container .logo__icon__pod {
  margin-right: 24.51px;
  width: 80px;
}

.outer-container .safety__info .accordion__content .logo__container .trademark__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.outer-container .safety__info .accordion__content .logo__container .trademark__container__heading {
  font-size: 10px;
  line-height: 13px;
  font-weight: regular;
  font-family: 'Gilroy';
  width: 398px;
  margin: 0;
  color: #ffffff;
}

.outer-container .safety__info .accordion__content--bold {
  font-weight: bold;
}

@media (max-width: 576px) {
  .outer-container .safety__info {
    margin-top: 0;
    padding-top: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .outer-container .safety__info__header .accordion__text__container__safety__section {
    padding: 32px 16px 0px 16px;
  }
  .outer-container .safety__info__header .accordion__text__container__safety__section__heading {
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
  }
  .outer-container .safety__info__content__container {
    margin-bottom: 32px;
  }
  .outer-container .safety__info__content__container__heading {
    margin-bottom: 8px;
  }
  .outer-container .safety__info .accordion__content__container__envelop {
    margin-bottom: 32px;
  }
  .outer-container .safety__info .accordion__content__heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    margin-bottom: 8px;
  }
  .outer-container .safety__info .accordion__content__text {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    margin-bottom: 8px;
  }
  .outer-container .safety__info .accordion__content__list {
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
    margin-top: 0;
  }
  .outer-container .safety__info .accordion__content__list__item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .outer-container .safety__info .accordion__content__list__item--bold {
    font-weight: bold;
  }
  .outer-container .safety__info .accordion__content__heading__text {
    font-size: 15px;
    line-height: 18px;
  }
  .outer-container .safety__info .accordion__content__risktext {
    font-size: 14px;
    line-height: 16px;
    margin: 24px 0;
  }
  .outer-container .safety__info .accordion__content__references {
    margin-bottom: 22px;
  }
  .outer-container .safety__info .accordion__content__references__text {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
  }
  .outer-container .safety__info .accordion__content .logo__container {
    display: block;
  }
  .outer-container .safety__info .accordion__content .logo__container__icon {
    margin-bottom: 30px;
  }
  .outer-container .safety__info .accordion__content .logo__container .trademark__container__heading {
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 10px;
    width: 298px;
  }
  .outer-container .safety__info .accordion__content--regular {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
  }
  .outer-container .safety__info .accordion__content--lineheight {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
  .outer-container .safety__info .accordion__content--spacialsize {
    font-size: 16px;
    line-height: 19px;
  }
}

.outer-container .modal {
  display: none;
  position: fixed;
  z-index: 3;
  padding: 40px 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#060709), color-stop(29.17%, #272e3e), to(#62739c));
  background: linear-gradient(180deg, #060709 0%, #272e3e 29.17%, #62739c 100%);
}

@media (max-width: 576px) {
  .outer-container .modal {
    padding: 0px;
  }
}

.outer-container .modal__content {
  position: relative;
  background: #000000;
  margin: auto;
  padding: 0;
  width: 1300px;
  border-top: 3px solid #e8af26;
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

@media (max-width: 1300px) {
  .outer-container .modal__content {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .outer-container .modal__content {
    border-top: none;
  }
}

.outer-container .modal__content__header {
  padding: 16px;
  color: #ffffff;
}

.outer-container .modal__content__header .close {
  color: #ffffff;
  float: right;
  font-weight: bold;
}

.outer-container .modal__content__header .close:hover, .outer-container .modal__content__header .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.outer-container .modal__content__body {
  padding: 60px 40px 0 40px;
}

@media (max-width: 576px) {
  .outer-container .modal__content__body {
    padding: 100px 16px 0 16px;
  }
}

.outer-container .modal__content__body .gallery {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

@media (max-width: 576px) {
  .outer-container .modal__content__body .gallery {
    padding: 100px 0 56px 0;
    padding-left: 350px;
    overflow-x: scroll;
  }
}

.outer-container .modal__content__body .gallery .item {
  margin-right: 16px;
}

@media (max-width: 768px) {
  .outer-container .modal__content__body .gallery .item {
    margin-right: 0px;
  }
}

@media (max-width: 900px) {
  .outer-container .modal__content__body .gallery .item {
    margin-right: 0px;
  }
}

@media (max-width: 576px) {
  .outer-container .modal__content__body .gallery .item {
    margin-right: 16px;
  }
}

.outer-container .modal__content__body .gallery .item__img {
  width: 113px;
  height: 113px;
  opacity: 0.6;
}

@media (max-width: 576px) {
  .outer-container .modal__content__body .gallery .item__img {
    width: 80px;
    height: 80px;
  }
}
/*# sourceMappingURL=home.css.map */