/* X-Small devices (mobiles, 630px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Extra large devices*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
.transition {
  transition: all 0.3s;
}
.container-settings {
  width: auto;
  max-width: 100%;
}
.container-settings--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .container-settings {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.container-settings .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .container-settings .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.open-sans-12 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
.open-sans-14 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.open-sans-16 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.open-sans-21 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.open-sans-22 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.open-sans-24 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}
.open-sans-26 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
}
.raleway-20 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
.raleway-14 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.raleway-34 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 44px;
}
.raleway-25 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
}
@font-face {
  font-family: 'Kusanagi';
  src: url('/frontend/v2/font/kusanagi/Kusanagi.eot');
  src: url('/frontend/v2/font/kusanagi/Kusanagi.eot?#iefix') format('embedded-opentype'), url('/frontend/v2/font/kusanagi/Kusanagi.woff2') format('woff2'), url('/frontend/v2/font/kusanagi/Kusanagi.woff') format('woff'), url('/frontend/v2/font/kusanagi/Kusanagi.ttf') format('truetype'), url('/frontend/v2/font/kusanagi/Kusanagi.svg#Kusanagi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  width: auto;
  max-width: 100%;
}
.container--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.container .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .container .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .container .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .container .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.assets-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.assets-row-col {
  padding: 30px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .assets-row {
    flex-wrap: nowrap;
  }
  .assets-row-col {
    width: 50%;
    flex: 1;
  }
  .assets-row-col:before {
    display: block;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    background: #ffffff;
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  }
  .assets-row-col:last-child:before {
    display: none;
  }
}
.assets h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  font-weight: 600;
  color: #575757;
  display: block;
  margin-bottom: 30px;
}
.assets-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.assets-content-item {
  width: 33.3333%;
  display: block;
  padding: 10px;
  margin-bottom: 40px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}
.assets-content-item.assets-content-item__layout2 {
  width: 33.3333%;
}
.assets-content-item.assets-content-item__layout2.assets-content-item__big {
  width: 15%;
}
.assets-content-item.assets-content-item__layout3 {
  width: 66.6666%;
}
.assets-content-item.assets-content-item__layout3.assets-content-item__big {
  width: 30%;
}
.assets-content-item img {
  width: 100%;
}
.assets-content-item-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #575757;
  text-decoration: none;
  text-transform: uppercase;
}
.assets-content-item:hover .assets-content-item-title {
  text-decoration: underline;
}
.assets-content-item-tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.assets-content-item-tags-tag {
  width: 70px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 70px 40px;
  margin-bottom: 5px;
}
.assets-content-item-tags-tag__soon {
  background-image: url('/images/hp/decorations/soon.svg');
}
.assets-content-item-tags-tag__new {
  background-image: url('/images/hp/decorations/new.svg');
}
.assets-content-item-tags-tag__v1 {
  background-image: url('/images/hp/decorations/v1.svg');
}
.assets-content-item-tags-tag__v2 {
  background-image: url('/images/hp/decorations/v2.svg');
}
.assets-content-item-tags-tag__arrivals {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('/images/hp/decorations/arrivals.svg');
}
.assets-more {
  text-align: center;
}
.assets-more a {
  display: inline-block;
  background-color: #C4C4C4;
  border-radius: 4px;
  padding: 10px 20px;
  color: #111112;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.assets-more a:hover {
  background-color: #ababab;
}
.btn-v2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none !important;
  padding: 12px 32px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  font-weight: normal;
}
.btn-v2--sm {
  font-size: 14px;
  padding: 14.5px 16px;
}
.btn-v2--xs {
  font-size: 14px;
  padding: 8px 10px;
}
.btn-v2--xxs {
  font-size: 12px;
  padding: 6px 8px;
}
.btn-v2--xxs > i {
  font-size: 12px !important;
}
.btn-v2.disabled {
  pointer-events: none;
}
.btn-group .btn-v2:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .btn-v2:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-blue {
  background-color: #059FFF;
  color: white;
  border: 1px solid #059FFF;
}
.btn-blue.disabled {
  color: #059FFF;
  background-color: white;
}
.btn-blue:hover,
.btn-blue.active {
  color: white;
  background-color: #40b0ff;
}
.btn-grey {
  background-color: #C4C4C4;
  color: #111112;
  border: 1px solid #C4C4C4;
}
.btn-light-grey {
  background-color: #F5F5F5;
  color: #111112;
  border: 1px solid #F5F5F5;
}
.load_more_button > i,
.addToBasket > i {
  display: none;
  transform: rotate(0);
  font-size: 20px;
}
.load_more_button.loading,
.addToBasket.loading {
  pointer-events: none;
}
.load_more_button.loading > i,
.addToBasket.loading > i {
  display: inline-block;
  animation: spin 2s linear infinite;
}
.load_more_button.loading > span,
.addToBasket.loading > span {
  display: none;
}
.btn-red {
  background-color: #ea0100;
  color: white;
}
.btn-red:hover {
  background-color: #b70100;
}
.btn-v3 {
  display: inline-block;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  color: white;
  padding: 10px 17px;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  background: #059FFF;
  opacity: 0.8;
  box-shadow: 0 0 16px rgba(8, 150, 238, 0.24);
  border-radius: 16px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
}
.btn-block-sm {
  display: block;
}
.btn-block-sm:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (min-width: 630px) {
  .btn-block-sm {
    display: inline-block;
  }
  .btn-block-sm:not(:first-child) {
    margin-top: 0;
  }
}
.left-bar {
  color: #575757;
}
@media only screen and (min-width: 768px) {
  .left-bar {
    padding-bottom: 15px;
  }
}
.left-bar__header {
  border-bottom: 1px solid #575757;
  padding: 28px 10px 21px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.left-bar__header i {
  color: #C4C4C4;
  margin-left: 16px;
}
.left-bar__header .fa-sort-desc {
  transform: translateY(-3px);
}
.left-bar__header .fa-sort-asc {
  transform: translateY(4px);
}
@media only screen and (min-width: 768px) {
  .left-bar__header {
    cursor: auto;
  }
}
.left-bar__form-group {
  padding-top: 32px;
}
.left-bar__form-label {
  font-size: 14px;
  margin-bottom: 7px;
  display: block;
}
.left-bar__input {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #575757;
}
.left-bar__body {
  display: none;
}
@media only screen and (min-width: 768px) {
  .left-bar__body {
    display: block !important;
  }
}
.left-bar__body--visible-always {
  display: block !important;
}
.left-bar__radio-group .left-bar__radio:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.left-bar__radio-group--borderless .left-bar__radio {
  border-bottom: 0 !important;
}
.left-bar__radio.checked .left-bar__radio-header:after {
  background: #F56425;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 0 4px #A30100;
}
.left-bar__radio-header {
  padding: 12.5px 15px 12.5px 29px;
  position: relative;
  line-height: 22px;
  cursor: pointer;
  font-size: 14px;
}
.left-bar__radio-header i {
  color: #C4C4C4;
  position: absolute;
  top: 13px;
  right: 0;
}
.left-bar__radio-header:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
  background-color: #C4C4C4;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.64);
}
.left-bar__radio-header:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 18px;
  left: 3px;
  border-radius: 50%;
  background: rgba(122, 122, 122, 0.48);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.24);
}
.left-bar__radio-body {
  padding-left: 20px;
  padding-top: 10px;
  display: none;
}
.left-bar__radio-footer {
  font-size: 12px;
  margin-bottom: 10px;
}
.left-bar__radio-footer a {
  color: #059FFF;
  text-decoration: none;
  display: inline-block;
}
.left-bar__radio-footer a:hover {
  text-decoration: underline;
}
.left-bar__radio-footer a:visited {
  color: #059FFF;
}
.hidden {
  display: none;
}
.left-bar.fixed-bottom {
  padding-bottom: 60px;
}
.left-bar.fixed-bottom .left-bar__buttons {
  background-color: #F5F5F5;
  padding-bottom: 10px;
}
.photo-card {
  position: relative;
  min-height: 120px;
  height: 100%;
}
.photo-card__img_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.photo-card__img_wrap img {
  width: 100%;
  max-width: 100%;
}
.photo-card__img_wrap--scale-up img {
  transform: scale(1.05);
}
.photo-card__label {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 6px 16px;
  background-color: rgba(255, 255, 255, 0.72);
  color: #111112;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.03em;
  font-weight: normal;
}
.photo-card:hover .photo-card__label {
  opacity: 1;
}
.photo-card__badge-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.photo-card__badge-wrap:not(:last-child) {
  margin-bottom: 15px;
}
.photo-card__badge {
  font-size: 13px;
  padding: 5px 10px 15px 10px;
  margin-top: -7px;
  margin-left: -7px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  font-family: 'Kusanagi';
  font-style: normal;
  font-weight: normal;
}
.photo-card__badge--blue {
  background-color: #059FFF;
  color: white;
}
.photo-card__badge--red {
  background-image: url("/frontend/v2/img/badge-red.png");
  background-size: 100% 100%;
  color: white;
}
.photo-card__badge--gray {
  background-color: #C4C4C4;
  color: #111112;
}
.photo-card-wrap {
  position: relative;
}
.photo-card-wrap:hover .photo-card__label {
  opacity: 1;
}
.photo-card-wrap .btn-v2 {
  display: none;
}
.photo-card-wrap:hover .btn-v2 {
  display: block;
}
.photo-btn-group {
  display: flex;
  justify-content: space-around;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  z-index: 9999;
}
.photo-btn-group .dropdown {
  z-index: 9999;
}
.photo-btn-group .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  width: 150px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.photo-btn-group .dropdown-menu__item {
  color: #575757;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  z-index: 9999;
  position: relative;
}
.photo-btn-group .dropdown-menu__item:hover {
  color: #ea0100;
}
.photo-btn-group .dropdown-menu__item:not(:first-child):before {
  content: " ";
  position: absolute;
  top: 0;
  width: 30%;
  left: 9px;
  border-top: 1px solid #636363;
}
.photo-btn-group .dropdown-menu.show {
  display: block;
}
.photo-btn-group .dropdown-menu.show:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.75px 5px 3.75px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -5px;
  left: 25px;
}
.photo-btn-group .dropdown-menu--center-dropdown:after {
  left: 50% !important;
  transform: translate(-50%);
}
.search {
  background: conic-gradient(from 90deg at 50% 50%, rgba(122, 122, 122, 0.64) -9.11deg, #7A7A7A 67.5deg, rgba(122, 122, 122, 0.64) 350.89deg, #7A7A7A 427.5deg);
  padding: 16px 0;
  position: relative;
}
.search-container {
  padding: 0 15px;
  width: auto;
  max-width: 100%;
}
.search-container--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .search-container {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .search-container {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.search-container .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .search-container .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .search-container .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .search-container .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.search .hero-search {
  position: relative;
  bottom: 0;
  padding: 5px 24px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.search .hero-search .hero-search-advanced {
  width: 100%;
  padding: 10px;
}
.search .hero-search .hero-search-advanced-menu {
  padding-top: 5px;
}
.search .hero-search .hero-search-form input[type="text"] {
  width: 100%;
}
.form-check {
  margin-bottom: 15px;
}
.form-check__input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-check__label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 33px;
  font-size: 14px;
  padding-top: 2px;
}
.form-check__label:before {
  content: '';
  -webkit-appearance: none;
  background-color: white;
  padding: 12.5px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.form-check__input:checked + .form-check__label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("/frontend/v2/img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.form-check-inline {
  display: flex;
  flex-wrap: wrap;
}
.form-check-inline .form-check,
.form-check-inline .form-radio {
  margin-right: 15px;
}
.form-check-title {
  font-size: 12px;
  margin-bottom: 4px;
}
.form-radio {
  margin-bottom: 15px;
}
.form-radio__input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-radio__label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 23px;
  font-size: 14px;
  padding-top: 2px;
}
.form-radio__label:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  background-color: #C4C4C4;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.64);
}
.form-radio__label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 50%;
  background: rgba(122, 122, 122, 0.48);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.24);
}
.form-radio__input:checked + .form-radio__label:after {
  background: #F56425;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 0 4px #A30100;
}
.pricing-page-item {
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.pricing-page-item-image {
  display: none;
  flex: 0 0 48px;
  margin-right: 15px;
}
.pricing-page-item-image img {
  display: block;
  width: 100%;
}
.pricing-page-item-portal {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px dashed #6F6F6F;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.pricing-page-item-portal-detail {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #575757;
}
.pricing-page-item-portal-detail-name {
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-page-item-portal-detail-name.pricing-page-item-portal-detail-name__promoted {
  color: #059FFF;
}
.pricing-page-item-portal-detail-description {
  font-weight: 300;
  font-size: 14px;
}
.pricing-page-item-portal-detail-description a {
  color: #059FFF !important;
}
.pricing-page-item-portal-price {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  white-space: nowrap;
  flex-direction: column;
}
.pricing-page-item-portal-price small {
  display: block;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .pricing-page-item-image {
    display: block;
  }
}
.subscribe-page-gutter {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-gutter {
    margin-bottom: 30px;
  }
}
.subscribe-page {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.subscribe-page * {
  box-sizing: border-box;
}
.subscribe-page-confirm {
  background-color: #E7E7E7;
  padding: 24px 0;
}
.subscribe-page-confirm h1,
.subscribe-page-confirm h2 {
  text-align: center;
  color: #575757;
  max-width: 362px;
  margin: 0 auto 24px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}
.subscribe-page-confirm p {
  font-size: 16px;
  line-height: 20px;
}
.subscribe-page-confirm-wrapper {
  position: relative;
  background-color: white;
  width: 622px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 24px;
}
.subscribe-page-confirm-wrapper-pay {
  display: block;
  padding: 16px;
  background-color: #1B9D18;
  color: white !important;
  text-align: center;
  border-radius: 12px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 48px;
}
.subscribe-page-confirm-wrapper-pay:hover {
  background-color: #137111;
}
.subscribe-page-confirm-wrapper-footer {
  padding-top: 100px;
}
.subscribe-page-confirm-wrapper-footer img {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.subscribe-page-confirm-wrapper h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}
.subscribe-page-confirm-wrapper-items-item {
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.subscribe-page-confirm-wrapper-items-item-image {
  display: none;
  flex: 0 0 48px;
  margin-right: 15px;
}
.subscribe-page-confirm-wrapper-items-item-image img {
  display: block;
  width: 100%;
}
.subscribe-page-confirm-wrapper-items-item-portal {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px dashed #6F6F6F;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.subscribe-page-confirm-wrapper-items-item-portal-detail {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #575757;
}
.subscribe-page-confirm-wrapper-items-item-portal-detail-name {
  font-weight: 700;
  text-transform: uppercase;
}
.subscribe-page-confirm-wrapper-items-item-portal-detail-name.subscribe-page-confirm-wrapper-items-item-portal-detail-name__promoted {
  color: #059FFF;
}
.subscribe-page-confirm-wrapper-items-item-portal-detail-description {
  font-weight: 300;
  font-size: 14px;
}
.subscribe-page-confirm-wrapper-items-item-portal-detail-description a {
  color: #059FFF !important;
}
.subscribe-page-confirm-wrapper-items-item-portal-price {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  white-space: nowrap;
  flex-direction: column;
}
.subscribe-page-confirm-wrapper-items-item-portal-price small {
  display: block;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-confirm-wrapper-items-item-image {
    display: block;
  }
}
.subscribe-page-content {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content {
    margin-bottom: 30px;
  }
}
.subscribe-page-content h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content h2 {
    margin-bottom: 30px;
  }
}
.subscribe-page-content-switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-switcher {
    margin-bottom: 30px;
  }
}
.subscribe-page-content-switcher-switch {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 12px;
  text-decoration: none;
  font-weight: 300;
}
.subscribe-page-content-switcher-switch.subscribe-page-content-switcher-switch__active {
  text-decoration: underline;
}
.subscribe-page-content-subscriptions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-subscriptions {
    margin-bottom: 30px;
  }
}
.subscribe-page-content-subscriptions-subscription {
  box-sizing: border-box;
  background: #EAEBF1;
  color: #575757;
  padding: 30px 30px 15px;
  border-radius: 8px;
  margin: 0 8px;
  width: 305px;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
.subscribe-page-content-subscriptions-subscription-period {
  font-weight: 600;
  font-size: 21px;
  line-height: 29px;
  text-transform: uppercase;
}
.subscribe-page-content-subscriptions-subscription-name {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.subscribe-page-content-subscriptions-subscription-detail-credits {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
.subscribe-page-content-subscriptions-subscription-detail-switch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.subscribe-page-content-subscriptions-subscription-detail-switch-option {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 3px;
  display: block;
  padding: 5px 12px;
  border: 1px solid #000000;
  color: black;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.5;
}
.subscribe-page-content-subscriptions-subscription-detail-switch-option:hover {
  opacity: 1;
}
.subscribe-page-content-subscriptions-subscription-detail-switch-option.subscribe-page-content-subscriptions-subscription-detail-switch-option__active {
  border: 2px solid #1B9D18;
  color: #1B9D18;
  font-weight: bold;
  opacity: 1;
}
.subscribe-page-content-subscriptions-subscription-detail-price-origin {
  font-size: 20px;
  color: #ea0100;
  text-decoration: line-through;
}
.subscribe-page-content-subscriptions-subscription-detail-price-final {
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #575757;
}
.subscribe-page-content-subscriptions-subscription-detail-pricePerCredit {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
.subscribe-page-content-subscriptions-subscription-detail-button {
  margin-bottom: 25px;
}
.subscribe-page-content-subscriptions-subscription-detail-button a {
  display: block;
  background: #FFFFFF;
  padding: 17px 35px;
  text-decoration: none;
  opacity: 0.8;
  box-shadow: 0px 0px 24px rgba(17, 17, 18, 0.08);
  border-radius: 16px;
  font-size: 19px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000000;
}
.subscribe-page-content-subscriptions-subscription-detail-button a:hover {
  opacity: 1;
}
.subscribe-page-content-subscriptions-subscription-detail-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #111112;
}
.subscribe-page-content-packages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-packages {
    margin-bottom: 30px;
  }
}
.subscribe-page-content-packages-package {
  display: block;
  width: 45%;
  margin: 0 9px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s;
}
.subscribe-page-content-packages-package:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.subscribe-page-content-packages-package-top {
  background-color: #EAEBF1;
  padding: 10px;
  margin-bottom: 2px;
}
.subscribe-page-content-packages-package-top-credits {
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-transform: uppercase;
  color: #000000;
}
.subscribe-page-content-packages-package-top-label {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #575757;
  margin-bottom: 25px;
}
.subscribe-page-content-packages-package-top-selector-select {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C4C4C4;
  opacity: 0.16;
  border: 2px solid rgba(111, 111, 111, 0.72);
  box-sizing: border-box;
  box-shadow: inset 0px 0px 16px 2px rgba(0, 0, 0, 0.48);
}
.subscribe-page-content-packages-package-top-selector-select svg {
  display: none;
}
.subscribe-page-content-packages-package-top-selector-select.subscribe-page-content-packages-package-top-selector-select__active {
  background-color: #1B9D18;
  opacity: 1;
  box-shadow: none;
  border-color: #1B9D18;
}
.subscribe-page-content-packages-package-top-selector-select.subscribe-page-content-packages-package-top-selector-select__active svg {
  display: block;
  width: 35px;
  height: 35px;
  fill: white;
}
.subscribe-page-content-packages-package-bottom {
  background-color: #F4F4F4;
  padding: 10px;
}
.subscribe-page-content-packages-package-bottom-price {
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-transform: uppercase;
  color: #575757;
  margin-bottom: 5px;
}
.subscribe-page-content-packages-package-bottom-save {
  font-size: 18px;
  line-height: 25px;
  color: #6F6F6F;
  text-transform: uppercase;
}
.subscribe-page-content-packages-buy {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-packages-buy {
    margin-bottom: 30px;
  }
}
.subscribe-page-content-packages-buy-button {
  cursor: pointer;
  background: #1B9D18;
  border-radius: 16px;
  padding: 15px 45px;
  color: white;
  box-shadow: none;
  border: none;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  transition: all 0.3s;
}
.subscribe-page-content-packages-buy-button:hover {
  background-color: #137111;
}
.subscribe-page-content-packages-buy-button:disabled {
  background-color: #aaa;
}
.subscribe-page-content-description {
  max-width: 900px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #111112;
  padding: 0 10px;
}
.subscribe-page-content-description a {
  color: #111112;
  text-decoration: underline;
  font-weight: normal;
}
.subscribe-page-payment-image {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.subscribe-page-payment-image img {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-confirm {
    padding: 48px 0;
  }
  .subscribe-page-confirm h1,
  .subscribe-page-confirm h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto 48px;
  }
  .subscribe-page-confirm-wrapper {
    padding: 48px 64px;
  }
  .subscribe-page-confirm-wrapper-pay {
    font-size: 19px;
    line-height: 23px;
  }
  .subscribe-page-content {
    padding: 50px 0 100px;
  }
  .subscribe-page-content h1,
  .subscribe-page-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .subscribe-page-content-switcher-switch {
    font-size: 18px;
    line-height: 22px;
  }
  .subscribe-page-content-packages-package {
    width: 30%;
  }
  .subscribe-page-content-packages-package-top {
    padding: 20px;
  }
  .subscribe-page-content-packages-package-bottom {
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-page-content-packages-package {
    width: 170px;
  }
  .subscribe-page-content-packages-package--buy-credit {
    width: 190px;
  }
}
.register-page {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 10px 50px;
  box-sizing: border-box;
}
.register-page .row {
  display: flex;
  flex-direction: row;
}
.register-page .row .col:first-child {
  width: 372px;
  max-width: 100%;
}
.register-page .footer {
  margin-top: 50px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.register-page .footer a {
  text-decoration: underline;
}
.login-page *,
.register-page * {
  box-sizing: border-box;
}
.login-page h2,
.register-page h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 37px;
  color: #575757;
}
.login-page label,
.register-page label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #575757;
}
.login-page input,
.register-page input {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #FBFBFB;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: none;
  margin-bottom: 16px;
  padding: 16px 24px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #575757;
  font-weight: normal;
}
.login-page input[type="submit"],
.register-page input[type="submit"] {
  transition: all 0.3s;
  margin-top: 40px;
  border-radius: 16px;
  background-color: #1B9D18;
  color: white;
  text-align: center;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
}
.login-page input[type="submit"]:hover,
.register-page input[type="submit"]:hover {
  background-color: #137111;
}
.login-page .captcha,
.register-page .captcha {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.login-page .captcha img,
.register-page .captcha img {
  margin-right: 50px;
}
.login-page .captcha a,
.register-page .captcha a {
  text-decoration: none;
  font-size: 12px;
}
.login-page .checkbox,
.register-page .checkbox {
  display: flex;
  flex-direction: row;
  padding-left: 40px;
  position: relative;
}
.login-page .checkbox input[type="checkbox"],
.register-page .checkbox input[type="checkbox"] {
  display: none;
}
.login-page .checkbox input[type="checkbox"] + div,
.register-page .checkbox input[type="checkbox"] + div {
  cursor: pointer;
}
.login-page .checkbox input[type="checkbox"] + div:before,
.register-page .checkbox input[type="checkbox"] + div:before {
  display: none;
  content: "";
  border: 1px solid #eee;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.login-page .checkbox input[type="checkbox"]:checked + div:after,
.register-page .checkbox input[type="checkbox"]:checked + div:after {
  content: "";
  height: 10px;
  width: 20px;
  border-left: 2px solid #1B9D18;
  border-bottom: 2px solid #1B9D18;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  transform: rotate(-45deg);
}
.login-page-container {
  background-color: #F5F5F5;
}
.login-page {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 50px 0 50px;
  box-sizing: border-box;
}
.credit-content-usage {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.credit-content-usage h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  text-align: center;
  color: #575757;
}
.credit-content-usage h2 strong {
  font-weight: bold;
}
.credit-content-usage .splide {
  padding: 35px;
  background: rgba(234, 235, 241, 0.8);
}
.credit-content-usage .splide .splide__arrows .splide__arrow {
  width: 4em;
  height: 4em;
}
.credit-content-usage .splide .splide__arrows .splide__arrow svg {
  fill: white;
}
.credit-content-usage .splide .asset {
  width: 200px;
  display: inline-block;
}
.credit-content-usage .splide .asset .asset-image {
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: cover;
}
.credit-content-usage .splide .asset .asset-count {
  text-align: left;
  border-left: 1px solid rgba(175, 175, 175, 0.72);
  padding: 0 25px;
  margin-bottom: 20px;
  font-size: 19px;
}
.credit-content-usage .splide .asset .asset-count strong {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .credit-content-usage .splide .splide__arrows .splide__arrow--prev {
    left: -2em;
  }
  .credit-content-usage .splide .splide__arrows .splide__arrow--next {
    right: -2em;
  }
}
.btn-landing {
  transition: all 0.3s;
  padding: 18px;
  min-width: 240px;
  box-shadow: 0 0 24px rgba(17, 17, 18, 0.08);
  border-radius: 16px;
  background-color: #F56425;
  color: white !important;
  text-decoration: none;
  display: inline-block;
}
.btn-landing:hover {
  background-color: #ea0100 !important;
  text-decoration: none !important;
}
.dark-mode {
  background-color: #0F0F0F;
}
.dark-mode .page-header-wrapper {
  background: linear-gradient(360deg, rgba(41, 41, 41, 0.96) 0%, rgba(46, 46, 46, 0.96) 100%);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.64);
}
.dark-mode #page-header .page-header-menu .page-header-menu-item a {
  color: #C4C4C4;
}
.dark-mode #page-header .page-header-menu .page-header-menu-item a:hover {
  color: #EAEBF1;
}
.dark-mode #page-header .page-header-user .page-header-user-button__signup {
  border-right: 0;
}
.dark-mode .landing-page-container {
  color: #EAEBF1;
}
.dark-mode .landing-page-container h1,
.dark-mode .landing-page-container h2,
.dark-mode .landing-page-container h3 {
  color: #EAEBF1;
}
.dark-mode .btn-landing {
  background-color: #FFFFFF;
  color: black !important;
}
.dark-mode .btn-landing:hover {
  background-color: #C5C5C5 !important;
}
.landing-page-container {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  padding: 30px 12px;
}
.landing-page-container a {
  color: #059FFF;
  text-decoration: none;
}
.landing-page-container a:hover {
  color: #07649f;
}
.landing-page-container img {
  width: 100%;
  height: auto;
}
.landing-page-container h1,
.landing-page-container h2,
.landing-page-container h3,
.landing-page-container h4,
.landing-page-container h5,
.landing-page-container h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #F56425;
}
.landing-page-container h1 {
  font-size: 32px;
}
.landing-page-container h2 {
  font-size: 26px;
}
.landing-page-container h3 {
  font-size: 20px;
}
.landing-page-container p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 10px;
}
.landing-block-4 {
  text-align: center;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.landing-img-description {
  padding: 20px 0;
}
.landing-img-description h1,
.landing-img-description h2,
.landing-img-description h3,
.landing-img-description h4,
.landing-img-description h5,
.landing-img-description h6,
.landing-img-description p {
  margin: 0;
}
.align-items-center {
  align-items: center;
}
.alert-beta {
  background-color: #ea0100;
  color: white;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .alert-beta {
    padding: 10px;
    font-size: 14px;
  }
}
.admin-menu + .alert-beta {
  margin-top: 30px;
}
.alert-beta a {
  color: white;
  text-decoration: underline;
}
.alert-beta a:hover {
  color: white;
  text-decoration: none;
}
.text-color-dark-gray {
  color: #575757;
}
.form-box {
  padding: 32px;
  border-radius: 4px;
}
.form-box--grey {
  background-color: #C4C4C4;
  box-shadow: 0 0 16px #F4F4F4;
}
@media only screen and (min-width: 768px) {
  .form-box {
    padding: 64px;
  }
}
.form-box--md {
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .form-box--md {
    padding: 48px;
  }
}
.form-box label {
  font-weight: 600;
}
.text-box {
  padding: 16px;
  color: #575757;
}
.normalized-links a {
  color: #575757;
  text-decoration: underline;
}
.normalized-links a:hover {
  text-decoration: none;
}
.btn-socials {
  display: flex;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  color: white;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.btn-socials img {
  margin-right: 8px;
}
.btn-facebook {
  background-color: #4A66AD;
}
@media only screen and (min-width: 992px) {
  .col-500px {
    width: 524px !important;
  }
}
.socials-box {
  padding: 16px 0;
}
@media only screen and (min-width: 992px) {
  .socials-box {
    padding-left: 48px;
  }
}
.mosaic-gallery {
  box-sizing: border-box;
  overflow: visible;
}
.mosaic-gallery__item {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  box-sizing: border-box;
}
.mosaic-loader {
  font-size: 46px;
  box-sizing: border-box;
  color: #575757;
}
.mosaic-loader .spinner-container {
  box-sizing: border-box;
  padding: 60px 40px;
}
.mosaic-loader .spinner-container i {
  animation: spin 2s linear infinite;
}
.jQueryMosaic {
  float: none !important;
}
.tabs__header {
  display: flex;
  flex-wrap: wrap;
}
.tabs__link {
  transition: all 0.3s;
  display: inline-block;
  font-weight: 200;
  color: #575757;
  background-color: #C4C4C4;
  box-shadow: inset 0px -4px 16px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  padding: 8px 30px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .tabs__link {
    font-size: 19px;
    line-height: 22px;
    padding: 12px 40px;
    min-width: 225px;
  }
}
.tabs__link:before {
  content: ' ';
  position: absolute;
  top: -3px;
  left: -11px;
  border-style: solid;
  border-width: 0 16.5px 16.5px 16.5px;
  transform: rotate(-45deg);
  border-color: transparent transparent #F5F5F5 transparent;
}
@media only screen and (min-width: 1200px) {
  .tabs__link:before {
    font-size: 19px;
    line-height: 22px;
  }
}
.tabs__link.selected,
.tabs__link:hover {
  background: linear-gradient(180deg, #FCFCFC 0%, #F5F5F5 100%);
  mix-blend-mode: normal;
  box-shadow: none;
}
.tabs__link.selected {
  font-weight: 400;
}
.tabs__body {
  padding: 32px 0;
}
@media only screen and (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
}
.models__letter-list {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .models__letter-list {
    font-size: 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.models__letter {
  margin-right: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .models__letter {
    margin-right: 0;
    font-size: 26px;
  }
}
.models__letter:hover {
  text-decoration: underline;
}
.models__header {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 24px;
  color: black;
}
.models__body {
  margin-bottom: 30px;
}
.models ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.models ul li {
  padding-right: 15px;
  padding-left: 0;
  padding-bottom: 10px;
}
.models ul a,
.models ul a:visited {
  color: #575757;
  text-decoration: none;
}
.models ul a:hover,
.models ul a:visited:hover {
  text-decoration: underline;
}
.models__search {
  position: relative;
  margin-bottom: 48px;
}
.models__search .hero-search {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
}
.models__search .hero-search-form input[type="text"] {
  max-width: none;
  width: 100%;
}
.models-detail__img-wrap {
  margin-bottom: 24px;
}
.models-detail__img-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.models-detail__description p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 24px;
  color: #6F6F6F;
}
.models-detail__title {
  font-weight: normal;
  font-size: 21px;
  line-height: 29px;
  color: #575757;
  margin-top: 0;
  margin-bottom: 32px;
}
.models-detail__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.models-detail__card ul.simple-list {
  margin-top: 24.5px;
  text-transform: uppercase;
}
.models-detail__card ul.simple-list li {
  font-size: 16px;
}
.models-detail__card ul.simple-list li a {
  color: #575757;
  font-weight: bold;
}
.models-detail__card ul li {
  font-size: 14px;
  line-height: 19px;
  padding: 13px 5px;
}
.models-detail__card ul li:not(:last-child) {
  border-bottom: 0.5px solid rgba(5, 159, 255, 0.24);
}
.models-detail__card ul li a,
.models-detail__card ul li a:visited {
  transition: all 0.3s;
  color: #6F6F6F;
  text-decoration: none;
}
.models-detail__card ul li .arrow {
  transition: all 0.3s;
  left: 0;
  color: #059FFF;
  position: relative;
}
.models-detail__card ul li a:hover {
  color: #575757;
}
.models-detail__card ul li a:hover .arrow {
  left: 5px;
}
.models-detail__card-header {
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  color: #575757;
  text-transform: uppercase;
  padding: 7.5px 0;
  border-bottom: 2px solid black;
}
.models-detail__set-list-header {
  margin-top: 24.5px;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 22px;
  color: #575757;
  text-transform: uppercase;
  font-weight: bold;
}
.models-grid * {
  box-sizing: border-box;
}
.models-grid__link {
  text-decoration: none;
}
.models-grid__item {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  box-sizing: border-box;
}
.models-grid__item--outline {
  border: 1px solid #6F6F6F;
}
.models-grid__item:hover .models-grid__item-label {
  opacity: 1;
}
.models-grid__item--first {
  height: 264px;
}
@media only screen and (min-width: 768px) {
  .models-grid__item--first {
    height: 344px;
  }
}
.models-grid__item--second {
  height: 124px;
}
@media only screen and (min-width: 768px) {
  .models-grid__item--second {
    height: 164px;
  }
}
.models-grid__item-label {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.72);
  color: #111112;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: -0.03em;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 12px;
  bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .models-grid__item-label {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 16px;
    bottom: 30px;
  }
}
.models-grid__item-wrap {
  position: relative;
}
.models-grid__btn-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}
.gx-16px {
  --bs-gutter-x: 16px;
}
html,
body {
  padding: 0;
  margin: 0;
}
.flex-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.v2 .confirmation {
  border-radius: 4px;
  border-left: 4px solid #1B9D18;
  background-color: #d1e7dd;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 15px;
}
.v2 .confirmation .alert-close {
  color: #1B9D18;
}
.v2 .disapproval {
  border-radius: 4px;
  border-left: 4px solid #ea0100;
  background-color: #ffe5e5;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 15px;
}
.v2 .disapproval .alert-close {
  color: #ea0100;
}
.v2 #alert-container {
  padding-top: 15px;
}
.v2 #alert-container .alert {
  margin-bottom: 0;
  position: relative;
}
.v2 #alert-container .alert:not(:first-child) {
  margin-top: 15px;
}
.v2 #alert-container .alert .alert-close {
  position: absolute;
  right: 15px;
  top: 18px;
  cursor: pointer;
}
.v2.bg-gray {
  background-color: #F5F5F5;
}
.v2 .errorSummary {
  box-sizing: border-box;
  padding: 15px;
  background-color: #ea0100;
  margin-bottom: 15px;
  color: white;
  border-radius: 4px;
}
.v2 .errorSummary p {
  font-weight: bold;
  color: white;
}
.v2 .errorSummary ul {
  padding-left: 20px;
}
.v2 .errorSummary ul a {
  color: white;
}
.v2 .container {
  position: relative;
  width: auto;
  max-width: 100%;
}
.v2 .container--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .v2 .container {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .v2 .container {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.v2 .container .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .v2 .container .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .v2 .container .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .v2 .container .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.v2 ul {
  padding: 0;
}
.v2 #content {
  padding-bottom: 0px;
}
.v2 #mainImage {
  border: none;
}
.v2 .leftpanel {
  background: #f7f7f7;
  margin-bottom: 0;
}
.v2 #leftbar #searchForm {
  padding-top: 10px;
  background-color: #afafaf;
}
.v2 #leftbar #searchForm select {
  appearance: none;
  padding: 5px;
  margin-bottom: 5px;
  background: url('/images/v2/dropdownArrow.png') no-repeat right center;
  width: 240px;
  height: 30px;
  background-color: white;
  color: #575757;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.v2 #leftbar #searchForm .search-criteria {
  display: none;
}
.v2 #leftbar .searchBg {
  padding: 10px;
  background-color: #f9f9f9;
}
.v2 #leftbar .searchTop {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 3px;
  text-align: center;
  color: #f5f5f5;
  background-color: #afafaf;
  height: 50px;
  width: 240px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.v2 #leftbar .searchTop .quickSearch {
  background: url('/images/v2/glass.png') no-repeat left center;
  margin-left: 18px;
  line-height: 2em;
}
.v2 #leftbar .searchButton {
  margin-top: 7px;
  background: #ea0100;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 260px;
  height: 68px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.v2 .userMenu {
  /* The container <div> - needed to position the dropdown content */
}
.v2 .userMenu .buttons {
  height: 85px;
}
.v2 .userMenu .buttons .logout {
  border-top: 1px solid #afafaf;
  background: url('/images/v2/account.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .buyCredits {
  background: url('/images/v2/buyCredits.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .profile {
  background: url('/images/v2/profile.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .payments {
  background: url('/images/v2/payment.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .library {
  background: url('/images/v2/archive.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .myArtworks {
  background: url('/images/v2/artworks.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .myArtworks span {
  font-size: 11px;
}
.v2 .userMenu .buttons .joinNow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
.v2 .userMenu .buttons .joinNow a {
  color: white;
  background: #ea0100;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  width: 130px;
  font-weight: 500;
}
.v2 .userMenu .buttons .joinNow a:hover {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.v2 .userMenu .buttons .login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
.v2 .userMenu .buttons .login a {
  color: white;
  background: #636363;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  width: 130px;
  font-weight: 500;
}
.v2 .userMenu .buttons .login a:hover {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.v2 .userMenu .buttons .credits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  width: 130px;
  color: white;
  height: 40px;
  background: url('/images/v2/bookmark.png') no-repeat 15px center #ea0100;
}
.v2 .userMenu .buttons .dropbtn {
  background-color: #636363;
  background-image: url('/images/v2/user.png'), url('/images/v2/arrow.png');
  background-position: 15px, 115px;
  background-repeat: no-repeat, no-repeat;
  width: 145px;
  height: 40px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
.v2 .userMenu .buttons .freeCredits {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #ea0100;
}
.v2 .userMenu .dropdown {
  position: relative;
  display: inline-block;
  /* Show the dropdown menu on hover */
  /* Dropdown Content (Hidden by Default) */
}
.v2 .userMenu .dropdown:hover {
  /* Change the background color of the dropdown button when the dropdown content is shown */
}
.v2 .userMenu .dropdown:hover .dropdown-content {
  display: block;
}
.v2 .userMenu .dropdown:hover .dropbtn {
  background-color: red;
  color: white;
  background-image: url('/images/v2/user.png'), url('/images/v2/arrow.png'), url('/images/v2/arrowUp.png');
  background-position: 15px, 115px, 115px 33px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.v2 .userMenu .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  /* Links inside the dropdown */
}
.v2 .userMenu .dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px 12px 45px;
  text-decoration: none;
  display: block;
  /* Change color of dropdown links on hover */
}
.v2 .userMenu .dropdown .dropdown-content a:hover {
  background-color: #ddd;
}
.v2 .retopv2.cleanName {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  color: #ea0100;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
.v2 .retopv2 .description {
  margin-top: 75px;
}
.v2 .retopv2 h1 {
  color: #303030;
  margin: 30px 0 0 0;
}
.v2 .retopv2 h2 {
  color: #404040;
  border-bottom: none;
  margin: 0;
}
.v2 .retopv2 .bytes {
  position: absolute;
  top: 240px;
}
.v2 .retopv2 figcaption {
  display: none;
}
.v2 .retopv2 .line.hidden-xs {
  display: none;
}
.v2 .retopv2 .btn {
  margin-top: 70px;
  text-align: center;
  padding: 10px !important;
}
.v2 .retopv2 .orange-btn {
  border: none;
  background: red;
  border-radius: 0px;
}
.v2 .retopv2 .orange-btn:hover {
  background: red;
  border: none;
}
.v2 .retopv2 .orange-btn .fa-download {
  display: none;
}
.v2 .retopv2.section {
  background: #f9f9f9;
  padding: 20px 0 0 0;
  margin-bottom: 10px;
}
.v2 .retopv2.section h2 {
  padding-left: 5px;
  margin-bottom: 5px;
}
.v2 .retopv2.section h3 {
  padding-left: 15px;
}
.v2 .glide__arrow {
  border: none;
  box-shadow: none;
}
.v2 .glide__arrow--left {
  background: url('/images/v2/arrowLeft.png') no-repeat center center;
}
.v2 .glide__arrow--right {
  background: url('/images/v2/arrowRight.png') no-repeat center center;
}
.v2 .fullsize {
  padding-top: 25px;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 55;
  transform: translate(calc(50vw - 50%));
}
.v2 .fullsize.glide {
  margin: 0 auto;
}
.v2 .fullsize img {
  width: 90% !important;
}
.v2 .fullsize video {
  width: 90% !important;
}
.v2 .fullsize .close {
  position: absolute;
  font-size: 2em;
  line-height: 1em;
  color: white;
  background: gray;
  width: 25px;
  height: 25px;
  z-index: 56;
  text-align: center;
  border-radius: 50%;
  top: 50px;
  right: 110px;
}
.v2 .techdata ul {
  margin-left: 30px;
  margin-bottom: 5px;
}
.v2 .techdata h2 {
  margin-bottom: 10px;
  margin-left: 15px;
}
.v2 .playButton {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: url('/images/v2/play.png') no-repeat center center;
  padding: 5px;
  border-radius: 5px;
}
.v2 .text-center {
  text-align: center;
}
.v2__link,
.v2__link:visited {
  color: #575757;
  text-decoration: underline;
  font-weight: bold;
}
.v2__link:hover,
.v2__link:visited:hover {
  color: #575757;
  text-decoration: none;
}
.v2__title {
  font-weight: 200;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #575757;
}
.v2__title--normal {
  font-weight: normal;
}
.v2__title--bold {
  font-weight: bold;
}
.content-wrapper {
  padding-top: 17px;
  padding-bottom: 64px;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .col-lg-1-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.pagination_area {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pb-max-lg-20 {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .pb-max-lg-20 {
    padding-bottom: 0;
  }
}
.d-flex {
  display: flex !important;
}
.d-block {
  display: block !important;
}
.w-100 {
  width: 100%;
}
.margin-top-20 {
  margin-top: 20px;
}
.hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-banner.hero-banner__mobil {
  display: block;
}
.hero-banner.hero-banner__desktop {
  display: none;
}
.hero-banner-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: all 1s;
  text-decoration: none;
}
.hero-banner-item.hero-banner-item__active {
  opacity: 1;
}
.hero-banner-item-content {
  color: white;
  padding: 40px;
  text-align: center;
}
.hero-banner-item-content h2 {
  font-family: "Open-sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}
.hero-banner-item-content-subtitle {
  font-family: "Open-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
}
.hero-search {
  display: block;
  position: absolute;
  bottom: 60px;
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #FBFBFB;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.hero-search-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.hero-search-form button {
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: #059FFF;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  margin-right: 25px;
  transition: all 0.3s;
}
.hero-search-form button svg {
  fill: white;
  width: 20px;
  height: 20px;
}
.hero-search-form button:hover {
  background-color: #0081d1;
}
.hero-search-form input[type="text"] {
  border: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  min-width: 200px;
  height: 32px;
  display: block;
  background-color: transparent;
}
.hero-search-advanced {
  display: none;
  border-left: 1px solid #afafaf;
  width: 150px;
}
.hero-search-advanced-label {
  color: #575757;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 15px 15px;
  display: flex;
  align-items: center;
}
.hero-search-advanced-label svg {
  fill: #575757;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.hero-search-advanced-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 1px;
  width: 225px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 4px;
  z-index: 2;
  padding: 12px;
  box-shadow: -8px 8px 64px rgba(0, 0, 0, 0.08);
}
.hero-search-advanced-menu .hero-search-advanced-label {
  padding-left: 3px;
}
.hero-search-advanced-menu #leftbar {
  width: 100%;
}
.hero-search-advanced-menu #leftbar .searchBg {
  display: none;
}
.hero-search-advanced-menu #leftbar .leftpanel {
  background-color: transparent;
}
.hero-search-advanced-menu #leftbar #searchForm {
  background-color: transparent;
}
.hero-search-advanced-menu #leftbar #searchForm select {
  height: auto;
  width: 100%;
  display: block;
}
.hero-search-advanced-menu #leftbar .searchButton {
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 32px;
}
.hero-search-advanced:hover .hero-search-advanced-menu {
  display: block;
}
@media (min-width: 600px) {
  .hero-banner.hero-banner__mobil {
    display: none;
  }
  .hero-banner.hero-banner__desktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .hero-banner-item-content h2 {
    font-size: 48px;
  }
  .hero-banner-item-content-subtitle {
    font-size: 48px;
  }
  .hero-search {
    bottom: 40px;
    padding: 12px 24px;
  }
  .hero-search-form input[type="text"] {
    min-width: 480px;
  }
}
.partners {
  background: #202524;
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  box-sizing: border-box;
}
.partners-item {
  width: 50%;
  display: block;
  padding: 20px;
  box-sizing: border-box;
}
.partners-item img {
  display: block;
  max-width: 100%;
}
@media (min-width: 400px) {
  .partners-item {
    width: 33%;
  }
}
@media only screen and (min-width: 768px) {
  .partners-item {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .partners-item {
    width: auto;
  }
}
.tutorials {
  background-color: #ea0100;
  padding: 48px 16px;
  color: white;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.tutorials-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
}
.tutorials-description {
  margin-bottom: 48px;
  font-size: 14px;
  line-height: 19px;
}
.tutorials-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tutorials-items-item {
  box-sizing: border-box;
  width: 32%;
  margin-bottom: 50px;
}
.tutorials-items-item.tutorials-items-item__layout2 {
  width: 32%;
}
.tutorials-items-item.tutorials-items-item__layout3 {
  width: 66.5%;
}
.tutorials-items-item a {
  text-decoration: none;
  display: block;
  color: white;
  text-transform: capitalize;
}
.tutorials-items-item a img {
  width: 100%;
}
.tutorials-items-item a h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin: 16px 0 8px;
}
.tutorials-items-item a p {
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
}
@media only screen and (min-width: 992px) {
  .tutorials-items-item {
    width: 16%;
  }
  .tutorials-items-item.tutorials-items-item__layout2 {
    width: 16%;
  }
  .tutorials-items-item.tutorials-items-item__layout3 {
    width: 33.4%;
  }
}
.home-page-wrapper {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
@media only screen and (min-width: 1280px) {
  .home-page-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.set-description {
  color: #575757;
}
.set-description p {
  margin-top: 0;
  margin-bottom: 15px;
}
.content-title {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .content-title {
    padding: 40px 0;
  }
}
.content-title h1 {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .content-title--sm {
    padding-top: 32px;
    padding-bottom: 7px;
  }
}
.simple-banner {
  margin-bottom: 17px;
}
.simple-banner__img {
  max-width: 100%;
}
.simple-banner__link {
  text-decoration: none;
}
.simple-banner__button-group {
  margin-top: 5px;
}
