@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.active-item {
  background: url('/images/icon/activeItem.svg') no-repeat center center;
  width: 100%;
  height: 20px;
  display: inline-block;
  position: absolute;
  bottom: -30px;
}
* {
  font-family: 'Manrope', sans-serif;
}
html {
  scroll-behavior: smooth;
}
.center {
  margin: 0 auto;
  text-align: center;
}
input[type='text'] {
  font-size: 200px;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
h1 {
  font-size: 110px;
  line-height: 140px;
  font-weight: 800;
}
h2 {
  font-size: 60px;
  line-height: normal;
  font-weight: 700;
}
h3 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
input.mini {
  width: 4px;
  height: 4px;
}
input {
  font-size: 10px;
}
IMG {
  display: block;
}
i,
em {
  font-style: italic;
  color: inherit;
}
.hidden {
  display: none!important;
}
.banner-video {
  position: absolute;
  bottom: -390px;
  right: 0;
  max-width: 900px;
  max-height: 450px;
  border: 4px solid white;
}
.ui-dialog {
  border: unset !important;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  /*min-width: 1600px;*/
  width: 85% !important;
  background: #eaf4f9;
  box-shadow: 20px 14px 130px 15px #b0b0b0;
  padding: 0 50px !important;
}
.ui-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog .ui-button .ui-icon {
  background-image: url('/images/_theme/popup-close.png');
  background-position: unset;
  width: 76px;
  height: 76px;
}
.ui-dialog .ui-dialog-titlebar-close {
  border: unset;
  background: unset;
  width: unset;
  height: unset;
}
.ui-dialog .ui-dialog-titlebar {
  padding: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border: unset;
  background: unset;
}
#timer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9f2f7;
  backdrop-filter: blur(2px);
  padding: 160px 0 100px;
}
#timer-container #timer {
  text-align: center;
  font-family: Manrope;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
#timer-container #timer .time {
  flex-shrink: 0;
  color: #21409a;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#timer-container #timer .time span {
  background-image: url('/images/_theme/blue-circle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  min-height: 172px;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  color: white;
  margin-bottom: 13px;
}
.success-popup {
  padding: 80px 0 !important;
  max-width: 1300px;
  margin: auto;
}
.success-popup img {
  margin-bottom: 45px;
  max-width: 560px;
}
.success-popup h2 {
  color: #21409a;
  font-family: 'Manrope', sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 70px;
  line-height: 72px;
}
.success-popup p {
  color: #21409a;
  font-family: 'Manrope', sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 25px;
}
#sccss-msg {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #ed1d24;
  margin-top: 20px;
}
.newsletter-wrap {
  margin: 146px auto;
  max-width: 1440px;
  margin-top: 40px;
}
.newsletter-wrap .main-inner {
  max-width: 875px;
  margin-left: auto;
}
.newsletter-wrap .main-inner .nl-message {
  font-size: 20px;
  line-height: 40px;
  color: #ed1d24;
}
.newsletter-wrap .main-inner h2 {
  color: #21409a;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 80px;
}
.newsletter-wrap .main-inner p {
  color: #21409a;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 50px;
  max-width: 800px;
}
.newsletter-wrap .main-inner .form-input {
  display: block;
  box-sizing: border-box;
  min-width: 645px;
  padding: 22px 30px;
  font-size: 20px;
  line-height: 40px;
  color: #6cb3e0;
  margin-bottom: 20px;
  background-color: #ebf5fa;
  border-radius: 5px;
  backdrop-filter: blur(50px);
  border: 1px solid #21409a;
}
.newsletter-wrap .main-inner .cbPrivola {
  margin-bottom: 60px;
  box-sizing: border-box;
  max-width: fit-content;
}
.newsletter-wrap .main-inner .cbPrivola input {
  display: none;
}
.newsletter-wrap .main-inner .cbPrivola .newsletter-privola {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #21409a;
  background: url('/images/_theme/unchecked-btn.svg');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 24px 41px;
  background-position: left center;
  padding-left: 50px;
  cursor: pointer;
  margin-bottom: 10px;
}
.newsletter-wrap .main-inner .cbPrivola .newsletter-privola a {
  color: #ed1d24;
}
.newsletter-wrap .main-inner .cbPrivola .newsletter-privola.checked {
  background: url('/images/_theme/checked-btn.svg') no-repeat;
  background-size: auto;
  background-size: 24px 41px;
}
.newsletter-wrap .main-inner .submit-nl {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  color: white;
  background-color: #ed1d24;
  border: unset;
  padding: 18px 104px;
  border-radius: unset;
  cursor: pointer;
  display: block;
  max-width: fit-content;
}
.newsletter-wrap .main-inner .submit-nl:hover {
  text-decoration: unset;
  background-color: #d00f16;
}
.custom-loader {
  display: none;
}
.custom-loader img {
  margin: 0 auto;
  max-width: 100px;
}
body {
  font-family: 'Manrope', sans-serif;
}
body .expectation-wrapper {
  padding: 100px 0;
}
body .expectation-wrapper .inner-wrapper {
  max-width: 1430px;
  margin: 0 auto;
}
body .expectation-wrapper .inner-wrapper h2 {
  color: #21409a;
  margin-bottom: 90px;
}
body .expectation-wrapper .inner-wrapper .expectations-grid .card {
  display: flex;
  gap: 56px;
  align-items: center;
  padding: 75px 64px 64px 54px;
  width: 100%;
  border-radius: 8px;
  background: #e9f2f7;
  margin-bottom: 43px;
}
body .expectation-wrapper .inner-wrapper .expectations-grid .card .card-title {
  color: #21409a;
  font-size: 35px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
body .expectation-wrapper .inner-wrapper .expectations-grid .card .card-desc {
  color: #21409a;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
body .footer-mobile {
  padding: 42px 34px;
  padding-bottom: 30px;
}
body .footer-mobile .upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
body .footer-mobile .upper .socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .footer-mobile .upper .socials a {
  margin-right: 14px;
}
body .footer-mobile .upper .socials a img {
  max-width: 27px;
  max-height: 27px;
}
body .footer-mobile .upper .socials a:last-of-type {
  margin-right: unset;
}
body .footer-mobile ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
body .footer-mobile ul li a {
  font-size: 10px;
  line-height: 19px;
  font-weight: 700;
  color: #21409a;
}
body .footer-mobile .novena {
  text-align: right;
  font-size: 10px;
  line-height: 19px;
  color: #21409a;
  margin-left: auto;
  display: block;
  width: fit-content;
}
body .mobile-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  display: none;
  z-index: 3;
  padding: 30px 38px;
  background-color: #21409a;
}
body .mobile-menu ul li:first-of-type a {
  padding-top: unset;
}
body .mobile-menu ul li:last-of-type a {
  border-bottom: unset;
  padding-bottom: unset;
}
body .mobile-menu ul li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: white;
  border-bottom: 1px solid white;
  padding: 24px 0;
  padding-bottom: 24px;
  display: block;
  width: 100%;
}
body .header-mobile {
  padding: 20px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  position: relative;
  background-color: white;
}
body .header-mobile a img {
  max-width: 112px;
}
body .header-mobile .buttons-wrap {
  display: flex;
  align-items: center;
}
body .header-mobile .buttons-wrap .hamburger {
  margin-left: 16px;
  background-image: url('/images/_theme/hambi.svg');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: ease-out 0.7s;
  -moz-transition: ease-out 0.7s;
  transition: ease-out 0.7s;
}
body .header-mobile .buttons-wrap .hamburger.active {
  background-image: url('/images/_theme/exit-icon.svg');
  -webkit-transition: ease-out 0.7s;
  -moz-transition: ease-out 0.7s;
  transition: ease-out 0.7s;
}
body .registration-wrapper .inner-wrapper {
  max-width: 1430px;
  margin: 0 auto;
  /*display: flex;
      justify-content: space-between;*/

}
body .registration-wrapper .inner-wrapper h2 {
  color: #21409a;
  margin-bottom: 30px;
}
body .registration-wrapper .inner-wrapper .subheading {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 70px;
}
body .registration-wrapper .inner-wrapper .btnSubmit,
body .registration-wrapper .inner-wrapper .btnSubmitAbstract {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  color: white;
  background-color: #ed1d24;
  border: unset;
  min-width: 330px;
  min-height: 70px;
  border-radius: unset;
  cursor: pointer;
}
body .registration-wrapper .inner-wrapper .btnSubmit:hover,
body .registration-wrapper .inner-wrapper .btnSubmitAbstract:hover {
  background-color: #d00f16;
}
body .registration-wrapper .inner-wrapper .abstract-part {
  max-width: 645px;
  width: 100%;
}
body .registration-wrapper .inner-wrapper .abstract-part .image-upload {
  background: rgba(179, 222, 249, 0.21);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%2321409AFF' stroke-width='3' stroke-dasharray='10%2c 25' stroke-dashoffset='9' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 10px;
  max-width: 100%;
  min-width: 100%;
  padding: 23px 0;
  margin-bottom: 45px;
}
body .registration-wrapper .inner-wrapper .abstract-part .image-upload.is-dragover {
  background: #d9d9d9;
}
body .registration-wrapper .inner-wrapper .abstract-part .image-upload img {
  margin: 0 auto;
  margin-bottom: 35px;
}
body .registration-wrapper .inner-wrapper .abstract-part .image-upload .browser {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #6cb3e0;
}
body .registration-wrapper .inner-wrapper .abstract-part .image-upload .supports {
  font-size: 20px;
  line-height: 40px;
  color: #b4cbd9;
  text-align: center;
}
body .registration-wrapper .inner-wrapper .abstract-part .color-pink {
  position: absolute;
  width: 570px;
  height: 390px;
  background: radial-gradient(circle at 20% 50%, rgba(237, 29, 36, 0.17), rgba(237, 29, 36, 0.17));
  right: 0px;
  border-radius: 100%;
  margin-top: -70px;
  opacity: 0.5;
  filter: blur(200px);
}
body .registration-wrapper .inner-wrapper .abstract-part h2 {
  margin-bottom: 70px;
  color: #21409a;
}
body .registration-wrapper .inner-wrapper .abstract-part .FileName1 {
  font-size: 18px;
  line-height: 36px;
  color: #6cb3e0;
  margin-top: -40px;
  min-height: 40px;
  margin-bottom: 25px;
}
body .registration-wrapper .inner-wrapper .registration-part {
  max-width: 645px;
  width: 100%;
}
body .registration-wrapper .inner-wrapper .registration-part .upload-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 40px;
  background: rgba(179, 222, 249, 0.21);
  border: 1px solid #21409a;
  border-radius: 10px;
}
body .registration-wrapper .inner-wrapper .registration-part .upload-btn p,
body .registration-wrapper .inner-wrapper .registration-part .upload-btn input {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #6cb3e0;
}
body .registration-wrapper .inner-wrapper .registration-part .upload-btn a,
body .registration-wrapper .inner-wrapper .registration-part .upload-btn label {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: #21409a;
  cursor: pointer;
}
body .registration-wrapper .inner-wrapper .registration-part .upload-btn .upload-file-url {
  border: none;
  background: none;
}
body .registration-wrapper .inner-wrapper .registration-part .upload-btn .upload-file-url:focus {
  outline: none;
}
body .registration-wrapper .inner-wrapper .registration-part .color-blue {
  position: absolute;
  filter: blur(200px);
  background: radial-gradient(circle at 20% 50%, #a9d5f1, #a9d5f1);
  opacity: 0.5;
  left: 30px;
  width: 500px;
  height: 390px;
  border-radius: 100%;
  margin-top: -80px;
}
body .registration-wrapper .inner-wrapper .registration-part .subheading {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 70px;
}
body .registration-wrapper .inner-wrapper .registration-part h2 {
  color: #21409a;
  margin-bottom: 15px;
}
body .registration-form textarea {
  border: unset;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #6cb3e0;
  padding: 37px 32px;
  /*min-width: 800px;*/
  margin-bottom: 40px;
  background: rgba(179, 222, 249, 0.21);
  background-image: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%2321409AFF' stroke-width='3' stroke-dasharray='10%2c 25' stroke-dashoffset='9' stroke-linecap='round'/%3e%3c/svg%3e");
}
body .registration-form .lab-headline {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
body .registration-form .lab-info {
  font-size: 20px;
  line-height: 36px;
}
body .registration-form h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #21409a;
  margin-bottom: 54px;
}
body .registration-form .CoAuthors-wrap {
  margin-top: 130px;
}
body .registration-form .btnAddAuthor {
  color: white;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  background-color: #ed1d24;
  border: unset;
  padding: 12px 16px;
  max-width: 157px;
  margin-bottom: 80px;
  cursor: pointer;
}
body .registration-form .paper-submission {
  margin-top: 100px;
}
body .registration-form h4 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: #21409a;
  margin-bottom: 15px;
}
body .registration-form .mustCheck {
  font-size: 16px;
  line-height: 24px;
  color: #ed1d24;
  margin-bottom: 15px;
}
body .registration-form .submit-message {
  margin-top: 20px;
}
body .registration-form .returned-message,
body .registration-form .submit-message {
  font-size: 16px;
  line-height: 24px;
  color: #ed1d24;
  margin-bottom: 45px;
}
body .registration-form div {
  position: relative;
}
body .registration-form div.warning input,
body .registration-form div.warning select {
  border: 1px solid #ed1d24;
  background-color: #f9d5d7;
}
body .registration-form div input,
body .registration-form div select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 22px 30px;
  font-size: 20px;
  line-height: 40px;
  color: #6cb3e0;
  margin-bottom: 44px;
  background-color: #ebf5fa;
  border-radius: 5px;
  backdrop-filter: blur(50px);
  border: 1px solid #21409a;
}
body .registration-form div input::placeholder,
body .registration-form div select::placeholder {
  font-size: 20px;
  line-height: 40px;
  color: #6cb3e0;
}
body .registration-form div .participate-traning input,
body .registration-form div .terms input {
  display: none;
}
body .registration-form div label {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #21409a;
  background: url('/images/_theme/unchecked-btn.svg');
  background-repeat: no-repeat;
  background-size: 24px 41px;
  background-position: left center;
  padding-left: 50px;
  cursor: pointer;
  margin-bottom: 10px;
}
body .registration-form div label.checked {
  background: url('/images/_theme/checked-btn.svg') no-repeat;
  background-size: 24px 41px;
  background-position: left -5px;
}
body .registration-form div span.error {
  display: none;
  margin-top: -35px;
  font-size: 24px;
  line-height: 40px;
  color: #fd0707;
}
body .registration-form div span.error_show {
  display: block;
  color: #fd0707;
  font-size: 16px;
  line-height: 20px;
  display: block;
  position: absolute;
  bottom: -26px;
  background-image: url('/images/_theme/warning-red.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-size: contain;
  left: 98px;
}
body .speaker-wrapper {
  padding: 100px 0;
  padding-bottom: 200px;
}
body .speaker-wrapper .inner-wrapper {
  max-width: 1430px;
  margin: 0 auto;
  background-image: black;
}
body .speaker-wrapper .inner-wrapper h2 {
  color: #21409a;
  margin-bottom: 50px;
}
body .speaker-wrapper .inner-wrapper .short-intro {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 170px;
}
body .speaker-wrapper .inner-wrapper .button-holder {
  width: fit-content;
  margin: 0 auto;
  /*padding-top: 80px;*/

}
body .speaker-wrapper .inner-wrapper .color-blue {
  position: absolute;
  filter: blur(150px);
  background: radial-gradient(circle at 20% 50%, #a9d5f1, #a9d5f1);
  opacity: 0.5;
  left: 0px;
  width: 500px;
  height: 390px;
  border-radius: 100%;
  margin-top: -180px;
}
body .speaker-wrapper .inner-wrapper .color-blue-right {
  position: absolute;
  width: 570px;
  height: 390px;
  background: radial-gradient(circle at 20% 50%, #a9d5f1, #a9d5f1);
  right: 0px;
  border-radius: 100%;
  margin-top: -70px;
  opacity: 0.5;
  filter: blur(150px);
}
body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+2) .upper .background-shapes,
body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .background-shapes,
body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n) .upper .background-shapes {
  background-size: 329px 329px;
  left: -95px;
}
body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n) .upper .background-shapes {
  background-image: url('/images/_theme/speaker-shape-01.png');
}
body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n) .upper .geometry-shapes {
  background-image: url('/images/_theme/speaker-shape-3-3.svg');
  left: -45px;
  top: -40px;
}
body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+2) .upper .background-shapes {
  background-image: url('/images/_theme/speaker-shape-01.png');
}
body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+2) .upper .geometry-shapes {
  background-image: url('/images/_theme/speaker-shape-1-1.svg');
}
body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .background-shapes {
  background-image: url('/images/_theme/speaker-shape-01.png');
}
body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .geometry-shapes {
  background-image: url('/images/_theme/speaker-shape-2-2-2.svg');
  left: -35px;
  top: -66px;
  z-index: 2;
}
body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .triangle-shapes {
  background-image: url('/images/_theme/speaker-shape-2-2.svg');
}
body .speaker-wrapper .inner-wrapper .speaker-box {
  margin-bottom: 130px;
  cursor: pointer;
}
body .speaker-wrapper .inner-wrapper .speaker-box .upper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
body .speaker-wrapper .inner-wrapper .speaker-box .upper .background-shapes {
  min-width: 440px;
  min-height: 440px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  left: -54px;
  top: -94px;
}
body .speaker-wrapper .inner-wrapper .speaker-box .upper .speaker-picture {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  border-radius: 50%;
  background-size: cover;
}
body .speaker-wrapper .inner-wrapper .speaker-box .upper .geometry-shapes,
body .speaker-wrapper .inner-wrapper .speaker-box .upper .triangle-shapes {
  width: 370px;
  height: 370px;
  margin: 0 auto;
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  left: -75px;
  top: -60px;
}
body .speaker-wrapper .inner-wrapper .speaker-box .upper .triangle-shapes {
  left: -60px;
  top: -68px;
  z-index: 0;
}
body .speaker-wrapper .inner-wrapper .speaker-box .upper img {
  margin: 0 auto;
  display: block;
  position: relative;
}
body .speaker-wrapper .inner-wrapper .speaker-box .lower {
  margin: 0 auto;
  display: block;
  padding-top: 50px;
}
body .speaker-wrapper .inner-wrapper .speaker-box .lower p {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #ed1d24;
  text-align: center;
}
body .program-wrapper {
  padding: 60px 0 180px 0;
}
body .program-wrapper .inner {
  max-width: 1430px;
  margin: 0 auto;
}
body .program-wrapper .inner h2 {
  color: #21409a;
  margin-bottom: 75px;
}
body .program-wrapper .inner .event-wrapper {
  background: #fafafa;
  border: 1px solid #6cb3e0;
  border-radius: 20px;
  max-width: 1430px;
  margin: 0 auto;
}
body .program-wrapper .inner .event-wrapper .headline {
  padding: 50px 80px;
  border-bottom: 1px solid #6cb3e0;
}
body .program-wrapper .inner .event-wrapper .headline h2 {
  color: #21409a;
  margin-bottom: unset;
}
body .program-wrapper .inner .event-wrapper .event-box.grey {
  background-color: #f1f1f1;
}
body .program-wrapper .inner .event-wrapper .event-box:last-of-type .upper-main {
  border-bottom: unset;
}
body .program-wrapper .inner .event-wrapper .event-box:last-of-type .lower {
  border-bottom: unset;
  border-radius: 20px;
}
body .program-wrapper .inner .event-wrapper .event-box.active .upper-main {
  background-color: rgba(108, 179, 224, 0.4);
}
body .program-wrapper .inner .event-wrapper .event-box.active .upper-main .buttons-wrapper .lecture-button .open-icon {
  background-image: url('/images/_theme/minus.png');
}
body .program-wrapper .inner .event-wrapper .event-box.active .lower {
  display: block;
}
body .program-wrapper .inner .event-wrapper .event-box .upper-main:last-of-type {
  border-radius: unset;
}
body .program-wrapper .inner .event-wrapper .event-box .upper-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #6cb3e0;
  padding: 50px 80px;
  padding-right: 68px;
}
body .program-wrapper .inner .event-wrapper .event-box .upper-main .info p {
  font-size: 30px;
  line-height: 40px;
}
body .program-wrapper .inner .event-wrapper .event-box .upper-main .info p b {
  font-weight: 700;
}
body .program-wrapper .inner .event-wrapper .event-box .upper-main .buttons-wrapper .lecture-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  color: #21409a;
  font-weight: 700;
  min-height: 50px;
}
body .program-wrapper .inner .event-wrapper .event-box .upper-main .buttons-wrapper .lecture-button .open-icon {
  background-image: url('/images/_theme/plus.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
body .program-wrapper .inner .event-wrapper .event-box .upper-main .buttons-wrapper .lecture-button .open-icon.active {
  background-image: url('/images/_theme/minus.png');
}
body .program-wrapper .inner .event-wrapper .event-box .lower {
  display: none;
  padding: 50px 80px;
  padding-right: 68px;
  background-color: #eaf4f9;
}
body .program-wrapper .inner .event-wrapper .event-box .lower p {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
body .program-wrapper .inner .event-wrapper .event-box .lower p b {
  font-weight: 700;
}
body .sponsors-wrapper {
  background-color: #21409a;
}
body .sponsors-wrapper .inner-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 0;
}
body .sponsors-wrapper .inner-wrapper h2 {
  color: white;
  margin-bottom: 65px;
}
body .sponsors-wrapper .inner-wrapper .sponsor-list a {
  display: block;
  width: fit-content;
}
body .sponsors-wrapper .inner-wrapper .sponsor-list .box {
  width: 250px;
  min-height: 98px;
  /*background-color: #D9D9D9;*/
  margin-bottom: 85px;
  display: block;
  padding-right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .accommodation-wrapper {
  background: #fbfbfb;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 175px 0;
}
body .accommodation-wrapper .inner {
  max-width: 1430px;
  margin: 0 auto;
}
body .accommodation-wrapper h2 {
  color: #21409a;
  margin-bottom: 82px;
}
body .accommodation-wrapper .inner-content p {
  color: #21409a;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 50px;
}
body .accommodation-wrapper .inner-content p b {
  font-weight: 700;
}
body .accommodation-wrapper .outer-slider {
  position: relative;
}
body .accommodation-wrapper .outer-slider .nav-holder {
  display: flex;
  width: 1660px;
  position: absolute;
  top: 0px;
  justify-content: space-between;
  right: 3px;
}
body .accommodation-wrapper .outer-slider .nav-holder .prev-acc,
body .accommodation-wrapper .outer-slider .nav-holder .next-acc {
  cursor: pointer;
  background: linear-gradient(110deg, white 0%, rgba(255, 255, 255, 0) 100%);
  width: 165px;
  height: 344px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
body .accommodation-wrapper .outer-slider .nav-holder .prev-acc .prev-arrow-box {
  background-image: url('/images/_theme/arrow-red.svg');
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 54px;
}
body .accommodation-wrapper .outer-slider .nav-holder .next-acc {
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
body .accommodation-wrapper .outer-slider .nav-holder .next-acc .next-arrow-box {
  background-image: url('/images/_theme/arrow-red.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 54px;
}
body .accommodation-wrapper .acc-slider {
  width: 100%;
  margin: 100px 0 175px 240px;
  max-width: 1660px;
  z-index: 1;
  position: relative;
}
body .accommodation-wrapper .acc-slider .slick-list {
  padding-left: unset !important;
}
body .accommodation-wrapper .acc-slider .slide a {
  max-width: fit-content;
}
body .accommodation-wrapper .acc-slider .slide .acc-picture {
  min-width: 512px;
  min-height: 342px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-right: 30px;
}
body .accommodation-button {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  color: white;
  background-color: #ed1d24;
  border: unset;
  max-width: 330px;
  min-height: 70px;
  border-radius: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
}
body .accommodation-button:hover {
  background-color: #d00f16;
  text-decoration: unset;
}
body .fancybox-skin {
  padding: unset !important;
}
body .comittee_wrapper .inner {
  display: flex;
  align-items: center;
  padding: 40px 0 100px;
}
body .comittee_wrapper .inner img {
  margin-right: 200px;
}
body .comittee_wrapper .inner .inner-content {
  max-width: 800px;
}
body .comittee_wrapper .inner .inner-content h2 {
  color: #21409a;
  margin-bottom: 110px;
}
body .comittee_wrapper .inner .inner-content p {
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  color: #21409a;
}
body .comittee_wrapper .inner .inner-content p b {
  font-weight: 700;
}
body .invite-wrapper {
  background: rgba(244, 244, 244, 0.8);
  backdrop-filter: blur(2px);
}
body .invite-wrapper .inner {
  display: flex;
  align-items: center;
}
body .invite-wrapper .inner .banner-left {
  margin-right: 128px;
}
body .invite-wrapper .inner .inner-content {
  max-width: 900px;
  padding: 75px 0;
}
body .invite-wrapper .inner .inner-content h3 {
  color: #21409a;
  margin-bottom: 40px;
}
body .invite-wrapper .inner .inner-content p {
  font-size: 26px;
  line-height: 45px;
  color: #21409a;
  margin-bottom: 25px;
}
body .main-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 723px;
}
body .main-banner .background-picture {
  width: 100%;
  position: absolute;
  z-index: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url('/images/_theme/BV-CRSA-web-v2.jpg');
  background-repeat: no-repeat;
}
body .main-banner .banner-content {
  padding: 180px 240px;
  position: relative;
  z-index: 1;
  padding-bottom: 240px;
}
body .main-banner .banner-content ul li {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: white;
}
body .main-banner .banner-content .meeting-date-wrap {
  background-color: #ed1d24;
  border-radius: 50%;
  background-size: contain;
  min-width: 245px;
  min-height: 245px;
  background-repeat: no-repeat;
  position: absolute;
  right: 220px;
  top: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main-banner .banner-content .meeting-date-wrap p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: white;
  max-width: 200px;
  text-align: center;
  margin-top: unset;
}
body .main-banner .banner-content h1 {
  color: white;
}
body .main-banner .banner-content h4 {
  color: white;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
body .main-banner .banner-content h4 span.bolded {
  font-weight: 900;
}
body .main-banner .banner-content h4 span.thinner {
  font-weight: 300;
  margin: 0 5px;
}
body .main-banner .banner-content p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: white;
  margin-top: 45px;
  max-width: 1130px;
}
body footer .footer-wrapper {
  padding: 22px 0;
  max-width: 1448px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 90px;
}
body footer .footer-wrapper a {
  font-size: 18px;
  line-height: 38px;
  font-weight: 700;
  color: #21409a;
}
body footer .footer-wrapper p {
  font-size: 18px;
  line-height: 38px;
  color: #21409a;
}
body footer .footer-wrapper .socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer .footer-wrapper .socials a {
  margin-right: 22px;
}
body footer .footer-wrapper .socials a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
body footer .footer-wrapper .socials a:last-of-type {
  margin-right: unset;
}
body .primary-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 154px;
  min-height: 48px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: white;
  background-color: #ed1d24;
}
body .primary-button:hover {
  background-color: #d00f16;
  text-decoration: unset;
  transition: 0.3s all;
}
body .primary-button.banner {
  max-width: 420px;
  min-height: 95px;
  font-size: 35px;
  line-height: 48px;
  margin-top: 80px;
}
body #speaker-dialog {
  padding: 30px 35px;
}
body #speaker-dialog h4 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #21409a;
  margin-bottom: 40px;
}
body #speaker-dialog .content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
body #speaker-dialog .content img {
  max-width: 330px;
}
body #speaker-dialog .content .desc {
  padding-top: 30px;
}
body #speaker-dialog .content p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}
body #speaker-dialog .content p:last-of-type {
  margin-bottom: unset;
}
body .speaker-ui-dialog {
  width: 70% !important;
  /*.ui-button-icon{
      margin-top: -35px;
      margin-left: -36px;
    }*/

}
body .speaker-ui-dialog .ui-dialog-titlebar-close {
  margin: -35px 22px 0 0;
  z-index: 1000;
}
body header .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 56, 113, 0.7);
  z-index: 2;
  position: fixed;
  display: none;
}
body header .overlay.active {
  display: block;
}
body header .header-wrapper {
  padding: 22px 0;
  max-width: 1448px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header .header-wrapper .logo:hover {
  text-decoration: unset;
}
body header .header-wrapper .logo a:first-of-type img {
  margin-right: 40px;
}
body header .header-wrapper .logo img {
  display: inline-block;
  vertical-align: middle;
}
body header .header-wrapper .nav {
  display: flex;
  align-items: center;
}
body header .header-wrapper .nav .nav-list {
  margin-right: 110px;
  display: flex;
  align-items: center;
}
body header .header-wrapper .nav .nav-list a {
  margin-right: 80px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #21409a;
  padding: 5px;
  letter-spacing: 0.1px;
}
body header .header-wrapper .nav .nav-list a:hover {
  text-decoration: unset;
  font-weight: 700;
  letter-spacing: -0.39px;
}
body header .header-wrapper .nav .nav-list a:last-of-type {
  margin-right: unset;
}
.ui-dialog {
  padding: unset !important;
}
.fontDsylectic {
  font-family: 'Inter', sans-serif;
}
@font-face {
  font-family: OmoType;
  src: url(https://asset.novena.hr/fonts/omotypestd/OmoType-BoldStdThree.ttf);
}
#accessibility-button {
  position: relative;
  background: unset;
  border: unset;
  cursor: pointer;
}
#accessibility-button .icon-accessibility {
  cursor: pointer;
}
#accessibility-menu {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 43px !important;
  background-color: black;
  min-width: 412px;
  padding: 44px 24px;
  left: unset !important;
}
#accessibility-menu ul {
  text-align: left;
}
#accessibility-menu ul li {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: white;
  text-align: left;
}
#accessibility-menu ul li:hover,
#accessibility-menu ul li:focus {
  cursor: pointer;
  opacity: 0.7;
}
#accessibility-menu ul li.selected span {
  color: #f34f55;
}
#accessibility-menu ul li span {
  white-space: nowrap;
  color: white;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
#accessibility-menu ul li span.uk-icon {
  margin-right: 45px;
}
.icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

}
.icon-accessibility {
  background: url(/images/accessibility/accessibility-icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 26px;
  height: 26px;
}
.icon-increase-font {
  background: url('/images/_theme/ikonice/increase-font.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 44px;
  height: 25px;
}
.icon-decrease-font {
  background: url('/images/_theme/ikonice/decrease-font.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 44px;
  height: 25px;
}
.icon-contrast {
  background: url('/images/_theme/ikonice/contrast-change.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 44px;
  height: 25px;
}
.icon-gray-tones {
  background: url('/images/_theme/ikonice/grey-fonts.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 44px;
  height: 25px;
}
.icon-change-font {
  background: url('/images/_theme/ikonice/change-letters.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 44px;
  height: 25px;
}
.icon-paperclip {
  background: url('/images/_theme/ikonice/enhance-links.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 44px;
  height: 25px;
}
.icon-undo {
  background: url('/images/_theme/ikonice/reset.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /*padding-right: 20px;*/

  width: 44px;
  height: 25px;
}
.font-dyslexic * {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}
.font-dyslexic .uk-icon {
  font-family: FontAwesome !important;
}
.font-size-s header .header-wrapper .dual-menu-wrapper .upper-menu .language-button p {
  font-size: 12px;
}
.font-size-s header .header-wrapper .dual-menu-wrapper .upper-menu .main-menu-wrapper ul li a {
  font-size: 11px;
}
.font-size-s header .header-wrapper .dual-menu-wrapper .lower-menu ul li a {
  font-size: 12px;
}
.font-size-s .shape .picture-content h2 {
  font-size: 30px;
  line-height: 36px;
}
.font-size-s .shape .picture-content p {
  font-size: 11px;
  line-height: 16px;
}
.font-size-s .primary-button {
  font-size: 11px;
}
.font-size-s .news-list-wrapper h3 {
  font-size: 23px;
}
.font-size-s .news-list-wrapper h4 {
  font-size: 18px;
  line-height: 26px;
}
.font-size-s .news-list-wrapper .rectangle-wrap .info-content .inner span {
  font-size: 14px;
}
.font-size-s .news-list-wrapper .rectangle-wrap .info-content .inner h2 {
  font-size: 17px;
  line-height: 24px;
}
.font-size-s .feed-box .left-box .shape .picture-content h2,
.font-size-s .feed-box .right-box .shape .picture-content h2 {
  font-size: 32px;
  line-height: 46px;
}
.font-size-s .feed-box .left-box .shape .picture-content p,
.font-size-s .feed-box .right-box .shape .picture-content p {
  font-size: 12px;
  line-height: 22px;
}
.font-size-s footer .footer-wrapper .brown-rectangle .content .inner ul li a {
  font-size: 14px;
  line-height: 18px;
}
.font-size-s footer .footer-wrapper .yellow-rectangle .content-box-wrapper .content-box p {
  font-size: 12px;
  line-height: 18px;
}
.font-size-s .main-content h1 {
  font-size: 48px;
  line-height: 64px;
}
.font-size-s .main-content p {
  font-size: 14px;
  line-height: 24px;
}
.font-size-s .main-content h2 {
  font-size: 18px;
  line-height: 26px;
}
.font-size-s .main-content ul li {
  font-size: 14px;
  line-height: 24px;
}
.font-size-s .right-shape-news .recommended-wrap ul li a p {
  font-size: 14px;
  line-height: 18px;
}
.font-size-s .right-shape-news .recommended-wrap ul li a h2 {
  font-size: 18px;
  line-height: 26px;
}
.font-size-s .shape-contact .iframe-content h2 {
  font-size: 36px;
  line-height: 50px;
}
.font-size-s .shape-contact .iframe-content p {
  font-size: 12px;
  line-height: 17px;
}
.font-size-s .contact-card .contact-shape h2 {
  font-size: 18px;
  line-height: 26px;
}
.font-size-s .contact-card .inner h2 {
  font-size: 18px;
  line-height: 26px;
}
.font-size-s .contact-card .inner p {
  font-size: 14px;
  line-height: 17px;
}
.font-size-s .category-card .category-shape h2 {
  font-size: 18px;
  line-height: 26px;
}
.font-size-s .full-width-details .project-states p {
  font-size: 14px;
  line-height: 24px;
}
.font-size-s .full-width-details .project-content > div p {
  font-size: 14px;
  line-height: 24px;
}
.font-size-l header .header-wrapper .dual-menu-wrapper .upper-menu .main-menu-wrapper ul li a {
  font-size: 17px;
  line-height: 20px;
}
.font-size-l header .header-wrapper .dual-menu-wrapper .lower-menu ul {
  width: 99%;
}
.font-size-l header .header-wrapper .dual-menu-wrapper .lower-menu ul li a {
  font-size: 16px;
  line-height: 19px;
}
.font-size-l .shape .picture-content {
  margin-top: 80px;
  margin-left: 75px;
}
.font-size-l .shape .picture-content h2 {
  font-size: 42px;
  line-height: 57px;
}
.font-size-l .shape .picture-content p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 40px;
}
.font-size-l .primary-button {
  font-size: 15px;
}
.font-size-l .primary-button.main-absolute {
  top: 530px;
  left: 76px;
}
.font-size-l .news-list-wrapper {
  font-size: 29px;
  line-height: 39px;
}
.font-size-l .news-list-wrapper h4 {
  font-size: 26px;
  line-height: 34px;
}
.font-size-l .news-list-wrapper .rectangle-wrap .info-content .inner span {
  font-size: 20px;
  line-height: 24px;
}
.font-size-l .news-list-wrapper .rectangle-wrap .info-content .inner h2 {
  font-size: 26px;
  line-height: 34px;
}
.font-size-l .feed-box .left-box .shape .picture-content h2,
.font-size-l .feed-box .right-box .shape .picture-content h2 {
  font-size: 40px;
  line-height: 54px;
}
.font-size-l .feed-box .left-box .shape .picture-content p,
.font-size-l .feed-box .right-box .shape .picture-content p {
  font-size: 20px;
  line-height: 28px;
}
.font-size-l footer .footer-wrapper .brown-rectangle .content .inner ul li a {
  font-size: 18px;
}
.font-size-l footer .footer-wrapper .brown-rectangle .content .inner ul li a.smaller {
  font-size: 14px;
}
.font-size-l footer .footer-wrapper .yellow-filler .novena {
  font-size: 13px;
}
.font-size-l footer .footer-wrapper .yellow-rectangle .content-box-wrapper .content-box p {
  font-size: 16px;
}
.font-size-l .main-content h1 {
  font-size: 56px;
}
.font-size-l .main-content ul li {
  font-size: 20px;
  line-height: 30px;
}
.font-size-l .main-content h2 {
  font-size: 26px;
  line-height: 34px;
}
.font-size-l .main-content .date {
  font-size: 20px;
  line-height: 30px;
}
.font-size-l .main-content p {
  font-size: 20px;
  line-height: 30px;
}
.font-size-l .right-shape-news .recommended-wrap p {
  font-size: 18px;
  line-height: 24px;
}
.font-size-l .right-shape-news .recommended-wrap ul li {
  margin-bottom: 40px;
}
.font-size-l .right-shape-news .recommended-wrap ul li a h2 {
  font-size: 24px;
  line-height: 32px;
}
.font-size-l .shape-contact .iframe-content h2 {
  font-size: 44px;
  line-height: 59px;
}
.font-size-l .shape-contact .iframe-content p {
  font-size: 18px;
  line-height: 23px;
}
.font-size-l .contact-card .contact-shape h2 {
  font-size: 26px;
  line-height: 34px;
}
.font-size-l .contact-card .inner p {
  font-size: 20px;
  line-height: 23px;
}
.font-size-l .sub-menu-second ul li a {
  font-size: 17px !important;
  line-height: 26px;
}
.font-size-l .full-width-details .project-states p {
  font-size: 20px;
  line-height: 28px;
}
.font-size-l .full-width-details .project-content > div p {
  font-size: 20px;
  line-height: 30px;
}
.grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.grayscale #scrollUp {
  display: none !important;
}
.grayscale footer #scrollUp {
  display: none;
}
/*CONTRAST*/

.contrast {
  /*background-color: @lightdark;*/
  color: white;
  /*ACCESSIBILITY MENU AND BUTTON*/

  /*ELEMENTS*/

  background-color: #1c1c1c;
}
.contrast .gradient-horizontal-gray {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%);
}
.contrast header .header-wrapper {
  background-color: black;
}
.contrast header .header-wrapper .dual-menu-wrapper .upper-menu .language-button {
  background-color: white;
}
.contrast header .header-wrapper .dual-menu-wrapper .upper-menu .search-button {
  background-color: white;
}
.contrast .main-slider .slick-main .slick-dots li button {
  color: white;
}
.contrast .shape .picture-content p {
  color: black;
}
.contrast .primary-button {
  background-color: black;
}
.contrast .news-list-wrapper h3 {
  color: white;
}
.contrast .news-list-wrapper h4 {
  color: white;
}
.contrast .news-list-wrapper .tenders-list .rectangle-wrap:hover .info-content {
  background-color: white;
}
.contrast .news-list-wrapper .tenders-list .rectangle-wrap .info-content {
  background-color: white;
}
.contrast footer .footer-wrapper .brown-rectangle {
  background-color: black;
}
.contrast footer .footer-wrapper .yellow-rectangle {
  background-color: black;
}
.contrast footer .footer-wrapper .yellow-rectangle .content-box-wrapper .content-box p {
  color: white;
}
.contrast footer .footer-wrapper .yellow-rectangle .content-box-wrapper .content-box p a {
  color: white;
}
.contrast footer .footer-wrapper .yellow-filler {
  background-color: black;
}
.contrast .page-path li a {
  color: white;
}
.contrast .main-content h1 {
  color: white;
}
.contrast .main-content p {
  color: white;
}
.contrast .main-content h2 {
  color: white;
}
.contrast .main-content ul li {
  color: white;
}
.contrast .filter-wrap p {
  color: white;
}
.contrast .filter-wrap .filter .ui-selectmenu-button {
  color: white;
  border: 1px solid white;
}
.contrast .shape-contact .iframe-content p {
  color: black;
}
.contrast .contact-card .inner h2 {
  color: white;
}
.contrast #scrollTop .button-top img {
  filter: grayscale(100%);
}
/* HIGHLIGHT LINKS: */

body.highlight-links a {
  text-decoration: underline !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1700px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1700px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1700px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1700px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1700px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1700px), only screen and (min-width: 960px) and (max-width: 1700px) {
  .font-size-l header .header-wrapper .dual-menu-wrapper .upper-menu .main-menu-wrapper ul li a {
    font-size: 15px;
    line-height: 18px;
  }
  .font-size-l header .header-wrapper .dual-menu-wrapper .lower-menu ul li a {
    font-size: 12px;
    line-height: 18px;
  }
  .font-size-l .news-list-wrapper h3 {
    font-size: 27px;
    line-height: 37px;
  }
  .font-size-l .news-list-wrapper .rectangle-wrap .info-content .inner h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .font-size-l .news-list-wrapper .rectangle-wrap .info-content .inner span {
    font-size: 18px;
    line-height: 22px;
  }
  .font-size-l .feed-box .right-box .shape .picture-content p,
  .font-size-l .feed-box .left-box .shape .picture-content p {
    font-size: 18px;
    line-height: 26px;
  }
  .font-size-l footer .footer-wrapper .yellow-rectangle .content-box-wrapper {
    display: block;
  }
  .font-size-l footer .footer-wrapper .yellow-rectangle .content-box-wrapper .content-box {
    display: inline-block;
    vertical-align: top;
  }
  .font-size-s header .header-wrapper .dual-menu-wrapper .lower-menu ul li a {
    font-size: 11px;
  }
  .font-size-s .news-list-wrapper .rectangle-wrap .info-content .inner h2 {
    line-height: 22px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  #accessibility-menu {
    min-width: 320px;
  }
  #accessibility-menu ul li span {
    min-width: 44px;
    text-align: left;
    font-size: 14px;
    line-height: 43px;
  }
  .font-size-l .shape .picture-content {
    margin-left: unset;
    margin-top: 57px;
  }
  .font-size-l .shape .picture-content h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .font-size-l .primary-button {
    font-size: 13px;
    padding: 13px 22px;
  }
  .font-size-l .primary-button.main-absolute {
    top: -80px;
  }
  .font-size-l .news-list-wrapper h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .font-size-l .news-list-wrapper .rectangle-wrap .info-content .inner h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .font-size-l .feed-box .left-box .shape .picture-content h2,
  .font-size-l .feed-box .right-box .shape .picture-content h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .font-size-l footer .footer-wrapper .yellow-rectangle .content-box-wrapper .content-box {
    margin-right: 10px;
  }
  .font-size-l .main-content h1 {
    font-size: 24px;
  }
  .font-size-l .main-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 2561px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 2561px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 2561px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 2561px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 2561px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 2561px), only screen and (min-width: 767px) and (max-width: 2561px) {
  body .invite-wrapper {
    margin: 0 auto;
    max-width: 1920px;
  }
  body .comittee_wrapper {
    margin: 0 auto;
    max-width: 1920px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 959px), only screen and (min-width: 767px) and (max-width: 959px) {
  #timer-container {
    padding: 260px 0 100px;
  }
  .banner-video {
    position: relative;
    bottom: -450px;
    right: unset;
    max-width: 500px;
    min-height: unset;
    margin-bottom: 0px;
    margin-top: 0;
  }
  .ui-dialog {
    box-shadow: 0px 4px 20px 40px rgba(0, 0, 0, 0.1);
  }
  .success-popup {
    padding: 60px 0 !important;
  }
  .success-popup img {
    max-width: 430px;
    margin-bottom: 40px;
  }
  .success-popup h2 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  .success-popup p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  body .speaker-ui-dialog {
    width: 90%!important;
  }
  body #speaker-dialog .content img {
    max-width: 230px;
  }
  body #speaker-dialog .content .desc p {
    font-size: 18px;
    line-height: 28px;
  }
  body .expectation-wrapper .inner-wrapper {
    max-width: 100%;
    margin: 0 25px;
  }
  body .expectation-wrapper .inner-wrapper h2 {
    margin-bottom: 40px;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card {
    gap: 25px;
    padding: 30px;
    margin-bottom: 30px;
    flex-direction: column;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card .card-title {
    text-align: center;
    font-size: 25px;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card .card-desc {
    text-align: center;
  }
  body .newsletter-wrap {
    margin: 60px auto;
    max-width: 100%;
  }
  body .newsletter-wrap .main-inner {
    max-width: 100%;
    margin: 0 40px;
  }
  body .newsletter-wrap .main-inner .submit-nl {
    font-size: 20px;
    padding: 16px 75px;
  }
  body .newsletter-wrap .main-inner .cbPrivola {
    margin-bottom: 40px;
  }
  body .newsletter-wrap .main-inner .cbPrivola .newsletter-privola {
    font-size: 18px;
  }
  body .newsletter-wrap .main-inner .form-input {
    padding: 16px 28px;
    font-size: 18px;
    line-height: 30px;
  }
  body .newsletter-wrap .main-inner h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  body .newsletter-wrap .main-inner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  body .registration-form .lab-headline {
    font-size: 18px;
    line-height: 25px;
  }
  body .registration-form .lab-info {
    font-size: 16px;
    line-height: 24px;
  }
  body .registration-form h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  body .registration-form div input,
  body .registration-form div select {
    padding: 12px 25px;
    font-size: 16px;
    margin-bottom: 35px;
  }
  body .registration-wrapper .inner-wrapper {
    max-width: 100%;
    margin: 0 40px;
    flex-direction: column;
  }
  body .registration-wrapper .inner-wrapper .btnSubmitAbstract,
  body .registration-wrapper .inner-wrapper .btnSubmit {
    font-size: 22px;
    line-height: 30px;
    min-width: 250px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part h2 {
    margin-bottom: 40px;
  }
  body .registration-wrapper .inner-wrapper .registration-part {
    margin-bottom: 80px;
  }
  body .registration-wrapper .inner-wrapper .registration-part h2 {
    margin-bottom: 40px;
  }
  body .sponsors-wrapper .inner-wrapper {
    max-width: 100%;
    padding: 70px 45px;
  }
  body .sponsors-wrapper .inner-wrapper .sponsor-list .box {
    width: 210px;
    min-height: 80px;
  }
  body .comittee_wrapper {
    background-image: url('/images/_theme/comittee-mobile.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
  }
  body .comittee_wrapper .inner {
    padding: 70px 45px 90px 45px;
  }
  body .comittee_wrapper .inner img {
    display: none;
    margin-right: unset;
  }
  body .comittee_wrapper .inner .inner-content {
    max-width: 100%;
  }
  body .comittee_wrapper .inner .inner-content p {
    font-size: 14px;
    line-height: 22px;
  }
  body .comittee_wrapper .inner .inner-content h2 {
    margin-bottom: 35px;
  }
  body .registration-wrapper .inner-wrapper .btnSubmit {
    margin-left: 310px;
    min-width: 190px;
    min-height: 55px;
    font-size: 19px;
    line-height: 42px;
  }
  body .registration-wrapper .inner-wrapper h2 {
    text-align: center;
  }
  body .registration-wrapper .inner-wrapper .left {
    max-width: 959px;
    margin: 0px 240px;
  }
  body .registration-wrapper .inner-wrapper .left .color-blue {
    filter: blur(100px);
    left: 0px;
    width: 260px;
    height: 260px;
    margin-top: -140px;
  }
  body .registration-wrapper .inner-wrapper .left h2 {
    margin-bottom: 30px;
  }
  body .registration-wrapper .inner-wrapper .left .registration-form .returned-message {
    margin-bottom: 75px;
  }
  body .registration-wrapper .inner-wrapper .left .registration-form div input,
  body .registration-wrapper .inner-wrapper .left .registration-form div select {
    margin-bottom: 15px;
    padding: 9px 15px;
    font-size: 18px;
    line-height: 30px;
  }
  body .registration-wrapper .inner-wrapper .left .registration-form div input::placeholder,
  body .registration-wrapper .inner-wrapper .left .registration-form div select::placeholder {
    font-size: 17px;
  }
  body .registration-wrapper .inner-wrapper .left .registration-form div label {
    line-height: 38px;
    margin-bottom: 0px;
    background-size: 23px 35px;
    font-size: 15px;
    padding-left: 40px;
  }
  body .registration-wrapper .inner-wrapper .left .registration-form div .checked {
    background-size: 23px 40px;
  }
  body .registration-wrapper .inner-wrapper .right {
    margin: 0px 170px;
  }
  body .registration-wrapper .inner-wrapper .right .color-pink {
    width: 250px;
    height: 250px;
    right: 0px;
    margin-top: -730px;
    filter: blur(50px);
  }
  body .registration-wrapper .inner-wrapper .right h2 {
    margin-bottom: 40px;
  }
  body .registration-wrapper .inner-wrapper .right .image-upload {
    min-width: 480px;
  }
  body .registration-wrapper .inner-wrapper .right .image-upload .browser {
    font-size: 18px;
    line-height: 15px;
  }
  body .registration-wrapper .inner-wrapper .right .image-upload .supports {
    font-size: 15px;
  }
  body .speaker-wrapper {
    padding-bottom: 130px;
  }
  body .speaker-wrapper .inner-wrapper {
    max-width: 100%;
    padding: 0 45px;
  }
  body .speaker-wrapper .inner-wrapper h2 {
    margin-bottom: 20px;
  }
  body .speaker-wrapper .inner-wrapper .slider {
    overflow: auto;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background {
    width: 50%;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background .speaker-box .lower {
    padding-top: 10px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+2) .upper .background-shapes,
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .background-shapes,
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n) .upper .background-shapes {
    background-size: 210px 210px;
    left: -31px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n) .upper .geometry-shapes,
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .geometry-shapes {
    left: -20px;
    top: 12px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .geometry-shapes {
    top: 3px;
  }
  body .speaker-wrapper .inner-wrapper .color-blue {
    display: none;
  }
  body .speaker-wrapper .inner-wrapper .color-blue-right {
    display: none;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box {
    margin-bottom: 50px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .lower p {
    font-size: 18px;
    line-height: 20px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper {
    padding-bottom: 80px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper img {
    max-width: 240px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .speaker-picture {
    width: 157px;
    height: 157px;
    top: 42px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .background-shapes {
    min-width: 220px;
    min-height: 220px;
    top: 10px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .geometry-shapes,
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .triangle-shapes {
    width: 210px;
    height: 210px;
    left: -35px;
    top: 0px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .triangle-shapes {
    left: -17px;
    top: 0px;
  }
  body h2 {
    font-size: 25px;
  }
  body .program-wrapper {
    padding: 70px 0;
  }
  body .program-wrapper .inner {
    max-width: 100%;
    padding: 0 45px;
  }
  body .program-wrapper .inner .event-wrapper {
    max-width: 600px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .lower {
    padding: 30px 50px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .lower p {
    font-size: 18px;
    line-height: 24px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main {
    padding: 30px 50px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main .info p {
    font-size: 18px;
    line-height: 25px;
    max-width: 330px;
  }
  body .program-wrapper .inner .event-wrapper .headline {
    padding: 30px 50px;
  }
  body .invite-wrapper .inner .banner-left {
    display: none;
  }
  body .invite-wrapper .inner .inner-content {
    padding: 70px 40px;
    padding-bottom: 310px;
    background-image: url('/images/_theme/invitation-mobile.svg');
    background-position: bottom left;
    background-size: auto;
    background-repeat: no-repeat;
  }
  body .invite-wrapper .inner .inner-content h3 {
    font-size: 26px;
    line-height: 0px;
  }
  body .invite-wrapper .inner .inner-content p {
    font-size: 17px;
    line-height: 30px;
  }
  body .primary-button.banner {
    max-width: 190px;
    min-height: 55px;
    font-size: 19px;
  }
  body .main-banner {
    min-height: 570px;
  }
  body .main-banner .background-picture {
    background-position: -140px;
  }
  body .main-banner .banner-content {
    padding: 40px 40px;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  body .main-banner .banner-content .meeting-date-wrap {
    right: 30px;
    top: 240px;
    min-width: 215px;
    min-height: 215px;
  }
  body .main-banner .banner-content .meeting-date-wrap p {
    font-size: 26px;
    line-height: 36px;
  }
  body .main-banner .banner-content h1 {
    font-size: 40px;
    line-height: 45px;
  }
  body .main-banner .banner-content p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
  }
  body .main-banner .banner-content h4 {
    font-size: 13px;
    line-height: 50px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1800px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1800px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1800px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1800px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1800px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1800px), only screen and (min-width: 960px) and (max-width: 1800px) {
  .banner-video {
    max-width: 720px;
    bottom: -470px;
  }
  .success-popup img {
    max-width: 450px;
    margin-bottom: 55px;
  }
  .ui-dialog .ui-dialog-content {
    padding: 60px 0 !important;
  }
  h1 {
    font-size: 100px;
    line-height: 120px;
  }
  h3 {
    font-size: 32px;
    line-height: 45px;
  }
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .newsletter-wrap .main-inner .cbPrivola {
    margin-bottom: 30px;
  }
  .newsletter-wrap .main-inner h2 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 60px;
  }
  .newsletter-wrap .main-inner p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  body #speaker-dialog {
    padding: 30px 35px!important;
  }
  body .main-banner {
    min-height: 675px;
  }
  body .accommodation-wrapper {
    padding: 100px 0;
  }
  body .accommodation-wrapper .outer-slider .nav-holder {
    width: 1292px;
  }
  body .accommodation-wrapper .outer-slider .nav-holder .next-acc,
  body .accommodation-wrapper .outer-slider .nav-holder .prev-acc {
    height: 264px;
  }
  body .accommodation-wrapper .inner-content p {
    font-size: 22px;
    line-height: 40px;
  }
  body .accommodation-wrapper .inner {
    max-width: 1220px;
  }
  body .accommodation-wrapper .acc-slider {
    margin: 100px 0 175px 72px;
    max-width: 1290px;
  }
  body .accommodation-wrapper .acc-slider .slide .acc-picture {
    min-width: 382px;
    min-height: 262px;
  }
  body footer .footer-wrapper {
    max-width: 1360px;
  }
  body .sponsors-wrapper .inner-wrapper {
    max-width: 1360px;
  }
  body .comittee_wrapper .inner img {
    margin-right: 170px;
  }
  body .comittee_wrapper .inner .inner-content {
    max-width: 600px;
  }
  body .comittee_wrapper .inner .inner-content p {
    font-size: 26px;
    line-height: 40px;
  }
  body .registration-wrapper .inner-wrapper {
    max-width: 1360px;
  }
  body .speaker-wrapper .inner-wrapper {
    max-width: 1360px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box {
    margin-bottom: 100px;
  }
  body .program-wrapper {
    padding: 20px 0 120px 0;
  }
  body .program-wrapper .inner {
    max-width: 1360px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .lower p {
    font-size: 26px;
    line-height: 36px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main .info p {
    font-size: 26px;
    line-height: 36px;
  }
  body .invite-wrapper .inner .inner-content {
    max-width: 700px;
  }
  body .invite-wrapper .inner .inner-content p {
    font-size: 22px;
    line-height: 40px;
  }
  body .invite-wrapper .inner .banner-left {
    margin-right: 78px;
  }
  body .primary-button.banner {
    max-width: 360px;
    min-height: 75px;
    font-size: 30px;
    line-height: 44px;
  }
  body header .header-wrapper {
    max-width: 1360px;
  }
  body .main-banner .banner-content {
    padding: 130px 75px;
    padding-bottom: 210px;
  }
  body .main-banner .banner-content .meeting-date-wrap {
    right: 160px;
    top: 130px;
  }
  body .main-banner .banner-content h1 {
    max-width: 930px;
    font-size: 86px;
    line-height: 100px;
  }
  body .main-banner .banner-content h4 {
    max-width: fit-content;
  }
  body .main-banner .banner-content p {
    max-width: 800px;
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1500px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1500px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1500px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1500px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1500px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1500px), only screen and (min-width: 960px) and (max-width: 1500px) {
  h1 {
    font-size: 70px;
    line-height: 70px;
  }
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
  h4 {
    font-size: 20px;
    line-height: 70px;
  }
  .banner-video {
    max-width: 570px;
  }
  body .speaker-ui-dialog {
    width: 80%!important;
  }
  body .newsletter-wrap .main-inner h2 {
    margin-bottom: 40px;
  }
  body .inner,
  body .inner-wrapper {
    width: fit-content !important;
    margin: 0 30px !important;
  }
  body .expectation-wrapper .inner-wrapper {
    max-width: fit-content;
    margin: 0 50px;
  }
  body .expectation-wrapper .inner-wrapper h2 {
    margin-bottom: 40px;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card {
    gap: 46px;
    padding: 75px 54px 64px 44px;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card .card-title {
    font-size: 30px;
  }
  body footer .footer-wrapper {
    max-width: 1250px;
    padding-right: 45px;
  }
  body .sponsors-wrapper .inner-wrapper {
    max-width: 1220px;
  }
  body .comittee_wrapper .inner {
    margin: unset !important;
  }
  body .comittee_wrapper .inner img {
    max-height: 900px;
  }
  body .comittee_wrapper .inner .inner-content h2 {
    margin-bottom: 70px;
  }
  body .comittee_wrapper .inner .inner-content p {
    font-size: 23px;
    line-height: 35px;
  }
  body .registration-wrapper .inner-wrapper {
    max-width: 1220px;
  }
  body .registration-wrapper .inner-wrapper .registration-part {
    max-width: 425px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part {
    max-width: 500px;
  }
  body .registration-wrapper .inner-wrapper .left .registration-form div input,
  body .registration-wrapper .inner-wrapper .left .registration-form div select {
    font-size: 19px;
  }
  body .registration-wrapper .inner-wrapper .right .image-upload {
    min-width: 600px;
  }
  body .registration-wrapper .inner-wrapper .right .color-pink {
    right: 0px;
  }
  body .speaker-wrapper .inner-wrapper {
    max-width: 1220px;
  }
  body .speaker-wrapper .inner-wrapper h2 {
    margin-bottom: 50px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+2) .upper .background-shapes,
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .background-shapes {
    background-size: 260px 260px;
    top: -85px;
    left: -60px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .background-shapes {
    width: 330px;
    left: -65px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .geometry-shapes {
    left: -25px;
    top: -50px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+2) .upper .background-shapes {
    background-image: url('/images/_theme/speaker-shape-01.png');
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+2) .upper .geometry-shapes {
    left: -50px;
    top: -45px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n) .upper .background-shapes {
    left: -66px;
    width: 330px;
    background-size: 260px 260px;
    top: -85px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n) .upper .geometry-shapes {
    left: -22px;
    top: -40px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .lower p {
    font-size: 22px;
    line-height: 26px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper {
    margin-bottom: 0px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .background-shapes {
    min-width: 320px;
    min-height: 370px;
    left: -39px;
    top: -39px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .triangle-shapes {
    left: -110px;
    top: -70px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .geometry-shapes {
    width: 280px;
    height: 280px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .speaker-picture {
    width: 200px;
    height: 200px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper img {
    max-width: 240px;
  }
  body .program-wrapper .inner {
    max-width: 1220px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .lower p {
    font-size: 20px;
    line-height: 30px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main .info p {
    font-size: 24px;
    line-height: 36px;
  }
  body .invite-wrapper .inner {
    margin: unset !important;
  }
  body .invite-wrapper .inner .banner-left {
    max-height: 900px;
  }
  body .primary-button.banner {
    max-width: 290px;
    min-height: 70px;
    font-size: 26px;
    line-height: 42px;
  }
  body header .header-wrapper {
    max-width: 1220px;
  }
  body header .header-wrapper .nav .nav-list {
    margin-right: 50px;
  }
  body header .header-wrapper .nav .nav-list a {
    margin-right: 25px;
  }
  body .main-banner {
    min-height: 635px;
  }
  body .main-banner .background-picture {
    background-position: -167px;
  }
  body .main-banner .banner-content {
    padding: 130px 86px;
    padding-bottom: 210px;
  }
  body .main-banner .banner-content h1 {
    max-width: 820px;
    font-size: 72px;
    line-height: 80px;
  }
  body .main-banner .banner-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1300px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1300px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1300px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1300px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1300px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1300px), only screen and (min-width: 960px) and (max-width: 1300px) {
  h2 {
    font-size: 38px;
    line-height: 46px;
  }
  #timer-container {
    padding: 230px 0 100px;
  }
  .banner-video {
    bottom: -560px;
  }
  .newsletter-wrap .main-inner {
    max-width: 825px;
  }
  body .expectation-wrapper .inner-wrapper {
    margin: 0 50px;
  }
  body .accommodation-wrapper .inner {
    max-width: 1180px;
  }
  body .accommodation-wrapper .acc-slider {
    margin: 100px 0 175px 30px;
    max-width: 1200px;
  }
  body header .header-wrapper .nav {
    padding-right: unset;
  }
  body header .header-wrapper .nav .nav-list {
    margin-right: 40px;
  }
  body header .header-wrapper .nav a {
    margin-right: 30px;
  }
  body footer .footer-wrapper {
    padding-right: 65px;
    padding-left: 60px;
  }
  body footer .footer-wrapper a {
    font-size: 14px;
    line-height: 36px;
  }
  body footer .footer-wrapper a img {
    max-width: 230px;
  }
  body footer .footer-wrapper p {
    font-size: 16px;
    line-height: 36px;
  }
  body .sponsors-wrapper .inner-wrapper {
    max-width: 1100px;
  }
  body .comittee_wrapper .inner .inner-content p {
    font-size: 24px;
  }
  body .comittee_wrapper .inner img {
    max-height: 780px;
  }
  body .registration-wrapper .inner-wrapper {
    max-width: 1100px;
  }
  body .registration-wrapper .inner-wrapper .left .registration-form div label {
    font-size: 16px;
    line-height: 34px;
  }
  body .registration-wrapper .inner-wrapper .left .registration-form div label.checked {
    background-size: 24px 33px;
  }
  body .speaker-wrapper .inner-wrapper {
    max-width: 1100px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n) .upper .background-shapes {
    left: -66px;
  }
  body .program-wrapper .inner {
    max-width: 1100px;
  }
  body .invite-wrapper .inner .inner-content {
    max-width: 670px;
  }
  body .invite-wrapper .inner .banner-left {
    max-height: 800px;
  }
  body .main-banner .banner-content h1 {
    max-width: 740px;
    font-size: 70px;
    line-height: 80px;
  }
  body .main-banner .banner-content .meeting-date-wrap {
    right: 100px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1200px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1200px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1200px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1200px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1200px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1200px), only screen and (min-width: 960px) and (max-width: 1200px) {
  body #speaker-dialog .content img {
    max-width: 250px;
  }
  body #speaker-dialog .content .desc p {
    font-size: 18px;
    line-height: 28px;
  }
  body .main-banner {
    min-height: 694px;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card {
    gap: 30px;
    padding: 34px 34px 34px 24px;
    margin-bottom: 30px;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card .card-title {
    font-size: 25px;
    margin-bottom: 8px;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card .card-desc {
    font-size: 18px;
    line-height: 140%;
  }
  body .accommodation-wrapper .acc-slider {
    margin: 100px 0 75px 30px;
    max-width: 1100px;
  }
  body .accommodation-wrapper .acc-slider .slide .acc-picture {
    min-width: 342px;
    min-height: 232px;
  }
  body .accommodation-wrapper .inner {
    max-width: 1080px;
  }
  body footer .footer-wrapper {
    padding-right: 35px;
    padding-left: 15px;
  }
  body .sponsors-wrapper .inner-wrapper {
    max-width: 1080px;
  }
  body .comittee_wrapper .inner .inner-content p {
    font-size: 20px;
    line-height: 34px;
  }
  body .comittee_wrapper .inner img {
    max-height: 650px;
  }
  body .registration-wrapper .inner-wrapper {
    max-width: 1080px;
  }
  body .speaker-wrapper .inner-wrapper {
    max-width: 1080px;
  }
  body .program-wrapper .inner {
    max-width: 1080px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main {
    padding: 30px 60px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main .info p {
    font-size: 22px;
    line-height: 34px;
  }
  body .invite-wrapper .inner .inner-content {
    max-width: 570px;
  }
  body .invite-wrapper .inner .inner-content p {
    font-size: 19px;
    line-height: 36px;
  }
  body header .header-wrapper {
    max-width: 1080px;
  }
  body header .header-wrapper .nav a {
    margin-right: unset;
  }
  body header .header-wrapper .nav .nav-list {
    margin-right: 30px;
  }
  body header .header-wrapper .nav .nav-list a {
    margin-right: 25px;
    font-size: 16px;
    line-height: 20px;
  }
  body .main-banner .banner-content {
    padding: 130px 46px;
    padding-bottom: 180px;
  }
  body .main-banner .banner-content .meeting-date-wrap {
    right: 60px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960pxpx) and (max-width: 1100px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1100px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1100px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1100px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1100px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1100px), only screen and (min-width: 960px) and (max-width: 1100px) {
  body .primary-button.banner {
    max-width: 230px;
    min-height: 66px;
  }
  body .invite-wrapper .inner {
    max-width: 940px;
  }
  body .invite-wrapper .inner .banner-left {
    max-height: 630px;
  }
  body .main-banner .banner-content h1 {
    max-width: 640px;
    font-size: 62px;
    line-height: 74px;
  }
  body .main-banner .banner-content p {
    font-size: 18px;
    line-height: 28px;
    max-width: 690px;
  }
  body .main-banner .banner-content .meeting-date-wrap {
    right: 20px;
  }
  body .accommodation-wrapper .acc-slider {
    max-width: 960px;
  }
  body .accommodation-wrapper .acc-slider .slide .acc-picture {
    min-width: 322px;
  }
  body .accommodation-wrapper .inner-content p {
    margin-bottom: 35px;
  }
  body .accommodation-wrapper .inner {
    max-width: 1020px;
  }
  body .program-wrapper {
    padding: 120px 40px 0 40px;
  }
  body .speaker-wrapper {
    padding: 100px 40px 0 40px;
  }
  body .sponsors-wrapper .inner-wrapper {
    padding-left: 70px;
  }
  body .registration-wrapper {
    padding: 100px 40px 0 40px;
  }
  body .registration-wrapper .inner-wrapper .registration-part {
    max-width: 425px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part {
    max-width: 425px;
  }
  body .registration-wrapper .inner-wrapper .right .image-upload {
    min-width: 500px;
  }
  body header .header-wrapper {
    max-width: 960px;
  }
  body header .header-wrapper .logo img:first-of-type {
    margin-right: 20px;
  }
  body .uk-width-large-1-4 {
    width: 33%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  h1 {
    font-size: 54px;
    line-height: 19px;
    font-weight: 800;
  }
  h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
  h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  .banner-video {
    position: relative;
    bottom: -200px;
    right: unset;
    max-width: 330px;
    min-height: 160px;
    margin-bottom: unset;
    margin-top: unset;
  }
  .ui-dialog {
    padding: 0 15px !important;
    box-shadow: 0px 4px 20px 40px rgba(0, 0, 0, 0.1);
  }
  .ui-dialog .ui-button .ui-icon {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .success-popup {
    padding: 50px 0 !important;
    max-width: 100%;
  }
  .success-popup img {
    margin-bottom: 25px;
    max-width: 100%;
  }
  .success-popup h2 {
    font-size: 26px;
    margin-bottom: 50px;
    line-height: 32px;
  }
  .success-popup p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #sccss-msg {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .newsletter-wrap {
    margin: 0 30px 50px;
  }
  .newsletter-wrap .main-inner {
    max-width: 100%;
    margin: 0;
  }
  .newsletter-wrap .main-inner .submit-nl {
    padding: 8px 40px;
    font-size: 16px;
    line-height: 30px;
  }
  .newsletter-wrap .main-inner .cbPrivola {
    margin-bottom: 30px;
  }
  .newsletter-wrap .main-inner .cbPrivola .newsletter-privola {
    font-size: 14px;
    line-height: 20px;
    padding-left: 40px;
  }
  .newsletter-wrap .main-inner .form-input {
    min-width: unset;
    max-width: 100%;
    padding: 12px 21px;
    margin-bottom: 24px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 22px;
  }
  .newsletter-wrap .main-inner h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .newsletter-wrap .main-inner p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  #timer-container {
    padding: 160px 0 60px;
  }
  #timer-container #timer {
    gap: 5px;
  }
  #timer-container #timer .time {
    font-size: 14px;
  }
  #timer-container #timer .time span {
    padding: 30px;
    min-width: 82px;
    min-height: 82px;
    font-size: 17px;
  }
  body .speaker-ui-dialog {
    width: 95% !important;
    padding: unset!important;
  }
  body #speaker-dialog {
    padding: 20px 25px!important;
  }
  body #speaker-dialog .content {
    display: block;
  }
  body #speaker-dialog .content img {
    max-width: 230px;
    margin: 0 auto 25px;
  }
  body #speaker-dialog .content .desc {
    padding-top: unset;
  }
  body #speaker-dialog .content .desc p {
    font-size: 16px;
    line-height: 26px;
  }
  body .expectation-wrapper {
    padding: unset;
  }
  body .expectation-wrapper .inner-wrapper {
    padding: 60px 30px 80px 30px;
  }
  body .expectation-wrapper .inner-wrapper h2 {
    margin-bottom: 50px;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card {
    gap: 10px;
    padding: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card img {
    margin-bottom: 12px;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card .card-title {
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
  }
  body .expectation-wrapper .inner-wrapper .expectations-grid .card .card-desc {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
  }
  body .accommodation-button {
    font-size: 18px;
    min-width: 100%;
    min-height: 50px;
  }
  body .accommodation-wrapper {
    padding: 65px 0;
  }
  body .accommodation-wrapper .outer-slider {
    margin: 50px 30px;
  }
  body .accommodation-wrapper .outer-slider .nav-holder {
    width: 100%;
    right: 0;
  }
  body .accommodation-wrapper .outer-slider .nav-holder .prev-acc,
  body .accommodation-wrapper .outer-slider .nav-holder .next-acc {
    width: 25px;
  }
  body .accommodation-wrapper .acc-slider {
    margin: unset;
    max-width: 100%;
  }
  body .accommodation-wrapper .acc-slider .slide .acc-picture {
    min-width: 100%;
    max-width: 100%;
  }
  body .accommodation-wrapper .acc-slider .slick-list {
    padding: unset !important;
  }
  body .accommodation-wrapper h2 {
    margin-bottom: 30px;
  }
  body .accommodation-wrapper .inner-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  body .accommodation-wrapper .inner {
    max-width: 100%;
    margin: 0 30px;
  }
  body .sponsors-wrapper .inner-wrapper {
    max-width: 100%;
    padding: 50px 38px;
  }
  body .sponsors-wrapper .inner-wrapper .sponsor-list a {
    width: 100%;
  }
  body .sponsors-wrapper .inner-wrapper .sponsor-list .box {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 55px;
  }
  body .comittee_wrapper {
    background-image: url('/images/_theme/comittee-mobile.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
  }
  body .comittee_wrapper .inner {
    padding: 60px 30px 80px 30px;
  }
  body .comittee_wrapper .inner img {
    display: none;
    margin-right: unset;
  }
  body .comittee_wrapper .inner .inner-content {
    max-width: 100%;
  }
  body .comittee_wrapper .inner .inner-content p {
    font-size: 14px;
    line-height: 20px;
  }
  body .comittee_wrapper .inner .inner-content h2 {
    margin-bottom: 35px;
  }
  body .registration-wrapper {
    padding: 50px 0;
  }
  body .registration-wrapper .inner-wrapper {
    flex-direction: column;
    padding: 0 38px;
  }
  body .registration-wrapper .inner-wrapper .btnSubmit,
  body .registration-wrapper .inner-wrapper .btnSubmitAbstract {
    font-size: 18px;
    min-width: 100%;
    min-height: 50px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part {
    display: block;
    padding-top: 0px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part .color-pink {
    width: 200px;
    height: 140px;
    margin-top: -510px;
    filter: blur(25px);
    right: 0px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part .upload-btn {
    padding: 20px 18px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part .upload-btn p {
    font-size: 12px;
    line-height: 15px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part .upload-btn a {
    font-size: 12px;
    line-height: 15px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part .image-upload {
    max-width: 100%;
    min-width: unset;
    padding: 60px 0 30px 0;
  }
  body .registration-wrapper .inner-wrapper .abstract-part .image-upload .browser {
    font-size: 12px;
    line-height: 15px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part .image-upload .supports {
    font-size: 12px;
    line-height: 15px;
  }
  body .registration-wrapper .inner-wrapper .abstract-part .image-upload img {
    max-width: 53px;
    max-height: 49px;
  }
  body .registration-wrapper .inner-wrapper .registration-part {
    margin-right: unset;
    max-width: 100%;
    display: block;
    margin-bottom: -20px;
  }
  body .registration-wrapper .inner-wrapper .registration-part .subheading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
  }
  body .registration-wrapper .inner-wrapper .registration-part .color-blue {
    width: 300px;
    height: 140px;
    filter: blur(63px);
    margin-top: -54px;
    margin-left: -60px;
  }
  body .registration-form .lab-headline {
    font-size: 14px;
    line-height: 22px;
  }
  body .registration-form .lab-info {
    font-size: 12px;
    line-height: 18px;
  }
  body .registration-form .btnAddAuthor {
    margin-bottom: 25px;
  }
  body .registration-form h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  body .registration-form textarea {
    font-size: 14px;
    line-height: 22px;
  }
  body .registration-form .returned-message {
    margin-bottom: 0px;
  }
  body .registration-form div input,
  body .registration-form div select {
    padding: 12px 21px;
    margin-bottom: 24px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 22px;
  }
  body .registration-form div input::placeholder,
  body .registration-form div select::placeholder {
    font-size: 14px;
    line-height: 22px;
  }
  body .registration-form div label,
  body .registration-form div label.checked {
    background-size: 17px 23px;
  }
  body .registration-form div label {
    font-size: 12px;
    line-height: 22px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  body .speaker-wrapper {
    padding: 0px;
  }
  body .speaker-wrapper .inner-wrapper {
    max-width: 100%;
    padding: 0 38px;
  }
  body .speaker-wrapper .inner-wrapper .short-intro {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  body .speaker-wrapper .inner-wrapper .color-blue {
    filter: blur(70px);
    width: 200px;
    height: 140px;
    margin-top: -50px;
  }
  body .speaker-wrapper .inner-wrapper .color-blue-right {
    display: none;
  }
  body .speaker-wrapper .inner-wrapper h2 {
    margin-bottom: 20px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box {
    margin-bottom: 50px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .lower p {
    font-size: 14px;
    line-height: 20px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper {
    margin-bottom: 0px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .background-shapes {
    min-width: 265px;
    min-height: 265px;
    left: -55px;
    top: -32px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .speaker-picture {
    width: 135px;
    height: 135px;
    top: 32px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .geometry-shapes,
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .triangle-shapes {
    width: 190px;
    height: 190px;
    left: -35px;
    top: 0px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper .triangle-shapes {
    left: -20px;
    top: 0px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box .upper img {
    max-width: 200px;
  }
  body .speaker-wrapper .inner-wrapper .button-holder {
    padding-top: 0px;
    width: 100%;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background {
    width: 100%;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+2) .upper .background-shapes,
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .background-shapes {
    background-size: 180px 180px;
    padding-left: 325px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n+1) .upper .geometry-shapes {
    background-image: url('/images/_theme/speaker-shape-2-2-2.svg');
    left: -20px;
    top: 0px;
    z-index: 2;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n) .upper .background-shapes {
    background-size: 175px 175px;
    left: -65px;
  }
  body .speaker-wrapper .inner-wrapper .speaker-box-background:nth-last-child(3n) .upper .geometry-shapes {
    left: -20px;
    top: 12px;
  }
  body .program-wrapper {
    padding: 60px 0 50px 0;
  }
  body .program-wrapper .inner {
    padding: 0 38px;
  }
  body .program-wrapper .inner .event-wrapper {
    border-radius: 4px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .lower {
    padding: 20px 16px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .lower p {
    font-size: 14px;
    line-height: 18px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main {
    padding: 18px 10px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main .info {
    padding-right: 12px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main:last-of-type {
    border-radius: unset;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main .buttons-wrapper .lecture-button {
    font-size: 11px;
    line-height: 16px;
    min-height: 35px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main .buttons-wrapper .lecture-button .open-icon {
    width: 8px;
    height: 7px;
    margin-right: 4px;
  }
  body .program-wrapper .inner .event-wrapper .event-box .upper-main .info p {
    font-size: 14px;
    line-height: 18px;
    max-width: 160px;
  }
  body .program-wrapper .inner .event-wrapper .headline {
    padding: 17px 20px;
  }
  body .program-wrapper .inner .event-wrapper .headline h2 {
    font-size: 20px;
    line-height: 22px;
  }
  body .program-wrapper .inner h2 {
    margin-bottom: 45px;
  }
  body .invite-wrapper .inner {
    flex-direction: column-reverse;
    padding-top: unset;
  }
  body .invite-wrapper .inner .banner-left {
    margin-right: unset;
    margin-top: -210px;
    position: relative;
    z-index: 0;
    display: none;
  }
  body .invite-wrapper .inner .inner-content {
    padding: 60px 38px;
    position: relative;
    z-index: 1;
    padding-bottom: 310px;
    background-image: url('/images/_theme/invitation-mobile.svg');
    background-position: bottom left;
    background-size: auto;
    background-repeat: no-repeat;
  }
  body .invite-wrapper .inner .inner-content h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  body .invite-wrapper .inner .inner-content p {
    font-size: 14px;
    line-height: 20px;
  }
  body .main-banner {
    min-height: unset;
    height: 300px;
  }
  body .main-banner .background-picture {
    /*background-image: url('/images/_theme/main-banner-mobile.png');*/
    background-position: -80px;
  }
  body .main-banner .banner-content {
    padding: 10px 38px 55px 38px;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  body .main-banner .banner-content .meeting-date-wrap {
    position: relative;
    right: unset;
    top: unset;
    background-position: left;
    max-width: 195px;
    min-width: 195px;
    margin: 0 auto;
    min-height: 195px;
    margin-bottom: 10px;
  }
  body .main-banner .banner-content .meeting-date-wrap p {
    margin-bottom: unset;
    font-size: 23px;
    line-height: 33px;
    max-width: 180px;
  }
  body .main-banner .banner-content h4 {
    margin-bottom: 30px;
  }
  body .main-banner .banner-content h1 {
    font-size: 54px;
    line-height: 72px;
    margin-bottom: 60px;
  }
  body .main-banner .banner-content ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  body .main-banner .banner-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px;
  }
  body .primary-button {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    min-width: 93px;
    max-width: 93px;
    min-height: 34px;
  }
  body .primary-button.btnview-all {
    font-size: 18px;
    max-width: 100%;
    min-height: 50px;
  }
  body .primary-button.banner {
    min-width: 284px;
    min-height: 47px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
  }
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(6px) rotate(0deg);
  }
  100% {
    transform: translateY(6px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(8px) rotate(0deg);
  }
  100% {
    transform: translateY(8px) rotate(135deg);
  }
}
@-webkit-keyframes outMp {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(28px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(28px) rotate(135deg);
  }
}
@keyframes outMp {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(28px) rotate(0deg);
  }
  100% {
    transform: translateY(28px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(0deg);
  }
  100% {
    transform: translateY(-8px) rotate(135deg);
  }
}
@-webkit-keyframes inMp {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(135deg);
  }
}
@keyframes inMp {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(0deg);
  }
  100% {
    transform: translateY(-15px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(0deg);
  }
  100% {
    transform: translateY(-8px) rotate(135deg);
  }
}
@-webkit-keyframes brk-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes brk-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes brk-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes brk-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-ms-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
