.c-webinar-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0;
  left: 0;
}
.c-webinar-popup__close-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: inherit;
}
.c-webinar-popup__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  z-index: 2;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 22px 54px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  overflow-y: scroll;
}
.c-webinar-popup__box::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
@media (max-width: 1199.98px) {
  .c-webinar-popup__box {
    width: 90%;
    height: auto;
    margin: 40px 0;
  }
}
.c-webinar-popup__top {
  padding: 35px;
  border-radius: 6px;
  text-align: center;
  color: #000;
}
.c-webinar-popup__title {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 300;
}
@media (max-width: 1199.98px) {
  .c-webinar-popup__title {
    font-size: 1em;
  }
}
.c-webinar-popup__webinar-title {
  font-size: 1.75em;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .c-webinar-popup__webinar-title {
    font-size: 1.4em;
  }
}
@media (max-width: 767.98px) {
  .c-webinar-popup__webinar-title {
    font-size: 1.25em;
  }
}
.c-webinar-popup__video {
  color: #ff6600;
  text-align: left;
  box-shadow: 0 2px 40px 20px rgba(0, 7, 87, 0.1);
  padding: 30px;
  margin: 25px auto;
  background-color: #fff;
  width: fit-content;
}
@media (max-width: 1199.98px) {
  .c-webinar-popup__video {
    width: auto;
    padding: 24px;
    margin: 20px auto;
  }
}
.c-webinar-popup__video-date {
  font-size: 0.8125em;
  line-height: 1.23;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .c-webinar-popup__video-date {
    font-size: 0.75em;
  }
}
.c-webinar-popup__video-region {
  font-size: 1em;
  line-height: 1.13;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .c-webinar-popup__video-region {
    font-size: 0.875em;
  }
}
.c-webinar-popup__video-link {
  margin-top: 20px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1199.98px) {
  .c-webinar-popup__video-link {
    min-width: auto;
  }
}
.c-webinar-popup__form-container {
  background-color: #fff;
  padding: 100px 35px 35px;
  margin-top: -125px;
  color: #ff6600;
  position: relative;
  text-align: center;
  z-index: -1;
}
.c-webinar-popup__form-title {
  font-size: 1.5em;
  font-weight: 300;
  line-height: normal;
}
.c-webinar-popup__form-subtitle {
  font-size: 0.75em;
  font-family: "Lato", sans-serif;
  line-height: 1.67;
  font-weight: normal;
  color: #4a4a4a;
}
.c-webinar-popup__form-subtitle:after {
  content: "";
  background-color: #ffdeb3;
  width: 30px;
  height: 1px;
  display: block;
  margin: 10px auto;
}
.c-webinar-popup__last-word {
  font-weight: bold;
  display: block;
}
.c-webinar-popup__text {
  font-size: 1.375em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.36;
}
.c-webinar-popup__text:before {
  content: "";
  width: 38px;
  height: 30px;
  background-image: url("../../../img/icons/quote-dark-blue.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  left: 70px;
  top: 25px;
}
.c-webinar-popup__close {
  position: absolute;
  top: 100px;
  right: 50%;
  width: 26px;
  height: 26px;
  color: #fff;
  background: url(../../../img/icons/close-icon-turquoise.svg) no-repeat center center;
  background-size: contain;
  transform: translate(450px, 50%);
}
@media (max-width: 991.98px) {
  .c-webinar-popup__close {
    display: none;
  }
}
.c-webinar-popup__close-inside {
  position: absolute;
  right: 15px;
  top: 15px;
  transform: unset;
  width: 20px;
  height: 20px;
  color: #fff;
  background: url(../../../img/icons/close-icon-turquoise.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 992px) {
  .c-webinar-popup__close-inside {
    display: none;
  }
}
.c-webinar-popup__consent {
  display: flex;
  align-items: center;
}
.c-webinar-popup__consent label {
  padding-left: 15px;
  margin: 0;
  line-height: 20px;
  color: #696969;
}
.c-webinar-popup__consent label a {
  color: #343434;
  font-weight: bold;
}
.c-webinar-popup input[type=text], .c-webinar-popup input[type=email], .c-webinar-popup input[type=tel], .c-webinar-popup textarea, .c-webinar-popup select {
  width: 100%;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid rgba(0, 7, 87, 0.5);
  height: 40px;
  outline: none;
  color: #979797;
  background-color: transparent;
}
.c-webinar-popup input[type=text]::-moz-placeholder, .c-webinar-popup input[type=email]::-moz-placeholder, .c-webinar-popup input[type=tel]::-moz-placeholder, .c-webinar-popup textarea::-moz-placeholder, .c-webinar-popup select::-moz-placeholder {
  color: #979797;
  font-weight: normal;
}
.c-webinar-popup input[type=text]::-webkit-input-placeholder, .c-webinar-popup input[type=email]::-webkit-input-placeholder, .c-webinar-popup input[type=tel]::-webkit-input-placeholder, .c-webinar-popup textarea::-webkit-input-placeholder, .c-webinar-popup select::-webkit-input-placeholder {
  color: #979797;
  font-weight: normal;
}
.c-webinar-popup input[type=text]:-ms-input-placeholder, .c-webinar-popup input[type=email]:-ms-input-placeholder, .c-webinar-popup input[type=tel]:-ms-input-placeholder, .c-webinar-popup textarea:-ms-input-placeholder, .c-webinar-popup select:-ms-input-placeholder {
  color: #979797;
  font-weight: normal;
}
.c-webinar-popup input[type=text]::placeholder, .c-webinar-popup input[type=email]::placeholder, .c-webinar-popup input[type=tel]::placeholder, .c-webinar-popup textarea::placeholder, .c-webinar-popup select::placeholder {
  color: #979797;
  font-weight: normal;
}
.c-webinar-popup textarea {
  min-height: 90px;
  width: 100%;
  padding: 8px 15px;
}
.c-webinar-popup input[type=checkbox] {
  position: relative;
  display: inline-block;
}
.c-webinar-popup input[type=checkbox]:after {
  content: " ";
  background: white;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 3px;
}
.c-webinar-popup input[type=checkbox]:checked:before {
  content: "";
  width: 6px;
  height: 14px;
  border-bottom: 3px solid #ff6600;
  border-right: 3px solid #ff6600;
  position: absolute;
  top: -1px;
  left: 7px;
  transform: rotate(45deg);
  z-index: 1;
}
.c-webinar-popup__check {
  justify-content: center;
}
.c-webinar-popup__check label {
  font-size: 0.75em;
  color: #434343;
}
.c-webinar-popup__check label a {
  color: #ff6600;
  font-weight: bold;
}
.c-webinar-popup__form {
  padding: 0 20px;
  text-align: left;
}
.c-webinar-popup .hs-firstname, .c-webinar-popup .hs-email, .c-webinar-popup .hs-company {
  margin-top: 30px !important;
  width: calc(50% - 15px) !important;
  display: inline-block !important;
  margin-right: 30px !important;
  position: relative !important;
}
@media (max-width: 767.98px) {
  .c-webinar-popup .hs-firstname, .c-webinar-popup .hs-email, .c-webinar-popup .hs-company {
    width: 100% !important;
    margin-top: 20px;
  }
}
.c-webinar-popup .hs-lastname, .c-webinar-popup .hs-jobtitle, .c-webinar-popup .hs-country {
  margin-top: 30px !important;
  width: calc(50% - 15px) !important;
  display: inline-block !important;
  position: relative !important;
}
@media (max-width: 767.98px) {
  .c-webinar-popup .hs-lastname, .c-webinar-popup .hs-jobtitle, .c-webinar-popup .hs-country {
    width: 100% !important;
    margin-top: 20px;
  }
}
.c-webinar-popup .hs-message, .c-webinar-popup .legal-consent-container {
  margin-top: 30px !important;
  width: 100% !important;
  text-align: left !important;
  display: inline-block !important;
  position: relative !important;
}
@media (max-width: 767.98px) {
  .c-webinar-popup .hs-message, .c-webinar-popup .legal-consent-container {
    margin-top: 20px;
  }
}
.c-webinar-popup .legal-consent-container {
  color: #434343;
  font-size: 0.75em;
  margin: 30px 0;
}
.c-webinar-popup .legal-consent-container a {
  color: #ff6600;
}
.c-webinar-popup .hs-form-field input {
  width: 100% !important;
  font-size: 0.875em !important;
  font-weight: normal !important;
  padding: 0 15px !important;
  border-radius: 3px !important;
  border: 1px solid rgba(0, 7, 87, 0.5) !important;
  height: 40px !important;
  outline: none !important;
  color: #979797 !important;
}
.c-webinar-popup .hs-form-field input::-moz-placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.c-webinar-popup .hs-form-field input::-webkit-input-placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.c-webinar-popup .hs-form-field input:-ms-input-placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.c-webinar-popup .hs-form-field input::placeholder {
  color: #979797 !important;
  font-weight: normal !important;
}
.c-webinar-popup .hs-form-field label {
  font-family: "Roboto", sans-serif;
  color: #ff6600 !important;
  display: block !important;
  font-size: 0.875em !important;
  line-height: 1.14 !important;
  margin: 0 0 10px 0 !important;
}
.c-webinar-popup .hs-form-field label .gfield_required {
  margin-left: 5px !important;
}
.c-webinar-popup .hs-form-field label.hs-error-msg, .c-webinar-popup .hs-form-field label.hs-main-font-element {
  color: #ad000c !important;
  margin: 10px 0 !important;
  font-size: 0.75em !important;
  position: absolute !important;
  bottom: -30px !important;
}
.c-webinar-popup .hs-fieldtype-checkbox {
  color: #4a4a4a !important;
  text-align: center !important;
  position: relative !important;
  margin: 40px 0 !important;
}
.c-webinar-popup .hs-fieldtype-checkbox input[type=checkbox] {
  position: absolute !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.c-webinar-popup .hs-fieldtype-checkbox input[type=checkbox]:checked:after {
  content: "" !important;
  width: 6px !important;
  height: 14px !important;
  border-bottom: 2px solid #ff6600 !important;
  border-right: 2px solid #ff6600 !important;
  position: absolute !important;
  top: -2px !important;
  left: -20px !important;
  transform: rotate(45deg) !important;
}
.c-webinar-popup .hs-fieldtype-checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: -2px;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px #9b9b9b;
  z-index: 1;
}
.c-webinar-popup .hs-fieldtype-checkbox label {
  position: relative !important;
  padding-left: 30px !important;
  text-transform: none !important;
}
.c-webinar-popup .hs-fieldtype-checkbox .hs-input > span:before {
  content: "" !important;
  position: absolute !important;
  top: 1px !important;
  margin-left: -30px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  border: solid 2px #ff6600 !important;
  z-index: 1 !important;
}
.c-webinar-popup .hbspt-form {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .c-webinar-popup .hbspt-form {
    width: 100%;
  }
}
.c-webinar-popup .validation_error {
  display: none;
}
.c-webinar-popup .gform_fields {
  display: flex;
  flex-flow: row wrap;
}
.c-webinar-popup .gfield {
  margin-bottom: 20px;
  width: 100%;
}
.c-webinar-popup .gfield label {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.14;
}
.c-webinar-popup .gfield input, .c-webinar-popup .gfield select, .c-webinar-popup .gfield textarea {
  background-color: white;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  line-height: 1.8;
  padding: 5px 15px !important;
  transition: border 400ms ease;
  width: 100%;
  color: #343434;
  font-size: 1em;
}
.c-webinar-popup .gfield input::placeholder, .c-webinar-popup .gfield select::placeholder, .c-webinar-popup .gfield textarea::placeholder {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  font-style: italic;
  line-height: 1.33;
  opacity: 0.6;
}
.c-webinar-popup .gfield textarea {
  max-height: 200px;
}
.c-webinar-popup .gfield select {
  padding: 8px 15px 9px;
}
.c-webinar-popup .gfield select option:first-of-type {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  opacity: 0.6;
}
.c-webinar-popup .gfield .c-checkbox__container, .c-webinar-popup .gfield .c-checkbox label.c-checkbox__container {
  color: #979797;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.43;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin-top: 10px;
  cursor: pointer;
  text-transform: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.c-webinar-popup .gfield .c-checkbox__container:hover input ~ .c-checkbox__checkmark, .c-webinar-popup .gfield .c-checkbox label.c-checkbox__container:hover input ~ .c-checkbox__checkmark {
  background-color: #ffffff;
}
.c-webinar-popup .gfield .c-checkbox__container a, .c-webinar-popup .gfield .c-checkbox label.c-checkbox__container a {
  color: #000;
  font-weight: bold;
}
.c-webinar-popup .gfield .c-checkbox__container input, .c-webinar-popup .gfield .c-checkbox label.c-checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-webinar-popup .gfield .c-checkbox__container input:checked ~ .c-checkbox__checkmark, .c-webinar-popup .gfield .c-checkbox label.c-checkbox__container input:checked ~ .c-checkbox__checkmark {
  background-color: transparent;
}
.c-webinar-popup .gfield .c-checkbox__container input:checked ~ .c-checkbox__checkmark:after, .c-webinar-popup .gfield .c-checkbox label.c-checkbox__container input:checked ~ .c-checkbox__checkmark:after {
  display: block;
}
.c-webinar-popup .gfield .c-checkbox__container a, .c-webinar-popup .gfield .c-checkbox label.c-checkbox__container a {
  font-weight: bold;
}
.c-webinar-popup .gfield .c-checkbox__container .c-checkbox__checkmark:after, .c-webinar-popup .gfield .c-checkbox label.c-checkbox__container .c-checkbox__checkmark:after {
  left: 8px;
  top: -1px;
  width: 8px;
  height: 20px;
  border: solid #ff6600;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-webinar-popup .gfield .c-checkbox__checkmark {
  border: 1px solid #9b9b9b;
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  top: -3px;
}
.c-webinar-popup .gfield .c-checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.c-webinar-popup .gfield .validation_message {
  color: red;
  font-size: 0.875em;
}
.c-webinar-popup .gfield_required {
  display: none;
}
.c-webinar-popup .gfield_error input, .c-webinar-popup .gfield_error select, .c-webinar-popup .gfield_error textarea {
  border: 1px solid red;
}
.c-webinar-popup .privacy-check {
  text-align: center;
}
.c-webinar-popup .gform_footer {
  padding: 0 15px;
}
.c-webinar-popup .gform_footer input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  appearance: none;
  border: none;
  background-color: #000;
  color: white;
  position: relative;
  display: block !important;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  padding: 10px 50px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin: 10px auto !important;
  max-width: 250px;
}
@media (max-width: 1199.98px) {
  .c-webinar-popup .gform_footer input[type=submit] {
    padding: 8px 40px;
    margin: 8px auto;
    font-size: 0.7em;
  }
}
@media (max-width: 767.98px) {
  .c-webinar-popup .gform_footer input[type=submit] {
    width: 100%;
  }
}
.c-webinar-popup .gform_footer input[type=submit]:hover, .c-webinar-popup .gform_footer input[type=submit]:visited, .c-webinar-popup .gform_footer input[type=submit]:focus, .c-webinar-popup .gform_footer input[type=submit]:active {
  opacity: 0.9;
}
.c-webinar-popup .validation_error {
  color: #ff6600;
  padding: 15px;
}
