.first-section {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/fon.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/fon.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.report-section {
  padding-top: 50px;
  padding-bottom: 0px;
}

.header-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
}

.header-cont {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.first-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
}

.header-button {
  padding: 10px 40px;
  border: 3px solid #b10aff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: MuseoSans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.header-button:hover {
  border-color: #7607aa;
}

.first-head {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px 10px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.prehead-first {
  display: inline-block;
  margin-bottom: 50px;
  padding: 20px;
  background-image: -webkit-linear-gradient(270deg, #fff50a, #fff50a);
  background-image: linear-gradient(180deg, #fff50a, #fff50a);
  font-family: MuseoSans, Arial, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 17px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.posthead-first {
  margin-top: 30px;
  padding: 5px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.first-subhead {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px 10px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.table-row {
  display: block;
  width: 100%;
  margin: 40px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-text {
  padding: 5px 5px 5px 15px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.image {
  width: 50px;
  height: 50px;
}

.first-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-cta-head {
  margin-bottom: 0px;
  padding: 5px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.first-cta-subtext {
  margin-top: 15px;
  padding: 5px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.first-cta-button {
  display: inline-block;
  width: 320px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 5px;
  border-style: none none solid;
  border-width: 3px;
  border-color: #e20000 #e20000 #7607aa;
  border-radius: 100px;
  background-color: #b10aff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.first-cta-button:hover {
  border-color: #63058f;
  background-color: #8e04cf;
}

.report-head {
  display: inline-block;
  margin: 0px auto;
  padding: 15px 30px;
  background-color: #ff0;
  font-family: MuseoSans, Arial, sans-serif;
  color: #000;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.report-wrap {
  margin-bottom: 50px;
  padding: 0px 0px 40px;
  border: 1px none #d3d3d3;
  background-color: #eee;
}

.report-themes {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 5px 15px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #d3d3d3;
  background-color: #4c046d;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.speaker-img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  border: 1px none #d3d3d3;
  border-radius: 100px;
}

.speaker-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 40px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #d3d3d3;
  background-color: #fff;
}

.speaker-text {
  margin-bottom: 0px;
  padding: 5px 10px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}

.speaker-text-wrap {
  padding-left: 10px;
}

.speaker-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 10px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.report-about-head {
  margin-top: 35px;
  padding: 5px 5px 5px 40px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.report-about-text {
  margin-bottom: 0px;
  padding: 5px 5px 5px 40px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.who-wrap {
  margin-top: 10px;
  padding-top: 60px;
  padding-bottom: 0px;
  border-top: 1px solid #e6e6e6;
  background-color: #f6f6f6;
}

.who-cont {
  padding-bottom: 70px;
}

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

.who-img {
  width: 75px;
  height: 75px;
}

.who-head {
  padding: 5px 15px 5px 20px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #000;
  font-size: 15px;
  text-align: left;
}

.who-header {
  display: inline-block;
  margin-bottom: 0px;
  padding: 20px 30px;
  background-color: #ff0;
  font-family: MuseoSans, Arial, sans-serif;
  color: #000;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.footer-cta-head {
  margin-bottom: 50px;
  padding: 5px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.footer-section {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer-cont {
  padding-top: 60px;
  padding-bottom: 50px;
}

.footer-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form {
  padding-top: 50px;
}

.footer-form-input {
  width: 320px;
  height: 55px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, .1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 15px;
}

.footer-form-input:focus {
  border-color: #ff0;
  background-color: rgba(0, 0, 0, .5);
}

.footer-form-button {
  width: 320px;
  height: 70px;
  border-bottom: 3px solid #7607aa;
  border-radius: 100px;
  background-color: #b10aff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-form-button:hover {
  border-bottom-color: #63058f;
  background-color: #8e04cf;
}

.report-head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.who-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact-img {
  width: 40px;
  height: 40px;
}

.footer-contact-text {
  padding: 5px 5px 5px 20px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.footer-form-text {
  margin-bottom: 20px;
  padding: 5px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.footer-form-subtext {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 5px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.html-embed {
  height: 400px;
}

.thx-section {
  padding-top: 50px;
}

.thx-head {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
}

.thx-subhead {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 10px 15px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.thx-link {
  display: block;
  padding: 10px;
  font-family: MuseoSans, Arial, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .header-button-wrap {
    padding-right: 10px;
  }
  .phone {
    padding-right: 10px;
    padding-left: 10px;
  }
  .first-head {
    font-size: 28px;
  }
  .posthead-first {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
  }
  .first-subhead {
    font-size: 19px;
  }
  .table-text {
    font-size: 16px;
  }
  .report-head {
    font-size: 25px;
  }
  .footer-contact-text {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .first-section {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/fon.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/fon.jpg');
    background-position: 0px 0px, 100% 50%;
  }
  .first-cont {
    padding-top: 90px;
  }
  .first-head {
    font-size: 27px;
    line-height: 30px;
  }
  .prehead-first {
    font-size: 15px;
  }
  .posthead-first {
    font-size: 15px;
  }
  .first-subhead {
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .table-col {
    margin-bottom: 0px;
  }
  .report-head {
    font-size: 23px;
  }
  .report-themes {
    font-size: 15px;
  }
  .speaker-text {
    font-size: 14px;
    text-align: left;
  }
  .report-about-text {
    font-size: 14px;
  }
  .who-header {
    font-size: 18px;
  }
  .footer-cta-head {
    font-size: 23px;
    line-height: 25px;
  }
  .footer-form-input {
    height: 65px;
  }
  .footer-contact-wrap {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-contact-text {
    font-size: 16px;
  }
  .html-embed {
    display: none;
  }
  .thx-head {
    font-size: 30px;
  }
  .thx-subhead {
    font-size: 21px;
    line-height: 25px;
  }
  .thx-link {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .first-section {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/fon.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/fon.jpg');
    background-position: 0px 0px, 100% 50%;
  }
  .report-section {
    padding-top: 30px;
  }
  .header-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .first-cont {
    padding-top: 60px;
  }
  .header-button-wrap {
    display: none;
  }
  .first-head {
    font-size: 23px;
    line-height: 25px;
  }
  .prehead-first {
    margin-bottom: 40px;
  }
  .posthead-first {
    margin-top: 20px;
  }
  .first-subhead {
    font-size: 15px;
  }
  .table-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .table-text {
    font-size: 14px;
  }
  .image {
    width: 40px;
    height: 40px;
  }
  .first-cta-subtext {
    line-height: 18px;
  }
  .first-cta-button {
    width: 300px;
    font-size: 18px;
  }
  .report-head {
    font-size: 18px;
    line-height: 25px;
  }
  .report-wrap {
    margin-bottom: 30px;
  }
  .report-themes {
    padding-right: 10px;
    padding-left: 15px;
    line-height: 20px;
  }
  .speaker-img {
    margin-bottom: 20px;
  }
  .speaker-wrap {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .speaker-text {
    text-align: center;
  }
  .speaker-text-wrap {
    padding-left: 0px;
  }
  .speaker-name {
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
  }
  .report-about-head {
    padding-left: 30px;
  }
  .report-about-text {
    padding-right: 10px;
    padding-left: 30px;
  }
  .who-wrap {
    padding-top: 30px;
  }
  .who-cont {
    padding-bottom: 30px;
  }
  .who-col {
    margin-bottom: 10px;
  }
  .who-head {
    font-size: 14px;
    line-height: 18px;
  }
  .who-header {
    max-width: 300px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-cta-head {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 19px;
    line-height: 20px;
  }
  .footer-form-input {
    width: 300px;
    height: 65px;
  }
  .footer-form-button {
    width: 300px;
    font-size: 18px;
  }
  .report-head-wrap {
    margin-bottom: 30px;
  }
  .who-header-wrap {
    margin-bottom: 20px;
  }
  .footer-contact-wrap {
    padding-right: 5px;
    padding-left: 10px;
  }
  .footer-contact-text {
    font-size: 14px;
  }
  .footer-form-text {
    text-align: center;
  }
  .footer-form-subtext {
    line-height: 19px;
    text-align: center;
  }
  .html-embed {
    display: none;
  }
  .thx-head {
    font-size: 23px;
    line-height: 30px;
  }
  .thx-subhead {
    font-size: 17px;
    line-height: 20px;
  }
}

@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSansLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSansMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSansBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSansBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('../fonts/MuseoSansRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Intro';
  src: url('../fonts/Intro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}