@font-face {
  font-family: 'nunitobold';
  src: url("/fonts/Nunito-Bold.eot");
  src: url("/fonts/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Nunito-Bold.woff") format("woff"), url("/fonts/Nunito-Bold.ttf") format("truetype"), url("/fonts/Nunito-Bold.svg#nunitobold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nunitobolditalic';
  src: url("/fonts/NunitoBoldItalic.eot");
  src: url("/fonts/NunitoBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/NunitoBoldItalic.woff") format("woff"), url("/fonts/NunitoBoldItalic.ttf") format("truetype"), url("/fonts/NunitoBoldItalic.svg#nunitobold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nunitomedium';
  src: url("/fonts/Nunito-Medium.eot");
  src: url("/fonts/Nunito-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Nunito-Medium.woff") format("woff"), url("/fonts/Nunito-Medium.ttf") format("truetype"), url("/fonts/Nunito-Medium.svg#nunitomedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nunitomediumitalic';
  src: url("/fonts/NunitoMediumItalic.eot");
  src: url("/fonts/NunitoMediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/NunitoMediumItalic.woff") format("woff"), url("/fonts/NunitoMediumItalic.ttf") format("truetype"), url("/fonts/NunitoMediumItalic.svg#nunitomediumitalic") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nunitoregular';
  src: url("/fonts/Nunito-Regular.eot");
  src: url("/fonts/Nunito-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Nunito-Regular.woff") format("woff"), url("/fonts/Nunito-Regular.ttf") format("truetype"), url("/fonts/Nunito-Regular.svg#nunitoregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nunitoregularitalic';
  src: url("/fonts/NunitoItalic.eot");
  src: url("/fonts/NunitoItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/NunitoItalic.woff") format("woff"), url("/fonts/NunitoItalic.ttf") format("truetype"), url("/fonts/NunitoItalic.svg#nunitoregularitalic") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nunitolight';
  src: url("/fonts/Nunito-Light.eot");
  src: url("/fonts/Nunito-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Nunito-Light.woff") format("woff"), url("/fonts/Nunito-Light.ttf") format("truetype"), url("/fonts/Nunito-Light.svg#nunitolight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'nunitolightitalic';
  src: url("/fonts/NunitoLightItalic.eot");
  src: url("/fonts/NunitoLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/NunitoLightItalic.woff") format("woff"), url("/fonts/NunitoLightItalic.ttf") format("truetype"), url("/fonts/NunitoLightItalic.svg#nunitolightitalic") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Slick';
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Freight Sans Light';
  src: url("/fonts/Freight-Sans-Light.otf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Freight Sans Book';
  src: url("/fonts/Freight-Sans-Book.otf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Freight Sans Medium';
  src: url("/fonts/Freight-Sans-Medium.otf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Freight Sans Black';
  src: url("/fonts/Freight-Sans-Black.otf");
  font-weight: 900;
  font-style: normal; }

h1 {
  font-family: 'expo-serif-pro' , Georgia , serif;
  font-weight: 100;
  font-size: 46px; }

.inline-form {
  width: 100%;
  max-width: 400px;
  background-color: rgba(6, 170, 255, 0.45);
  border-radius: 10px;
  display: inline-block;
  position: relative;
  top: 67px;
  right: -30px; }
  .inline-form .btn-close-v3 {
    display: none; }
  .inline-form .mask {
    display: none; }
  .inline-form form {
    margin: 15px 0 0; }
    .inline-form form .form-title {
      width: 90%;
      margin: 0;
      font-family: "nunitobold", Helvetica, Arial, sans-serif;
      font-size: 24px;
      color: #353F46;
      line-height: 34px;
      margin-bottom: 30px;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .inline-form form .form-title {
          width: 100%; } }
      @media screen and (max-width: 845px) {
        .inline-form form .form-title {
          width: 90%; } }
      @media screen and (max-width: 320px) {
        .inline-form form .form-title {
          width: 100%; } }
    .inline-form form .name-wrapper {
      width: 100%;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .inline-form form .name-wrapper .field {
        width: 49.1%;
        display: inline-block;
        margin: 0 0 15px; }
        .inline-form form .name-wrapper .field.name {
          width: 49%; }
          @media screen and (max-width: 1024px) {
            .inline-form form .name-wrapper .field.name {
              width: 48%; } }
          @media screen and (max-width: 845px) {
            .inline-form form .name-wrapper .field.name {
              width: 100%;
              margin-bottom: 15px; } }
        .inline-form form .name-wrapper .field.lastname {
          width: 49%; }
          @media screen and (max-width: 1024px) {
            .inline-form form .name-wrapper .field.lastname {
              width: 50%; } }
          @media screen and (max-width: 845px) {
            .inline-form form .name-wrapper .field.lastname {
              width: 100%; } }
        .inline-form form .name-wrapper .field#firstName .tooltip {
          width: auto;
          z-index: 1;
          top: 35px;
          right: auto;
          left: 8px; }
          .inline-form form .name-wrapper .field#firstName .tooltip.big {
            top: 35px; }
            .inline-form form .name-wrapper .field#firstName .tooltip.big:after {
              top: -8px;
              left: 11px; }
          .inline-form form .name-wrapper .field#firstName .tooltip:after {
            top: -8px;
            left: 11px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .inline-form form .field {
      width: 100%;
      margin: 0 0 15px; }
      .inline-form form .field .text {
        font: normal 15px/18px "nunitoregular", Helvetica, Arial, sans-serif; }
      .inline-form form .field.error .text, .inline-form form .field.error select {
        border-color: red; }
      .inline-form form .field.second {
        margin-top: 0; }
      .inline-form form .field .radio-input {
        width: 16px;
        height: 16px;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 0;
        outline: none;
        border: 1px solid #fff;
        margin-bottom: 3px; }
        .inline-form form .field .radio-input:checked {
          background: url("/img/global/point.png") center center no-repeat;
          background-size: 45%;
          border: 1px solid #fff; }
        .inline-form form .field .radio-input:focus {
          border: 1px solid #fff; }
      .inline-form form .field.field-checkbox {
        display: flex;
        align-items: flex-start !important;
        justify-content: center;
        margin-bottom: 10px;
        text-align: left; }
        .inline-form form .field.field-checkbox .checkbox {
          -webkit-appearance: checkbox;
          margin-right: 5px; }
        .inline-form form .field.field-checkbox label {
          width: 100%;
          max-width: 90%;
          color: #727272;
          font: 300 12px/16px "nunitolight", Helvetica, Arial, sans-serif; }
      .inline-form form .field .warning {
        bottom: 9px;
        right: 13px;
        color: #f55753;
        font-size: 12px; }
        .inline-form form .field .warning.area {
          bottom: 41px; }
        .inline-form form .field .warning.phone {
          bottom: 30px; }
      .inline-form form .field .tooltip .tooltip-msg {
        color: #fff;
        width: 100%;
        text-align: left;
        font-size: 11px;
        margin-bottom: 4px; }
      .inline-form form .field.number {
        margin-top: 0; }
      .inline-form form .field#otherRole, .inline-form form .field#otherHear {
        margin: 0 0 15px !important; }
        .inline-form form .field#otherRole.error, .inline-form form .field#otherHear.error {
          margin: 0 0 15px !important; }
        .inline-form form .field#otherRole .text, .inline-form form .field#otherHear .text {
          width: 100%;
          height: 40px;
          position: static;
          color: #353F46;
          border: 1px solid #ebebea; }
          .inline-form form .field#otherRole .text.move, .inline-form form .field#otherHear .text.move {
            top: -46px;
            left: 2px; }
      .inline-form form .field#otherHear small {
        bottom: 14px !important; }
      .inline-form form .field.edition-form {
        margin-bottom: 12px;
        text-align: center; }
        .inline-form form .field.edition-form label {
          color: #fff;
          font-family: "nunitolight", Helvetica, Arial, sans-serif;
          font-size: 15px; }
        .inline-form form .field.edition-form .eoLeft {
          display: inline-block;
          margin-right: 10px; }
        .inline-form form .field.edition-form .eoRight {
          display: inline-block; }
      .inline-form form .field select {
        font-family: "nunitoregular", Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 18px;
        border: 1px solid #ebebea;
        color: #727272;
        border-radius: 3px;
        outline: 0;
        padding: 10px 35px 10px 11px;
        width: 100%;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(/modal/forms/img/select_arrow.svg) no-repeat 300px 15px;
        background-color: #fff !important; }
        @media screen and (max-width: 414px) {
          .inline-form form .field select {
            background-position-x: 94%; } }
        .inline-form form .field select.optionSelect {
          color: #353F46; }
        .inline-form form .field select option {
          color: #1f1f2a; }
      .inline-form form .field .button {
        border-radius: 8px;
        font-size: 18px; }

.hidden--label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

legend {
  display: none; }

.checkbox--required {
  display: none;
  margin: 0 10px !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: red !important;
  font-family: "nunitoregular", Helvetica, Arial, sans-serif !important; }

.inline-form-site-license {
  background-color: #FFFFFF;
  padding: 25px 35px 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  display: inline-block;
  top: 67px;
  position: relative; }
  @media screen and (max-width: 414px) {
    .inline-form-site-license {
      max-width: 380px; } }
  @media screen and (max-width: 385px) {
    .inline-form-site-license {
      max-width: 330px; } }
  @media screen and (max-width: 335px) {
    .inline-form-site-license {
      max-width: 300px; } }
  .inline-form-site-license .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block; }
  .inline-form-site-license .btn-close-v3 {
    display: block;
    width: 35px;
    position: absolute;
    right: -15px;
    z-index: 1;
    top: -15px; }
  .inline-form-site-license fieldset {
    display: contents; }
  .inline-form-site-license form {
    margin: 0; }
    .inline-form-site-license form .form-title {
      width: 90%;
      margin: 0;
      font-family: "nunitobold", Helvetica, Arial, sans-serif;
      font-size: 24px;
      color: #353F46;
      line-height: 34px;
      margin-bottom: 10px;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .inline-form-site-license form .form-title {
          width: 100%; } }
      @media screen and (max-width: 845px) {
        .inline-form-site-license form .form-title {
          width: 90%; } }
      @media screen and (max-width: 320px) {
        .inline-form-site-license form .form-title {
          width: 100%; } }
    .inline-form-site-license form .form-subtitle {
      text-align: left;
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 30px;
      font-family: "nunitoregular", Helvetica, Arial, sans-serif;
      color: #727272; }
    .inline-form-site-license form .name-wrapper {
      width: 100%;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .inline-form-site-license form .field {
      width: 100%;
      margin: 0 0 10px !important; }
      .inline-form-site-license form .field .example {
        margin: 7px 0 0 0; }
      .inline-form-site-license form .field.error .text,
      .inline-form-site-license form .field.error select {
        border-color: red; }
      .inline-form-site-license form .field .warning.phone {
        bottom: 29px; }
      @media screen and (max-width: 767px) {
        .inline-form-site-license form .field .tooltip-msg {
          font-size: 11px !important; } }
      .inline-form-site-license form .field .warning {
        right: 13px; }
      .inline-form-site-license form .field.name {
        width: 49%; }
        @media screen and (max-width: 1024px) {
          .inline-form-site-license form .field.name {
            width: 48%; } }
        @media screen and (max-width: 845px) {
          .inline-form-site-license form .field.name {
            width: 100%;
            margin-bottom: 15px; } }
      .inline-form-site-license form .field.lastname {
        width: 49%; }
        @media screen and (max-width: 1024px) {
          .inline-form-site-license form .field.lastname {
            width: 50%; } }
        @media screen and (max-width: 845px) {
          .inline-form-site-license form .field.lastname {
            width: 100%; } }
      .inline-form-site-license form .field.product-container {
        border: 1px solid #ebebea;
        padding: 10px 15px;
        width: auto; }
        .inline-form-site-license form .field.product-container.error {
          border-color: red; }
          .inline-form-site-license form .field.product-container.error .warning {
            bottom: 9px; }
            .inline-form-site-license form .field.product-container.error .warning img {
              height: 18px; }
        .inline-form-site-license form .field.product-container p {
          text-align: left;
          font-size: 15px;
          line-height: 25px;
          font-family: "nunitoregular", Helvetica, Arial, sans-serif;
          color: #727272;
          margin-bottom: 5px; }
        .inline-form-site-license form .field.product-container .field-checkbox:nth-child(7) {
          margin-bottom: 0 !important; }
      .inline-form-site-license form .field#otherRole .text,
      .inline-form-site-license form .field#otherRole select, .inline-form-site-license form .field#otherHear .text,
      .inline-form-site-license form .field#otherHear select,
      .inline-form-site-license form .field#school_type .inline-form-site-license form .field#interested .text,
      .inline-form-site-license form .field#school_type .inline-form-site-license form .field#interested select {
        width: 100%;
        height: 40px;
        position: static;
        color: #353F46;
        border: 1px solid #ebebea; }
      .inline-form-site-license form .field#otherRole.error .text,
      .inline-form-site-license form .field#otherRole.error select, .inline-form-site-license form .field#otherHear.error .text,
      .inline-form-site-license form .field#otherHear.error select,
      .inline-form-site-license form .field#school_type .inline-form-site-license form .field#interested.error .text,
      .inline-form-site-license form .field#school_type .inline-form-site-license form .field#interested.error select {
        border-color: red; }
      .inline-form-site-license form .field#otherRole.error .warning, .inline-form-site-license form .field#otherHear.error .warning,
      .inline-form-site-license form .field#school_type .inline-form-site-license form .field#interested.error .warning {
        bottom: 9px; }
        .inline-form-site-license form .field#otherRole.error .warning img, .inline-form-site-license form .field#otherHear.error .warning img,
        .inline-form-site-license form .field#school_type .inline-form-site-license form .field#interested.error .warning img {
          height: 18px; }
      .inline-form-site-license form .field#otherRole :focus, .inline-form-site-license form .field#otherHear :focus,
      .inline-form-site-license form .field#school_type .inline-form-site-license form .field#interested :focus {
        border: 1px solid #0686FF; }
      .inline-form-site-license form .field .tooltip {
        width: auto;
        z-index: 1;
        top: 35px;
        right: auto;
        left: 8px; }
        .inline-form-site-license form .field .tooltip.big {
          top: 35px; }
          .inline-form-site-license form .field .tooltip.big:after {
            top: -8px;
            left: 11px; }
        .inline-form-site-license form .field .tooltip:after {
          top: -8px;
          left: 11px;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .inline-form-site-license form .field .text {
        font-family: "nunitoregular", Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 18px;
        color: #353F46; }
      .inline-form-site-license form .field select {
        font-size: 15px;
        line-height: 18px;
        border: 1px solid #ebebea;
        color: #727272;
        appearance: none;
        -webkit-appearance: none;
        background: url(/modal/forms/img/select_arrow.svg) no-repeat 95% 50%;
        outline: none;
        padding: 10px 35px 10px 11px;
        font-family: "nunitoregular", Helvetica, Arial, sans-serif;
        background-color: #fff;
        width: 100%;
        cursor: pointer; }
        .inline-form-site-license form .field select.optionSelect {
          color: #353F46; }
        .inline-form-site-license form .field select.product_interest {
          overflow-y: hidden;
          padding: 10px;
          background: url(/modal/forms/img/select_arrow.svg) no-repeat 95% 15px; }
          .inline-form-site-license form .field select.product_interest.mobile {
            height: 40px; }
          .inline-form-site-license form .field select.product_interest.desk {
            height: 175px; }
          .inline-form-site-license form .field select.product_interest.firefox {
            height: 190px; }
          .inline-form-site-license form .field select.product_interest option {
            color: #727272; }
            .inline-form-site-license form .field select.product_interest option:first-child {
              margin-bottom: 5px;
              padding-bottom: 3px;
              background: none; }
      .inline-form-site-license form .field label {
        color: #727272 !important; }
      .inline-form-site-license form .field .button {
        margin-top: 20px;
        border-radius: 8px;
        font-size: 20px;
        font-family: "nunitomedium", Helvetica, Arial, sans-serif; }
        .inline-form-site-license form .field .button:hover {
          background-color: #005C8D; }
        @media screen and (max-width: 845px) {
          .inline-form-site-license form .field .button {
            margin-bottom: 30px; } }
      .inline-form-site-license form .field.field-checkbox {
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: wrap; }
        .inline-form-site-license form .field.field-checkbox span {
          font-size: 12px;
          line-height: 16px;
          color: #727272 !important;
          font-family: "nunitoregular", Helvetica, Arial, sans-serif; }
        .inline-form-site-license form .field.field-checkbox label {
          font-family: "nunitoregular", Helvetica, Arial, sans-serif;
          max-width: 93%; }
        .inline-form-site-license form .field.field-checkbox.error .checkbox--required {
          display: block;
          color: red !important;
          margin-left: 15px !important; }
        .inline-form-site-license form .field.field-checkbox .checkbox.consent {
          top: 2px; }
      .inline-form-site-license form .field.field-checkbox.consent {
        align-items: baseline !important; }
    .inline-form-site-license form .captcha_container {
      display: flex;
      justify-content: center;
      margin-bottom: 0 !important; }

.mfp-wrap {
  top: 0 !important; }

.mfp-content {
  top: 0; }
  @media screen and (max-width: 845px) {
    .mfp-content {
      top: 80px; } }

@media screen and (max-width: 375px) {
  .mfp-container:before {
    height: unset; } }
