body {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #666;
}
* :focus {
  outline: 0 !important;
  box-shadow: none !important;
}
h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  color: #427BE2;
  line-height: 1.2;
}
h1 span {
  text-transform: none;
  display: block;
  font-size: 36px;
  font-weight: 400;
}
a:focus,
a:hover {
  text-decoration: none;
}
.circlelist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.circlelist .list__item {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
.circlelist .list__item:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  border: solid 1px #427BE2;
  border-radius: 50%;
  top: 10px;
}
h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #427BE2;
}
h2 span {
  display: block;
  color: #666;
  font-size: 24px;
  font-weight: 400;
}
.social {
  position: absolute;
  bottom: 0;
  right: 2.5%;
  display: flex;
  flex-flow: column;
  list-style-type: none;
  margin: 0;
  padding: 0 0 18vh;
  z-index: 9;
}
.social:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 18vh;
  width: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  background: #fff;
}
.social li {
  padding-bottom: 2.3vh;
}
.social img {
  width: 24px;
  height: 24px;
  transition: 0.4s;
}
.social img:hover {
  margin-top: 1rem;
}
.box-anchor {
  cursor: pointer;
  box-shadow: none;
  outline: 0;
  text-transform: uppercase;
  padding: 1.15rem 2.5rem;
  line-height: 1;
  border: 1px solid #427BE2;
  background: 0 0;
  color: #427BE2;
  transition: 0.3s;
  text-decoration: none;
  font-size: 14px;
  height: 53px;
  display: inline-block;
}
.box-anchor:focus,
.box-anchor:hover {
  background: #427BE2;
  color: #fff;
  text-decoration: none;
}
.box-anchor:disabled {
  opacity: 0.6;
}
.box-anchor:disabled:focus,
.box-anchor:disabled:hover {
  background: 0 0;
  color: #427BE2;
}
.box-anchor.fill__anchor {
  background: #427BE2;
  color: #fff;
}
.box-anchor.fill__anchor:focus,
.box-anchor.fill__anchor:hover {
  background: 0 0;
  color: #427BE2;
}
.sec-top-border {
  position: relative;
}
.sec-top-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #9AE3EF;
  z-index: 1;
}
.sticky-body {
  position: fixed;
  width: 100%;
}
.sticky-body:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.83);
  top: 0;
  height: 100%;
  z-index: 9;
  width: 100%;
}
.slick-dots {
  bottom: 0;
  text-align: left;
}
.slick-dots li {
  width: 21px;
  height: 9px;
  padding: 0 0.75rem 0 0;
  margin: 0;
  overflow: hidden;
  z-index: 1;
  background: #fff;
}
.slick-dots li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 45%;
  left: 0;
  z-index: -1;
  background: #ccc;
}
.slick-dots li:last-child {
  width: 9px;
  padding: 0;
}
.slick-dots li:last-child:before {
  content: normal;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  background: #ccc;
}
.slick-dots li button:before {
  content: normal;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  background: #427BE2;
}
.slick-dots li.slick-active button {
  background: #427BE2;
}
.sharepop {
  position: fixed;
  top: 0;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  transition: 0.7s;
}
.sharepop.pop-open {
  top: 0;
}
.sharepop .wrap {
  max-width: 490px;
  background: rgba(255, 255, 255, 0.65);
  padding: 2rem;
  margin: 10% auto 0;
  position: relative;
}
.sharepop .wrap .st-btn {
  margin: 10px 5px 0 5px !important;
}
.sharepop .wrap .pop-close {
  color: #000;
  position: absolute;
  top: -5px;
  right: 10px;
  font-size: 30px;
}
.sharepop .wrap .pop-close:focus,
.sharepop .wrap .pop-close:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 13.1%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 100%;
    padding: 0 6%;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 100%;
    padding: 0 13.1%;
  }
}
@media (max-width: 1650px) {
  h1 {
    font-size: 40px;
  }
  h1 span {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h2 span {
    font-size: 20px;
  }
  body {
    font-size: 16px;
  }
  .box-anchor {
    height: 48px;
    padding: 1rem 2rem;
    font-size: 14px;
  }
}
@media (max-width: 1700px) {
  .social {
    padding: 0 0 10vh;
  }
  .social li {
    padding-bottom: 1.5vh;
  }
  .social img {
    width: 20px;
    height: 20px;
  }
  .social:after {
    height: 10vh;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 34px;
  }
  h1 span {
    font-size: 26px;
  }
  h2 {
    font-size: 26px;
  }
  h2 span {
    font-size: 13px;
  }
  body {
    font-size: 14px;
  }
  .box-anchor {
    height: 30px;
    padding: 0.5rem 1rem;
    font-size: 12px;
  }
  .social img {
    width: 17px;
    height: 17px;
  }
  .social li {
    padding-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .social {
    padding: 0 0 2rem;
  }
  .social:after {
    height: 2rem;
  }
  h1 {
    font-size: 28px;
  }
  h1 span {
    font-size: 18px;
  }
  h2 {
    font-size: 24px;
  }
  h2 span {
    font-size: 16px;
    line-height: 1.3;
  }
  .box-anchor {
    height: auto;
    padding: 0.75rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .social {
    display: none;
  }
  h1 {
    font-size: 24px;
  }
  h1 span {
    font-size: 16px;
    line-height: 1.3;
  }
  h2 {
    font-size: 20px;
  }
  h2 span {
    font-size: 14px;
  }
  .container {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .sharepop .wrap {
    max-width: 250px;
    padding: 2rem;
    margin: 20% auto 0;
  }
  .sharepop .wrap .st-btn {
    min-width: 50px !important;
    display: block;
  }
  #st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 50px !important;
    display: inline-block !important;
  }
}
.form-control {
  padding: 0.75rem;
  border: 0;
  border-radius: 0;
}
.modified-select {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 200px;
  background-color: #fff;
}
.modified-select select {
  display: none;
}
.select-selected {
  background-color: transparent;
}
.select-selected.select-arrow-active {
  background-color: #fff;
  border-bottom-color: #f1f1f1;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 20px;
  width: 0;
  height: 0;
  transform: rotate(-45deg);
  border: solid #000;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 4px;
}
.select-items div,
.select-selected {
  color: #000;
  padding: 0.5rem;
  border: 1px solid transparent;
  border-color: transparent transparent #000 transparent;
  cursor: pointer;
}
.select-items div {
  border-color: transparent;
  padding: 0.5rem;
}
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.select-hide {
  visibility: hidden;
  opacity: 0;
}
.select-items div.same-as-selected,
.select-items div:hover {
  background-color: #427BE2;
  color: #fff;
}
.page__header {
  position: absolute;
  z-index: 99;
  transition: 0.5s;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page__header ul {
  list-style-type: none;
  margin: 0;
}
.page__header a {
  color: #fff;
  transition: 0.3s;
}
.page__header a:hover {
  color: #427BE2;
  text-decoration: none;
}
.page__header a:focus {
  color: #fff;
  text-decoration: none;
}
.page__header.afix,
.page__header.fix {
  background: #fff;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.page__header.afix .lang-switcher,
.page__header.afix .menu__top,
.page__header.fix .lang-switcher,
.page__header.fix .menu__top {
  display: none;
}
.page__header.afix .brand-logo,
.page__header.fix .brand-logo {
  padding: 0.5rem 0;
}
.page__header.afix .brand-logo a,
.page__header.fix .brand-logo a {
  width: 300px;
  height: 70px;
  background: url(../svg/fdi_logo.svg) no-repeat;
}
.page__header.afix a,
.page__header.fix a {
  color: #666;
}
.page__header.afix a:hover,
.page__header.fix a:hover {
  color: #427BE2;
  text-decoration: none;
}
.page__header.afix a:focus,
.page__header.fix a:focus {
  color: #fff;
  text-decoration: none;
}
.page__header.afix .menu__primary,
.page__header.fix .menu__primary {
  background: 0 0;
}
.page__header.afix .menu__primary .menu__link,
.page__header.fix .menu__primary .menu__link {
  padding: 2rem;
}
.brand-logo {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  margin: 0 auto 0 5%;
  padding: 0;
  transition: 0.1s;
}
.brand-logo a {
  position: relative;
  display: block;
}
.brand-logo img {
  transition: 0.2s;
  width: 319px;
  height: 100px;
}
.header__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 53%;
}
.menu__top {
  display: flex;
  padding: 0;
}
.menu__top .menu__link {
  padding: 1.7rem 1.5rem;
  font-size: 14px;
}
.menu__top .menu__link.menu__button {
  padding: 0.7rem 2rem;
  margin: 1rem 0;
  background: #427BE2;
  color: #fff;
}
.menu__top .menu__link.menu__button:focus,
.menu__top .menu__link.menu__button:hover {
  background: #fff;
  color: #427BE2;
}
.menu__top .current-menu-item a {
  color: #427BE2;
}
.lang-switcher {
  margin: 1rem;
  padding-right: 6%;
}
.lang-switcher .modified-select {
  font-size: 12px;
}
.lang-switcher .modified-select .select-selected {
  display: none;
}
.lang-switcher .modified-select .select-selected:after {
  right: 10px;
}
.menu__primary {
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  justify-content: flex-end;
  padding: 0 8% 0 0;
}
.menu__primary .menu__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 1;
  background: #427BE2;
}
.menu__primary .menu__item.active:before,
.menu__primary .menu__item.current-menu-item:before {
  content: "";
}
.menu__primary .menu__item.active a,
.menu__primary .menu__item.current-menu-item a {
  color: #427BE2;
}
.menu__primary .menu__item.submenu:before {
  content: "";
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.menu__primary .menu__item.submenu.active:before,
.menu__primary .menu__item.submenu.current-menu-item:before {
  content: "";
}
.menu__primary .menu__item.submenu.active a,
.menu__primary .menu__item.submenu.current-menu-item a {
  color: #fff;
  background: #427BE2 !important;
}
.menu__primary .menu__item.submenu.current-menu-parent:before {
  content: "";
  visibility: visible;
  opacity: 1;
}
.menu__primary .menu__item.submenu.current-menu-parent:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0.75rem;
  transform: translate(0, -45%) rotate(45deg);
  border-right: 1px solid #427BE2;
  border-bottom: 1px solid #427BE2;
  width: 7px;
  height: 7px;
}
.menu__primary .menu__item.submenu.current-menu-parent a {
  color: #427BE2;
}
.menu__primary .menu__item.submenu > .menu__link:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0.75rem;
  transform: translate(0, -45%) rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 7px;
  height: 7px;
}
.menu__primary .menu__item.submenu:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.menu__primary .menu__item.submenu:hover .submenu-wrapper {
  visibility: visible;
  opacity: 1;
}
.menu__primary .menu__item.submenu:hover > .menu__link {
  color: #427BE2;
}
.menu__primary .menu__item.submenu:hover > .menu__link:after {
  border-color: #427BE2;
}
.menu__primary .menu__link {
  padding: 2rem 1.75rem;
}
.menu__primary .menu__link.menu__button {
  padding: 0.7rem 2rem;
  margin: 1.4rem 0 0 0;
  background: #427BE2;
  color: #fff;
  font-weight: 700;
}
.menu__primary .menu__link.menu__button:focus,
.menu__primary .menu__link.menu__button:hover {
  background: #fff;
  color: #427BE2;
}
.menu__item {
  position: relative;
}
.menu__link {
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
.close-menu {
  display: none;
}
a.js-menu-open {
  display: none;
}
.submenu-wrapper {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.submenu__item {
  margin: 0;
  padding: 0;
}
.submenu__item .menu__link {
  color: #fff !important;
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  text-transform: none;
}
.submenu__item .menu__link:hover {
  background: #427BE2;
  color: #fff;
}
.submenu__item .current-menu-item {
  background: #427BE2;
  color: #fff;
}
@media (max-width: 1850px) {
  .header__menu {
    width: 60%;
  }
}
@media (max-width: 1600px) {
  .brand-logo img {
    width: 260px;
    height: 80px;
  }
  .menu__top .menu__link {
    padding: 1.7rem 1rem;
  }
  .lang-switcher .modified-select {
    min-width: 150px;
  }
}
@media (max-width: 1500px) {
  .menu__top .menu__link {
    padding: 1.7rem 1rem;
    font-size: 13px;
  }
  .menu__primary .menu__link {
    padding: 1.75rem 2rem;
  }
  .menu__primary .menu__item .menu__button {
    padding: 0.75rem 1.5rem;
    margin: 1rem 0 0 0;
  }
  .menu__primary .menu__item.submenu .submenu__item .menu__link {
    padding: 0.75rem;
  }
  .header__menu {
    width: 65%;
  }
  .lang-switcher .modified-select {
    min-width: 110px;
  }
  .select-selected:after {
    top: 14px;
    right: 20px;
    border-width: 0 0 1px 1px;
    padding: 2px;
  }
}
@media (max-width: 1400px) {
  .menu__primary .menu__item.submenu .submenu__item .menu__link {
    font-size: 14px;
  }
  .brand-logo img {
    height: 70px;
    width: 230px;
  }
}
@media (max-width: 1300px) {
  .menu__primary .menu__item > .menu__link {
    padding: 1.25rem 1.75rem;
  }
  .menu__primary .menu__item .menu__button {
    padding: 0.75rem 1.5rem;
    margin: 0.5rem 0 0 0;
  }
}
@media (max-width: 1199px) {
  .header__menu {
    width: 70%;
  }
  .lang-switcher {
    margin: 1rem 3% 1rem 1rem;
    padding-right: 0;
  }
  .menu__top .menu__link {
    padding: 1.7rem 0.5rem;
    font-size: 12px;
  }
  .menu__primary {
    padding: 0 3% 0 0;
  }
  .menu__primary .menu__link {
    padding: 1.25rem 1.75rem;
    font-size: 12px;
  }
  .menu__primary .menu__item.submenu > .menu__link {
    padding: 1.25rem 2rem 1.25rem 1.5rem;
  }
  .menu__primary .menu__item.submenu > .menu__link:after {
    right: 12px;
    width: 6px;
    height: 6px;
  }
  .menu__primary .menu__item.submenu .submenu__item .menu__link {
    padding: 0.5rem;
    font-size: 12px;
  }
  .brand-logo {
    margin: 0 auto 0 3%;
  }
  .brand-logo img {
    height: 60px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .header__menu {
    width: 300px;
    background: #000;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    transition: 1s;
    z-index: 9;
    overflow-y: auto;
    flex-flow: column;
    justify-content: flex-start;
  }
  .menu__primary {
    display: flex;
    flex-flow: column;
    padding: 0;
    order: -1;
    background: 0 0;
    width: 100%;
  }
  .menu__primary .menu__item.active {
    background: #427BE2;
  }
  .menu__primary .menu__item.active a {
    color: #fff;
  }
  .menu__primary .menu__item:before {
    display: none;
  }
  .menu__primary .menu__item > .menu__link {
    padding: 1rem 2rem 1rem 1.5rem;
    text-align: left;
    font-size: 14px;
  }
  .menu__primary .menu__item.submenu > .menu__link {
    padding: 1rem 2rem 1rem 1.5rem;
  }
  .menu__primary .menu__item.submenu > .menu__link:after {
    top: 1rem;
    right: 1.5rem;
  }
  .menu__primary .menu__item.submenu .submenu__item .menu__link {
    padding: 0.5rem 2rem;
    font-size: 14px;
  }
  .menu__primary .menu__item .menu__button {
    display: block;
    margin: 0.75rem 1.5rem;
    text-align: center !important;
  }
  .menu__top {
    padding: 0;
    flex-flow: column;
  }
  .menu__top .menu__link {
    padding: 1rem 2rem 1rem 1.5rem;
    font-size: 14px;
    text-align: left;
  }
  .close-menu {
    display: block;
    position: absolute;
    right: 0.75rem;
    top: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.5;
    z-index: 9999;
  }
  .close-menu:hover {
    opacity: 1;
  }
  .close-menu:after,
  .close-menu:before {
    position: absolute;
    left: 12px;
    content: " ";
    height: 1.5rem;
    width: 2px;
    background-color: #fff;
  }
  .close-menu:before {
    transform: rotate(45deg);
  }
  .close-menu:after {
    transform: rotate(-45deg);
  }
  .lang-switcher {
    order: -1;
    margin: 0;
    padding: 3rem 2rem 1.5rem;
  }
  .brand-logo {
    margin: 1rem auto 0 3%;
  }
  .menu-open {
    left: 0 !important;
  }
  a.js-menu-open {
    position: absolute;
    right: 3%;
    top: 25%;
    display: block;
  }
  .submenu-wrapper {
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: none;
    overflow: hidden;
    display: none;
  }
  .submenu__item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header__menu {
    width: 100%;
  }
  .current-menu-item {
    color: #427BE2;
    background: 0 0;
  }
  .current-menu-parent .menu__link {
    background: #427BE2;
    color: #fff;
  }
  .current-menu-parent .submenu__item .menu__link {
    background: 0 0;
    color: #427BE2;
  }
  .current-menu-parent .submenu__item .current-menu-item {
    color: #427BE2;
    background: 0 0;
  }
  .submenu__item .current-menu-item {
    color: #427BE2;
    background: 0 0;
  }
  .submenu__item .current-menu-item .menu__link {
    color: #427BE2 !important;
    background: 0 0;
  }
  .menu__primary .menu__item.submenu:focus > .menu__link,
  .menu__primary .menu__item.submenu:hover > .menu__link {
    color: #fff;
  }
  .menu__primary .menu__item.submenu:focus > .menu__link:after,
  .menu__primary .menu__item.submenu:hover > .menu__link:after {
    border-color: #fff;
  }
  .menu__primary .menu__item.submenu.current-menu-parent a {
    color: #427BE2;
  }
}
.page__footer {
  background-color: #333;
  color: #ccc;
}
.page__footer ul {
  list-style-type: none;
  margin: 0;
}
.page__footer a {
  text-decoration: none;
  color: rgba(204, 204, 204, 0.7);
  font-size: 15px;
}
.page__footer a:focus,
.page__footer a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.footer-links {
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  display: flex;
}
.footer-links li {
  padding-left: 1.5rem;
}
.nw_subscription {
  background: #26252a;
  padding: 2.4rem 5.5rem;
  display: flex;
  flex-wrap: wrap;
}
.nw_subscription .widget_text {
  width: calc(100% - 206px);
}
.nw_subscription .form {
  display: block;
  width: calc(100%);
}
.nw_subscription .form-group {
  display: flex;
  margin: 0;
  padding: 0;
}
.nw_subscription .form-group .sub__input {
  color: #fff;
  margin: 0 1.75rem 0 0;
  background: #333;
  border: 1px solid rgba(107, 107, 107, 0.5);
}
.nw_subscription .form-group .sub__input:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.nw_subscription .form-group .form-control {
  padding: 0.8rem 0.75rem;
}
.nw_subscription p {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.nw_subscription ::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.nw_subscription :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.nw_subscription ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sub__title {
  flex-flow: column;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 1rem 0 0;
  display: flex;
  justify-content: center;
}
.footer__qmenu {
  display: flex;
  flex-wrap: wrap;
}
.footer__qmenu .qmenu__title {
  font-size: 15px;
}
.footer__qmenu .menu {
  padding: 0;
}
.footer__qmenu .menu__link {
  text-transform: none;
  display: inline-block;
  line-height: 2;
}
.qmenu__list {
  width: 16.6%;
  padding: 2.75rem 1%;
}
.qmenu__link {
  line-height: 2;
}
.qmenu__title {
  margin-bottom: 1.35rem;
  position: relative;
}
.qmenu__title a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.qmenu__title a:focus,
.qmenu__title a:hover {
  color: #fff;
}
.qmenu__title:after,
.qmenu__title:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80%;
  height: 1px;
  z-index: 0;
  background: #666;
}
.qmenu__title:after {
  bottom: -2px;
  width: 20%;
  height: 2px;
  background: #427BE2;
  z-index: 1;
}
span.wpcf7-not-valid-tip {
  text-align: left;
}
.form-content input,
.form-content textarea {
  width: 100%;
}
.nw_subscription .form {
  position: relative;
}
.nw_subscription .form-group {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}
div.wpcf7 .ajax-loader {
  position: absolute !important;
  margin-top: 10px !important;
  right: -35px !important;
}
.w-auto {
  width: auto !important;
}
.footer__copy {
  padding: 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__copy p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1600px) {
  .page__footer container {
    padding: 0 5%;
  }
  .nw_subscription .form .sub__input {
    margin: 0 1.5rem 0 0;
    font-size: 14px;
  }
  .nw_subscription .wpcf7-form-control-wrap {
    position: relative;
    margin: 0 1rem;
  }
}
@media (max-width: 1400px) {
  .footer__copy {
    padding: 1rem;
  }
  .footer__copy p {
    font-size: 12px;
  }
  .nw_subscription {
    padding: 2rem 7.5%;
  }
  .nw_subscription .sub__title {
    font-size: 15px;
  }
  .nw_subscription .form {
    width: 100%;
  }
  .nw_subscription .form .sub__input {
    margin: 0 1.5rem 0 0;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
  }
  .nw_subscription .box-anchor {
    height: 39px;
  }
  .page__footer .container {
    padding: 0 5%;
  }
  .page__footer a {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .page__footer .container {
    padding: 0 0;
  }
}
@media (max-width: 991px) {
  .nw_subscription .sub__title {
    margin: 0 auto 0.5rem 0;
  }
  .nw_subscription .form {
    width: 100%;
  }
  .nw_subscription .widget_text {
    width: 100%;
  }
  .nw_subscription .wpcf7-form-control-wrap {
    margin: 0 1rem 0 0;
  }
  .qmenu__list {
    padding: 1.5rem 2.85%;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .page__footer .container {
    padding: 0;
  }
  .nw_subscription {
    padding: 2rem 4%;
  }
  .nw_subscription .form-group {
    flex-flow: column;
  }
  .nw_subscription .form .sub__input {
    margin: 0;
    padding: 0.3rem 0.75rem;
  }
  .nw_subscription .wpcf7-form-control-wrap {
    margin: 0;
  }
  .qmenu__list {
    padding: 1.3rem 1rem;
    width: 50%;
  }
  .footer__qmenu {
    display: none;
  }
}
@media (max-width: 480px) {
  div.wpcf7 .ajax-loader {
    position: static !important;
  }
  .footer .row {
    margin: 0;
  }
  .footer p {
    text-align: center;
    margin: 0.5rem 0;
  }
  .footer .footer-links {
    justify-content: center;
    margin-bottom: 0.5rem;
  }
}
.mac .animated,
.win .animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.mac .animate,
.mac .animate2,
.win .animate,
.win .animate2 {
  opacity: 0;
}
.ie8 .animate,
.ie8 .animate2,
.ie9 .animate,
.ie9 .animate2 {
  opacity: 1;
}
.section__hero {
  position: relative;
  overflow: hidden;
}
.section__hero .hero__caption {
  position: absolute;
  bottom: 11%;
  left: 5%;
  z-index: 2;
}
.section__hero .hero__caption h1 {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 48px;
  text-transform: inherit;
}
.section__hero .hero__caption h1 span {
  font-size: 26px;
}
.section__hero .hero__caption .hero__anchor {
  color: #fff;
  border-color: #fff;
  margin-right: 0.5rem;
  min-width: 185px;
  text-align: center;
}
.section__hero .hero__caption .hero__anchor:focus,
.section__hero .hero__caption .hero__anchor:hover {
  border-color: #427BE2;
}
.section__hero .hero__caption p {
  display: block;
  width: 80%;
  background: rgba(102, 102, 102, 0.51);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 1rem 1.5rem;
}
.section__hero .hero__caption .quick__links {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.section__hero .hero__caption .quick__links a {
  position: relative;
  height: 33px;
  display: block;
  padding: 0.25rem 3rem 0.25rem 0;
  color: #fff;
  transition: 0.3s;
  font-size: 17px;
}
.section__hero .hero__caption .quick__links a img {
  padding: 0 10px 0 0;
  width: 45px;
  height: 38px;
}
.section__hero .hero__caption .quick__links a:focus,
.section__hero .hero__caption .quick__links a:hover {
  text-decoration: none;
  color: #427BE2;
}
.section__hero .hero__caption .quick_link__share {
  padding: 0.25rem 0 !important;
  width: 100% !important;
  line-height: 28px;
  font-size: 16px;
}
.section__hero .hero__caption .quick_link__share span {
  background: 0 0 !important;
}
.section__hero .hero__img {
  overflow: hidden;
}
.section__hero .hero__img:before {
  content: "";
  position: absolute;
  bottom: -50%;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../svg/heromotif.svg) no-repeat bottom right;
  z-index: 2;
  mix-blend-mode: overlay;
  opacity: 0.2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section__hero .hero__img:before {
    width: 44%;
    opacity: 0.1;
  }
}
.section__hero .hero__img:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hero/shade.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
.section__hero .hero__img img,
.section__hero .hero__img video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: -1;
}
.section__hero .canvas {
  display: none;
  position: absolute;
  z-index: 9;
  right: 2%;
  bottom: 5%;
  margin-bottom: 0;
}
.section__hero .canvas canvas {
  width: 900px;
  height: 200px;
  display: block;
  position: relative;
  background: 0 0;
  margin: 40px auto;
}
.section__hero.inner__hero {
  height: 595px;
}
.section__hero.inner__hero .hero__img:before {
  opacity: 1;
}
@supports (-ms-ime-align: auto) {
  .section__hero.inner__hero .hero__img:before {
    opacity: 0.2;
  }
}
@media all and (-ms-high-contrast: none) {
  .section__hero.inner__hero .hero__img:before {
    opacity: 0.2;
    background-size: 32em 32em;
  }
}
.section__hero.inner__hero .hero__img img {
  position: relative;
  width: 100%;
  height: auto;
}
#share .jssocials-share {
  margin: 0 0.6em 0 0;
}
#share .jssocials-share a {
  width: auto;
  position: relative;
  height: auto;
  display: block;
  padding: 0.25rem;
  color: #fff;
  transition: 0.3s;
}
.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.current-menu-ancestor a {
  color: #fff !important;
}
@media (max-width: 1900px) {
  .section__hero.inner__hero {
    height: 595px;
  }
  .section__hero.inner__hero .hero__img img {
    position: relative;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1650px) {
  .section__hero .hero__caption p {
    font-size: 20px;
    padding: 0.75rem 1.5rem;
  }
  .section__hero .hero__caption .quick__links {
    padding: 1.5rem 0;
  }
}
@media (max-width: 1400px) {
  .section__hero.inner__hero {
    height: 450px;
  }
  .section__hero .hero__caption h1 {
    margin-bottom: 1rem;
  }
  .section__hero .hero__caption p {
    font-size: 17px;
    padding: 0.65rem 1rem;
  }
  .section__hero .hero__caption .quick__links {
    padding: 1rem 0;
  }
  .section__hero .hero__caption .quick__links a {
    padding: 0.25rem 2rem 0.25rem 0;
    height: 40px;
  }
  .section__hero .hero__caption .quick__links a:before {
    width: 25px;
    height: 27px;
  }
}
@media (max-width: 1199px) {
  .section__hero .hero__img {
    height: 500px;
  }
  .section__hero .hero__img video {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
  }
  .section__hero .hero__caption h1 {
    margin-bottom: 1rem;
    font-size: 28px;
  }
  .section__hero .hero__caption h1 span {
    font-size: 16px;
  }
  .section__hero .hero__caption p {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
  .section__hero .hero__caption .quick__links {
    padding: 0.75rem 0;
  }
  .section__hero .hero__caption .quick__links a {
    padding: 0.25rem 2rem 0.25rem 0;
  }
}
@media (max-width: 1024px) {
  .section__hero .canvas {
    right: 0;
    left: auto;
    top: auto;
    bottom: 3%;
  }
  .section__hero .canvas canvas {
    width: 400px !important;
    height: 72px !important;
  }
  .section__hero .hero__caption .hero__anchor {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .section__hero .hero__img video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    height: 100%;
  }
  .section__hero.inner__hero {
    height: 300px;
  }
  .section__hero.inner__hero .hero__img {
    height: 300px;
  }
  .section__hero.inner__hero .hero__img img {
    width: auto;
    height: 100%;
  }
  .section__hero .canvas {
    right: auto;
    left: 5%;
    top: auto;
    bottom: auto;
    top: 20%;
  }
}
@media (max-width: 850px) {
  .section__hero .canvas canvas {
    width: 366px !important;
    height: 72px !important;
  }
}
@media (max-width: 767px) {
  .section__hero .hero__caption {
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0 4%;
    position: relative;
  }
  .section__hero .hero__caption h1 {
    margin-bottom: 1rem;
    font-size: 24px;
  }
  .section__hero .hero__caption p {
    font-size: 14px;
  }
  .section__hero .canvas {
    right: 0;
    bottom: 0;
    position: relative;
    left: 0;
    top: auto;
  }
  .section__hero .canvas canvas {
    margin: 50px 15px;
  }
  .section__hero .hero__img {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .section__hero .hero__caption .quick__links a {
    width: 100%;
    margin: 0.5rem 0;
    height: 30px;
    font-size: 16px;
  }
  .section__hero .hero__caption .hero__anchor {
    margin-top: 0.5rem;
  }
  .section__hero.inner__hero {
    height: 400px;
  }
  .section__hero.inner__hero .hero__img {
    height: 100%;
  }
  .section__hero.inner__hero .hero__caption {
    position: absolute;
  }
  .section__hero.inner__hero .hero__caption h1 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .section__hero.inner__hero .hero__caption .breadcrumb-item {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .section__hero .hero__caption {
    bottom: 15%;
  }
  .section__hero .hero__caption p {
    width: 100%;
    margin-bottom: 0;
  }
  .section__hero .hero__caption .quick__links a {
    height: 20px;
    font-size: 16px;
  }
  .section__hero .hero__caption .quick__links a img {
    width: 35px;
    height: 28px;
  }
  .section__hero .hero__caption .box-anchor {
    padding: 0.5rem 1rem;
    font-size: 12px;
  }
  .section__hero .canvas canvas {
    margin: 20px 15px;
    width: 316px !important;
    height: 62px !important;
    padding: 0;
  }
}
.section__about {
  display: flex;
  flex-wrap: wrap;
  background: #F7F7F7;
  position: relative;
}
.section__about .about__img {
  width: 42%;
  overflow: hidden;
  position: relative;
}
.section__about .about__img img {
  position: absolute;
  height: auto;
  width: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.section__about .about__content {
  width: 58%;
  padding: 5rem 4.2%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background: url(../images/cssimg/sidelogobg.png) no-repeat right -50%;
}
.intro__text {
  padding-right: 17%;
}
.intro__text .subhead {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.intro__text .card-body {
  padding-right: 30px;
}
.intro__text p {
  margin-bottom: 1rem;
}
.intro__text .pm-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
}
.intro__text .pm-icon:after,
.intro__text .pm-icon:before {
  content: "";
  position: absolute;
  background-color: #666;
  transition: transform 0.25s ease-out;
}
.intro__text .pm-icon:before {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
  transform: rotate(90deg);
}
.intro__text .pm-icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  transform: rotate(180deg);
}
.intro__text button {
  margin: 0;
  padding: 0 30px 0 0;
  width: 100%;
  white-space: normal;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 20px;
  text-decoration: none;
  color: #427BE2;
  position: relative;
}
.intro__text button:focus,
.intro__text button:hover {
  text-decoration: none;
  color: #666;
}
.intro__text button.collapsed .pm-icon:before {
  transform: rotate(0);
}
.intro__text button.collapsed .pm-icon:after {
  transform: rotate(0);
}
.intro__text h1 {
  margin-bottom: 3rem;
}
.intro__text .section__cta {
  padding-top: 2rem;
}
.feature__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.feature__item {
  width: 19%;
  margin-right: 6%;
  padding: 3rem 0;
  position: relative;
}
.feature__item p {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  letter-spacing: -1px;
}
.feature__item .feature__number {
  font-size: 48px;
  font-weight: 700;
  color: #427BE2;
  display: inline-block;
  letter-spacing: 0;
}
.feature__item .i-txt {
  display: block;
}
.feature__img {
  position: relative;
}
.feature__img:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1E2D72;
  z-index: 1;
}
@media (max-width: 1650px) {
  .section__about .about__content {
    padding: 4rem 3rem 0;
    background-size: 30%;
  }
  .feature__item {
    padding: 1.5rem 0;
  }
  .intro__text h1 {
    margin-bottom: 1.5rem;
  }
  .intro__text button {
    font-size: 16px;
  }
  .feature__item p {
    font-size: 18px;
  }
  .feature__item .feature__number {
    font-size: 40px;
  }
  .feature__img img {
    width: 65px;
    height: auto;
  }
}
@media (max-width: 1500px) {
  .intro__text p {
    margin-bottom: 1rem;
  }
  .feature__item p {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .section__about .about__content {
    padding: 3rem 2rem 1rem 3rem;
  }
  .intro__text {
    padding-right: 8%;
  }
  .intro__text h1 {
    max-width: 300px;
    margin-bottom: 1rem;
  }
  .intro__text .pm-icon {
    width: 14px;
    height: 14px;
  }
  .intro__text .pm-icon:before {
    width: 2px;
    margin-left: -1px;
  }
  .intro__text .pm-icon:after {
    height: 2px;
    margin-top: -1px;
  }
  .feature__img img {
    width: 55px;
    height: auto;
  }
  .feature__item .feature__number {
    font-size: 34px;
  }
  .feature__item p {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .section__about .about__content {
    padding: 3rem 1.5rem 1rem 2.5rem;
  }
}
@media (max-width: 1199px) {
  .section__about .about__content {
    padding: 3rem 1.5rem 3rem 2rem;
  }
  .section__about .about__img img {
    height: 100%;
    width: auto;
  }
  .feature__img img {
    width: 55px;
  }
  .feature__item {
    padding: 1rem 0;
  }
  .feature__item .feature__number {
    font-size: 28px;
  }
  .feature__item p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .section__about {
    flex-flow: column-reverse;
  }
  .section__about .about__img {
    width: 100%;
  }
  .section__about .about__img img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .section__about .about__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .feature__item {
    width: 44%;
  }
  .feature__item .feature__number {
    font-size: 28px;
  }
  .feature__item p {
    font-size: 14px;
  }
}
.section__mediasection {
  background: url(../images/mediacenter/mediabg.jpg) no-repeat;
  background-size: cover;
  padding-top: 302px;
}
.section__mediasection .tag {
  background-color: #666;
  color: #fff;
  padding: 0.75rem 1.75rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  text-align: center;
  width: 200px;
}
.section__mediasection .section__header {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 3rem 1.75rem;
  height: 100%;
}
.section__mediasection .section__header h2 {
  line-height: 1.3;
  font-weight: 400;
}
.section__mediasection .section__header h2 span {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #427BE2;
}
.mediasection__wrapper {
  width: 50%;
  margin: 0 0 0 auto;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.media-left {
  width: 300px;
  display: flex;
  flex-flow: column;
}
.media-right {
  padding: 2.5rem 4rem 3rem;
  width: calc(100% - 300px);
}
.media-right h3 {
  font-size: 14px;
  color: #427BE2;
  text-transform: uppercase;
  margin: 0;
}
.news__list.slick-slider {
  margin: 0;
}
.news__list .news__item {
  position: relative;
  padding-bottom: 3rem;
}
.news__list h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 2rem 0;
}
.news__list time {
  display: block;
  position: absolute;
  right: 0;
  z-index: 1;
  text-transform: uppercase;
  bottom: 0;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .media-right {
    padding: 2.5rem 1rem 3rem;
    width: calc(100% - 260px);
  }
  .media-left {
    width: 260px;
  }
  .news__list h4 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .mediasection__wrapper {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .mediasection__wrapper {
    width: 100%;
  }
  .media-right {
    padding: 1rem 1rem;
    width: 100%;
  }
  .media-left {
    width: 100%;
  }
  .section__mediasection .section__header {
    flex-flow: row;
    padding: 2rem 1rem 0;
  }
}
@media (max-width: 480px) {
  .section__mediasection .section__header {
    flex-flow: column;
  }
  .latest__news .news__list {
    padding: 1rem 1rem 1rem 0;
  }
}
.supporters__caption {
  padding: 4rem 0 4rem;
  text-align: center;
}
.supporters__caption h2 {
  margin: 0;
}
.supporters__caption p {
  max-width: 700px;
  margin: 2.5rem auto;
}
.supporter__wrap {
  display: flex;
  flex-wrap: wrap;
}
.supporter__wrap .supporter__box {
  width: auto;
}
@media (max-width: 1199px) {
  .supporter__wrap .supporter__box {
    width: 175px;
  }
}
@media (max-width: 992px) {
  .supporter__wrap .supporter__box {
    width: 135px;
  }
}
.top__supporters {
  background-color: #e9e9e9;
  padding: 2rem 0;
}
.top__supporters .supporter__wrap {
  justify-content: center;
  flex-wrap: wrap;
}
.top__supporters .supporter__box {
  width: 231px;
  text-align: center;
  padding: 1.75rem 0;
}
.top__supporters .supporter__box p {
  margin-bottom: 1.25rem;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.top__supporters .supporter__box .badge {
  line-height: 1;
  margin-right: 0.25rem;
  background: #427BE2;
  border-radius: 5px;
}
.supporter__wrap.new__wrap {
  display: block;
}
.supporter__wrap.new__wrap p {
  text-align: center;
}
.supporter__wrap.new__wrap p .badge {
  background: #427BE2;
  border-radius: 5px;
}
.supporter__wrap.new__wrap .support__upper {
  display: flex;
  width: 50%;
  margin: 0 auto;
  justify-content: center;
}
.supporter__wrap.full__wrap {
  display: flex;
  margin: 1rem 0 0 0;
}
.supporter__wrap.full__wrap p {
  text-align: center;
  width: 78%;
  margin: 0 auto;
}
.supporter__wrap.full__wrap p .badge {
  background: #427BE2;
  border-radius: 5px;
  width: 100%;
}
.supporter__wrap.full__wrap .support__upper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.supporter__wrap.full__wrap .supporter__box {
  width: 210px;
  margin-right: 1rem;
}
.supporter__wrap.full__wrap .new__wrap__40 {
  width: 40%;
  text-align: center;
}
.supporter__wrap.full__wrap .new__wrap__40 p .badge {
  margin-left: -17px;
}
.supporter__wrap.full__wrap .new__wrap__20 {
  width: 20%;
  text-align: center;
}
.supporter__wrap.full__wrap .new__wrap__20 p .badge {
  margin-left: -17px;
}
.supporter__wrap.full__wrap .new_wrap_more_5 .badge {
  width: 40%;
}
.supporter__wrap.full__wrap .new_wrap_more_5 .new__wrap_group {
  display: flex;
  flex-wrap: wrap;
}
.supporter__wrap.full__wrap .new_wrap_more_5 .support__upper {
  display: flex;
  width: auto !important;
  justify-content: center;
}
.supporter__wrap.full__wrap .new_wrap_count_2 .badge {
  width: 80%;
}
.supporter__wrap.full__wrap .new_wrap_count_3 .badge {
  width: 50%;
}
.top__supporters.category {
  background-color: #F7F7F7;
  padding: 2rem 0 0 0;
}
.more__supporters {
  background-color: #F7F7F7;
  padding: 0 0 5rem;
}
.more__supporters .supporter__header {
  padding: 5rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
}
.more__supporters .supporter__header .slick__navs {
  position: relative;
  display: flex;
}
.more__supporters .track-change .slick-track {
  width: auto !important;
}
.supporter_logo {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 210px;
  height: 210px;
  background: #fff;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.supporter_logo span {
  display: block;
  text-align: center;
}
.supporter_logo img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.support__caption {
  padding: 2.5rem 0;
  font-size: 16px;
  width: 179px;
  text-align: center;
  margin: 0;
}
.badge {
  padding: 0.5rem;
  background: #666;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.badge.green__badge {
  background: #427BE2;
}
.new__wrap_group {
  display: flex;
  justify-content: center;
}
@media (max-width: 1700px) {
  .top__supporters .supporter__box {
    margin: 0 0.5rem;
  }
  .slick-slider .supporter_logo {
    width: 160px;
    height: 160px;
    padding: 1rem;
  }
}
@media (max-width: 1400px) {
  .badge {
    font-size: 12px;
  }
  .supporter_logo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 0.75rem;
  }
  .support__caption {
    font-size: 12px;
    width: 128px;
  }
  .more__supporters {
    padding: 0 0 2rem;
  }
  .more__supporters .supporter__header {
    padding: 2rem 0 1.75rem;
  }
  .support__caption {
    padding: 1rem 0;
  }
  .supporters__caption {
    padding: 2rem 0 2rem;
  }
  .supporters__caption p {
    margin: 1.5rem auto;
  }
  .top__supporters {
    padding: 1rem 0;
  }
  .top__supporters .supporter__box {
    width: 220px;
    text-align: center;
  }
  .top__supporters .supporter__box p {
    margin-bottom: 1rem;
    width: 100%;
  }
  .slick__navs .slick-next,
  .slick__navs .slick-prev {
    width: 28px;
    height: 28px;
  }
  .supporter__wrap.new__wrap .support__upper {
    width: 60%;
  }
  .supporter__wrap.full__wrap .new_wrap_more_5 .support__upper {
    display: flex;
    width: 20% !important;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .top__supporters .supporter__box {
    width: 160px;
  }
  .supporters__caption p {
    margin: 1rem auto;
  }
  .support__caption {
    padding: 0.5rem 0;
  }
  .more__supporters .supporter__header {
    padding: 1.5rem 0 1rem;
  }
  .new_wrap_count_5 .badge {
    width: 50%;
  }
  .new_wrap_count_5 .new__wrap_group {
    display: flex;
    flex-wrap: wrap;
  }
  .new_wrap_count_5 .new__wrap_group .support__upper {
    width: 20%;
  }
  .new_wrap_count_2 {
    width: 50%;
  }
  .new_wrap_count_2 .badge {
    width: 50% !important;
  }
  .new_wrap_count_2 .new__wrap_group {
    display: flex;
    flex-wrap: wrap;
  }
  .new_wrap_count_2 .new__wrap_group .support__upper {
    width: 40%;
  }
  .new_wrap_count_3 {
    width: 100%;
  }
  .new_wrap_count_3 .badge {
    width: 50%;
  }
  .new_wrap_count_4 {
    width: 100%;
  }
  .new_wrap_count_4 .badge {
    width: 50%;
  }
  .new_wrap_count_1 {
    width: 50%;
  }
  .new_wrap_count_1 .badge {
    width: 50% !important;
  }
}
@media (max-width: 800px) {
  .supporter_logo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    padding: 0.75rem;
  }
  .slick-slider .supporter__box {
    width: auto;
    margin-right: 0.75rem;
  }
  .slick-slider .supporter_logo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    padding: 0.75rem;
  }
  .supporter__wrap.full__wrap .new__wrap__20 {
    width: 50%;
    text-align: center;
  }
  .supporter__wrap.full__wrap .new__wrap__20 p .badge {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .more__supporters .supporter__header {
    padding: 1.5rem 1.5rem 1rem;
  }
  .more__supporters .container {
    padding: 0;
  }
  .supporter_logo {
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
  .support__caption {
    width: 150px;
    font-size: 14px;
  }
  .supporter__box {
    margin: 0 0.5rem;
  }
  .top__supporters .supporter__box {
    padding: 1rem 0;
    width: 150px;
  }
  .top__supporters .supporter__box p {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 480px) {
  .supporter__wrap.new__wrap .support__upper {
    width: 50%;
    flex-wrap: wrap;
  }
  .supporter__wrap.full__wrap .support__upper {
    width: 50%;
    flex-wrap: wrap;
  }
  .supporter__wrap.full__wrap .new__wrap__40 {
    width: 60%;
  }
  .supporter__wrap.full__wrap .new__wrap__20 {
    width: 60%;
  }
  .top__supporters .supporter__box {
    width: 100%;
  }
  .new__wrap_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .supporter_logo {
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
  .supporter__wrap.full__wrap .new_wrap_more_5 .badge {
    width: 100% !important;
  }
  .supporter__wrap.full__wrap .new_wrap_more_5 .support__upper {
    width: 50% !important;
  }
  .new_wrap_count_2 {
    width: 100%;
  }
  .new_wrap_count_2 .badge {
    width: 100% !important;
  }
  .new_wrap_count_3 .badge {
    width: 100% !important;
  }
  .new_wrap_count_4 .badge {
    width: 100% !important;
  }
  .new_wrap_count_1 .badge {
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  .supporter_logo {
    margin: 0 auto;
    width: 130px;
    height: 130px;
  }
}
.section__globe {
  background: #9AE3EF;
  padding: 4rem 0 0;
}
.section__globe .section__header h2 {
  color: #fff;
  margin: 0;
}
.section__globe .section__header h2 span {
  color: #1E2D72;
}
.map__anim {
  margin: 2rem 0;
}
.map__anim img {
  width: 100%;
}
.globe__container {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.globe__image {
  display: block;
  position: relative;
  margin: 0 9.6%;
}
.globe__image img {
  width: 100%;
}
.flag__slider {
  list-style-type: none;
  padding: 1.5rem 0;
  background: rgba(255, 255, 255, 0.5);
}
.flag__slider.slick-slider {
  margin: 0;
}
.flag__slider .slick-dots {
  position: static;
  text-align: center;
  padding-top: 1.5rem;
}
.flag__slider .slick-dots li {
  background: 0 0;
}
.flag__item {
  margin: 0 21px;
  padding: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.flag__img {
  width: 80px;
  height: 50px;
  margin: 0 auto;
}
.flag__caption {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  color: #1E2D72;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.75rem;
}
.country__count {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.country__count:before {
  content: "";
  position: absolute;
  width: 28%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.country__content {
  display: flex;
  padding: 1rem;
  position: relative;
}
.country__content .country__icon {
  padding-right: 1rem;
}
.country__content p {
  color: #1E2D72;
  text-transform: uppercase;
  width: 180px;
  line-height: 1;
  margin: 0;
}
.country__content p span {
  font-size: 36px;
  font-weight: 700;
}
.map__pins {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.pin {
  position: absolute;
  display: block;
  padding: 4px 4px 11px;
  width: 29px;
  height: 36px;
  background: url(../svg/mappin.svg) no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.pin .r-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
.pin .r-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: 0;
}
.pin.active {
  padding: 6px 5px 14px;
  width: 50px;
  height: 63px;
  z-index: 10;
}
.pin1 {
  bottom: 30%;
  left: 50%;
}
.pin2 {
  bottom: 16%;
  left: 27.2%;
}
.pin3 {
  bottom: 20%;
  left: 82.4%;
}
.pin4 {
  bottom: 64%;
  left: 49%;
}
.pin5 {
  bottom: 50%;
  left: 59.6%;
}
.pin6 {
  bottom: 48.8%;
  left: 71.3%;
}
.pin7 {
  bottom: 30%;
  left: 28.8%;
}
.pin8 {
  bottom: 73.5%;
  left: 10.6%;
}
.pin9 {
  bottom: 39.8%;
  left: 43.6%;
}
.pin10 {
  bottom: 63.5%;
  left: 73.5%;
}
.pin11 {
  bottom: 52%;
  left: 53%;
}
.pin12 {
  bottom: 77%;
  left: 53%;
}
.pin13 {
  bottom: 63%;
  left: 46%;
}
.pin14 {
  bottom: 45%;
  left: 67.5%;
}
.pin15 {
  bottom: 66%;
  left: 47.8%;
}
.pin16 {
  bottom: 69%;
  left: 43.5%;
}
.pin17 {
  bottom: 61%;
  left: 49.5%;
}
.pin18 {
  bottom: 57%;
  left: 84%;
}
.pin19 {
  bottom: 53%;
  left: 56%;
}
.pin20 {
  bottom: 68%;
  left: 64%;
}
.pin21 {
  bottom: 53%;
  left: 59%;
}
.pin22 {
  bottom: 54%;
  left: 55.5%;
}
.pin23 {
  bottom: 35%;
  left: 74%;
}
.pin24 {
  bottom: 47%;
  left: 45%;
}
.pin25 {
  bottom: 53%;
  left: 43%;
}
.pin26 {
  bottom: 52%;
  left: 69.5%;
}
.pin27 {
  bottom: 67.5%;
  left: 49.5%;
}
.pin28 {
  bottom: 46%;
  left: 48%;
}
.pin29 {
  bottom: 48%;
  left: 61%;
}
.pin30 {
  bottom: 53%;
  left: 66%;
}
.pin31 {
  bottom: 42%;
  left: 80%;
}
.pin32 {
  bottom: 67.5%;
  left: 50.8%;
}
.pin33 {
  bottom: 77%;
  left: 72%;
}
.pin34 {
  bottom: 48%;
  left: 58%;
}
.pin35 {
  bottom: 37%;
  left: 74.2%;
}
.pin36 {
  bottom: 17%;
  left: 52%;
}
.pin37 {
  bottom: 57%;
  left: 81.1%;
}
.pin38 {
  bottom: 59%;
  left: 44%;
}
.pin39 {
  bottom: 39.5%;
  left: 68%;
}
.pin40 {
  bottom: 47%;
  left: 54%;
}
.pin41 {
  bottom: 77%;
  left: 50%;
}
.pin42 {
  bottom: 64%;
  left: 47.7%;
}
.pin43 {
  bottom: 34%;
  left: 55%;
}
.pin44 {
  bottom: 50%;
  left: 61%;
}
.pin45 {
  bottom: 69%;
  left: 45%;
}
.pin46 {
  bottom: 62%;
  left: 17%;
}
.pin47 {
  bottom: 64%;
  left: 65%;
}
.pin48 {
  bottom: 21%;
  left: 54%;
}
@media (max-width: 1650px) {
  .country__count:before {
    width: 31%;
  }
  .country__content p {
    width: 150px;
  }
  .country__content p span {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .section__globe {
    padding: 2.5rem 0 0;
  }
  .globe__container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .flag__item {
    margin: 0 1rem;
  }
  .flag__slider {
    padding: 1rem 0;
  }
  .flag__caption {
    font-size: 12px;
  }
  .flag__img {
    width: 70px;
    height: 44px;
  }
  .flag__img img {
    width: 100%;
  }
  .pin {
    width: 20px;
    height: 25px;
    padding: 3px 3px 10px;
  }
  .country__content p {
    width: 130px;
  }
  .country__content p span {
    font-size: 26px;
  }
  .country__content .country__icon {
    padding-right: 0.5rem;
  }
  .country__content .country__icon img {
    width: auto;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .country__count:before {
    width: 33%;
  }
  .country__content p span {
    font-size: 32px;
  }
  .globe__image {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .country__count {
    position: relative;
  }
  .country__count:before {
    width: 40%;
  }
  .globe__container {
    padding: 2rem 0 0;
  }
  .section__globe {
    padding: 2rem 0 0;
  }
}
@media (max-width: 767px) {
  .country__count {
    margin-top: 1.5rem;
  }
  .country__count:before {
    width: 50%;
  }
  .country__content {
    padding: 0.5rem 0;
  }
  .country__content p {
    width: 140px;
  }
  .country__content p span {
    font-size: 28px;
  }
  .country__content .country__icon {
    padding: 0;
  }
  .country__content .country__icon img {
    width: auto;
    height: 40px;
  }
}
.section__speakers {
  padding: 5rem 0;
}
.section__speakers .section__cta {
  margin-top: 3rem;
  text-align: center;
}
.speakers .container {
  padding: 0 8%;
}
.speaker__header {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.speaker__header h2 {
  margin: 0;
}
.speaker__header h2:after {
  content: normal;
  position: absolute;
  top: 45%;
  right: 0;
  width: 68%;
  height: 1px;
  background: #427BE2;
  z-index: -1;
}
.speaker__header .box-anchor.fill__anchor:focus,
.speaker__header .box-anchor.fill__anchor:hover {
  background: #fff;
}
.speaker_list {
  list-style-type: none;
  padding: 3rem 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.speaker_list > li {
  width: 20%;
}
@media (max-width: 1199px) {
  .speaker_list > li {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .speaker_list > li {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .speaker_list > li {
    width: 100%;
  }
}
.speaker_list .slick-next,
.speaker_list .slick-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.speaker_list .slick-prev {
  left: -30px;
}
.speaker_list .slick-next {
  right: -30px;
}
.speaker_list .slick-dots {
  bottom: -60px;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .speaker__item {
    padding: 4.6rem 0 !important;
  }
}
.speaker__item {
  padding: 2rem 0;
  font-size: 16px;
  position: relative;
  height: 440px;
}
.speaker__item p {
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
.speaker__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 219px;
  height: 100%;
  background: url(../svg/fdi_element.svg) no-repeat;
  opacity: 0.5;
  z-index: -1;
}
.speaker__image {
  width: 217px;
  height: 238px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(102, 102, 102, 0.2);
}
.speaker__image img {
  width: 100%;
  height: auto;
}
.speaker__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 219px;
  height: 100%;
  background: url(../svg/fdi_element_1.svg) no-repeat;
  opacity: 0.5;
  z-index: 1;
}
.speaker__caption {
  padding: 1rem 0;
  width: 219px;
  margin: 0 auto;
}
.spaker__name {
  color: #333;
  font-weight: 700;
}
.section__speakers.page__section li {
  width: 20%;
}
.section__speakers.page__section .speaker__item {
  margin-bottom: 3rem;
}
.section__speakers.page__section .speaker__image::before {
  top: -1px;
}
.section__speakers.page__section {
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .section__speakers.page__section {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .section__speakers.page__section {
    padding: 1rem 0;
  }
}
.section__speakers.page__section .section__header .heading {
  position: relative;
  z-index: 9;
}
.section__speakers.page__section .section__header .heading h1 {
  margin: 0;
  font-weight: 700;
  position: relative;
  background: #fff;
  z-index: 99;
  width: max-content;
  padding-right: 5rem;
  line-height: 1.2;
}
.section__speakers.page__section .section__header .heading span {
  font-size: 24px;
  color: #999;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.section__speakers.page__section .section__header .heading:after {
  content: "";
  position: absolute;
  width: auto;
  height: 2px;
  background: #9AE3EF;
  left: 50px;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  transform: translate(0, 25px);
}
.loadmore.box-anchor:focus {
  background: 0 0;
  color: #427BE2;
  text-decoration: none;
}
.loadmore.box-anchor:hover {
  background: #427BE2;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .speakers .container {
    padding: 0 4%;
  }
}
@media (max-width: 1400px) {
  .speaker_list {
    padding: 2.5rem 0 0;
  }
  .speaker__item {
    padding: 1.65rem 0 2rem;
    font-size: 12px;
    height: 330px;
  }
  .speaker__item:before {
    width: 182px;
  }
  .speaker__caption {
    width: 182px;
  }
  .speaker__image {
    width: 182px;
    height: 200px;
  }
  .speaker__image:before {
    width: 183px;
    top: -1px;
  }
  .section__speakers {
    padding: 3rem 0;
  }
}
@media (max-width: 1199px) {
  .speaker_list {
    padding: 2rem 0 0;
  }
  .section__speakers {
    padding: 3rem 0;
  }
  .speakers .container {
    padding: 0 3%;
  }
  .section__speakers.page__section li {
    width: 25%;
  }
  .section__speakers.page__section .section__header .heading span {
    font-size: 16px;
  }
  .section__speakers.page__section .section__header .heading:after {
    content: normal;
  }
}
@media (max-width: 992px) {
  .speaker__header h2:after {
    width: 50%;
  }
  .section__speakers.page__section li {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .speaker__caption {
    width: 219px;
  }
  .speaker__item {
    width: 100%;
    padding: 2rem 0;
    font-size: 16px;
    height: 400px;
  }
  .speaker__item:before {
    width: 219px;
  }
  .speaker__image {
    width: 217px;
    height: 238px;
  }
  .speaker__image:before {
    width: 219px;
  }
  .speaker__header h2:after {
    content: normal;
  }
  .speaker_list .slick-next {
    right: 0;
  }
  .speaker_list .slick-prev {
    left: 0;
  }
  .speaker_list .slick-dots {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .section__speakers.page__section li {
    width: 100%;
  }
  .section__speakers.page__section .section__header .heading span {
    font-size: 16px;
  }
  .section__speakers.page__section .section__header .heading h1 {
    width: auto;
    line-height: 1;
  }
  .section__speakers.page__section .section__header .heading:after {
    transform: translate(0, 15px);
  }
  .speaker__image img {
    width: auto;
  }
}
.social__section {
  padding: 0;
}
.social__cards {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social__cards li {
  width: 17%;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.social__cards li:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 36px;
  height: 36px;
  z-index: 1;
}
.social__cards li.card__youtube {
  width: 32%;
}
.social__cards li.card__youtube:before {
  content: normal;
}
.social__cards li.card__youtube img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.social__cards li img {
  width: 100%;
}
.social__cards li.card__insta .i__img {
  height: 100%;
}
.social__cards li.card__insta .instagram_single_post {
  height: 100%;
}
.social__cards li.card__insta .instagram_single_post img {
  width: 100%;
  height: 100%;
}
.card__youtube:before {
  background: url(../svg/youtube.svg) no-repeat;
  z-index: 2;
}
.card__youtube:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.card__youtube i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: url(../images/socialpics/playicon.png) no-repeat;
}
.card__facebook {
  padding: 6rem 2rem 1.5rem;
  background: #3b5997;
}
.card__facebook:before {
  background: url(../svg/facebook.svg) no-repeat;
}
.card__insta:before {
  background: url(../svg/insta.svg) no-repeat;
}
.card__tweet {
  padding: 6rem 2rem 1.5rem;
  background: #000;
}

.card__tweet:before {
  background: url(../svg/x-logo.png) no-repeat center;
  background-size: contain;
  filter: invert(1);
}

.card__tweet .tw__para {
  position: relative;
  z-index: 2;
}

.card__tweet .twitter-feed-link {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.card__tweet:before {
  background: url(../svg/x-logo.png) no-repeat;
background-size: contain;
}
@media (max-width: 1850px) and (min-width: 992px) {
  .social__cards li img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 101%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1366px) {
  .social__cards li {
    width: 20% !important;
  }
  .social__cards.card__youtube {
    width: 20% !important;
  }
}
@media (max-width: 991px) {
  .social__cards li {
    width: 50% !important;
  }
  .social__cards li.card__youtube {
    width: 100% !important;
  }
  .social__cards li.card__youtube img {
    position: static;
    width: 100%;
    transform: none;
  }
}
@media (max-width: 600px) {
  .social__cards li {
    width: 100% !important;
  }
}
.section__venue {
  text-align: center;
  background: #333;
  padding: 0 0 6rem 0;
  background: url(../images/venue/venue-bg.png) no-repeat;
  height: auto;
  background-size: cover;
}
.section__venue .container .venue__main {
  background: #fff;
  width: 100%;
  padding: 4rem 1rem 2.5rem;
}
.section__venue .container .venue__main h2 {
  margin: 0;
}
.section__venue .container .venue__main p {
  max-width: 700px;
  margin: 1rem auto;
  font-size: 14px;
}
.section__venue .container .venue__main p span {
  display: block;
}
.section__venue .container .venue__main p .section__header p {
  font-size: 16px;
}
.section__venue .container .venue__main .venue__detail {
  margin: 3.5rem 0 0 0;
}
.section__venue .container .venue__main .venue__detail h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  color: #427BE2;
}
@media (max-width: 1024px) {
  .section__venue {
    height: auto;
  }
}
@media (max-width: 991px) {
  .section__venue .container .venue__main .venue__detail {
    margin: 1.5rem 0 0 0 !important;
  }
}
.breadcrumb {
  background: 0 0;
  padding: 0;
  margin: 0;
}
.breadcrumb-item {
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item a:focus,
.breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #427BE2;
}
.breadcrumb-item.active a {
  color: #427BE2;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "-";
  color: #fff;
  font-weight: 700;
}
.intro__tabs {
  background: #427BE2;
}
.intro__tabs .tabs__lists {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.intro__tabs .tabs__lists li {
  text-align: center;
}
.intro__tabs .tabs__lists li a {
  padding: 1.25rem 20px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  display: block;
  transition: 0.3s;
}
.intro__tabs .tabs__lists li a:hover {
  color: #427BE2;
  background: #fff;
}
.intro__about__section {
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px) {
  .intro__about__section {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .intro__about__section {
    padding: 1rem 0;
  }
}
.intro__about__section h1 {
  line-height: 48px;
  margin-bottom: 3rem;
}
.intro__about__section p {
  margin-bottom: 2rem;
  font-size: 20px;
}
.intro__speaker__item {
  font-size: 16px;
  position: relative;
}
.intro__speaker__item p {
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
.intro__speaker__image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 9.55%;
  left: 0;
}
.motif-rightbg {
  overflow: hidden;
  position: relative;
}
.motif-rightbg:before {
  content: "";
  position: absolute;
  right: -8%;
  top: -20vh;
  width: 30vw;
  height: 30vw;
  background: url(../svg/heromotif.svg) no-repeat;
  opacity: 0.2;
}
.motif-leftbg {
  overflow: hidden;
  position: relative;
}
.motif-leftbg:before {
  content: "";
  position: absolute;
  left: -10%;
  top: -20vh;
  width: 30vw;
  height: 30vw;
  transform: scaleX(-1);
  background: url(../svg/heromotif.svg) no-repeat;
  opacity: 0.2;
}
.motif {
  z-index: 0;
  opacity: 0.4;
}
.motif-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}
.int-about-content {
  display: flex;
  height: 100%;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1700px) {
  .intro__about__section p {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .intro__about__section p {
    font-size: 16px;
  }
  .intro__tabs .tabs__lists li a {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .intro__tabs .tabs__lists li a {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .intro__tabs {
    display: none;
  }
}
@media (max-width: 992px) {
  .intro__tabs .tabs__lists li {
    border-width: solid 1px;
    border: solid 1px #fff;
    border-top: 0;
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  .intro__about__section h1 {
    line-height: 28px;
    margin-bottom: 1.5rem;
  }
  .intro__about__section p {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .intro__tabs .tabs__lists {
    justify-content: left;
    flex-wrap: wrap;
  }
  .intro__tabs .tabs__lists li {
    border: solid 1px #fff;
    border-top: 0;
    border-bottom: solid 1px #fff;
    width: 100%;
  }
  .intro__speaker__item {
    margin-bottom: 1.5rem;
  }
}
.about__accordian__section {
  padding: 5rem 0;
  background: #F7F7F7;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .about__accordian__section {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .about__accordian__section {
    padding: 1rem 0;
  }
}
.about__accordian__section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 100%;
  height: 100%;
  background: url(../svg/heromotif_w.svg) no-repeat bottom 150% left;
  background-size: 50vw;
}
.about__accordian__section .card {
  border: none;
  background-color: transparent;
}
.about__accordian__section .card-header {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #427BE2;
  padding: 0.75rem 3rem;
}
.about__accordian__section .card-body {
  padding-right: 30px;
}
.about__accordian__section p {
  margin-bottom: 1rem;
  font-size: 26px;
  color: #1E2D72;
  line-height: 34px;
  padding: 0 1.75rem;
}
.about__accordian__section .pm-icon {
  display: block;
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
}
.about__accordian__section .pm-icon:after,
.about__accordian__section .pm-icon:before {
  content: "";
  position: absolute;
  background-color: #427BE2;
  transition: transform 0.25s ease-out;
}
.about__accordian__section .pm-icon:before {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
  transform: rotate(90deg);
}
.about__accordian__section .pm-icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  transform: rotate(180deg);
}
.about__accordian__section button {
  margin: 0;
  padding: 0 30px 0 0;
  width: 100%;
  white-space: normal;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 30px;
  text-decoration: none;
  color: #427BE2;
  position: relative;
  font-weight: 700;
}
.about__accordian__section button:focus,
.about__accordian__section button:hover {
  text-decoration: none;
  color: #1E2D72;
}
.about__accordian__section button.collapsed .pm-icon:before {
  transform: rotate(0);
}
.about__accordian__section button.collapsed .pm-icon:after {
  transform: rotate(0);
}
.about__accordian__section h1 {
  margin-bottom: 3rem;
  font-size: 68px;
  font-weight: 700;
  color: #427BE2;
  letter-spacing: -1px;
}
.about__accordian__section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #9AE3EF;
  z-index: 1;
}
@media (max-width: 1700px) {
  .about__accordian__section p {
    font-size: 22px;
  }
  .about__accordian__section button {
    font-size: 26px;
  }
}
@media (max-width: 1500px) {
  .about__accordian__section p {
    font-size: 18px;
  }
  .about__accordian__section button {
    font-size: 22px;
  }
  .about__accordian__section h1 {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .about__accordian__section .pm-icon {
    left: -10%;
  }
}
@media (max-width: 480px) {
  .about__accordian__section p {
    font-size: 16px;
    line-height: 26px;
  }
  .about__accordian__section button {
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
  }
  .about__accordian__section h1 {
    font-size: 35px;
    margin-bottom: 1rem;
  }
  .about__accordian__section .card-header {
    padding: 0.75rem 2rem;
  }
}
.focus__section {
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .focus__section {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .focus__section {
    padding: 1rem 0;
  }
}
.focus__speaker__item {
  padding: 2rem 0;
  font-size: 16px;
  position: relative;
  height: 400px;
  margin: 5rem 0 0 0;
}
.focus__speaker__item p {
  margin: 0;
  line-height: 1.5;
  font-size: 22px;
  text-align: left;
  color: #666;
}
.focus__speaker__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 219px;
  height: 100%;
  background: url(../svg/fdi_element_2.svg) no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.focus__speaker__image {
  width: 217px;
  height: 238px;
  overflow: hidden;
  border: 1px solid rgba(102, 102, 102, 0.2);
}
.focus__speaker__image img {
  width: 100%;
  height: 100%;
}
.focus__speaker__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  width: 219px;
  height: 89%;
  background: url(../svg/fdi_element_3.svg) no-repeat;
  opacity: 0.8;
  z-index: 1;
}
.focus__speaker__caption {
  padding: 1rem 0;
  width: 219px;
  text-align: left;
}
.focus__wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.focus__wrap li {
  list-style: none;
  width: 25%;
}
.focus__wrap.focus__slider .focus__spaker__name {
  text-align: center;
}
@media (max-width: 1400px) {
  .focus__speaker__item {
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 1100px) {
  .focus__wrap li {
    list-style: none;
    width: 33%;
  }
  .focus__speaker__item {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .focus__speaker__item {
    padding: 1rem 0 0 0;
    height: auto;
  }
  .focus__speaker__item:before {
    content: normal;
  }
  .focus__speaker__image {
    width: 100%;
  }
  .focus__speaker__image img {
    width: 100%;
    height: auto;
  }
  .focus__speaker__image:before {
    content: normal;
  }
  .focus__speaker__caption {
    width: 100%;
  }
}
.global__supporters {
  background: url(../images/global-respresentatives/bg.jpg);
  padding: 5rem 0;
  height: 750px;
}
@media (max-width: 1400px) {
  .global__supporters {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .global__supporters {
    padding: 1rem 0;
  }
}
.global__supporters .slick-dots {
  bottom: -80px;
  text-align: center;
}
.global__supporters .slick-dots li {
  background: 0 0;
}
.global__supporters .slick-dots li button {
  background: #fff;
}
.global__supporters .slick-dots .slick-active button {
  background: #1E2D72;
}
.global__supporters .section__header {
  padding: 5rem 0;
}
.global__supporters .section__header h1 {
  color: #fff;
}
.js-globalCarousel .supporter__box {
  width: 25%;
}
.global_logo {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 320px;
  height: 250px;
  background: #fff;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.global_logo span {
  display: block;
  text-align: center;
}
.global_logo img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .global_logo {
    width: auto;
    margin: 0 2%;
  }
  .global_logo img {
    max-width: 80%;
  }
}
@media (max-width: 1500px) {
  .global__supporters {
    height: auto;
  }
  .global__supporters .section__header {
    padding: 0 0 3rem 0;
  }
  .global__supporters .slick-dots {
    bottom: -50px;
  }
}
@media (max-width: 800px) {
  .js-globalCarousel .supporter__box {
    width: auto;
  }
}
@media (max-width: 992px) {
  .global_logo {
    height: 150px;
  }
  .js-globalCarousel .supporter__box {
    width: 160px;
  }
}
.organized__by {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .organized__by {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .organized__by {
    padding: 1rem 0;
  }
}
.organized__by:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12%;
  width: 100%;
  height: 100%;
  background: url(../svg/heromotif.svg) no-repeat center left;
  background-size: 34vw;
  opacity: 0.1;
}
@media all and (-ms-high-contrast: none) {
  .organized__by:before {
    background-size: 50% 70%;
  }
}
.organized__by .section__header {
  margin-bottom: 2rem;
}
.organized__by .section__header .heading {
  position: relative;
  z-index: 9;
}
.organized__by .section__header .heading h1 {
  margin: 0;
  position: relative;
  background: #fff;
  z-index: 99;
  width: max-content;
  padding-right: 5rem;
  line-height: 0.8;
}
.organized__by .section__header .heading:after {
  content: "";
  position: absolute;
  width: auto;
  height: 1px;
  background: #2A9696;
  left: 50px;
  top: 50%;
  z-index: -1;
  bottom: 0;
  right: 0;
  transform: translate(0, -50%);
}
.section__content {
  padding: 8rem 0;
}
.section__content img {
  margin: 0 0 2.5rem 0;
}
.section__content p {
  margin: 0 0 2.5rem 0;
}
.section__content .paddng-right {
  padding: 0 26% 0 0;
}
@media (max-width: 1500px) {
  .section__content .paddng-right {
    padding: 0 10% 0 0;
  }
}
@media (max-width: 992px) {
  .section__content {
    padding: 1rem 0 0 0;
  }
}
.section__programme {
  padding: 8rem 0;
  position: relative;
}
.section__programme .section__header {
  width: calc(70% + 2px);
  margin: 0 0 0 auto;
  border-left: 2px solid #427BE2;
  padding: 0 0 4rem 3rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section__programme .section__header:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #2A9696;
  left: -10px;
  top: -15px;
  border: none;
  border-radius: 50%;
}
.section__programme .section__header .heading {
  background: #fff;
  position: relative;
  z-index: 9;
}
.section__programme .section__header .heading h1 {
  margin: 0;
  font-weight: 700;
  position: relative;
  background: #fff;
  z-index: 99;
  width: max-content;
  padding-right: 5rem;
  line-height: 0.8;
}
.section__programme .section__header .heading span {
  font-size: 24px;
  color: #999;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.section__programme .section__header .heading:after {
  content: "";
  position: absolute;
  width: auto;
  height: 1px;
  background: #2A9696;
  left: 50px;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  transform: translate(0, 25px);
}
.section__programme .section__footer {
  width: calc(70% + 2px);
  margin: 0 0 0 auto;
  border-left: 2px solid #427BE2;
  padding: 4rem 0 0 3rem;
  position: relative;
}
.section__programme .section__footer h1 {
  margin: 0;
}
.section__programme .section__footer h1 span {
  font-size: 24px;
  color: #999;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.section__programme .section__footer:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #2A9696;
  left: -11px;
  border-radius: 50%;
}
.section__programme:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #9AE3EF;
  z-index: 1;
}
.dates__tab {
  width: calc(70% + 2px);
  margin: 0 0 0 auto;
  text-align: right;
  border-left: 2px solid #427BE2;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
.dates__tab .nav-link {
  font-size: 20px;
  color: #999;
  margin: 0 0 0 2rem;
  transition: all 0.2s;
  border: 0;
  background: 0 0;
}
.dates__tab .nav-link.active,
.dates__tab .nav-link:focus,
.dates__tab .nav-link:hover {
  color: #427BE2;
  border-bottom: solid 3px;
}
.programme_schedules {
  padding: 0;
  margin: 0;
}
.programme__box {
  display: flex;
  flex-wrap: wrap;
}
.programme_date {
  width: 30%;
  padding: 0.25rem 0 0 0;
  border-right: solid 2px #427BE2;
}
.prg__details {
  width: 70%;
  border-left: 0;
  border-right: solid 1px #9AE3EF;
  padding: 2rem;
  margin-bottom: 1.75rem;
  position: relative;
  border-top: solid 1px #9AE3EF;
  border-bottom: solid 1px #9AE3EF;
  transition: 0.3s;
}
.prg__details h2 {
  font-size: 25px;
  margin: 0 0 1.5rem 0;
  padding-right: 30%;
  text-transform: unset;
  font-weight: 500;
}
.prg__details p {
  font-size: 20px;
}
.prg__details:hover {
  background: #2A9696;
  color: #fff;
  box-shadow: 1px 1px 25px #c3c0c0;
}
.prg__details:hover h2 {
  color: #fff;
}
.sp-avator {
  position: absolute;
  right: 30px;
  top: 25px;
  display: flex;
}
.sp-avator li {
  list-style: none;
}
.sp-avator img {
  width: 45px;
  height: 45px;
  margin-left: 10px;
  border: none;
  border-radius: 50%;
}
.prg__start__time {
  font-size: 36px;
  font-weight: 700;
  width: 70%;
  color: #2A9696;
  margin: 0 0 0 auto;
}
.prg__total__time {
  font-size: 25px;
  width: 70%;
  margin: 0 0 0 auto;
  padding: 0 0 0 40px;
  position: relative;
}
.prg__total__time:after {
  background: url(../images/css-img/clock.png);
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 1px;
}
@media (max-width: 1700px) {
  .prg__details p {
    font-size: 18px;
  }
  .prg__total__time {
    font-size: 18px;
    padding: 5px 0 0 40px;
  }
  .prg__start__time {
    font-size: 24px;
    margin: 7px 0 0 auto;
  }
  .section__programme .section__header .heading span {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .prg__total__time {
    width: 100%;
    font-size: 16px;
  }
  .prg__start__time {
    width: 100%;
  }
  .prg__details p {
    font-size: 16px;
  }
  .prg__details {
    padding: 2rem;
  }
  .section__programme .section__header {
    padding: 0 0 4rem 2rem;
  }
  .section__programme .section__header .heading span {
    font-size: 16px;
  }
  .section__programme .section__header .heading:after {
    top: 30%;
    transform: translate(0, -50%);
  }
  .prg__details h2 {
    font-size: 24px;
  }
  .dates__tab .nav-link {
    font-size: 15px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .section__programme .section__header {
    flex-wrap: wrap;
  }
  .section__programme .section__header .heading {
    width: 100%;
    margin-bottom: 17px;
  }
  .prg__details {
    margin-bottom: 0;
  }
  .programme_date {
    width: 100%;
    border: solid 2px #427BE2;
    padding: 1rem;
    margin: 0.5rem 0 0 0;
  }
  .prg__details {
    width: 100%;
    border: solid 1px #9AE3EF;
    padding: 1rem 1rem 3rem;
  }
  .prg__details h2 {
    font-size: 20px;
    margin: 0 0 0.5rem 0;
    padding-right: 0;
  }
  .prg__total__time {
    font-size: 15px;
    margin: 5px 0 0 0;
    width: 100%;
  }
  .sp-avator {
    bottom: 10px;
    top: inherit;
  }
  .prg__start__time {
    width: 100%;
    font-size: 20px;
  }
  .section__programme {
    padding: 3rem 0;
  }
  .section__programme .section__header {
    width: 100%;
    border-left: none;
    padding: 0;
  }
  .section__programme .section__header:before {
    content: normal;
  }
  .dates__tab {
    width: 100%;
    text-align: left;
    border-left: 0;
    padding-bottom: 0;
    margin: 1.5rem 0;
    justify-content: left;
  }
  .dates__tab .nav-item {
    width: 50%;
  }
  .dates__tab .nav-link {
    margin: 0 2rem 0 0;
    font-size: 12px;
  }
  .tab-active a {
    font-size: 16px;
  }
  .section__programme .section__header .heading h1 {
    padding-right: 1rem;
  }
  .section__programme .section__header .heading span {
    font-size: 15px;
  }
  .section__programme .section__footer {
    display: block;
    margin: 0;
    padding: 4rem 0 0 6rem;
  }
  .section__programme .section__header .heading:after {
    content: normal;
  }
}
.section__info {
  background: #F7F7F7;
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .section__info {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .section__info {
    padding: 1rem 0;
  }
}
.section__info .section__header {
  margin-bottom: 2rem;
}
.section__info .section__header .heading {
  text-align: center;
}
.section__info .section__header .heading h1 {
  margin: 0;
}
.section__info .section__header .heading span {
  font-size: 20px;
  color: #999;
  width: 76%;
  display: block;
  margin: 1.5rem auto 0;
}
.info__slider {
  margin: 5rem 0;
}
.info__slider .slick__navs {
  display: flex;
  position: relative;
  right: 0;
  width: 6%;
  margin: 0 0 2rem auto;
}
.exhibitor__item {
  transition: 0.5s;
  opacity: 0.5;
  margin: 6rem 0;
  transform: scale(0.9);
}
.exhibitor__item.slick-center,
.exhibitor__item.slick-current {
  transform: scale(1.15);
  opacity: 1;
  position: relative;
  z-index: 9;
}
.exhibitor__item.slick-center .exhibitor__image,
.exhibitor__item.slick-current .exhibitor__image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border: solid 3px #427BE2;
  border-radius: 5px;
}
.exhibitors__wrap {
  position: relative;
}
.exhibitors__wrap:before {
  box-shadow: 0 0 200px #F7F7F7;
  position: absolute;
  height: 100%;
  width: 25%;
  background: rgba(247, 247, 247, 0.52);
  content: "";
  top: 0;
  z-index: 9;
}
.exhibitors__wrap:after {
  box-shadow: 0 0 200px #F7F7F7;
  position: absolute;
  height: 100%;
  width: 25%;
  background: rgba(247, 247, 247, 0.52);
  content: "";
  top: 0;
  right: 0;
}
.exhibitor__image {
  position: relative;
}
@media (max-width: 1700px) {
  .section__info .section__header .heading span {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .section__info .section__header .heading span {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .info__slider .slick__navs {
    width: 8%;
  }
}
@media (max-width: 992px) {
  .section__info .section__header .heading span {
    width: 100%;
  }
  .exhibitors__wrap {
    position: relative;
  }
  .exhibitors__wrap:before {
    content: normal;
  }
  .exhibitors__wrap:after {
    content: normal;
  }
}
.section__whyexhibit {
  background: #F7F7F7;
}
.exhibit__content {
  padding: 15% 28% 0 12%;
}
.exhibit__content .section__header {
  margin-bottom: 2rem;
}
.exhibit__content .section__header .heading {
  position: relative;
  z-index: 9;
}
.exhibit__content .section__header .heading h1 {
  margin: 0;
  font-weight: 700;
  position: relative;
  background: #F7F7F7;
  z-index: 99;
  width: max-content;
  padding-right: 5rem;
  line-height: 0.8;
}
.exhibit__content .section__header .heading span {
  font-size: 24px;
  color: #999;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.exhibit__content .section__header .heading:after {
  content: "";
  position: absolute;
  width: auto;
  height: 1px;
  background: #2A9696;
  left: 50px;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  transform: translate(0, 25px);
}
.exhibit__content p {
  font-size: 20px;
  line-height: 26px;
}
.exhibit__category {
  padding: 0 0 0 12%;
}
.exhibit__category .feature__item {
  width: 22%;
  padding: 5rem 0;
}
.exhibit__category .feature__item .i-txt {
  color: #8f9493;
}
@media (max-width: 1700px) {
  .exhibit__image {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
  }
  .exhibit__image img {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .exhibit__content .section__header .heading span {
    font-size: 20px;
  }
  .exhibit__content p {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .exhibit__content {
    padding: 15% 10% 0 12%;
  }
  .exhibit__content .section__header .heading span {
    font-size: 16px;
  }
  .exhibit__content .section__header .heading:after {
    top: 30%;
    transform: translate(0, -50%);
  }
  .exhibit__content p {
    font-size: 16px;
  }
  .exhibit__category .feature__item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .exhibit__image img {
    position: static;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .exhibit__content {
    padding: 2rem 1rem 0;
  }
  .exhibit__content .section__header .heading h1 {
    padding-right: 1rem;
  }
  .exhibit__content .section__header .heading span {
    font-size: 15px;
  }
  .exhibit__content .section__header .heading:after {
    top: 30%;
    transform: translate(0, -50%);
  }
  .exhibit__category {
    padding: 0 1rem;
  }
  .exhibit__category .feature__item {
    width: 44%;
    padding: 1.5rem 0;
  }
}
.section__packages {
  background: #F7F7F7;
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .section__packages {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .section__packages {
    padding: 1rem 0;
  }
}
.section__packages .section__header {
  margin-bottom: 2rem;
}
.section__packages .section__header .heading {
  text-align: center;
}
.section__packages .section__header .heading h1 {
  margin: 0;
}
.section__packages .section__header .heading span {
  font-size: 20px;
  color: #999;
}
.package__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.package__box {
  width: 31%;
  margin: 2rem 1% 0;
  position: relative;
  padding: 6rem 0 3.25rem 0;
  background: #fff;
  box-shadow: 0 0 16px #d6d5d5;
}
.package__box.slick-slide {
  margin: 2rem 1rem 0;
}
.package__slider .slick-dots {
  bottom: -70px;
  text-align: center;
}
.package__slider .slick-dots li {
  background: #F7F7F7;
}
.box__head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #427BE2;
  padding: 1rem 1.75rem;
}
.box__head h3 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.box__head .pkg_price {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.box__steps {
  padding: 0;
  margin: 0;
  height: 530px;
}
.custom_scrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
}
.custom_scrollbar::-webkit-scrollbar {
  width: 5px;
}
.custom_scrollbar::-webkit-scrollbar-track {
  background: #ddd;
}
.custom_scrollbar::-webkit-scrollbar-thumb {
  background: #ccc;
}
.custom_scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.steps {
  list-style: none;
  padding: 1rem 3rem;
  font-size: 16px;
  color: #1a1a1c;
  border-bottom: solid 1px #f0f0f0;
  position: relative;
}
.steps:after {
  content: "";
  position: absolute;
  left: 30px;
  width: 8px;
  height: 8px;
  background: 0 0;
  border: solid 1px #427BE2;
  border-radius: 50%;
  top: 25px;
}
.box__button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.box__button h3 {
  margin: 0;
  line-height: 20px;
}
.box__button h3 a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #666;
  padding: 1rem 0;
  display: block;
  transition: 0.4s;
}
.box__button h3 a:after {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  margin-left: 15px;
  transition: 0.4s;
}
.box__button h3 a:hover {
  background: #427BE2;
}
.box__button h3 a:hover:after {
  transform: rotate(-135deg);
}
@media (max-width: 1700px) {
  .package__box {
    width: 30%;
    margin: 2rem 1.5% 0;
  }
  .steps {
    padding: 1rem 2rem;
    font-size: 16px;
  }
  .steps:after {
    left: 13px;
  }
  .section__packages .section__header .heading span {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .package__box {
    width: 30%;
  }
  .section__packages .section__header .heading span {
    font-size: 16px;
  }
  .section__packages .container {
    padding: 0 2%;
  }
}
@media (max-width: 1100px) {
  .package__box {
    width: 47%;
  }
}
@media (max-width: 992px) {
  .info__slider {
    margin: 0 0;
  }
}
.section__popup .section__header {
  margin-bottom: 2rem;
}
.section__popup .section__header .heading {
  text-align: center;
}
.section__popup .section__header .heading h2 {
  margin-bottom: 1rem;
}
.section__popup .section__header .heading span {
  font-size: 20px;
  color: #999;
  width: 80%;
  display: block;
  margin: 0 auto;
  line-height: 26px;
}
.info__popup {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: -150%;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  transition: 0.6s;
}
.info__popup.pop__form {
  top: 0;
}
.popup__body {
  padding: 4rem 2rem 2rem;
  width: 760px;
  margin: 10% auto 0;
  background: #fff;
  position: relative;
}
.section__form .form-group {
  width: 100%;
  margin-bottom: 1rem;
}
.section__form .form-group label {
  background: #fff;
  padding: 0 7px;
  margin-left: 10px;
  position: relative;
  font-size: 20px;
  color: #999;
  z-index: 1;
}
.section__form .form-group input {
  border: solid 1px #e3e6ea;
  margin: -20px 0 0 0;
}
.section__form .form-group textarea {
  border: solid 1px #e3e6ea;
  width: 100%;
  margin: -20px 0 0 0;
  resize: none;
  padding: 0.75rem;
  height: 180px;
}
.section__form .section__button {
  text-align: right;
}
.close__popup {
  position: absolute;
  right: -25px;
  top: -30px;
  width: 80px;
  height: 80px;
  background: #427BE2;
  text-align: center;
  border-radius: 50%;
  box-shadow: 1px 1px 13px #a5a2a2;
}
.close__popup a {
  z-index: 999;
  top: 50%;
  position: absolute;
  color: #fff;
  transform: translate(-50%, -50%);
  font-weight: 700;
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-radius: 50%;
  font-size: 14px;
  padding: 8px 0 0 0;
  left: 50%;
}
.body__fixed {
  position: fixed;
  width: 100%;
}
@media (max-width: 1500px) {
  .popup__body {
    margin: 5% auto 0;
    padding: 2rem;
  }
  .section__popup .box-anchor {
    height: auto;
    padding: 0.75rem 1.5rem;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .popup__body {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .popup__body {
    width: 96%;
    padding: 2rem 1rem;
    margin: 5% auto 0;
  }
  .close__popup {
    right: -3px;
    top: -9px;
    width: 40px;
    height: 40px;
  }
  .section__popup .section__header .heading span {
    font-size: 16px;
    width: 100%;
    line-height: 22px;
  }
  .section__form .form-group label {
    font-size: 16px;
  }
}
.section__gallery {
  padding: 5rem 0;
  position: relative;
}
@media (max-width: 1400px) {
  .section__gallery {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .section__gallery {
    padding: 1rem 0;
  }
}
.section__gallery .section__header .heading {
  background: #fff;
}
.section__gallery .section__header .heading h1 {
  margin: 0;
  font-weight: 700;
  position: relative;
  background: #fff;
  z-index: 9;
  width: max-content;
  padding-right: 5rem;
  line-height: 0.8;
}
.section__gallery .section__header .heading h1 span {
  font-size: 36px;
}
.gallery__tab {
  margin: 4rem 0 0 0;
  padding-bottom: 3rem;
  display: flex;
}
.gallery__tab li {
  list-style: none;
}
.gallery__tab li.tab-active a {
  color: #427BE2;
  border-bottom: solid 3px;
}
.gallery__tab a {
  font-size: 20px;
  color: #999;
  margin: 0 2rem 0 0;
  transition: all 0.2s;
}
.gallery__tab a.active,
.gallery__tab a:focus,
.gallery__tab a:hover {
  color: #427BE2;
  border-bottom: solid 3px;
}
.gallery__tab .tab-content {
  display: flex;
  flex-wrap: wrap;
}
.gallery__tab .tab-content a {
  width: 25%;
  border-right: solid 2px #fff;
  transition: 0.4s;
  border-bottom: solid 2px #fff;
}
.gallery__tab .tab-content a.type__video {
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}
.gallery__tab .tab-content a.type__video:after {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0;
}
.gallery__tab .tab-content a.type__video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/gallery/video-icon.png) no-repeat;
  z-index: 10;
  height: 80px;
  width: 80px;
  transform: translate(-50%, -50%);
}
.tab-active a {
  font-size: 20px;
  color: #999;
  margin: 0 2rem 0 0;
  transition: all 0.2s;
}
.tab-active a.active,
.tab-active a:focus,
.tab-active a:hover {
  color: #427BE2;
  border-bottom: solid 3px;
}
.tabs-stage .tab-content {
  display: flex;
  flex-wrap: wrap;
}
.tabs-stage .tab-content a {
  width: 25%;
  border-right: solid 2px #fff;
  transition: 0.4s;
  border-bottom: solid 2px #fff;
}
.tabs-stage .tab-content a.type__video {
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}
.tabs-stage .tab-content a.type__video:after {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0;
}
.tabs-stage .tab-content a.type__video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/gallery/video-icon.png) no-repeat;
  z-index: 10;
  height: 80px;
  width: 80px;
  transform: translate(-50%, -50%);
}
.tabs-stage .tab-content a img {
  width: 100%;
  height: 266px;
  object-fit: cover;
}
@media (max-width: 1700px) {
  .gallery__tab {
    margin: 3rem 0 0 0;
    padding-bottom: 2rem;
  }
}
@media (max-width: 1500px) {
  .gallery__tab {
    margin: 2rem 0 0 0;
    padding-bottom: 2rem;
  }
}
@media (max-width: 1100px) {
  .gallery__tab {
    margin: 2rem 0 0 0;
    padding-bottom: 2rem;
  }
  .gallery__tab a {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .tabs-stage .tab-content a img {
    width: 100%;
    height: 156px;
    object-fit: cover;
  }
}
@media (max-width: 480px) {
  .gallery__tab {
    margin: 1rem 0 0 0;
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }
  .gallery__tab li {
    list-style: none;
    width: 50%;
    text-align: center;
    padding: 0.5rem;
    background: #427BE2;
    color: #fff;
    border: solid 2px #fff;
  }
  .gallery__tab li a {
    font-size: 16px;
    color: #fff;
  }
  .gallery__tab li.tab-active a {
    color: #fff;
  }
  .gallery__tab li.tab-active a:hover {
    color: #fff;
  }
  .tabs-stage .tab-content a {
    width: 50%;
  }
  .tabs-stage .tab-content a img {
    width: 100%;
    height: 155px;
    object-fit: cover;
  }
}
.sharjah__section {
  display: flex;
  background: url(../images/plan/about-bg.jpg) no-repeat;
  height: auto;
  background-size: cover;
}
.imgl-wrap {
  width: 50%;
  position: relative;
}
.imgl-wrap img {
  width: 100%;
}
.imgl-wrap .imgl-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.imgl-wrap .imgl-txt h1 {
  font-size: 130px;
  color: #fff;
  line-height: 105px;
  position: relative;
}
.imgl-wrap .imgl-txt h1 span {
  color: #fff;
  font-size: 112px;
  text-transform: uppercase;
}
.imgl-wrap:before {
  content: "";
  background: url(../images/plan/heading-shape.png) no-repeat right 10% center;
  position: absolute;
  left: 0;
  top: 0;
  width: 66%;
  height: 100%;
}
.imgl-textwrap {
  width: 40%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 10%;
}
.imgl-textwrap p {
  font-size: 20px;
  margin-bottom: 0;
  color: #1E2D72;
}
@media (max-width: 1700px) {
  .imgl-textwrap p {
    font-size: 18px;
  }
  .imgl-wrap .imgl-txt {
    transform: translate(-56%, -55%);
  }
  .imgl-wrap .imgl-txt h1 {
    font-size: 110px;
    line-height: 95px;
  }
  .imgl-wrap .imgl-txt h1 span {
    font-size: 110px;
  }
  .imgl-wrap:before {
    width: 69%;
  }
}
@media (max-width: 1500px) {
  .imgl-textwrap p {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .imgl-textwrap {
    width: 45%;
    padding-left: 5%;
  }
  .imgl-textwrap p {
    margin-bottom: 1rem;
  }
  .imgl-wrap .imgl-txt {
    transform: translate(-56%, -55%);
  }
  .imgl-wrap .imgl-txt h1 {
    font-size: 70px;
    line-height: 65px;
  }
  .imgl-wrap .imgl-txt h1 span {
    font-size: 70px;
  }
  .imgl-wrap:before {
    width: 69%;
    background: url(../images/plan/heading-shape.png) no-repeat center;
    background-size: contain;
  }
}
@media (max-width: 992px) {
  .sharjah__section {
    flex-wrap: wrap;
  }
  .imgl-wrap {
    width: 100%;
  }
  .imgl-textwrap {
    width: 100%;
    padding: 2rem;
  }
  .imgl-wrap .imgl-txt {
    transform: translate(-56%, -55%);
  }
  .imgl-wrap .imgl-txt h1 {
    font-size: 110px;
    line-height: 95px;
  }
  .imgl-wrap .imgl-txt h1 span {
    font-size: 110px;
  }
  .imgl-wrap:before {
    width: 69%;
  }
}
@media (max-width: 480px) {
  .imgl-wrap:before {
    content: normal;
  }
  .imgl-wrap .imgl-txt h1 {
    font-size: 40px;
    line-height: 20px;
  }
  .imgl-wrap .imgl-txt h1 span {
    font-size: 40px;
  }
}
.map__section {
  background: #F7F7F7;
  position: relative;
}
.map__section:after {
  position: absolute;
  background: url(../images/plan/building.png);
  right: 0;
  bottom: 0;
  width: 310px;
  height: 328px;
  content: "";
  z-index: 0;
}
.map__image {
  position: relative;
  border-right: 10px solid #9AE3EF;
  height: 100%;
}
.map__image img {
  width: 100%;
}
.map__content {
  position: relative;
  padding: 35% 0 0 15%;
  z-index: 1;
}
.map__content .section__header {
  margin-bottom: 3rem;
}
.map__content .section__header .heading {
  position: relative;
  z-index: 9;
}
.map__content .section__header .heading h1 {
  margin: 0;
  font-weight: 700;
  position: relative;
  background: #F7F7F7;
  z-index: 99;
  width: max-content;
  padding-right: 0;
  line-height: 0.9;
}
.map__content .section__header .heading span {
  font-size: 24px;
  color: #999;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.map__content .section__header .heading:after {
  content: "";
  position: absolute;
  width: auto;
  height: 1px;
  background: #2A9696;
  left: 50px;
  top: inherit;
  z-index: -1;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.map__content p {
  font-size: 25px;
  padding-right: 30%;
}
.share__event {
  position: relative;
  display: block;
  padding: 1.5rem 4.75rem;
  color: #427BE2;
  transition: 0.3s;
  font-size: 25px;
  margin-top: 5rem;
}
.share__event:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 65px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/plan/location.png);
}
.share__event:focus,
.share__event:hover {
  color: #666;
}
@media (max-width: 1700px) {
  .map__image {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
  }
  .map__image img {
    right: 0;
    top: 0;
    z-index: 0;
  }
  .map__content {
    padding: 30% 0 0 15%;
  }
}
@media (max-width: 1500px) {
  .map__content p {
    padding-right: 10%;
  }
}
@media (max-width: 1100px) {
  .map__content p {
    padding-right: 10%;
    font-size: 18px;
  }
  .share__event {
    font-size: 18px;
    margin-top: 2rem;
    padding: 0.5rem 3.75rem;
  }
  .share__event:before {
    width: 45px;
    height: 45px;
  }
  .map__section {
    background: #F7F7F7;
    position: relative;
  }
  .map__section:after {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 992px) {
  .map__image img {
    position: static;
    height: auto;
    width: 100%;
  }
  .map__content {
    padding: 10% 0 0 10%;
  }
}
@media (max-width: 480px) {
  .map__content {
    padding: 1.5rem;
  }
  .map__image {
    height: 350px;
  }
}
.transport__section {
  background: #fff;
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .transport__section {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .transport__section {
    padding: 1rem 0;
  }
}
.transport__section .section__header {
  padding-bottom: 2rem;
}
.transport__section .section__header .heading {
  text-align: center;
}
.transport__section .section__header .heading h1 {
  margin: 0 0 1.5rem;
}
.transport__section .section__header .heading p {
  font-size: 20px;
  color: #999;
  max-width: 550px;
  display: block;
  margin: 0 auto;
}
.transport__wrap {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.transport__content {
  margin: 5rem 0;
}
.transport__item {
  text-align: center;
  margin: 0 6%;
}
.transport__item p {
  font-size: 24px;
  letter-spacing: -1px;
  color: #adadad;
}
.transport__item .item__box {
  height: 95px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (max-width: 1700px) {
  .transport__section .section__header .heading p {
    font-size: 18px;
    color: #999;
    max-width: 550px;
    display: block;
    margin: 0 auto;
  }
  .transport__item p {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  .transport__section .section__header .heading p {
    font-size: 16px;
  }
  .transport__item p {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .transport__content {
    margin: 3rem 0 5rem 0;
  }
}
@media (max-width: 992px) {
  .transport__content {
    margin: 1rem 0 0 0;
  }
  .transport__item .item__box {
    height: 100px;
    width: 100px;
    margin: 0 auto 0.5rem;
  }
}
.section__visa {
  background: #F7F7F7;
  padding: 5rem 0;
  position: relative;
}
@media (max-width: 1400px) {
  .section__visa {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .section__visa {
    padding: 1rem 0;
  }
}
.section__visa .section__content {
  padding: 4rem 0;
}
.section__visa .section__content p {
  font-size: 20px;
  line-height: 28px;
}
.section__visa .section__header {
  margin-bottom: 2rem;
}
.section__visa .section__header .heading {
  position: relative;
  z-index: 9;
}
.section__visa .section__header .heading h1 {
  position: relative;
  line-height: 1;
  margin: 0;
}
.section__visa .section__header .heading span {
  font-size: 24px;
  color: #427BE2;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.section__visa .section__header .heading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #427BE2;
  left: -100%;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  transform: translate(-3%, 35px);
}
.visalist__card {
  background: #427BE2;
  position: absolute;
  width: 30%;
  right: 15%;
  top: -5rem;
  padding: 10rem 4rem 5rem;
  height: 550px;
  box-shadow: -30px 30px 0 rgba(154, 227, 239, 0.61);
  overflow-y: scroll;
}
.visalist__card.motif-leftbg:before {
  left: auto;
  right: -36%;
  top: -15vh;
  width: 20vw;
  height: 23vw;
}
.visalist__card .list__item:before {
  border-color: #fff;
}
.visalist__card::-webkit-scrollbar {
  width: 5px;
}
.visalist__card::-webkit-scrollbar-track {
  background: #ddd;
}
.visalist__card::-webkit-scrollbar-thumb {
  background: #ccc;
}
.visalist__card::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 1700px) {
  .section__visa .section__content {
    padding: 0 0;
  }
  .section__visa .section__content p {
    font-size: 18px;
    line-height: 28px;
  }
  .visalist__card {
    padding: 7rem 4rem 5rem;
    height: 460px;
    width: 35%;
    right: 5%;
  }
  .circlelist .list__item {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .visalist__card {
    padding: 5rem 3rem 3rem;
  }
  .section__visa .section__content {
    padding: 0 0;
  }
  .section__visa .section__content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 1rem 0;
  }
  .circlelist .list__item {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1100px) {
  .visalist__card {
    width: 40%;
    right: 3%;
  }
  .visalist__card.motif-leftbg:before {
    right: -26%;
    top: -5vh;
  }
  .section__visa .section__header .heading:after {
    content: normal;
  }
}
@media (max-width: 992px) {
  .visalist__card {
    width: 92%;
    position: relative;
    right: 0;
    top: 0;
    margin: 1rem 4%;
    padding: 2rem;
    height: auto;
  }
}
@media (max-width: 480px) {
  .section__visa .section__header {
    margin-bottom: 1rem;
  }
}
.section__accommodation {
  padding: 5rem 0;
  position: relative;
  min-height: 600px;
}
@media (max-width: 1400px) {
  .section__accommodation {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .section__accommodation {
    padding: 1rem 0;
  }
}
.section__accommodation .slick__navs {
  display: flex;
  position: relative;
  left: 0;
  width: auto;
}
.section__accommodation .slick__navs .slick-prev {
  margin: 0 10px 0 0;
}
.section__accommodation .section__content {
  padding: 4rem 0;
}
.section__accommodation .section__content p {
  font-size: 20px;
  line-height: 26px;
  color: #999;
}
.section__accommodation .section__header {
  margin-bottom: 2rem;
}
.section__accommodation .section__header .heading {
  position: relative;
  z-index: 9;
}
.section__accommodation .section__header .heading h1 {
  font-weight: 700;
  position: relative;
  z-index: 99;
  width: 100%;
  line-height: 1;
  padding: 0;
}
.venue__slider {
  position: absolute;
  width: 50%;
  top: 6rem;
  right: 0;
  padding-left: 5rem;
}
.venue__slider:before {
  content: "";
  height: 180px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1rem;
  background: #427BE2;
}
.venue__item {
  padding: 2rem 1.25rem;
}
.venue__box {
  width: 250px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  padding: 0 0 2rem;
  position: relative;
  min-height: 370px;
}
.venue__img {
  width: 100%;
  overflow: hidden;
  height: 190px;
}
.venue__heading {
  padding: 1.25rem;
  text-align: center;
}
.venue__heading h3 {
  font-size: 25px;
  color: #427BE2;
  margin: 0;
  min-height: 60px;
}
.venue__cta {
  text-align: center;
}
.venue__cta .box-anchor {
  padding: 1rem 2.5rem;
  font-size: 16px;
  height: 48px;
  font-weight: 700;
}
@media (max-width: 1700px) {
  .section__accommodation {
    min-height: 600px;
  }
  .section__accommodation .section__content p {
    font-size: 18px;
  }
  .venue__slider {
    width: 45%;
    padding-left: 2rem;
  }
}
@media (max-width: 1500px) {
  .section__accommodation .section__content p {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .section__accommodation .section__content {
    padding: 0;
  }
  .section__accommodation .section__content p {
    margin: 0 0 1rem 0;
  }
  .section__accommodation {
    min-height: auto;
  }
  .section__accommodation .section__header {
    margin-bottom: 1rem;
  }
  .venue__slider {
    width: 100%;
    padding-left: 2rem;
    position: relative;
    top: 3rem;
  }
}
@media (max-width: 992px) {
  .venue__box {
    width: 200px;
  }
  .venue__heading h3 {
    font-size: 20px;
  }
  .venue__cta .box-anchor {
    padding: 0.75rem 2.5rem;
    font-size: 14px;
    height: auto;
    font-weight: 400;
  }
}
@media (max-width: 480px) {
  .venue__slider {
    padding-left: 0;
    margin-bottom: 2rem;
  }
}
.section__tourism {
  background: #F7F7F7;
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .section__tourism {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .section__tourism {
    padding: 1rem 0;
  }
}
.section__tourism .section__header .heading {
  text-align: center;
}
.section__tourism .section__header .heading h1 {
  margin: 0;
}
.tourism__slider {
  padding: 2rem 0;
}
.tourism__item {
  transition: 0.5s;
  padding: 2.5rem;
  margin: 2rem 3.5rem;
  background: #fff;
  display: flex;
  width: 690px;
}
.tourism__item.slick-center,
.tourism__item.slick-current {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
.tourism__wrap {
  position: relative;
}
.tourism__wrap:after,
.tourism__wrap:before {
  content: "";
  height: 100%;
  width: 15%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.tourism__wrap:before {
  right: auto;
  left: 0;
  background: -moz-linear-gradient(
    left,
    #F7F7F7 0,
    rgba(247, 247, 247, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    #F7F7F7 0,
    rgba(247, 247, 247, 0) 100%
  );
  background: linear-gradient(to right, #F7F7F7 0, rgba(247, 247, 247, 0) 100%);
}
.tourism__wrap:after {
  background: -moz-linear-gradient(
    left,
    rgba(247, 247, 247, 0) 0,
    #F7F7F7 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(247, 247, 247, 0) 0,
    #F7F7F7 100%
  );
  background: linear-gradient(to right, rgba(247, 247, 247, 0) 0, #F7F7F7 100%);
}
.tourism__wrap .slick-dots {
  bottom: -5rem;
  text-align: center;
}
.tourism__wrap .slick-dots li {
  background: 0 0;
}
.tourism__box {
  display: flex;
}
.tourism__box .box-anchor {
  padding: 1.15rem 2.5rem;
  font-size: 16px;
  font-weight: 600;
}
.tourism__img {
  position: relative;
  width: 283px;
  height: 115px;
  overflow: hidden;
}
.tourism__cta {
  width: 54%;
  margin: 1.75rem 0 0 0;
  text-align: right;
}
@media (max-width: 1400px) {
  .tourism__slider {
    padding: 2rem 0 5rem 0;
  }
  .tourism__box .box-anchor {
    height: auto;
  }
}
@media (max-width: 1100px) {
  .tourism__item {
    width: 600px;
  }
  .tourism__wrap .slick-dots {
    bottom: -3rem;
  }
  .tourism__slider {
    padding: 0 0 1rem 0;
  }
}
@media (max-width: 480px) {
  .tourism__cta {
    width: 100%;
    text-align: center;
  }
  .tourism__img {
    margin: 0 auto;
  }
  .tourism__box {
    flex-wrap: wrap;
    text-align: center;
  }
  .tourism__box .box-anchor {
    padding: 0.5rem 1.5rem;
    font-size: 14px;
    font-weight: 400;
  }
}
.workshop__section {
  display: flex;
  background: #F7F7F7;
  align-items: center;
  position: relative;
}
.workshop__section .imgl-work {
  width: 50%;
  position: relative;
}
.workshop__section .imgl-txt {
  position: absolute;
  left: 5%;
  z-index: 1;
}
.workshop__section .imgl-txt li {
  list-style-type: none;
  margin-bottom: 75px;
}
.workshop__section .imgl-txt li.active h2:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  background: #fff;
  left: inherit;
  top: 55%;
  right: -55%;
}
.workshop__section .imgl-txt li h2 {
  color: #1E2D72;
  text-transform: unset;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.workshop__section .imgl-txt li h2 span {
  color: #427BE2;
  font-weight: 700;
}
.workshop__section .workshop__text {
  width: 50%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-right: 10%;
  z-index: 1;
}
.workshop__section .workshop__text .text__wrap {
  height: 590px;
  padding: 0 5% 0 0;
}
.workshop__section .workshop__text p {
  font-size: 20px;
}
.workshop__section .workshop__text .heading {
  position: relative;
}
.workshop__section .workshop__text .heading:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #427BE2;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}
.workshop__section .workshop__text h1 {
  background: #F7F7F7;
  position: relative;
  margin-bottom: 2rem;
  z-index: 1;
  display: inline-block;
  padding-right: 1rem;
}
.workshop__section .workshop__text p {
  margin-bottom: 2rem;
}
.workshop__section .workshop__text div img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.workshop_div {
  display: none;
}
.workshop_div.active {
  display: flex;
}
@media (max-width: 1700px) {
  .workshop__section .workshop__text p {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .workshop__section .workshop__text {
    padding-right: 10%;
    padding-left: 10%;
  }
  .workshop__section .workshop__text p {
    font-size: 16px;
  }
  .workshop__section .imgl-work .imgl-txt h2 span {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .workshop__section .workshop__text {
    padding-right: 2%;
    padding-left: 2%;
  }
  .workshop__section .workshop__text .text__wrap {
    height: 400px;
  }
  .workshop__section .workshop__text .heading:after {
    content: normal;
  }
  .workshop__section .imgl-txt h2:after {
    content: normal;
  }
}
@media (max-width: 992px) {
  .workshop__section {
    align-items: flex-start;
  }
  .workshop__section .workshop_div {
    flex-wrap: wrap;
  }
  .workshop__section .imgl-work {
    width: 100%;
    margin-bottom: 2rem;
  }
  .workshop__section .imgl-txt {
    top: 100px;
    left: 0;
  }
  .workshop__section .imgl-txt li.active h2 {
    color: #1E2D72;
  }
  .workshop__section .imgl-txt li.active h2:after {
    display: none;
  }
  .workshop__section .imgl-txt h2 {
    font-size: 45px;
  }
  .workshop__section .imgl-txt h2 span {
    font-size: 30px;
  }
  .workshop__section .workshop__text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .workshop__text div img {
    display: none;
  }
  .workshop__section .workshop__text {
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 5%;
  }
  .workshop__section .imgl-txt h2 {
    font-size: 25px;
  }
  .workshop__section .imgl-txt h2 span {
    font-size: 20px;
  }
}
.floorplan__section {
  background: url(../images/floor-plans/section-1.jpg);
  height: 730px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  padding: 5rem 0;
  border-top: solid 10px #9AE3EF;
}
@media (max-width: 1400px) {
  .floorplan__section {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .floorplan__section {
    padding: 1rem 0;
  }
}
.floorplan__section .floor-wrap {
  width: 50%;
  margin: 0 auto;
}
.floorplan__section .floor-wrap p {
  font-size: 20px;
  margin-bottom: 5rem;
  text-align: center;
}
.floorplan__section .floor-wrap h1 {
  margin-bottom: 2rem;
  text-align: center;
}
.floorplan__section .floor-wrap .pdf-link {
  display: block;
}
.floorplan__section .floor-wrap .pdf-link:before {
  content: "";
  display: block;
  width: 75px;
  height: 84px;
  background: url(../images/cssimg/pdf-icon.png) no-repeat;
  margin: 0 auto 1rem;
}
.exhibitors__section {
  background: #F7F7F7;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 2rem 0;
}
.exhibitors__section .supporter__wrap {
  justify-content: center;
  margin: 0 -1.5rem;
}
.exhibitors__section .supporter__wrap .supporter__box {
  margin: 1.2rem;
}
.exhibitors__section .supporter__wrap .supporter__box p {
  text-align: center;
  margin-top: 2rem;
  font-size: 17px;
}
.testimonial__section {
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .testimonial__section {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .testimonial__section {
    padding: 1rem 0;
  }
}
.testimonial__section .section__header {
  margin-bottom: 2rem;
}
.testimonial__section .section__header .speaker__header {
  position: relative;
  z-index: 9;
}
.testimonial__section .section__header .speaker__header h1 {
  margin: 0;
  font-weight: 700;
  position: relative;
  z-index: 99;
  width: max-content;
  padding-right: 5rem;
  line-height: 0.8;
  background: #fff;
}
.testimonial__section .section__header .speaker__header:after {
  content: "";
  position: absolute;
  width: 58%;
  height: 1px;
  background: #2A9696;
  top: 50%;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.testimonial__section .slick-next {
  right: 0;
}
.testimonial__section .slick-prev {
  left: 0;
}
.testimonial__section .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.testimonial__section .slick-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.testimonial__section .slick-dots {
  bottom: -60px;
  text-align: center;
}
.testimonial__item {
  padding: 0 3.53%;
}
.testimonial__item .testimonial__wrap {
  display: flex;
  flex-wrap: wrap;
}
.testimonial__item .testimonial__wrap .testi__img {
  width: 225px;
  height: 225px;
  overflow: hidden;
  border-radius: 100%;
  margin-top: 2.5rem;
}
.testimonial__item .testimonial__wrap .testi_content {
  width: calc(100% - 225px);
  padding: 6rem 3rem 6rem 0;
}
.testimonial__item .testimonial__wrap .testi_content .para_fix {
  line-height: 1.2;
  margin: 0;
}
.testimonial__item .testimonial__wrap .testi_content .para_fix .testi-name {
  color: #427BE2;
  font-size: 21px;
  display: block;
}
a.pdf-link {
  font-size: 21px;
  text-transform: uppercase;
  color: #427BE2;
}
@media (max-width: 1500px) {
  .floorplan__section {
    height: 600px;
  }
  .floorplan__section .floor-wrap p {
    font-size: 16px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1100px) {
  .testimonial__item .testimonial__wrap .testi__img {
    width: 120px;
    height: 120px;
  }
  .testimonial__item .testimonial__wrap .testi_content {
    width: calc(100% - 120px);
    padding: 3rem 1rem 1rem 0;
  }
  .floorplan__section {
    height: auto;
  }
  .floorplan__section .floor-wrap {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .testimonial__item .testimonial__wrap .testi__img {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .testimonial__item .testimonial__wrap .testi_content {
    width: 100%;
    padding: 0;
  }
  .testimonial__item {
    padding: 0 0 20px 0;
    position: relative;
  }
  .exhibitors__section .more__supporters {
    padding: 0;
  }
  .exhibitors__section .supporter__wrap {
    margin: 0;
  }
  .exhibitors__section .supporter__wrap .supporter__box p {
    font-size: 12px;
  }
  .testimonial__section .section__header .speaker__header h1 {
    padding-right: 0;
  }
  .testimonial__section .section__header .speaker__header:after {
    content: normal;
  }
  .testimonial__slider {
    position: relative;
  }
  a.pdf-link {
    font-size: 16px;
  }
}
.section__newsandpr {
  padding: 10rem 0 5rem;
}
.press__wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #2A9696;
  color: #fff;
  position: relative;
}
.press__wrapper .js-presstxt {
  position: absolute;
  bottom: 15%;
  left: 45%;
  display: flex;
}
.press__wrapper .js-presstxt .slick-prev {
  background: #fff;
  color: #427BE2;
}
.press__wrapper .js-presstxt .slick-prev:before {
  border-left-color: #2A9696;
}
.press__wrapper .js-presstxt .slick-next {
  background: #fff;
  color: #427BE2;
}
.press__wrapper .js-presstxt .slick-next:before {
  border-left-color: #2A9696;
}
.press__content {
  width: 52%;
}
.press__content .section__header {
  background: #fff;
  padding: 1rem 1rem 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.press__content .section__header .heading {
  position: relative;
  z-index: 9;
}
.press__content .section__header .heading h2 {
  margin: 0;
}
.press__content .section__header .heading:after {
  content: normal;
  position: absolute;
  width: 57%;
  height: 1px;
  background: #2A9696;
  top: 50%;
  z-index: -1;
  bottom: 0;
  right: 103%;
}
.press__content .news__list {
  padding: 3rem 3rem;
}
.press__content .news__list h4 {
  font-size: 25px;
}
.press__content .news__list p {
  font-size: 20px;
  padding-right: 10%;
  padding-bottom: 2rem;
}
.press__content .news__list time {
  left: 0;
  font-size: 18px;
}
.press__img {
  width: 48%;
  padding-bottom: 3rem;
  position: relative;
}
.press__img:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background: #fff;
  z-index: 0;
}
.press__img img {
  position: relative;
}
.news__item p {
  padding-right: 25%;
  padding-bottom: 3rem;
}
.mgallery__section {
  padding: 5rem 0 6rem;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.feature__gallery {
  margin-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
}
.gallery__content {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.gallery__content p {
  font-size: 20px;
  padding-right: 15%;
  margin-bottom: 7rem;
}
.gallery__big {
  padding: 0 0 0 5%;
  width: 50%;
}
.gallery__big img {
  width: 100%;
}
.gallery__list {
  display: flex;
  flex-wrap: wrap;
}
.gallery__item {
  width: 25%;
  float: right;
}
.gallery__item .type__img img {
  border-right: solid 2px #fff;
  width: 100%;
  height: 265px;
  object-fit: cover;
}
.gallery__item .type__video {
  position: relative;
  border-right: solid 2px #fff;
}
.gallery__item .type__video img {
  width: 100%;
  position: relative;
}
.gallery__item .type__video a {
  position: relative;
  display: block;
}
.gallery__item .type__video a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: url(../images/mediapress/vid-icon.png) no-repeat;
}
.gallery__item .type__video a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}
.top__supporters.media__logos {
  padding: 4rem 0 3rem;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.top__supporters.media__logos .more__supporters .badge {
  padding: 0.4rem;
}
.top__supporters.media__logos .more__supporters .supporter__header {
  padding: 5rem 0 1rem;
}
.top__supporters.media__logos
  .more__supporters
  .supporter__header
  .slick__navs
  .slick-prev {
  margin-right: 10px;
}
.top__supporters.media__logos .more__supporters .supporter__box p {
  margin-top: 1.25rem;
}
.postreport__section {
  background: url(../images/mediapress/section-3.jpg);
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  height: 75vh;
}
.report__wrap {
  display: flex;
  flex-wrap: wrap;
}
.post__title {
  width: 50%;
  position: relative;
}
.post__title h1 {
  color: #fff;
  font-weight: 600;
  text-align: left;
  top: 35%;
  position: relative;
  left: 40%;
}
.post__title:after {
  content: "";
  position: absolute;
  width: 38%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.post__content {
  width: 50%;
}
.post__card {
  max-width: 675px;
  background: #fff;
  text-align: left;
  padding: 8%;
}
.post__card p {
  margin-bottom: 3rem;
  font-size: 20px;
}
.post__card .section__cta {
  text-align: left;
}
.post__card .section__cta a.box-anchor img {
  margin: -9px 10px -8px -10px;
}
.gallery__item:nth-child(4n + 0) .gallery__img {
  border-right: 0;
}
@media (max-width: 1700px) {
  .gallery__content p {
    font-size: 18px;
    margin-bottom: 5rem;
  }
  .post__card p {
    font-size: 18px;
  }
  .press__content .news__list h4 {
    font-size: 22px;
    margin: 0 0 2rem 0;
  }
  .press__content .news__list p {
    font-size: 18px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .press__content .news__list time {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .gallery__content p {
    font-size: 16px;
    margin-bottom: 2rem;
  }
  .post__card p {
    font-size: 16px;
  }
  .section__newsandpr {
    padding: 5rem 0 3rem;
  }
  .mgallery__section {
    padding: 0 0 3rem;
  }
  .press__logo .more__supporters {
    padding: 0;
  }
  .top__supporters.media__logos {
    padding: 2rem 0 0;
  }
  .top__supporters.media__logos .more__supporters .supporter__header {
    padding: 0;
  }
  .top__supporters.media__logos .more__supporters .supporter__box p {
    font-size: 12px;
  }
  .press__content .news__list {
    padding: 1.5rem;
  }
  .press__content .news__list h4 {
    font-size: 20px;
  }
  .press__content .news__list p {
    font-size: 16px;
  }
  .press__content .news__list time {
    font-size: 14px;
  }
  .post__card {
    max-width: 600px;
  }
  .press__img {
    padding-bottom: 2rem;
  }
  .press__wrapper .js-presstxt {
    bottom: 8%;
  }
  .post__content .box-anchor {
    height: auto;
    padding: 1rem 2rem;
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .post__content {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .gallery__item .type__img img {
    width: 100%;
    height: 158px;
    object-fit: cover;
  }
  .postreport__section {
    height: auto;
  }
  .press__content {
    width: 100%;
  }
  .news__item p {
    padding-right: 0;
    padding-bottom: 0;
  }
  .press__img {
    width: 100%;
    padding-bottom: 0;
  }
  .press__img:before {
    content: normal;
  }
  .press__img img {
    width: 100%;
  }
  .press__wrapper .js-presstxt {
    bottom: auto;
    left: auto;
    right: 3%;
    top: 10%;
  }
  .section__newsandpr {
    padding: 0 0 1rem;
  }
  .post__content {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .press__content .news__list {
    padding: 1rem;
  }
  .press__content .section__header {
    padding: 2rem 0 1rem;
    flex-wrap: wrap;
  }
  .press__content .section__header .heading h2 {
    margin-bottom: 0.5rem;
  }
  .news__list {
    padding: 1rem;
  }
  .gallery__content {
    width: 100%;
    margin-bottom: 1rem;
  }
  .gallery__big {
    padding: 0;
    width: 100%;
  }
  .gallery__item {
    width: 50%;
  }
  .gallery__item .type__img img {
    border: solid 2px #fff;
    width: 100%;
    height: 158px;
    object-fit: cover;
  }
  .gallery__item .type__video img {
    border: solid 2px #fff;
  }
  .top__supporters.media__logos .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top__supporters.media__logos .supporter__box {
    width: auto;
  }
  .post__title {
    width: 100%;
    padding: 2rem 0 4rem;
  }
  .post__content {
    width: 100%;
  }
  .press__wrapper .js-presstxt {
    display: none;
  }
  .post__title h1 {
    left: 0;
    padding-left: 5rem;
  }
}
.section__newsdetail {
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .section__newsdetail {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .section__newsdetail {
    padding: 1rem 0;
  }
}
.prdetail_big {
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.prdetail_big img {
  width: 100%;
}
.recent-post-thumb-body img {
  width: 120px;
  height: 120px;
}
.prdetail_news_content {
  padding-left: 4rem;
  max-width: 100%;
  position: relative;
  padding-right: 1rem;
}
.prdetail_news_content .news__social {
  position: absolute;
  bottom: 0;
  list-style-type: none;
  padding: 8px 0 18vh;
  top: 0;
  left: 0;
  width: 30px;
  text-align: center;
}
.prdetail_news_content .news__social li {
  padding-bottom: 1.8vh;
}
.prdetail_news_content .news__social li i {
  font-size: 20px;
  color: #427BE2;
  transition: 0.3s;
}
.prdetail_news_content .news__social li i:hover {
  color: #666;
}
.prdetail_news_content p {
  margin-bottom: 2rem;
  font-size: 20px;
}
.prdetail_news_content img {
  display: block;
  margin-bottom: 2rem;
}
.prdetail__heading {
  margin-bottom: 1rem;
}
.prdetail__heading h2 {
  line-height: 47px;
  text-transform: inherit;
  margin-bottom: 1rem;
}
.prdetail__heading p {
  font-size: 24px;
  margin-bottom: 1rem;
}
.related__press h2 {
  margin-bottom: 0;
}
.related__press p {
  margin-bottom: 1rem;
  line-height: 1;
}
.related__press h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #427BE2;
}
.related__press .relatedpress__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.related__press .relatedpress__list li {
  padding: 1.25rem 0;
}
.related__press .relatedpress__list h3 a {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #427BE2;
  transition: 0.3s;
}
.related__press .relatedpress__list h3 a:hover {
  color: #666;
}
@media (max-width: 1700px) {
  .prdetail_news_content p {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .related__press h3 {
    font-size: 20px;
  }
  .prdetail__heading h2 {
    line-height: 30px;
  }
}
@media (max-width: 1500px) {
  .prdetail_news_content p {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .related__press h3 {
    font-size: 18px;
  }
  .prdetail__heading h2 {
    line-height: 30px;
  }
  .related__press .relatedpress__list h3 a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .related__press .relatedpress__list li {
    padding: 1.25rem 0 0 0;
    flex-wrap: wrap;
  }
  .related__press .relatedpress__list li img {
    margin-bottom: 1rem;
  }
  .related__press .relatedpress__list li .media-body {
    flex: none;
    display: block;
    width: 100%;
  }
  .related__press .relatedpress__list li .media-body p {
    margin-bottom: 0.5rem;
  }
  .prdetail_news_content {
    padding-left: 3rem;
  }
}
@media (max-width: 480px) {
  .prdetail_news_content {
    margin-bottom: 2rem;
    padding-left: 0;
  }
  .related__press .relatedpress__list li {
    flex-wrap: nowrap;
  }
  .related__press .relatedpress__list li img {
    margin-bottom: 0;
  }
  .related__press .relatedpress__list li .media-body {
    flex: 1;
  }
  .related__press .relatedpress__list h3 a {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }
  .prdetail_news_content .news__social {
    position: relative;
    padding: 0 0;
    display: flex;
    width: 100%;
    margin: 0;
  }
  .prdetail_news_content .news__social li {
    padding-right: 1rem;
    padding-bottom: 0.5rem;
  }
  .prdetail_big {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.section__news {
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .section__news {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .section__news {
    padding: 1rem 0;
  }
}
.section__news .section__header {
  margin-bottom: 3rem;
}
.section__news .section__header .heading {
  position: relative;
  z-index: 9;
}
.section__news .section__header .heading h1 {
  margin: 0;
  font-weight: 700;
  position: relative;
  background: #fff;
  z-index: 99;
  width: max-content;
  padding-right: 5rem;
  line-height: 0.8;
}
.section__news .section__header .heading span {
  font-size: 24px;
  color: #999;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.section__news .section__header .heading:after {
  content: "";
  position: absolute;
  width: auto;
  height: 1px;
  background: #2A9696;
  left: 50px;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  transform: translate(0, 25px);
}
.newsdetail_big {
  position: relative;
  margin-bottom: 2rem;
}
.newsdetail_big img {
  width: 100%;
}
.newsfeature_caption {
  position: absolute;
  z-index: 9;
  bottom: 0;
  padding: 2rem 4rem 3rem;
}
.newsfeature_caption p {
  color: #fff;
}
.newsfeature_caption .text-fix {
  color: #fff;
  font-size: 24px;
}
.newsfeature_caption h1 a {
  color: #427BE2;
}
.newsfeature_img {
  position: relative;
}
.newsfeature_img:before {
  content: "";
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  width: 100%;
  height: 55%;
  bottom: 0;
}
.news_featurelist {
  margin-bottom: 2rem;
}
.newslist_img {
  margin-bottom: 1rem;
}
.newslist_img img {
  width: 100%;
}
.news_listcontent h2 {
  text-transform: capitalize;
  font-size: 35px;
}
.news_listcontent h2 a {
  color: #427BE2;
}
.section__formnews {
  padding: 5rem 0;
  background: #F7F7F7;
}
@media (max-width: 1400px) {
  .section__formnews {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .section__formnews {
    padding: 1rem 0;
  }
}
.section__formnews .section__cta {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.section__formnews .section__cta a {
  font-size: 16px;
}
.section__formnews .section__header {
  margin-bottom: 3rem;
}
.section__formnews .section__header .heading {
  position: relative;
  z-index: 9;
}
.section__formnews .section__header .heading h1 {
  margin: 0;
  font-weight: 700;
  position: relative;
  background: #F7F7F7;
  z-index: 99;
  width: max-content;
  padding-right: 5rem;
  line-height: 0.8;
}
.section__formnews .section__header .heading span {
  font-size: 24px;
  color: #999;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.section__formnews .section__header .heading:after {
  content: "";
  position: absolute;
  width: auto;
  height: 1px;
  background: #2A9696;
  left: 50px;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  transform: translate(0, 25px);
}
.forum_listcontent p {
  margin-bottom: 0.4rem;
}
.forum_listcontent h3 {
  font-size: 24px;
  color: #427BE2;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 700;
}
.forum_listcontent h3 a {
  color: #427BE2;
}
.forum_listcontent .forum-txt {
  font-size: 20px;
}
@media (max-width: 1700px) {
  .news_listcontent h2 {
    font-size: 24px;
  }
  .forum_listcontent .forum-txt {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .forum_listcontent .forum-txt {
    font-size: 16px;
  }
  .news_listcontent h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .newslist_img {
    margin-bottom: 0.5rem;
  }
  .news_listcontent p {
    margin-bottom: 0.5rem;
  }
  .newsfeature_caption h1 {
    font-size: 24px;
  }
  .newsfeature_caption .text-fix {
    font-size: 16px;
  }
  .newsfeature_caption p {
    margin-bottom: 0.5rem;
  }
  .forum_listcontent p {
    margin-bottom: 0.5rem;
  }
  .forum_listcontent h3 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }
  .section__formnews .section__cta a {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .section__formnews .section__header .heading:after {
    transform: translate(0, 15px);
  }
  .section__news .section__header .heading:after {
    transform: translate(0, 15px);
  }
}
@media (max-width: 992px) {
  .news_listcontent h2 {
    font-size: 16px;
  }
  .newsfeature_caption {
    padding: 1rem;
  }
  .newsfeature_caption h1 {
    font-size: 18px;
  }
  .newsfeature_caption .text-fix {
    font-size: 14px;
  }
  .forum_listcontent h3 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .news_featurelist {
    margin-bottom: 1rem;
  }
  .section__news .section__header {
    margin-bottom: 1rem;
  }
  .newsdetail_big {
    margin-bottom: 1rem;
  }
  .forum_wrap {
    margin-bottom: 1rem;
  }
  .section__news .section__header .heading h1 {
    width: auto;
    line-height: 1;
  }
  .section__formnews .section__header .heading h1 {
    width: auto;
    line-height: 1;
  }
}
.top__supporters.sponsorship__support {
  background-color: #fff;
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .top__supporters.sponsorship__support {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .top__supporters.sponsorship__support {
    padding: 1rem 0;
  }
}
.top__supporters.sponsorship__support .more__supporters {
  background-color: #fff;
  padding: 0 0 0;
}
.top__supporters.sponsorship__support .more__supporters .section__header {
  margin-bottom: 2rem;
}
.top__supporters.sponsorship__support
  .more__supporters
  .section__header
  .speaker__header {
  position: relative;
  z-index: 9;
}
.top__supporters.sponsorship__support
  .more__supporters
  .section__header
  .speaker__header
  h1 {
  margin: 0;
  font-weight: 700;
  position: relative;
  z-index: 99;
  width: max-content;
  padding-right: 5rem;
  line-height: 0.8;
  background: #fff;
}
.top__supporters.sponsorship__support
  .more__supporters
  .section__header
  .speaker__header:after {
  content: "";
  position: absolute;
  width: 73%;
  height: 1px;
  background: #2A9696;
  top: 50%;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.top__supporters.sponsorship__support .more__supporters .supporter__header {
  padding: 5rem 0 0;
}
.top__supporters.sponsorship__support .more__supporters .supporter__box p {
  font-size: 16px;
}
.section__sponsorship .sponsorship_first {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
}
.chances-txt {
  justify-content: flex-end;
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 22%;
}
.chances-txt h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #427BE2;
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 2rem;
}
.chances-txt p {
  text-transform: uppercase;
  font-weight: 700;
  color: #427BE2;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 1.5rem;
}
.sponsor_fix {
  font-weight: 400;
  color: #6c707c;
  line-height: 1.2;
  font-size: 18px;
  text-transform: none;
}
.sponsorship__forum {
  width: 50%;
  position: relative;
  background: url(../images/sponsorship/section-1-big.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 13%;
}
.sponsorship__forum:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: #2A9696;
  opacity: 0.9;
}
.sponsorship__forum:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  top: 0;
  background: -moz-linear-gradient(top, #2A9696 0, rgba(42, 150, 150, 0) 100%);
  background: -webkit-linear-gradient(
    top,
    #2A9696 0,
    rgba(42, 150, 150, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #2A9696 0,
    rgba(42, 150, 150, 0) 100%
  );
}
.forum_sponsor_text {
  position: relative;
  top: 0;
  padding: 4.5rem 10% 0 5rem;
}
.forum_sponsor_text h1 {
  color: #fff;
  position: relative;
}
.forum_sponsor_text h1 span {
  font-size: 25px;
  margin-bottom: 0.5rem;
}
.forum_sponsor_text h1:before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: 25px;
  width: 55px;
  border: solid 1px #fff;
}
.forum_sponsor_text p {
  color: #fff;
  font-size: 20px;
}
.forum_sponsor_text p a {
  font-weight: 600;
}
.sponsorship_second {
  display: flex;
  margin-top: -12%;
}
.sponsor_post {
  position: relative;
}
.sponsorship__chances {
  width: 50%;
  padding: 6rem 6rem 13% 20rem;
}
.sponsor_img {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  position: relative;
}
.sponsors_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  background-color: #427BE2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 2rem 3rem;
  height: 51.4%;
}
.sponsors_txt p {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sponsors_txt .big-para {
  text-transform: none;
  letter-spacing: 0;
  font-size: 25px;
}
.sponsors_txt .big-para a {
  line-height: 1;
  display: block;
  word-break: break-word;
  margin: 0.5rem 0 0 0;
  font-weight: 700;
}
.sponsors_txt .big-para span {
  line-height: 1;
  display: block;
  word-break: break-word;
  color: #fff;
  margin: 0.5rem 0 0 0;
}
@media (max-width: 1700px) {
  .sponsorship_second {
    width: 85%;
  }
  .sponsorship__chances {
    padding: 3rem 5rem;
  }
  .forum_sponsor_text {
    padding: 3rem 4rem;
  }
  .forum_sponsor_text p {
    font-size: 18px;
  }
  .sponsors_txt {
    height: 56.2%;
  }
}
@media (max-width: 1500px) {
  .sponsorship_second {
    width: 85%;
  }
  .sponsorship__chances {
    padding: 3rem 5rem;
  }
  .forum_sponsor_text {
    padding: 3rem 4rem;
  }
  .forum_sponsor_text p {
    font-size: 16px;
  }
  .post_reportcard {
    height: 100%;
  }
  .post_reportcard .second-para {
    font-size: 20px;
  }
  .sponsors_txt .big-para {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .section__sponsorship .sponsorship_first {
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .sponsorship_second {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 992px) {
  .sponsorship__chances {
    padding: 2rem 2rem 15%;
    width: 100%;
  }
  .sponsorship__forum {
    width: 100%;
    order: -1;
    padding-bottom: 0;
  }
  .forum_sponsor_text {
    padding: 2rem;
  }
  .sponsors_txt {
    width: 60%;
    padding: 1rem;
    height: auto;
  }
  .chances-txt {
    padding-bottom: 0;
  }
  .chances-txt p {
    width: 100%;
  }
  .forum_sponsor_text h1:before {
    content: normal;
  }
  .forum_sponsor_text p {
    color: #fff;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .sponsorship_second {
    flex-wrap: wrap;
  }
  .sponsor_img {
    width: 100%;
  }
  .sponsor_img img {
    width: 100%;
  }
  .sponsor_img:nth-child(n + 1) {
    width: 35.2%;
  }
  .sponsor_img:nth-child(n + 2) {
    width: 64.8%;
  }
  .sponsor_img:nth-child(n + 3) {
    width: 100%;
  }
  .sponsors_txt {
    width: 100%;
    position: relative;
  }
  .top__supporters.sponsorship__support .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top__supporters.sponsorship__support
    .more__supporters
    .section__header
    .speaker__header:after {
    content: normal;
  }
  .top__supporters.sponsorship__support .more__supporters .supporter__header {
    padding: 0;
  }
  .top__supporters.sponsorship__support .more__supporters .supporter__box {
    width: auto;
  }
  .top__supporters.sponsorship__support .more__supporters .supporter__box p {
    font-size: 12px;
  }
}
.section__filter_news {
  padding: 3.5rem 0 6rem;
}
.section__filter_news .box-anchor {
  height: 45px;
  line-height: 0.5;
}
.filter-section {
  margin-bottom: 4rem;
}
.inner-filter-upper {
  background: #F7F7F7;
  padding: 30px 0;
  text-align: center;
}
.inner-filter-upper .box-anchor {
  padding: 1rem 3.5rem;
}
.filter-section .filters-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
.year-field {
  width: 390px;
  height: 49px;
  color: #2A9696;
  margin-right: 40px;
  padding: 0 15px;
  border: solid 1px #e3e7ea;
  background: url(../images/news/calendar-field.jpg) no-repeat #fff;
  background-position: right;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
select.selector {
  width: 390px;
  color: #2A9696;
  height: 49px;
  margin-right: 40px;
  padding: 0 15px;
  border: solid 1px #e3e7ea;
  background: url(../images/news/dropdown.jpg) no-repeat #fff;
  background-position: right;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
select::-ms-expand {
  display: none;
}
.inner-filter-upper .inner-filter-upper .selector,
.inner-filter-upper .year-field .selector {
  margin-bottom: 0;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
.filter-submit {
  cursor: pointer;
  height: 46px;
}
@media (max-width: 1500px) {
  .filter-submit {
    width: 20%;
  }
  select.selector {
    width: 35%;
    margin-right: 2%;
  }
  .year-field {
    width: 35%;
    margin-right: 2%;
  }
}
@media (max-width: 480px) {
  .filter-submit {
    width: 90%;
    margin: 0 5%;
  }
  select.selector {
    width: 90%;
    margin: 0 5% 10px;
  }
  .year-field {
    width: 90%;
    margin: 0 5% 10px;
  }
  .filter-section {
    margin-bottom: 2rem;
  }
}
.error__section {
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px) {
  .error__section {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .error__section {
    padding: 1rem 0;
  }
}
.error__section h1 {
  line-height: initial;
  margin-bottom: 0;
  font-size: 200px;
}
.error__section p {
  margin-bottom: 2rem;
  font-size: 24px;
}
.error-content {
  text-align: center;
}
@media (max-width: 480px) {
  .error__section p {
    font-size: 16px;
  }
  .error__section h1 {
    font-size: 150px;
  }
}
.footer .banner_foot {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 2em 4px 0 0;
}
.footer .banner_foot .footer_large-img {
  width: 54%;
}
.footer .banner_foot .footer_large-img img {
  width: 100%;
  height: 100%;
}
.footer .banner_foot .footer_mid-img {
  width: 29%;
}
.footer .banner_foot .footer_mid-img img {
  width: 100%;
  height: 100%;
}
.footer .banner_foot .footer_small-img {
  width: 17%;
}
.footer .banner_foot .footer_small-img img {
  width: 100%;
  height: 100%;
}
.footer_large-img .slick-slider,
.footer_large-img .slick-slider *,
.footer_mid-img .slick-slider,
.footer_mid-img .slick-slider *,
.footer_small-img .slick-slider,
.footer_small-img .slick-slider * {
  height: 212px;
  overflow: hidden;
}
.footerimg_head .badge {
  padding: 0.5rem;
  background: #427BE2;
  font-size: 16px;
  margin: 0 0 10px 10px;
  color: #fff;
}
@media (max-width: 1300px) {
  .footer_large-img .slick-slider,
  .footer_mid-img .slick-slider,
  .footer_small-img .slick-slider {
    height: 212px;
  }
}
@media (max-width: 1024px) {
  .footer .banner_foot {
    padding: 2em 0 0 0;
  }
  .footer .banner_foot .footer_large-img img {
    height: 90%;
  }
  .footer .banner_foot .footer_mid-img img {
    height: 90%;
  }
  .footer .banner_foot .footer_small-img img {
    height: 90%;
  }
  .footer_large-img .slick-slider,
  .footer_mid-img .slick-slider,
  .footer_small-img .slick-slider {
    height: 200px;
  }
  .footerimg_head .badge {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  .footer .banner_foot {
    padding: 2em 0 1em 0;
  }
  .footer .banner_foot .footer_large-img img {
    height: 70%;
  }
  .footer .banner_foot .footer_mid-img img {
    height: 70%;
  }
  .footer .banner_foot .footer_small-img img {
    height: 70%;
  }
  .footer_large-img .slick-slider,
  .footer_mid-img .slick-slider,
  .footer_small-img .slick-slider {
    height: 155px;
  }
  .footerimg_head .badge {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .footer .banner_foot {
    padding: 1em 0 0 0;
  }
  .footer .banner_foot .footer_large-img {
    padding-bottom: 10px;
    width: 100%;
  }
  .footer .banner_foot .footer_large-img img {
    height: 70%;
  }
  .footer .banner_foot .footer_mid-img {
    padding-bottom: 14px;
    width: 64%;
  }
  .footer .banner_foot .footer_mid-img img {
    height: 70%;
  }
  .footer .banner_foot .footer_small-img {
    padding-bottom: 14px;
    width: 36%;
  }
  .footer .banner_foot .footer_small-img img {
    height: 70%;
  }
  .footer_large-img .slick-slider,
  .footer_mid-img .slick-slider,
  .footer_small-img .slick-slider {
    height: 150px;
  }
  .footerimg_head .badge {
    font-size: 12px;
    margin: 0 0 10px 8px;
  }
}
.register__section {
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px) {
  .register__section {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .register__section {
    padding: 1rem 0;
  }
}
.register-content label {
  text-align: left;
  width: 100%;
}
.register-content input {
  border: 1px solid #427BE2;
  background: 0 0;
}
.register-content input:focus {
  outline: 0;
  border: 1px solid #427BE2;
}
.register-content select {
  border: 1px solid #427BE2;
  background: 0 0;
  height: 100%;
  position: relative;
}
.register-content select:after {
  position: absolute;
  content: "123";
  top: 10px;
  right: 20px;
  width: 0;
  height: 0;
  transform: rotate(-45deg);
  border: solid #000;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 4px;
}
.register-content select:focus {
  outline: 0;
  border: 1px solid #427BE2;
}
.register-content input[type="checkbox"] + label {
  display: block;
  margin: 2.75rem 0 0 0;
  cursor: pointer;
  padding-left: 0;
}
.register-content input[type="checkbox"] {
  display: none;
}
.register-content input[type="checkbox"] + label:before {
  content: "\2714";
  border: 1px solid #427BE2;
  border-radius: 0.2em;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 1em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}
.register-content input[type="checkbox"] + label:active:before {
  transform: scale(0.5);
}
.register-content input[type="checkbox"]:checked + label:before {
  background-color: #427BE2;
  border-color: #427BE2;
  color: #fff;
}
.register-content input[type="checkbox"]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}
.register-content input[type="checkbox"]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.register-content .box-anchor {
  font-size: 16px;
  margin: 0.5rem 0 0 0;
}
select.form-control:not([size]):not([multiple]) {
  height: 100% !important;
}
@media (max-width: 480px) {
  .register__section p {
    font-size: 16px;
  }
  .register__section h1 {
    font-size: 150px;
  }
  .register-content input[type="checkbox"] + label {
    margin: 0.25rem 0 0 0;
    padding-left: 0.4em;
  }
}
.form__section {
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
  background: #F7F7F7;
}
@media (max-width: 1400px) {
  .form__section {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .form__section {
    padding: 1rem 0;
  }
}
.form__header {
  text-align: center;
  margin-bottom: 3rem;
}
.form__header h1 {
  text-transform: inherit;
  margin-bottom: 0;
}
.form__header p {
  font-size: 24px;
  color: #666;
  max-width: 550px;
  letter-spacing: -0.5px;
  display: block;
  margin: 0 auto;
}
.form-content {
  text-align: center;
}
.form-content .form-group {
  margin-bottom: 1.5rem;
}
.form-content input {
  border: 1px solid #427BE2;
  background: #fff;
  padding: 1.5rem;
}
.form-content textarea {
  border: 1px solid #427BE2;
  background: #fff;
  height: 200px;
  resize: none;
  padding: 1.5rem;
}
.form-content input:focus,
.form-content textarea:focus {
  outline: 0;
  border: 1px solid #427BE2;
}
.form-content input::placeholder,
.form-content textarea::placeholder {
  color: #b7b7b7;
  font-size: 20px;
}
.form-content .box-anchor {
  font-size: 18px;
  margin: 0.5rem 0 0 0;
  padding: 1.5rem 4.5rem;
  height: auto;
}
.form-content div.wpcf7 .ajax-loader {
  position: static !important;
  margin-top: 10px !important;
  right: -35px !important;
  display: block;
}
.c-map__section {
  height: 780px;
}
.c-map__section iframe {
  width: 100%;
  height: 100%;
}
.contact__links {
  padding: 5rem 0;
  text-align: center;
}
@media (max-width: 1400px) {
  .contact__links {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .contact__links {
    padding: 1rem 0;
  }
}
.contact__links h2 {
  text-transform: inherit;
  margin-bottom: 1.5rem;
}
.contact__links p {
  font-size: 20px;
  color: #666;
  line-height: initial;
  max-width: 70%;
  margin: 0 auto;
}
.contact__item {
  height: 150px;
  flex-flow: column;
  justify-content: center;
  display: flex;
  margin-bottom: 1rem;
}
.add__border {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #427BE2;
}
.add__border:last-child {
  border: 0;
}
@media (max-width: 1700px) {
  .contact__links p {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .contact__links p {
    font-size: 16px;
  }
  .form-content .form-group {
    margin-bottom: 1.5rem;
  }
  .form-content input,
  .form-content textarea {
    padding: 1rem;
  }
  .form-content input:focus,
  .form-content textarea:focus {
    outline: 0;
    border: 1px solid #427BE2;
  }
  .form-content input::placeholder,
  .form-content textarea::placeholder {
    color: #b7b7b7;
    font-size: 16px;
  }
  .c-map__section {
    height: 500px;
  }
}
@media (max-width: 1100px) {
  .form-content .box-anchor {
    font-size: 16px;
    padding: 0.75rem 2rem;
  }
}
@media (max-width: 992px) {
  .contact__links p {
    max-width: 100%;
  }
  .form__header p {
    font-size: 20px;
  }
  .form-content .box-anchor {
    font-size: 14px;
    padding: 1rem 3rem;
  }
  .c-map__section {
    height: 300px;
  }
  .contact__item {
    height: 100px;
  }
  .contact__box img {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .contact__links p {
    max-width: 80%;
    margin-bottom: 1.5rem;
  }
  .form__header p {
    font-size: 18px;
  }
  .form__header {
    margin-bottom: 1rem;
  }
  .form-content input,
  .form-content textarea {
    padding: 0.75rem 1rem;
  }
  .form-content .form-group {
    margin-bottom: 0.5rem;
  }
  .add__border {
    border-width: 0;
  }
  .register-content input[type="checkbox"] + label:before {
    padding-left: 0.4em;
    height: auto;
  }
}
/* Packages layout: 2 per row, smaller cards, less empty bottom space */
.package__slider {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.package__slider .package__box {
  width: calc(50% - 12px) !important;
  flex: 0 0 calc(50% - 12px) !important;
  max-width: 440px;
  margin: 0 !important;
  padding: 5rem 0 0 0 !important;
  box-shadow: 0 0 12px #d6d5d5;
}

.package__slider .package__box.slick-slide {
  margin: 0 !important;
}

/* Remove the forced empty height inside the card */
.package__slider .box__steps {
  height: auto !important;
  min-height: 0 !important;
  max-height: 420px;
  overflow-y: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove always-visible scrollbar unless needed */
.package__slider .custom_scrollbar {
  overflow-y: auto !important;
}

/* Make the text rows smaller */
.package__slider .steps {
  padding: 0.7rem 2rem 0.7rem 2.4rem;
  font-size: 14px;
  line-height: 1.35;
}

.package__slider .steps:after {
  left: 18px;
  top: 18px;
  width: 7px;
  height: 7px;
}

/* Make header slightly smaller */
.package__slider .box__head {
  padding: 0.85rem 1.25rem;
}

.package__slider .box__head h3 {
  font-size: 22px;
}

.package__slider .box__head .pkg_price {
  font-size: 17px;
}

@media (max-width: 767px) {
  .package__slider {
    max-width: 100%;
    gap: 20px;
  }

  .package__slider .package__box {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
  }
}

.news-top-subtitle {
  color: #427BE2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
}

.news-bottom-subtitle {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 14px;
}

.prdetail__heading .news-top-subtitle {
  font-size: 18px;
  margin-bottom: 12px;
}

.prdetail__heading .news-bottom-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 14px;
}

.prdetail__heading .news-date {
  color: #427BE2;
  font-weight: 700;
}
.forum_listcontent h3 a,
.forum_listcontent h3 a:focus,
.forum_listcontent h3 a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.forum_listcontent .news-date,
.forum_listcontent .news-top-subtitle,
.forum_listcontent .news-bottom-subtitle,
.forum_listcontent .forum-txt {
  color: #fff !important;
}

.forum_listcontent .news-top-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.forum_listcontent h3 {
  font-size: 24px !important;
  line-height: 1.25 !important;
  margin-bottom: 10px;
}

.forum_listcontent .news-bottom-subtitle {
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.forum_listcontent .forum-txt {
  font-size: 14px;
  line-height: 1.5;
}

/* One-section News grid */
.section__news-grid {
  padding: 70px 0;
}

.section__news-grid .section__header {
  margin-bottom: 40px;
}

.section__news-grid .news-grid-row {
  row-gap: 40px;
}

.section__news-grid .forumnews_list {
  background: #fff;
  height: 100%;
}

.section__news-grid .newslist_img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #F7F7F7;
}

.section__news-grid .newslist_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__news-grid .forum_listcontent {
  padding: 22px 0 0;
  background: #fff !important;
}

.section__news-grid .forum_listcontent .news-date,
.section__news-grid .forum_listcontent p {
  color: #666 !important;
  text-shadow: none !important;
}

.section__news-grid .forum_listcontent h3 {
  font-size: 24px !important;
  line-height: 1.25 !important;
  margin: 10px 0 12px;
}

.section__news-grid .forum_listcontent h3 a {
  color: #427BE2 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

.section__news-grid .forum_listcontent h3 a:hover {
  color: #1E2D72 !important;
}

.section__news-grid .news-top-subtitle {
  color: #777 !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.section__news-grid .news-bottom-subtitle,
.section__news-grid .forum-txt {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.5;
}

.news-pagination {
  margin-top: 50px;
  text-align: center;
}

.news-pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  border: 1px solid #427BE2;
  color: #427BE2;
  text-decoration: none;
}

.news-pagination .page-numbers.current,
.news-pagination .page-numbers:hover {
  background: #427BE2;
  color: #fff;
}

@media (max-width: 767px) {
  .section__news-grid .newslist_img {
    height: 220px;
  }

  .section__news-grid .forum_listcontent h3 {
    font-size: 20px !important;
  }
}
/* Sponsorship green contact box improvement */
.sponsors_txt {
  width: 58%;
  padding: 2rem 2.2rem;
  text-align: left;
}

.sponsors_txt p {
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

.sponsors_txt .big-para {
  font-size: 20px;
  line-height: 1.4;
}

.sponsors_txt .big-para span {
  margin-top: 0.8rem;
}

.sponsors_txt .big-para a {
  font-size: 15px;
  line-height: 1.25;
  word-break: normal;
  overflow-wrap: anywhere;
  display: block;
}

@media (max-width: 992px) {
  .sponsors_txt {
    width: 72%;
    padding: 1.5rem;
  }

  .sponsors_txt .big-para {
    font-size: 18px;
  }

  .sponsors_txt .big-para a {
    font-size: 14px;
  }
}
/* Speaker images: fill the box without stretching */
.speaker__image {
  position: relative;
  background: #f7f7f7;
}

.speaker__image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  display: block;
}
/* SIF contact links responsive fix - 2026-07-15 */
.contact__links .row > [class*="col-"] {
    min-width: 0;
}

.contact__links p {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.contact__links p a {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .contact__links .col-md-4 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .contact__links .add__border {
        border-right: 0;
        border-bottom: 1px solid #427BE2;
    }

    .contact__links .add__border:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 480px) {
    .contact__links p {
        max-width: 100%;
    }

    .contact__links p,
    .contact__links p a {
        font-size: 15px;
    }
}

/* SIF contact section spacing and typography adjustment - 2026-07-15 */

/* More space between the three columns */
.contact__links .row > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

/* Slightly smaller heading */
.contact__links h2 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}

/* Slightly smaller text and email addresses */
.contact__links p,
.contact__links p a {
    font-size: 15px;
    line-height: 1.55;
}

/* Keep long email addresses inside their columns */
.contact__links p a {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Tablet and stacked layout */
@media (max-width: 991px) {
    .contact__links .row > [class*="col-"] {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact__links h2 {
        font-size: 20px;
    }

    .contact__links p,
    .contact__links p a {
        font-size: 14px;
    }
}

/* Small mobile screens */
@media (max-width: 480px) {
    .contact__links .row > [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .contact__links h2 {
        font-size: 19px;
        margin-bottom: 1rem;
    }

    .contact__links p,
    .contact__links p a {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Force contact email addresses to wrap inside columns */
.contact__links .row > [class*="col-"],
.contact__links p {
    min-width: 0;
}

.contact__links p a[href^="mailto:"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    line-height: 1.5;
}


/* Final sponsorship mosaic layout - 2026-07-15 */

/*
Desktop:
| Left text       | Green text |
| Long image      | Green text |
| Bottom image 1  | Bottom image 2 |
*/

.section__sponsorship .sponsorship_first {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-items: stretch;
    width: 100%;
    background: #fff;
}

/* Upper-left text */
.section__sponsorship .sponsorship__chances {
    grid-column: 1;
    grid-row: 1;
    width: 100% !important;
    padding: 4rem 5rem !important;
}

.section__sponsorship .chances-txt {
    padding-bottom: 0 !important;
}

/* Right green section spans the upper text and long-image rows */
.section__sponsorship .sponsorship__forum {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 100% !important;
    height: 100% !important;
    min-height: 100%;
    padding-bottom: 0 !important;
}

/* Place the image children directly into the parent grid */
.section__sponsorship .sponsorship_second {
    display: contents !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    opacity: 1 !important;
}

/* Long portrait image on the left */
.section__sponsorship .sponsorship_second .sponsor_img:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

/* First bottom image */
.section__sponsorship .sponsorship_second .sponsor_img:nth-child(1) {
    grid-column: 1;
    grid-row: 3;
}

/* Second bottom image */
.section__sponsorship .sponsorship_second .sponsor_img:nth-child(2) {
    grid-column: 2;
    grid-row: 3;
}

/* Reset all old widths and fixed heights */
.section__sponsorship .sponsorship_second .sponsor_img,
.section__sponsorship .sponsorship_second .sponsor_img:nth-child(n) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
}

/* Preserve the natural image proportions */
.section__sponsorship .sponsorship_second .sponsor_img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* Responsive stacked layout */
@media (max-width: 991px) {
    .section__sponsorship .sponsorship_first {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .section__sponsorship .sponsorship__forum {
        grid-column: 1;
        grid-row: 1;
        min-height: auto;
    }

    .section__sponsorship .sponsorship__chances {
        grid-column: 1;
        grid-row: 2;
        padding: 2rem !important;
    }

    .section__sponsorship .sponsorship_second .sponsor_img:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
    }

    .section__sponsorship .sponsorship_second .sponsor_img:nth-child(1) {
        grid-column: 1;
        grid-row: 4;
    }

    .section__sponsorship .sponsorship_second .sponsor_img:nth-child(2) {
        grid-column: 1;
        grid-row: 5;
    }
}

/* Sponsorship opportunities text layout correction - 2026-07-16 */
.section__sponsorship .chances-txt {
    display: block !important;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 0 !important;
    text-align: left;
}

.section__sponsorship .chances-txt h3,
.section__sponsorship .chances-txt p {
    display: block;
    width: 100% !important;
    max-width: none;
}

.section__sponsorship .chances-txt h3 {
    font-size: clamp(20px, 1.5vw, 29px);
    line-height: 1.3;
    margin: 0 0 2.5rem;
}

.section__sponsorship .chances-txt p {
    font-size: clamp(17px, 1.1vw, 21px);
    line-height: 1.5;
    margin: 0 0 2rem;
}

.section__sponsorship .chances-txt .sponsor_fix {
    font-size: inherit;
    line-height: inherit;
}

.section__sponsorship .chances-txt p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section__sponsorship .chances-txt {
        max-width: 100%;
        margin: 0;
    }

    .section__sponsorship .chances-txt h3 {
        margin-bottom: 2rem;
    }

    .section__sponsorship .chances-txt p {
        margin-bottom: 1.5rem;
    }
}

/* SIF homepage registration button styling - 2026-07-16 */
.section__hero .hero__caption .hero__anchor.sif-register-anchor {
    background-color: #427BE2 !important;
    border-color: #427BE2 !important;
    color: #ffffff !important;
    font-weight: 700;
    text-align: center;
}

.section__hero .hero__caption .hero__anchor.sif-register-anchor:hover,
.section__hero .hero__caption .hero__anchor.sif-register-anchor:focus {
    background-color: #1E2D72 !important;
    border-color: #1E2D72 !important;
    color: #ffffff !important;
}

@media (max-width: 575px) {
    .section__hero .hero__caption .hero__anchor {
        display: block;
        width: 100%;
        max-width: 280px;
        margin: 0.5rem 0 0;
    }
}

/* Wider contact columns and single-line emails - 2026-07-20 */
@media (min-width: 1200px) {
    .contact__links .container {
        width: 100%;
        max-width: 1600px;
        padding-left: 3%;
        padding-right: 3%;
    }

    .contact__links .row > .col-md-4:nth-child(1),
    .contact__links .row > .col-md-4:nth-child(3) {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .contact__links .row > .col-md-4:nth-child(2) {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .contact__links .row > [class*="col-"] {
        padding-left: 18px;
        padding-right: 18px;
    }

    .contact__links p {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .contact__links p a[href^="mailto:"] {
        display: inline-block !important;
        width: auto !important;
        max-width: none !important;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        font-size: 14px;
    }
}

/* Final contact email responsive layout - 2026-07-20 */

/* Desktop: keep three columns */
@media (min-width: 1200px) {
    .contact__links p a[href^="mailto:"] {
        display: inline-block !important;
        width: auto !important;
        max-width: 100% !important;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        font-size: 14px;
    }
}

/* Tablet and smaller: give every block the full width */
@media (max-width: 1199px) {
    .contact__links .row > .col-md-4 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 30px 20px;
    }

    .contact__links .add__border {
        border-right: 0 !important;
        border-bottom: 1px solid #427BE2;
    }

    .contact__links .add__border:last-child {
        border-bottom: 0;
    }

    .contact__links p {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .contact__links p a[href^="mailto:"] {
        display: inline-block !important;
        width: auto !important;
        max-width: 100% !important;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        font-size: clamp(12px, 2.4vw, 16px);
        letter-spacing: -0.15px;
    }
}

/* Very small phones */
@media (max-width: 420px) {
    .contact__links .row > .col-md-4 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .contact__links p a[href^="mailto:"] {
        font-size: clamp(10.5px, 3.25vw, 13px);
        letter-spacing: -0.3px;
    }
}

/* SIF BRAND PALETTE 2026 */
:root{--sif-navy:#1E2D72;--sif-blue:#427BE2;--sif-teal:#2A9696;--sif-cyan:#9AE3EF;--sif-orange:#FF9852;--sif-surface:#F7F7F7}
::selection{background:#9AE3EF;color:#1E2D72}
.sif-register-anchor{background:#FF9852!important;border-color:#FF9852!important;color:#1E2D72!important}
.sif-register-anchor *{color:#1E2D72!important}
.sif-register-anchor:hover,.sif-register-anchor:focus{background:#1E2D72!important;border-color:#1E2D72!important;color:#fff!important;outline:3px solid #9AE3EF;outline-offset:2px}
.sif-register-anchor:hover *,.sif-register-anchor:focus *{color:#fff!important}

/* SIF: temporarily hide footer social cards */
.footer .sif-social-clean,
footer .sif-social-clean {
  display: none !important;
}

/* SIF: force-hide social section */
.sif-social-clean {
  display: none !important;
}

/* SIF 2026 brand gradient skin - fdi-brand-2026 only */
:root {
  --sif-navy: #1e2d72;
  --sif-blue: #427be2;
  --sif-cyan: #9ae3ef;
  --sif-teal: #2a9696;
  --sif-orange: #ff9852;
  --sif-white: #f7f7f7;
}

html {
  background: var(--sif-navy);
}

body {
  color: var(--sif-white);
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 152, 82, 0.16) 0, rgba(255, 152, 82, 0) 22%),
    radial-gradient(circle at 18% 82%, rgba(154, 227, 239, 0.17) 0, rgba(154, 227, 239, 0) 28%),
    linear-gradient(135deg, #1e2d72 0%, #263e94 38%, #427be2 72%, #2a9696 100%);
  background-attachment: fixed;
}

body main,
body .site-main,
body .footer,
body footer,
body .section:not(.section__hero) {
  background-color: transparent !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .section__title,
body .widget-title {
  color: var(--sif-white) !important;
}

body p,
body li,
body td,
body th,
body label,
body .section__content {
  color: rgba(247, 247, 247, 0.92);
}

body a {
  color: var(--sif-cyan);
}

body a:hover,
body a:focus {
  color: var(--sif-white);
}

body .page__header,
body .page__header.afix,
body .page__header.fix {
  background: rgba(30, 45, 114, 0.80);
  border-bottom-color: rgba(154, 227, 239, 0.35);
  backdrop-filter: blur(12px);
}

body .page__header a,
body .page__header.afix a,
body .page__header.fix a {
  color: var(--sif-white);
}

body .menu__primary {
  background: rgba(30, 45, 114, 0.58);
}

body .menu__primary .menu__item.current-menu-item a,
body .menu__primary .menu__item.active a {
  color: var(--sif-cyan) !important;
}

body .menu__button,
body .hero__anchor,
body .box-anchor,
body button,
body input[type="submit"],
body input[type="button"],
body .sif-card-link {
  color: var(--sif-navy) !important;
  background: linear-gradient(135deg, var(--sif-cyan) 0%, var(--sif-teal) 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

body .menu__button:hover,
body .hero__anchor:hover,
body .box-anchor:hover,
body button:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover,
body .sif-card-link:hover {
  color: var(--sif-white) !important;
  background: linear-gradient(135deg, var(--sif-teal) 0%, var(--sif-blue) 100%) !important;
}

body input[type="text"],
body input[type="email"],
body input[type="tel"],
body input[type="number"],
body textarea,
body select {
  color: var(--sif-white);
  background: rgba(30, 45, 114, 0.58);
  border-color: rgba(154, 227, 239, 0.54);
}

body input::placeholder,
body textarea::placeholder {
  color: rgba(247, 247, 247, 0.68);
}

body .section__title::after,
body .widget-title::after {
  background: linear-gradient(90deg, var(--sif-orange), rgba(255, 152, 82, 0));
}

body footer,
body .footer {
  border-top: 1px solid rgba(154, 227, 239, 0.28);
}

::selection {
  color: var(--sif-navy);
  background: var(--sif-cyan);
}

/* SIF 2026 visual-system patch v2 — fdi-brand-2026 only */
:root {
  --sif-deep-navy: #14245f;
  --sif-navy: #1e2d72;
  --sif-blue: #427be2;
  --sif-teal: #2a9696;
  --sif-cyan: #9ae3ef;
  --sif-muted-orange: #d97a4b;
  --sif-soft-orange: #f0a36a;
  --sif-section-gradient:
    radial-gradient(circle at 88% 14%, rgba(154, 227, 239, 0.16) 0, rgba(154, 227, 239, 0) 27%),
    radial-gradient(circle at 12% 94%, rgba(66, 123, 226, 0.20) 0, rgba(66, 123, 226, 0) 34%),
    linear-gradient(135deg, #14245f 0%, #1e2d72 40%, #2d5dbd 72%, #2a9696 100%);
}

/* Every non-hero content area uses the new blue gradient, never grey/white. */
body .section:not(.section__hero),
body .page__section,
body .top__supporters,
body .category.media__logos,
body .more__supporters,
body .exhibitors__section,
body .section__sponsorship,
body .section__packages,
body .section__whyexhibit {
  background: var(--sif-section-gradient) !important;
  color: #f7f7f7 !important;
}

/* Remove old decorative background graphics / logo watermarks. */
body .section:not(.section__hero),
body .top__supporters,
body .category.media__logos,
body .section__sponsorship {
  background-image: var(--sif-section-gradient) !important;
}

body .motif-leftbg,
body .motif-leftbg::before,
body .motif-leftbg::after {
  background-image: none !important;
}

/* Remove the CSS logo overlay from speaker photographs. */
body .speaker__image::before,
body .speaker__image::after,
body .focus__speaker__image::before,
body .focus__speaker__image::after,
body .intro__speaker__image::before,
body .intro__speaker__image::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* Blue translucent surfaces for cards and formerly white/grey blocks. */
body .supporter__box,
body .exhibitor__item,
body .section__venue .venue__main,
body .section__programme .section__header,
body .section__sponsorship .sponsorship__chances,
body .section__sponsorship .sponsorship__forum,
body .section__sponsorship .sponsorship_second,
body .section__packages .section__header {
  background: rgba(20, 36, 95, 0.58) !important;
  border-color: rgba(154, 227, 239, 0.38) !important;
  box-shadow: 0 16px 36px rgba(8, 18, 60, 0.22) !important;
}

/* Why Sponsor: replace its old treatment with the active brand gradient. */
body .section__sponsorship,
body .section__sponsorship .sponsorship_first,
body .section__sponsorship .sponsorship__chances,
body .section__sponsorship .sponsorship__forum {
  background: var(--sif-section-gradient) !important;
}

/* White readable text. */
body .section:not(.section__hero) h1,
body .section:not(.section__hero) h2,
body .section:not(.section__hero) h3,
body .section:not(.section__hero) h4,
body .section:not(.section__hero) p,
body .section:not(.section__hero) li,
body .section:not(.section__hero) .heading {
  color: #f7f7f7 !important;
}

/* Existing blue subheadings become a blue/cyan text gradient. */
body .section:not(.section__hero) .heading span,
body .section:not(.section__hero) .section__title span,
body .section:not(.section__hero) [class*="blue"] {
  color: transparent !important;
  background: linear-gradient(90deg, #9ae3ef 0%, #427be2 48%, #2a9696 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Why Attend numbers: muted orange gradient, not bright orange. */
body .section__whyattend [class*="number"],
body .section__whyattend [class*="count"],
body .section__attend [class*="number"],
body .section__attend [class*="count"],
body [id*="attend"] [class*="number"],
body [id*="attend"] [class*="count"],
body .country__count {
  color: transparent !important;
  background: linear-gradient(135deg, #d97a4b 0%, #f0a36a 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Replace grey/white dividers and thin lines with blue/cyan. */
body .section:not(.section__hero) hr,
body .section:not(.section__hero) [class*="border"],
body .section:not(.section__hero) .add__border,
body .section:not(.section__hero) .supporter__box,
body .section:not(.section__hero) .exhibitor__item {
  border-color: rgba(154, 227, 239, 0.48) !important;
}

body .section:not(.section__hero) .sec-top-border::after,
body .section:not(.section__hero) .section__header::after {
  background: linear-gradient(90deg, #9ae3ef 0%, #427be2 55%, #2a9696 100%) !important;
}

/* Mobile menu: drawer now sits above the header and works on short screens. */
@media (max-width: 992px) {
  body.sticky-body {
    overflow: hidden;
  }

  .page__header .header__menu {
    width: min(88vw, 380px);
    max-width: 100vw;
    height: 100dvh;
    left: -110%;
    z-index: 10001;
    background: linear-gradient(180deg, #14245f 0%, #1e2d72 58%, #2a9696 100%);
    box-shadow: 18px 0 42px rgba(8, 18, 60, 0.42);
  }

  .page__header .header__menu.menu-open {
    left: 0 !important;
  }

  .page__header .header__menu.menu-open + .js-menu-open {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .page__header .close-menu {
    z-index: 10002;
    opacity: 1;
  }

  .page__header a.js-menu-open {
    z-index: 10002;
  }
}

@media (max-width: 680px) {
  .page__header .header__menu {
    width: 100vw;
  }
}

/* SIF 2026 focused visual refinement v4 — fdi-brand-2026 only */
:root {
  --sif-deep-blue: #14245f;
  --sif-navy: #1e2d72;
  --sif-blue: #427be2;
  --sif-cyan: #9ae3ef;
  --sif-teal: #2a9696;
  --sif-orange-muted: #d97a4b;
  --sif-orange-soft: #f0a36a;
  --sif-cyan-button: linear-gradient(135deg, #54c6d1 0%, #2a9696 52%, #427be2 100%);
  --sif-orange-gradient: linear-gradient(135deg, #d97a4b 0%, #f0a36a 100%);
}

/* Remove confirmed decorative watermarks only. Real uploaded images remain visible. */
body .section__about .about__content {
  background-image: none !important;
}

body .section__speakers .speaker__image::before,
body .section__speakers.page__section .speaker__image::before,
body .focus__speaker__image::before,
body .intro__speaker__image::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* Every public-facing button keeps white text. */
body .menu__button,
body .hero__anchor,
body .box-anchor,
body button,
body input[type="submit"],
body input[type="button"] {
  color: #fff !important;
  background: var(--sif-cyan-button) !important;
  border-color: rgba(154, 227, 239, 0.70) !important;
}

body .menu__button *,
body .hero__anchor *,
body .box-anchor * {
  color: #fff !important;
}

body .menu__button:hover,
body .menu__button:focus,
body .hero__anchor:hover,
body .hero__anchor:focus,
body .box-anchor:hover,
body .box-anchor:focus,
body button:hover,
body button:focus,
body input[type="submit"]:hover,
body input[type="submit"]:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #2a9696 0%, #427be2 100%) !important;
  box-shadow: 0 10px 24px rgba(154, 227, 239, 0.24);
}

/* Why Attend: centred icons, muted-orange gradient numbers, aligned line. */
body .section__about .feature__list {
  justify-content: space-evenly;
  align-items: flex-start;
}

body .section__about .feature__item {
  flex: 1 1 140px;
  width: auto;
  max-width: 210px;
  margin: 0 0.5rem;
  padding: 2rem 0;
  text-align: center;
}

body .section__about .feature__img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 78px;
  padding-bottom: 16px;
}

body .section__about .feature__img img {
  display: block;
  max-height: 65px;
  width: auto;
  margin: 0 auto;
}

body .section__about .feature__img::before {
  left: 50%;
  width: 82%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent 0%, #54c6d1 20%, #9ae3ef 50%, #54c6d1 80%, transparent 100%);
}

body .section__about .feature__item p {
  text-align: center;
  letter-spacing: 0;
}

body .section__about .feature__item .feature__number,
body .section__about .feature__item .counter-value {
  color: transparent !important;
  background: var(--sif-orange-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body .section__about .feature__item .i-txt {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.94) !important;
}

@media (max-width: 767px) {
  body .section__about .feature__item {
    flex: 0 1 42%;
    max-width: none;
    margin: 0 4%;
  }
}

/* Media Center: preserve its original background photo; style only its content panel. */
body .section__mediasection .mediasection__wrapper {
  background: linear-gradient(135deg, rgba(20, 36, 95, 0.96) 0%, rgba(30, 45, 114, 0.94) 48%, rgba(42, 150, 150, 0.88) 100%) !important;
  box-shadow: 0 18px 38px rgba(8, 17, 52, 0.30);
}

body .section__mediasection .media-left {
  background: linear-gradient(180deg, rgba(20, 36, 95, 0.66) 0%, rgba(30, 45, 114, 0.20) 100%);
}

body .section__mediasection .media-right {
  background: linear-gradient(135deg, rgba(30, 45, 114, 0.22) 0%, rgba(66, 123, 226, 0.14) 100%);
}

body .section__mediasection .tag {
  color: #fff !important;
  background: var(--sif-orange-gradient) !important;
}

body .section__mediasection .section__header h2,
body .section__mediasection .media-right h3,
body .section__mediasection .news__list h4,
body .section__mediasection .news__list p,
body .section__mediasection .news__list time {
  color: #fff !important;
}

body .section__mediasection .section__header h2 span {
  color: transparent !important;
  background: linear-gradient(90deg, #9ae3ef 0%, #54c6d1 55%, #2a9696 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Media carousel: visible, usable dot controls. */
body .section__mediasection .slick-dots {
  position: static;
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  margin: 1.5rem 0 0;
  padding: 0;
}

body .section__mediasection .slick-dots li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}

body .section__mediasection .slick-dots li::before {
  content: none;
}

body .section__mediasection .slick-dots li button {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  padding: 0;
  border: 1px solid rgba(154, 227, 239, 0.95);
  border-radius: 50%;
  background: rgba(154, 227, 239, 0.36) !important;
  font-size: 0;
  box-shadow: none;
  transition: transform 0.2s, background 0.2s;
}

body .section__mediasection .slick-dots li button:hover,
body .section__mediasection .slick-dots li button:focus,
body .section__mediasection .slick-dots li.slick-active button {
  background: #9ae3ef !important;
  transform: scale(1.3);
  box-shadow: 0 0 0 4px rgba(154, 227, 239, 0.18);
}
