@charset "UTF-8";
/* fonts */
* {
  font-family: "poppinsregular";
  font-size: 14px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 120px;
}
@media only screen and (max-width: 1500px) {
  body {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 1040px) {
  body {
    padding-top: 78px;
  }
}
@media only screen and (max-width: 500px) {
  body {
    padding-top: 64px;
  }
}

.inner {
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
}
@media only screen and (max-width: 1400px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 990px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner2 {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .inner2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .inner2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

a:focus {
  outline: none;
}

a::-moz-focus-inner {
  border: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ff {
  clear: both;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

a {
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}
a:hover {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

*:focus {
  outline: none;
}

.abs-center {
  position: absolute;
  top: 50%;
  max-width: 100%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.abs-center2 {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.section-headline {
  font-family: "poppinsbold";
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .section-headline {
    font-size: 21px;
  }
}
.section-headline.dark {
  color: #051c2b;
}

.btn-box {
  display: inline-block;
  padding: 0 25px;
  line-height: 42px;
  background-color: #e5112c;
  color: #fff;
  font-family: "poppinsbold";
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 500px) {
  .btn-box {
    padding: 12px 25px;
    line-height: 1.3;
  }
}
.btn-box:hover {
  background-color: #bb0a24;
  text-decoration: none;
  color: #fff;
}
.btn-box:focus {
  background-color: #e5112c;
  color: #fff;
  text-decoration: none;
}
.btn-box.btn-box-userlogin {
  padding-right: 50px;
  background-image: url(../img/icon-lock.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.btn-box.border {
  background: none;
  border: 2px solid #e5112c;
  line-height: 38px;
}
@media only screen and (max-width: 500px) {
  .btn-box.border {
    line-height: 1.3;
    padding: 10px 25px;
  }
}
.btn-box.border:hover {
  background-color: #e5112c;
}
.btn-box.black {
  background-color: #051c2b;
}
.btn-box.black:hover {
  background-color: #475e6c;
}

.btn-big-link {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 90px 0 45px;
  background: url(../img/icon-btn-big-link.svg) no-repeat center right 40px #fff;
  border: 1px solid #acbbc4;
  font-family: "poppinsbold";
  font-size: 18px;
  line-height: 64px;
  color: #051c2b;
}
@media only screen and (max-width: 1400px) {
  .btn-big-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-big-link {
    line-height: 1.3;
    padding: 12px 70px 12px 20px;
  }
}
.btn-big-link:hover {
  text-decoration: none;
}

.iconmenu {
  width: 70px;
  height: 70px;
  cursor: pointer;
  margin-left: 10px;
  position: absolute;
  display: none;
  right: 20px;
  top: -24px;
  z-index: 9;
}
@media only screen and (max-width: 1040px) {
  .iconmenu {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  .iconmenu {
    right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .iconmenu {
    right: 0;
    top: -20px;
    width: 60px;
    height: 60px;
  }
}
.iconmenu.open {
  z-index: 9999;
  background: none;
}

.menu-icon {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  z-index: 9999;
}
.menu-icon.white > span {
  background-color: #fff;
}
.menu-icon.white > span:before, .menu-icon.white > span:after {
  background-color: #fff;
}
.menu-icon > span {
  position: absolute;
  top: 50%;
  display: block;
  width: calc(100% - 40px);
  left: 20px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
}
@media only screen and (max-width: 500px) {
  .menu-icon > span {
    width: calc(100% - 35px);
    left: 17px;
  }
}
.menu-icon > span:before, .menu-icon > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-icon > span:before {
  top: 23px;
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
}
.menu-icon > span:after {
  bottom: 23px;
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
}
.menu-icon.open {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-icon.open > span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
.menu-icon.open > span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}

#menu-rwd-box {
  position: fixed;
  z-index: 199;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  top: 0;
  left: -100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#menu-rwd-box.active {
  left: 0;
}
#menu-rwd-box .content {
  width: 100%;
  margin-top: 78px;
  border-top: 1px solid #eef1f3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#menu-rwd-box .content.left {
  left: -100%;
}
#menu-rwd-box .content ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#menu-rwd-box .content ul li {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #eef1f3;
}
#menu-rwd-box .content ul li a {
  display: block;
  width: 100%;
  line-height: 60px;
  font-family: "poppinsbold";
  font-size: 21px;
  padding-left: 45px;
  color: #000;
}
@media only screen and (max-width: 990px) {
  #menu-rwd-box .content ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  #menu-rwd-box .content ul li a {
    font-size: 16px;
    line-height: 50px;
  }
}
#menu-rwd-box .content ul li a:hover, #menu-rwd-box .content ul li a:focus {
  text-decoration: none;
}
#menu-rwd-box .content ul li a.sub {
  background: url(../img/icon-menu-rwd-arrow.png) no-repeat right 40px center;
}
#menu-rwd-box .content.content-normal ul li:last-child a {
  border: 1px solid #eef1f3;
}
#menu-rwd-box .content.content-sub {
  position: absolute;
  top: 0;
  left: 100%;
}
#menu-rwd-box .content.content-sub.show {
  left: 0;
}
#menu-rwd-box .content.content-sub ul li:first-child {
  background-color: #eef1f3;
}
#menu-rwd-box .content.content-sub ul li:first-child a {
  padding-left: 95px;
  background: url(../img/icon-menu-rwd-arrow-left.png) no-repeat left 45px top 18px;
}
@media only screen and (max-width: 500px) {
  #menu-rwd-box .content.content-sub ul li:first-child a {
    background-position: left 45px top 15px;
  }
}

header#top {
  padding: 42px 0;
  background-color: #fff;
  position: fixed;
  z-index: 101;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  header#top {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1040px) {
  header#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  header#top {
    z-index: 200;
  }
}
@media only screen and (max-width: 500px) {
  header#top {
    padding: 18px 0;
  }
}
header#top.scrolled {
  box-shadow: 1px 1px 20px -7px rgba(71, 94, 108, 0.76);
  -webkit-box-shadow: 1px 1px 20px -7px rgba(71, 94, 108, 0.76);
  -moz-box-shadow: 1px 1px 20px -7px rgba(71, 94, 108, 0.76);
}
header#top .inner {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 1400px) {
  header#top .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 990px) {
  header#top .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 500px) {
  header#top .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header#top .logo {
  display: block;
  background: url(../img/logo.svg) no-repeat center;
  background-size: 130%;
  width: 180px;
  height: 35px;
}
@media only screen and (max-width: 500px) {
  header#top .logo {
    width: 137px;
    height: 28px;
  }
}
header#top .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1040px) {
  header#top .menu {
    display: none;
  }
}
header#top .menu li {
  float: left;
  position: relative;
  padding: 0 15px;
  margin-left: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1400px) {
  header#top .menu li {
    margin-left: 20px;
  }
}
header#top .menu li:hover ul {
  opacity: 1;
  visibility: visible;
}
header#top .menu li a {
  display: block;
  font-family: "poppinsbold";
  font-size: 12px;
  line-height: 32px;
  color: #051c2b;
}
header#top .menu li ul {
  position: absolute;
  z-index: 99;
  top: calc(100% + 5px);
  left: 0;
  width: 230px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  box-shadow: 0px 0px 9px -5px rgba(71, 94, 108, 0.75);
  -webkit-box-shadow: 0px 0px 9px -5px rgba(71, 94, 108, 0.75);
  -moz-box-shadow: 0px 0px 9px -5px rgba(71, 94, 108, 0.75);
}
header#top .menu li ul.right {
  left: auto;
  right: 0;
}
header#top .menu li ul li {
  float: none;
  margin: 0;
  padding: 0 20px;
}
header#top .menu li ul li:last-child {
  border: none;
}
header#top .menu li ul li a {
  margin: 0;
  display: block;
  line-height: 32px;
}
header#top .menu li:hover, header#top .menu li.active {
  background-color: #eef1f3;
}
header#top .menu li:hover a, header#top .menu li.active a {
  text-decoration: none;
}
header#top .menu li.sub {
  padding-right: 33px;
  background: url(../img/arrow-down-grey.svg) no-repeat right 11px top 12px;
  background-size: 11px auto;
}
header#top .menu li.sub:hover {
  background: url(../img/arrow-down-grey.svg) no-repeat right 11px top 12px #eef1f3;
  background-size: 11px auto;
}
header#top .menu li:last-child {
  border: 1px solid #678294;
}

#main-headerbox .main-sliderbox {
  width: 100%;
}
#main-headerbox .main-sliderbox .content {
  width: 100%;
}
#main-headerbox .main-sliderbox .content.slide-1 img {
  display: block;
  max-width: 100%;
}
#main-headerbox .main-sliderbox .content.slide-2 img {
  display: block;
  max-width: 100%;
}

.headerbox {
  padding: 80px 0 120px 0;
}
.headerbox#main-headerbox {
  padding: 0;
}
.headerbox#openbim-headerbox {
  background: url(../img/openbim-headerbox-img.jpg) no-repeat center;
  background-size: cover;
}
.headerbox#standards-headerbox {
  background: url(../img/standards-headerbox-img.jpg) no-repeat center;
  background-size: cover;
}
.headerbox#association-headerbox {
  background: url(../img/association-headerbox-img.jpg) no-repeat center;
  background-size: cover;
}
.headerbox#membership-headerbox {
  background: url(../img/membership-headerbox-img.jpg) no-repeat center;
  background-size: cover;
}
.headerbox#conference-headerbox {
  background: url(../img/conference-headerbox-img.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.headerbox#conference-headerbox .btnsbox a:nth-child(2) {
  margin-left: 20px;
}
.headerbox#technical-rooms-headerbox {
  background: url(../img/technical-rooms-headerbox-img.jpg) no-repeat center;
  background-size: cover;
}
.headerbox#certification-headerbox {
  background: url(../img/certification-headerbox-img.jpg) no-repeat center;
  background-size: cover;
  padding: 150px 0;
}
@media only screen and (max-width: 767px) {
  .headerbox#certification-headerbox {
    padding: 100px 0;
  }
}
.headerbox#awards-headerbox {
  background: url(../img/awards-headerbox-img.jpg) no-repeat center;
  background-size: cover;
}
.headerbox#education-headerbox {
  background: url(../img/education-headerbox-img.jpg) no-repeat center;
  background-size: cover;
}
.headerbox#benefits-headerbox {
  background: url(../img/benefitst-headerbox-img.jpg) no-repeat center;
  background-size: cover;
}
.headerbox#join-headerbox {
  background: url(../img/join-headerbox-img.jpg) no-repeat center;
  background-size: cover;
}
.headerbox#userpage-headerbox {
  background: url(../img/userpage-headerbox-img.jpg) no-repeat center;
  background-size: cover;
}
.headerbox .box h2 {
  font-family: "poppinsbold";
  font-size: 52px;
  color: #fff;
  text-shadow: 1px 2px 5px black;
}
@media only screen and (max-width: 767px) {
  .headerbox .box h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 500px) {
  .headerbox .box h2 {
    font-size: 36px;
  }
}
.headerbox .box h3 {
  font-family: "poppinsbold";
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
  text-shadow: 1px 2px 5px black;
}
@media only screen and (max-width: 767px) {
  .headerbox .box h3 {
    font-size: 21px;
  }
}
.headerbox .box .txt {
  width: 550px;
  max-width: 100%;
  margin: 30px 0 35px 0;
  text-shadow: 1px 2px 5px black;
}
.headerbox#conference-headerbox .box .icons {
  margin-bottom: 30px;
}
.headerbox#conference-headerbox .box .icons .item:nth-child(1) .icon {
  background: url(../img/conference-icon-header-1.png) no-repeat center #e5112c;
  background-size: 50%;
}
.headerbox#conference-headerbox .box .icons .item:nth-child(2) {
  margin-left: 50px;
}
@media only screen and (max-width: 500px) {
  .headerbox#conference-headerbox .box .icons .item:nth-child(2) {
    margin: 20px 0 0 0;
  }
}
.headerbox#conference-headerbox .box .icons .item:nth-child(2) .icon {
  background: url(../img/conference-icon-header-2.png) no-repeat center #e5112c;
  background-size: 50%;
}
.headerbox#conference-headerbox .box .icons .item .icon {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 500px) {
  .headerbox#conference-headerbox .box .icons .item .icon {
    width: 40px;
    height: 40px;
  }
}
.headerbox#conference-headerbox .box .icons .item .name {
  font-size: 18px;
  margin-left: 20px;
  line-height: 50px;
}
@media only screen and (max-width: 500px) {
  .headerbox#conference-headerbox .box .icons .item .name {
    line-height: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1040px) {
  .headerbox#conference-headerbox .box h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .headerbox#conference-headerbox .box h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 500px) {
  .headerbox#conference-headerbox .box h2 {
    font-size: 24px;
  }
}
.headerbox#conference-headerbox .box h3 {
  font-size: 32px;
}
@media only screen and (max-width: 1040px) {
  .headerbox#conference-headerbox .box h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .headerbox#conference-headerbox .box h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 500px) {
  .headerbox#conference-headerbox .box h3 {
    font-size: 18px;
  }
}
.headerbox#conference-headerbox .box .txt {
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .headerbox#conference-headerbox .box .txt {
    font-size: 16px;
  }
}
.headerbox#conference-headerbox .box .btnsbox {
  margin-top: 40px;
}

#main-partnersbox {
  padding: 105px 0;
}
@media only screen and (max-width: 1400px) {
  #main-partnersbox {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 990px) {
  #main-partnersbox {
    padding: 70px 0;
  }
}
#main-partnersbox img {
  height: 100px;
}

.section-whybox {
  padding: 60px 0 70px 0;
  background-color: #e5112c;
}
.section-whybox .topbox .section-headline {
  width: 340px;
}
@media only screen and (max-width: 1040px) {
  .section-whybox .topbox .section-headline {
    width: 100%;
  }
}
.section-whybox .topbox .txt {
  width: 610px;
}
@media only screen and (max-width: 1040px) {
  .section-whybox .topbox .txt {
    width: 100%;
    margin-top: 8px;
  }
}
.section-whybox .items {
  margin-top: 60px;
  width: calc(100% + 30px);
  margin-left: -15px;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 990px) {
  .section-whybox .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .section-whybox .items {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
}
.section-whybox .items .itembox {
  padding: 0 15px;
  box-sizing: border-box;
}
.section-whybox .items .itembox .box {
  display: block;
  background-color: #051c2b;
  padding: 25px 35px 45px 35px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-whybox .items .itembox .box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-whybox .items .itembox .box:hover {
  text-decoration: none;
}
.section-whybox .items .itembox .box .num {
  font-family: "poppinsbold";
  font-size: 20px;
  color: #e5112c;
}
.section-whybox .items .itembox .box .txt {
  font-family: "poppinsbold";
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-bottom: 50px;
}
.section-whybox .items .itembox .box .txt:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #e5112c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-whybox .items .itembox .box .textbox {
  margin-top: 45px;
}

#main-workbox {
  padding: 105px 0;
}
@media only screen and (max-width: 1300px) {
  #main-workbox {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox {
    padding: 70px 0;
  }
}
#main-workbox .imgbox {
  width: 600px;
}
@media only screen and (max-width: 1040px) {
  #main-workbox .imgbox {
    width: 450px;
  }
}
@media only screen and (max-width: 500px) {
  #main-workbox .imgbox {
    max-width: 100%;
  }
}
#main-workbox .imgbox img {
  display: block;
  max-width: 100%;
}
#main-workbox .textbox {
  width: calc(100% - 600px);
  box-sizing: border-box;
  padding-top: 100px;
  padding-left: 110px;
}
@media only screen and (max-width: 1300px) {
  #main-workbox .textbox {
    padding-top: 60px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-workbox .textbox {
    width: calc(100% - 450px);
    padding-top: 15px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox .textbox {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
#main-workbox .textbox .section-headline {
  color: #051c2b;
}
#main-workbox .textbox .txt {
  color: #051c2b;
  margin: 20px 0 40px 0;
}
#main-workbox .textbox .txt * {
  color: #051c2b;
}

.quotation-box {
  margin-bottom: 105px;
}
@media only screen and (max-width: 1300px) {
  .quotation-box {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .quotation-box {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media only screen and (max-width: 500px) {
  .quotation-box {
    width: 100%;
    margin-left: 0;
  }
}
.quotation-box#membership-quotationbox {
  margin-top: 100px;
  margin-bottom: 0;
}
.quotation-box .box {
  padding: 70px 0 80px 0;
  background: url(../img/sign-quotation.svg) no-repeat top right 55px #051c2b;
}
@media only screen and (max-width: 1040px) {
  .quotation-box .box {
    padding: 50px 0 60px 0;
  }
}
@media only screen and (max-width: 990px) {
  .quotation-box .box {
    background-size: 300px;
    background-position: top right 30px;
  }
}
@media only screen and (max-width: 767px) {
  .quotation-box .box {
    background-image: none;
  }
}
@media only screen and (max-width: 500px) {
  .quotation-box .box {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.quotation-box .box .person-img {
  width: 330px;
}
@media only screen and (max-width: 990px) {
  .quotation-box .box .person-img {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .quotation-box .box .person-img {
    margin: 0 auto;
    float: none;
  }
}
.quotation-box .box .person-img .img {
  width: 120px;
  height: 120px;
  background-color: #e5112c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.quotation-box .box .person-img .img img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.quotation-box .box .person-img .name {
  margin-top: 15px;
  font-family: "poppinsbold";
  font-size: 16px;
  text-align: center;
}
.quotation-box .box .person-img .brand {
  font-size: 16px;
  text-align: center;
}
.quotation-box .box .txt {
  width: calc(100% - 330px);
  box-sizing: border-box;
  padding: 30px 120px 40px 0;
  font-size: 18px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .quotation-box .box .txt {
    padding-top: 20px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 990px) {
  .quotation-box .box .txt {
    width: calc(100% - 250px);
    padding-right: 60px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .quotation-box .box .txt {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .quotation-box .box .txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.quotation-box .box .txt:after {
  content: "";
  display: block;
  width: 235px;
  height: 1px;
  background-color: #e5112c;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .quotation-box .box .txt:after {
    left: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .quotation-box .box .txt:after {
    left: 20px;
  }
}

#main-newsbox {
  background-color: #051c2b;
  padding: 60px 0 100px 0;
}
@media only screen and (max-width: 990px) {
  #main-newsbox {
    padding: 60px 0;
  }
}
#main-newsbox .itemsbox {
  margin-top: 15px;
}
#main-newsbox .itemsbox .cat-box {
  box-sizing: border-box;
}
#main-newsbox .itemsbox .cat-box:nth-child(1) {
  width: 66.6%;
}
@media only screen and (max-width: 767px) {
  #main-newsbox .itemsbox .cat-box:nth-child(1) {
    width: 100%;
  }
}
#main-newsbox .itemsbox .cat-box:nth-child(1) .items {
  border-right: 1px solid #08324d;
  padding-right: 75px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1300px) {
  #main-newsbox .itemsbox .cat-box:nth-child(1) .items {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #main-newsbox .itemsbox .cat-box:nth-child(1) .items {
    border: none;
    padding: 0;
  }
}
#main-newsbox .itemsbox .cat-box:nth-child(1) .items .box {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #main-newsbox .itemsbox .cat-box:nth-child(1) .items .box {
    width: 100%;
  }
}
#main-newsbox .itemsbox .cat-box:nth-child(1) .items .box:nth-child(1) {
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  #main-newsbox .itemsbox .cat-box:nth-child(1) .items .box:nth-child(1) {
    padding: 0;
    margin-bottom: 30px;
  }
}
#main-newsbox .itemsbox .cat-box:nth-child(1) .items .box:nth-child(2) {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  #main-newsbox .itemsbox .cat-box:nth-child(1) .items .box:nth-child(2) {
    padding: 0;
  }
}
#main-newsbox .itemsbox .cat-box:nth-child(2) {
  width: 33.3%;
}
@media only screen and (max-width: 767px) {
  #main-newsbox .itemsbox .cat-box:nth-child(2) {
    width: 100%;
    margin-top: 40px;
  }
}
#main-newsbox .itemsbox .cat-box:nth-child(2) .items {
  padding-left: 55px;
}
@media only screen and (max-width: 1300px) {
  #main-newsbox .itemsbox .cat-box:nth-child(2) .items {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #main-newsbox .itemsbox .cat-box:nth-child(2) .items {
    padding: 0;
  }
}
#main-newsbox .itemsbox .cat-box h4 {
  font-size: 14px;
  color: #e5112c;
}
#main-newsbox .itemsbox .cat-box .items {
  margin-top: 25px;
}
#main-newsbox .itemsbox .cat-box .items .box .img img {
  display: block;
  max-width: 100%;
}
#main-newsbox .itemsbox .cat-box .items .box .name {
  margin-top: 25px;
  font-family: "poppinsbold";
  padding-right: 60px;
}
@media only screen and (max-width: 990px) {
  #main-newsbox .itemsbox .cat-box .items .box .name {
    padding-right: 0;
  }
}
#main-newsbox .bottom {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 990px) {
  #main-newsbox .bottom {
    margin-top: 30px;
  }
}

footer {
  background-color: #041824;
  padding-top: 55px;
  padding-bottom: 30px;
}
footer .items .colbox {
  width: 22%;
  padding-right: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  footer .items .colbox {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  footer .items .colbox {
    width: 100%;
    margin-bottom: 25px;
  }
}
footer .items .colbox:last-child {
  width: 10%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  footer .items .colbox:last-child {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  footer .items .colbox:last-child {
    width: 100%;
  }
}
footer .items .colbox h3 {
  color: #8499a2;
  font-size: 12px;
  font-family: "poppinsbold";
}
footer .items .colbox .txt {
  margin-top: 20px;
  color: #8499a2;
  font-size: 12px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  footer .items .colbox .txt {
    margin-top: 10px;
  }
}
footer .items .colbox .txt * {
  color: #8499a2;
  font-size: 12px;
}
footer .items .colbox .txt ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .items .colbox .txt ul li a {
  color: #8499a2;
  font-size: 12px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
footer .items .colbox .txt ul li a:hover {
  text-decoration: none;
  color: #fff;
}
footer .items .colbox .link-fb {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon-fb.png) no-repeat center;
  background-size: cover;
}
footer .items .colbox .link-linkedin {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon-li.png) no-repeat center;
  background-size: cover;
  margin-left: 12px;
}
@media only screen and (max-width: 990px) {
  footer .items .colbox .link-linkedin {
    margin-top: 12px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .items .colbox .link-linkedin {
    margin-top: 0;
    margin-left: 12px;
  }
}
footer .items .colbox .link-yt {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon-yt.png) no-repeat center;
  background-size: cover;
  margin-left: 12px;
}
@media only screen and (max-width: 990px) {
  footer .items .colbox .link-yt {
    margin-top: 12px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .items .colbox .link-yt {
    margin-top: 0;
    margin-left: 12px;
  }
}
footer .bottom {
  border-top: 1px solid #08324d;
  padding-top: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 990px) {
  footer .bottom {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer .bottom {
    margin-top: 0;
  }
}
footer .bottom .colbox {
  width: 23%;
  padding-right: 40px;
  box-sizing: border-box;
  color: #8499a2;
  font-size: 12px;
}
@media only screen and (max-width: 990px) {
  footer .bottom .colbox {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  footer .bottom .colbox {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  footer .bottom .colbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .bottom .colbox a {
  color: #8499a2;
  font-size: 12px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
footer .bottom .colbox a:hover {
  text-decoration: none;
  color: #fff;
}

.section-headlinebox {
  padding: 70px 0;
}
@media only screen and (max-width: 990px) {
  .section-headlinebox {
    padding: 70px 0 40px 0;
  }
}
.section-headlinebox h3 {
  width: 340px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 990px) {
  .section-headlinebox h3 {
    width: 100%;
    padding: 0;
  }
}
.section-headlinebox .textbox {
  width: 520px;
  color: #051c2b;
}
@media only screen and (max-width: 990px) {
  .section-headlinebox .textbox {
    width: 100%;
    margin-top: 5px;
  }
}
.section-headlinebox .textbox * {
  color: #051c2b;
}
.section-headlinebox .textbox a {
  color: #fff;
}
.section-headlinebox .textbox .btns {
  margin-top: 40px;
}
.section-headlinebox#smart-section-headlinebox h3 {
  width: 260px;
}
@media only screen and (max-width: 990px) {
  .section-headlinebox#smart-section-headlinebox h3 {
    width: 100%;
  }
}
.section-headlinebox#smart-section-headlinebox .textbox {
  width: calc(100% - 260px);
}
@media only screen and (max-width: 990px) {
  .section-headlinebox#smart-section-headlinebox .textbox {
    width: 100%;
  }
}
.section-headlinebox#membership-section-headlinebox h3 {
  width: 270px;
}
@media only screen and (max-width: 990px) {
  .section-headlinebox#membership-section-headlinebox h3 {
    width: 100%;
  }
}
.section-headlinebox#membership-section-headlinebox .textbox {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 990px) {
  .section-headlinebox#membership-section-headlinebox .textbox {
    width: 100%;
  }
}

.section-colbox {
  padding-bottom: 60px;
}
.section-colbox#bim-section-colbox .items .colbox:nth-child(1) .box .name {
  background: url(../img/ic-invest.svg) no-repeat left top 3px;
}
.section-colbox#bim-section-colbox .items .colbox:nth-child(2) .box .name {
  background: url(../img/ic-design.svg) no-repeat left top 3px;
}
.section-colbox#bim-section-colbox .items .colbox:nth-child(3) .box .name {
  background: url(../img/ic-construct.svg) no-repeat left top 3px;
}
.section-colbox#bim-section-colbox .items .colbox:nth-child(4) .box .name {
  background: url(../img/ic-materail.svg) no-repeat left top 3px;
}
.section-colbox#bim-section-colbox .items .colbox:nth-child(5) .box .name {
  background: url(../img/ic-software.svg) no-repeat left top 3px;
}
.section-colbox#bim-section-colbox .items .colbox:nth-child(6) .box .name {
  background: url(../img/ic-management.svg) no-repeat left top 3px;
}
.section-colbox .items {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 990px) {
  .section-colbox .items {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-colbox .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-colbox .items .colbox {
  display: flex;
  padding: 0 15px;
}
@media only screen and (max-width: 990px) {
  .section-colbox .items .colbox {
    padding: 0 10px;
  }
}
.section-colbox .items .colbox .box {
  width: 100%;
  border: 1px solid #acbbc4;
  padding: 28px 35px;
}
@media only screen and (max-width: 500px) {
  .section-colbox .items .colbox .box {
    padding: 20px;
  }
}
.section-colbox .items .colbox .box .name {
  font-size: 18px;
  font-family: "poppinsbold";
  color: #e5112c;
  padding-left: 60px;
  padding-bottom: 25px;
  position: relative;
}
.section-colbox .items .colbox .box .name:after {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #e5112c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-colbox .items .colbox .box .textbox {
  margin-top: 25px;
  color: #051c2b;
}
.section-colbox .items .colbox .box .textbox ul {
  margin: 0;
  padding-left: 25px;
}
.section-colbox .items .colbox .box .textbox ul li {
  color: #051c2b;
  margin-bottom: 5px;
  line-height: 1.4;
}

.section-videobox {
  background-color: #000;
}
.section-videobox iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 990px) {
  .section-videobox iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .section-videobox iframe {
    height: 300px;
  }
}

#standards-itemsbox .section-headline {
  width: 940px;
  max-width: 100%;
  padding: 70px 0;
  font-family: "poppinsregular";
  font-size: 18px;
  color: #051c2b;
}
@media only screen and (max-width: 1040px) {
  #standards-itemsbox .section-headline {
    font-size: 16px;
    padding: 70px 0 40px 0;
  }
}
#standards-itemsbox .items .itembox {
  margin-bottom: 40px;
}
#standards-itemsbox .items .itembox .imgbox {
  width: 460px;
  max-width: 100%;
}
#standards-itemsbox .items .itembox .imgbox iframe {
  max-width: 100%;
  width: 100% !important;
  height: 260px !important;
}
@media only screen and (max-width: 500px) {
  #standards-itemsbox .items .itembox .imgbox iframe {
    height: 200px !important;
  }
}
#standards-itemsbox .items .itembox .textbox {
  width: calc(100% - 460px);
  padding-left: 30px;
  box-sizing: border-box;
  padding-top: 5px;
}
@media only screen and (max-width: 990px) {
  #standards-itemsbox .items .itembox .textbox {
    width: 100%;
    padding: 0;
    margin-top: 12px;
  }
}
#standards-itemsbox .items .itembox .textbox h3 {
  font-family: "poppinsbold";
  font-size: 24px;
  color: #051c2b;
}
@media only screen and (max-width: 1040px) {
  #standards-itemsbox .items .itembox .textbox h3 {
    font-size: 21px;
  }
}
#standards-itemsbox .items .itembox .textbox .txt {
  color: #051c2b;
  margin: 10px 0 35px 0;
}
@media only screen and (max-width: 990px) {
  #standards-itemsbox .items .itembox .textbox .txt {
    margin: 10px 0 20px 0;
  }
}
#standards-itemsbox .items .itembox .textbox .txt * {
  color: #051c2b;
}
@media only screen and (max-width: 990px) {
  #standards-itemsbox .items .itembox .textbox .btn-box {
    float: none;
  }
}

.bsmart-box {
  padding-bottom: 100px;
}
@media only screen and (max-width: 990px) {
  .bsmart-box {
    padding-bottom: 70px;
  }
}
.bsmart-box#awards-bsmart-box {
  padding-top: 70px;
}
.bsmart-box .items {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 990px) {
  .bsmart-box .items {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .bsmart-box .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bsmart-box .items .colbox {
  display: flex;
  box-sizing: border-box;
  padding: 0 15px;
}
@media only screen and (max-width: 990px) {
  .bsmart-box .items .colbox {
    padding: 0 10px;
  }
}
.bsmart-box .items .colbox .box {
  border: 1px solid #acbbc4;
  padding: 28px;
  width: 100%;
}
.bsmart-box .items .colbox .box .name {
  font-family: "poppinsbold";
  font-size: 18px;
  color: #e5112c;
  min-height: 74px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5112c;
}
@media only screen and (max-width: 990px) {
  .bsmart-box .items .colbox .box .name {
    min-height: auto;
    padding-bottom: 12px;
  }
}
.bsmart-box .items .colbox .box .txt {
  margin-top: 30px;
  color: #051c2b;
}
.bsmart-box .items .colbox .box .txt * {
  color: #051c2b;
}
.bsmart-box .items .colbox .box .txt ul {
  margin: 0;
  padding-left: 15px;
}

#association-roadbox {
  padding: 50px 0;
  background: url(../img/association-roadbox-img.jpg) no-repeat center;
  background-size: cover;
}
#association-roadbox .section-headline {
  width: 340px;
}
@media only screen and (max-width: 990px) {
  #association-roadbox .section-headline {
    width: 100%;
  }
}
#association-roadbox .textbox {
  width: 670px;
  box-sizing: border-box;
  padding-left: 65px;
}
@media only screen and (max-width: 1040px) {
  #association-roadbox .textbox {
    width: calc(100% - 340px);
    padding-left: 40px;
  }
}
@media only screen and (max-width: 990px) {
  #association-roadbox .textbox {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
}
#association-roadbox .textbox .btnsbox {
  margin-top: 30px;
}
#association-roadbox .textbox .btnsbox a:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 500px) {
  #association-roadbox .textbox .btnsbox a:first-child {
    margin-bottom: 15px;
  }
}

#association-peoplebox {
  background-color: #f8f9fa;
  padding-top: 70px;
}
#association-peoplebox .section-headline {
  color: #051c2b;
  text-align: center;
}
#association-peoplebox .items {
  margin-top: 50px;
}
@media only screen and (max-width: 990px) {
  #association-peoplebox .items {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #association-peoplebox .items {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
#association-peoplebox .items .itembox {
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 70px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1040px) {
  #association-peoplebox .items .itembox {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 990px) {
  #association-peoplebox .items .itembox {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #association-peoplebox .items .itembox {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  #association-peoplebox .items .itembox {
    width: 50%;
    margin-bottom: 25px;
  }
}
#association-peoplebox .items .itembox .box {
  width: 260px;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  #association-peoplebox .items .itembox .box {
    width: 190px;
  }
}
@media only screen and (max-width: 767px) {
  #association-peoplebox .items .itembox .box {
    width: 180px;
  }
}
@media only screen and (max-width: 500px) {
  #association-peoplebox .items .itembox .box {
    width: 170px;
  }
}
#association-peoplebox .items .itembox .box .img {
  height: 260px;
}
@media only screen and (max-width: 990px) {
  #association-peoplebox .items .itembox .box .img {
    height: 190px;
  }
}
@media only screen and (max-width: 767px) {
  #association-peoplebox .items .itembox .box .img {
    height: 180px;
  }
}
@media only screen and (max-width: 500px) {
  #association-peoplebox .items .itembox .box .img {
    height: 170px;
  }
}
#association-peoplebox .items .itembox .box .img img {
  display: block;
  max-width: 100%;
}
#association-peoplebox .items .itembox .box .bottom {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  #association-peoplebox .items .itembox .box .bottom .textbox {
    width: 100%;
    float: none;
  }
}
#association-peoplebox .items .itembox .box .bottom .textbox .name {
  color: #051c2b;
  font-family: "poppinsbold";
}
#association-peoplebox .items .itembox .box .bottom .textbox .pos {
  color: #051c2b;
}
@media only screen and (max-width: 500px) {
  #association-peoplebox .items .itembox .box .bottom .textbox .pos {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #association-peoplebox .items .itembox .box .bottom .links {
    float: none;
    margin-top: 5px;
  }
}

#association-partnersbox {
  padding: 55px 0 10px 0;
  width: 100%;
  overflow: hidden;
}
#association-partnersbox .catbox {
  margin-bottom: 40px;
  border-bottom: 1px solid #acbbc4;
}
#association-partnersbox .catbox.catbox-premium .items img {
  height: 130px;
}
#association-partnersbox .catbox:last-child {
  border: none;
}
#association-partnersbox .catbox .section-headline {
  color: #051c2b;
  text-align: center;
}
#association-partnersbox .catbox .items {
  margin-top: 40px;
  text-align: center;
}
#association-partnersbox .catbox .items a:hover {
  text-decoration: none;
}
#association-partnersbox .catbox .items img {
  display: inline-block;
  margin: 0 50px;
  height: 120px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 990px) {
  #association-partnersbox .catbox .items img {
    margin: 0 20px 20px 20px;
  }
}
#association-partnersbox.conference .items {
  margin-top: 50px;
}
#association-partnersbox.conference .catbox .section-headline {
  font-size: 21px;
}
#association-partnersbox.conference .catbox:first-child .items img {
  height: 130px;
}
#association-partnersbox.conference .catbox:nth-child(3) .items img {
  height: 110px;
}

#membership-brandbox {
  background-color: #e5112c;
  padding: 80px 0 150px 0;
}
@media only screen and (max-width: 990px) {
  #membership-brandbox {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  #membership-brandbox {
    padding: 70px 0;
  }
}
#membership-brandbox .diagrambox {
  margin-top: 75px;
}

.section-headline-centerbox {
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .section-headline-centerbox {
    padding: 90px 0;
  }
}
.section-headline-centerbox.grey {
  background-color: #f8f9fa;
}
.section-headline-centerbox .section-headline {
  color: #051c2b;
}
.section-headline-centerbox .btns {
  margin-top: 45px;
}
.section-headline-centerbox .txtbox {
  font-size: 18px;
  color: #051c2b;
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 1300px) {
  .section-headline-centerbox .txtbox {
    font-size: 16px;
  }
}
.section-headline-centerbox .txtbox * {
  font-size: 18px;
  color: #051c2b;
}
@media only screen and (max-width: 1300px) {
  .section-headline-centerbox .txtbox * {
    font-size: 16px;
  }
}

.section-contentbox {
  padding: 105px 0 150px 0;
}
@media only screen and (max-width: 1300px) {
  .section-contentbox {
    padding: 90px 0;
  }
}
.section-contentbox .imgbox {
  width: 600px;
  max-width: 100%;
}
.section-contentbox .imgbox img {
  display: block;
  max-width: 100%;
}
.section-contentbox .textbox {
  width: calc(100% - 600px);
  padding-left: 110px;
  color: #051c2b;
}
@media only screen and (max-width: 1300px) {
  .section-contentbox .textbox {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1040px) {
  .section-contentbox .textbox {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.section-contentbox .textbox.center {
  text-align: center;
}
.section-contentbox .textbox * {
  color: #051c2b;
}
.section-contentbox .textbox .section-headline {
  margin-bottom: 30px;
}
.section-contentbox .textbox strong {
  font-family: "poppinsbold";
}
.section-contentbox .textbox ul {
  padding-left: 25px;
  margin-top: 15px;
  margin-bottom: 0;
}
.section-contentbox .logosbox {
  margin-top: 60px;
  text-align: center;
}
.section-contentbox .logosbox img {
  display: inline-block;
  max-width: 100%;
  margin: 0 70px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-contentbox .logosbox img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.section-contentbox.full-width {
  padding: 70px 0 30px 0;
}
.section-contentbox.full-width .textbox {
  width: 100%;
  padding: 0;
}

.section-big-contentbox {
  padding: 70px 0;
  font-size: 18px;
  color: #051c2b;
}
@media only screen and (max-width: 1300px) {
  .section-big-contentbox {
    font-size: 16px;
  }
}
.section-big-contentbox * {
  font-size: 18px;
  color: #051c2b;
}
@media only screen and (max-width: 1300px) {
  .section-big-contentbox * {
    font-size: 16px;
  }
}
.section-big-contentbox strong {
  font-family: "poppinsbold";
}

#awards-contentbox {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1040px) {
  #awards-contentbox {
    padding-bottom: 90px;
  }
}
#awards-contentbox .textbox {
  width: calc(100% - 460px);
  padding: 5px 40px 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 990px) {
  #awards-contentbox .textbox {
    width: 100%;
    float: none;
  }
}
#awards-contentbox .textbox .section-headline {
  color: #051c2b;
  text-align: center;
}
#awards-contentbox .textbox .btns {
  margin-top: 35px;
}
#awards-contentbox .textbox .btns a {
  display: block;
  width: 300px;
  margin: 0 auto 18px auto;
  text-align: center;
  max-width: 100%;
}
#awards-contentbox .textbox .btns a:last-child {
  margin: 0 auto;
}
#awards-contentbox .imgbox {
  width: 460px;
  max-width: 100%;
}
@media only screen and (max-width: 990px) {
  #awards-contentbox .imgbox {
    margin: 30px auto 0 auto;
    float: none;
  }
}
#awards-contentbox .imgbox iframe {
  max-width: 100%;
  width: 100%;
  height: 300px;
}

#section-newslistbox {
  background-color: #f8f9fa;
  padding: 100px 0;
}
@media only screen and (max-width: 990px) {
  #section-newslistbox {
    padding: 90px 0;
  }
}
#section-newslistbox h2 {
  font-family: "poppinsbold";
  font-size: 56px;
  color: #051c2b;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  #section-newslistbox h2 {
    font-size: 36px;
  }
}
#section-newslistbox .itemsbox {
  margin-top: 80px;
}
@media only screen and (max-width: 990px) {
  #section-newslistbox .itemsbox {
    margin-top: 50px;
  }
}
#section-newslistbox .itemsbox .colbox {
  width: 50%;
  box-sizing: border-box;
  padding-top: 5px;
}
@media only screen and (max-width: 500px) {
  #section-newslistbox .itemsbox .colbox {
    width: 100%;
  }
}
#section-newslistbox .itemsbox .colbox:first-child {
  border-right: 1px solid #051c2b;
  padding-right: 140px;
}
@media only screen and (max-width: 1040px) {
  #section-newslistbox .itemsbox .colbox:first-child {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 990px) {
  #section-newslistbox .itemsbox .colbox:first-child {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 500px) {
  #section-newslistbox .itemsbox .colbox:first-child {
    padding: 0;
    border: none;
  }
}
#section-newslistbox .itemsbox .colbox:nth-child(2) {
  padding-left: 140px;
}
@media only screen and (max-width: 1040px) {
  #section-newslistbox .itemsbox .colbox:nth-child(2) {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 990px) {
  #section-newslistbox .itemsbox .colbox:nth-child(2) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 500px) {
  #section-newslistbox .itemsbox .colbox:nth-child(2) {
    padding: 0;
    margin-top: 40px;
  }
}
#section-newslistbox .itemsbox .colbox .section-headline {
  color: #e5112c;
}
#section-newslistbox .itemsbox .colbox .items {
  margin-top: 30px;
}
#section-newslistbox .itemsbox .colbox .items .newsbox {
  margin-bottom: 75px;
}
@media only screen and (max-width: 990px) {
  #section-newslistbox .itemsbox .colbox .items .newsbox {
    margin-bottom: 40px;
  }
}
#section-newslistbox .itemsbox .colbox .items .newsbox:last-child {
  margin: 0;
}
#section-newslistbox .itemsbox .colbox .items .newsbox a:hover {
  text-decoration: none;
}
#section-newslistbox .itemsbox .colbox .items .newsbox a:hover .imgbox:after {
  opacity: 0.2;
}
#section-newslistbox .itemsbox .colbox .items .newsbox .imgbox {
  position: relative;
}
#section-newslistbox .itemsbox .colbox .items .newsbox .imgbox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#section-newslistbox .itemsbox .colbox .items .newsbox .imgbox img {
  display: block;
  max-width: 100%;
}
#section-newslistbox .itemsbox .colbox .items .newsbox .name {
  margin-top: 25px;
  margin-bottom: 30px;
  color: #051c2b;
  font-family: "poppinsbold";
}

.section-greybox {
  background-color: #f8f9fa;
  padding: 100px 0;
}
@media only screen and (max-width: 990px) {
  .section-greybox {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 500px) {
  .section-greybox {
    padding: 70px 0;
  }
}
.section-greybox h2 {
  font-family: "poppinsbold";
  font-size: 56px;
  color: #051c2b;
}
@media only screen and (max-width: 1400px) {
  .section-greybox h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 500px) {
  .section-greybox h2 {
    font-size: 32px;
  }
}
.section-greybox .textbox {
  width: 540px;
  color: #051c2b;
  margin: 20px 0 50px 0;
  max-width: 100%;
}
@media only screen and (max-width: 990px) {
  .section-greybox .textbox {
    width: 100%;
  }
}
.section-greybox .textbox * {
  color: #051c2b;
}

#news-contentbox {
  padding: 50px 0;
}
@media only screen and (max-width: 500px) {
  #news-contentbox {
    padding: 40px 0;
  }
}
#news-contentbox .top {
  margin-bottom: 30px;
}
@media only screen and (max-width: 990px) {
  #news-contentbox .top {
    margin-bottom: 40px;
  }
}
#news-contentbox .top .breadcrumbs {
  width: calc(100% - 200px);
  padding-top: 18px;
}
@media only screen and (max-width: 767px) {
  #news-contentbox .top .breadcrumbs {
    width: 100%;
    float: none;
  }
}
#news-contentbox .top .breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#news-contentbox .top .breadcrumbs ul li {
  float: left;
  position: relative;
}
#news-contentbox .top .breadcrumbs ul li:first-child {
  margin-right: 10px;
}
#news-contentbox .top .breadcrumbs ul li:first-child:after {
  content: "-";
  color: #051c2b;
  padding-left: 5px;
}
#news-contentbox .top .breadcrumbs ul li a {
  color: #051c2b;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#news-contentbox .top .breadcrumbs ul li a:hover {
  text-decoration: none;
  color: #e5112c;
}
@media only screen and (max-width: 767px) {
  #news-contentbox .top .btns {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
}
#news-contentbox .date {
  color: #051c2b;
  opacity: 0.5;
  margin-top: 5px;
}
#news-contentbox .textbox {
  width: 900px;
}
@media only screen and (max-width: 1040px) {
  #news-contentbox .textbox {
    width: 100%;
  }
}
#news-contentbox .textbox img {
  max-width: 100%;
  height: auto !important;
}

#publications-contentbox .itemsbox {
  width: calc(100% + 90px);
  margin-left: -45px;
}
@media only screen and (max-width: 1040px) {
  #publications-contentbox .itemsbox {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media only screen and (max-width: 990px) {
  #publications-contentbox .itemsbox {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  #publications-contentbox .itemsbox {
    width: 100%;
    margin-left: 0;
  }
}
#publications-contentbox .itemsbox .itembox {
  width: 33.3%;
  padding: 0 45px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1040px) {
  #publications-contentbox .itemsbox .itembox {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 990px) {
  #publications-contentbox .itemsbox .itembox {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #publications-contentbox .itemsbox .itembox {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  #publications-contentbox .itemsbox .itembox {
    margin-bottom: 20px;
  }
}
#publications-contentbox .itemsbox .itembox .box {
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  color: #fff;
  font-family: "poppinsbold";
  padding: 40px 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #publications-contentbox .itemsbox .itembox .box {
    padding: 30px 20px;
  }
}
#publications-contentbox .itemsbox .itembox .box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
#publications-contentbox .itemsbox .itembox .box:hover {
  text-decoration: none;
}
#publications-contentbox .itemsbox .itembox .box .name {
  color: #fff;
  font-family: "poppinsbold";
  position: relative;
  z-index: 3;
}
#publications-contentbox .itemsbox .itembox .box .link {
  display: block;
  width: 112px;
  line-height: 36px;
  font-family: "poppinsbold";
  color: #fff;
  background-color: #e5112c;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  right: 28px;
  bottom: 22px;
  z-index: 3;
}
#publications-contentbox .itemsbox .itembox .box.no-img {
  background-color: #061c2c;
}
#publications-contentbox .itemsbox .itembox .box.no-img:after {
  content: none;
}

#userlogin-contentbox .loginbox form fieldset input[type=text], #userlogin-contentbox .loginbox form fieldset input[type=password] {
  width: 340px;
  max-width: 100%;
  line-height: 40px;
  height: 42px;
  border: 1px solid #acbbc4;
  color: #051c2b;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#userlogin-contentbox .loginbox form fieldset input[type=text]::-webkit-input-placeholder, #userlogin-contentbox .loginbox form fieldset input[type=text]:-ms-input-placeholder, #userlogin-contentbox .loginbox form fieldset input[type=text]::placeholder, #userlogin-contentbox .loginbox form fieldset input[type=password]::-webkit-input-placeholder, #userlogin-contentbox .loginbox form fieldset input[type=password]:-ms-input-placeholder, #userlogin-contentbox .loginbox form fieldset input[type=password]::placeholder {
  /* Edge */
  color: #acbbc4;
}
#userlogin-contentbox .loginbox form fieldset input[type=submit] {
  display: block;
  border: none;
  width: 220px;
  line-height: 42px;
  background-color: #e5112c;
  font-family: "poppinsbold";
  text-align: center;
  text-transform: uppercase;
}
#userlogin-contentbox .loginbox form fieldset .error-info {
  margin-top: 15px;
  color: #051c2b;
}

#media-contentbox .itemsbox {
  margin-top: 80px;
}
#media-contentbox .itemsbox .colbox {
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 990px) {
  #media-contentbox .itemsbox .colbox {
    width: 100%;
  }
}
#media-contentbox .itemsbox .colbox:nth-child(2) {
  padding-left: 150px;
}
@media only screen and (max-width: 990px) {
  #media-contentbox .itemsbox .colbox:nth-child(2) {
    padding: 0;
    margin-top: 40px;
  }
}
#media-contentbox .itemsbox .colbox .section-headline {
  color: #051c2b;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #media-contentbox .itemsbox .colbox .section-headline {
    margin-bottom: 20px;
  }
}
#media-contentbox .itemsbox .colbox .txtbox, #media-contentbox .itemsbox .colbox .txtbox * {
  color: #051c2b;
  font-size: 18px;
}
@media only screen and (max-width: 1400px) {
  #media-contentbox .itemsbox .colbox .txtbox, #media-contentbox .itemsbox .colbox .txtbox * {
    font-size: 16px;
  }
}
#media-contentbox .itemsbox .colbox .links .btn-big-link {
  margin-bottom: 15px;
  width: 100%;
}

#benefits-signbox {
  padding: 60px 0 120px 0;
}
@media only screen and (max-width: 990px) {
  #benefits-signbox {
    padding: 70px 0;
  }
}
#benefits-signbox .section-headline {
  color: #051c2b;
  text-align: center;
}
#benefits-signbox .items {
  margin-top: 50px;
}
#benefits-signbox .items .colbox {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #benefits-signbox .items .colbox {
    width: 100%;
    padding: 0;
  }
}
#benefits-signbox .items .colbox * {
  color: #051c2b;
}
@media only screen and (max-width: 990px) {
  #benefits-signbox .items .colbox ul {
    padding-left: 15px;
  }
}
#benefits-signbox .items .colbox ul li {
  margin-bottom: 20px;
}
#benefits-signbox .items .colbox ul li:last-child {
  margin: 0;
}
#benefits-signbox .links {
  text-align: center;
  margin-top: 40px;
}

#benefits-permissionsbox {
  background-color: #f8f9fa;
  padding: 60px 0;
}
#benefits-permissionsbox .section-headline {
  width: 710px;
  max-width: 100%;
  margin: 0 auto;
  color: #051c2b;
  text-align: center;
}
#benefits-permissionsbox .tablebox {
  margin-top: 60px;
  overflow-x: scroll;
}
#benefits-permissionsbox .tablebox table {
  border: 1px solid #acbbc4;
}
#benefits-permissionsbox .tablebox table thead th {
  padding: 10px 30px;
  border: 1px solid #acbbc4;
  background-color: #f8f9fa;
  color: #051c2b;
  font-family: "poppinsbold";
}
@media only screen and (max-width: 990px) {
  #benefits-permissionsbox .tablebox table thead th {
    padding: 10px 15px;
  }
}
#benefits-permissionsbox .tablebox table thead th * {
  color: #051c2b;
  font-family: "poppinsbold";
}
#benefits-permissionsbox .tablebox table thead th:first-child {
  width: 30%;
}
#benefits-permissionsbox .tablebox table tbody td {
  background-color: #fff;
  color: #051c2b;
  padding: 20px 30px;
  border: 1px solid #acbbc4;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  #benefits-permissionsbox .tablebox table tbody td {
    padding: 15px;
  }
}
#benefits-permissionsbox .tablebox table tbody td:first-child {
  text-align: left;
}
#benefits-permissionsbox .tablebox table tbody td span.yes {
  display: block;
  background: url(../img/icon-table-agreesign.png) no-repeat center;
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
#benefits-permissionsbox .table-infobox .txt {
  color: #051c2b;
  margin-top: 15px;
}
@media only screen and (max-width: 990px) {
  #benefits-permissionsbox .table-infobox .txt {
    margin-top: 10px;
  }
}
#benefits-permissionsbox .table-infobox .bottom {
  margin-top: 45px;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  #benefits-permissionsbox .table-infobox .bottom {
    margin-top: 30px;
  }
}

#join-contentbox {
  background-color: #e5112c;
  padding: 70px 0 110px 0;
}
#join-contentbox .items {
  margin-top: 70px;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 990px) {
  #join-contentbox .items {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media only screen and (max-width: 500px) {
  #join-contentbox .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
#join-contentbox .items .colbox {
  display: flex;
  padding: 0 10px;
  box-sizing: border-box;
}
#join-contentbox .items .colbox .box {
  height: 100%;
  border: 1px solid #fff;
  padding: 40px 50px 60px 30px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  #join-contentbox .items .colbox .box {
    padding: 30px 40px 50px 20px;
  }
}
#join-contentbox .items .colbox .box:before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../img/icon-arrow-right-white.svg) no-repeat center;
  position: absolute;
  top: 40px;
  right: 45px;
}
#join-contentbox .items .colbox .box .num {
  font-family: "poppinsbold";
  font-size: 24px;
}
@media only screen and (max-width: 1400px) {
  #join-contentbox .items .colbox .box .num {
    font-size: 21px;
  }
}
#join-contentbox .items .colbox .box .name {
  margin-top: 25px;
  font-family: "poppinsbold";
  font-size: 18px;
}
@media only screen and (max-width: 1400px) {
  #join-contentbox .items .colbox .box .name {
    font-size: 16px;
    margin-top: 20px;
  }
}

#join-formbox {
  padding: 70px 0;
}
#join-formbox .section-headline {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  color: #051c2b;
  text-align: center;
}
#join-formbox .formbox {
  width: 460px;
  max-width: 100%;
  margin: 60px auto 0 auto;
}
#join-formbox .formbox fieldset {
  margin-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  #join-formbox .formbox fieldset .wpcf7-list-item {
    margin: 0;
  }
}
#join-formbox .formbox fieldset input[type=text], #join-formbox .formbox fieldset input[type=email] {
  width: 100%;
  height: 42px;
  padding: 0 20px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #acbbc4;
  color: #051c2b;
}
#join-formbox .formbox fieldset input[type=submit] {
  display: block;
  width: 215px;
  line-height: 42px;
  background-color: #e5112c;
  text-align: center;
  border: none;
  margin: 30px auto 0 auto;
  font-family: "poppinsbold";
  text-transform: uppercase;
}
#join-formbox .formbox fieldset select {
  width: 100%;
  height: 42px;
  border: 1px solid #acbbc4;
  color: #051c2b;
  padding: 0 17px;
}
#join-formbox .formbox fieldset select option {
  padding: 0 20px;
}
#join-formbox .formbox fieldset span.wpcf7-not-valid-tip {
  margin-top: 5px;
}
#join-formbox .formbox fieldset .wpcf7-list-item input {
  float: left;
}
#join-formbox .formbox fieldset .wpcf7-list-item span.wpcf7-list-item-label {
  width: calc(100% - 30px);
  padding-left: 15px;
  color: #051c2b;
  font-size: 12px;
  font-family: "poppinsregular";
  font-weight: normal;
  float: left;
}
#join-formbox .formbox .cols {
  width: calc(100% + 30px);
  margin-left: -15px;
}
#join-formbox .formbox .cols fieldset {
  width: 50%;
  padding: 0 15px;
}
@media only screen and (max-width: 500px) {
  #join-formbox .formbox .cols fieldset {
    width: 100%;
  }
}

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.diagrambox .itembox {
  margin-bottom: 24px;
}
.diagrambox .itembox:last-child {
  margin: 0;
}
.diagrambox .itembox:last-child .top {
  padding-top: 0;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox:last-child .top .box {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 500px) {
  .diagrambox .itembox:last-child .top .box {
    padding: 0;
  }
}
.diagrambox .itembox:last-child .children .box {
  padding: 50px;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox:last-child .children .box {
    padding: 25px 30px;
    margin: 0 auto;
    float: none;
  }
}
.diagrambox .itembox .top {
  width: 50%;
  max-width: 100%;
  padding-top: 40px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox .top {
    width: 400px;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .diagrambox .itembox .top {
    margin-bottom: 15px;
  }
}
.diagrambox .itembox .top .box {
  width: calc(100% - 120px);
  border: 1px solid #fff;
  padding: 25px 95px;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox .top .box {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .diagrambox .itembox .top .box {
    border: none;
    padding: 0;
    width: 100%;
    text-align: left;
  }
}
.diagrambox .itembox .top .box .name {
  font-family: "poppinsbold";
  font-size: 18px;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox .top .box .name {
    text-align: center;
    float: none;
  }
}
@media only screen and (max-width: 500px) {
  .diagrambox .itembox .top .box .name {
    text-align: left;
    padding: 0;
  }
}
.diagrambox .itembox .top .linebox {
  border: 1px solid #fff;
  border-right: none;
  width: 45px;
  height: 102px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox .top .linebox {
    float: none;
    margin: 30px auto 15px auto;
    width: 100px;
    height: 25px;
    border: 1px solid #fff;
    border-bottom: none;
  }
}
@media only screen and (max-width: 500px) {
  .diagrambox .itembox .top .linebox {
    display: none;
  }
}
.diagrambox .itembox .top .linebox:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: -5px;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox .top .linebox:before {
    top: auto;
    bottom: -5px;
    left: -5px;
  }
}
.diagrambox .itembox .top .linebox:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.diagrambox .itembox .top .linebox span {
  display: block;
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 100%;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox .top .linebox span {
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 20px;
  }
}
.diagrambox .itembox .top .line {
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: #fff;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox .top .line {
    position: relative;
    width: 1px;
    height: 40px;
    top: auto;
    margin: 15px auto;
  }
}
@media only screen and (max-width: 500px) {
  .diagrambox .itembox .top .line {
    display: none;
  }
}
.diagrambox .itembox .top .line:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.diagrambox .itembox .children {
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox .children {
    width: 100%;
    padding: 0;
  }
}
.diagrambox .itembox .children .box {
  width: 100%;
  border: 1px solid #fff;
  padding: 30px 50px;
  font-family: "poppinsbold";
  font-size: 18px;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox .children .box {
    width: calc(50% - 20px);
    margin: 0 10px;
    float: left;
    text-align: center;
  }
}
@media only screen and (max-width: 990px) {
  .diagrambox .itembox .children .box {
    min-height: 112px;
  }
}
@media only screen and (max-width: 500px) {
  .diagrambox .itembox .children .box {
    width: 100%;
    margin: 10px 0;
    min-height: auto;
    padding: 20px;
    text-align: left;
  }
}
.diagrambox .itembox .children .box:first-child {
  margin-bottom: 7px;
}
.diagrambox .itembox:first-child .top {
  padding-top: 140px;
}
@media only screen and (max-width: 500px) {
  .diagrambox .itembox:first-child .top {
    padding-top: 0;
  }
}
.diagrambox .itembox:first-child .top .linebox .line-top {
  position: absolute;
  height: 100px;
  bottom: 100px;
  left: -1px;
  width: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox:first-child .top .linebox .line-top {
    display: none;
  }
}
.diagrambox .itembox:first-child .top .linebox .line-top:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: -5px;
}
.diagrambox .itembox:first-child .top .linebox .line-bottom {
  position: absolute;
  height: 100px;
  top: 100px;
  left: -1px;
  width: 100%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 1040px) {
  .diagrambox .itembox:first-child .top .linebox .line-bottom {
    display: none;
  }
}
.diagrambox .itembox:first-child .top .linebox .line-bottom:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.diagrambox .itembox:first-child .children .box {
  margin-bottom: 7px;
}
.diagrambox .itembox:first-child .children .box:last-child {
  margin-bottom: 0;
}

#technical-rooms-contentbox {
  padding: 60px 0 110px 0;
}
#technical-rooms-contentbox h3 {
  font-family: "poppinsbold";
  font-size: 24px;
  text-align: center;
  color: #051c2b;
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox h3 {
    font-size: 21px;
  }
}
#technical-rooms-contentbox .itemsbox {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 990px) {
  #technical-rooms-contentbox .itemsbox {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox .itemsbox {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
#technical-rooms-contentbox .itemsbox .itembox {
  border: 1px solid #acbbc4;
  margin-bottom: 20px;
}
#technical-rooms-contentbox .itemsbox .itembox.active .title {
  background: url(../img/icon-arrow-up-red.svg) no-repeat right 30px center;
  background-color: #f8f9fa;
  border-bottom: 1px solid #acbbc4;
}
#technical-rooms-contentbox .itemsbox .itembox.active .content {
  height: auto;
}
#technical-rooms-contentbox .itemsbox .itembox .title {
  font-family: "poppinsbold";
  font-size: 18px;
  color: #051c2b;
  padding: 0 50px;
  line-height: 64px;
  cursor: pointer;
  background: url(../img/icon-arrow-down-red.svg) no-repeat right 30px center;
  background-color: #f8f9fa;
}
@media only screen and (max-width: 990px) {
  #technical-rooms-contentbox .itemsbox .itembox .title {
    padding: 0 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox .itemsbox .itembox .title {
    padding: 0 20px;
    line-height: 50px;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content {
  overflow: hidden;
  height: 0;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox {
  padding: 0 50px 50px 50px;
}
@media only screen and (max-width: 990px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox {
    padding: 0 30px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox {
    padding: 0 20px 20px 20px;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row {
  padding: 30px 0;
  border-bottom: 1px solid #acbbc4;
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row {
    padding: 20px 0;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row:last-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row:last-child .name {
    width: 100%;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .name {
  width: 240px;
  font-family: "poppinsbold";
  font-size: 18px;
  color: #051c2b;
}
@media only screen and (max-width: 990px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .name {
    width: 180px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 500px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .name {
    width: 100%;
    padding: 0;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content {
  width: calc(100% - 240px);
  color: #051c2b;
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content {
    width: calc(100% - 180px);
  }
}
@media only screen and (max-width: 500px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content {
    width: 100%;
    margin-top: 8px;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content .txt {
  width: 400px;
  color: #051c2b;
}
@media only screen and (max-width: 990px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content .txt {
    width: 100%;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content .txt * {
  color: #051c2b;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content .people-content .person-col {
  width: 33.3%;
  color: #051c2b;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding-right: 12px;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content .people-content .person-col div {
  font-family: "poppinsbold";
  color: #051c2b;
}
@media only screen and (max-width: 500px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content .logobox {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content .logobox .logo-imgbox {
  margin: 0 30px 60px 0;
}
@media only screen and (max-width: 990px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content .logobox .logo-imgbox {
    margin: 0 20px 25px 0;
  }
}
@media only screen and (max-width: 500px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content .logobox .logo-imgbox {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 0 12px 0;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content .logobox img {
  max-width: 120px;
  display: block;
}
@media only screen and (max-width: 990px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .row-content .logobox img {
    max-width: 130px;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox {
    margin-top: 20px;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tabs-topbox {
  border-left: 1px solid #678294;
  margin: 0;
  padding-top: 33px;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tabs-topbox a {
  display: inline-block;
  color: #051c2b;
  font-size: 12px;
  line-height: 32px;
  padding: 0 20px;
  border-top: 1px solid #678294;
  border-right: 1px solid #678294;
  position: relative;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tabs-topbox a:hover, #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tabs-topbox a:focus {
  text-decoration: none;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tabs-topbox a.active {
  background-color: #f8f9fa;
  font-family: "poppinsbold";
  padding: 0 18px;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tabs-topbox a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f8f9fa;
  position: absolute;
  left: 0;
  top: 100%;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box {
  background-color: #f8f9fa;
  padding: 0 40px;
  border: 1px solid #acbbc4;
  display: none;
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box {
    padding: 0 20px;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box.active {
  display: block;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row {
  padding: 30px 0;
  border-bottom: 1px solid #acbbc4;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row:last-child {
  border: none;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .name {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .name {
    width: 150px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 500px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .name {
    width: 100%;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content {
  width: calc(100% - 200px);
  color: #051c2b;
}
@media only screen and (max-width: 767px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 500px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content {
    width: 100%;
    margin-top: 8px;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content * {
  color: #051c2b;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content ul {
  padding-left: 15px;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content ul li {
  color: #051c2b;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-gallery {
  width: 100%;
  margin-top: 25px;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-gallery .items {
  width: calc(100% + 18px);
  margin-left: -9px;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-gallery .items .img-item {
  width: 25%;
  padding: 0 9px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
@media only screen and (max-width: 990px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-gallery .items .img-item {
    width: 33.3%;
  }
}
@media only screen and (max-width: 500px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-gallery .items .img-item {
    width: 50%;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-gallery .items .img-item img {
  display: block;
  max-width: 100%;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-gallery .items .img-item a {
  display: block;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-gallery .items .img-item a div {
  width: 100%;
  height: 120px;
}
@media only screen and (max-width: 990px) {
  #technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-gallery .items .img-item a div {
    height: 90px;
  }
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-files .item-file {
  padding: 10px 0;
  border-bottom: 1px solid #acbbc4;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-files .item-file .name {
  width: 400px;
  font-family: "poppinsregular";
  font-size: 14px;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-files .item-file .size {
  width: 80px;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-files .item-file .link {
  width: calc(100% - 400px - 80px);
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .tab-row .tab-content.tab-content-files .item-file .link a {
  display: block;
  color: #e5112c;
}
#technical-rooms-contentbox .itemsbox .itembox .content .contentbox .item-row .tabsbox .tab-box .bottom-ctabox {
  padding: 60px 0 50px 0;
  text-align: center;
}

#userpage-contentbox {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  #userpage-contentbox {
    padding: 70px 0;
  }
}
#userpage-contentbox .filesbox .files-catbox {
  border: 1px solid #acbbc4;
}
#userpage-contentbox .filesbox .files-catbox.active .title {
  background: url(../img/icon-arrow-up-red.svg) no-repeat center right 30px;
}
#userpage-contentbox .filesbox .files-catbox.active .files {
  height: auto;
}
#userpage-contentbox .filesbox .files-catbox .title {
  font-size: 16px;
  line-height: 1.3;
  font-family: "poppinsbold";
  border-bottom: 1px solid #acbbc4;
  color: #051c2b;
  padding: 20px 50px;
  cursor: pointer;
  background: url(../img/icon-arrow-down-red.svg) no-repeat center right 30px;
}
@media only screen and (max-width: 767px) {
  #userpage-contentbox .filesbox .files-catbox .title {
    padding: 15px 20px;
  }
}
#userpage-contentbox .filesbox .files-catbox .files {
  background-color: #f8f9fa;
  overflow: hidden;
  height: 0;
}
#userpage-contentbox .filesbox .files-catbox .files .files-content {
  padding: 17px 50px;
}
@media only screen and (max-width: 767px) {
  #userpage-contentbox .filesbox .files-catbox .files .files-content {
    padding: 15px 20px;
  }
}
#userpage-contentbox .filesbox .files-catbox .files .item-file {
  border-bottom: 1px solid #acbbc4;
  padding: 13px 0;
}
#userpage-contentbox .filesbox .files-catbox .files .item-file:last-child {
  border: none;
}
#userpage-contentbox .filesbox .files-catbox .files .item-file .name {
  width: calc(100% - 90px - 100px);
  color: #051c2b;
}
@media only screen and (max-width: 500px) {
  #userpage-contentbox .filesbox .files-catbox .files .item-file .name {
    width: 100%;
  }
}
#userpage-contentbox .filesbox .files-catbox .files .item-file .size {
  width: 90px;
  color: #051c2b;
}
#userpage-contentbox .filesbox .files-catbox .files .item-file .link {
  width: 100px;
}
#userpage-contentbox .filesbox .files-catbox .files .item-file .link a {
  display: block;
  color: #e5112c;
}

#bsi-bottombox {
  border-top: 1px solid #acbbc4;
  padding: 60px 0;
}
#bsi-bottombox .textbox {
  width: 670px;
  font-size: 18px;
  color: #051c2b;
}
@media only screen and (max-width: 1040px) {
  #bsi-bottombox .textbox {
    width: 100%;
    text-align: center;
    float: none;
  }
}
@media only screen and (max-width: 990px) {
  #bsi-bottombox .textbox {
    font-size: 16px;
  }
}
#bsi-bottombox .textbox * {
  color: #051c2b;
}
#bsi-bottombox .btns {
  width: 100%;
  float: none;
  margin-top: 20px;
  text-align: center;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  color: #e5112c;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

#awards-gallerybox {
  padding: 60px 0 90px 0;
}
#awards-gallerybox .gallery {
  width: calc(100% + 20px);
  margin-left: -10px;
  overflow: hidden;
}
#awards-gallerybox .gallery .colbox {
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #awards-gallerybox .gallery .colbox {
    width: 50%;
  }
}
#awards-gallerybox .gallery .colbox img {
  display: block;
  max-width: 100%;
}

#conference-aboutbox {
  width: 100%;
  overflow: hidden;
}
#conference-aboutbox .inner {
  padding-top: 180px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1500px) {
  #conference-aboutbox .inner {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1040px) {
  #conference-aboutbox .inner {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
#conference-aboutbox .img-txt {
  position: absolute;
  color: #051c2b;
  top: 0;
}
#conference-aboutbox .box {
  display: flex;
}
@media only screen and (max-width: 990px) {
  #conference-aboutbox .box {
    display: block;
  }
}
#conference-aboutbox .box .headlinebox {
  width: 33.3%;
}
@media only screen and (max-width: 990px) {
  #conference-aboutbox .box .headlinebox {
    width: 100%;
  }
}
#conference-aboutbox .box .textbox {
  width: 66.6%;
}
@media only screen and (max-width: 990px) {
  #conference-aboutbox .box .textbox {
    width: 100%;
    margin-top: 12px;
  }
}
#conference-aboutbox .box .textbox h3 {
  font-family: "poppinsbold";
  font-size: 18px;
  color: #051c2b;
}
#conference-aboutbox .box .textbox .txt {
  font-size: 16px;
  color: #051c2b;
  font-family: "poppinsregular" !important;
}
#conference-aboutbox .box .textbox .txt * {
  font-size: 16px;
  color: #051c2b;
  font-family: "poppinsregular" !important;
}
#conference-aboutbox .box:first-child {
  margin-bottom: 110px;
}
@media only screen and (max-width: 1040px) {
  #conference-aboutbox .box:first-child {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 990px) {
  #conference-aboutbox .box:first-child {
    margin-bottom: 40px;
  }
}
#conference-aboutbox .box:nth-child(2) .textbox {
  width: 55%;
  padding: 30px 100px 0 0;
}
@media only screen and (max-width: 990px) {
  #conference-aboutbox .box:nth-child(2) .textbox {
    width: 100%;
    padding-right: 0;
  }
}
#conference-aboutbox .box:nth-child(2) .textbox h3 {
  margin-bottom: 20px;
  line-height: 1.4;
}
#conference-aboutbox .box:nth-child(2) .textbox .txt strong {
  font-family: "poppinsbold";
}
#conference-aboutbox .box:nth-child(2) .imgbox {
  width: 45%;
}
@media only screen and (max-width: 990px) {
  #conference-aboutbox .box:nth-child(2) .imgbox {
    width: 60%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 500px) {
  #conference-aboutbox .box:nth-child(2) .imgbox {
    width: 100%;
  }
}
#conference-aboutbox .box:nth-child(2) .imgbox img {
  display: block;
  max-width: 100%;
}
#conference-aboutbox .box:nth-child(2) .imgbox span {
  display: block;
  color: #051c2b;
}

#conference-contactbox {
  background-color: #f8f9fa;
  width: 100%;
  overflow: hidden;
}
#conference-contactbox .box {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  #conference-contactbox .box {
    display: block;
    align-items: normal;
    flex-direction: column;
  }
}
#conference-contactbox .box .databox {
  padding: 180px 0;
  width: 45%;
}
@media only screen and (max-width: 1040px) {
  #conference-contactbox .box .databox {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  #conference-contactbox .box .databox {
    width: 100%;
  }
}
#conference-contactbox .box .databox * {
  color: #051c2b;
}
#conference-contactbox .box .databox .itembox:first-child {
  padding-bottom: 60px;
}
#conference-contactbox .box .databox .itembox h3 {
  font-family: "poppinsbold";
  font-size: 24px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1040px) {
  #conference-contactbox .box .databox .itembox h3 {
    font-size: 21px;
  }
}
#conference-contactbox .box .databox .itembox .subtitle {
  font-size: 18px;
}
#conference-contactbox .box .mapbox {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  #conference-contactbox .box .mapbox {
    width: 100%;
    height: 400px;
  }
}
#conference-contactbox .box .mapbox #mapbox {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  #conference-contactbox .box .mapbox #mapbox {
    width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 767px) {
  #conference-contactbox .box .mapbox #mapbox {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

.conference-headline {
  font-family: "poppinsbold";
  font-size: 24px;
  color: #051c2b;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
  .conference-headline {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .conference-headline {
    font-size: 21px;
  }
}
.conference-headline:after {
  content: "";
  width: 80px;
  height: 5px;
  background-color: #e5112c;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.conference-headline.white {
  color: #fff;
}

.conference-subheadline {
  color: #051c2b;
  font-size: 16px;
  margin-top: 30px;
}
@media only screen and (max-width: 990px) {
  .conference-subheadline {
    margin-top: 20px;
  }
}
.conference-subheadline.white {
  color: #fff;
}
.conference-subheadline.white * {
  color: #fff;
}
.conference-subheadline * {
  color: #051c2b;
  font-size: 16px;
}

#conference-registerbox {
  margin-bottom: 120px;
  width: 100%;
  overflow: hidden;
}
#conference-registerbox .box {
  background-color: #e5112c;
  padding: 120px 0;
}
@media only screen and (max-width: 990px) {
  #conference-registerbox .box {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 500px) {
  #conference-registerbox .box {
    padding: 60px 0;
  }
}
#conference-registerbox .box h3 {
  font-family: "poppinsbold";
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #conference-registerbox .box h3 {
    font-size: 21px;
  }
}
#conference-registerbox .box h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background-color: #051c2b;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
#conference-registerbox .box .txt {
  font-size: 16px;
  text-align: center;
  margin: 30px 0 40px 0;
}
#conference-registerbox .box .txt * {
  font-size: 16px;
  text-align: center;
}
#conference-registerbox .box .links {
  text-align: center;
}

#conference-peoplebox {
  background-color: #051823;
  padding: 150px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  #conference-peoplebox {
    padding: 90px 0;
  }
}
#conference-peoplebox:before {
  content: "";
  display: block;
  background: url(../img/conference-bg-white-2.png) no-repeat center;
  background-size: cover;
  width: 350px;
  height: 377px;
  position: absolute;
  top: 0;
  left: -10px;
}
@media only screen and (max-width: 1500px) {
  #conference-peoplebox:before {
    left: -100px;
  }
}
@media only screen and (max-width: 500px) {
  #conference-peoplebox:before {
    display: none;
  }
}
#conference-peoplebox:after {
  content: "";
  display: block;
  background: url(../img/conference-bg-white-1.png) no-repeat center;
  background-size: cover;
  width: 350px;
  height: 377px;
  position: absolute;
  bottom: 0;
  right: -10px;
}
@media only screen and (max-width: 1500px) {
  #conference-peoplebox:after {
    right: -100px;
  }
}
@media only screen and (max-width: 500px) {
  #conference-peoplebox:after {
    display: none;
  }
}
#conference-peoplebox .items {
  margin-top: 60px;
  width: calc(100% + 30px);
  margin-left: -15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 990px) {
  #conference-peoplebox .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  #conference-peoplebox .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  #conference-peoplebox .items {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
#conference-peoplebox .items .item {
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #conference-peoplebox .items .item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  #conference-peoplebox .items .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
#conference-peoplebox .items .item:hover {
  text-decoration: none;
}
#conference-peoplebox .items .item .itembox {
  background-color: #e5112c;
  height: 100%;
}
#conference-peoplebox .items .item .img img {
  display: block;
  max-width: 100%;
}
#conference-peoplebox .items .item .title {
  background-color: #e5112c;
  padding: 10px 15px;
}
#conference-peoplebox .items .item .title .name {
  font-family: "poppinsbold";
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  #conference-peoplebox .items .item .title .name {
    font-size: 14px;
  }
}
#conference-peoplebox .items .item .title .brand {
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  #conference-peoplebox .items .item .title .brand {
    font-size: 12px;
  }
}
#conference-peoplebox .items:before {
  content: none;
}

#conference-programbox {
  padding: 120px 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  #conference-programbox {
    padding: 90px 0 60px 0;
  }
}

#program-contentbox {
  padding: 0 150px;
  margin-top: 60px;
}
@media only screen and (max-width: 990px) {
  #program-contentbox {
    padding: 0;
  }
}
#program-contentbox .top {
  padding: 0 100px;
}
@media only screen and (max-width: 767px) {
  #program-contentbox .top {
    padding: 0;
  }
}
#program-contentbox .top a.item {
  display: block;
  width: 50%;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #051823;
  border-bottom: 5px solid #d9e0e6;
}
@media only screen and (max-width: 1500px) {
  #program-contentbox .top a.item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  #program-contentbox .top a.item {
    font-size: 14px;
  }
}
#program-contentbox .top a.item:hover, #program-contentbox .top a.item:focus {
  text-decoration: none;
}
#program-contentbox .top a.item.active {
  font-family: "poppinsbold";
  border-color: #051823;
}
#program-contentbox .content {
  margin-top: 40px;
  background-color: #f8f9fa;
  padding: 120px 100px;
  display: none;
}
@media only screen and (max-width: 1500px) {
  #program-contentbox .content {
    padding: 100px 80px;
  }
}
@media only screen and (max-width: 767px) {
  #program-contentbox .content {
    padding: 50px 30px;
  }
}
#program-contentbox .content.active {
  display: block;
}
#program-contentbox .content .pos-item {
  margin-bottom: 15px;
}
#program-contentbox .content .pos-item * {
  color: #051823;
  font-size: 18px;
}
@media only screen and (max-width: 1500px) {
  #program-contentbox .content .pos-item * {
    font-size: 16px;
  }
}
#program-contentbox .content .pos-item .hour {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  #program-contentbox .content .pos-item .hour {
    width: 150px;
  }
}
@media only screen and (max-width: 500px) {
  #program-contentbox .content .pos-item .hour {
    width: 100%;
  }
}
#program-contentbox .content .pos-item .title {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  #program-contentbox .content .pos-item .title {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 500px) {
  #program-contentbox .content .pos-item .title {
    width: 100%;
  }
}
#program-contentbox .content .pos-item .title .name {
  font-family: "poppinsbold";
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#program-contentbox .content .pos-item .title .name:after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background-color: #e5112c;
  position: absolute;
  left: 0;
  bottom: 0;
}

#conference-faqbox {
  background-color: #e5112c;
  padding: 120px 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #conference-faqbox {
    padding: 90px 0;
  }
}
#conference-faqbox .content {
  width: calc(100% + 40px);
  margin-left: -20px;
}
#conference-faqbox .content .colbox {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #conference-faqbox .content .colbox {
    width: 100%;
  }
}
#conference-faqbox .content .colbox .conference-headline {
  margin-bottom: 25px;
}
#conference-faqbox .content .colbox .conference-headline:after {
  background-color: #051c2b;
}
#conference-faqbox .content .colbox .txt {
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
}
#conference-faqbox .content .colbox .txt * {
  color: #fff;
  font-size: 16px;
}

#conference-bgbox {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 197;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
#conference-bgbox.active {
  opacity: 1;
  visibility: visible;
}

#speaker-detailsbox {
  width: 1000px;
  max-width: 100%;
  padding: 60px;
  background-color: #fff;
  position: fixed;
  z-index: 199;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
@media only screen and (max-width: 767px) {
  #speaker-detailsbox {
    height: 100vh;
    padding: 40px;
  }
}
@media only screen and (max-width: 500px) {
  #speaker-detailsbox {
    padding: 100px 30px 40px 30px;
  }
}
#speaker-detailsbox.active {
  opacity: 1;
  visibility: visible;
}
#speaker-detailsbox .content {
  display: none;
}
#speaker-detailsbox .content.active {
  display: block;
}
#speaker-detailsbox .content .top .img {
  width: 180px;
}
@media only screen and (max-width: 500px) {
  #speaker-detailsbox .content .top .img {
    width: 120px;
  }
}
#speaker-detailsbox .content .top .img img {
  display: block;
  max-width: 100%;
}
#speaker-detailsbox .content .top .title {
  width: calc(100% - 180px);
  padding-top: 12px;
  padding-left: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  #speaker-detailsbox .content .top .title {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
#speaker-detailsbox .content .top .title .name {
  color: #051c2b;
  font-size: 18px;
  font-family: "poppinsbold";
}
@media only screen and (max-width: 767px) {
  #speaker-detailsbox .content .top .title .name {
    font-size: 16px;
  }
}
#speaker-detailsbox .content .top .title .brand {
  font-size: 16px;
  color: #051c2b;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #speaker-detailsbox .content .top .title .brand {
    font-size: 14px;
  }
}
#speaker-detailsbox .content .top .title .txtbox {
  margin-top: 20px;
  font-size: 16px;
  color: #051c2b;
}
@media only screen and (max-width: 767px) {
  #speaker-detailsbox .content .top .title .txtbox {
    font-size: 14px;
  }
}
#speaker-detailsbox .content .top .title .txtbox * {
  font-size: 16px;
  color: #051c2b;
}
@media only screen and (max-width: 767px) {
  #speaker-detailsbox .content .top .title .txtbox * {
    font-size: 14px;
  }
}
#speaker-detailsbox .btn-close {
  display: block;
  background: url(../img/icon-close.png) no-repeat center;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  #speaker-detailsbox .btn-close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 500px) {
  #speaker-detailsbox .btn-close {
    top: 100px;
  }
}

#conference-registerform {
  padding: 120px 0;
}
@media only screen and (max-width: 500px) {
  #conference-registerform {
    padding: 90px 0;
  }
}
#conference-registerform .formbox {
  width: 700px;
  max-width: 100%;
  border: 5px solid #e5112c;
  margin: 60px auto 0 auto;
  padding: 50px;
}
@media only screen and (max-width: 500px) {
  #conference-registerform .formbox {
    padding: 20px;
    margin-top: 40px;
  }
}
#conference-registerform .formbox #ticketbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#conference-registerform .formbox #ticketbox .box {
  width: calc(33.3% - 15px);
  border: 3px solid #c6cace;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 10px;
  cursor: pointer;
}
#conference-registerform .formbox #ticketbox .box.active {
  border-color: #e5112c;
}
#conference-registerform .formbox #ticketbox .box .titlebox {
  display: flex;
  justify-items: center;
  justify-content: center;
}
#conference-registerform .formbox #ticketbox .box .titlebox .title {
  color: #051c2b;
  font-size: 14px;
  text-align: center;
  font-family: "poppinsbold";
}
#conference-registerform .formbox #ticketbox .box .pricebox {
  margin-top: 10px;
}
#conference-registerform .formbox #ticketbox .box .pricebox .price {
  font-family: "poppinsbold";
  font-size: 21px;
  color: #051c2b;
}
#conference-registerform .formbox #ticketbox .box .pricebox .price-old {
  font-family: "poppinsregular";
  font-size: 18px;
  line-height: 1;
  color: #475e6c;
  text-decoration: line-through;
  padding: 0 0 0 6px;
}
#conference-registerform .formbox fieldset {
  border: none;
  margin-bottom: 10px;
}
#conference-registerform .formbox fieldset.person_role_description {
  display: none;
}
#conference-registerform .formbox fieldset.person_role_description.active {
  display: block;
}
#conference-registerform .formbox fieldset label {
  display: block;
  font-size: 16px;
  color: #051c2b;
  margin: 0;
  font-weight: normal;
}
@media only screen and (max-width: 500px) {
  #conference-registerform .formbox fieldset label {
    font-size: 14px;
  }
}
#conference-registerform .formbox fieldset input[type=text] {
  width: 100%;
  line-height: 36px;
  padding: 0 15px;
  background-color: #f8f9fa;
  border: none;
  color: #051c2b;
  margin-top: 4px;
}
#conference-registerform .formbox fieldset select {
  width: 100%;
  line-height: 36px;
  padding: 12px 15px;
  background-color: #f8f9fa;
  border: none;
  color: #051c2b;
}
#conference-registerform .formbox fieldset select option {
  color: #051c2b;
}
#conference-registerform .formbox fieldset.checkbox input[type=checkbox] {
  margin-left: 0;
}
#conference-registerform .formbox fieldset.checkbox label {
  font-size: 14px;
}
#conference-registerform .formbox fieldset.checkbox label a {
  color: #051c2b;
  text-decoration: underline;
}
#conference-registerform .formbox fieldset.checkbox span {
  display: block;
  font-size: 12px;
  color: #051c2b;
  line-height: 1.2;
}
#conference-registerform .formbox fieldset.checkbox.checkbox-workshop {
  margin: 20px 0;
}
#conference-registerform .formbox fieldset.submit {
  margin-top: 30px;
  text-align: center;
}
#conference-registerform .formbox fieldset.info label {
  font-size: 14px;
}
#conference-registerform .formbox fieldset.error label, #conference-registerform .formbox fieldset.error.info label {
  color: #e5112c;
}
#conference-registerform .formbox fieldset.error label a, #conference-registerform .formbox fieldset.error.info label a {
  color: #e5112c;
}
#conference-registerform .formbox fieldset.error label span, #conference-registerform .formbox fieldset.error.info label span {
  color: #e5112c;
}
#conference-registerform .formbox .checkboxes {
  border-top: 1px solid #051c2b;
  margin-top: 20px;
}
#conference-registerform .formbox .payment-methodbox {
  border-top: 1px solid #051c2b;
  padding-top: 15px;
}
#conference-registerform .formbox .payment-methodbox * {
  color: #051c2b;
}
#conference-registerform .formbox .payment-methodbox .payment-method-info {
  padding-top: 10px;
  color: #e5112c;
  display: none;
}
#conference-registerform .formbox .payment-methodbox .payment-method-info.active {
  display: block;
}
#conference-registerform .formbox .payment-methodbox .items {
  display: flex;
  justify-content: space-between;
}
#conference-registerform .formbox .payment-methodbox .items .item {
  width: calc(50% - 10px);
  border: 2px solid #051c2b;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#conference-registerform .formbox .payment-methodbox .items .item.active {
  border-color: #e5112c;
}
#conference-registerform .formbox .payment-methodbox .checkbox-invoice-payment {
  display: none;
}
#conference-registerform .formbox .payment-methodbox .checkbox-invoice-payment.active {
  display: block;
}
#conference-registerform .formbox .invoicebox {
  display: none;
}
#conference-registerform .formbox .invoicebox.active {
  display: block;
}

#conference-summarybox {
  padding: 150px 0;
}
#conference-summarybox .textbox {
  text-align: center;
  font-size: 16px;
  color: #051c2b;
}
@media only screen and (max-width: 500px) {
  #conference-summarybox .textbox {
    font-size: 14px;
  }
}
#conference-summarybox .textbox p {
  font-size: 16px;
  color: #051c2b;
}
@media only screen and (max-width: 500px) {
  #conference-summarybox .textbox p {
    font-size: 14px;
  }
}
#conference-summarybox .btn-box {
  margin-top: 40px;
}

#page-normal {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  #page-normal {
    padding-bottom: 90px;
  }
}
#page-normal .content {
  margin-top: 90px;
  color: #051c2b;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #page-normal .content {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 60px;
  }
}
#page-normal .content * {
  color: #051c2b;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #page-normal .content * {
    font-size: 14px;
    line-height: 1.4;
  }
}
#page-normal .content strong, #page-normal .content b {
  font-family: "poppinsbold";
}

#certification-section1 .subheadline {
  font-family: "poppinsbold";
  font-size: 24px;
  text-align: center;
  color: #051c2b;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #certification-section1 .subheadline {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
#certification-section1 .textbox {
  padding: 60px 60px 0 0;
}
@media only screen and (max-width: 1040px) {
  #certification-section1 .textbox {
    padding: 0;
  }
}
#certification-section1 .textbox strong * {
  font-family: "poppinsbold";
}
#certification-section1 .textbox ul {
  margin: 0;
  padding-left: 15px;
}
@media only screen and (max-width: 1040px) {
  #certification-section1 .imgbox {
    margin-top: 40px;
  }
}
#certification-section1 .btns {
  margin-top: 30px;
}
#certification-section1 .btns a {
  color: #fff;
}

#certification-section2 {
  padding-top: 0;
}
#certification-section2 iframe {
  width: 100%;
}

#certification-programbox {
  background-color: #e6112d;
  padding: 120px 0;
}
@media only screen and (max-width: 500px) {
  #certification-programbox {
    padding: 90px 0;
  }
}
#certification-programbox .headline {
  font-family: "poppinsbold";
  font-size: 24px;
  color: #fff;
  text-align: center;
}
#certification-programbox .subheadline {
  margin-top: 40px;
  font-family: "poppinsbold";
  font-size: 18px;
  color: #fff;
  text-align: center;
}
#certification-programbox .items {
  width: 900px;
  max-width: 100%;
  margin: 20px auto 0 auto;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  #certification-programbox .items {
    display: block;
  }
}
#certification-programbox .items .itembox {
  width: 50%;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  #certification-programbox .items .itembox {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  #certification-programbox .items .itembox {
    padding: 0;
  }
}
#certification-programbox .items .itembox .box {
  background-color: #051c2b;
  height: 100%;
  padding: 40px 30px 100px 30px;
}
#certification-programbox .items .itembox .box .title {
  font-family: "poppinsbold";
  font-size: 18px;
  color: #fff;
  padding-right: 100px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
#certification-programbox .items .itembox .box .title:after {
  content: "";
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #e6112d;
  bottom: 0;
  left: 0;
  position: absolute;
}
#certification-programbox .items .itembox .box .txt {
  padding-right: 30px;
}
#certification-programbox .text-bottombox {
  width: 850px;
  max-width: 100%;
  margin: 70px auto 0 auto;
}
@media only screen and (max-width: 500px) {
  #certification-programbox .text-bottombox {
    margin-top: 30px;
  }
}
#certification-programbox .text-bottombox .txt {
  margin-bottom: 20px;
}
#certification-programbox .text-bottombox .txt strong {
  font-family: "poppinsbold";
}
#certification-programbox .bottom-imgbox {
  margin-top: 50px;
}
#certification-programbox .bottom-imgbox img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#certification-trainingbox {
  background-color: #051c2b;
}
#certification-trainingbox .headline {
  font-family: "poppinsbold";
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 500px) {
  #certification-trainingbox .headline {
    margin-bottom: 20px;
  }
}
#certification-trainingbox .textbox {
  padding: 60px 60px 0 0;
}
@media only screen and (max-width: 1040px) {
  #certification-trainingbox .textbox {
    padding: 0;
  }
}
#certification-trainingbox .textbox .txt {
  color: #fff;
}
#certification-trainingbox .textbox .txt * {
  color: #fff;
}
#certification-trainingbox .textbox .txt ul {
  padding-left: 15px;
}
@media only screen and (max-width: 1040px) {
  #certification-trainingbox .imgbox {
    margin-top: 40px;
  }
}
#certification-trainingbox .bottombox {
  margin-top: 60px;
  text-align: center;
}
#certification-trainingbox .bottombox .txt {
  font-family: "poppinsbold";
  font-size: 18px;
}
#certification-trainingbox .bottombox .btns {
  margin-top: 30px;
}

#certification-usersbox {
  padding: 120px 0;
  background-color: #fff;
}
@media only screen and (max-width: 500px) {
  #certification-usersbox {
    padding: 90px 0;
  }
}
#certification-usersbox .topbox .headline {
  width: 40%;
  padding-right: 80px;
  box-sizing: border-box;
  font-family: "poppinsbold";
  font-size: 24px;
  line-height: 1.3;
  color: #051c2b;
}
@media only screen and (max-width: 767px) {
  #certification-usersbox .topbox .headline {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  #certification-usersbox .topbox .headline {
    padding-right: 0;
  }
}
#certification-usersbox .topbox .txt {
  width: 60%;
  color: #051c2b;
}
@media only screen and (max-width: 767px) {
  #certification-usersbox .topbox .txt {
    width: 100%;
  }
}
#certification-usersbox .topbox .txt * {
  color: #051c2b;
}
#certification-usersbox .btns {
  margin: 80px 0 60px 0;
}
@media only screen and (max-width: 500px) {
  #certification-usersbox .btns {
    margin: 30px 0;
  }
}
#certification-usersbox .btns a {
  background-color: #051c2b;
  margin-right: 30px;
}
@media only screen and (max-width: 990px) {
  #certification-usersbox .btns a {
    margin-bottom: 15px;
  }
}
#certification-usersbox .bottombox .txt {
  color: #051c2b;
  font-family: "poppinsbold";
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  #certification-usersbox .bottombox .txt {
    font-size: 16px;
  }
}
#certification-usersbox .bottombox .txt .btn-box {
  margin-top: 12px;
}

#certification-formbox {
  background-color: #f8f9fa;
  padding: 120px 0;
}
@media only screen and (max-width: 500px) {
  #certification-formbox {
    padding: 90px 0;
  }
}
#certification-formbox .headline {
  width: 70%;
  font-family: "poppinsbold";
  font-size: 24px;
  color: #051c2b;
}
@media only screen and (max-width: 990px) {
  #certification-formbox .headline {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #certification-formbox .headline {
    font-size: 21px;
  }
}
#certification-formbox .formbox {
  margin-top: 40px;
}
#certification-formbox .formbox form {
  width: 400px;
  max-width: 100%;
}
#certification-formbox .formbox form fieldset {
  border: none;
  margin-bottom: 12px;
}
#certification-formbox .formbox form fieldset input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #051c2b;
  line-height: 40px;
  font-size: 16px;
  color: #051c2b;
  background: none;
}
#certification-formbox .formbox form fieldset textarea {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #051c2b;
  font-size: 16px;
  color: #051c2b;
  background: none;
  resize: none;
  height: 150px;
}
#certification-formbox .formbox form fieldset label {
  margin-top: -4px;
  color: #051c2b;
  font-weight: normal;
}
#certification-formbox .formbox form fieldset.error input[type=text], #certification-formbox .formbox form fieldset.error textarea {
  border-color: #e5112c;
}
#certification-formbox .formbox form fieldset.error label {
  color: #e5112c;
}
#certification-formbox .formbox form fieldset.check input {
  margin: 0;
}
#certification-formbox .formbox form fieldset.check label {
  width: calc(100% - 30px);
  padding-left: 10px;
}
#certification-formbox .formbox .info {
  color: #e5112c;
}

/* Kontener dla przewijania */
.tablepress-scroll-wrapper {
  overflow-x: auto;
  width: 100%;
}

/* Ustalenie pozycji pierwszej kolumny jako "sticky" */
.tablepress-id-1 thead th:first-child,
.tablepress-id-1 tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  /* Musi być tło, żeby treść pod spodem nie prześwitywała */
  border-right: 2px solid #ddd;
  /* Opcjonalna linia oddzielająca */
}

/* Nagłówek pierwszej kolumny musi być nad resztą */
.tablepress-id-1 thead th:first-child {
  z-index: 3;
}

#conference-gallerybox {
  padding-bottom: 120px;
}
@media only screen and (max-width: 990px) {
  #conference-gallerybox {
    padding-bottom: 70px;
  }
}
#conference-gallerybox .content .items {
  width: calc(100% + 20px);
  margin-left: -10px;
}
#conference-gallerybox .content .items .owl-item {
  padding: 0 10px;
}
#conference-gallerybox .content .imgbox {
  display: block;
  width: 100%;
  height: 280px;
}

#conference-videobox {
  padding-top: 120px;
}
@media only screen and (max-width: 990px) {
  #conference-videobox {
    padding-top: 90px;
  }
}
#conference-videobox .content {
  display: flex;
  justify-content: center;
}
#conference-videobox .content iframe {
  width: 900px;
  height: 500px;
}
@media only screen and (max-width: 990px) {
  #conference-videobox .content iframe {
    width: 100%;
    height: 350px;
  }
}
@media only screen and (max-width: 500px) {
  #conference-videobox .content iframe {
    height: 250px;
  }
}

.btn-big-register {
  position: fixed;
  z-index: 66;
  right: 40px;
  bottom: 40px;
  width: 160px;
  background-color: #e5112c;
  color: #fff;
  font-family: "poppinsbold";
  line-height: 56px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1040px) {
  .btn-big-register {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-big-register {
    display: none;
  }
}
.btn-big-register:hover {
  text-decoration: none;
  background-color: #051823;
  color: #fff;
}

/*# sourceMappingURL=app-style.css.map */
