.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
@media screen and (min-width: 768px) {
  .page-contact .contact-form {
    margin-top: 25px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-contact .contact-upper .row .address.col-md-12.col-lg-6:first-child {
    padding-right: 9px !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1025) {
  body .page-news .all-news {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1280) {
  body .page-testimonials .testimonials .link figure figcaption {
    height: unset;
    padding: 10px;
    font-size: 14px;
  }
  body .page-testimonials .testimonials .link figure figcaption span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body .collapse-area .collapse .collapse-header h3 {
    font-size: 13px;
    line-height: inherit;
    padding: 10px 28px 10px 0px;
  }
  body .collapse-area .collapse .collapse-header h3 .collapse-icn {
    top: 35%;
  }
  body
    .page-sub-page.page-why-turkey
    section
    .topreasons
    .page-detail-boxs
    .row,
  body
    .page-sub-page.page-why-turkey
    section
    .topreasons
    .page-detail-boxs
    .row
    > div,
  body .page-sub-page.page-why-turkey section .topreasons .row,
  body .page-sub-page.page-why-turkey section .topreasons .row > div {
    padding: 0;
  }
  body
    .page-sub-page.page-why-turkey
    section
    .topreasons
    .page-detail-boxs
    .row
    > div
    .box
    .content {
    padding: 25px 15px;
  }
  body
    .page-sub-page.page-why-turkey
    section
    .topreasons
    .page-detail-boxs
    .row
    > div
    .box {
    min-height: unset;
  }
  body .page-sub-page .page-detail-info .detail-title {
    margin-top: 20px;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
  }
  body .page-sub-page .page-info-sub-title {
    padding-top: 20px;
  }
  body section.invest-investing-home.newsListing {
    padding: 10px 5px;
  }
  body .page-news .invest-boxs.news-box.mini {
    height: unset;
  }
  body .page-news .all-news {
    padding-top: 30px;
  }
  body .contact-form-group input:not(:placeholder-shown) ~ .floating-label,
  body .subscribe .invest-form-group {
    left: 0;
    padding-right: 0;
  }
  body span.floating-label {
    top: 21px;
    left: 30px;
  }
  body .publication-detail .link p {
    margin: 0;
  }
  body .contact-upper {
    padding-top: 20px;
  }
  body .page-events .invest-boxs.events-box.mini {
    height: inherit;
  }
  body .page-events .invest-boxs.events-box.mini figcaption {
    padding-bottom: 0px !important;
  }
  body .page-sub-page .page-info {
    margin-bottom: -15px;
  }
  body
    .page-sub-page.page-investment-guide
    .invest-investing-home
    > .container
    > .row {
    padding: 0 5px;
  }
  body .invest-news-home .item,
  body .invest-events-home .item {
    max-height: inherit;
  }
  body .col-md-3.invest-investing-home.publication-detail {
    padding-left: 12px !important;
  }
  body .page-sub-page.page-why-turkey section .row {
    padding: 0 5px;
  }
  body .page-sub-page .page-detail-charts .box {
    padding: 10px 5px;
  }
  body .filter-form > .container > .row {
    padding: 0 0px;
  }
}
.contact-upper {
  padding: 0;
}
.event-invest-button-wrap {
  padding-top: 15px;
  margin-left: -15px;
}
.event-invest-button-wrap a {
  color: white !important;
  height: inherit !important;
  line-height: inherit !important;
  padding: 12px 0;
}
body .event-invest-button-wrap .invest-button.full {
  color: white !important;
}
.smartmap-section.distance
  .distance-select-wrapper
  .w1:not(.custom-f2-select-wrapper) {
  display: inline-block;
  vertical-align: top;
} /*!  
*  Invest WebSite 
*  @author Nuevo SoftwareHouse (info@nuevo.com.tr) 
*  @version 0.1.0 
*  @build Fri May 10 2019 09:51:05 GMT+0300 (GMT+03:00) 
*/
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
icon {
  display: inline-block;
  vertical-align: middle;
}
body {
  margin: 0;
  font-family: "Roboto", "Segoe UI", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #929292;
  background-color: #fdfdfd;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
* {
  outline: none;
}
a {
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.open-modal.fixed {
  position: fixed !important;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
::placeholder {
  color: #696969;
}
body.fixed {
  position: fixed;
  overflow: hidden;
}
.hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .hidden-desktop {
    display: none;
  }
} /*!
* Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1650px) {
  .container {
    max-width: 1650px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-2-5,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-2-5,
.col-md-3,
.col-md-4,
.col-md-5,
.col-12 col-md-12 col-lg-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-2-5,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-2-5,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-2-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-2-5 {
    -ms-flex: 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-12 col-md-12 col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .row {
    display: block;
  }
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: url("../index/open-sans.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url("../index/open-sans.eot?#iefix") format("embedded-opentype"),
    url("../index/open-sans.woff2") format("woff2"),
    url("../index/open-sans.woff") format("woff"),
    url("../index/open-sans.ttf") format("truetype"),
    url("../index/open-sans.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "invest";
  src: url("../index/invest.eot?xf2fx8");
  src: url("../index/invest.eot?xf2fx8#iefix") format("embedded-opentype"),
    url("../index/invest.ttf?xf2fx8") format("truetype"),
    url("../index/invest.woff?xf2fx8") format("woff"),
    url("../index/invest.svg?xf2fx8#invest") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "invest" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Group-536:before {
  content: "\EA01";
}
.icon-Group-540:before {
  content: "\EA02";
}
.icon-Group-545:before {
  content: "\EA03";
}
.icon-Group-633:before {
  content: "\EA04";
}
.icon-Head-of-State:before {
  content: "\EA05";
}
.icon-adv-manu:before {
  content: "\EA06";
}
.icon-air-port:before {
  content: "\EA07";
}
.icon-arge:before {
  content: "\EA08";
}
.icon-arrow-down:before {
  content: "\EA09";
}
.icon-arrow-left:before {
  content: "\EA0A";
}
.icon-arrow-right:before {
  content: "\EA0B";
}
.icon-arrow-thin-down:before {
  content: "\EA0C";
}
.icon-arrow-thin-left:before {
  content: "\EA0D";
}
.icon-arrow-thin-right:before {
  content: "\EA0E";
}
.icon-arrow-thin-up:before {
  content: "\EA0F";
}
.icon-arrow-up:before {
  content: "\EA10";
}
.icon-automotive:before {
  content: "\EA11";
}
.icon-calendar:before {
  content: "\EA12";
}
.icon-chemicals:before {
  content: "\EA13";
}
.icon-clock:before {
  content: "\EA14";
}
.icon-close:before {
  content: "\EA15";
}
.icon-def-avi:before {
  content: "\EA16";
}
.icon-demographics:before {
  content: "\EA17";
}
.icon-domestic:before {
  content: "\EA18";
}
.icon-download:before {
  content: "\EA19";
}
.icon-energy:before {
  content: "\EA1A";
}
.icon-facebook:before {
  content: "\EA1B";
}
.icon-fb-box:before {
  content: "\EA1C";
}
.icon-filter:before {
  content: "\EA1D";
}
.icon-finance:before {
  content: "\EA1E";
}
.icon-google:before {
  content: "\EA1F";
}
.icon-highlighted:before {
  content: "\EA20";
}
.icon-hospitals:before {
  content: "\EA21";
}
.icon-ict:before {
  content: "\EA22";
}
.icon-incentives:before {
  content: "\EA23";
}
.icon-industries:before {
  content: "\EA24";
}
.icon-info:before {
  content: "\EA25";
}
.icon-infrastructure:before {
  content: "\EA26";
}
.icon-investment:before {
  content: "\EA27";
}
.icon-labor-force:before {
  content: "\EA28";
}
.icon-letter:before {
  content: "\EA29";
}
.icon-life-sciences:before {
  content: "\EA2A";
}
.icon-linkedin:before {
  content: "\EA2B";
}
.icon-location:before {
  content: "\EA2C";
}
.icon-logo:before {
  content: "\EA2D";
}
.icon-machinery:before {
  content: "\EA2E";
}
.icon-more:before {
  content: "\EA2F";
}
.icon-other:before {
  content: "\EA30";
}
.icon-parks:before {
  content: "\EA31";
}
.icon-pdf:before {
  content: "\EA32";
}
.icon-play:before {
  content: "\EA33";
}
.icon-quick-links:before {
  content: "\EA34";
}
.icon-railroads:before {
  content: "\EA35";
}
.icon-real-estate:before {
  content: "\EA36";
}
.icon-recents:before {
  content: "\EA37";
}
.icon-reforms:before {
  content: "\EA38";
}
.icon-river-port:before {
  content: "\EA39";
}
.icon-search:before {
  content: "\EA3A";
}
.icon-strategic-location:before {
  content: "\EA3B";
}
.icon-technopark:before {
  content: "\EA3C";
}
.icon-tourism:before {
  content: "\EA3D";
}
.icon-triangle-down:before {
  content: "\EA3E";
}
.icon-triangle-up:before {
  content: "\EA3F";
}
.icon-twitter:before {
  content: "\EA40";
}
.icon-url:before {
  content: "\EA41";
}
.icon-why:before {
  content: "\EA42";
}
.icon-youtube:before {
  content: "\EA43";
}
.invest-button {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  border: 1px solid #e3e3e3;
  height: 58px;
  padding: 0 50px;
  min-width: 185px;
  line-height: 58px;
  text-align: center;
  color: #1d2a4b;
  font-weight: 900;
  font-size: 17px;
  display: inline-block;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.invest-button:hover {
  background-color: #ff3823;
  color: #ffffff;
  border: 1px solid transparent;
}
.invest-button:focus {
  border: 1px solid transparent;
  background-color: #e81801;
  color: #ffffff;
}
.invest-button.full {
  background-color: #ff3823;
  color: #ffffff;
  border: 1px solid transparent;
}
.invest-button.full:focus {
  background-color: #e81801;
  color: #ffffff;
}
.invest-button.full:hover {
  background-color: #e81801;
  color: #ffffff;
}
.invest-flat-button {
  height: 75px;
  width: 75px;
  display: block;
  background-color: #ff3823;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 75px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.invest-flat-button:focus {
  background-color: #e81801;
  color: #ffffff;
}
.invest-flat-button:hover {
  background-color: #e81801;
  color: #ffffff;
}
.invest-flat-button icon {
  font-size: 26px;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 16px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #172446;
  width: 220px;
  height: 40px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #d9d9d9 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #fafafa;
}
.select-styled:active,
.select-styled.active {
  background-color: #f2f2f2;
}
.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #172446 transparent;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
  margin-top: 5px;
  border-radius: 4px;
  overflow: hidden;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #e6e6e6;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #ffffff;
  background: #172446;
}
.select-options li[rel="hide"] {
  display: none;
}
.invest-form-group {
  margin-bottom: 15px;
  padding-right: 15px;
}
.invest-form-group.inline {
  float: left;
  width: 50%;
}
.invest-form-group input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 54px;
  width: 100%;
  padding: 0 20px;
  font-size: 15px;
  color: #172446;
  border: 1px solid #e3e3e3;
}
.invest-form-group textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 54px;
  width: 100%;
  padding: 20px;
  font-size: 15px;
  border: 1px solid #e3e3e3;
  min-height: 130px;
}
.invest-form-group:after {
  content: " ";
  clear: both;
  display: block;
}
.invest-boxs {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  -webkit-box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 54px;
  padding: 45px 55px;
  background-color: #ffffff;
}
.invest-boxs .title {
  color: #1d2a4b;
  font-weight: 900;
  font-size: 2.65em;
  margin-bottom: 50px;
  display: inline-block;
}
.invest-boxs .title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
.invest-boxs .bottom {
  padding-top: 45px;
  border-top: 1px solid #e3e3e3;
}
.invest-boxs .bottom .slider-arrows {
  float: right;
}
.invest-boxs .top {
  position: absolute;
  right: 61px;
  top: 55px;
}
.invest-boxs .slider-arrows {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  border: 1px solid #e3e3e3;
  height: 58px;
  line-height: 58px;
  width: 125px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 45px;
}
.invest-boxs .slider-arrows a {
  font-size: 1.21429em;
  float: left;
  width: 50%;
  color: #e3e3e3;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.invest-boxs .slider-arrows a:first-child {
  border-right: 1px solid #e3e3e3;
}
.invest-boxs .slider-arrows a:hover {
  background-color: #ff3823;
  color: #ffffff;
}
.invest-boxs .slider-arrows a:focus {
  background-color: #e81801;
  color: #ffffff;
}
.invest-boxs .slider-arrows:after {
  display: block;
  content: " ";
  clear: both;
}
@media screen and (max-width: 767px) {
  .invest-boxs {
    padding: 35px 25px 0;
    margin-bottom: 25px;
  }
  .invest-boxs .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .invest-boxs .slider-arrows {
    height: 40px;
    line-height: 40px;
    width: 90px;
  }
  .invest-boxs .bottom .slider-arrows {
    float: right;
    position: absolute;
    right: 25px;
    top: -360px;
  }
  .invest-boxs .top {
    top: auto;
    border-top: 1px solid #e3e3e3;
    margin: 0 15px;
  }
  .invest-boxs .top .slider-arrows {
    float: right;
    position: absolute;
    right: 25px;
    top: -275px;
  }
}
.invest-slider {
  position: relative;
}
.invest-slider .item {
  position: relative;
  cursor: grab;
}
.invest-slider .item:active {
  cursor: grabbing;
}
.invest-slider .images {
  height: 810px;
  overflow: hidden;
  position: relative;
}
.invest-slider .images img {
  width: 100%;
  object-fit: cover;
  height: 810px;
}
.invest-slider .images:after {
  content: " ";
  height: 810px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.invest-slider .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 810px;
  z-index: 11;
  padding-top: 20%;
}
.invest-slider .banner-content .text {
  width: 60%;
  font-size: 3.21429em;
  color: #ffffff;
  line-height: 64px;
  font-weight: 900;
}
.invest-slider .banner-content .buttons {
  margin-top: 30px;
}
.invest-slider .banner-content .buttons a {
  color: #ffffff;
}
.invest-slider .dots {
  position: absolute;
  bottom: 100px;
  z-index: 1;
  width: 100%;
}
.invest-slider .dots ul {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  list-style: none;
}
.invest-slider .dots ul li {
  float: left;
  width: 25%;
  padding-right: 25px;
}
.invest-slider .dots ul li a {
  font-weight: 500;
  font-size: 0.85714em;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  height: 77px;
  position: relative;
  cursor: pointer;
}
.invest-slider .dots ul li a .timing {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
  margin-bottom: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.invest-slider .dots ul li a:hover {
  color: white;
}
.invest-slider .dots ul li.slick-active a {
  color: #ffffff;
  text-indent: -9999px;
}
.invest-slider .dots ul li.slick-active a .timing {
  height: 5px;
  margin-bottom: 0px;
}
.invest-slider .dots ul li.slick-active a .timing:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: 3600ms linear loading;
  transform-origin: 0%;
  z-index: 2;
  background-color: #ff3823;
}
.invest-slider .arrows {
  position: absolute;
  bottom: 100px;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
}
.invest-slider .arrows button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  color: #ffffff;
  padding: 10px 20px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.invest-slider .arrows button:hover {
  background: #ff3823;
}
.invest-slider .arrows button.slick-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.invest-slider .arrows button:first-child {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}
.invest-slider .open-modal {
  position: fixed;
  bottom: 85px;
  z-index: 2;
  right: 45px;
  opacity: 0;
}
@keyframes loading {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(100%);
  }
}
@media screen and (max-width: 767px) {
  .invest-slider .images {
    height: 500px;
  }
  .invest-slider .banner-content {
    height: 500px;
    top: 25%;
  }
  .invest-slider .banner-content .buttons a {
    min-width: 141px;
    max-width: 141px;
    font-size: 14px;
    padding: 0;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .invest-slider .banner-content .text {
    height: 155px;
    width: 100%;
    font-size: 23px;
    line-height: 32px;
    overflow: hidden;
  }
  .invest-slider .banner-content .buttons {
    margin-top: 0;
  }
  .invest-slider .arrows {
    right: 15px;
    bottom: 107px;
  }
  .invest-slider .open-modal {
    bottom: 15px;
    right: 15px;
  }
  .invest-header.sub-pages .open-modal {
    bottom: 15px !important;
    right: 15px !important;
  }
}
.invest-benchmarking-home {
  margin-bottom: 54px;
}
.invest-benchmarking-home img {
  max-width: 100%;
}
.invest-map-home img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.invest-featured-events {
  background: url("../index/featured-events.png") right center no-repeat;
  background-size: 560px 500px;
  position: relative;
}
.invest-featured-events icon {
  font-size: 60px;
  color: #1d2a4b;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
}
.invest-featured-events .title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 20px;
}
.invest-featured-events .date {
  font-weight: 500;
  font-size: 1.42857em;
  margin-bottom: 0;
}
.invest-featured-events .buttons {
  position: absolute;
  right: 120px;
  top: 75px;
}
@media screen and (max-width: 767px) {
  .invest-featured-events {
    padding-bottom: 10px !important;
  }
  .invest-featured-events .buttons {
    margin: 10px 0;
    text-align: center;
    position: static !important;
    font-size: 12px;
  }
}
.invest-newsletter {
  background-color: #1d1d1d;
  text-align: center;
  padding: 80px 0;
}
.invest-newsletter .title {
  font-weight: 700;
  font-size: 3.28571em;
  display: inline-block;
  color: #ffffff;
}
.invest-newsletter .title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  max-width: 185px;
  margin: 10px auto;
}
.invest-newsletter .today {
  height: auto;
  width: 300px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.invest-newsletter .today .subtitle {
  font-weight: 700;
  font-size: 1.35714em;
  margin-bottom: 0;
  margin-top: 50px;
}
.invest-newsletter .today .day {
  font-weight: 700;
  font-size: 7.14286em;
  margin-bottom: 0;
  line-height: 1;
}
.invest-newsletter .today .month {
  margin-bottom: 50px;
  font-size: 1.28571em;
}
.invest-newsletter .today .links {
  text-align: center;
}
.invest-newsletter .today .links a {
  padding: 20px 10px !important;
  border-top: 2px solid rgba(255, 255, 255, 0.3) !important;
  color: #ffffff;
  font-weight: 500;
  font-size: 1em;
  display: block;
  text-align: center;
}
.invest-newsletter .today .links a:first-child {
  border-right: 2px solid #4d4d4d;
  padding: 10px;
}
.invest-newsletter .sub-text {
  color: #ffffff;
  font-size: 1.21429em;
  max-width: 520px;
  margin: 60px auto 40px;
}
@media screen and (max-width: 767px) {
  .invest-newsletter .sub-text {
    padding: 0 40px;
  }
}
.invest-success-stories .item {
  float: left;
  padding-right: 25px;
}
.invest-success-stories .item .link {
  display: block;
}
.invest-success-stories .item .text {
  border-right: 1px solid rgba(112, 112, 112, 0.2);
}
.invest-success-stories .item:last-child .text {
  border-right: none;
  min-height: 125px;
}
.invest-success-stories .brand .logo {
  height: 80px;
  width: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.03);
  line-height: 78px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.invest-success-stories .brand .logo img {
  display: inline-block;
  max-width: 70px;
  border-radius: 100%;
}
.invest-success-stories .brand .name {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 15px;
  color: #1d2a4b;
  font-size: 1.42857em;
  font-weight: 900;
}
.invest-success-stories .text {
  margin-top: 20px;
  font-size: 1.21429em;
  color: #929292;
}
.invest-success-stories .link {
  font-size: 1.21429em;
  color: #929292;
  font-weight: bold;
  text-decoration: none;
}
.invest-success-stories:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .invest-success-stories .item {
    padding-right: 0;
  }
  .invest-success-stories .item .link {
    text-align: center;
  }
  .invest-success-stories .image {
    width: 100%;
    display: block;
  }
  .invest-success-stories .image img {
    object-fit: cover;
    width: 100%;
  }
  .invest-success-stories .content {
    display: block;
    width: 100%;
  }
  .invest-success-stories .content-title {
    font-size: 1.28571em;
    font-weight: 900;
    line-height: 22px;
    color: #000000;
  }
  .invest-success-stories .content .text {
    height: 80px;
    overflow: hidden;
  }
  .invest-success-stories .brand {
    text-align: center;
  }
  .invest-success-stories .brand .logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .invest-success-stories .brand .name {
    display: block;
  }
  .invest-success-stories .text {
    text-align: center;
  }
}
.invest-news-home .image {
  width: 116px;
  height: 116px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  margin-top: 3px;
}
.invest-news-home .image img {
  object-fit: cover;
  width: 116px;
  height: 116px;
}
.invest-news-home .content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  width: calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  margin-bottom: 10px;
}
.invest-news-home .content-title {
  font-size: 1.28571em;
  font-weight: 900;
  line-height: 22px;
  color: #000000;
}
.invest-news-home .content .date {
  color: #9b9b9b;
  font-size: 0.92857em;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .invest-news-home .image {
    width: 100%;
    display: block;
  }
  .invest-news-home .image img {
    object-fit: cover;
    width: 100%;
  }
  .invest-news-home .content {
    display: block;
    width: 100%;
  }
  .invest-news-home .content-title {
    font-size: 1.28571em;
    font-weight: 900;
    line-height: 22px;
    color: #000000;
  }
  .invest-news-home .content .text {
    height: 80px;
    overflow: hidden;
  }
}
.invest-events-home .image {
  width: 116px;
  height: 116px;
  line-height: 116px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #ff3823;
  text-align: center;
  margin-top: 3px;
}
.invest-events-home .image icon {
  font-size: 52px;
  color: #ffffff;
}
.invest-events-home .content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  width: calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  margin-bottom: 10px;
}
.invest-events-home .content-title {
  font-size: 1.28571em;
  font-weight: 900;
  line-height: 22px;
  color: #000000;
  max-width: 95%;
}
.invest-events-home .content .date {
  color: #9b9b9b;
  font-size: 0.92857em;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .invest-events-home .image {
    width: 100%;
    display: block;
  }
  .invest-events-home .image img {
    object-fit: cover;
    width: 100%;
  }
  .invest-events-home .content {
    display: block;
    width: 100%;
  }
  .invest-events-home .content-title {
    font-size: 1.28571em;
    font-weight: 900;
    line-height: 22px;
    color: #000000;
  }
  .invest-events-home .content .text {
    height: 80px;
    overflow: hidden;
  }
}
.invest-why-turkey-home {
  color: #1d2a4b;
}
.invest-why-turkey-home .content {
  transform: translate(0, 60px);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 131px;
}
.invest-why-turkey-home .content .icon {
  width: 55px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-align: center;
}
.invest-why-turkey-home .content .icon icon {
  font-size: 30px;
  color: #1d2a4b;
}
.invest-why-turkey-home .content .link {
  display: inline-block;
  vertical-align: top;
  color: #929292;
  width: 100%;
  width: calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  font-size: 1em;
}
.invest-why-turkey-home .content .link-title {
  font-size: 1.21429em;
  font-weight: 900;
  line-height: 18px;
  color: #1d2a4b;
}
.invest-why-turkey-home .content .link .text {
  font-size: 11px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.invest-why-turkey-home .content:hover {
  transform: translate(0, 0);
}
.invest-why-turkey-home .content:hover .text {
  height: 65px;
}
@media screen and (max-width: 767px) {
  .invest-why-turkey-home .title {
    margin-bottom: 40px;
  }
  .invest-why-turkey-home .content {
    transform: translate(0, 0);
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 28px;
    height: 100px;
  }
  .invest-why-turkey-home .content .link .text {
    height: auto;
  }
  .invest-why-turkey-home .content:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.invest-investing-home {
  padding: 45px 0;
}
.invest-investing-home .title {
  padding: 0 55px;
}
.invest-investing-home .actions {
  border: none;
  margin: 25px 55px 0 55px;
}
.invest-investing-home .link {
  float: left;
  padding: 2px;
  position: relative;
  display: block;
  overflow: hidden;
  height: 180px;
  margin-bottom: 4px;
}
.invest-investing-home .link article {
  font-weight: normal;
  display: none;
}
.invest-investing-home .link.size-2 {
  width: 50%;
}
.invest-investing-home .link.size-1 {
  width: 25%;
}
.invest-investing-home .link img {
  object-fit: cover;
  width: 100%;
  height: 180px;
}
.invest-investing-home .link p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.invest-investing-home .link .text {
  margin: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  color: #ffffff;
  padding: 20px;
  font-weight: 900;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: rgba(0, 0, 0, 0.4);
}
.invest-investing-home .link:hover article {
  display: block;
}
.invest-investing-home .link:hover p {
  position: relative;
  top: 20px;
  transform: translate(0 -50%);
}
.invest-investing-home .link:hover .text {
  background-color: rgba(227, 227, 227, 0.8);
  color: #000000;
}
.invest-investing-home .wrapper:before,
.invest-investing-home .wrapper:after {
  display: block;
  content: " ";
  clear: both;
}
.invest-investing-home:after {
  display: block;
  content: " ";
  clear: both;
}
@media screen and (max-width: 767px) {
  .invest-investing-home {
    padding: 35px 0;
  }
  .invest-investing-home .title {
    padding: 0 25px;
    margin-bottom: 40px;
  }
  .invest-investing-home .actions {
    border: none;
    margin: 25px 55px 0 55px;
  }
  .invest-investing-home .link.size-2 {
    width: 50%;
  }
  .invest-investing-home .link.size-1 {
    width: 50%;
  }
  .invest-investing-home .link img {
    object-fit: cover;
    width: 100%;
    height: 180px;
  }
  .invest-investing-home .link p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .invest-investing-home .link .text {
    margin: 2px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    color: #ffffff;
    padding: 20px;
    font-weight: 900;
    text-align: center;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: rgba(0, 0, 0, 0.6);
  }
  .invest-investing-home .link:hover article {
    display: block;
  }
  .invest-investing-home .link:hover p {
    position: relative;
    top: 20px;
    transform: translate(0 -50%);
  }
  .invest-investing-home .link:hover .text {
    background-color: rgba(227, 227, 227, 0.8);
    color: #000000;
  }
  .invest-investing-home .wrapper:before,
  .invest-investing-home .wrapper:after {
    display: block;
    content: " ";
    clear: both;
  }
  .invest-investing-home:after {
    display: block;
    content: " ";
    clear: both;
  }
}
.invest-sectors-home {
  padding: 0;
  margin-top: -50px;
  position: relative;
}
.invest-sectors-home .info {
  display: inline-block;
  width: 29%;
  padding: 45px 0 45px 55px;
}
.invest-sectors-home .info article {
  margin-bottom: 85px;
  padding-right: 35px;
}
.invest-sectors-home .links {
  display: inline-block;
  vertical-align: top;
  width: 70.65%;
}
.invest-sectors-home .links .link {
  float: left;
  width: 20%;
  height: 220px;
  text-align: center;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.invest-sectors-home .links .link .content icon {
  color: #1d2a4b;
  font-size: 40px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
  text-align: center;
  left: 0;
  right: 0;
}
.invest-sectors-home .links .link .content img {
  height: 70px;
  color: #1d2a4b;
  font-size: 40px;
  margin-bottom: 15px;
  position: absolute;
  top: 28%;
  transition: all 0.2s ease-in-out;
  margin: auto;
  left: 0;
  right: 0;
}
.invest-sectors-home .links .link .content span {
  display: block;
  color: #1d2a4b;
  font-weight: 900;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 60%;
  text-align: center;
  left: 0;
  right: 0;
}
.invest-sectors-home .links .link:hover {
  background-color: rgba(227, 227, 227, 0.65);
}
.invest-sectors-home .links .link:hover icon {
  font-size: 45px;
}
.invest-sectors-home .links .link:hover img {
  transform: scale(1.1);
}
.invest-sectors-home .links .link:hover span {
  font-size: 16px;
}
.invest-sectors-home .links .link:last-child .content icon {
  padding-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .invest-sectors-home .info {
    padding: 35px 25px 0;
    display: block;
    width: 100%;
  }
  .invest-sectors-home .info article {
    margin-bottom: 40px;
  }
  .invest-sectors-home .links {
    display: block;
    width: 100% !important;
    border-top: 1px solid #e3e3e3;
  }
  .invest-sectors-home .links .link {
    width: 50% !important;
    height: 140px;
  }
  .invest-sectors-home .links .link:nth-child(2n-1) {
    border-left: none;
  }
  .invest-sectors-home:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.invest-testimonials .item {
  float: left;
  padding: 5px;
}
.invest-testimonials .item .link {
  display: block;
}
.invest-testimonials .item figure {
  position: relative;
  overflow: hidden;
}
.invest-testimonials .item figure img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}
.invest-testimonials .item figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 104px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  font-size: 1.71429em;
  color: #fff;
  text-align: center;
}
.invest-testimonials .item figure figcaption span {
  font-size: 16px;
  display: block;
}
.invest-testimonials:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .invest-testimonials .top .slider-arrows {
    top: -490px;
  }
}
.invest-tag {
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  background-color: #1d2a4b;
  font-weight: 900;
  color: #ffffff;
  font-size: 0.85714em;
  padding: 0 25px;
  line-height: 32px;
  height: 32px;
}
.invest-tag:visited {
  color: #ffffff;
}
.invest-tag:hover {
  background-color: #f6f6f6;
  color: #898989;
}
.invest-contact-form .title {
  color: #1d2a4b;
  font-weight: 900;
  font-size: 2.85714em;
  margin-bottom: 50px;
  display: block;
}
.invest-contact-form .title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  width: 242px;
  clear: both;
}
.invest-contact-form .select {
  width: 100%;
  height: 54px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}
.invest-contact-form .select .select-styled {
  line-height: 54px;
  padding: 0 20px;
}
.invest-contact-form .select .select-styled:after {
  top: 22px;
}
.invest-contact-form .select .select-styled:active:after,
.invest-contact-form .select .select-styled.active:after {
  top: 12px;
}
.invest-contact-form input,
.invest-contact-form .select,
.invest-contact-form textarea {
  font-weight: 500;
}
.invest-contact-form button {
  cursor: pointer;
  outline: none;
}
.invest-contact-form button:focus {
  outline: none;
}
.address {
  margin-bottom: 15px;
}
.address .inline {
  border: 1px solid #e3e3e3;
  padding: 10px;
  color: #333;
  min-height: 110px;
}
.body-contact-us .flat-modal .open-modal {
  display: none;
}
.contact-form-group {
  margin-bottom: 15px;
  padding-right: 15px;
}
.contact-form-group .select {
  width: 100%;
  height: 54px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}
.contact-form-group .select .select-styled {
  line-height: 54px;
  padding: 0 20px;
}
.contact-form-group .select .select-styled:after {
  top: 22px;
}
.contact-form-group .select .select-styled:active:after,
.contact-form-group .select .select-styled.active:after {
  top: 12px;
}
.contact-form-group input,
.contact-form-group .select,
.contact-form-group textarea {
  font-weight: 500;
}
.contact-form-group.inline {
  float: left;
  width: 50%;
}
.contact-form-group input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 54px;
  width: 100%;
  padding: 0 20px;
  font-size: 15px;
  color: #172446;
  border: 1px solid #e3e3e3;
}
.contact-form-group textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 54px;
  width: 100%;
  padding: 20px;
  font-size: 15px;
  border: 1px solid #e3e3e3;
  min-height: 130px;
}
.contact-form-group:after {
  content: " ";
  clear: both;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1191px) {
  .address .inline {
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .address .inline {
    min-height: 170px;
  }
}
.contacttMap {
  text-align: center;
  margin-bottom: 35px;
}
.contacttMap img {
  width: 746px;
  max-width: 100%;
  height: auto;
}
.country-img,
.country-text {
  display: inline-block;
}
.country-img {
  vertical-align: top;
}
.tablesRow h2 {
  text-align: center;
}
.global-tables-below thead:hover {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.global-tables-below tbody {
  display: none;
}
.officeInIstanbul {
  padding: 7px 0;
}
.tablesRow table {
  text-align: center;
  color: #333;
}
.tablesRow h2 {
  margin-top: 35px;
  margin-bottom: 35px;
  color: #1d2a4b;
}
.tablesRow table tbody th {
  font-size: 13px;
}
.tablesRow .table thead th {
  text-align: center;
  vertical-align: inherit;
}
.tablesRow .table thead th strong {
  font-size: 20px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}
.page-data-statistics .filter-form .invest-button.full,
.page-presentations .filter-form .invest-button.full,
.page-reports .filter-form .invest-button.full {
  font-size: 1.21429em;
  border-radius: 6px;
  min-width: 155px;
  max-width: 185px;
  line-height: 53px;
  height: 54px;
  float: right;
  cursor: pointer;
}
.invest-timeline-years ol {
  text-align: center;
}
.invest-timeline-years ol li {
  display: inline-block;
  margin: 0 20px;
}
.invest-timeline-years ol li a {
  color: rgba(170, 170, 170, 0.5);
  font-size: 1.28571em;
  font-weight: 900;
  padding: 0 5px;
}
.invest-timeline-years ol li a:after {
  display: block;
  content: " ";
  background-color: none;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
  width: 100%;
  clear: both;
}
.invest-timeline-years ol li a.selected {
  color: #1d2a4b;
}
.invest-timeline-years ol li a.selected:after {
  background-color: #ff3823;
}
.invest-timeline ol {
  list-style: none;
  padding: 0;
}
.invest-person-card {
  background: #fff;
  position: relative;
  text-align: center;
  height: 420px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.invest-person-card .content {
  position: relative;
  padding: 50px 25px;
}
.invest-person-card .content .avatar {
  height: 120px;
  width: 120px;
  margin: 0 auto 25px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.invest-person-card .content .avatar img {
  max-width: 100%;
}
.invest-person-card .content .name {
  color: #1d2a4b;
  font-weight: 700;
  font-size: 1.28571em;
  height: 80px;
  margin-bottom: 0;
}
.invest-person-card .content .name span {
  display: block;
  font-weight: normal;
  color: #aaaaaa;
  font-size: 16px;
}
.invest-person-card .content .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 0 20px;
}
.invest-person-card .content .info a {
  color: #1d2a4b;
  display: block;
  font-size: 1.14286em;
  margin-bottom: 10px;
}
.invest-person-card .content .info a icon {
  margin-right: 10px;
}
.invest-person-card .content .info a:last-child {
  margin-bottom: 0;
}
.invest-person-card .touch {
  background-color: #1d2a4b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.14286em;
  padding: 20px 0;
  display: block;
}
.invest-person-card .touch:visited {
  color: #fff;
}
.invest-header .main {
  position: absolute;
  padding: 15px 0 20px 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.invest-header .main .logo {
  margin-top: 15px;
}
.invest-header .main .logo a {
  display: inline-block;
}
.invest-header .main .logo img {
  max-width: 460px;
}
.invest-header .main .top {
  padding-bottom: 20px;
  text-align: right;
}
.invest-header .main .top .topleft {
  display: block;
}
.invest-header .main .top .topleft img {
  max-width: 100%;
  height: auto;
  transform: scale(0.8);
  margin-right: 12px;
}
.invest-header .main .search {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 0 7px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 43px;
}
.invest-header .main .search input {
  display: none;
  height: 43px;
  line-height: 43px;
  background: none;
  border: none;
  outline: none;
  color: #ffffff;
  width: 100%;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
}
.invest-header .main .search input::placeholder {
  font-size: 1em;
}
.invest-header .main .search button {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.invest-header .main .shortlinks {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  position: relative;
}
.invest-header .main .shortlinks .top-links {
  position: absolute;
  top: -14px;
  right: 167px;
  white-space: nowrap;
}
.invest-header .main .shortlinks a {
  font-size: 1em;
  color: #ffffff;
  margin-right: 24px;
  display: inline-block;
  vertical-align: middle;
}
.invest-header .main .shortlinks a:visited {
  color: #ffffff;
}
.invest-header .main .shortlinks a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.invest-header .main .shortlinks a.active {
  color: rgba(255, 255, 255, 0.65);
}
.invest-header .main .shortlinks a.active:visited {
  color: rgba(255, 255, 255, 0.65);
}
.invest-header .main .shortlinks a:last-child {
  margin: 0;
}
.invest-header .main .shortlinks .switch-lang {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 15px;
}
.invest-header .main .shortlinks .switch-lang icon {
  color: rgba(255, 255, 255, 0.3);
  font-size: 7px;
  margin-left: 10px;
}
.invest-header.sub-pages {
  height: 350px;
  overflow: hidden;
}
.invest-header.sub-pages .open-modal {
  position: fixed;
  z-index: 2;
  right: 45px;
  opacity: 0;
  bottom: 85px;
}
.invest-header.sub-pages .backgrounds img {
  width: 100%;
  object-fit: cover;
  object-position: 0 0;
  height: 460px;
}
.invest-header.sub-pages .backgrounds:after {
  content: " ";
  height: 220px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #3c3c3c;
}
.invest-header.sub-pages .backgrounds-sub img {
  width: 100%;
  object-fit: cover;
  object-position: 0 0;
  height: 460px;
}
.invest-header.sub-pages .backgrounds-sub:after {
  content: " ";
  height: 460px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #3c3c3c;
}
@media screen and (max-width: 1200px) {
  .invest-header .main {
    top: 0;
  }
  .invest-header .main .logo {
    max-width: 250px;
    float: left;
  }
  .invest-header .main .logo img {
    max-width: 100%;
  }
  .invest-header .main .mobile-menu {
    float: right;
    margin-top: 20px;
  }
  .invest-header .main .mobile-menu .icon-hamburger {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 2.5px;
    color: #fff;
    border-radius: 2px;
    font: bold 14px/0.4 Calibri-Bold;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all 0.2s ease-out;
    vertical-align: top;
    margin-top: 8px;
    line-height: 1;
  }
  .invest-header .main .mobile-menu .icon-hamburger:before {
    content: "";
    width: 24px;
    height: 2.5px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out;
    top: -7px;
  }
  .invest-header .main .mobile-menu .icon-hamburger:after {
    content: "";
    width: 24px;
    height: 2.5px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out;
    bottom: -7px;
  }
  .invest-header .main .mobile-menu .open {
    display: inline-block;
  }
  .invest-header .main .mobile-menu .close {
    display: none;
  }
  .invest-header .main .mobile-menu .close .icon-hamburger {
    background: none;
  }
  .invest-header .main .mobile-menu .close .icon-hamburger:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .invest-header .main .mobile-menu .close .icon-hamburger:after {
    bottom: 0;
    -webkit-transform: rotateZ(-225deg);
    -moz-transform: rotateZ(-225deg);
    -ms-transform: rotateZ(-225deg);
    -o-transform: rotateZ(-225deg);
    transform: rotateZ(-225deg);
  }
  .invest-header .main .search {
    display: none;
  }
  .invest-header .main .shortlinks {
    display: none;
  }
  .invest-nav {
    display: none;
  }
}
.invest-pagination {
  display: block;
  text-align: center;
}
.invest-pagination li {
  display: inline-block;
  vertical-align: middle;
}
.invest-pagination li.first icon {
  margin-left: -15px;
}
.invest-pagination li a {
  font-size: 1.42857em;
  color: #c0c0c0;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.invest-pagination li a:visited {
  color: #c0c0c0;
}
.invest-pagination li a:hover {
  color: #ff3823;
}
.invest-pagination li.current a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #ff3823;
  color: #fff;
}
.invest-pagination li.current a:visited {
  color: #fff;
}
.invest-pagination li.current a:hover {
  color: #fff;
}
.invest-footer .footer-nav {
  padding: 88px 0 22px;
  background-color: #2b2b2b;
}
.invest-footer .footer-nav .title {
  font-weight: 900;
  font-size: 1.21429em;
  color: #ffffff;
  display: inline-block;
}
.invest-footer .footer-nav .title:after {
  content: " ";
  display: block;
  background-color: #ffffff;
  height: 4px;
  width: auto;
  border-radius: 4px;
  margin: 5px 0 20px;
}
.invest-footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 66px;
}
.invest-footer .footer-nav a {
  display: inline-block;
  color: #d6d6d6;
  font-size: 1em;
  padding-bottom: 10px;
}
.invest-footer .footer-nav a:hover {
  color: rgba(214, 214, 214, 0.65);
}
.invest-footer .links {
  background-color: #3c3c3c;
  text-align: center;
}
.invest-footer .links a {
  float: left;
  width: 50%;
  font-weight: 900;
  font-size: 2.28571em;
  padding: 35px 0;
  color: #ffffff;
}
.invest-footer .links a:hover {
  background-color: #ff3823;
  color: #ffffff;
}
.invest-footer .links a:focus {
  background-color: #e81801;
  color: #ffffff;
}
.invest-footer .links a:first-child {
  border-right: 1px solid #2b2b2b;
}
.invest-footer .links:after {
  display: block;
  content: " ";
  clear: both;
}
.invest-footer .info {
  padding: 45px 0 35px;
  background-color: #2b2b2b;
  font-size: 17px;
  line-height: 46px;
}
.invest-footer .info .copyright {
  margin-left: 7px;
  text-align: center;
}
.invest-footer .info .logo a {
  display: block;
  margin-top: -30px;
}
.invest-footer .info .logo a img {
  max-width: 100%;
}
.invest-footer .info .socials a {
  border: 2px solid #4d4d4d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
  text-align: center;
  margin-left: 15px;
}
.invest-footer .info .socials a:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.invest-footer .info .socials a:hover .icon-facebook {
  color: #3b5998;
}
.invest-footer .info .socials a:hover .icon-twitter {
  color: #1da1f2;
}
.invest-footer .info .socials a:hover .icon-youtube {
  color: #ff0000;
}
.invest-sub-footer {
  background-color: #ff3823;
  color: #ffffff;
  padding: 50px 0;
}
.invest-sub-footer .text {
  font-weight: 900;
  font-size: 1.85714em;
  margin-bottom: 10px;
}
.invest-sub-footer .text span {
  display: block;
  font-weight: 400;
  color: #ffdddd;
  font-size: 13px;
}
.invest-sub-footer .socials {
  text-align: right;
  padding-top: 20px;
}
.invest-sub-footer .socials a {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-left: 5px;
}
.invest-sub-footer .socials a:visited {
  color: #ffffff;
}
.invest-sub-footer .socials a:hover {
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.invest-sub-footer .socials a:hover .icon-facebook {
  color: #3b5898;
}
.invest-sub-footer .socials a:hover .icon-twitter {
  color: #1da1f2;
}
.invest-sub-footer .socials a:hover .icon-linkedin {
  color: #0077b5;
}
.invest-sub-footer .socials a:hover .icon-google {
  color: #dd4b39;
}
.invest-sub-footer .socials a:hover .icon-letter {
  color: #ef3421;
}
.invest-sub-footer .socials a .icon-linkedin {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .footer-nav .col-md-2 {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
  .invest-footer .links a {
    font-size: 15px;
    padding: 25px 0;
  }
  .invest-footer .info .socials {
    text-align: center;
  }
  .invest-footer .footer-nav {
    padding: 0;
  }
  .invest-footer .footer-nav .title {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #333333;
    display: block;
  }
  .invest-footer .footer-nav .title icon {
    float: right;
    padding-right: 35px;
    font-size: 10px;
    padding-top: 5px;
  }
  .invest-footer .footer-nav .title:after {
    display: none;
  }
  .invest-footer .footer-nav ul {
    display: none;
    margin-bottom: 0;
  }
  .invest-footer .footer-nav ul li {
    padding: 20px 0 10px;
  }
}
.invest-nav {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.invest-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.invest-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
.invest-nav ul li:first-child {
  margin-left: 0;
}
.invest-nav ul li a {
  font-weight: 900;
  font-size: 1.28571em;
  color: #ffffff;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.invest-nav ul li a:visited {
  color: #ffffff;
}
.invest-nav ul li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.invest-nav ul li.active a {
  color: rgba(255, 255, 255, 0.65);
}
.invest-nav ul li.active a:visited {
  color: rgba(255, 255, 255, 0.65);
}
.invest-area {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  padding-bottom: 5vh;
  display: none;
}
.invest-area-wrapper {
  background-color: #1c1c1c;
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
}
.invest-area-box {
  width: 1000px;
  margin: 0 auto;
  display: none;
}
.invest-area .close {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
}
.invest-area .close .invest-button {
  margin: 0 auto;
  color: #fff;
  width: 300px;
}
.invest-area .form {
  padding-top: 5%;
}
.invest-area .form input {
  font-size: 60px;
  background: none;
  outline: none;
  border: none;
  font-weight: bold;
  color: #fff;
  width: 100%;
  width: calc(100% - 78px);
  width: -webkit-calc(100% - 78px);
  width: -moz-calc(100% - 78px);
}
.invest-area .form p {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.invest-area .form button {
  font-size: 60px;
  color: #fff;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.invest-area .form:after {
  display: block;
  content: " ";
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  -ms-border-radius: 4;
  border-radius: 4;
  height: 4px;
  width: 140px;
  margin: 20px 0 40px;
  background-color: #fff;
}
.invest-area .title {
  color: #fff;
  font-size: 20px;
}
.invest-area .title icon {
  font-size: 30px;
  margin-right: 15px;
}
.invest-area .title .show-all {
  float: right;
  color: #fff;
}
.invest-area .title .show-all:visited {
  color: #fff;
}
.invest-area .title b {
  font-weight: 900;
}
.invest-area ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin-top: 25px;
}
.invest-area ul a {
  color: #fff;
}
.invest-area ul a:visited {
  color: #fff;
}
.invest-area .recent {
  float: left;
  width: 50%;
}
.invest-area .highlighted {
  float: left;
  width: 50%;
}
.invest-area .result {
  display: none;
}
.invest-area .result ul {
  height: 190px;
  overflow: auto;
}
.invest-area .result li {
  padding: 20px 0;
  border-bottom: 1px solid #4d4d4d;
}
.invest-area .result b {
  font-weight: 900;
}
.invest-area .langs {
  float: left;
  width: 50%;
}
.invest-area .langs a {
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 25px;
}
.invest-area .langs a span {
  margin-right: 20px;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  color: #1c1c1c;
  display: inline-block;
  vertical-align: middle;
}
.invest-area .langs a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.invest-area .langs a:hover span {
  background: rgba(255, 255, 255, 0.65);
}
.invest-area .langs a:visited {
  color: #fff;
}
.invest-area .langs a:visited:hover {
  color: rgba(255, 255, 255, 0.65);
}
.invest-modal {
  opacity: 0;
  position: absolute;
  z-index: 1100;
  -webkit-transition: opacity 200ms linear 200ms;
  -moz-transition: opacity 200ms linear 200ms;
  -ms-transition: opacity 200ms linear 200ms;
  -o-transition: opacity 200ms linear 200ms;
  transition: opacity 200ms linear 200ms;
}
.invest-modal-info {
  background: #ffffff;
  padding: 50px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.invest-modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 900;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.display {
  opacity: 1;
  display: block;
}
.conceal {
  visibility: visible;
}
button.invest-modal-close {
  background: #ffffff;
  border: 2px solid #e3e3e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #1d2a4b;
  cursor: pointer;
  outline: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 40px;
  top: 20px;
}
button.invest-modal-close:hover {
  background: #ff3823;
  color: #ffffff;
}
button.invest-modal-close:focus {
  background: #e81801;
}
.invest-mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 90%;
  z-index: 1001;
  overflow: auto;
  display: none;
}
.invest-mobile-menu .languges {
  display: block;
}
.invest-mobile-menu .languges .langs {
  display: none;
}
.invest-mobile-menu .languges .switch-lang {
  display: inline-block;
  width: 150px;
  padding: 35px 25px;
  font-size: 16px;
}
.invest-mobile-menu .languges .switch-lang icon {
  font-size: 7px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  color: #1d2a4b;
}
.invest-mobile-menu .languges .switch-lang span {
  vertical-align: middle;
  color: #1d2a4b;
}
.invest-mobile-menu .search-form {
  background: #f8f8f8;
  padding: 20px;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #e3e3e3;
}
.invest-mobile-menu .search-form input {
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #1d2a4b;
}
.invest-mobile-menu .search-form button {
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: initial;
  padding: 0;
}
.invest-mobile-menu .search-form icon {
  color: #e3e3e3;
  font-size: 18px;
}
.invest-mobile-menu .searching {
  display: none;
}
.invest-mobile-menu .menu ul {
  list-style: none;
  padding: 0;
}
.invest-mobile-menu .menu ul a {
  padding: 25px 0;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 25px;
  color: #1d2a4b;
  font-weight: 700;
}
.invest-mobile-menu .close-menu {
  float: right;
  padding: 30px 25px;
  font-size: 20px;
  color: #1d2a4b;
}
.invest-menu-overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.fixed .invest-menu-overlay {
  opacity: 1;
  visibility: visible;
}
.collapse-area .collapse {
  border: 1px solid #ccc;
  border-bottom: none;
}
.collapse-area .collapse:first-child {
  border-radius: 10px 10px 0 0;
}
.collapse-area .collapse:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #ccc;
}
.collapse-area .collapse .collapse-header {
  padding: 0 10px;
  cursor: pointer;
}
.collapse-area .collapse .collapse-header h3 {
  position: relative;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 55px;
  color: #000;
  text-transform: uppercase;
}
.collapse-area .collapse .collapse-body {
  border-top: 1px solid #ccc;
  padding: 10px;
  display: none;
  font-weight: 500;
}
.ContactMap {
  height: 333px;
  width: 746px;
  background: transparent url("../index/contact-mapb.png") no-repeat scroll left
    top;
  position: relative;
  z-index: 1 !important;
  margin: 0 auto 50px;
}
.ContactMap a {
  background: transparent url("../index/contact-pin.png") no-repeat scroll left
    top;
  background-size: contain;
  position: absolute !important;
  width: 21px !important;
  height: 18px !important;
  display: block !important;
}
.ContactMap a.tr {
  top: 105px;
  left: 420px;
}
.ContactMap a.usa {
  top: 110px;
  left: 180px;
}
.ContactMap a.de {
  top: 83px;
  left: 390px;
}
.ContactMap a.uk {
  top: 70px;
  left: 345px;
}
.ContactMap a.es {
  top: 105px;
  left: 344px;
}
.ContactMap a.sa {
  top: 140px;
  left: 432px;
}
.ContactMap a.jp {
  top: 118px;
  left: 635px;
}
.ContactMap a.qa {
  top: 138px;
  left: 465px;
}
.ContactMap a.kr {
  top: 118px;
  left: 617px;
}
.ContactMap a.ae {
  top: 145px;
  left: 472px;
}
.ContactMap a.sg {
  top: 182px;
  left: 567px;
}
.ContactMap a.it {
  top: 109px;
  left: 390px;
}
.ContactMap a .toolTip {
  display: none;
  background: #fff;
  border: 6px solid #f2f2f2;
  border-radius: 5px;
  position: absolute;
  bottom: 100%;
  width: 200px;
  padding: 10px;
  left: -90px;
  z-index: 2;
  text-align: center;
}
.ContactMap a .toolTip .toolTip-title {
  font-size: 12px;
  color: #a9a7a7;
  font-weight: bold;
}
.ContactMap a .toolTip .toolTip-body {
  font-size: 11px;
  color: #676767;
}
@media screen and (min-width: 768px) and (max-width: 1191px) {
  .ContactMap {
    width: 580px;
    background-size: contain;
  }
  .ContactMap a.tr {
    top: 78px;
    left: 320px;
  }
  .ContactMap a.usa {
    top: 85px;
    left: 133px;
  }
  .ContactMap a.de {
    top: 60px;
    left: 295px;
  }
  .ContactMap a.uk {
    top: 54px;
    left: 260px;
  }
  .ContactMap a.es {
    top: 79px;
    left: 263px;
  }
  .ContactMap a.sa {
    top: 108px;
    left: 336px;
  }
  .ContactMap a.jp {
    top: 86px;
    left: 484px;
  }
  .ContactMap a.qa {
    top: 100px;
    left: 350px;
  }
  .ContactMap a.kr {
    top: 84px;
    left: 470px;
  }
  .ContactMap a.ae {
    top: 108px;
    left: 360px;
  }
  .ContactMap a.sg {
    top: 133px;
    left: 431px;
  }
  .ContactMap a.it {
    top: 77px;
    left: 294px;
  }
}
@media screen and (max-width: 767px) {
  .ContactMap {
    width: 320px;
    height: 173px;
    background-size: contain;
  }
  .ContactMap a {
    width: 12px !important;
  }
  .ContactMap a.tr {
    top: 44px;
    left: 174px;
  }
  .ContactMap a.usa {
    top: 40px;
    left: 69px;
  }
  .ContactMap a.de {
    top: 33px;
    left: 155px;
  }
  .ContactMap a.uk {
    top: 32px;
    left: 142px;
  }
  .ContactMap a.es {
    top: 44px;
    left: 143px;
  }
  .ContactMap a.sa {
    top: 61px;
    left: 187px;
  }
  .ContactMap a.jp {
    top: 48px;
    left: 265px;
  }
  .ContactMap a.qa {
    top: 57px;
    left: 194px;
  }
  .ContactMap a.kr {
    top: 46px;
    left: 258px;
  }
  .ContactMap a.ae {
    top: 60px;
    left: 199px;
  }
  .ContactMap a.sg {
    top: 72px;
    left: 237px;
  }
  .ContactMap a.it {
    top: 44px;
    left: 163px;
  }
}
.page-sub-page {
  min-height: 386px;
  background-color: #f5f5f5;
}
.page-sub-page > .container {
  margin-top: -150px;
}
.page-sub-page .page-info {
  max-width: 100%;
  padding: 55px 55px 35px 55px;
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
}
.page-sub-page .page-info-title {
  font-weight: 900;
  font-size: 40px;
  color: #1d2a4b;
  margin-bottom: 0;
}
.page-sub-page .page-info-sub-title {
  font-weight: 700;
  font-size: 18px;
  color: #1d2a4b;
  margin: 4px 0;
}
.page-sub-page .page-info-breadcrumbs {
  margin-top: 30px;
  text-transform: uppercase;
}
.page-sub-page .page-info-breadcrumbs ul {
  font-size: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-sub-page .page-info-breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
}
.page-sub-page .page-info-breadcrumbs a {
  font-weight: 700;
  color: #aaaaaa;
}
.page-sub-page .page-info-breadcrumbs a:after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
}
.page-sub-page .page-info-breadcrumbs p {
  font-weight: 700;
  margin-bottom: 0;
  color: #1d2a4b;
}
.page-sub-page section .row {
  padding: 0 55px;
}
.page-sub-page div .title {
  font-size: 2.14286em;
}
.page-sub-page .first-upper:first-letter {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  color: #484f55;
  vertical-align: bottom;
}
.page-sub-page .page-detail section:first-child {
  margin-top: 0;
  position: relative;
}
.page-sub-page .page-detail-info {
  font-weight: 300;
}
.page-sub-page .page-detail-info .date {
  color: #aaaaaa;
  font-size: 1.07143em;
  font-weight: semibold;
  margin-bottom: 10px;
}
.page-sub-page .page-detail-info .detail-title {
  color: #1d2a4b;
  font-size: 46px;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 15px;
}
.page-sub-page .page-detail-info article {
  color: #1d2a4b;
  font-size: 1.42857em;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 20px;
}
.page-sub-page .page-detail-info article ul {
  padding-left: 20px;
}
.page-sub-page .page-detail-info article li {
  margin-bottom: 15px;
}
.page-sub-page .page-detail-info .socials {
  display: block;
  text-align: center;
}
.page-sub-page .page-detail-info .socials a {
  cursor: pointer;
  text-align: center;
  color: #aaaaaa;
  font-size: 16px;
  margin: 0 15px 25px 15px;
  display: inline-block;
}
.page-sub-page .page-detail-info .socials a:visited {
  color: #aaaaaa;
}
.page-sub-page .page-detail-info .socials a:hover .icon-facebook {
  color: #3b5898;
}
.page-sub-page .page-detail-info .socials a:hover .icon-twitter {
  color: #1da1f2;
}
.page-sub-page .page-detail-info .socials a:hover .icon-linkedin {
  color: #0077b5;
}
.page-sub-page .page-detail-info .socials a:hover .icon-google {
  color: #dd4b39;
}
.page-sub-page .page-detail-info .socials a:hover .icon-letter {
  color: #ef3421;
}
.page-sub-page .page-detail-info .socials a .icon-linkedin {
  font-size: 15px;
}
.page-sub-page .page-detail-info .socials a .icon-google {
  font-size: 20px;
}
.page-sub-page .page-detail-full-content {
  font-size: 20px;
  color: #1d2a4b;
  margin: 50px 0;
}
.page-sub-page .page-detail-content {
  font-size: 14pt;
  color: #1d2a4b;
  margin: 50px 0;
}
.page-sub-page .page-detail-boxs {
  margin: 50px 0;
}
.page-sub-page .page-detail-boxs .row {
  padding: 0;
}
.page-sub-page .page-detail-maxim {
  padding-bottom: 25px;
}
.page-sub-page .page-detail-maxim .sentence {
  font-size: 2.42857em;
  font-weight: 900;
  color: #1d2a4b;
}
.page-sub-page .page-detail-maxim .said {
  color: #1d2a4b;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0;
}
.page-sub-page .page-detail-maxim .said span {
  color: #aaaaaa;
  font-size: 0.92857em;
}
.page-sub-page .page-detail-tags {
  margin: 50px 0 100px;
}
.page-sub-page .page-detail-slider {
  padding-top: 25;
}
.page-sub-page .page-detail-slider .item {
  text-align: center;
}
.page-sub-page .page-detail-slider .item img {
  width: 90%;
  margin: 0 auto;
}
.page-sub-page .page-detail-slider .slick-arrow {
  position: absolute;
  transform: translate(0, -50%);
  top: 45%;
  height: 50px;
  background: none;
  color: #ff3823;
  z-index: 9999;
  border: none;
  font-size: 25px;
  outline: none;
  z-index: 9999;
  font-size: 25px;
  cursor: pointer;
}
.page-sub-page .page-detail-slider .slick-arrow.slide-left {
  left: 0;
}
.page-sub-page .page-detail-slider .slick-arrow.slide-right {
  right: 0;
}
.page-sub-page .page-detail-slider .slick-dots {
  text-align: center;
  padding: 0;
  margin-top: 25px;
}
.page-sub-page .page-detail-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}
.page-sub-page .page-detail-slider .slick-dots button {
  border: none;
  background: #aaaaaa;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  text-indent: -9999px;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.page-sub-page .page-detail-slider .slick-dots .slick-active button {
  background: #ff3823;
}
.page-sub-page .page-detail-mini-slider {
  margin: 10px 0 !important;
}
.page-sub-page .page-detail-mini-slider .desc {
  color: rgba(29, 42, 75, 0.8);
  font-size: 1.42857em;
  margin-bottom: 30px;
}
.page-sub-page .page-detail-mini-slider .slick-slide {
  padding: 0 10px;
}
.page-sub-page .page-detail-mini-slider .slider-arrows {
  position: absolute;
  right: 9px;
  top: 9px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  border: 1px solid #e3e3e3;
  height: 50px;
  line-height: 50px;
  width: 115px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 45px;
}
.page-sub-page .page-detail-mini-slider .slider-arrows a {
  font-size: 1.21429em;
  float: left;
  width: 50%;
  color: #e3e3e3;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.page-sub-page .page-detail-mini-slider .slider-arrows a:first-child {
  border-right: 1px solid #e3e3e3;
}
.page-sub-page .page-detail-mini-slider .slider-arrows a:hover {
  background-color: #ff3823;
  color: #ffffff;
}
.page-sub-page .page-detail-mini-slider .slider-arrows a:focus {
  background-color: #e81801;
  color: #ffffff;
}
.page-sub-page .page-detail-mini-slider .slider-arrows:after {
  display: block;
  content: " ";
  clear: both;
}
.page-sub-page .page-detail-mini-slider .sector-slider .box {
  height: 210px;
}
.page-sub-page .page-detail-mini-slider .box {
  text-align: center;
  height: 120px;
  min-height: 0;
  float: left;
}
.page-sub-page .page-detail-mini-slider .box a {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  left: 0;
  right: 0;
  padding: 10px 20px;
  color: #1d2a4b;
  font-size: em8(18);
  font-weight: 900;
}
.page-sub-page .page-detail-mini-slider .box a img {
  display: block;
  margin: 0 auto;
  min-width: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}
.page-sub-page .page-detail-mini-slider .box a icon {
  display: block;
  color: #d4d4d4;
  font-size: 20px;
  margin-top: 10px;
}
.page-sub-page .page-detail-related-documents {
  margin: 40px 0 10px 0;
}
.page-sub-page .page-detail-related-documents .row {
  padding: 0;
}
.page-sub-page .page-detail-related-documents .desc {
  color: rgba(29, 42, 75, 0.8);
  font-size: 1.42857em;
  margin-bottom: 30px;
}
.page-sub-page .page-detail-related-documents .box {
  text-align: center;
  height: 120px;
  min-height: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.page-sub-page .page-detail-related-documents .box a {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  left: 0;
  right: 0;
  padding: 10px 20px;
  color: #1d2a4b;
  font-size: em8(18);
  font-weight: 900;
}
.page-sub-page .page-detail-related-documents .box a img {
  display: block;
  margin: 0 auto;
  width: 70px;
  margin-bottom: 10px;
}
.page-sub-page .page-detail-related-documents .box a icon {
  display: block;
  color: #d4d4d4;
  font-size: 20px;
  margin-top: 10px;
}
.page-sub-page .page-detail-video {
  margin: 50px 0;
  padding-bottom: 25px;
}
.page-sub-page .page-detail-testimonials {
  position: relative;
  margin: 50px 0;
}
.page-sub-page .page-detail-testimonials figure figcaption span {
  font-size: 13px;
}
.page-sub-page .page-detail-testimonials .said {
  color: #1d2a4b;
  font-weight: 500;
  font-size: 1em;
  margin-top: 15px;
  margin-bottom: 0;
}
.page-sub-page .page-detail-testimonials .said span {
  color: #aaaaaa;
  font-size: 0.92857em;
}
.page-sub-page .page-detail-timelines {
  margin: 50px 0;
}
.page-sub-page .page-detail-timelines .row .row {
  padding: 0;
}
.page-sub-page .page-detail-timelines .box {
  height: 120px;
  min-height: 0;
}
.page-sub-page .page-detail-timelines .box a {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  left: 0;
  right: 0;
  padding: 10px 20px;
}
.page-sub-page .page-detail-timelines .title {
  margin-bottom: 25px;
}
.page-sub-page .page-detail-players {
  margin: 50px 0;
}
.page-sub-page .page-detail-players .row {
  padding: 0;
}
.page-sub-page .page-detail-players .box {
  height: 120px;
  min-height: 0;
  width: 100%;
}
.page-sub-page .page-detail-players .box a {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  left: 0;
  right: 0;
  padding: 10px 20px;
}
.page-sub-page .page-detail-players .box img {
  height: 95px;
  width: 100%;
  object-fit: contain;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  max-width: 90%;
}
.page-sub-page .page-detail-players .box:hover img {
  max-width: 100%;
}
.page-sub-page .page-detail-charts {
  margin: 9px 0;
}
.page-sub-page .page-detail-charts .box {
  padding: 40px;
}
.page-sub-page img {
  max-width: 100%;
}
.page-sub-page.page-whoWeAre .page-detail-info {
  margin-bottom: 0px;
}
.page-sub-page.page-howWeHelp .page-detail-info {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-sub-page div .title {
    font-size: 20px !important;
  }
  .page-sub-page section .row {
    padding: 0 15px;
  }
  .page-sub-page .page-detail-info .socials .link {
    display: inline-block;
    margin-right: 15px;
  }
  .page-sub-page .page-detail-info .detail-title {
    font-size: 22px;
    line-height: 1;
  }
  .page-sub-page .page-detail-mini-slider .slider-arrows {
    margin-bottom: 30px;
    position: static !important;
    float: right;
  }
  .col-md-2-5 {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 767.1px) {
  .page-home .invest-boxs {
    padding-bottom: 65px;
    position: relative;
  }
  .page-home .invest-boxs .bottom {
    padding-top: 0;
    margin: 0 15px;
  }
  .page-home .actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .page-home .actions .invest-button {
    border: none;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
}
.page-news {
  background-color: #fafafa;
}
.page-news .title {
  color: #1d2a4b;
  font-weight: 900;
  font-size: 2.85714em;
  margin-bottom: 50px;
  display: inline-block;
}
.page-news .title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
.page-news .tags {
  background-color: #ffffff;
  padding: 40px 0;
  margin-bottom: 50px;
}
.page-news .tags .tags-wrapper {
  margin-top: 13px;
  text-align: right;
}
.page-news .tags .invest-tag {
  margin-left: 12px;
  margin-bottom: 12px;
}
.page-news .tags .invest-tag.see-all {
  background-color: #f6f6f6;
  color: #898989;
}
.page-news .tags .invest-tag.see-all:hover {
  background-color: rgba(246, 246, 246, 0.35);
}
.page-news .tags .title {
  margin-bottom: 20px;
  white-space: nowrap;
}
.page-news .tags article {
  color: #9b9b9b;
  font-size: 1.07143em;
}
.page-news .invest-boxs.news-box {
  padding: 0;
  border: 0;
  overflow: hidden;
}
.page-news .invest-boxs.news-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.page-news .invest-boxs.news-box figcaption {
  padding: 30px;
}
.page-news .invest-boxs.news-box .date {
  font-weight: 500;
  font-size: 0.85714em;
}
.page-news .invest-boxs.news-box .news-title {
  font-weight: 900;
  font-size: 1.42857em;
  color: #1d2a4b;
}
.page-news .invest-boxs.news-box article {
  height: 125px;
  overflow: hidden;
  margin-bottom: 25px;
  color: #818181;
  font-size: 1.07143em;
}
.page-news .invest-boxs.news-box .invest-tag {
  margin-right: 6px;
}
.page-news .invest-boxs.news-box.big {
  height: 736px;
}
.page-news .invest-boxs.news-box.mini {
  height: 355px;
  margin-bottom: 26px;
}
.page-news .invest-boxs.news-box.mini:last-child {
  margin-bottom: 0;
}
.page-news .invest-boxs.news-box.mini .image {
  position: relative;
  height: 220px;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-news .invest-boxs.news-box.mini img {
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-news .invest-boxs.news-box.mini figcaption {
  padding: 20px;
}
.page-news .invest-boxs.news-box.mini .news-title {
  font-size: 1.14286em;
  margin-bottom: 0;
}
.page-news .invest-boxs.news-box.mini .news-decs {
  display: none;
}
.page-news .invest-boxs.news-box.mini:hover .news-decs {
  display: block;
  color: #1d2a4b;
}
.page-news .invest-boxs.news-box.mini:hover .image {
  height: 180px;
  overflow: hidden;
}
.page-news .invest-boxs.news-box.mini:hover .image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-news .invest-boxs.news-box.mini:hover .image:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page-news .page-info {
  background-color: #fafafa;
}
.page-news .recent-news {
  margin-bottom: 0;
}
.page-news .all-news {
  padding-bottom: 50px;
}
.page-news .all-news .actions {
  float: right;
}
.page-news .all-news .actions .select {
  width: 100px;
}
.page-news .all-news .actions .select .select-styled {
  background-color: transparent;
}
.page-news .all-news .invest-boxs.news-box.mini {
  margin-bottom: 40px;
}
.page-news-detail .title {
  color: #1d2a4b;
  font-weight: 900;
  font-size: 2.85714em;
  margin-bottom: 50px;
  display: inline-block;
}
.page-news-detail .title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
.page-news-detail .tags {
  background-color: #ffffff;
  padding: 40px 0;
  margin-bottom: 50px;
}
.page-news-detail .tags .tags-wrapper {
  margin-top: 13px;
  text-align: right;
}
.page-news-detail .tags .invest-tag {
  margin-left: 12px;
  margin-bottom: 12px;
}
.page-news-detail .tags .invest-tag.see-all {
  background-color: #f6f6f6;
  color: #898989;
}
.page-news-detail .tags .invest-tag.see-all:hover {
  background-color: rgba(246, 246, 246, 0.35);
}
.page-news-detail .tags .title {
  margin-bottom: 20px;
}
.page-news-detail .tags article {
  color: #9b9b9b;
  font-size: 1.07143em;
}
.page-news-detail .invest-boxs.news-box {
  padding: 0;
  border: 0;
  overflow: hidden;
}
.page-news-detail .invest-boxs.news-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.page-news-detail .invest-boxs.news-box figcaption {
  padding: 30px;
}
.page-news-detail .invest-boxs.news-box .date {
  font-weight: 500;
  font-size: 0.85714em;
}
.page-news-detail .invest-boxs.news-box .news-title {
  font-weight: 900;
  font-size: 1.42857em;
  color: #1d2a4b;
}
.page-news-detail .invest-boxs.news-box article {
  height: 125px;
  overflow: hidden;
  margin-bottom: 25px;
  color: #818181;
  font-size: 1.07143em;
}
.page-news-detail .invest-boxs.news-box .invest-tag {
  margin-right: 6px;
}
.page-news-detail .invest-boxs.news-box.big {
  height: 736px;
}
.page-news-detail .invest-boxs.news-box.mini {
  height: 355px;
  margin-bottom: 26px;
}
.page-news-detail .invest-boxs.news-box.mini:last-child {
  margin-bottom: 0;
}
.page-news-detail .invest-boxs.news-box.mini .image {
  position: relative;
  height: 220px;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-news-detail .invest-boxs.news-box.mini img {
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-news-detail .invest-boxs.news-box.mini figcaption {
  padding: 20px;
}
.page-news-detail .invest-boxs.news-box.mini .news-title {
  font-size: 1.14286em;
  margin-bottom: 0;
}
.page-news-detail .invest-boxs.news-box.mini .news-decs {
  display: none;
}
.page-news-detail .invest-boxs.news-box.mini:hover .news-decs {
  display: block;
  color: #1d2a4b;
}
.page-news-detail .invest-boxs.news-box.mini:hover .image {
  height: 180px;
  overflow: hidden;
}
.page-news-detail .invest-boxs.news-box.mini:hover .image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-news-detail .invest-boxs.news-box.mini:hover .image:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page-news-detail .page-detail-sliderBot .invest-button {
  display: none;
}
.page-sectors .title {
  color: #1d2a4b;
  font-weight: 900;
  font-size: 2.85714em;
  margin-bottom: 50px;
  display: inline-block;
}
.page-sectors .title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
.page-sectors .box {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  background-color: #ffffff;
  min-height: 450px;
  text-align: center;
}
.page-sectors .box .videos img {
  max-width: 100%;
}
.page-sectors .box .content {
  padding: 45px 55px;
}
.page-sectors .box .content .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
}
.page-sectors .box .content .name {
  font-size: 1.42857em;
  color: #1d2a4b;
  font-weight: 900;
  margin: 0 0 20px;
}
.page-sectors .box .content article {
  color: #9b9b9b;
  font-size: 1.14286em;
}
.page-sectors .box .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.page-sectors .box .bottom .more {
  color: #1d2a4b;
  font-size: 1.14286em;
  font-weight: 900;
  display: block;
  padding: 20px 0;
}
.page-sectors .sectors .link {
  height: 220px;
  text-align: center;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.page-sectors .sectors .link .content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  left: 0;
  right: 0;
}
.page-sectors .sectors .link .content icon {
  color: #1d2a4b;
  font-size: 40px;
  margin-bottom: 15px;
}
.page-sectors .sectors .link .content img {
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
  object-fit: contain;
  height: 70px;
}
.page-sectors .sectors .link .content span {
  display: block;
  color: #1d2a4b;
  font-weight: 900;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-sectors .sectors .link:hover {
  background-color: rgba(227, 227, 227, 0.65);
}
.page-sectors .sectors .link:hover img {
  transform: scale(1.1);
}
.page-sectors .sectors .link:hover span {
  font-size: 16px;
}
.page-sectors .page-detail-teams {
  background-color: #fafafa;
  border-top: 1px solid #ebebeb;
  padding: 80px 0;
}
.page-sectors .page-detail-teams .title {
  font-size: 2.14286em;
}
.page-sectors .page-detail-teams .row .row {
  padding: 0;
}
.page-sectors .page-detail-testimonials .invest-boxs {
  padding: 0;
  border: 0;
}
.page-sectors .page-detail-testimonials .invest-boxs .top {
  right: 0;
}
.page-sectors .page-detail-testimonials .invest-boxs .invest-slider {
  margin-top: 15px;
}
.page-investment-guide .title {
  color: #1d2a4b;
  font-weight: 900;
  font-size: 2.85714em;
  margin-bottom: 50px;
  display: inline-block;
}
.page-investment-guide .title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
.page-investment-guide .box {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  background-color: #ffffff;
  min-height: 450px;
  text-align: center;
}
.page-investment-guide .box .videos img {
  max-width: 100%;
}
.page-investment-guide .box .content {
  padding: 45px 55px;
}
.page-investment-guide .box .content .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
}
.page-investment-guide .box .content .name {
  font-size: 1.42857em;
  color: #1d2a4b;
  font-weight: 900;
  margin: 0 0 20px;
}
.page-investment-guide .box .content article {
  color: #9b9b9b;
  font-size: 1.14286em;
}
.page-investment-guide .box .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.page-investment-guide .box .bottom .more {
  color: #1d2a4b;
  font-size: 1.14286em;
  font-weight: 900;
  display: block;
  padding: 20px 0;
}
.page-investment-guide .sectors .link {
  height: 220px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.page-investment-guide .sectors .link .content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  text-align: center;
}
.page-investment-guide .sectors .link .content span {
  display: block;
  color: #1d2a4b;
  font-weight: 900;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-investment-guide .sectors .link .content p {
  color: #aaaaaa;
}
.page-investment-guide .sectors .link:hover {
  background-color: rgba(227, 227, 227, 0.65);
}
.page-investment-guide .sectors .link:hover img {
  transform: scale(1.1);
}
.page-investment-guide .sectors .link:hover span {
  font-size: 16px;
}
.page-why-turkey .title {
  color: #1d2a4b;
  font-weight: 900;
  font-size: 2.85714em;
  margin-bottom: 50px;
  display: inline-block;
}
.page-why-turkey .title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
.page-why-turkey .box {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  background-color: #ffffff;
  min-height: 350px;
  text-align: center;
}
.page-why-turkey .box .videos img {
  max-width: 100%;
}
.page-why-turkey .box .content {
  padding: 45px 55px;
}
.page-why-turkey .box .content a {
  display: block;
}
.page-why-turkey .box .content .icon {
  margin-bottom: 40px;
}
.page-why-turkey .box .content .name {
  font-size: 1.42857em;
  color: #1d2a4b;
  font-weight: 900;
  margin: 0 0 20px;
}
.page-why-turkey .box .content article {
  color: #9b9b9b;
  font-size: 1.14286em;
}
.page-why-turkey .box .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.page-why-turkey .box .bottom .more {
  color: #1d2a4b;
  font-size: 1.14286em;
  font-weight: 900;
  display: block;
  padding: 20px 0;
}
.page-why-turkey .socials a {
  text-align: left;
  color: #aaaaaa;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
.page-why-turkey .socials a:visited {
  color: #aaaaaa;
}
.page-why-turkey .socials a:hover .icon-facebook {
  color: #3b5898;
}
.page-why-turkey .socials a:hover .icon-twitter {
  color: #1da1f2;
}
.page-why-turkey .socials a:hover .icon-linkedin {
  color: #0077b5;
}
.page-why-turkey .socials a:hover .icon-google {
  color: #dd4b39;
}
.page-why-turkey .socials a:hover .icon-letter {
  color: #ef3421;
}
.page-why-turkey .socials a .icon-linkedin {
  font-size: 15px;
}
.page-why-turkey .socials a .icon-google {
  font-size: 20px;
}
.page-why-turkey .reason-view-all {
  text-align: center;
  margin-top: 10px;
}
.page-why-turkey .page-detail-causes {
  background-color: #fafafa;
  border-top: 1px solid #ebebeb;
  padding: 80px 0;
}
.page-why-turkey .page-detail-causes .title {
  font-size: 2.14286em;
}
.page-why-turkey .page-detail-causes .link {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  display: block;
  height: 150px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.page-why-turkey .page-detail-causes .link .content {
  padding: 15px 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  left: 0;
  right: 0;
  height: 140px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-why-turkey .page-detail-causes .link .content .icon {
  color: #1d2a4b;
  height: 40px;
  margin-bottom: 15px;
}
.page-why-turkey .page-detail-causes .link .content span {
  display: block;
  color: #1d2a4b;
  padding: 0 30px;
  font-weight: 900;
}
.page-why-turkey .page-detail-causes .link:hover {
  background-color: #fff;
}
.page-why-turkey .page-detail-causes .link:hover .content {
  font-size: 15px;
}
.page-success-stories .success-stories .link {
  height: 300px;
  text-align: center;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.page-success-stories .success-stories .link .car {
  height: 100%;
  position: relative;
  z-index: 1;
}
.page-success-stories .success-stories .link .car img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.page-success-stories .success-stories .link .logo {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.page-success-stories .success-stories .link .logo img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-success-stories .filter-form {
  margin-bottom: 30px;
}
.page-success-stories .filter-form .select {
  width: 100%;
  height: 54px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}
.page-success-stories .filter-form .select .select-styled {
  line-height: 54px;
  padding: 0 20px;
}
.page-success-stories .filter-form .select .select-styled:after {
  top: 22px;
}
.page-success-stories .filter-form .select .select-styled:active:after {
  top: 12px;
}
.page-success-stories .filter-form .select .select-styled.active:after {
  top: 12px;
}
.page-success-stories .filter-form .invest-button.full {
  border-radius: 6px;
  min-width: 100px;
  max-width: 150px;
  line-height: 54px;
  height: 54px;
  float: right;
  cursor: pointer;
}
.success-stories-detail .actions.top .invest-button {
  display: inline-block !important;
}
.page-testimonials .testimonials .link {
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.page-testimonials .testimonials .link figure {
  position: relative;
  overflow: hidden;
}
.page-testimonials .testimonials .link figure img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}
.page-testimonials .testimonials .link figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 20px;
  font-size: 1.71429em;
  color: #fff;
  text-align: center;
}
.page-testimonials .testimonials .link figure figcaption span {
  font-size: 16px;
  display: block;
}
.page-testimonials .filter-form {
  margin-bottom: 30px;
}
.page-testimonials .filter-form .select {
  width: 100%;
  height: 54px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}
.page-testimonials .filter-form .select .select-styled {
  line-height: 54px;
  padding: 0 20px;
}
.page-testimonials .filter-form .select .select-styled:after {
  top: 22px;
}
.page-testimonials .filter-form .select .select-styled:active:after {
  top: 12px;
}
.page-testimonials .filter-form .select .select-styled.active:after {
  top: 12px;
}
.page-testimonials .filter-form .invest-button.full {
  border-radius: 6px;
  min-width: 100px;
  max-width: 150px;
  line-height: 54px;
  height: 54px;
  float: right;
  cursor: pointer;
}
.testimonials-detail .actions.top .invest-button {
  display: inline-block !important;
}
.page-events {
  background-color: #fafafa;
}
.page-events .title {
  color: #1d2a4b;
  font-weight: 900;
  font-size: 2.85714em;
  margin-bottom: 50px;
  display: inline-block;
}
.page-events .title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
.page-events .tags {
  background-color: #ffffff;
  padding: 40px 0;
  margin-bottom: 50px;
}
.page-events .tags .tags-wrapper {
  margin-top: 13px;
  text-align: right;
}
.page-events .tags .invest-tag {
  margin-left: 12px;
  margin-bottom: 12px;
}
.page-events .tags .invest-tag.see-all {
  background-color: #f6f6f6;
  color: #898989;
}
.page-events .tags .invest-tag.see-all:hover {
  background-color: rgba(246, 246, 246, 0.35);
}
.page-events .tags .title {
  margin-bottom: 20px;
}
.page-events .tags article {
  color: #9b9b9b;
  font-size: 1.07143em;
}
.page-events .invest-boxs.events-box {
  padding: 0;
  border: 0;
  overflow: hidden;
}
.page-events .invest-boxs.events-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.page-events .invest-boxs.events-box figcaption {
  padding: 30px;
}
.page-events .invest-boxs.events-box .date {
  font-weight: 500;
  font-size: 0.85714em;
}
.page-events .invest-boxs.events-box .events-title {
  font-weight: 900;
  font-size: 1.42857em;
  color: #1d2a4b;
}
.page-events .invest-boxs.events-box article {
  height: 125px;
  overflow: hidden;
  margin-bottom: 25px;
  color: #818181;
  font-size: 1.07143em;
}
.page-events .invest-boxs.events-box .invest-tag {
  margin-right: 6px;
}
.page-events .invest-boxs.events-box.big {
  height: 736px;
}
.page-events .invest-boxs.events-box.mini {
  height: 355px;
  margin-bottom: 26px;
}
.page-events .invest-boxs.events-box.mini:last-child {
  margin-bottom: 0;
}
.page-events .invest-boxs.events-box.mini .image {
  position: relative;
  height: 220px;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-events .invest-boxs.events-box.mini img {
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-events .invest-boxs.events-box.mini figcaption {
  padding: 20px;
}
.page-events .invest-boxs.events-box.mini .events-title {
  font-size: 1.14286em;
  margin-bottom: 0;
}
.page-events .invest-boxs.events-box.mini .events-decs {
  display: none;
}
.page-events .invest-boxs.events-box.mini:hover .events-decs {
  display: block;
  color: #1d2a4b;
}
.page-events .invest-boxs.events-box.mini:hover .image {
  height: 180px;
  overflow: hidden;
}
.page-events .invest-boxs.events-box.mini:hover .image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-events .invest-boxs.events-box.mini:hover .image:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page-events .page-info {
  background-color: #fafafa;
}
.page-events .recent-events {
  margin-bottom: 0;
}
.page-events .all-events {
  padding-bottom: 50px;
}
.page-events .all-events .actions {
  float: right;
}
.page-events .all-events .actions .select {
  width: 100px;
}
.page-events .all-events .actions .select .select-styled {
  background-color: transparent;
}
.page-events .all-events .invest-boxs.events-box.mini {
  margin-bottom: 40px;
}
.page-news-detail .title {
  color: #1d2a4b;
  font-weight: 900;
  font-size: 2.85714em;
  margin-bottom: 50px;
  display: inline-block;
}
.page-news-detail .title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
.page-news-detail .tags {
  background-color: #ffffff;
  padding: 40px 0;
  margin-bottom: 50px;
}
.page-news-detail .tags .tags-wrapper {
  margin-top: 13px;
  text-align: right;
}
.page-news-detail .tags .invest-tag {
  margin-left: 12px;
  margin-bottom: 12px;
}
.page-news-detail .tags .invest-tag.see-all {
  background-color: #f6f6f6;
  color: #898989;
}
.page-news-detail .tags .invest-tag.see-all:hover {
  background-color: rgba(246, 246, 246, 0.35);
}
.page-news-detail .tags .title {
  margin-bottom: 20px;
}
.page-news-detail .tags article {
  color: #9b9b9b;
  font-size: 1.07143em;
}
.page-news-detail .invest-boxs.events-box {
  padding: 0;
  border: 0;
  overflow: hidden;
}
.page-news-detail .invest-boxs.events-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.page-news-detail .invest-boxs.events-box figcaption {
  padding: 30px;
}
.page-news-detail .invest-boxs.events-box .date {
  font-weight: 500;
  font-size: 0.85714em;
}
.page-news-detail .invest-boxs.events-box .events-title {
  font-weight: 900;
  font-size: 1.42857em;
  color: #1d2a4b;
}
.page-news-detail .invest-boxs.events-box article {
  height: 125px;
  overflow: hidden;
  margin-bottom: 25px;
  color: #818181;
  font-size: 1.07143em;
}
.page-news-detail .invest-boxs.events-box .invest-tag {
  margin-right: 6px;
}
.page-news-detail .invest-boxs.events-box.big {
  height: 736px;
}
.page-news-detail .invest-boxs.events-box.mini {
  height: 355px;
  margin-bottom: 26px;
}
.page-news-detail .invest-boxs.events-box.mini:last-child {
  margin-bottom: 0;
}
.page-news-detail .invest-boxs.events-box.mini .image {
  position: relative;
  height: 220px;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-news-detail .invest-boxs.events-box.mini img {
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-news-detail .invest-boxs.events-box.mini figcaption {
  padding: 20px;
}
.page-news-detail .invest-boxs.events-box.mini .events-title {
  font-size: 1.14286em;
  margin-bottom: 0;
}
.page-news-detail .invest-boxs.events-box.mini .events-decs {
  display: none;
}
.page-news-detail .invest-boxs.events-box.mini:hover .events-decs {
  display: block;
  color: #1d2a4b;
}
.page-news-detail .invest-boxs.events-box.mini:hover .image {
  height: 180px;
  overflow: hidden;
}
.page-news-detail .invest-boxs.events-box.mini:hover .image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-news-detail .invest-boxs.events-box.mini:hover .image:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
} /*!
* animate.css -http://daneden.me/animate
* Version - 3.7.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -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 {
  from,
  20%,
  53%,
  80%,
  to {
    -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 {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -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 {
  from,
  to {
    -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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-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);
  }
  to {
    -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);
  }
  to {
    -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 {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -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);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -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);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }
  from {
    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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }
  from {
    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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }
  from {
    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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }
  from {
    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);
  }
  to {
    -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);
  }
  to {
    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);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -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 {
  from {
    -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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -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);
  }
  to {
    -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 {
  from {
    -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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -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);
  }
  to {
    -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 {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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;
  }
  to {
    -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;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    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 {
  from {
    opacity: 1;
  }
  to {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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 {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.iziModal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: margin-top 0.3s ease, height 0.3s ease;
  transform: translateZ(0);
}
.iziModal * {
  -webkit-font-smoothing: antialiased;
}
.iziModal::after {
  content: "";
  width: 100%;
  height: 0px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.35))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
}
.iziModal.hasShadow::after {
  height: 30px;
  opacity: 1;
}
.iziModal .iziModal-progressbar {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.iziModal .iziModal-progressbar > div {
  height: 2px;
  width: 100%;
}
.iziModal .iziModal-header {
  background: #88a0b9;
  padding: 14px 18px 15px 18px;
  box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0px #555;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.iziModal .iziModal-header-icon {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px 0 0;
  margin: 0;
  float: left;
}
.iziModal .iziModal-header-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.iziModal .iziModal-header-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.45;
}
.iziModal .iziModal-header-title,
.iziModal .iziModal-header-subtitle {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Lato", Arial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.iziModal .iziModal-header-buttons {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -17px 0 0 0;
}
.iziModal .iziModal-button {
  display: block;
  float: right;
  z-index: 2;
  outline: none;
  height: 34px;
  width: 34px;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.3;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1),
    opacity 0.5s ease;
  background-size: 67% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.iziModal .iziModal-button-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==")
    no-repeat 50% 50%;
}
.iziModal .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=")
    no-repeat 50% 50%;
}
.iziModal.isFullscreen .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC")
    no-repeat 50% 50%;
}
.iziModal .iziModal-button-close:hover {
  transform: rotate(180deg);
}
.iziModal .iziModal-button:hover {
  opacity: 0.8;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
  height: auto;
  padding: 10px 15px 12px 15px;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  font-size: 23px;
  padding-right: 13px;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 15px;
  margin: 3px 0 0 0;
  font-weight: 400;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
  right: 6px;
  margin: -16px 0 0 0;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
  height: 30px;
  width: 30px;
}
.iziModal-rtl {
  direction: rtl;
}
.iziModal-rtl .iziModal-header {
  padding: 14px 18px 15px 40px;
}
.iziModal-rtl .iziModal-header-icon {
  float: right;
  padding: 0 0 0 15px;
}
.iziModal-rtl .iziModal-header-buttons {
  right: initial;
  left: 10px;
}
.iziModal-rtl .iziModal-button {
  float: left;
}
.iziModal-rtl .iziModal-header-title,
.iziModal-rtl .iziModal-header-subtitle {
  text-align: right;
  font-family: Tahoma, "Lato", Arial;
  font-weight: 500;
}
.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
  padding: 10px 15px 12px 40px;
}
.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  padding: 0 0 0 13px;
}
.iziModal.iziModal-light .iziModal-header-icon {
  color: rgba(0, 0, 0, 0.5);
}
.iziModal.iziModal-light .iziModal-header-title {
  color: #000;
}
.iziModal.iziModal-light .iziModal-header-subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.iziModal.iziModal-light .iziModal-button-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC")
    no-repeat 50% 50%;
}
.iziModal.iziModal-light .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC")
    no-repeat 50% 50%;
}
.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC")
    no-repeat 50% 50%;
}
.iziModal .iziModal-loader {
  background: #fff
    url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=")
    no-repeat 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.iziModal .iziModal-content-loader {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=")
    no-repeat 50% 50%;
}
.iziModal .iziModal-content:before,
.iziModal .iziModal-content:after {
  content: "";
  display: table;
}
.iziModal .iziModal-content:after {
  clear: both;
}
.iziModal .iziModal-content {
  zoom: 1;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.iziModal .iziModal-wrap {
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.iziModal .iziModal-iframe {
  border: 0;
  margin: 0 0 -6px 0;
  width: 100%;
  transition: height 0.3s ease;
}
.iziModal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.iziModal-navigate {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.iziModal-navigate-caption {
  position: absolute;
  left: 10px;
  top: 10px;
  color: white;
  line-height: 16px;
  font-size: 9px;
  font-family: "Lato", Arial;
  letter-spacing: 0.1em;
  text-indent: 0;
  text-align: center;
  width: 70px;
  padding: 5px 0;
  text-transform: uppercase;
  display: none;
}
.iziModal-navigate-caption::before,
.iziModal-navigate-caption::after {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  content: "";
  background-size: 100% !important;
}
.iziModal-navigate-caption:before {
  left: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=")
    no-repeat 50% 50%;
}
.iziModal-navigate-caption:after {
  right: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC")
    no-repeat 50% 50%;
}
.iziModal-navigate > button {
  position: fixed;
  bottom: 0;
  top: 0;
  border: 0;
  height: 100%;
  width: 84px;
  background-size: 100% !important;
  cursor: pointer;
  padding: 0;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  pointer-events: all;
  margin: 0;
  outline: none;
}
.iziModal-navigate > button:hover {
  opacity: 1;
}
.iziModal-navigate-prev {
  left: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==")
    no-repeat 50% 50%;
}
.iziModal-navigate-next {
  right: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=")
    no-repeat 50% 50%;
}
.iziModal.isAttachedTop .iziModal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.iziModal.isAttachedTop {
  margin-top: 0 !important;
  margin-bottom: auto !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.iziModal.isAttachedBottom {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.iziModal.isFullscreen {
  max-width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
  border-radius: 0 !important;
}
.iziModal.isAttached {
  border-radius: 0 !important;
}
.iziModal.hasScroll .iziModal-wrap {
  overflow-y: auto;
  overflow-x: hidden;
}
html.iziModal-isOverflow {
  overflow: hidden;
}
html.iziModal-isOverflow body,
html.iziModal-isAttached body {
  overflow-y: scroll;
  position: relative;
}
html.iziModal-isAttached {
  overflow: hidden;
}
.iziModal ::-webkit-scrollbar {
  overflow: visible;
  height: 7px;
  width: 7px;
}
.iziModal ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.iziModal ::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.iziModal ::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.iziModal ::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 2px;
}
.iziModal.transitionIn .iziModal-header {
  -webkit-animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
  -webkit-animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}
.iziModal.transitionIn .iziModal-header .iziModal-header-title,
.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
  -webkit-animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}
.iziModal.transitionIn .iziModal-header .iziModal-button {
  -webkit-animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
  animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.iziModal.transitionIn .iziModal-iframe,
.iziModal.transitionIn .iziModal-wrap {
  -webkit-animation: iziM-fadeIn 1.3s;
  -moz-animation: iziM-fadeIn 1.3s;
  animation: iziM-fadeIn 1.3s;
}
.iziModal.transitionIn .iziModal-header {
  -webkit-animation-delay: 0s;
  -moz-animation: 0s;
  animation-delay: 0s;
}
.iziModal.transitionIn .iziModal-header .iziModal-header-icon,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
  -webkit-animation-delay: 0.4s;
  -moz-animation: 0.4s;
  animation-delay: 0.4s;
}
.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
  -webkit-animation-delay: 0.5s;
  -moz-animation: 0.5s;
  animation-delay: 0.5s;
}
.iziModal.transitionOut .iziModal-header,
.iziModal.transitionOut .iziModal-header * {
  transition: none !important;
}
.iziModal.fadeOut,
.iziModal-overlay.fadeOut,
.iziModal-navigate.fadeOut,
.iziModal .fadeOut {
  -webkit-animation: iziM-fadeOut 0.5s;
  -moz-animation: iziM-fadeOut 0.5s;
  animation: iziM-fadeOut 0.5s;
  animation-fill-mode: forwards;
}
.iziModal.fadeIn,
.iziModal-overlay.fadeIn,
.iziModal-navigate.fadeIn,
.iziModal .fadeIn {
  -webkit-animation: iziM-fadeIn 0.5s;
  -moz-animation: iziM-fadeIn 0.5s;
  animation: iziM-fadeIn 0.5s;
}
.iziModal.comingIn,
.iziModal-overlay.comingIn {
  -webkit-animation: iziM-comingIn 0.5s ease;
  -moz-animation: iziM-comingIn 0.5s ease;
  animation: iziM-comingIn 0.5s ease;
}
.iziModal.comingOut,
.iziModal-overlay.comingOut {
  -webkit-animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  -moz-animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation-fill-mode: forwards;
}
.iziModal.bounceInDown,
.iziModal-overlay.bounceInDown {
  -webkit-animation: iziM-bounceInDown 0.7s ease;
  animation: iziM-bounceInDown 0.7s ease;
}
.iziModal.bounceOutDown,
.iziModal-overlay.bounceOutDown {
  -webkit-animation: iziM-bounceOutDown 0.7s ease;
  animation: iziM-bounceOutDown 0.7s ease;
}
.iziModal.bounceInUp,
.iziModal-overlay.bounceInUp {
  -webkit-animation: iziM-bounceInUp 0.7s ease;
  animation: iziM-bounceInUp 0.7s ease;
}
.iziModal.bounceOutUp,
.iziModal-overlay.bounceOutUp {
  -webkit-animation: iziM-bounceOutUp 0.7s ease;
  animation: iziM-bounceOutUp 0.7s ease;
}
.iziModal.fadeInDown,
.iziModal-overlay.fadeInDown {
  -webkit-animation: iziM-fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeOutDown,
.iziModal-overlay.fadeOutDown {
  -webkit-animation: iziM-fadeOutDown 0.5s ease;
  animation: iziM-fadeOutDown 0.5s ease;
}
.iziModal.fadeInUp,
.iziModal-overlay.fadeInUp {
  -webkit-animation: iziM-fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeOutUp,
.iziModal-overlay.fadeOutUp {
  -webkit-animation: iziM-fadeOutUp 0.5s ease;
  animation: iziM-fadeOutUp 0.5s ease;
}
.iziModal.fadeInLeft,
.iziModal-overlay.fadeInLeft {
  -webkit-animation: iziM-fadeInLeft 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInLeft 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeOutLeft,
.iziModal-overlay.fadeOutLeft {
  -webkit-animation: iziM-fadeOutLeft 0.5s ease;
  animation: iziM-fadeOutLeft 0.5s ease;
}
.iziModal.fadeInRight,
.iziModal-overlay.fadeInRight {
  -webkit-animation: iziM-fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}
.iziModal.fadeOutRight,
.iziModal-overlay.fadeOutRight {
  -webkit-animation: iziM-fadeOutRight 0.5s ease;
  animation: iziM-fadeOutRight 0.5s ease;
}
.iziModal.flipInX,
.iziModal-overlay.flipInX {
  -webkit-animation: iziM-flipInX 0.7s ease;
  animation: iziM-flipInX 0.7s ease;
}
.iziModal.flipOutX,
.iziModal-overlay.flipOutX {
  -webkit-animation: iziM-flipOutX 0.7s ease;
  animation: iziM-flipOutX 0.7s ease;
}
@-webkit-keyframes iziM-comingIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) perspective(600px) rotateX(0);
  }
}
@-moz-keyframes iziM-comingIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) perspective(600px) rotateX(0);
  }
}
@keyframes iziM-comingIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) perspective(600px) rotateX(0);
  }
}
@-webkit-keyframes iziM-comingOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@-moz-keyframes iziM-comingOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes iziM-comingOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@-webkit-keyframes iziM-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes iziM-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes iziM-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes iziM-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes iziM-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes iziM-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes iziM-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes iziM-slideIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes iziM-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes iziM-slideDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0) translateY(-40px);
    -webkit-transform-origin: center top;
  }
}
@-moz-keyframes iziM-slideDown {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 0) translateY(-40px);
    -moz-transform-origin: center top;
  }
}
@keyframes iziM-slideDown {
  0% {
    opacity: 0;
    transform: scale(1, 0) translateY(-40px);
    transform-origin: center top;
  }
}
@-webkit-keyframes iziM-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
  }
}
@-moz-keyframes iziM-revealIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 1);
  }
}
@keyframes iziM-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
}
@-webkit-keyframes iziM-bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -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, -1000px, 0);
    transform: translate3d(0, -1000px, 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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziM-bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -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, -1000px, 0);
    transform: translate3d(0, -1000px, 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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziM-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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
}
@keyframes iziM-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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
}
@-webkit-keyframes iziM-bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes iziM-bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes iziM-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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes iziM-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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
}
@-webkit-keyframes iziM-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziM-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziM-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@keyframes iziM-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@-webkit-keyframes iziM-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziM-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziM-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
@keyframes iziM-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
@-webkit-keyframes iziM-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziM-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziM-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@keyframes iziM-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-webkit-keyframes iziM-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziM-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziM-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@keyframes iziM-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-webkit-keyframes iziM-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(60deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes iziM-flipInX {
  0% {
    transform: perspective(400px) rotateX(60deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes iziM-flipOutX {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0;
  }
}
@keyframes iziM-flipOutX {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0;
  }
}
.open-modal a.invest-flat-button:visited {
  color: white;
}
@media screen and (max-width: 1200px) {
  .invest-header .main .top {
    display: none;
  }
}
a.ms-sitemapdirectional::after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
}
a.ms-sitemapdirectional {
  font-weight: 700;
  color: #aaa;
}
.breadcrumb span span:last-child a.ms-sitemapdirectional {
  color: #1d2a4b;
}
.breadcrumb span span:last-child a.ms-sitemapdirectional::after {
  content: "";
}
.actions a:visited {
  color: #000;
}
section.all-news select,
section.all-events select {
  padding: 10px 20px;
  background: transparent;
  border: 0;
  font-size: 18px;
}
.invest-contact-form .select2-container .select2-selection--single,
.page-contact .select2-container .select2-selection--single {
  height: 54px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.invest-contact-form .select2-container .select2-selection--single:hover,
.page-contact .select2-container .select2-selection--single:hover {
  background-color: #fafafa;
}
.invest-contact-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
.page-contact
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
  padding-left: 18px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #172446;
}
.invest-contact-form .select2-container,
.page-contact .select2-container {
  width: 100% !important;
  max-width: 100%;
}
.invest-contact-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.page-contact
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 15px;
}
.invest-contact-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.page-contact
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 9px 7px 0 7px;
  border-color: #d9d9d9 transparent transparent transparent;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #172446;
  color: #fff;
  transition: all 0.15s ease-in;
}
.select2-results {
  background: #f2f2f2;
  text-transform: uppercase;
}
.select2-results__option {
  padding: 12px;
}
.all-news span.select2-selection.select2-selection--single,
.all-events span.select2-selection.select2-selection--single {
  background: transparent;
  border: 0;
}
.all-news
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.all-events
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #172446;
  font-size: 15px;
}
.select2-results__option {
  border-top: 1px solid #e6e6e6;
}
.ms-webpartzone-cell {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .invest-boxs .title {
    font-size: 2.14286em !important;
  }
}
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .invest-contact-form .title {
    padding: 20px 15px 0 15px;
    font-size: 1.5em;
  }
  .invest-contact-form .title:after {
    width: 150px;
  }
  .invest-modal-info {
    padding: 10px;
    padding-top: 66px;
  }
  .invest-modal-info button.invest-modal-close {
    height: 40px;
    width: 40px;
    top: 25px;
    min-width: 40px !important;
  }
}
@media screen and (max-width: 1200px) {
  header section.main .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  section.invest-sectors-home.invest-boxs .invest-button {
    min-width: initial;
    padding: 0 40px;
  }
  section.invest-sectors-home.invest-boxs .invest-button {
    min-width: initial;
    padding: 0 40px;
  }
  section.invest-sectors-home .info {
    width: 28%;
    padding: 45px 0 45px 38px;
  }
}
@media screen and (min-width: 768px) {
  .page-contact .contact-form {
    margin-top: 25px;
  }
  .page-contact .col-md-12.contact-form .row {
    padding: 0 15px 0 0 !important;
  }
  .page-contact
    .col-md-12.contact-form
    .row
    .contact-form-group.col:first-child {
    padding-right: 0 !important;
  }
  .page-contact .contact-upper .row {
    padding: 0 0 0 0 !important;
  }
  .page-contact .contact-upper .row .address.col-md-12.col-lg-6:first-child {
    padding-right: 22px !important;
  }
  .page-contact .contact-upper .row .address.col-md-12.col-lg-6:last-child {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-form > .contact-form-group {
    padding-left: 15px;
  }
  .page-contact .contact-form > .contact-form-group:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .invest-why-turkey-home .content .link-title {
    font-size: 13px;
  }
  .invest-why-turkey-home .content .icon {
    width: 55px;
  }
  .invest-why-turkey-home .content .link {
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
  }
}
.invest-footer .info .socials a:hover .icon-linkedin {
  color: #3b5998;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  min-width: inherit;
  padding: inherit;
}
.ms-webpart-zone.ms-fullWidth,
.ms-webpart-zone.ms-fullWidth > div,
.ms-webpart-zone.ms-fullWidth > div > div {
  display: block;
}
section.page-detail-info
  div#ctl00_PlaceHolderMain_g_c60ebd7b_1be6_4b46_a52b_110e63d0b61b {
  width: 100%;
}
#s4-bodyContainer {
  padding-bottom: 0px;
}
.actions a:visited:hover {
  color: white !important;
}
.page-sub-page .page-info .breadcrumb {
  margin-top: 30px;
  z-index: 2;
  position: relative;
}
.Next,
.Prev {
  line-height: 1;
  padding: 0 25px 10px !important;
  background-color: #ff3823 !important;
  color: #fff !important;
  border-radius: 5px !important;
  border: 0 !important;
  font-size: 40px !important;
  height: 48px;
}
.Next:hover,
.Prev:hover {
  cursor: pointer !important;
  background-color: #e81801 !important;
}
.invest-newsletter .invest-button {
  color: #ffffff !important;
}
.invest-newsletter .invest-button:hover {
  cursor: pointer;
}
.invest-why-turkey-home .content .icon img {
  height: 34px;
}
.ms-h2,
.ms-h3,
.ms-headerFont,
h1,
h2,
h3,
h4,
h5 {
  font-family: Roboto, "Segoe UI", sans-serif;
}
.breadcrumb span > span:first-child {
  display: none !important;
}
.actions .slider-arrows a:visited {
  color: #e3e3e3;
}
.actions .invest-button:visited {
  color: #1d2a4b;
}
.slider-arrows:empty {
  display: none !important;
}
.page-investment-guide .page-info h3:last-child {
  font-weight: 700;
  font-size: 1.17em;
  color: #929292;
}
.page-howWeHelp .page-info h3:last-child {
  font-weight: 300;
  font-size: 14pt;
  color: #1d2a4b;
}
section.invest-boxs .slick-slide a,
section.invest-boxs .slick-slide a:visited,
section.invest-boxs .slick-slide a:hover {
  color: #929292 !important;
}
.ms-rtestate-read.ms-rte-wpbox > div,
.ms-rtestate-read.ms-rte-wpbox > div > div,
.ms-rtestate-read.ms-rte-wpbox > div > div > div {
  display: block;
}
.page-data-statistics .select2-container,
.page-presentations .select2-container,
.page-reports .select2-container {
  width: 100% !important;
}
.page-data-statistics .select2-container .select2-selection--single,
.page-presentations .select2-container .select2-selection--single,
.page-reports .select2-container .select2-selection--single {
  height: 54px;
  border: 1px solid #e3e3e3;
}
.page-data-statistics
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.page-presentations
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.page-reports
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
  color: #172446;
  font-size: 15px;
}
.page-data-statistics
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.page-presentations
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.page-reports
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 12px;
  right: 10px;
}
.page-data-statistics
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.page-presentations
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.page-reports
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 10px 7px 0 7px !important;
}
.page-data-statistics
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.page-presentations
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.page-reports
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 7px 10px 7px !important;
}
.page-contact .contact-form .contact-form-group.col-md-12:last-child {
  padding-right: 20px;
  padding-left: 3px;
}
.invest-subscribe-info .invest-form-group:last-child input {
  margin: 0;
  cursor: pointer;
}
.recent-news .news-box.mini.invest-boxs:last-child {
  margin-top: 45px;
  height: 335px;
}
.page-data-statistics,
.page-presentations,
.page-reports {
  margin-bottom: 25px;
}
.page-data-statistics .item.box,
.page-presentations .item.box,
.page-reports .item.box {
  text-align: center;
  height: 120px;
  min-height: 0;
}
.page-data-statistics .item.box a,
.page-presentations .item.box a,
.page-reports .item.box a {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  left: 0;
  right: 0;
  padding: 10px 20px;
  color: #1d2a4b;
  font-size: em8(18);
  font-weight: 900;
}
.page-data-statistics .item.box a icon,
.page-presentations .item.box a icon,
.page-reports .item.box a icon {
  display: block;
  color: #d4d4d4;
  font-size: 20px;
  margin-top: 10px;
}
.page-data-statistics .box,
.page-presentations .box,
.page-reports .box {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  background-color: #fff;
  min-height: 450px;
  text-align: center;
}
.tablesRow h2 {
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  aside.invest-mobile-menu .searching {
    display: block;
  }
}
.invest-news-home .item,
.invest-events-home .item {
  max-height: 135px;
  overflow: hidden;
}
.invest-investing-home .wrapper,
.invest-why-turkey-home .row {
  padding-bottom: 25px;
}
.ContactResultTrueText {
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  width: 40%;
  margin: 0 auto;
  padding: 10px 0;
}
.ContactResultFalseText {
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  width: 40%;
  margin: 0 auto;
  padding: 10px 0;
}
.NewsletterResultTrueText {
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  width: 40%;
  margin: 0 auto;
  padding: 10px 0;
}
.NewsletterResultFalseText {
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  width: 40%;
  margin: 0 auto;
  padding: 10px 0;
}
.NewsletterMailExpressionValidator {
  float: left;
}
.TableRowTitle {
  font-weight: 900;
}
.global-tables-below {
  min-height: 200px;
}
@media screen and (min-width: 1400px) {
  .invest-area .result ul {
    height: 385px;
  }
}
.NewsletterCheckWrap {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.NewsletterCheckWrap input {
  padding: 0;
}
.invest-modal-overlay.contact
  .contact-form
  .contact-form-group.col-md-12:last-child {
  padding-left: 5px;
  padding-right: 22px;
}
.page-news .all-news .select2.select2-container {
  width: 120px !important;
}
.invest-area-box.search #resultRecentSearch {
  height: 150px;
  overflow: auto;
  color: white !important;
}
@media screen and (max-width: 1024px) {
  aside.invest-mobile-menu .searching {
    display: block;
  }
}
.mobileFlag {
  display: inline-block;
  transform: scale(0.6);
  margin-right: -20px;
  vertical-align: 4px;
}
@media screen and (max-width: 1000px) {
  a.open {
    display: inline-block !important;
  }
}
.hamburgerFlag {
  display: none;
}
@media screen and (max-width: 767px) {
  .invest-header .main .mobile-menu {
    margin-top: 41px;
  }
  .mobileFlag {
    display: none;
  }
  .hamburgerFlag {
    display: none;
    transform: scale(0.75);
    width: 74px;
    vertical-align: 3px;
  }
}
@media screen and (max-width: 424px) {
  .hamburgerFlag {
    transform: scale(0.75);
    width: 74px;
    vertical-align: 3px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 374px) {
  .hamburgerFlag {
    transform: scale(0.55);
    width: 30px;
    vertical-align: 3px;
    margin-left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .invest-news-home .item,
  .invest-events-home .item {
    max-height: 270px;
  }
}
.page-searchAll .ms-srch-hover-outerContainer,
.page-searchAll .ms-srch-item-path {
  display: none !important;
}
.page-searchAll .ms-srch-item-body {
  width: 100% !important;
}
.page-searchAll .ms-srch-item {
  width: 100% !important;
}
.page-searchAll .ms-srch-item:hover {
  background: 0 0;
}
.page-searchAll .ms-srch-resultFooter {
  display: none !important;
}
.page-searchAll .ms-srch-ellipsis a,
.page-searchAll .ms-srch-ellipsis a:hover,
.page-searchAll .ms-srch-ellipsis a:visited {
  color: #262626;
}
.page-searchAll .ms-srch-Paging li {
  padding: 15px 30px !important;
  background-color: #ff3823 !important;
  border-radius: 5px !important;
  border: 0 !important;
  font-size: 15px !important;
}
.page-searchAll .ms-srch-Paging li a {
  color: #fff !important;
}
.page-searchAll .page-detail-info {
  margin-top: -15px;
}
a#PageLinkNext {
  background: 0 0;
  border: 0;
}
a#PageLinkNext:after {
  content: ">";
  position: relative;
  top: -43px;
  left: -7px;
  height: 40px;
  text-transform: none;
  font-size: 35px;
}
a#PageLinkPrev {
  background: 0 0;
  border: 0;
}
a#PageLinkPrev:after {
  content: "<";
  position: relative;
  top: -43px;
  left: -7px;
  height: 40px;
  text-transform: none;
  font-size: 35px;
}
.ms-srch-Paging #PagingLink,
.ms-srch-Paging #PagingSelf {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.invest-sectors-home .info {
    padding: 45px 0 45px 20px;
  }
  .invest-sectors-home .info article {
    margin-bottom: 48px;
  }
  .invest-sectors-home.invest-boxs {
    max-height: 441px;
  }
  .invest-sectors-home .links .link .content span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  section.invest-sectors-home .info {
    width: 100%;
  }
  .invest-sectors-home .links .link .content span {
    top: 75%;
  }
  .invest-sectors-home .info article {
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .invest-why-turkey-home .content {
    transform: none;
    height: auto;
  }
  .invest-why-turkey-home .content:hover {
    transform: none;
  }
  .page-home .actions .invest-button {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 6px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    color: #1d2a4b;
    height: 45px;
    min-width: 145px;
    line-height: 45px;
  }
  .invest-boxs .bottom .slider-arrows {
    top: unset;
    bottom: 5px;
    height: 45px;
    line-height: 45px;
  }
  .invest-testimonials .top .slider-arrows {
    top: unset;
    bottom: 5px;
    height: 45px;
    line-height: 45px;
  }
  .invest-boxs .top .slider-arrows {
    top: unset;
    bottom: 5px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .actions.top {
    top: 40px;
    right: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .invest-why-turkey-home .content:hover {
    transform: translate(0, 60px);
  }
  .invest-why-turkey-home .content .link .text {
    height: 55px !important;
  }
  .invest-why-turkey-home.invest-boxs .title {
    margin-bottom: 0;
  }
  .invest-benchmarking-home .hidden-mobile {
    display: none;
  }
  .invest-map-home .hidden-mobile {
    display: none;
  }
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top > a {
    margin: 5px 5px;
    min-width: 40px;
    padding: 0 20px;
    height: 60px;
  }
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top .slider-arrows {
    bottom: 15px;
    right: 15px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767.5px) {
  .page-sub-page .page-detail-mini-slider .box a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-sub-page .page-detail .container .row > .col-md-1 {
    width: 10%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
  .page-sub-page .page-detail .container .row > .col-md-11 {
    width: 80%;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top {
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top > a {
    margin: 5px 5px;
    background-color: #ff3823;
    color: #ffff;
    min-width: 40px;
    padding: 0 20px;
    height: 60px;
  }
  main.invest-main.page-sub-page.page-sectors .invest-testimonials.invest-boxs {
    height: 645px;
  }
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top .slider-arrows {
    bottom: 15px;
    right: 15px;
  }
  .invest-why-turkey-home .content .link-title {
    margin-bottom: 1px;
  }
  .invest-why-turkey-home
    .content
    .link-title
    .invest-benchmarking-home
    .hidden-mobile {
    display: none;
  }
  .invest-why-turkey-home .content .link-title .invest-map-home .hidden-mobile {
    display: none;
  }
  .invest-investing-home .link:hover article {
    display: none;
  }
  .invest-investing-home .link:hover .text {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
  .invest-investing-home .link:hover p {
    top: 50%;
  }
}

@media screen and (max-width: 374px) {
  .invest-why-turkey-home .content .link .text {
    font-size: 11px;
  }
  .invest-why-turkey-home .content:last-child {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-sub-page .page-detail-info .col-md-1 {
    width: 10%;
    display: inline-block;
    vertical-align: top;
  }
  .page-sub-page .page-detail-info .col-md-11 {
    width: 80%;
    display: inline-block;
  }
  .page-sub-page .page-detail-slider .slick-arrow.slide-left {
    left: -15px;
  }
  .page-sub-page .page-detail-slider .slick-arrow.slide-right {
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .page-detail-sliderBot .invest-success-stories.invest-boxs {
    height: 475px;
  }
  .page-detail-sliderBot .invest-success-stories.invest-boxs .top {
    left: 0;
    bottom: 0;
    width: 92%;
  }
  .page-detail-sliderBot
    .invest-success-stories.invest-boxs
    .top
    .invest-button {
    margin: 10px 10px;
  }
  .page-detail-sliderBot
    .invest-success-stories.invest-boxs
    .top
    .slider-arrows {
    bottom: 20px;
  }
}
@media screen and (max-width: 424px) {
  .page-detail-sliderBot .invest-success-stories.invest-boxs {
    height: 495px;
  }
}
@media screen and (max-width: 374px) {
  .page-detail-sliderBot .invest-success-stories.invest-boxs {
    height: 575px;
  }
  .page-detail-sliderBot
    .invest-success-stories.invest-boxs
    .top
    .invest-button {
    min-width: 120px;
    padding: 0;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024px) {
  .recent-news .col-md-8,
  .recent-news .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .page-news .invest-boxs.news-box.mini .image {
    height: 180px;
  }
}
@media screen and (max-width: 767.8px) {
  .tags-wrapper {
    text-align: left !important;
  }
  .page-news .invest-boxs.news-box.mini .image {
    height: 180px;
  }
  .page-news .invest-boxs.news-box article {
    height: 103px;
  }
}
@media screen and (max-width: 424px) {
  .page-news .all-news .select2.select2-container {
    width: 85px !important;
  }
}
@media screen and (max-width: 374px) {
  .page-news .all-news .select2.select2-container {
    width: 75px !important;
  }
}
@media only screen and (max-width: 1024px) {
  header.invest-header.sub-pages {
    height: 255px;
  }
  .invest-header.sub-pages .backgrounds:after {
    height: 125px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024px) {
  .page-sub-page.page-presentations .filter-form .col-md-2 {
    flex: 0 0 30.666667%;
    max-width: 30.666667%;
  }
}
@media screen and (max-width: 767.5px) {
  .page-sub-page .page-info {
    padding: 55px 20px;
  }
  .page-sub-page.page-presentations .filter-form .col-md-5 {
    padding-right: 0;
  }
  .page-sub-page.page-presentations .filter-form .col-md-2 {
    max-width: 100%;
    float: none;
    flex: 0 0 100%;
    padding-left: 5px;
    padding-right: 25px;
    margin-bottom: 15px;
  }
  .page-data-statistics .filter-form .invest-button.full,
  .page-presentations .filter-form .invest-button.full,
  .page-reports .filter-form .invest-button.full {
    float: none !important;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .invest-area {
    z-index: 1003;
  }
  .invest-area-wrapper {
    padding: 0 20px;
  }
}
.page-events .events-box.mini.invest-boxs figcaption a:hover,
.page-events .events-box.mini.invest-boxs figcaption a:active,
.page-events .events-box.mini.invest-boxs figcaption a:focus,
.page-events .events-box.mini.invest-boxs figcaption a:visited,
.page-events .events-box.mini.invest-boxs figcaption a {
  color: #929292;
}
@media screen and (min-width: 767.9px) and (max-width: 1023px) {
  .invest-slider .dots ul li a {
    height: 110px;
  }
  .invest-slider .dots ul li {
    height: 71px;
  }
}
@media screen and (max-width: 767px) {
  a#PageLinkPrev:after {
    left: -8px;
    top: -43px;
  }
  a#PageLinkNext:after {
    left: -6px;
    top: -43px;
  }
}
@media screen and (max-width: 374px) {
  .invest-mobile-menu .search-form button {
    padding: 0;
  }
}
.ms-srch-item-deepLinks {
  display: none !important;
}
section.invest-newsletter.newsletter-detail {
  margin-bottom: 30px;
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  width: auto;
  min-height: 307px;
}
.newsletter-detail .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 4px solid #ff3823;
  padding: 0;
  font-size: 14px !important;
  padding: 10px;
  width: 100%;
  line-height: normal;
}
.newsletter-detail .title:after {
  display: none;
}
.newsletter-detail .today {
  border: 0;
  width: auto;
}
.newsletter-detail .today .links a:first-child {
  border: 0;
}
.col-md-3.invest-investing-home.publication-detail {
  padding: 0 !important;
}
.publication-detail .link {
  position: static;
  width: 96%;
  height: auto;
}
.publication-detail .link .text {
  position: static;
  background-color: rgba(0, 0, 0, 0.45);
}
.publication-detail .link p {
  position: static;
  transform: none;
  min-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.publication-detail .link:hover p {
  transform: none !important;
  position: static !important;
}
span.floating-label {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  left: 38px;
  top: 16px;
  color: #172446;
  transition: all 0.2s ease 0s;
}
.subscribe .invest-form-group {
  position: relative;
}
.contact-form-group input:not(:placeholder-shown) ~ .floating-label,
.subscribe .invest-form-group {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group input:focus ~ .floating-label,
#contactForm input:not(:focus) .floating-label,
.subscribe .invest-form-group input:focus ~ .floating-label,
.subscribe input:not(:focus) .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  opacity: 1;
  color: #172446;
  font-weight: 700;
}
.contact-form-group input:not(:placeholder-shown) ~ .floating-label,
.subscribe .invest-form-group input:not(:placeholder-shown) ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group input:not(:-ms-input-placeholder) ~ .floating-label,
.subscribe
  .invest-form-group
  input:not(:-ms-input-placeholder)
  ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group input:not(:-moz-input-placeholder) ~ .floating-label,
.subscribe
  .invest-form-group
  input:not(:-moz-input-placeholder)
  ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group textarea:not(:placeholder-shown) ~ .floating-label,
.subscribe textarea:not(:placeholder-shown) ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group textarea:focus ~ .floating-label,
#contactForm input:not(:focus) .floating-label,
.subscribe .invest-form-group textarea:focus ~ .floating-label,
.subscribe input:not(:focus) .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  opacity: 1;
  color: #172446;
  font-weight: 700;
}
.contact-form-group textarea:not(:placeholder-shown) ~ .floating-label,
.subscribe textarea:not(:placeholder-shown) ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group textarea:not(:-ms-input-placeholder) ~ .floating-label,
.subscribe textarea:not(:-ms-input-placeholder) ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group textarea:not(:-moz-input-placeholder) ~ .floating-label,
.subscribe textarea:not(:-moz-input-placeholder) ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.formNotNullMessage {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: black;
  margin-bottom: 2px;
  text-align: left;
  border-radius: 4px;
  padding: 9px;
  margin: 0 auto 15px auto;
}
#charNum {
  text-align: right;
  float: right;
}
.contact-form-group input {
  padding-top: 5px;
}
.page-contact .invest-button.full {
  padding-top: 0;
  line-height: 10px;
  cursor: pointer;
}
.page-sub-page .page-detail-players .box .image {
  width: 90%;
  height: 95px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-sub-page .page-detail-players .box:hover .image {
  transform: translateX(-50%) translateY(-50%) scale(1.15) !important;
}
.iconsWrapper img {
  width: 50px;
  margin-right: 10px;
}
.iconsWrapper tr {
  height: 110px;
}
.iconsWrapper .col-md-4:last-child img {
  margin-top: 12px !important;
}
section.sectors.invest-investing-home .link {
  height: auto;
  border: none;
  padding: 0;
  width: 100%;
}
section.sectors.invest-investing-home .link .text {
  margin: 0;
  border-radius: 10px;
}
.NewsletterPrivacyPolicity {
  margin-left: 31px;
  cursor: pointer;
}
.page-success-stories .success-stories .link .car .image {
  background-repeat: no-repeat;
  width: 100%;
  height: 298px;
  background-position: center;
  background-size: contain;
}
.page-whyturkey .sectors .link .content img {
  height: 100px;
  width: 80px;
}
.imageLeft {
  margin-top: 8px;
  float: left;
  margin-right: 15px;
  border: 1px #dddddd solid;
}
.EventCalendar {
  height: 116px;
  width: 116px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .invest-investing-home .link:hover article {
    display: none;
  }
  .invest-investing-home .link:hover .text {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
  .invest-investing-home .link:hover p {
    top: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .invest-testimonials .item figure figcaption span {
    display: none;
  }
  .invest-testimonials .item figure figcaption {
    height: 62px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.success-stories .link:hover {
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.success-stories .link:hover .car .image {
  transform: scale(1.1);
}
.page-why-turkey .box:hover {
  background-color: rgba(227, 227, 227, 0.65);
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-why-turkey .box:hover .content {
  transform: scale(1.02);
}
.page-testimonials .testimonials .link {
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-testimonials .testimonials .link:hover figure::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
section.invest-boxs .slick-slide a:hover figure::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.success-stories .link:hover .car {
  background-color: rgba(227, 227, 227, 0.65);
}
.success-stories .link:hover .car .image {
  height: 282px;
}
section.invest-boxs .slick-slide a:hover .logo {
  background-color: rgba(227, 227, 227, 0.65);
}
section.invest-boxs .slick-slide a:hover .logo img {
  transform: scale(1.1);
}
.invest-investing-home .actions {
  border-top: 1px solid #e3e3e3;
  margin: 25px 55px 0 55px;
}
.page-howWeHelp .socials {
  margin-top: 25px;
}
.page-detail-content .socials {
  text-align: center;
  margin-bottom: 25px;
}
.page-detail-content .socials a {
  cursor: pointer;
  text-align: center;
  color: #aaa;
  font-size: 16px;
  margin: 0 15px 25px 15px;
  display: inline-block;
}
.page-detail-content .socials a:hover .icon-facebook {
  color: #3b5898;
}
.page-detail-content .socials a:hover .icon-twitter {
  color: #1da1f2;
}
.page-detail-content .socials a:hover .icon-linkedin {
  color: #0077b5;
}
@media only screen and (min-width: 767.5px) and (max-width: 1024.2px) {
  .EventCalendar {
    width: auto;
  }
  .page-sub-page .page-detail-slider .slick-arrow.slide-left {
    left: -40px;
  }
  .page-sub-page .page-detail-slider .slick-arrow.slide-right {
    right: -40px;
  }
  .page-sub-page .page-detail-slider .item img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top .slider-arrows {
    right: 6px;
    top: unset;
    bottom: 5px;
    height: 45px;
    line-height: 45px;
  }
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top > a {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 6px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    color: #1d2a4b;
    height: 45px;
    min-width: 145px;
    line-height: 45px;
  }
}
.page-sub-page .inner-newsletter {
  padding: 0 40px 20px 40px !important;
}
span.recommend-text {
  display: block;
  min-height: 32px;
}
.page-detail-info > .container > .row {
  background: #fff;
  margin: 0;
}
.page-sub-page .page-detail-content {
  margin-top: 0;
  margin-bottom: 0;
}
.page-detail > .container > .row {
  background: #fff;
  margin: 0;
}
.page-sub-page .page-detail-content > .container > .row {
  background: #fff;
  margin: 0;
}
.page-sub-page.page-sectors .sectors > .container > .row {
  margin: 0;
  background: #fff;
  padding: 0 40px;
}
.page-sub-page .success-stories > .container .row {
  padding: 0 40px;
  margin: 0;
  background: #ffffff;
}
.page-detail-content > .container > .row > .col-md-11 {
  padding-bottom: 50px;
}
.page-sub-page.page-investment-guide .invest-investing-home {
  padding: 0;
}
.page-sub-page.page-investment-guide
  .invest-investing-home
  > .container
  > .row {
  background: #fff;
  margin: 0;
  padding: 0 40px;
}
.filter-form > .container > .row {
  margin: 0;
  padding: 0 40px;
  background: #fff;
}
.presentations > .container > .row {
  margin: 0;
  padding: 0 50px 50px;
  background: #fff;
}
.presentations > .container > .row > .justify-content-center {
  margin-top: 30px;
}
.page-data-statistics,
.page-presentations,
.page-reports {
  margin-bottom: 0;
}
.page-sub-page .testimonials > .container > .row {
  background: #ffffff;
  margin: 0;
  padding: 0 40px;
}
.page-howWeHelp .page-detail-info:last-child .page-info {
  padding-top: 5px;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .page-news-detail .page-detail-info .detail-title {
    line-height: 61px;
  }
}
.page-testimonials .page-info-sub-title {
  display: none;
}
.page-success-stories .page-info-sub-title {
  display: none;
}
.page-detail-info > .col-md-12 {
  padding: 0;
}
.page-detail-content > .col-md-12 {
  padding: 0;
}
.page-detail > .col-md-12 {
  padding: 0;
}
.page-sub-page.page-why-turkey section .row {
  padding: 0 40px;
}
.page-sub-page.page-why-turkey section .row.topreasons {
  padding: 0 20px;
}
.page-sub-page.page-why-turkey section .topreasons .row {
  padding: 0 20px;
}
.page-sub-page.page-news-detail section .row {
  padding: 0 40px;
}
.page-sub-page.page-contact .page-info {
  padding: 55px 55px 35px 70px;
}
@media screen and (max-width: 767px) {
  .invest-why-turkey-home .content {
    transform: none;
    height: auto;
  }
  .invest-why-turkey-home .content:hover {
    transform: none;
  }
  .page-home .actions .invest-button {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 6px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    color: #1d2a4b;
    height: 45px;
    min-width: 145px;
    line-height: 45px;
  }
  .invest-boxs .bottom .slider-arrows {
    top: unset;
    bottom: 5px;
    height: 45px;
    line-height: 45px;
  }
  .invest-testimonials .top .slider-arrows {
    top: unset;
    right: 6px;
    bottom: 5px;
    height: 45px;
    line-height: 45px;
  }
  .invest-boxs .top .slider-arrows {
    right: 6px;
    top: unset;
    bottom: 5px;
    height: 45px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .EventCalendar {
    width: auto;
  }
  .page-sub-page .page-detail-mini-slider .sector-slider .box a {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .page-sub-page .page-detail-mini-slider .sector-slider .box:hover {
    background: rgba(227, 227, 227, 0.65);
  }
  .page-sub-page .page-detail-mini-slider .sector-slider .box:hover a {
    transform: translate(0, -50%) scale(1.15) !important;
  }
}
.privacy-policity .invest-contact-form {
  padding: 0 30px;
}
.privacy-policity .invest-contact-form .title {
  margin-bottom: 20px;
}
.contactTitle {
  color: #1d2a4b;
  font-weight: 900;
  font-size: 40px !important;
  display: block;
  padding-left: 15px;
}
.ContactAttachmentTitle {
  color: black;
  font-weight: bold;
}

.row.global-tables-below table thead {
  background-color: #eef;
}
.address .inline a {
  color: #333;
}
.ContactAttachmentDescription {
  display: block;
  margin-bottom: 5px;
}
.ContactAttachmentList {
  float: right;
  width: 74%;
  margin-top: 12px;
}
.ContactAttachmentList span a {
  color: #ff3823;
  transition: all 0.3s ease;
}
.ContactAttachmentList span a:hover {
  color: #e81801;
}
.contact-form-group .invest-button {
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.invest-sectors-home .links .link:nth-child(5) {
  border-top-right-radius: 8px;
}
.invest-sectors-home .links .link:last-child {
  border-bottom-right-radius: 10px;
}
@media only screen and (min-width: 1025px) {
  .invest-sectors-home .links .link:nth-child(5):hover ::after {
    display: block;
    content: "";
    width: 1px;
    height: 98%;
    background-color: #e3e3e3;
    position: absolute;
    right: -1px;
    top: 5px;
    z-index: 1;
    border-radius: 10px;
  }
  .invest-sectors-home .links .link:last-child:hover ::after {
    display: block;
    content: "";
    width: 1px;
    height: 98%;
    background-color: #e3e3e3;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 1;
    border-radius: 10px;
  }
}
.InfoGraphics {
  padding: 1.5625rem 1.5625rem 0;
  text-align: center;
  opacity: 0;
  margin-bottom: 10px;
}
.InfoGraphics p {
  transition: color 250ms ease-out;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  max-height: 18px;
}
.InfoGraphics small {
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
.InvestNewConstruction {
  background: #454545;
  min-height: 107vh;
  position: relative;
}
.imgContainer {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-40%) scale(0.85);
}
.imgContainer img {
  animation: App-logo-spin infinite 20s linear;
  margin-left: 22px;
}
.InvestNewConstructionMsg {
  position: absolute;
  top: 59%;
  left: 51%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #ffffff;
  font-size: 25px;
}
.InvestNewConstructionMsg h4 {
  font-weight: bold;
  margin: 0;
  color: #ffffff;
}
.InvestNewConstructionMsg h5 {
  white-space: nowrap;
  font-weight: normal;
  font-size: 25px;
  color: #ffffff;
}
.ContactMap a {
  cursor: unset;
}
.InvestNewConstructionMsg .invest-button {
  position: absolute;
  left: 8px;
  bottom: -184px;
  height: 50px;
  line-height: 50px;
  min-width: 140px;
  font-size: 20px;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 1025px) {
  section#home .col-md-9 {
    flex: 0 0 88%;
    max-width: 88%;
  }
  section#home .col-md-3 {
    flex: 0 0 11%;
    max-width: 11%;
  }
  #home .arrows {
    right: 0;
  }
}
#InvestContactPopup {
  height: 76vh !important;
  position: relative;
  margin: 20px 0 0 0;
  z-index: 1;
}
@media only screen and (max-width: 767.5px) {
  .EventCalendar {
    width: 100%;
  }
  .page-sub-page div .title.contactTitle {
    font-size: 22px !important;
  }
  span.floating-label {
    font-size: 10px;
    top: 22px;
    left: 22px;
  }
  .contact-form-group .invest-button {
    font-size: 13px;
  }
  .contact-form-group input:focus ~ .floating-label,
  #contactForm input:not(:focus) .floating-label,
  .subscribe .invest-form-group input:focus ~ .floating-label,
  .subscribe input:not(:focus) .floating-label {
    font-size: 10px;
  }
  .page-sub-page .invest-success-stories {
    height: 580px !important;
  }
  #InvestContactPopup {
    height: 88vh !important;
  }
}
@media only scren and (min-width: 767.9px) and (min-width: 1024px) {
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top > a {
    width: 100px;
    padding: 0;
  }
  #InvestContactPopup {
    height: 88vh !important;
  }
}
@media only screen and (max-width: 1024.5px) {
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top {
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    top: auto;
    border-top: 1px solid #e3e3e3;
    position: absolute;
  }
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top > a {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 6px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    color: #1d2a4b;
    height: 45px;
    min-width: 145px;
    line-height: 45px;
    padding: 0 20px;
    margin: 5px 5px;
  }
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top .slider-arrows {
    right: 6px;
    top: unset;
    bottom: 5px;
    height: 45px;
    line-height: 45px;
    float: right;
    position: absolute;
    width: 90px;
  }
}
.page-howWeHelp .page-detail-info .container > .row > .col-md-12,
.page-howWeHelp .page-detail .container > .row > .col-md-12,
.page-whoWeAre .page-detail-info .container > .row > .col-md-12,
.page-whoWeAre .page-detail .container > .row > .col-md-12,
.page-sectors .page-detail-info .container > .row > .col-md-12,
.page-sectors .page-detail .container > .row > .col-md-12 {
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .page-detail-mini-slider > .invest-slider {
    margin-left: -10px;
  }
  .page-detail-mini-slider > .invest-slider > p:first-child {
    padding-left: 10px;
  }
}
main.invest-main.page-sub-page.page-news-detail.page-investments
  p:first-of-type:first-letter {
  text-transform: unset;
  font-size: unset;
  line-height: unset;
  font-weight: unset;
  display: unset;
  color: unset;
  vertical-align: unset;
}
.newsListing .link .text {
  background-color: rgba(0, 0, 0, 0.2);
}
.invest-success-stories .slick-active:nth-child(3n) {
  padding-right: 0 !important;
}
.page-testimonial-detail.page-news-detail .page-detail-info .detail-title {
  line-height: 50px;
}
.page-detail-content > .container > .row > .col-md-12 {
  padding: 0;
}
body {
  letter-spacing: 0.01px;
}
.page-investments .page-detail-content > .container > .row > .col-md-12 {
  padding: 0 15px;
}
.page-howWeHelp .collapse-area .collapse-body p {
  color: #1d2a4b;
  font-size: 20px;
  font-weight: 300;
}
.page-successdetail .page-detail-content .row > .col-md-12 {
  padding-left: 0;
}
.page-successdetail .page-detail-info .row > .col-md-12 {
  padding-left: 0;
}
.col-md-12.row.justify-content-md-center.itemWrapper {
  margin-bottom: 20px;
}
.page-newsLetter .page-detail-info > .container > .row {
  padding-left: 10px;
}
.events-box .imageWrapper .img {
  background-size: cover;
  height: 400px;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.events-box.mini .image {
  height: 220px;
}
.events-box.mini .image .img {
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 1024px) {
  .events-box.mini:hover .image {
    height: 180px;
    overflow: hidden;
  }
}
.collapse-icn {
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 20px;
}
.collapse.active .collapse-icn {
  transform: rotate(-90deg);
}
.newsListing > .container > .row {
  padding: 0;
  margin: 0 -30px;
}
.invest-investing-home.newsListing .link {
  width: 100%;
}
.page-sub-page.page-news-example .page-info {
  padding: 55px 55px 10px 55px;
}
section.invest-investing-home.newsListing .link,
section.invest-investing-home.newsListing .link img,
section.invest-investing-home.newsListing .link .text {
  border-radius: 10px;
}
section.invest-investing-home.newsListing {
  padding: 10px 0;
}
.page-news-example .page-detail-info > .container > .row > .col-md-12 {
  padding: 0 !important;
}
.newsListing > .container > .row > .col-md-4 {
  margin-bottom: 15px;
}
.newsListing .newsMenuArticle {
  color: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
  line-height: unset !important;
  margin-bottom: unset !important;
}
.collapse-area.webpart .collapse .collapse-header h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 55px;
  color: #1d2a4b;
  text-transform: unset;
  padding-right: 30px;
}
.collapse-area.webpart .collapse .collapse-body {
  font-weight: unset;
}
.incentives-top-box {
  height: 170px;
  margin-bottom: 20px;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.incentives-top-box .top {
  height: 90px;
  vertical-align: bottom;
  display: inline-block;
  width: 100%;
}
.incentives-top-box .bot {
  font-size: 12px;
  padding: 0 25px;
  font-weight: 700;
  color: #1d2a4b;
}
.incentives-box {
  height: 150px;
  border-radius: 12px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.incentives-box:hover {
  cursor: pointer;
}
.incentives-box:hover .hover {
  display: block;
}
.incentives-box .top {
  height: 90px;
}
.incentives-box .hover {
  display: none;
  position: absolute;
  right: -280px;
  top: 15px;
  width: 300px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  border-radius: 15px;
  font-size: 14px;
  padding: 10px 20px;
}
.incentives-box .hover .left,
.incentives-box .hover .right {
  display: inline-block;
}
.incentives-box .hover .left {
  width: 20%;
  vertical-align: 14px;
}
.incentives-box .hover .right {
  padding-top: 15px;
  width: 78%;
}
.col-md-2:nth-child(6n) .incentives-box .hover {
  right: auto;
  left: -280px;
}
.title-div {
  background: #e7e5e4;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 35px;
  margin: 15px 0;
}
.incentives-collapse .collapse-area .collapse .collapse-body {
  padding: 0 !important;
}
.incentives-collapse .collapse-area .collapse .collapse-body .row {
  padding: 0 35px;
}
.page-incentives .page-detail-info .row {
  padding: 0 40px;
}
.page-incentives .row .row {
  padding: 0;
}
.incentives-top-box .icon-wrapper img {
  height: 100px;
}
.incentives-box .icon-wrapper img {
  height: 100px;
}
.page-incentives .title {
  color: #1d2a4b;
  font-weight: 900;
  font-size: 31px;
  margin-bottom: 50px;
  display: inline-block;
}
.page-incentives .title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
.page-incentives .page-detail-info {
  font-size: 14pt;
  color: #1d2a4b;
}
.page-incentives .bot {
  font-size: 14px;
}
.page-sectors .page-detail {
  color: #1d2a4b;
}
@media only screen and (min-width: 1024px) {
  .page-news-detail.page-investments .page-detail-info .detail-title {
    line-height: 50px !important;
  }
}
.page-incentives .page-detail-players {
  position: relative;
}
.page-incentives .title {
  font-size: 31px !important;
}
.page-incentives.page-sub-page [class="page-detail-mini-slider"] {
  margin: 0;
  margin-top: -37px;
}
.page-incentives .box {
  border-radius: 4px;
  border: 1px solid rgba(112, 112, 112, 0.2);
}
.page-incentives .title-div p {
  font-size: 14px !important;
}
.page-whoWeAre .page-info {
  padding-bottom: 5px;
}

.page-news-detail .page-detail-content > .container > .row > .col-md-12 {
  padding: 0 15px;
}
.page-news-detail .page-detail-content p:first-of-type:first-letter {
  text-transform: initial;
  font-size: unset;
  line-height: unset;
  font-weight: unset;
}
.page-detail {
  color: #1d2a4b;
}
.page-news-detail .page-detail-content .ms-rtestate-field p,
.page-news-detail .page-detail-content p.ms-rteElement-P {
  margin: 0;
}
.news-box.big img {
  height: 355px !important;
}
.news-box.big article:empty {
  height: 115px;
}
.invest-newsletter.newsletter-detail .today .month {
  margin-bottom: 50px;
  font-size: 50px;
  margin-top: 50px;
  font-weight: 700;
}
section.page-detail-related-documents .box:hover {
  background-color: rgba(227, 227, 227, 0.65);
}
.page-sub-page p.title:first-letter {
  text-transform: none;
  line-height: inherit;
  font-weight: unset;
  display: inherit;
  color: inherit;
  vertical-align: unset;
  font-size: inherit;
}
.invest-publications-form .invest-form-group input {
  width: 91%;
}
#ctl00_ctl52_ExplicitLogin {
  display: none !important;
}
.page-detail-content p.title {
  display: inline-block !important;
  color: #1d2a4b;
  font-weight: 900;
  margin-bottom: 50px;
  display: inline-block;
  font-size: 31px;
}
.all-events .select2.select2-container {
  width: 120px !important;
}
.page-detail-content p.title:after {
  display: block;
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  width: 100%;
  clear: both;
}
.downloadPopupWarning {
  display: block;
}
.contact-form-group.col-md-12 span.invest-button.full {
  line-height: 55px;
}
.presentations > .container > .row > .col-12:last-child > div {
  background: #ffffff;
  padding-bottom: 20px;
}
.presentations
  > .container
  > .row
  > .col-12:last-child
  > div
  .container:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.presentations > .container > .row {
  padding-bottom: 0 !important;
  background: transparent !important;
}
.presentations > .container > .row a.invest-button.full {
  margin-top: 20px;
}
.PublicationsOrderLabel {
  display: inline-block;
  width: 34%;
  margin: 10px;
  font-weight: bold;
}
.PublicationsOrderButton {
  display: inline-block;
  width: 125px;
  border-radius: 15px;
  height: 25px;
  font-weight: bold;
  background-color: #ff3823 !important;
  border: 0 !important;
  color: #ffffff !important;
}
.PublicationsOrderButton:last-child {
  margin: 25px 10px;
}
.PublicationsOrderDropdown {
  width: 261px !important;
}
.publicationsRelatedFirst {
  position: relative;
}
.invest-modal-overlay.publications .title:after {
  display: none;
}
.page-incentives .item.box {
  font-size: 14px;
}
.beta-notification {
  position: absolute;
  top: 0;
  left: 120px;
  top: 0;
  font-size: 13px;
  white-space: nowrap;
  color: #ffffff;
  z-index: 2;
}
.beta-notification:before {
  content: "BETA";
  background-color: #ff3823;
  padding: 5px 6px;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.beta-notification a {
  color: #d7bd37;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .existFormLoading {
    display: block;
  }
}
.lds-spinner {
  display: inline-block;
  height: 256px;
  width: 240px;
  position: absolute;
  max-width: 100%;
  text-align: center;
  top: -50px;
  left: 50%;
  transform: translateX(-63%);
}
.lds-spinner div {
  transform-origin: 150px 150px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 37px;
  height: 37px;
  border-radius: 20%;
  background: url("../index/yildiz.png");
  background-size: contain;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.317647058823529s;
  animation-delay: -1.317647058823529s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(21.17647deg);
  transform: rotate(21.17647deg);
  -webkit-animation-delay: -1.235294117647059s;
  animation-delay: -1.235294117647059s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(42.35294deg);
  transform: rotate(42.35294deg);
  -webkit-animation-delay: -1.152941176470588s;
  animation-delay: -1.152941176470588s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(63.52941deg);
  transform: rotate(63.52941deg);
  -webkit-animation-delay: -1.070588235294118s;
  animation-delay: -1.070588235294118s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(84.70588deg);
  transform: rotate(84.70588deg);
  -webkit-animation-delay: -0.988235294117647s;
  animation-delay: -0.988235294117647s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(105.88235deg);
  transform: rotate(105.88235deg);
  -webkit-animation-delay: -0.905882352941176s;
  animation-delay: -0.905882352941176s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(127.05882deg);
  transform: rotate(127.05882deg);
  -webkit-animation-delay: -0.823529411764706s;
  animation-delay: -0.823529411764706s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(148.23529deg);
  transform: rotate(148.23529deg);
  -webkit-animation-delay: -0.741176470588235s;
  animation-delay: -0.741176470588235s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(169.41176deg);
  transform: rotate(169.41176deg);
  -webkit-animation-delay: -0.658823529411765s;
  animation-delay: -0.658823529411765s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(190.58824deg);
  transform: rotate(190.58824deg);
  -webkit-animation-delay: -0.576470588235294s;
  animation-delay: -0.576470588235294s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(211.76471deg);
  transform: rotate(211.76471deg);
  -webkit-animation-delay: -0.494117647058823s;
  animation-delay: -0.494117647058823s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(232.94118deg);
  transform: rotate(232.94118deg);
  -webkit-animation-delay: -0.411764705882353s;
  animation-delay: -0.411764705882353s;
}
.lds-spinner div:nth-child(13) {
  -webkit-transform: rotate(254.11765deg);
  transform: rotate(254.11765deg);
  -webkit-animation-delay: -0.329411764705882s;
  animation-delay: -0.329411764705882s;
}
.lds-spinner div:nth-child(14) {
  -webkit-transform: rotate(275.29412deg);
  transform: rotate(275.29412deg);
  -webkit-animation-delay: -0.247058823529412s;
  animation-delay: -0.247058823529412s;
}
.lds-spinner div:nth-child(15) {
  -webkit-transform: rotate(296.47059deg);
  transform: rotate(296.47059deg);
  -webkit-animation-delay: -0.164705882352941s;
  animation-delay: -0.164705882352941s;
}
.lds-spinner div:nth-child(16) {
  -webkit-transform: rotate(317.64706deg);
  transform: rotate(317.64706deg);
  -webkit-animation-delay: -0.082352941176471s;
  animation-delay: -0.082352941176471s;
}
.lds-spinner div:nth-child(17) {
  -webkit-transform: rotate(338.82353deg);
  transform: rotate(338.82353deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .mobile-menu.hidden-desktop {
    display: block !important;
  }
}
@media only screen and (max-width: 1200px) {
  .beta-notification {
    left: 70px;
    top: 85px;
    font-size: 11px;
  }
  .invest-sectors-home .links {
    width: 70%;
  }
}
@media only screen and (max-width: 767.5px) {
  .beta-notification {
    left: 70px;
    top: 85px;
    font-size: 10px;
    white-space: normal;
  }
  .beta-notification:before {
    font-size: 10px;
    padding: 4px 2px;
  }
}
.invest-featured-events .detail {
  font-size: 1.28571em;
  font-weight: 900;
  line-height: 22px;
  color: #000000;
}
.page-sub-page #EventsDetailImage {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.invest-featured-events .date {
  color: #9b9b9b;
  font-size: 0.92857em;
}
span.recommend-text:empty {
  display: none;
}
.existFormLoading .imgContainer {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
}
@media screen and (max-width: 767px) {
  .invest-investing-home.invest-boxs .actions.bottom {
    bottom: 30px;
  }
}
@media only screen and (min-width: 435px) and (max-width: 992px) {
  .invest-boxs {
    padding-bottom: 20px;
  }
  .invest-boxs .actions.top {
    position: static !important;
    border-top: 1px solid #e3e3e3;
    margin-top: 10px;
    padding-top: 15px;
  }
  .invest-boxs .actions.top .slider-arrows {
    float: right;
  }
}
@media only screen and (min-width: 450px) and (max-width: 992px) {
  .invest-featured-events .buttons {
    top: 35px;
    right: 35px;
  }
}
@media only screen and (max-width: 767.5px) {
  .page-sub-page .page-info-title {
    font-size: 35px !important;
  }
  span.floating-label {
    white-space: nowrap;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .existFormLoading .imgContainer {
    transform: translate(-50%, -50%) scale(0.5);
  }
  .page-sub-page.page-investment-guide
    .invest-investing-home
    > .container
    > .row {
    display: inline-block !important;
  }
  .page-sub-page .page-detail-content > .container > .row {
    margin-top: -15px;
  }
  .presentations > .container > .row {
    padding: 0;
    margin-top: 15px;
  }
  .presentations > .container > .row > .col-12 {
    padding: 0;
  }
  .page-detail-info > .container > .row {
    margin-top: -15px;
    padding-top: 5px;
  }
  .presentations > .container > .row.inner-newsletter {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .page-news .invest-boxs.news-box.big {
    height: auto;
  }
  .page-news .invest-boxs.news-box article {
    height: auto;
  }
  .page-events .invest-boxs.events-box.big {
    height: auto;
  }
  .page-sub-page .page-detail-info article {
    margin-bottom: 0;
  }
  .page-sub-page .testimonials > .container > .row {
    padding: 0;
  }
}
@media only screen and (min-width: 450px) and (max-width: 1024.5px) {
  .news-box.big article {
    height: auto !important;
  }
  .news-box.big {
    height: auto !important;
  }
  main.invest-main.page-sub-page.page-sectors .invest-boxs .top .slider-arrows {
    right: 50px !important;
    bottom: 25px !important;
  }
  .invest-success-stories .item .text {
    min-height: 305px !important;
  }
  .invest-success-stories .brand .name {
    display: block;
  }
}
@media only screen and (max-width: 765.5px) {
  .publications .invest-modal-info {
    width: 95% !important;
  }
}
.col-md-12.lookup-wrapper select {
  width: 400px !important;
}
.global-tables-below a {
  color: #333;
}
.col-md-12.lookup-wrapper button {
  display: block;
  width: 200px;
  height: 35px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ff3823;
  color: #fff;
  border: 1px solid transparent;
  transition: background 0.3s ease;
}
.col-md-12.lookup-wrapper table {
  margin: 0 auto;
}
.page-news-detail .image img {
  display: block;
  margin: 0 auto;
}
.recent-events .events-box.mini.invest-boxs:last-child {
  margin-top: 45px;
  height: 335px;
}
.page-sub-page.page-news-detail .page-detail-info article {
  font-weight: normal;
}
.page-searchAll .page-detail-info > .container > .row > .col-md-12 {
  padding: 0 !important;
}
.page-searchAll #SearchBox {
  width: 100%;
}
.ms-srch-sbLarge {
  position: relative;
  width: 100% !important;
}
.ms-srch-sb-searchLink {
  position: absolute;
  right: 10px;
  top: 3px;
  font-family: invest !important;
}
.ms-srch-sb-searchLink:hover {
  background: 0 0;
}
.ms-srch-sb-searchLink:before {
  position: relative;
  content: none !important;
  font-family: invest !important;
  font-size: 22px;
  color: #313131;
}
.page-webpartfree .page-detail-related-documents > .row {
  padding: 0 !important;
}
.page-webpartfree .title {
  font-size: 31px !important;
  margin-bottom: 50px !important;
}
.page-webpartfree .box {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  background-color: #fff;
  font-size: 14px;
}
.tags.option1 .col-md-4 {
  max-width: 0% !important;
  flex: 0 0 0 !important;
}
.tags.option1 .col-md-8 {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.tags.option1 .col-md-8 .tags-wrapper {
  text-align: left !important;
}
.page-message-president .date {
  display: none;
}
.page-message-president .authorWrapper {
  margin-top: 20px;
}
.page-message-president .authorImage {
  display: none;
}
.page-sub-page video {
  max-width: 100%;
  width: 100%;
}
.page-sub-page .mediaPlayerAdditionalControls,
.page-sub-page .mediaPlayerTitleOverlay {
  display: none !important;
}
.page-message-president .tags-wrapper {
  display: none;
}
.page-sub-page .mediaPlayerInitialPlayButton a span {
  margin-top: 9px !important;
  margin-left: 15px !important;
}
@media only screen and (max-width: 480px) {
  .page-news .invest-boxs.news-box img {
    height: 220px !important;
  }
}
.invest-slider .item video {
  padding: 0px 20px;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@font-face {
  font-family: "invest.final";
  src: url("../index/invest.final.eot?xf2fx8");
  src: url("../index/invest.final.eot?xf2fx8#iefix") format("embedded-opentype"),
    url("../index/invest.final.ttf?xf2fx8") format("truetype"),
    url("../index/invest.final.woff?xf2fx8") format("woff"),
    url("../index/invest.final.svg?xf2fx8#invest.final") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "invest.final" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-air-port:before {
  content: "\EA01";
}
.icon-arge:before {
  content: "\EA02";
}
.icon-arrow-thin-down:before {
  content: "\EA03";
}
.icon-arrow-thin-left:before {
  content: "\EA04";
}
.icon-arrow-thin-right:before {
  content: "\EA05";
}
.icon-arrow-thin-up:before {
  content: "\EA06";
}
.icon-automotive:before {
  content: "\EA07";
}
.icon-benchmark-icon11:before {
  content: "\EA08";
}
.icon-benchmark1:before {
  content: "\EA09";
}
.icon-benchmark2:before {
  content: "\EA0A";
}
.icon-benchmark3:before {
  content: "\EA0B";
}
.icon-broom:before {
  content: "\EA0C";
}
.icon-calendar:before {
  content: "\EA0D";
}
.icon-clock:before {
  content: "\EA0E";
}
.icon-close:before {
  content: "\EA0F";
}
.icon-copy-file:before {
  content: "\EA10";
}
.icon-demographics:before {
  content: "\EA11";
}
.icon-download:before {
  content: "\EA12";
}
.icon-embed:before {
  content: "\EA13";
}
.icon-f2maproad:before {
  content: "\EA14";
}
.icon-facebook:before {
  content: "\EA15";
}
.icon-fb-box:before {
  content: "\EA16";
}
.icon-finance:before {
  content: "\EA17";
}
.icon-google:before {
  content: "\EA18";
}
.icon-Group-540:before {
  content: "\EA19";
}
.icon-Group-545:before {
  content: "\EA1A";
}
.icon-help:before {
  content: "\EA1B";
}
.icon-highlighted:before {
  content: "\EA1C";
}
.icon-hospitals:before {
  content: "\EA1D";
}
.icon-ict:before {
  content: "\EA1E";
}
.icon-industries:before {
  content: "\EA1F";
}
.icon-info:before {
  content: "\EA20";
}
.icon-information:before {
  content: "\EA21";
}
.icon-infrastructure:before {
  content: "\EA22";
}
.icon-instagram:before {
  content: "\EA23";
}
.icon-investment:before {
  content: "\EA24";
}
.icon-letter:before {
  content: "\EA25";
}
.icon-linkedin:before {
  content: "\EA26";
}
.icon-location:before {
  content: "\EA27";
}
.icon-logo:before {
  content: "\EA28";
}
.icon-more:before {
  content: "\EA29";
}
.icon-other1:before {
  content: "\EA2A";
}
.icon-parks:before {
  content: "\EA2B";
}
.icon-pdf:before {
  content: "\EA2C";
}
.icon-pdf2:before {
  content: "\EA2D";
}
.icon-pdf3:before {
  content: "\EA2E";
}
.icon-quick-links:before {
  content: "\EA2F";
}
.icon-railroads:before {
  content: "\EA30";
}
.icon-reforms:before {
  content: "\EA31";
}
.icon-river-port:before {
  content: "\EA32";
}
.icon-search:before,
.ms-srch-sb-searchLink:before {
  content: "\EA33";
}
.icon-technopark:before {
  content: "\EA34";
}
.icon-triangle-down:before {
  content: "\EA35";
}
.icon-triangle-up:before {
  content: "\EA36";
}
.icon-twitter:before {
  content: "\EA37";
}
.icon-url:before {
  content: "\EA38";
}
.icon-video:before {
  content: "\EA39";
}
.icon-why:before {
  content: "\EA3A";
}
.icon-youtube:before {
  content: "\EA3B";
}
.investcheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  line-height: 18px;
  color: #1d2a4b;
}
.investcheckbox.smartmap {
  display: inline-block;
  padding-left: 25px;
  margin-right: 25px;
  font-size: 14px;
}
.investcheckbox.smartmap .checkmark:after {
  width: 6.5px;
  height: 6.5px;
  border-radius: 75%;
}
.investcheckbox.smartmap.blue .checkmark {
  border-color: #029ef0 !important;
}
.investcheckbox.smartmap.blue .checkmark:after {
  background: #029ef0 !important;
  width: 6.5px;
  height: 6.5px;
  border-radius: 75%;
}
.investcheckbox.smartmap.yellow .checkmark {
  border-color: #ffa223 !important;
}
.investcheckbox.smartmap.yellow .checkmark:after {
  background: #ffa223 !important;
  width: 6.5px;
  height: 6.5px;
  border-radius: 75%;
}
.investcheckbox.smartmap.purple .checkmark {
  border-color: #ff23cc !important;
}
.investcheckbox.smartmap.purple .checkmark:after {
  background: #ff23cc !important;
  width: 6.5px;
  height: 6.5px;
  border-radius: 75%;
}
.investcheckbox.smartmap.orange .checkmark {
  border-color: #ff3823 !important;
}
.investcheckbox.smartmap.orange .checkmark:after {
  background: #ff3823 !important;
  width: 6.5px;
  height: 6.5px;
  border-radius: 75%;
}
.investcheckbox.smartmap.green .checkmark {
  border-color: #5acc07 !important;
}
.investcheckbox.smartmap.green .checkmark:after {
  background: #5acc07 !important;
  width: 6.5px;
  height: 6.5px;
  border-radius: 75%;
}
.investcheckbox.smartmap.dgreen .checkmark {
  border-color: #1e6b79 !important;
}
.investcheckbox.smartmap.dgreen .checkmark:after {
  background: #1e6b79 !important;
  width: 6.5px;
  height: 6.5px;
  border-radius: 75%;
}
.investcheckbox.disabled {
  color: #1d2a4b59;
  pointer-events: none;
}
.investcheckbox.disabled .checkmark {
  border-color: #1d2a4b59 !important;
}
.investcheckbox.disabled .checkmark:after {
  background-color: #1d2a4b59 !important;
}
.investcheckbox.stepTwoCriteriaSelectAll,
.investcheckbox.stepThreeCountrySelectAll {
  margin-bottom: 45px;
}
.investcheckbox.stepThree:first-child {
  font-weight: bold;
}
.investcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 6px;
  border: 2px solid #1d2a4b;
}
.investcheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.investcheckbox input:checked ~ .checkmark:after {
  display: block;
}
.investcheckbox .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  background: #1d2a4b;
  border-radius: 2px;
}
.benchmark-tabs button {
  border: 0;
  background: transparent;
  border-radius: 4px;
  height: 35px;
  width: 35px;
  line-height: 0;
  margin-right: 15px;
  outline: 0;
  cursor: pointer;
  position: relative;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  color: gray;
  font-size: 21px;
}
.benchmark-tabs button:last-child {
  margin-right: 0;
}
.benchmark-tabs button.current {
  background-color: #ff3823;
  color: #ffffff;
}
.benchmark-tabs button.current:after {
  content: "";
  border-color: #ff3823 transparent transparent;
  border-style: solid;
  border-width: 10px;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -16px;
  left: 8px;
}
.benchmark.wrapper {
  margin-top: 15px;
}
.benchmark.wrapper .tabcontent {
  display: none;
}
.benchmark.wrapper .tabcontent.active {
  display: block;
}
.smartmap-section {
  display: inline-block;
  border-bottom: 1px solid black;
  margin-bottom: 5px;
  width: 100%;
}
.smartmap-section > div {
  float: left;
  vertical-align: top;
}
.smartmap-section .left {
  width: 170px;
  color: #1d2a4b;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.smartmap-section .left .icon-information {
  transition: color 0.3s ease;
  cursor: pointer;
}
.smartmap-section .left .icon-information:hover {
  background: #1d2a4b;
  color: #ffffff;
  border-radius: 50%;
}
.smartmap-section .right {
  width: 200px;
}
.smartmap-section .mid {
  width: calc(100% - 371px);
  padding-top: 5px;
}
.smartmap-section.type-1 .right {
  width: calc(100% - 171px);
}
.smartmap-section.provincial .right {
  width: 270px;
}
.smartmap-section.provincial .mid {
  width: calc(100% - 441px);
}
.smartmap-section.incentive .right > label:last-child {
  margin-right: 0;
}
.smartmap-section .smartmap-icn {
  font-size: 35px;
  display: inline-block;
  color: #1d2a4b;
  width: 45px;
  vertical-align: top;
  height: 35px;
  cursor: pointer;
  margin: 0 5px;
  max-width: 35px;
}
.smartmap-section .smartmap-icn.help {
  width: auto;
  position: relative;
  font-size: 33px;
}
.smartmap-section .smartmap-icn.help.active {
  background: #1d2a4b !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 1215px) {
  .smartmap-section .smartmap-icn.help {
    max-width: 150px;
  }
}
.smartmap-section .smartmap-icn.help .hover {
  display: none;
  position: absolute;
  width: 300px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  border-radius: 15px;
  font-size: 14px;
  padding: 10px 20px;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}
.smartmap-section .smartmap-icn.help:hover .hover {
  display: block;
}
@media only screen and (max-width: 1025px) {
  .smartmap-section .smartmap-icn.help:hover .hover {
    display: none;
  }
}
.smartmap-section .smartmap-icn.broom {
  font-weight: bold;
}
.smartmap-section.distance .left {
  padding-top: 6px;
}
.smartmap-section.distance .distance-select-wrapper {
  display: inline-block;
  padding-right: 2px;
  border-right: 1px solid #1d2a4b;
}
.smartmap-section.distance .options-wrapper {
  display: inline-block;
}
.smartmap-section.distance .options-wrapper .w1 {
  display: inline-block;
  vertical-align: top;
}
.smartmap-section.distance .options-wrapper .w1:nth-child(3) {
  border-left: 1px solid #1d2a4b;
}
.smartmap-section.distance .options-wrapper .w1.intersect {
  padding-top: 7px;
}
@media only screen and (max-width: 1025px) {
  .smartmap-section > div {
    width: 100% !important;
    display: block !important;
    float: none;
  }
  .smartmap-section > div:first-child {
    margin-bottom: 15px;
  }
  .smartmap-section.distance .distance-select-wrapper {
    border-right: 0;
    border-bottom: 1px solid #1d2a4b;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .smartmap-section.distance .options-wrapper .w1 {
    margin: 2.5px 0;
  }
}
.smartmap-section.type-1.clearfix.distance {
  border: none;
}
.smartmap-section.distance
  .distance-select-wrapper
  .w1:not(.custom-f2-select-wrapper) {
  display: inline-block;
  vertical-align: top;
}
.custom-f2-select-wrapper {
  display: inline-block;
  vertical-align: top;
}
.custom-f2-select-wrapper label {
  display: inline-block;
  font-weight: bold;
  color: #1d2a4b;
}
.custom-f2-select-wrapper select {
  display: inline-block;
  width: 120px;
}
.custom-f2-select-wrapper .select2-container {
  width: 120px;
}
.custom-f2-select-wrapper .select2-container .select2-selection--single {
  height: 35px;
  border: 1px solid #e3e3e3;
}
.custom-f2-select-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 33px;
}
.custom-f2-select-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
}
.investf2-boxs {
  border: 1px solid rgba(112, 112, 112, 0.2);
  -webkit-box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 54px;
  border-radius: 4px;
}
.investf2-boxs .row {
  padding: 0 !important;
}
.investf2-boxs .upper {
  border-bottom: 1px solid #e3e3e3;
  background-color: #fafafa;
  border-radius: 4px 4px 0 0;
  padding-top: 35px;
}
.investf2-boxs .upper .stages {
  list-style-type: none;
  margin: 0;
}
@media only screen and (min-width: 1250px) {
  .investf2-boxs .upper .stages {
    display: flex;
    place-content: space-between;
    padding: 0 40px;
  }
}
.investf2-boxs .upper .stages .stage-item {
  display: inline-block;
  width: 154px;
  text-align: center;
  color: #aaaaaa;
  font-size: 17px;
  font-weight: 900;
  position: relative;
  padding-bottom: 25px;
  margin-right: 5px;
}
.investf2-boxs .upper .stages .stage-item:last-child {
  margin-right: 0;
}
.investf2-boxs .upper .stages .stage-item.current {
  color: #ff3823;
}
.investf2-boxs .upper .stages .stage-item.current:after {
  content: "";
  width: 100%;
  display: block;
  background: #ff3823;
  height: 4px;
  position: absolute;
  bottom: 0;
  border-radius: 6px;
}
.investf2-boxs .upper .stages .stage-item.completed {
  color: #1d2a4b;
}
.investf2-boxs .upper .stages .stage-item.completed:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../index/benchmark-complete-icn.png");
  height: 15px;
  width: 15px;
  margin-left: 10px;
  position: absolute;
  right: 15px;
}
.investf2-boxs .upper .stages .stage-item:before {
  width: 165px;
  content: attr(data-title);
  top: -25px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .investf2-boxs .upper .stages .stage-item {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .investf2-boxs .upper .stages .stage-item:before {
    width: 100%;
    position: static;
    transform: none;
    display: block;
    margin-bottom: 5px;
  }
}
.investf2-boxs .upper .stages .stage-item.tutorials::after {
  content: "";
  width: 0;
  display: block;
  background: #e3e3e3;
  position: absolute;
  top: -35px;
  left: 0;
  height: calc(100% + 35px);
}
.investf2-boxs .upper .stages .stage-item:nth-child(3).completed:after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .investf2-boxs .upper .stages {
    padding-left: 0;
  }
}
.investf2-boxs .bottom .sections-selected {
  border-bottom: 1px solid #e3e3e3;
  background-color: #fafafa;
  padding: 10px 10px 30px 70px;
  position: relative;
}
.investf2-boxs .bottom .sections-selected .selected-tag {
  display: inline-block;
  margin: 5px 30px 5px 0;
  font-size: 16px;
  color: #f6f6f6;
  padding: 8px 6px 5px 15px;
  border-radius: 19px;
  background-color: #1d2a4b;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.investf2-boxs .bottom .sections-selected .selected-tag .close-btn {
  background-image: url("../index/benchmark-close-btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 22px;
  width: 22px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 10px;
  outline: 0 !important;
  border: 0;
  background-color: transparent;
}
.investf2-boxs .bottom .sections-selected .selected-tag:hover {
  background-color: #f6f6f6;
  color: #1d2a4b;
  cursor: pointer;
  border-color: #1d2a4b;
}
@media screen and (max-width: 767px) {
  .investf2-boxs .bottom .sections-selected {
    padding: 10px 10px 30px 10px;
  }
}
.investf2-boxs .bottom .sections-selected .selected-inner {
  max-height: 99px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}
.investf2-boxs .bottom .benchmark-selected {
  position: relative;
}
.investf2-boxs .bottom .benchmark-selected .selected-viewmore {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: -26px;
  background: #ff322a;
  border: 1px solid #e5e5e5;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}
.investf2-boxs .bottom .benchmark-selected .selected-viewmore img {
  display: block;
  cursor: pointer;
  transition: all 0.2s ease;
}
.investf2-boxs .bottom .benchmark-selected .selected-viewmore.active img {
  transform: rotate(180deg);
}
.investf2-boxs .bottom .benchmark-selected.active .selected-inner {
  transition: max-height 1s ease-in-out;
  max-height: 1500px;
}
.investf2-boxs .bottom .sections {
  padding: 0 70px;
  padding-bottom: 50px;
}
.investf2-boxs .bottom .sections:after {
  display: block;
  content: "";
  clear: both;
}
.investf2-boxs .bottom .sections.tutorials {
  margin-top: 30px;
  padding-left: 80px;
  padding-bottom: 100px;
}
.investf2-boxs .bottom .sections.tutorials .title {
  font-size: 40px;
  font-weight: bold;
  color: #1d2a4b;
  margin-bottom: 20px !important;
}
.investf2-boxs .bottom .sections.tutorials .content {
  color: #8d8d8d;
  font-size: 18px;
  margin: 20px 0;
}
.investf2-boxs .bottom .sections.tutorials .slick-arrow.slide-left {
  left: -20px;
}
.investf2-boxs .bottom .sections.tutorials .slick-arrow.slide-right {
  right: -20px;
}
.investf2-boxs .bottom .sections.tutorials .invest-button {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .investf2-boxs
    .bottom
    .sections.tutorials
    .page-detail-slider
    .slick-slide
    .item
    img,
  .investf2-boxs .bottom .sections.tutorials video {
    width: 70% !important;
  }
  .investf2-boxs .bottom .sections.tutorials .page-detail-slider {
    max-height: 55vh;
  }
}
@media screen and (min-width: 1600px) {
  .investf2-boxs
    .bottom
    .sections.tutorials
    .page-detail-slider
    .slick-slide
    .item
    img,
  .investf2-boxs .bottom .sections.tutorials video {
    width: 50% !important;
  }
  .investf2-boxs .bottom .sections.tutorials .page-detail-slider {
    max-height: 40vh;
  }
}
.investf2-boxs .bottom .sections .section-title {
  border-bottom: 1px solid #e3e3e3;
  color: #8d8d8d;
  margin-top: 20px;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.investf2-boxs .bottom .sections .selection-wrapper .selection-group {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.investf2-boxs .bottom .sections .selection-wrapper .selection-group > p {
  color: #1d2a4b;
  font-size: 18px;
  font-weight: bold;
}
.investf2-boxs
  .bottom
  .sections
  .selection-wrapper
  .selection-group
  .f2-accordion-item
  .f2-accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 15px;
}
.investf2-boxs
  .bottom
  .sections
  .selection-wrapper
  .selection-group
  .f2-accordion-item
  .f2-accordion-title
  > p {
  color: #1d2a4b;
  font-size: 18px;
  font-weight: bold;
  max-width: calc(100% - 40px);
  margin: 0;
}
.investf2-boxs
  .bottom
  .sections
  .selection-wrapper
  .selection-group
  .f2-accordion-item
  .f2-accordion-title
  > .icn {
  font-size: 20px;
  color: #1d2a4b;
  transition: all 0.3s ease;
}
.investf2-boxs
  .bottom
  .sections
  .selection-wrapper
  .selection-group
  .f2-accordion-item
  .f2-accordion-content {
  display: none;
  padding-top: 10px;
}
.investf2-boxs
  .bottom
  .sections
  .selection-wrapper
  .selection-group
  .f2-accordion-item.active
  .f2-accordion-title
  > .icn {
  display: inline-block;
  transform: rotate(180deg);
  color: #ff3823;
}
.investf2-boxs .bottom .sections .invest-button {
  cursor: pointer;
  border: 0 !important;
  margin-left: 0;
  font-family: inherit;
  font-size: 17px;
  padding: 0 50px;
  min-width: 181px;
}
@media screen and (max-width: 767px) {
  .investf2-boxs .bottom .sections .invest-button {
    min-width: auto;
    width: 140px;
    margin-bottom: 5px;
    padding: 0 10px;
  }
}
.investf2-boxs .bottom .sections .next-stage {
  float: right;
}
.investf2-boxs .bottom .sections .prev-stage {
  float: left;
}
@media screen and (max-width: 767px) {
  .investf2-boxs .bottom .sections {
    padding: 0 10px;
  }
  .investf2-boxs .bottom .sections.tutorials {
    padding: 0 10px;
  }
}
.investf2-boxs .warning-goback {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.investf2-boxs .warning-goback .warning-msg {
  font-weight: bold;
}
.investf2-boxs p:first-letter {
  text-transform: none !important;
  line-height: inherit !important;
  font-weight: unset !important;
  display: inherit !important;
  color: inherit !important;
  vertical-align: unset !important;
  font-size: inherit !important;
}
span.floating-label {
  position: absolute;
  pointer-events: none;
  left: 38px;
  top: 16px;
  color: #172446;
  transition: all 0.2s ease;
}
.subscribe .invest-form-group {
  position: relative;
}
.contact-form-group input:not(:placeholder-shown) ~ .floating-label,
.subscribe .invest-form-group {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group input:focus ~ .floating-label,
#contactForm input:not(:focus) .floating-label,
.subscribe .invest-form-group input:focus ~ .floating-label,
.subscribe input:not(:focus) .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  opacity: 1;
  color: #172446;
  font-weight: 700;
}
.contact-form-group input:not(:placeholder-shown) ~ .floating-label,
.subscribe .invest-form-group input:not(:placeholder-shown) ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group input:not(:-ms-input-placeholder) ~ .floating-label,
.subscribe
  .invest-form-group
  input:not(:-ms-input-placeholder)
  ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group input:not(:-moz-input-placeholder) ~ .floating-label,
.subscribe
  .invest-form-group
  input:not(:-moz-input-placeholder)
  ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group textarea:not(:placeholder-shown) ~ .floating-label,
.subscribe textarea:not(:placeholder-shown) ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group textarea:focus ~ .floating-label,
#contactForm input:not(:focus) .floating-label,
.subscribe .invest-form-group textarea:focus ~ .floating-label,
.subscribe input:not(:focus) .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  opacity: 1;
  color: #172446;
  font-weight: 700;
}
.contact-form-group textarea:not(:placeholder-shown) ~ .floating-label,
.subscribe textarea:not(:placeholder-shown) ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group textarea:not(:-ms-input-placeholder) ~ .floating-label,
.subscribe textarea:not(:-ms-input-placeholder) ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.contact-form-group textarea:not(:-moz-input-placeholder) ~ .floating-label,
.subscribe textarea:not(:-moz-input-placeholder) ~ .floating-label {
  top: 3px;
  left: 25px;
  font-size: 12px;
  color: #172446;
  font-weight: 700;
}
.formNotNullMessage {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: black;
  margin-bottom: 2px;
  text-align: left;
  border-radius: 4px;
  padding: 9px;
  margin: 0 auto 15px auto;
}
#charNum {
  text-align: right;
  float: right;
}
.contact-form-group input {
  padding-top: 5px;
}
.smartmap-outer-wrapper {
  position: relative;
}
.smartmap-outer-wrapper .smartmap-upper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e3e3e3;
  z-index: 5;
}
.smartmap-outer-wrapper
  .smartmap-upper-wrapper
  .invest-modal-close.publications-form-close {
  display: none;
}
.smartmap-outer-wrapper .smartmap-upper-wrapper:after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff3823;
}
.smartmap-outer-wrapper .smartmap-upper-wrapper .smartmap-sections-wrapper {
  display: inline-block;
  position: relative;
  padding: 15px 0;
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .smartmap-outer-wrapper .smartmap-upper-wrapper .smartmap-sections-wrapper {
    overflow: auto;
    max-height: 70vh;
  }
}
.smartmap-outer-wrapper .smartmap-upper-wrapper .smartmap-toggler {
  text-align: center;
  padding-bottom: 5px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff3823;
  border-radius: 0 0 222px 222px;
  width: 90px;
  height: 45px;
  padding-top: 10px;
}
.smartmap-outer-wrapper .smartmap-upper-wrapper .smartmap-toggler .toggle-icon {
  background: url("../index/smartmap-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 auto;
  transform: rotate(180deg);
  animation: flash 2.5s infinite;
  cursor: pointer;
  filter: brightness(0) invert(1);
}
.smartmap-outer-wrapper
  .smartmap-upper-wrapper
  .smartmap-toggler
  .toggle-icon.a {
  transform: rotate(0deg);
  animation: none;
}
.smartmap-outer-wrapper .smartmap-right-wrapper {
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  background-color: #e3e3e3;
  height: 100%;
  transition: all 0.5s;
  z-index: 2;
}
.smartmap-outer-wrapper .smartmap-right-wrapper:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  background: #ff3823;
  width: 15px;
}
.smartmap-outer-wrapper .smartmap-right-wrapper .smartmap-right-outer {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.smartmap-outer-wrapper
  .smartmap-right-wrapper
  .smartmap-right-outer
  .smartmap-right {
  display: none;
}
.smartmap-outer-wrapper .smartmap-right-wrapper .smartmap-toggler {
  text-align: center;
  padding-bottom: 5px;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  background: #ff3823;
  border-radius: 0 0 222px 222px;
  width: 90px;
  height: 45px;
  padding-top: 10px;
  transform: rotate(-90deg);
}
.smartmap-outer-wrapper .smartmap-right-wrapper .smartmap-toggler .toggle-icon {
  background: url("../index/smartmap-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 auto;
  transform: rotate(180deg);
  animation: flash 2.5s infinite;
  cursor: pointer;
  filter: brightness(0) invert(1);
}
.smartmap-outer-wrapper
  .smartmap-right-wrapper
  .smartmap-toggler
  .toggle-icon.a {
  transform: rotate(180deg);
  animation: none;
}
.smartmap-outer-wrapper .smartmap-right-wrapper .development-agency-wrapper {
  padding: 25px 0 10px 25px;
}
.smartmap-outer-wrapper
  .smartmap-right-wrapper
  .development-agency-wrapper
  > h5 {
  color: #1d2a4b;
  font-size: 15px;
  font-weight: bold;
}
.smartmap-outer-wrapper
  .smartmap-right-wrapper
  .development-agency-wrapper
  .list-wrapper {
  max-height: 425px;
  overflow-y: auto;
}
.smartmap-outer-wrapper
  .smartmap-right-wrapper
  .development-agency-wrapper
  .list-wrapper
  > label {
  font-size: 14px !important;
}
.smartmap-outer-wrapper .smartmap-right-wrapper.active {
  width: 19%;
}
@media only screen and (max-width: 1025px) {
  .smartmap-outer-wrapper .smartmap-right-wrapper.active {
    width: 40%;
    z-index: 6;
  }
  .smartmap-outer-wrapper
    .smartmap-right-wrapper.active
    .development-agency-wrapper
    .list-wrapper
    > label {
    display: block;
  }
}
@media only screen and (max-width: 767.5px) {
  .smartmap-outer-wrapper .smartmap-right-wrapper.active {
    width: 80%;
  }
}
.smartmap-outer-wrapper
  .smartmap-right-wrapper.active
  .smartmap-right-outer
  .smartmap-right {
  display: block;
}
.smartmap-outer-wrapper
  .smartmap-right-wrapper.active
  .smartmap-toggler
  .toggle-icon {
  animation: none;
  transform: rotate(0deg);
}
.smartmap-outer-wrapper .smartmap iframe {
  width: 100%;
  height: 85vh;
}
.smartmap-page-title {
  margin-bottom: 15px !important;
}
.video-wrapper {
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.video-wrapper video {
  border-radius: 15px;
  display: block;
}
.video-bottom {
  margin-top: 30px;
}
.video-bottom .left,
.video-bottom .right {
  float: left;
}
.video-bottom .right {
  width: 20%;
  text-align: right;
}
.video-bottom .right .socials {
  font-size: 18px;
}
.video-bottom .right .socials a {
  margin: 0 5px;
  cursor: pointer;
}
.video-bottom .right .socials .iconf2-embed {
  font-weight: bolder;
  font-size: 22px;
}
.video-bottom .right .socials #shareEmbedVideoPopup {
  display: none;
}
.video-bottom .left {
  width: 80%;
}
.video-bottom .left .title {
  font-weight: 900;
  font-size: 20px;
  color: #1d2a4b;
  margin-bottom: 0;
}
.video-bottom .left .title:after {
  display: none;
}
.video-bottom .left .desc {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.video-bottom .video-tag {
  display: inline-block;
}
.modalf2 h5.modal-title {
  font-weight: 900;
  font-size: 25px;
  color: #1d2a4b;
  margin-bottom: 10px;
  display: inline-block;
}
.modalf2 h5.modal-title:after {
  content: " ";
  background-color: #ff3823;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  display: block;
  clear: both;
}
.embed textarea {
  width: 100%;
}
.embed .invest-modal-info {
  width: 50% !important;
}
.embed .invest-modal-info .embed-modal-close {
  margin-top: 3px;
}
.embed .invest-modal-info > div {
  position: relative;
}
.embed .icon-copy-file:hover {
  color: #e81801;
}
.embed .icon-copy-file {
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .embed .icon-copy-file {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .invest-modal-overlay.smart-map.modalf2.display .invest-modal-info {
    width: 95% !important;
  }
}
.home-benchmark-wrapper {
  height: 462px;
  background-image: url("../index/home-page-benchmark.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 54px;
  border-radius: 10px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .home-benchmark-wrapper {
    background-image: url("../index/benchmark-mobile.png");
    height: 350px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
}
.home-benchmark-wrapper .text-wrapper {
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 1650px) {
  .home-benchmark-wrapper .text-wrapper {
    max-width: 500px;
  }
}
.home-benchmark-wrapper .text-wrapper .title {
  font-size: 37px;
  color: #ffffff;
  line-height: normal;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (min-width: 1650px) {
  .home-benchmark-wrapper .text-wrapper .title {
    font-size: 46px;
  }
}
.home-benchmark-wrapper .text-wrapper .title:after {
  content: "";
  display: block;
  width: 70%;
  height: 4px;
  background: #ff3823;
  margin: 10px auto 35px auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .home-benchmark-wrapper .text-wrapper .title {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .home-benchmark-wrapper .text-wrapper .sub-text {
    padding: 0 15px;
  }
}
.home-benchmark-wrapper .text-wrapper .invest-button {
  color: #ffffff;
  cursor: pointer;
}
.home-benchmark-wrapper .text-wrapper .invest-button:hover {
  color: #ffffff;
}
.home-smartmap-wrapper {
  background-image: url("../index/home-page-smartmap.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 54px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.home-smartmap-wrapper .padding {
  padding: 140px 40px 30px 40px;
}
@media screen and (max-width: 767px) {
  .home-smartmap-wrapper .padding {
    padding: 40px 15px 30px 15px;
  }
}
.home-smartmap-wrapper .padding > .text-wrapper {
  max-width: 440px;
}
@media only screen and (min-width: 1650px) {
  .home-smartmap-wrapper .padding > .text-wrapper {
    max-width: 500px;
  }
}
.home-smartmap-wrapper .padding > .text-wrapper .title {
  font-size: 30px;
  color: #1d2a4b;
  line-height: normal;
  font-weight: 900;
  display: inline-block;
}
@media only screen and (min-width: 1650px) {
  .home-smartmap-wrapper .padding > .text-wrapper .title {
    font-size: 37px;
  }
}
.home-smartmap-wrapper .padding > .text-wrapper .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ff3823;
  margin: 10px 0 35px 0;
  border-radius: 10px;
}
.home-smartmap-wrapper .padding > .text-wrapper .invest-button {
  color: #ffffff;
  cursor: pointer;
}
.home-smartmap-wrapper .padding > .text-wrapper .invest-button:hover {
  color: #ffffff;
}
.home-smartmap-wrapper .padding > .filter-wrapper {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .home-smartmap-wrapper .padding > .filter-wrapper {
    margin-top: 0;
  }
}
.home-smartmap-wrapper .padding > .filter-wrapper > .title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #1d2a4b;
  opacity: 0;
  visibility: hidden;
}
.home-smartmap-wrapper .padding > .filter-wrapper > .title:after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background: #ff3823;
  border-radius: 10px;
  margin: 10px 0 40px 0;
  visibility: hidden;
  opacity: 0;
}
.home-smartmap-wrapper .padding > .filter-wrapper .filter-content-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-smartmap-wrapper
  .padding
  > .filter-wrapper
  .filter-content-container
  .content-item {
  display: table;
  max-width: 335px;
}
@media screen and (max-width: 767px) {
  .home-smartmap-wrapper
    .padding
    > .filter-wrapper
    .filter-content-container
    .content-item {
    margin: 20px 0;
  }
}
.home-smartmap-wrapper
  .padding
  > .filter-wrapper
  .filter-content-container
  .content-item
  > div {
  display: table-cell;
  vertical-align: top;
}
.home-smartmap-wrapper
  .padding
  > .filter-wrapper
  .filter-content-container
  .content-item
  .left
  img {
  height: auto;
  max-width: 100%;
  margin-right: 10px;
  max-width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.home-smartmap-wrapper
  .padding
  > .filter-wrapper
  .filter-content-container
  .content-item
  .left
  img:hover {
  transform: scale(1.2);
  transform-origin: center;
}
.home-smartmap-wrapper
  .padding
  > .filter-wrapper
  .filter-content-container
  .content-item
  .right {
  font-size: 15px;
  line-height: normal;
}
.home-smartmap-wrapper
  .padding
  > .filter-wrapper
  .filter-content-container
  .content-item
  .right
  .title {
  color: #1d2a4b;
  font-weight: bold;
  margin-bottom: 10px;
}
.home-smartmap-wrapper
  .padding
  > .filter-wrapper
  .filter-content-container
  .content-item
  .right
  .text {
  color: rgba(0, 0, 0, 0.6);
}
.prev-next-webpart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .prev-next-webpart {
    margin-bottom: 35px;
  }
}
.prev-next-webpart > div {
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
  height: 370px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prev-next-webpart > div {
    height: 185px;
    overflow: hidden;
  }
}
.prev-next-webpart > div .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.prev-next-webpart > div .img:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.prev-next-webpart > div .pn-text {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding-top: 100px;
  max-width: 80%;
}
@media only screeen and (max-width: 1025px) {
  .prev-next-webpart > div .pn-text {
    padding-top: 25px;
    max-width: 81%;
    max-height: 90%;
    overflow: hidden;
  }
}
.prev-next-webpart > div .pn-text .pn-title {
  font-size: 20px;
  font-weight: 700;
}
@media only screeen and (max-width: 1025px) {
  .prev-next-webpart > div .pn-text .pn-title {
    font-size: 15px;
  }
}
.prev-next-webpart > div .pn-nav {
  font-size: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  color: #ffffff;
  font-size: 60px;
}
@media only screeen and (max-width: 1025px) {
  .prev-next-webpart > div .pn-nav {
    left: 10px;
  }
}
.prev-next-webpart > div .pn-nav:hover {
  color: gray;
}
@media only screeen and (max-width: 1025px) {
  .prev-next-webpart > div .pn-nav {
    font-size: 15px;
  }
}
.prev-next-webpart > div.pn-left.only {
  max-width: 100%;
  flex: 0 0 100%;
}
.prev-next-webpart > div.pn-left .pn-text {
  text-align: right;
  padding-right: 70px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .prev-next-webpart > div.pn-left .pn-text {
    padding-right: 20px;
  }
}
.prev-next-webpart > div.pn-right .pn-nav {
  left: auto;
  right: 25px;
}
@media only screeen and (max-width: 1025px) {
  .prev-next-webpart > div.pn-right .pn-nav {
    right: 10px;
  }
}
.prev-next-webpart > div.pn-right.only {
  max-width: 100%;
  flex: 0 0 100%;
}
.prev-next-webpart > div.pn-right .pn-text {
  padding-left: 70px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .prev-next-webpart > div.pn-right .pn-text {
    padding-left: 20px;
  }
}
.ms-srch-sbLarge {
  z-index: 1 !important;
}
.page-detail-content .page-detail-tags .row {
  padding: 0 !important;
  margin: 0 -30px !important;
}
.invest-header.sub-pages .open-modal {
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .page-sub-page .page-detail-tags {
    margin: 10px 0;
    padding: 20px 5px 0px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .page-sub-page.page-news-detail section .row {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-sub-page .page-detail-mini-slider .slick-track {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-sub-page.page-contact .page-info {
    padding: 55px 20px;
  }
  .page-sub-page.page-contact .page-detail-info > .container > .row {
    padding: 0;
  }
  .page-sub-page.page-contact .page-detail-info > .container > .row .row {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .invest-slider .images img {
    height: 500px;
  }
}
.page-events .invest-boxs.events-box .date {
  color: #929292 !important;
}
.noItemMessage:empty {
  display: none;
}
.ms-srch-item {
  padding: 20px 0 !important;
  margin: 0 0 15px 0 !important;
  border-bottom: 1px solid #8a8a8a;
}
.ms-srch-item .ms-srch-item-title {
  font-weight: bold !important;
  color: #1d2a4b !important;
}
.ms-srch-item .ms-srch-item-title * {
  font-weight: bold !important;
  color: #1d2a4b !important;
}
.ms-srch-item .ms-srch-item-summary {
  font-weight: normal !important;
  color: #929292 !important;
}
.ms-srch-item .ms-srch-item-summary * {
  font-weight: normal !important;
  color: #929292 !important;
}
.ms-srch-sb-searchLink:before {
  font-family: "invest.f2" !important;
}
.invest-contact-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
.page-contact
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .invest-contact-form
    .select2-container
    .select2-selection--single
    .select2-selection__rendered,
  .page-contact
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 10px;
  }
}
.page-sub-page .page-detail-related-documents .box {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-sub-page .page-detail-related-documents .box {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-detail-related-documents .col-lg-3.col-md-5:last-child .box {
    margin-bottom: 40px;
  }
}
.col-md-12.row.justify-content-md-center.itemWrapper {
  margin-bottom: 35px;
}
.invest-news-home .content-title {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) {
  .page-sub-page .page-detail-tags {
    margin: 50px 0 50px 0;
  }
}
.page-news .tags .invest-tag {
  margin-left: 0 !important;
  margin-right: 12px !important;
  margin-bottom: 12px;
}
.page-sub-page.page-searchAll {
  background-color: #1c1c1c;
}
.page-sub-page.page-searchAll .ms-srch-Paging li {
  background-color: #ffffff !important;
}
.page-sub-page.page-searchAll .ms-srch-Paging li a {
  color: #1c1c1c !important;
}
.page-sub-page.page-searchAll * {
  color: #ffffff !important;
}
.page-sub-page.page-searchAll * .ms-srch-sbLarge {
  border-radius: 9px;
  outline: 0 !important;
  border: 0 !important;
}
.page-sub-page.page-searchAll * .ms-srch-sbLarge > input {
  color: #1c1c1c !important;
  border-radius: 9px;
  border: 0 !important;
  padding: 5px 10px;
  height: auto;
}
.page-sub-page.page-searchAll .ms-srch-sb-searchLink:before {
  top: 4px;
}
.page-sub-page.page-searchAll .page-info {
  background-color: #1c1c1c;
}
.page-sub-page.page-searchAll .page-info .page-info-title {
  display: inline-block;
}
.page-sub-page.page-searchAll .page-info .page-info-title:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #ffffff;
  display: block;
}
.page-sub-page.page-searchAll .page-detail-info > .container > .row {
  background-color: #1c1c1c;
}
.invest-nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .publication-detail .link p {
    white-space: normal;
  }
  .invest-modal-info {
    max-height: 90vh;
    overflow: auto;
    width: 90% !important;
  }
  .invest-news-home .content {
    margin-top: 15px;
  }
  .page-news-detail .image img {
    margin: 15px auto 10px auto;
  }
}
.invest-news-home .content .text {
  max-height: 42px;
  overflow: hidden;
}
.invest-news-home .content-title {
  max-width: 95%;
}
.ContactAttachmentSizeMessage {
  color: red;
  display: block;
}
.contact-form-group.col-md-12 span.invest-button.full {
  background: #bbbbbb !important;
}
.contact-form-group.col-md-12 span.invest-button.full:hover {
  background: #979797 !important;
}
@media screen and (max-width: 767px) {
  .invest-news-home .content-title {
    max-width: 100%;
  }
  .invest-modal-overlay.contact .invest-modal-info {
    height: 90vh !important;
    overflow: hidden !important;
  }
  .invest-modal-overlay.contact .invest-modal-info > .invest-contact-form {
    height: 100% !important;
  }
  .invest-modal-overlay.contact
    .invest-modal-info
    > .invest-contact-form
    #InvestContactPopup {
    height: 100% !important;
  }
}
.invest-header .main .shortlinks a.active {
  color: rgba(255, 255, 255, 0.65);
}
[data-slider="majorPlayers"] .item {
  padding: 0 10px;
}
body .itemWrapper .InfoGraphics {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  body .prev-next-webpart > div.pn-right .pn-text,
  body .prev-next-webpart > div.pn-left .pn-text {
    padding-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  body .prev-next-webpart > div.pn-right .pn-text {
    left: 0;
  }
  body .prev-next-webpart > div.pn-left .pn-text {
    right: 0;
  }
  body .prev-next-webpart > div .pn-text .pn-title {
    font-size: 16px;
  }
  body .prev-next-webpart > div.pn-right .pn-nav {
    right: 5px;
    font-size: 30px;
  }
  body .prev-next-webpart > div.pn-left .pn-nav {
    left: 5px;
    font-size: 30px;
  }
  body .invest-modal-info #InvestContactPopup {
    padding-bottom: 50px;
  }
  body .page-sub-page .page-info {
    padding: 55px 20px 10px 20px !important;
  }
  body .prev-next-webpart > div {
    height: inherit;
  }
}
body .prev-next-webpart > div {
  height: 280px;
}
.invest-modal-overlay.publications
  .invest-publications-form
  .subscribe
  .invest-form-group
  > p {
  padding-right: 45px;
  font-size: 16px;
  text-align: justify;
}
.invest-modal-overlay.publications
  .invest-publications-form
  .subscribe
  .invest-form-group
  > p::first-letter {
  text-align: justify !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
  vertical-align: unset !important;
}
#customPagination {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #customPagination {
    margin-bottom: 0;
  }
}
.pagination {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .pagination {
    padding: 0;
  }
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  float: left;
  display: table;
  padding: 0 2px;
}
.pagination ul li a {
  color: #c0c0c0;
  display: table-cell;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  cursor: pointer;
}
.pagination ul li.current {
  padding: 0 6px;
}
.pagination ul li.current a {
  background-color: #ff3825;
  color: #fff;
  cursor: default !important;
}
.pagination ul li.current a:hover {
  color: #fff;
  background-color: #ff3825;
}
.pagination ul li a.next,
.pagination ul li a.prev,
.pagination ul li a.first,
.pagination ul li a.last {
  font-size: 16px;
}
.pagination ul li a.first icon,
.pagination ul li a.last icon {
  width: 10px;
}
.pagination ul li a.first icon:first,
.pagination ul li a.last icon:first {
  margin-left: -7px;
}
.pagination ul li a.dots {
  font-size: 28px;
  margin-top: -7px;
  display: inline-block;
  cursor: default !important;
}
.all-events .row.paging-row {
  padding: 0 !important;
}
.row.paging-row .row.paging-row {
  padding: 0 !important;
}
.all-news .row.paging-row {
  padding: 0 !important;
}
.pagelist .page {
  display: none;
}
.pagelist .page:first-child {
  display: block;
}
@media screen and (max-width: 600px) {
  .pagination ul li a {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
  .pagination ul li a.next,
  .pagination ul li a.prev,
  .pagination ul li a.first,
  .pagination ul li a.last {
    font-size: 10px;
  }
  .pagination ul li a.first icon,
  .pagination ul li a.last icon {
    width: 5px;
  }
  .pagination ul li {
    padding: 0 4px;
  }
  .pagination ul li.current {
    padding: 0 8px;
  }
  .pagination ul li a.dots {
    font-size: 14px;
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .pagination ul li a {
    width: 21px;
    height: 21px;
    font-size: 13px;
  }
  .pagination ul li a.next,
  .pagination ul li a.prev,
  .pagination ul li a.first,
  .pagination ul li a.last {
    font-size: 10px;
  }
  .pagination ul li a.first icon,
  .pagination ul li a.last icon {
    width: 5px;
  }
  .pagination ul li {
    padding: 0 3px;
  }
  .pagination ul li a.dots {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .footer-nav .col-md-2 {
    max-width: 14.285714%;
    flex: 0 0 14.285714%;
  }
}
@media (max-width: 768px) {
  .video-bottom .left,
  .video-bottom .right {
    width: 100%;
    float: none;
  }
}
.event-invest-button-wrap {
  padding-top: 15px;
  margin-left: -15px;
}
body .event-invest-button-wrap .invest-button.full {
  color: white !important;
}
.event-invest-button-wrap a {
  color: white !important;
  height: inherit !important;
  line-height: inherit !important;
  padding: 12px 0;
}
section.invest-boxs .slick-slide .event-invest-button-wrap a,
section.invest-boxs .slick-slide .event-invest-button-wrap a:visited,
section.invest-boxs .slick-slide .event-invest-button-wrap a:hover {
  color: white !important;
}
.page-detail-mini-slider .slick-track {
  margin-left: 0;
}
@media only screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  .page-sub-page section .row {
    padding: 0 20px;
  }
  .page-sub-page.page-news-detail section .row {
    padding: 0 5px;
  }
  .iconsWrapper img {
    display: block;
    margin: 0 auto;
  }
  .iconsWrapper tr {
    height: 132px;
  }
  .page-sub-page.page-sectors .sectors > .container > .row {
    padding: 0 5px;
  }
  .page-incentives .page-detail-info .row {
    padding: 0 3px;
  }
  .incentives-top-box .top {
    height: 60px;
  }
  .incentives-top-box .icon-wrapper img {
    height: 60px;
  }
  .page-incentives .incentives-top-box .bot {
    font-size: 11px;
  }
}
@media only screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  .invest-why-turkey-home .content .link .text {
    display: none;
  }
  .invest-why-turkey-home .content .link-title {
    font-size: 16px;
  }
  .invest-success-stories .item .text {
    min-height: 125px !important;
    margin-bottom: 10px;
  }
  .invest-success-stories .item {
    padding-bottom: 25px;
  }
  .invest-boxs.invest-why-turkey-home {
    min-height: 723px;
  }
  .invest-boxs.invest-why-turkey-home .actions.bottom {
    margin-top: 50px;
  }
  .invest-testimonials .item figure figcaption {
    font-size: 20px;
    height: auto;
    white-space: normal;
    min-height: 88px;
  }
  .invest-testimonials .item figure figcaption span {
    display: block;
    font-size: 13px;
  }
  .page-testimonials .testimonials .link figure figcaption {
    height: auto;
    padding: 10px;
    font-size: 20px;
    min-height: 88px;
  }
  .page-testimonials .testimonials .link figure figcaption span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024.5px) {
  .page-events .invest-boxs.events-box.mini:hover .image:after {
    display: none !important;
  }
  .page-news .invest-boxs.news-box.mini:hover .image:after {
    display: none !important;
  }
  .page-events .invest-boxs.events-box.mini:hover .image {
    height: 220px !important;
  }
  .page-news .invest-boxs.news-box.mini:hover .image img {
    -moz-transform: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
  }
  .page-events .invest-boxs.events-box.mini:hover .events-decs {
    display: none !important;
  }
  .page-news .invest-boxs.news-box.mini:hover .news-decs {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .imageLeft {
    border: 0;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  section.testimonials {
    margin-top: 15px;
  }
  .page-testimonials .testimonials .link figure figcaption {
    height: auto;
  }
  .incentives-top-box {
    background-size: cover !important;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 225px;
  }
  .iconsWrapper .text-center > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-sub-page section.testimonials > .container > .row {
    padding-top: 30px !important;
  }
  .page-sub-page .page-info-title {
    font-size: 28px !important;
  }
}
.invest-header.sub-pages .backgrounds.w-img:after {
  display: none;
}
@media only screen and (max-width: 1024.5px) and (min-width: 450px) {
  .invest-success-stories .brand .name {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1024.5px) {
  .invest-main.page-sub-page {
    margin-top: 51px;
  }
}
@media screen and (max-width: 767px) {
  .invest-success-stories .brand .name {
    margin-left: 0;
  }
  .page-sub-page .success-stories > .container > .row {
    padding-top: 30px;
  }
  .page-howWeHelp .page-detail-info:last-child .page-info {
    padding-left: 5px !important;
    padding-top: 10px !important;
    padding-right: 15px !important;
  }
  .page-howWeHelp .page-detail-info .container > .row > .col-md-12 {
    padding-left: 5px !important;
  }
  .page-events .recent-events {
    padding: 15px 5px 0 5px;
  }
  .page-events .all-events {
    padding: 0 5px 50px 5px;
  }
  .all-events .title {
    margin-bottom: 30px;
  }
  .page-events .all-events .actions {
    margin-bottom: 30px;
    float: none;
  }
  .page-news .all-news .actions {
    margin-bottom: 30px;
    float: none;
  }
}
section.presentations.tender > .container > .row {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  section.presentations.tender > .container > .row {
    padding: 15px 0 0 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1024.1px) {
  .page-events .all-events,
  .page-news .all-news {
    margin-top: 50px;
  }
  .page-sub-page .testimonials > .container > .row {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1650px) {
  .invest-events-home .content-title {
    min-height: 88px;
  }
}
.all-videos .actions {
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
.video-box .image {
  position: relative;
}
.video-box .image:after {
  content: "";
  height: 100%;
  width: 100%;
  background: url("../index/video-icn.png") no-repeat center;
  background-size: 30%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.3s ease;
  filter: grayscale(1);
}
.video-box:hover .image:after {
  filter: grayscale(0);
}
.page-sub-page.page-webiner .page-info {
  background: #ffffff;
}
.page-sub-page.page-webiner .webiner-wrapper .webiner-inner {
  background: #ffffff;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .page-sub-page.page-webiner .webiner-wrapper .webiner-inner {
    padding: 0;
    margin: 0 -15px;
  }
}
.page-sub-page.page-webiner
  .webiner-wrapper
  .webiner-inner
  > div
  > div
  > div
  > div
  > div
  > div
  > div
  > div
  .invest-button {
  margin: 0;
  line-height: 45px;
  text-align: center;
}
.page-sub-page.page-webiner
  .webiner-wrapper
  .webiner-inner
  section.all-events
  > .container
  > .row {
  padding: 0 20px;
}
.page-sub-page.page-webiner
  .webiner-wrapper
  .webiner-inner
  section.page-detail-info
  > .container
  > .row {
  padding: 0 5px;
}
.page-sub-page.page-webiner
  .webiner-wrapper
  .webiner-inner
  .title.contactTitle {
  padding-left: 35px !important;
}
.page-sub-page.page-webiner
  .webiner-wrapper
  .webiner-inner
  .invest-publications-form {
  padding: 0 10px;
}
.page-sub-page.page-webiner
  .webiner-wrapper
  .webiner-inner
  .invest-publications-form
  .invest-form-group {
  padding: 0;
}
.page-sub-page.page-webiner
  .webiner-wrapper
  .webiner-inner
  .invest-publications-form
  .invest-form-group
  .NewsletterMailExpressionValidator
  + .NewsletterMailExpressionValidator
  + span {
  display: block;
}
.page-sub-page.page-webiner
  .webiner-wrapper
  .webiner-inner
  .invest-publications-form
  .invest-form-group
  .invest-button {
  margin-left: 10px;
}
.page-sub-page.page-webiner
  .webiner-wrapper
  .webiner-inner
  .page-detail-info
  .image
  img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 75%;
}
.page-sub-page.page-webiner .ContactResultTrueText,
.page-sub-page.page-webiner .ContactResultFalseText {
  display: block;
}
.page-sub-page.page-webiner .ContactResultTrueText:empty,
.page-sub-page.page-webiner .ContactResultFalseText:empty {
  display: none;
}
.ContactMap a.cn {
  top: 130px;
  left: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 1191px) {
  .ContactMap a.cn {
    top: 95px;
    left: 455px;
  }
}
@media screen and (max-width: 767px) {
  .ContactMap a.cn {
    top: 52px;
    left: 250px;
  }
}
.InfoGraphics p:first-of-type:first-letter {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  vertical-align: unset;
}
html[lang="tr-TR"] .invest-nav ul li:first-child {
  margin-left: 0;
}
html[lang="tr-TR"] .beta-notification {
  display: none;
}
html[lang="ar-SA"] {
  direction: rtl;
}
html[lang="ar-SA"] .invest-header .main .top {
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  html[lang="ar-SA"] .invest-header .main .shortlinks .top-links {
    right: auto;
    left: 167px;
  }
}
html[lang="ar-SA"] .invest-sectors-home .info {
  padding: 45px 55px 45px 0;
}
html[lang="ar-SA"] .invest-sectors-home .info article {
  padding-right: 0;
  padding-left: 35px;
}
html[lang="ar-SA"] .invest-sectors-home .links .link {
  border-left: 0;
  border-right: 1px solid #e3e3e3;
}
html[lang="ar-SA"] .invest-boxs .top {
  right: auto;
  left: 61px;
}
html[lang="ar-SA"] .invest-boxs .slider-arrows {
  margin-left: 0;
  margin-right: 45px;
}
html[lang="ar-SA"] .invest-featured-events .buttons {
  right: auto;
  left: 120px;
}
html[lang="ar-SA"] .collapse-icn {
  right: auto;
  left: 5px;
}
html[lang="ar-SA"]
  .page-howWeHelp
  .page-detail-info
  .container
  > .row
  > .col-md-12,
html[lang="ar-SA"] .page-howWeHelp .page-detail .container > .row > .col-md-12,
html[lang="ar-SA"]
  .page-whoWeAre
  .page-detail-info
  .container
  > .row
  > .col-md-12,
html[lang="ar-SA"] .page-whoWeAre .page-detail .container > .row > .col-md-12,
html[lang="ar-SA"]
  .page-sectors
  .page-detail-info
  .container
  > .row
  > .col-md-12,
html[lang="ar-SA"] .page-sectors .page-detail .container > .row > .col-md-12 {
  padding-right: 0;
  padding-left: 15px;
}
html[lang="ar-SA"] .page-howWeHelp .page-detail-info:last-child .page-info {
  padding-right: 0;
}
html[lang="ar-SA"] .formNotNullMessage {
  text-align: right;
}
html[lang="ar-SA"] .ContactAttachmentDescription + span {
  margin-left: auto;
  display: block;
  max-width: 185px;
}
html[lang="ar-SA"] span.floating-label {
  left: auto;
  right: 38px;
}
html[lang="ar-SA"] .select2-results__option {
  text-align: right;
}
html[lang="ar-SA"]
  .invest-contact-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
html[lang="ar-SA"]
  .page-contact
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  text-align: right;
}
html[lang="ar-SA"]
  .invest-contact-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
html[lang="ar-SA"]
  .page-contact
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: auto;
  left: 15px;
}
html[lang="ar-SA"] .collapse-area .collapse .collapse-header,
html[lang="ar-SA"] .collapse-area .collapse .collapse-body {
  text-align: right;
}
@media screen and (min-width: 768px) {
  html[lang="ar-SA"] .page-contact .contact-upper .row {
    padding: 0 0 0 15px !important;
    margin-right: -25px;
  }
  html[lang="ar-SA"] .page-contact .contact-form {
    padding: 0;
    padding-left: 10px;
    margin-right: -15px;
  }
}
html[lang="ar-SA"] .page-detail li,
html[lang="ar-SA"] .page-detail-content li {
  list-style-image: url("../index/ListArrow-left.png");
}
@media only screen and (min-width: 1650px) {
  html[lang="es-ES"] .invest-header .main .shortlinks a.link {
    font-size: 0.87em;
    width: unset;
    white-space: nowrap;
    word-break: unset;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1649px) {
  html[lang="es-ES"] .invest-header .main .shortlinks a.link {
    width: 125px;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    margin-right: 5px;
  }
  html[lang="es-ES"] .invest-header .main .shortlinks .top-links {
    right: 135px;
  }
}
@media only screen and (min-width: 1650px) {
  html[lang="ru-RU"] .invest-header .main .shortlinks a.link {
    font-size: 0.84em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1649px) {
  html[lang="ru-RU"] .invest-header .main .shortlinks .top-links {
    right: 140px;
  }
  html[lang="ru-RU"] .invest-header .main .shortlinks a.link {
    width: 125px;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1650px) {
  html[lang="fr-FR"] .invest-header .main .shortlinks a.link {
    font-size: 0.84em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1649px) {
  html[lang="fr-FR"] .invest-header .main .shortlinks .top-links {
    right: 140px;
  }
  html[lang="fr-FR"] .invest-header .main .shortlinks a.link {
    width: 125px;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1649px) {
  html[lang="de-DE"] .invest-header .main .shortlinks a.link {
    width: 125px;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    margin-right: 5px;
  }
  html[lang="de-DE"] .invest-header .main .shortlinks a.link:nth-child(3) {
    text-align: center;
  }
  html[lang="de-DE"] .invest-header .main .shortlinks .top-links {
    right: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1649px) {
  html[lang="ja-JP"] .invest-header .main .shortlinks a.link {
    width: 125px;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    margin-right: 5px;
  }
  html[lang="ja-JP"] .invest-header .main .shortlinks .top-links {
    right: 135px;
  }
}
html[lang="en-US"] .beta-notification {
  display: none;
}

/* Header */
.logo-parent-div {
  position: relative;
  flex: 0 0 26%;
  max-width: 26%;
  padding: 0 15px;
}
.menu-parent-div {
  width: 74%;
  padding: 0 15px;
  flex: 0 0 74%;
  max-width: 74%;
}
.logo img {
  max-width: 100% !important;
}
.top {
  display: flex;
  align-items: center;
}
.top-menu-left-area {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.top-links {
  display: flex;
  justify-content: space-between;
  text-align: justify;
  width: 95%;
}
.top-links a {
  color: #ffffff;
  font-size: 1em;
  text-align: left;
}
.bottomleft {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.switch-lang {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 15px;
  font-size: 1em;
  width: 78px;
  color: #fff;
  margin-left: 5px;
}
.switch-lang i {
  color: rgba(255, 255, 255, 0.3);
}
.invest-header .main .switch-lang icon {
  color: rgba(255, 255, 255, 0.3);
  font-size: 7px;
  margin-left: 10px;
}
html[lang="de-DE"] .invest-nav ul li a {
  font-size: 1rem;
}
html[lang="de-DE"] .invest-nav ul li {
  /*margin-right: 12px;*/
}
html[lang="tr-TR"] .top-links {
  width: 92%;
}
html[lang="de-DE"] .top-links {
  width: 96%;
}
.smartmap .gm-style .gm-style-iw-c {
  border: 3px solid black;
  padding-right: 40px !important;
}
.smartmap .gm-style .gm-style-iw-t::after {
  display: none;
}
.smartmap .gm-style .gm-style-iw-c .gm-ui-hover-effect {
  background-color: #ff3823 !important;
  opacity: 1;
  top: 5px !important;
  right: 5px !important;
  border-radius: 50%;
  background-image: url("../index/close-white.svg") !important;
  background-position: center !important;
}
.smartmap .gm-style .gm-style-iw-c .gm-ui-hover-effect:active,
.smartmap .gm-style .gm-style-iw-c .gm-ui-hover-effect:focus {
  outline: none;
}
.smartmap .gm-style .gm-style-iw-c .gm-ui-hover-effect img {
  display: none !important;
}
.smartmap .gm-style .gm-style-iw-c .gm-ui-hover-effect:after {
  display: block;
  width: 10px;
  height: 5px;
  background: #99ff99;
}
.highcharts-data-table table tbody th.text {
  font-weight: normal;
  font-size: 18px;
}
@media only screen and (max-width: 1650px) {
  .top-menu-left-area {
    padding-top: 20px;
  }
  .top-links {
    width: calc(100% - 15px);
  }
  .invest-header .main .logo {
    margin-top: 42px;
  }
  html[lang="tr-TR"] .invest-header .main .logo {
    margin-top: 0;
  }
  html[lang="tr-TR"] .top-links {
    width: 95%;
  }
  html[lang="tr-TR"] .invest-nav ul li {
    margin-left: 0;
  }
  html[lang="tr-TR"] .invest-nav ul li a {
    font-size: 17px;
  }
  html[lang="de-DE"] .invest-nav ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1649px) {
  /*Türkçe*/
  html[lang="tr-TR"] .invest-nav ul li a {
    font-size: 15px;
  }
  html[lang="tr-TR"] .top-links a:nth-child(1) {
    width: 42px;
  }
  html[lang="tr-TR"] .top-links a:nth-child(2) {
    width: 108px;
  }
  html[lang="tr-TR"] .top-links a:nth-child(3) {
    width: 126px;
  }
  html[lang="tr-TR"] .top-links a:nth-child(4) {
    width: 109px;
  }
  html[lang="tr-TR"] .top-links a:nth-child(5) {
    width: 86px;
  }
  html[lang="tr-TR"] .top-links a:nth-child(6) {
    width: 114px;
  }
  /*Almanca*/
  html[lang="de-DE"] .invest-nav ul li a {
    font-size: 12px;
  }
  html[lang="de-DE"] .top-links a {
    font-size: 12px;
  }
  html[lang="de-DE"] .top-links a:nth-child(1) {
    width: 86px;
  }
  html[lang="de-DE"] .top-links a:nth-child(2) {
    width: 99px;
  }
  html[lang="de-DE"] .top-links a:nth-child(3) {
    width: 179px;
  }
  html[lang="de-DE"] .top-links a:nth-child(4) {
    width: 89px;
  }
  html[lang="de-DE"] .top-links a:nth-child(5) {
    width: 59px;
  }
  html[lang="de-DE"] .top-links a:nth-child(6) {
    width: 183px;
  }
}

@media only screen and (max-width: 1650px) and (min-width: 1201px) {
  html[lang="en-US"] .top-links a {
    font-size: 12.5px;
  }
  /*html[lang="en-US"] .top-links a:nth-child(3) {
text-align:center;
}
html[lang="en-US"] .top-links a:nth-child(4) {
text-align:right;
}
html[lang="en-US"] .top-links a:nth-child(5) {
text-align:right;
}*/
  html[lang="en-US"] .top-links a:nth-child(1) {
    width: 80px;
  }
  html[lang="en-US"] .top-links a:nth-child(2) {
    width: 87px;
  }
  html[lang="en-US"] .top-links a:nth-child(3) {
    width: 192px;
  }
  html[lang="en-US"] .top-links a:nth-child(4) {
    width: 86px;
  }
  html[lang="en-US"] .top-links a:nth-child(5) {
    width: 78px;
  }
  html[lang="en-US"] .top-links a:nth-child(6) {
    width: 147px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-parent-div {
    display: none;
  }
  .logo-parent-div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/*Footer*/
.ft-right-logo-content {
  width: 100%;
  text-align: right;
}
.ft-right-logo-content img {
  max-width: 100%;
}
.ft-right-logo-content {
  width: 100%;
  margin: 0;
  text-align: right;
}
.ft-right-logo-content img {
  width: 87%;
}
.invest-footer .info .socials {
  text-align: center !important;
}
.invest-footer .info .logo a {
  margin-top: 0;
}
html[lang="ar-SA"] .invest-area .langs {
  float: right;
}
html[lang="ar-SA"] .invest-area .langs a span {
  margin-right: 0px;
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .menu-parent-div {
    display: none;
  }
  .logo-parent-div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  html[lang="ar-SA"] .beta-notification {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .invest-footer .info .logo a {
    margin-bottom: 40px;
    text-align: center;
  }
  .invest-footer .info .copyright {
    margin-bottom: 0;
  }
  .ft-right-logo-content {
    text-align: center;
    margin-top: 40px;
  }
  .ft-right-logo-content img {
    width: 75%;
  }
  html[lang="ar-SA"] .invest-slider .arrows {
    right: auto;
    left: 15px;
    bottom: 105px;
  }
  html[lang="ar-SA"] .invest-slider .banner-content .buttons a {
    min-width: 150px;
    max-width: 150px;
  }
  html[lang="ar-SA"] .invest-area .langs {
    float: none;
  }
}

html[lang="ar-SA"] .invest-slider .banner-content .text,
html[lang="ar-SA"] .invest-slider .banner-content .buttons {
  text-align: right;
  width: 100%;
}

[dir="rtl"] .slick-slide {
  float: left;
}

html[lang="ar-SA"] .InfoGraphics p {
  white-space: initial;
  max-height: none;
}

html[lang="ar-SA"] .page-sub-page div .all-events .title,
html[lang="ar-SA"] .page-sub-page div .all-videos .title,
html[lang="ar-SA"] .page-sub-page div .all-news .title {
  float: right;
}
html[lang="ar-SA"] .page-events .all-events .actions,
html[lang="ar-SA"] .page-news .all-news .actions,
html[lang="ar-SA"] .page-videoss .all-videos .actions {
  float: left;
}

html[lang="ar-SA"] .slick-slider .slick-track,
html[lang="ar-SA"] .slick-slider .slick-list {
  direction: ltr;
}

html[lang="ar-SA"] .invest-slider .arrows {
  direction: ltr;
}

@media only screen and (min-width: 1025px) {
  html[lang="ar-SA"] .invest-slider .arrows {
    right: unset !important;
  }
}
.video-bottom div.full {
  overflow: hidden !important;
}

.heading-accent {
  color: #f00;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 175% */
  letter-spacing: 0.01px;
}

.text-accent {
  background: #f00;
  padding: 10px 20px;
  color: #fff;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.text-italic {
  color: #1d2a4b;
  font-family: Roboto;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.01px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.calc {
  margin: 20px 0;
}

.calc__heading {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
  font-family: Cabin;
}

.calc__container-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.calc__content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}

.calc__wrapper {
  background: #f8f9fa;
  width: 100%;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.slider-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#investment-slider,
#range-slider {
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  border: none;
  padding: 0;
  background: #f2dddd;
  outline: none;
  transition: background 0.3s;
  cursor: pointer;
}

#investment-slider::-webkit-slider-runnable-track,
#range-slider::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 3px;
  background: transparent;
}
#investment-slider::-moz-range-track,
#range-slider::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, #f9423a 0%, #f2dddd 0%);
}

#investment-slider::-webkit-slider-thumb,
#range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../index/thumb.svg);
  margin-top: -8px;
  transition: background 0.3s, transform 0.2s;
}
#investment-slider::-moz-range-thumb,
#range-slider::-moz-range-thumb {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../index/thumb.svg);
  transition: background 0.3s, transform 0.2s;
}

.label-title {
  color: #676767;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Cabin;
}

.label-num {
  color: #323232;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Cabin;
}

.tick-marks {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.tick {
  color: #676767;
  font-family: Cabin;
  font-size: 14px;
}

.calc__results {
  background: #f9423a;
  width: 100%;
  display: flex;
  padding: 20px 40px;
  font-family: Cabin;
  justify-content: space-between;
  align-items: center;
}

.results__stats {
  display: flex;
  flex-direction: column;
  font-family: Cabin;
  gap: 8px;
}

.stats__heading {
  color: #fff;
  font-size: 16.8px;
  font-weight: 500;
  font-family: Cabin;
  text-transform: uppercase;
}

.stats__sum {
  color: #fff;
  font-size: 28px;
  font-family: Cabin;
}

.comment-form {
  margin: 20px 0;
  padding: 10px;
  background: #f7f7f7;
  border-radius: 8px;
}

#new-comment {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}

#submit-comment {
  margin-top: 10px;
  padding: 8px 16px;
  background: #f9423a;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .text-accent {
    width: calc(100% + 110px);
    margin-left: -55px;
  }
  .calc__content-wrap {
    max-width: 950px;
  }

  .calc__container-wrap {
    flex-direction: row;
  }

  .calc__results {
    flex-direction: column;
    align-items: flex-start;
    max-width: 360px;
    padding: 32px 48px;
    gap: 90px;
  }
  .stats__sum {
    font-size: 36px;
  }
  .label-title {
    font-size: 16px;
  }
  .label-num {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .calc__wrapper {
    padding: 30px 24px;
    justify-content: space-between;
  }
  #investment-slider,
  #range-slider {
    height: 10px;
  }
  #investment-slider::-webkit-slider-thumb,
  #range-slider::-webkit-slider-thumb {
    width: 35px;
    height: 35px;
    background-size: cover;
    margin-top: -12px;
  }
  #investment-slider::-moz-range-thumb,
  #range-slider::-moz-range-thumb {
    width: 35px;
    height: 35px;
    background-size: cover;
  }
}
