@keyframes showModal {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showBackdrop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.adminLandingFooter {
  padding: 110px 50px 195px;
  background: url(/assets/img/admin-emp/bg_landing-footer.jpg) no-repeat scroll 50% 50% #333;
  background-size: cover;
  text-align: center;
  position: relative
}

.adminLandingFooter__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px
}

.adminLandingFooter__nav {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  position: absolute
}

.adminLandingFooter__nav .wrapper {
  padding: 25px 20px
}

.adminLandingCta {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  background: #f76c6f;
  padding: 13px 21px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block
}

.adminLandingCta:hover {
  background: #f66266;
  color: #fff
}

.adminLandingCta--premium {
  background-color: #f89b16
}

.adminLandingCta--premium:hover {
  background: #ed8f07;
  color: #fff
}

.adminLandingHero {
  background-repeat: no-repeat;
  background-position: center 70%;
  background-size: cover;
  min-height: 400px
}

.adminLandingHero__headerBanner {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  width: 83.33%
}

.adminLandingHero__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 21px
}

.adminLandingHero__title--darkGray {
  color: #222
}

.adminLandingHero__subTitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 21px
}

.adminLandingHero__subTitle--small {
  font-size: 18px;
  line-height: 26px
}

.adminLandingHero__pardotIframe {
  max-width: 600px
}

.adminLandingHero__link {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-top: 30px
}

.adminLandingHero__link:hover {
  color: #fff
}

.adminLandingHero__linkIcon {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  vertical-align: middle
}

.adminLandingHero__linkIcon svg {
  fill: #fff
}

.adminLandingHero__form-disclaimer a {
  color: #f76c6f
}

.adminLandingHero--home {
  background-image: url(/assets/img/vendors/landing/jumbotron-bg.jpg)
}

.adminLandingHero--features {
  background-image: url(/assets/img/vendors/landing/vendor-features-hero-image.jpg);
  padding-top: 60px;
  padding-bottom: 40px;
  min-height: 350px
}

.adminLandingHero--features .form__step-container {
  width: 100%;
  max-width: 555px;
  margin: auto
}

.adminLandingHero--app {
  background-image: url(/assets/img/vendors/landing/app/get-the-app-hero2-20220609.png)
}

.adminLandingHero .input-group-line {
  background: 0 0
}

.adminLandingHero .input-group-line select {
  height: 42px
}

.adminLandingHero .input-group-line .select-fake,
.adminLandingHero .input-group-line input {
  box-shadow: none;
  margin: 8px 0;
  height: 42px;
  margin: 0
}

.adminLandingHero .input-group-line .select-fake {
  border: 1px solid #ccc
}

.adminLandingHero .input-group-line input {
  padding-left: 15px;
  color: #000
}

.adminLandingHero .btn {
  font-size: 18px;
  line-height: 26px;
  padding: 15px 35px
}

.headerEmp__landingLogIn {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 0 15px
}

.headerEmp__landingJoin {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding: 7px 14px;
  border: 1px solid #000
}

.headerEmp__landingJoin:hover {
  color: #f76c6f;
  border-color: #f76c6f
}

.adminAccessTitle {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 50px;
  display: block;
  text-align: center
}

.adminAccessTitle--bridge {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 20px
}

.adminAccessText {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px
}

.adminAccessHero {
  background: url(/assets/img/admin-emp/bg_access-header.jpg) no-repeat scroll 50% 50% #f8f8f8;
  background-size: cover;
  padding: 40px;
  color: #fff
}

.adminAccessHero__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-top: 20px
}

.adminAccessHero__list {
  margin: 0 0 25px
}

.adminAccessHero__listItem {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin: 0 0 10px
}

.adminAccessHero__listItem .svgIcon {
  margin-right: 5px;
  vertical-align: -2px
}

.adminAccessHero__listItem .svgIcon svg {
  fill: #48964d;
  display: block
}

.adminAccessLogin {
  padding: 20px 25px;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  max-width: 400px
}

.adminAccessLogin__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px
}

.adminAccessLogin__subtitle {
  margin-bottom: 10px
}

.adminAccessLogin__inputContainer {
  position: relative
}

.adminAccessLogin__input {
  color: #222;
  width: 100%;
  border: 0;
  padding: 15px 13px 15px 40px;
  background: #fff;
  display: block;
  box-sizing: border-box
}

.adminAccessLogin__input:focus {
  outline: 0
}

.adminAccessLogin__input--user {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 3px 3px 0 0
}

.adminAccessLogin__input--pass {
  border-radius: 0 0 3px 3px;
  margin-bottom: 20px
}

.adminAccessLogin__inputIcon {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/admin-emp/sprite_ui.svg) no-repeat scroll 0 0 transparent;
  height: 25px;
  width: 20px;
  left: 10px;
  top: 50%;
  position: absolute
}

.adminAccessLogin__inputIcon--user {
  background-position: 50% 2px
}

.adminAccessLogin__inputIcon--pass {
  background-position: 50% -51px
}

.adminAccessLogin__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f76c6f;
  margin-bottom: 20px;
  padding: 15px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: center;
  cursor: pointer
}

.adminAccessLogin__submit:hover {
  background: #f66266
}

.adminAccessLogin__rememberPass {
  color: #dcdcdc;
  display: block;
  cursor: pointer
}

.adminAccessLogin__rememberPass:hover {
  color: #fff
}

.adminAccessLogin__forbidden {
  background: #efefef;
  top: 0;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #222;
  text-align: center;
  position: absolute
}

.adminAccessLogin--right {
  float: right
}

.adminAccessSteps {
  padding: 50px 0;
  text-align: center
}

.adminAccessSteps__item {
  padding: 0 30px
}

.adminAccessSteps__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600
}

.adminAccessSteps__description {
  font-size: 18px;
  line-height: 29.12461182px;
  margin: 0
}

.adminAccessSteps__description--small {
  font-size: 16px;
  line-height: 25.88854384px
}

.adminAccessSteps__icon {
  margin: 0 auto 15px;
  height: 61px;
  background: url(/assets/img/admin-emp/sprite_access.svg) no-repeat scroll 50% 0 transparent;
  display: block
}

.adminAccessSteps__icon--search {
  background-position: 50% 0
}

.adminAccessSteps__icon--sol {
  background-position: 50% -78px
}

.adminAccessSteps__icon--users {
  background-position: 50% -161px
}

.adminAccessSteps__icon--bridgeSprite {
  background: url(/assets/img/admin-emp/sprite_access_bridge.svg) no-repeat scroll 50% 0 transparent;
  background-size: 72px
}

.adminAccessSteps__icon--vendors {
  background-position: 50% -64px
}

.adminAccessSteps__icon--couples {
  background-position: 50% 0
}

.adminAccessSteps__icon--more {
  background-position: 50% -121px
}

.adminAccessBenefit {
  padding: 50px 0
}

.adminAccessBenefit__item {
  margin-bottom: 30px;
  text-align: left
}

.adminAccessBenefit__itemDescription {
  font-size: 18px;
  line-height: 26px
}

.adminAccessBenefit__itemDescription--icon {
  background: url(/assets/img/admin-emp/sprite_access.svg) no-repeat scroll 0 0 transparent;
  background-size: 74px;
  padding-left: 80px;
  min-height: 50px
}

.adminAccessBenefit__itemDescription--iconPhoto {
  background-position: -10px -167px
}

@media only screen and (max-width:1024px) {
  .adminAccessBenefit__itemDescription--iconPhoto {
    background-position: -10px -157px
  }
}

.adminAccessBenefit__itemDescription--iconVoice {
  background-position: -3px -220px
}

@media only screen and (max-width:1024px) {
  .adminAccessBenefit__itemDescription--iconVoice {
    background-position: -3px -211px
  }
}

.adminAccessBenefit__itemDescription--iconUser {
  background-position: -10px -278px
}

@media only screen and (max-width:1024px) {
  .adminAccessBenefit__itemDescription--iconUser {
    background-position: -10px -282px
  }
}

.adminAccessBenefit__itemDescription--iconTool {
  background-position: -8px -335px
}

.adminAccessBenefit__itemDescription--iconEnvelope {
  background-position: -10px -391px
}

.adminAccessBenefit__itemDescription--iconStar {
  background-position: -6px -450px
}

.adminAccessBenefit__itemDescription--iconShoto {
  background-position: -3px 8px
}

.adminAccessBenefit--odd {
  background: #f8f8f8;
  padding: 50px 0 0
}

@media only screen and (max-width:1024px) {
  .adminAccessBenefit__itemDescription {
    font-size: 16px;
    line-height: 24px
  }
}

.adminTourHero {
  background: url(/assets/img/admin-emp/landings/bg_header-general.jpg) no-repeat scroll 50% 50% #f8f8f8;
  background-size: cover
}

.adminTourHero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 55px 0 0
}

.adminTourHero__item {
  width: 50%
}

.adminTourHero__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 15px
}

.adminTourHero__description {
  font-size: 18px;
  line-height: 26px;
  max-width: 550px;
  margin-bottom: 20px;
  color: #fff
}

.adminTourHero__caption {
  max-width: 100%;
  margin: 30px auto 0 auto;
  height: 275px;
  display: block
}

.adminTourNav {
  border-bottom: 1px solid #d9d9d9;
  background: #fff
}

.adminTourNav__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.adminTourNav__gridItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
  text-align: center
}

.adminTourNav__item {
  color: #000;
  font-weight: 400;
  padding: 25px 0;
  transition: border-bottom .25s ease;
  box-sizing: border-box;
  display: block;
  cursor: pointer
}

.adminTourNav__item--active,
.adminTourNav__item:hover {
  border-bottom: 2px solid #f76c6f;
  color: #f76c6f
}

.adminTourSteps {
  padding: 70px 0
}

.adminTourSteps__item {
  margin: 30px 40px;
  text-align: center;
  cursor: pointer
}

.adminTourSteps__item:hover .adminTourSteps__title {
  color: #f76c6f
}

.adminTourSteps__title {
  font-size: 20px;
  line-height: 32.3606798px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  display: block
}

.adminTourSteps__description {
  color: #6c6c6c
}

.adminTourSteps__icon {
  margin: 0 auto 20px;
  height: 60px;
  width: 105px;
  background: url(/assets/img/admin-emp/landings/sprite_landing.svg) no-repeat scroll 50% 0 transparent;
  display: block
}

.adminTourSteps__icon--storefront {
  background-position: 50% -450px
}

.adminTourSteps__icon--reviews {
  background-position: 50% -547px
}

.adminTourSteps__icon--promos {
  background-position: 50% -625px
}

.adminTourSteps__icon--events {
  background-position: 50% -705px;
  height: 66px
}

.adminTourSteps__icon--solics {
  background-position: 50% -790px
}

.adminTourSteps__icon--stats {
  background-position: 50% -864px
}

.adminTourBlock {
  padding: 70px 0
}

.adminTourBlock__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.adminTourBlock__column {
  width: 45%
}

.adminTourBlock__img {
  margin: 0 auto;
  max-width: 100%;
  display: block
}

.adminTourBlock__img--left {
  float: left
}

.adminTourBlock__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px
}

.adminTourBlock__description {
  font-size: 18px;
  line-height: 26px;
  margin: 0
}

.adminTourBlock--blood {
  padding: 70px 0 0
}

.adminPremiumTitle {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  font-weight: 600;
  margin: 0 0 5px
}

.adminPremiumTitle--top {
  margin: 10px 0 5px
}

.adminPremiumTitle--white {
  color: #fff
}

.adminPremiumTitle--sans {
  font-family: ProximaNova, Helvetica, Arial, sans-serif
}

.adminPremiumDescription {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin: 0 0 15px
}

.adminPremiumDescription--white {
  color: #fff
}

.adminPremiumSeparator {
  border-color: #8c8c8c;
  border-width: 2px;
  width: 150px;
  margin: 20px auto 40px
}

.adminPremiumSeparator--white {
  border-color: #fff
}

.adminPremiumHero {
  background: url(/assets/img/admin-emp/bg_hero-landing.jpg) no-repeat scroll 50% 50% #f8f8f8;
  background-size: cover;
  padding: 70px 0;
  text-align: center
}

.adminPremiumHero__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff
}

.adminPremiumHero__title--footer {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #222
}

.adminPremiumHero__subtitle {
  color: #fff;
  margin-top: 20px
}

.adminPremiumHero__description {
  font-size: 18px;
  line-height: 26px;
  max-width: 550px;
  color: #fff;
  text-align: center;
  margin: 0 auto 30px
}

.adminPremiumHero--cta {
  background: url(/assets/img/admin-emp/bg_footer-landing.jpg) no-repeat scroll 50% 50% #f8f8f8;
  background-size: cover
}

.adminPremiumHero--cta .adminPremiumTitle {
  margin-top: 10px
}

.adminPremiumHero--footer {
  background: url(/assets/img/admin-emp/bg_landing-footer.jpg) no-repeat scroll 50% 50% #f8f8f8;
  background-size: cover;
  padding: 150px 0
}

.adminPremiumBlock {
  padding: 50px 0;
  text-align: center
}

.adminPremiumBlock--grey {
  background: #f8f8f8
}

.adminPremiumSteps {
  text-align: center
}

.adminPremiumSteps__item {
  padding: 0 50px
}

.adminPremiumSteps__icon {
  background: url(/assets/img/admin-emp/landings/sprite_landing.svg) no-repeat scroll 50% 0 transparent;
  height: 80px;
  width: 100px;
  margin: 0 auto 15px;
  display: block
}

.adminPremiumSteps__icon--solis {
  background-position: 50% 23px
}

.adminPremiumSteps__icon--datos {
  background-position: 50% -105px;
  background-size: 120%
}

.adminPremiumSteps__icon--ventas {
  background-position: 50% -211px;
  background-size: 120%
}

.adminPremiumSteps__icon--position {
  background-position: 50% -324px;
  background-size: 120%
}

.adminPremiumSteps__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 15px
}

.adminPremiumTables__item {
  padding: 0 10px
}

.adminPremiumTables--latam {
  max-width: 980px;
  margin: 0 auto
}

.adminPremiumPack {
  margin-bottom: 15px;
  border-radius: 8px;
  background: #fff;
  text-align: center
}

.adminPremiumPack__header {
  padding: 35px 20px 30px;
  background: #e6e6e6;
  border-radius: 8px 8px 0 0;
  position: relative
}

.adminPremiumPack__header--featured {
  background: #faa14b;
  color: #fff
}

.adminPremiumPack__header--top {
  background: #3a3938;
  color: #fff
}

.adminPremiumPack__current {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -24px;
  left: 50%;
  border-radius: 2px 2px 0 0;
  padding: 5px 8px;
  background: #b8b8b8;
  color: #fff;
  position: absolute
}

.adminPremiumPack__star {
  top: 15px;
  right: 15px;
  position: absolute
}

.adminPremiumPack__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase
}

.adminPremiumPack__name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 5px;
  display: block;
  text-transform: initial
}

.adminPremiumPack__content {
  padding: 30px 20px;
  min-height: 92px
}

.adminPremiumPack__description {
  width: 180px;
  margin: 0 auto 10px
}

.adminPremiumPack__button {
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  padding: 13px 35px;
  color: #fff;
  background: #f89b16;
  cursor: pointer
}

.adminPremiumPack__button:hover {
  background: #ed8f07;
  color: #fff
}

.adminPremiumServices {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  text-align: left
}

.adminPremiumServices__item {
  border-top: 1px solid #d9d9d9;
  padding: 13px 20px 3px
}

.adminPremiumServices__item:first-child {
  border-top: 0
}

.adminPremiumCta__content {
  color: #222;
  max-width: 900px;
  padding: 30px 50px;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box
}

.adminPremiumCta__description {
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto 20px
}

.adminPremiumCta__button {
  display: inline-block;
  vertical-align: middle;
  min-width: 260px;
  border-radius: 8px;
  line-height: 1em;
  color: #fff;
  box-sizing: border-box
}

.adminPremiumCta__button--orange {
  border: 0;
  padding: 16px 25px;
  font-size: 16px;
  background: #f89b16;
  cursor: pointer
}

.adminPremiumCta__button--orange:hover {
  background: #ed8f07
}

.adminPremiumCta__button--transparent {
  border: 1px solid #000;
  color: #000;
  font-size: 22px;
  padding: 10px 25px 14px 70px;
  background: url(/assets/img/admin-emp/landings/sprite_landing.svg) no-repeat scroll -20px -347px transparent;
  background-size: 95px;
  min-width: inherit
}

.adminPremiumReview {
  margin: 0 auto
}

.adminPremiumReview__item {
  padding: 30px;
  margin: 0 15px;
  border-radius: 8px;
  background: #fff;
  min-height: 180px
}

.adminPremiumReview__image {
  margin: 0 auto 20px;
  display: block
}

.adminPremiumReview__description {
  font-size: 18px;
  line-height: 29.12461182px;
  max-width: 220px;
  margin: 0 auto
}

.adminPremiumSwitch {
  margin: 0 auto 20px
}

.adminPremiumSwitch .selectSwitch__item {
  background-color: #fff
}

.adminAppsTitle {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 15px
}

.adminAppsUptitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c8c8c;
  margin: 0 0 10px;
  display: block
}

.adminAppsDescription {
  font-size: 18px;
  line-height: 29.12461182px;
  margin: 0
}

.adminAppsImg {
  max-width: 100%
}

.adminAppsHero {
  padding: 110px 0 120px;
  background-color: #f8f8f8;
  background-position: center center;
  background-size: cover
}

.adminAppsHero__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  width: 60%;
  margin: 0 0 25px;
  color: #fff
}

.adminAppsHero__button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0
}

.adminAppsHero__button img {
  display: block;
  width: 150px
}

.adminAppsBlock {
  padding: 70px 0 60px
}

.adminAppsBlock__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.adminAppsBlock__column {
  width: 45%
}

.adminAppsBlock__image {
  margin: 0 auto;
  max-width: 100%;
  display: block
}

.adminAppsBlock--grey {
  background: #f8f8f8
}

.adminAppsSteps {
  margin: 0 auto;
  max-width: 280px;
  text-align: center
}

.adminAppsSteps__icon {
  background: url(/assets/img/admin-emp/landings/sprite_landing.svg) no-repeat scroll 50% 0 transparent;
  margin: 0 auto 15px;
  height: 70px;
  width: 70px;
  display: block
}

.adminAppsSteps__icon--mobile {
  background-position: 50% -943px
}

.adminAppsSteps__icon--chat {
  background-position: 50% -1034px
}

.adminAppsSteps__icon--stars {
  background-position: 50% -1118px
}

.adminAppsSteps__icon--notifications {
  background: url(/assets/img/vendors/landing/app/notifications.svg) no-repeat scroll 50% 0 transparent
}

.adminAppsSteps__icon--mobileMessages {
  background: url(/assets/img/vendors/landing/app/mobile-messages.svg) no-repeat scroll 50% 0 transparent
}

.adminAppsSteps__icon--reviewStars {
  background: url(/assets/img/vendors/landing/app/review-stars.svg) no-repeat scroll 50% 0 transparent
}

.adminAppsSteps__description {
  font-size: 18px;
  line-height: 29.12461182px;
  margin: 0
}

.adminAppsDownload {
  padding: 80px 0;
  text-align: center
}

.adminAppsDownload__title {
  margin-bottom: 20px
}

.adminAppsDownload__button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px
}

.adminAppsDownload__button img {
  display: block;
  width: 150px
}

@media only screen and (max-width:1024px) {
  .adminAppsHero {
    background-position: 35% center
  }
}

.adminAppsHowItWorks {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 50px
}

.adminAppsHowItWorks__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700
}

.adminModalHeader {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 3px 3px 0 0;
  text-align: center
}

.adminModalHeader__ribbon {
  position: absolute;
  top: 25px;
  left: -35px;
  width: 170px;
  background-color: #f76c6f;
  height: 36px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  transform: rotate(-43deg)
}

.adminModalHeader__ribbonText {
  margin-top: 7px;
  text-transform: uppercase
}

.adminModalHeader--small {
  padding: 30px 30px 0;
  background: 0 0
}

.adminModalHeader--white {
  background-color: #fff;
  padding: 20px
}

.adminModalHeaderRecom {
  padding: 90px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
  overflow: hidden
}

.adminModalHeaderRecom--es_ES {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_ES.jpg);
  background-size: cover
}

.adminModalHeaderRecom--en_EN,
.adminModalHeaderRecom--en_IE {
  background: url(/assets/img/admin-emp/recom/banner_recom_en_EN.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_AR {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_AR.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_CO {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_CO.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_MX {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_MX.jpg);
  background-size: cover
}

.adminModalHeaderRecom--it_IT {
  background: url(/assets/img/admin-emp/recom/banner_recom_it_IT.jpg);
  background-size: cover
}

.adminModalHeaderRecom--pt_BR {
  background: url(/assets/img/admin-emp/recom/banner_recom_pt_BR.jpg);
  background-size: cover
}

.adminModalHeaderRecom--fr_FR {
  background: url(/assets/img/admin-emp/recom/banner_recom_fr_FR.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_UY {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_UY.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_PE {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_PE.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_CL {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_CL.jpg);
  background-size: cover
}

.adminModalHeaderRecom--pt_PT {
  background: url(/assets/img/admin-emp/recom/banner_recom_pt_PT.jpg);
  background-size: cover
}

.adminModalHeaderRecom--en_CA,
.adminModalHeaderRecom--en_US {
  background: url(/assets/img/admin-emp/recom/banner_recom_en_CA.jpg);
  background-size: cover
}

.adminModalHeaderRecom--en_IN {
  background: url(/assets/img/admin-emp/recom/banner_recom_en_IN.jpg);
  background-size: cover
}

.adminModalHeaderVestidos {
  padding: 120px;
  background-position: 50% 50%;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  background-repeat: no-repeat
}

.adminModalHeaderVestidos--es_ES {
  background: url(/assets/img/admin-emp/dresses/banner_es.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--en_EN {
  background: url(/assets/img/admin-emp/dresses/banner_uk.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_AR {
  background: url(/assets/img/admin-emp/dresses/banner_ar.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_CO {
  background: url(/assets/img/admin-emp/dresses/banner_co.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_MX {
  background: url(/assets/img/admin-emp/dresses/banner_mx.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--it_IT {
  background: url(/assets/img/admin-emp/dresses/banner_it.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--pt_BR {
  background: url(/assets/img/admin-emp/dresses/banner_br.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--fr_FR {
  background: url(/assets/img/admin-emp/dresses/banner_fr.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_UY {
  background: url(/assets/img/admin-emp/dresses/banner_uy.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_PE {
  background: url(/assets/img/admin-emp/dresses/banner_pe.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--en_CA,
.adminModalHeaderVestidos--en_US {
  background: url(/assets/img/admin-emp/dresses/banner_ca.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_CL {
  background: url(/assets/img/admin-emp/dresses/banner_cl.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--pt_PT {
  background: url(/assets/img/admin-emp/dresses/banner_pt.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--en_IN {
  background: url(/assets/img/admin-emp/dresses/banner_in.jpg);
  background-size: cover
}

.adminModalHeaderRW {
  padding: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
  overflow: hidden
}

.adminModalHeaderRW--es_ES {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_ES.jpg);
  background-size: cover
}

.adminModalHeaderRW--en_EN,
.adminModalHeaderRW--en_IE {
  background: url(/assets/img/admin-emp/realweddings/banner_real_en_EN.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_AR {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_AR.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_CL {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_CL.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_CO {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_CO.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_MX {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_MX.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_PE {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_PE.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_UY {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_UY.jpg);
  background-size: cover
}

.adminModalHeaderRW--fr_FR {
  background: url(/assets/img/admin-emp/realweddings/banner_real_fr_FR.jpg);
  background-size: cover
}

.adminModalHeaderRW--it_IT {
  background: url(/assets/img/admin-emp/realweddings/banner_real_it_IT.jpg);
  background-size: cover
}

.adminModalHeaderRW--pt_BR {
  background: url(/assets/img/admin-emp/realweddings/banner_real_pt_BR.jpg);
  background-size: cover
}

.adminModalHeaderRW--pt_PT {
  background: url(/assets/img/admin-emp/realweddings/banner_real_pt_PT.jpg);
  background-size: cover
}

.adminModalHeaderRW--en_CA,
.adminModalHeaderRW--en_US {
  background: url(/assets/img/admin-emp/realweddings/banner_real_en_CA.jpg);
  background-size: cover
}

.adminModalHeaderRW--en_IN {
  background: url(/assets/img/admin-emp/realweddings/banner_real_en_IN.jpg);
  background-size: cover
}

.adminModalAvailability__dialog,
.adminModalOwners__dialog {
  width: 620px
}

.adminModalAvailability__title,
.adminModalOwners__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding-right: 50px;
  margin-bottom: 20px
}

.adminModalAvailability__body,
.adminModalOwners__body {
  padding: 45px 20px 0
}

.adminModalAvailability__image,
.adminModalOwners__image {
  display: block
}

.adminModalHeader3D .close,
.adminModalHeader3dTourInfo .close,
.adminModalHeaderRW .close,
.adminModalHeaderRecom .close,
.adminModalHeaderVestidos .close {
  color: #fff;
  font-size: 35px;
  opacity: .8
}

.adminModalContent {
  padding: 30px 40px
}

.adminModalContent__title {
  font-size: 18px;
  line-height: 26px;
  text-align: center
}

.adminModalContent__title--big {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.adminModalContent__hero {
  width: 100%
}

.adminModalContent__subtitle {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600
}

.adminModalContent__promo {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700
}

.adminModalContent__promo--red {
  color: #f76c6f;
  font-size: 38px
}

.adminModalContent__discount {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 600
}

.adminModalContent__button {
  text-transform: uppercase;
  font-size: 17px;
  padding: 15px 20px
}

.adminModalContent__date {
  font-size: 18px;
  line-height: 26px;
  margin: 0
}

.adminModalContent__footer {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 3px
}

.adminModalContent--small {
  padding: 30px 40px
}

.adminModalContent--medium {
  padding: 30px 50px
}

.adminModalContent__content {
  font-size: 17px;
  line-height: 27.50657783px;
  margin: 0
}

.adminModalContent__formContainer {
  margin: 0 70px
}

.adminModalContent__noClient {
  height: 281px
}

.adminModalFooter {
  border-top: 1px solid #d9d9d9;
  padding: 30px;
  text-align: center
}

.adminModalFooter--small {
  background: #f8f8f8;
  border-top: 0;
  padding: 20px;
  line-height: 2em
}

.adminModalFooter--reduced {
  padding: 20px
}

.adminModalHeader3D {
  position: relative;
  height: 220px;
  background: url(/assets/img/admin-emp/tour-3d/3dheader.jpg) no-repeat scroll 50% 50%/cover
}

.adminModalHeader3D__text {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  display: inline-block
}

.adminModalHeader3D__tick {
  width: 21px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0 0
}

.adminModalHeader3D__tick--right {
  margin: 3px 0 0
}

.adminModalHeader3D__content {
  margin-bottom: 10px
}

.adminModalHeader3D__title {
  height: 60px;
  text-align: center;
  position: relative
}

.adminModalHeader3D__title p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600
}

.adminHeaderImg {
  width: 100%;
  display: block;
  height: 150px;
  object-fit: cover
}

.modalAdminBox {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  min-height: 180px;
  padding: 10px;
  box-sizing: border-box
}

.adminModalHeaderUpdateCard {
  padding: 90px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/img/admin-emp/banner_update_card.jpg);
  background-size: cover
}

.adminModalHeaderWeddingCapacity {
  padding: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/img/admin-emp/banner_wedding_capacity.jpg);
  background-size: cover
}

.adminModalHeaderSurvey {
  padding: 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/img/admin-emp/banner_survey.jpg);
  background-size: cover
}

.adminModalTitle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.adminModalDescription {
  margin: 5px 0 0
}

.adminModalSubtitle {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  display: block
}

.adminModalIcon {
  margin: 0 auto 15px;
  height: 45px;
  background: url(/assets/img/admin-emp/sprite_modals.svg) no-repeat scroll 50% 0 transparent;
  display: block
}

.adminModalIcon--card {
  background-position: 50% 0;
  height: 45px
}

.adminModalIcon--clock {
  background-position: 50% -51px;
  height: 46px
}

.adminModalIcon--screenNot {
  background-position: 50% -103px;
  height: 61px
}

.adminModalIcon--documentNot {
  background-position: 50% -169px;
  height: 61px
}

.adminModalIcon--exclamation {
  background-position: 50% -235px;
  height: 34px;
  width: 35px
}

.adminModalIcon--user {
  margin-top: 13px;
  background-position: 50% -579px;
  height: 48px
}

.adminModalIcon--star {
  background-position: 50% -630px;
  height: 61px
}

.adminModalIcon--phone {
  margin-top: 6px;
  background-position: 50% -699px;
  height: 55px
}

.adminModalIcon--infoBig {
  background-position: 50% -472px;
  height: 47px
}

.adminModalIcon--exclamationBig {
  background-position: 50% -525px;
  height: 48px
}

.adminModalIcon--voice {
  background-position: 50% -814px;
  height: 51px
}

.adminModalIcon--download {
  background-position: 50% -1419px;
  height: 63px
}

.adminModalIcon--envelope {
  background-position: 50% -1074px;
  height: 51px
}

.adminModalIcon--check {
  background-position: 50% -1136px;
  height: 54px
}

.adminModalIcon--faqs {
  background-position: 50% -1199px;
  height: 63px
}

.adminModalIcon--sticker {
  background-position: 50% -1491px;
  height: 63px
}

.adminModalIcon--excel {
  height: 65px;
  width: 60px;
  background: url(/assets/img/admin-emp/sprite_modals.svg) no-repeat scroll 50% -1567px transparent
}

.adminModalIcon--contact {
  height: 51px;
  width: 65px;
  background: url(/assets/img/admin-emp/sprite_modals.svg) no-repeat scroll 50% -575px transparent
}

.adminModalIcon--inline {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0
}

.adminModalIcon--bottom {
  margin: 10px auto -60px
}

.adminModalHero {
  padding: 120px
}

.adminModalHero--es_AR {
  background: url(/assets/img/es_AR/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--es_CL {
  background: url(/assets/img/es_CL/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--es_CO {
  background: url(/assets/img/es_CO/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--es_PE {
  background: url(/assets/img/es_PE/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--es_UY {
  background: url(/assets/img/es_UY/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--fr_FR {
  background: url(/assets/img/fr_FR/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--it_IT {
  background: url(/assets/img/it_IT/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHeroContent {
  color: #fff;
  text-align: center;
  font-family: Merriweather, "Times New Roman", Times, serif
}

.adminModalHeroContent__pretitle {
  font-size: 20px
}

.adminModalHeroContent__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin: 30px 0 20px
}

.adminModalHeroContent__subtitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.adminModalInfo {
  padding: 30px 60px;
  background: #f4f4f4;
  text-align: center
}

.adminModalInfo__title {
  font-weight: 400;
  margin-bottom: 15px
}

.adminModalInfo__description {
  font-weight: 400;
  margin: 0 0 20px
}

.adminModalInfo__item {
  margin: 0;
  font-weight: 400
}

.adminModalInfo__item.stroke {
  color: #8c8c8c;
  text-decoration: line-through
}

.adminModalInfo--small {
  padding: 30px
}

.data-contact-description {
  line-height: 22px
}

.admin-modal-table-header {
  border-bottom: 1px solid #d9d9d9
}

.admin-modal-table-header td {
  font-weight: 600;
  padding: 15px 0 10px
}

.admin-modal-table-body {
  border-bottom: 1px solid #d9d9d9
}

.admin-modal-table-body td {
  padding: 15px 0;
  color: #8c8c8c
}

.admin-modal-table-body td .admin-modal-table-price {
  font-weight: 600;
  color: #ef8f32
}

.admin-modal-badge-header {
  padding: 30px
}

.admin-modal-badge-subtitle {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0 0 5px
}

.admin-modal-badge-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 5px
}

.admin-modal-badge-image {
  margin-top: -60px;
  margin-bottom: 15px;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, .3)
}

.admin-modal-badge-content {
  border-top: 1px solid #d9d9d9;
  padding: 30px;
  text-align: center
}

.admin-modal-badge-content-title {
  margin: 0 0 15px
}

.admin-modal-badge-info {
  padding: 30px 75px;
  background: #f4f4f4;
  text-align: center;
  cursor: pointer
}

.admin-modal-badge-info-title {
  margin-bottom: 20px
}

.admin-modal-badge-info-item {
  padding: 25px;
  margin: 0 auto;
  max-width: 195px;
  border-radius: 3px;
  overflow: hidden
}

.admin-modal-badge-info-link {
  color: #8c8c8c
}

.admin-credentials-modal-header {
  text-align: center;
  padding: 30px
}

.admin-credentials-modal-header-icon {
  height: 60px;
  width: 63px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background: url(/assets/img/sprite_modal_header2.svg) no-repeat;
  background-size: 63px
}

.admin-credentials-modal-header-icon-no-log {
  background-position: 0 0
}

.admin-credentials-modal-header-icon-get-pass {
  background-position: 0 -72px
}

.admin-credentials-modal-header .tags.tag-ok {
  font-size: 11px;
  line-height: 17.79837389px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  float: right;
  padding: 3px 10px;
  text-transform: uppercase;
  border-radius: 7px;
  margin: 0;
  background-color: #6cce7d
}

.admin-credentials-modal-header-text .modal-title {
  font-size: 18px;
  line-height: 29.12461182px
}

.admin-credentials-modal-header-text p {
  font-size: 13px;
  line-height: 21.03444187px
}

.admin-credentials-modal-header-text-pass .modal-title {
  margin-bottom: 0
}

.admin-soli-no-log-body-right {
  padding: 25px;
  padding-top: 15px
}

.admin-soli-no-log-body-right a,
.admin-soli-no-log-body-right-ques {
  font-weight: 600
}

.admin-soli-no-log-body-right-info p {
  display: inline-block
}

.admin-soli-no-log-body-right-info p i {
  color: #c1c1c1
}

.admin-soli-no-log-body-right-new-pass {
  font-weight: 400;
  text-decoration: underline
}

.admin-modal-p {
  padding: 0 80px
}

.new-client {
  width: 450px
}

.new-client-header {
  padding: 20px;
  text-align: center
}

.new-client-header img {
  width: 90px;
  margin-left: 14px
}

.new-client-text {
  text-align: center
}

.new-client-text-title {
  font-size: 20px
}

.new-client-text-desc {
  padding: 10px 55px 5px
}

.new-client-rating {
  text-align: center;
  padding-bottom: 15px;
  height: 34px
}

.new-client-rating-star {
  background: url(/assets/img/admin-emp/star.png);
  height: 30px;
  background-size: 30px;
  width: 30px;
  display: inline-block;
  cursor: pointer
}

.new-client-rating-star-active,
.new-client-rating-star:hover {
  background: url(/assets/img/admin-emp/star-filled.png);
  height: 30px;
  background-size: 30px;
  width: 30px;
  display: inline-block;
  cursor: pointer
}

.new-client-textarea {
  width: 100%
}

.new-client-textarea textarea {
  border: 1px solid #a9a9a9;
  width: 70%;
  height: 100px;
  margin-bottom: 20px
}

.emp-rating-error,
.emp-rating-error-ajax,
.emp-rating-success-ajax,
.new-client-textarea-error {
  width: 80%;
  margin: 0 auto 20px auto
}

.load {
  margin: 0 auto;
  width: 20%
}

.adminModalChangeBooking {
  padding: 30px
}

.adminModalChangeBooking__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px
}

.adminModalChangeBooking__description {
  margin-bottom: 5px
}

.adminModalChangeBooking__infoBox {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-right: 30px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center
}

.adminModalChangeBooking__avatarContainer {
  position: relative
}

.adminModalChangeBooking__avatar {
  border: 2px solid #d9d9d9;
  height: 60px;
  width: 60px;
  margin: 0 auto 8px;
  border-radius: 50%
}

.adminModalChangeBooking__avatar--booked {
  border-color: #48964d
}

.adminModalChangeBooking__avatar--removed {
  border-color: #ee575a
}

.adminModalChangeBooking__statusIcon {
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 17px;
  background: #fff;
  border-radius: 50%;
  position: absolute
}

.adminModalChangeBooking__statusIcon--add svg {
  fill: #48964d
}

.adminModalChangeBooking__statusIcon--remove svg {
  fill: #ee575a
}

.adminModalChangeBooking__name {
  color: #8c8c8c;
  margin: 0
}

.adminModalChangeBooking__time {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
  display: block
}

.adminModalAlert {
  color: #6c6c6c;
  padding: 20px;
  text-align: center
}

.adminModalAlert--info {
  background: #f1f7f7
}

.adminModalBlackFriday {
  height: 520px;
  z-index: -1
}

.adminModalBlackFriday__modalHeader {
  background: #fff
}

.adminModalBlackFriday__hero {
  height: 300px;
  background: url(/assets/img/admin-emp/black-friday/layer-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative
}

.adminModalBlackFriday__heroNovios {
  height: 320px;
  margin-top: -20px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

.adminModalBlackFriday__layerOpacity {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #000;
  opacity: .3
}

.adminModalBlackFriday__bgSquare {
  border: 4px solid #fff;
  height: 206px;
  margin: 18px
}

.adminModalBlackFriday__text {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%)
}

.adminModalBlackFriday__logo {
  max-width: 220px;
  margin: 0 auto
}

.adminModalBlackFriday__logo html:lang(es-MX) {
  max-width: 100px
}

.adminModalBlackFriday__textBlockTwo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-top: 25px
}

.adminModalBlackFriday__textBlockTwo p {
  color: #fff
}

.adminModalBlackFriday__textBlockTwo p:first-child {
  font-size: 18px;
  text-align: center
}

.adminModalBlackFriday__textBlockTwo p:last-child {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center
}

html:lang(es-MX) .adminModalBlackFriday__logo {
  max-width: 100px
}

html:lang(es-MX) .adminModalBlackFriday__textBlockTwo {
  margin-top: 10px
}

.adminModalBlackFridayCircle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 260px;
  height: 260px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center
}

.adminModalBlackFridayCircle__subtitle {
  font-size: 12px
}

.adminModalBlackFridayCircle__separator {
  max-width: 70%;
  margin: 20px auto;
  border-color: #727272
}

.adminModalBlackFridayCircle__text {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 50px;
  line-height: 18px
}

.adminModalBlackFridayArrow {
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  width: 45px;
  height: 45px;
  margin: 10px auto;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box
}

.adminModalBlackFridayArrow svg {
  width: 20px;
  fill: #f76c6f
}

.adminModalBlackFridayBox {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center
}

.adminModalBlackFridayBox__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  padding: 0 113px
}

.adminModalBlackFridayBox__subtitle {
  font-size: 18px
}

.adminModalBlackFridayBox__text {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px
}

.adminModalPackPremium__content {
  padding: 15px 20px
}

.adminModalPackPremium__mainPromo {
  background-color: #f5f5f5
}

.adminModalPackPremium__leftBox {
  border-right: 1px solid #000
}

.adminModalPackPremium__discount {
  font-size: 24px
}

.adminModalPackPremium__discountNum {
  font-size: 35px;
  line-height: 40px
}

.adminModalPackPremium__promo {
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
  padding: 0 50px;
  margin-bottom: 0
}

.adminModalPackPremium__promo span {
  color: #f76c6f;
  display: block
}

.adminModalPackPremium__promoDate {
  font-size: 17px
}

.wrapper-satisfaction {
  width: 575px;
  margin: 0 auto 100px auto;
  display: block;
  padding: 15px
}

.satisfaction-textarea {
  border: 1px solid #d3d3d3;
  width: 80%;
  margin: 10px auto 20px auto
}

.satisfaction-textarea textarea {
  width: 100%;
  border-bottom: none;
  height: 100px
}

.adminModalHeader3dTourInfo {
  padding: 60px 40px 60px 40px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  background: url(/assets/img/vendors/infoLayer/bg_header_3dtour.jpg);
  background-size: cover
}

.adminModalHeaderPremiumLayer {
  padding: 60px 40px 60px 40px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  background: url(/assets/img/vendors/infoLayer/bg_header_premium.jpg);
  background-size: cover
}

.adminModal-template-basic {
  padding: 104px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  background-size: cover;
  margin: 18px 18px 0 18px
}

.adminModal-template-basic-dismiss {
  top: 15px !important;
  right: 22px !important;
  color: #fff !important
}

.adminModal-template-basic-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase
}

.adminModal-template-basic-title2 {
  font-weight: 100
}

.adminModal-template-basic-text {
  font-size: 21px;
  font-weight: 100
}

.adminModal-template-basic-line {
  border-color: #9e9e9e transparent transparent transparent;
  width: 105px;
  margin-top: 30px;
  margin-bottom: 25px
}

.adminModal-template-legacy-header {
  padding: 60px 40px 60px 40px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  background-size: cover
}

.adminModal-template-legacy-dismiss {
  color: #fff !important
}

.adminModal-template-leftside-photo {
  display: flex;
  min-height: 350px
}

.adminModal-template-leftside-photo-dismiss {
  color: #fff !important
}

.adminModal-template-leftside-photo-image {
  background-size: cover;
  background-position: center;
  width: 40%
}

.adminModal-template-leftside-photo-body {
  padding: 20px;
  padding-top: 34px;
  text-align: center;
  width: 60%;
  display: flex;
  flex-direction: column
}

.adminModal-template-leftside-photo-content {
  flex-grow: 1
}

.adminModal-template-leftside-photo-content-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px
}

.adminModal-template-leftside-photo-footer {
  text-align: center
}

.adminModalInclusion {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 30px 40px
}

.adminModalInclusion__hideContent {
  display: none
}

.adminModalInclusion__title {
  font-size: 18px;
  line-height: 26px
}

.adminModalInclusion__title--big {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.adminModalInclusion__subHeader {
  font-size: 18px;
  line-height: 29.12461182px;
  font-weight: 800
}

.adminModalInclusion__question,
.adminModalInclusion__subHeaderDescription {
  font-size: 16px;
  line-height: 25.88854384px
}

.adminModalInclusion__content {
  font-size: 17px;
  line-height: 27.50657783px;
  margin: 0
}

.adminModalInclusion__error {
  color: #db4c45;
  font-weight: 800;
  text-align: center
}

.adminModalInclusion__informationalBox {
  font-size: 13px;
  line-height: 21.03444187px;
  background: #e9f0fc;
  border-radius: 3px
}

.btn-xl {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  padding: 20px 40px
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block
}

.vendorStats {
  background-color: #f7f7f7;
  padding: 20px 0 20px;
  text-align: center
}

.vendorStats__title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 20px
}

.vendorStats__item {
  margin: 1.5em 0
}

.vendorStats__item .vendorStats__number {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 0
}

.vendorStats__item .vendorStats__description {
  font-size: 18px;
  line-height: 26px;
  color: #8c8c8c;
  margin: 0 auto
}

.vendorStats__link {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-top: 30px
}

.modalInquiryForm .input-group-line {
  margin-bottom: 10px
}

.modalInquiryForm .select-fake {
  margin-bottom: 7px;
  margin-top: 5px
}

.ctaTile {
  padding: 15px
}

.ctaTile__icon {
  max-width: 90px
}

.ctaTile__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 21px
}

.ctaTile__subtitle {
  font-size: 18px;
  line-height: 26px
}

.ctaTile__panel {
  margin-bottom: 21px;
  border: 1px solid #d9d9d9
}

.ctaTile__panelBody {
  padding: 15px 25px
}

.featuresTable {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px
}

.featuresTable__table {
  background-color: #fff;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
  border-collapse: separate
}

.featuresTable__table--header {
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase
}

.featuresTable__table--header .featuresTable__rowAdjective {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #8a8a8a;
  text-transform: capitalize;
  padding: 0 8px;
  margin-top: 3px;
  font-style: italic
}

.featuresTable__bottom {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 0 0 5px 5px;
  padding-bottom: 25px;
  padding-top: 25px;
  background-color: #eee
}

.featuresTable__bottom a {
  color: #f76c6f;
  font-weight: 600
}

.featuresTable__subHeader {
  font-weight: 600;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #eee;
  color: #8a8a8a;
  text-transform: uppercase;
  text-align: left;
  padding: 7px 0 6px 18px
}

.featuresTable__row {
  width: 100%
}

.featuresTable__row:last-child .featuresTable__td {
  border-color: transparent
}

.featuresTable__td {
  padding: 11px 11px 8px;
  min-width: 44px;
  border-bottom: 1px solid #eee
}

.featuresTable__td:first-child {
  text-align: left;
  font-size: .9em;
  width: 45%
}

.featuresTable__td--header {
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  padding: 18px 0;
  border-color: transparent;
  width: 14%
}

.featuresTable__td--header:first-child {
  font-size: 15px;
  padding: 0 10px
}

.featuresTable .venueOnlyFeature {
  font-size: 13px;
  line-height: 19px
}

.featuresTable__check {
  background: transparent url(/assets/img/vendors/landing/pricing-table-checkmark.svg) no-repeat 0 0;
  height: 24px;
  width: 24px;
  display: inline-block
}

.featuresTable__dash {
  background: transparent url(/assets/img/vendors/landing/pricing-table-dash.svg) no-repeat 0 0;
  height: 4px;
  width: 8px;
  display: inline-block
}

.featuresTable__annotation {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  max-width: 900px;
  margin: 0 auto
}

.vendorLandingSection {
  padding-top: 80px;
  padding-bottom: 100px
}

.vendorLandingSection__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px
}

.vendorLandingSection__subTitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 21px
}

.vendorLandingSection__subTitle--form {
  font-size: 16px
}

.vendorLandingSection--weddingpro {
  border-bottom: 1px solid #ddd;
  padding-top: 100px;
  padding-bottom: 45px
}

.vendorLandingSection--teal {
  background-color: #f9f0ed;
  overflow: hidden;
  padding: 0
}

.vendorLandingSection--grey {
  background-color: #f8f8f8
}

.vendorLandingSection--benefitsCover {
  background-image: url(/assets/img/vendors/landing/features-chart-background.jpg);
  background-size: cover;
  background-position: center
}

.vendorLandingSection--benefitsCover .vendorLandingSection__subTitle,
.vendorLandingSection--benefitsCover .vendorLandingSection__title {
  color: #fff
}

.vendorLandingSection__quoteIcon {
  text-align: center
}

.vendorLandingSection .btn {
  font-size: 18px;
  line-height: 26px;
  padding: 15px 20px
}

.vendorLandingSection__testimonial {
  margin: 115px auto;
  max-width: 971px
}

.vendorLandingSlider {
  width: 100%
}

.vendorLandingSlider__itemTitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10.5px;
  margin-top: 21px
}

.vendorLandingSlider .rsImg {
  margin: 0;
  width: 100%;
  min-width: 980px
}

.vendorLandingSlider .rsBullets {
  z-index: 0;
  width: 100%;
  top: -70px;
  min-height: 20px;
  min-width: 950px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.vendorLandingSlider .rsBullets .rsBullet {
  display: inline-block;
  vertical-align: middle;
  zoom: 1
}

.vendorLandingSlider .rsBullets .rsBullet span {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border: 2px solid #fff;
  cursor: pointer;
  display: block;
  border-color: #fff;
  background-color: #eee
}

.vendorLandingSlider .rsBullets .rsBullet.rsNavSelected span {
  background-color: #000
}

.vendorLandingSlider--storefront {
  height: 680px
}

.vendorLandingSlider--storefront .vendorLandingSlider__img {
  margin-left: auto;
  margin-right: auto
}

.vendorLandingSlider--storefront .rsOverflow {
  width: 100%;
  height: 650px
}

.vendorLandingSlider__featurette {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 21px
}

.featureItem__wrapper,
.homeItem__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center
}

.featureItem__upTitle,
.homeItem__upTitle {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #8c8c8c;
  margin: 0 0 10px
}

.featureItem__title,
.homeItem__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px
}

.featureItem__description,
.featureItem__screenshot,
.homeItem__description,
.homeItem__screenshot {
  font-size: 18px;
  line-height: 26px;
  width: 47%;
  padding: 0 1%;
  align-self: center
}

.featureItem__screenshot,
.homeItem__screenshot {
  text-align: center
}

.featureItem__screenshot img,
.homeItem__screenshot img {
  max-width: 100%
}

.featureItem__premiumBanner,
.homeItem__premiumBanner {
  font-size: 16px;
  line-height: 24px;
  color: #f76c6f;
  border: 1px solid #f76c6f;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 8px 1px;
  margin-top: 0
}

.featureItem__separator,
.homeItem__separator {
  background-color: #f8f8f8;
  height: 15px
}

.featureItem--premium,
.homeItem--premium {
  border-bottom: 1px solid #d9d9d9
}

.featureItem--premium:last-child,
.homeItem--premium:last-child {
  border: none
}

.featureItem--grey,
.homeItem--grey {
  background-color: #f8f8f8
}

.featureItem--blue,
.homeItem--blue {
  background-color: #f8f8f8
}

.featureItem:nth-child(odd) .featureItem__description,
.featureItem:nth-child(odd) .homeItem__description,
.homeItem:nth-child(odd) .featureItem__description,
.homeItem:nth-child(odd) .homeItem__description {
  order: 2
}

.featureItem:nth-child(odd) .featureItem__screenshot,
.featureItem:nth-child(odd) .homeItem__screensot,
.homeItem:nth-child(odd) .featureItem__screenshot,
.homeItem:nth-child(odd) .homeItem__screensot {
  order: 1
}

.bannerHeader {
  background-repeat: no-repeat;
  background-position: center 70%;
  background-size: cover;
  padding: 75px 0 65px;
  color: #fff
}

.bannerHeader--benefits {
  background-image: url(/assets/img/vendors/landing/vendor-features-premium-hero.jpg)
}

.bannerHeader__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700
}

.bannerHeader__subTitle {
  font-size: 18px;
  line-height: 26px
}

.bannerSubHeader {
  padding: 40px 0
}

.bannerSubHeader__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700
}

.bannerSubHeader__subTitle {
  font-size: 18px;
  line-height: 26px
}

.bannerSubHeader__badge {
  width: 200px;
  height: 60px
}

.venueOnlyFeature {
  color: #8a8a8a;
  font-style: italic;
  margin-left: 5px
}

.contactForm {
  max-width: 555px;
  padding: 50px 0 80px 0
}

.contactForm--features {
  padding: 0
}

.contactForm__input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between
}

.contactForm__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  text-align: center
}

.contactForm__subTitle {
  text-align: center
}

.contactForm__requiredBanner {
  color: #8a8a8a;
  font-size: 14px
}

.contactForm__requiredBanner a {
  color: #2886cd
}

.contactForm__requiredBanner a:hover {
  text-decoration: underline;
  color: #2478b8
}

.contactForm--success .contactForm__subTitle {
  color: #8a8a8a
}

.contactForm .input-group-line {
  margin-bottom: 0;
  background: inherit;
  width: 263px
}

.contactForm .input-group-line--full {
  width: 100%
}

.contactForm .input-group-line select {
  height: 42px
}

.contactForm .input-group-line .select-fake,
.contactForm .input-group-line input {
  box-shadow: none;
  margin: 8px 0;
  height: 42px
}

.contactForm .input-group-line .select-fake {
  border: 1px solid #ccc
}

.contactForm .input-group-line input {
  padding-left: 15px
}

.premiumLanding {
  padding-top: 1rem
}

.premiumLandingHeading {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin-bottom: 3.5rem
}

.premiumLandingHeading:after {
  border-bottom: 1px solid #efefef;
  content: "";
  z-index: 1;
  width: 100vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw
}

.premiumLandingHeading__background {
  position: relative;
  z-index: -1;
  height: 176px;
  width: 100%
}

.premiumLandingHeading__background:after,
.premiumLandingHeading__background:before {
  content: "";
  position: absolute;
  left: -1rem;
  background-size: cover;
  background-repeat: no-repeat
}

.premiumLandingHeading__background:before {
  display: block;
  height: 176px;
  width: 100vw;
  margin-top: -16px;
  background-position: center top
}

.premiumLandingHeading__background:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='29' viewBox='0 0 375 29' fill='none'%3E%3Cpath d='M1.54576e-07 16.0375C3.45871 15.1088 7.02918 14.2145 10.7143 13.3562C37.7837 7.05129 71.0379 2.68685 111.607 0.852938C177.029 -2.10449 245.021 5.28479 295.536 13.1357C342.976 20.5088 375 28.2892 375 28.2892L375 29L0 29L1.54576e-07 16.0375Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  height: 12vw;
  max-height: 70px;
  width: calc(100% + (1rem * 2));
  bottom: 0;
  background-position: center
}

@media (min-width:768px) {
  .premiumLandingHeading__background {
    height: 234px
  }

  .premiumLandingHeading__background:before {
    height: 250px;
    left: -1.5rem
  }

  .premiumLandingHeading__background:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='54' viewBox='0 0 768 54' fill='none'%3E%3Cpath d='M2.87831e-07 29.8629C7.08343 28.1336 14.3958 26.4684 21.9429 24.8701C77.3809 13.13 145.486 5.00309 228.571 1.58823C362.555 -3.91871 501.804 9.84065 605.257 24.4596C702.415 38.1889 768 52.6765 768 52.6765L768 54L0 54L2.87831e-07 29.8629Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    width: calc(100% + 1.5rem * 2);
    height: 7vw;
    max-height: unset;
    left: -1.5rem
  }
}

@media (min-width:1024px) {
  .premiumLandingHeading {
    height: 484px
  }

  .premiumLandingHeading__background {
    position: absolute;
    right: 0;
    height: 100%
  }

  .premiumLandingHeading__background:after,
  .premiumLandingHeading__background:before {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: initial;
    margin: 0 -50vw 0 0;
    height: calc(100% + 16px);
    width: calc(((100vw - 100%)/ 2) + 45%);
    background-repeat: no-repeat
  }

  .premiumLandingHeading__background:before {
    background-size: cover;
    background-position: top center
  }

  .premiumLandingHeading__background:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='102' height='500' viewBox='0 0 102 500' fill='none'%3E%3Cpath d='M45.5922 -4C48.8588 0.6485 52.0042 5.44722 55.0231 10.4C77.1989 46.7812 92.5497 91.475 99 146C109.402 233.926 83.4121 325.309 55.7985 393.2C29.8655 456.96 2.5 500 2.5 500H0V-4H45.5922Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-size: unset;
    background-position: left top, center center
  }

  .premiumLandingHeading__content {
    width: 55%;
    max-width: 570px
  }
}

@media (min-width:1200px) {

  .premiumLandingHeading__background:after,
  .premiumLandingHeading__background:before {
    width: calc(((100vw - 100%)/ 2) + 52%)
  }

  .premiumLandingHeading__content {
    width: 50%
  }
}

.premiumLandingHeading:before {
  border-top: 1px solid #efefef;
  content: "";
  z-index: 1;
  width: 100vw;
  position: absolute;
  left: 50%;
  top: calc(-1rem - 1px);
  margin-left: -50vw
}

.premiumLandingHeading__background:before {
  background-image: url(/assets/img/admin-emp/landings/hero_landing@2x.jpg)
}

.premiumLandingHeading__background.en-IN:before {
  background-image: url(/assets/img/admin-emp/landings/hero_landing_en-IN@2x.jpg)
}

.premiumLandingHeading__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: .25rem
}

.premiumLandingHeading__subtitle {
  margin-bottom: 1rem
}

.premiumLandingContactForm {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  grid-auto-flow: column
}

.premiumLandingContactForm__formControl {
  position: relative
}

.premiumLandingContactForm__hint {
  font-size: 14px;
  line-height: 21px;
  line-height: 1rem;
  display: block;
  margin-top: .1rem;
  text-align: left;
  color: #6c6c6c
}

.premiumLandingContactForm__formField {
  position: relative;
  padding: 0 0 1.25rem;
  text-align: left
}

.premiumLandingContactForm__label {
  position: absolute;
  left: .5rem;
  top: 1.6rem;
  transform: translateY(-50%);
  transform-origin: left top;
  color: #6c6c6c;
  pointer-events: none;
  transition: .2s
}

.premiumLandingContactForm__input {
  box-shadow: 0 0 0 1px #d9d9d9, inset 0 0 0 40px #fff;
  display: flex;
  padding: 1.5rem 0 .5rem;
  width: 100%;
  border: none;
  border-radius: .25rem;
  text-indent: .5rem;
  outline: 0;
  resize: none;
  appearance: none;
  transition: box-shadow .2s;
  margin-bottom: -1.2rem;
  line-height: normal
}

.premiumLandingContactForm__input .focused,
.premiumLandingContactForm__input.focused,
.premiumLandingContactForm__input:focus {
  box-shadow: 0 0 0 2px #1961d9, inset 0 0 0 40px #fff
}

.premiumLandingContactForm__input .focused~.premiumLandingContactForm__label,
.premiumLandingContactForm__input.focused~.premiumLandingContactForm__label,
.premiumLandingContactForm__input:focus~.premiumLandingContactForm__label {
  transition: .2s;
  color: #222;
  font-weight: 600;
  transform: translateY(-90%) scale(.85, .85)
}

.premiumLandingContactForm__input.focused:not(:focus) {
  box-shadow: 0 0 0 1px #d9d9d9, inset 0 0 0 40px #fff
}

.premiumLandingContactForm__icon {
  position: absolute;
  right: 10px;
  top: 1.6rem;
  transform: translateY(-50%);
  pointer-events: none
}

.premiumLandingContactForm__icon~.premiumLandingContactForm__input:not([type=date]) {
  padding-right: 25px
}

.premiumLandingContactForm__icon svg {
  fill: rgba(0, 0, 0, .87)
}

.premiumLandingContactForm__footer {
  grid-column: 1/3;
  grid-row: -1;
  margin-top: 6px;
  justify-self: start
}

.premiumLandingContactForm__legal {
  margin-bottom: 1rem;
  position: relative
}

.premiumLandingContactForm__checkboxIcon {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75rem;
  cursor: pointer
}

.premiumLandingContactForm__checkboxInput {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  opacity: 0
}

.premiumLandingContactForm__checkboxInput+.premiumLandingContactForm__checkboxIcon:before {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  box-shadow: 0 0 0 1px #8c8c8c;
  background-color: #fff;
  height: 18px;
  width: 18px;
  border-radius: 3px
}

.premiumLandingContactForm__checkboxInput+.premiumLandingContactForm__checkboxIcon:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  height: 8px;
  width: 4px;
  border: 2px solid #d9d9d9;
  border-left: 0;
  border-top: 0;
  opacity: 0;
  transform: rotate(45deg)
}

.premiumLandingContactForm__checkboxInput:checked:focus-visible+.premiumLandingContactForm__checkboxIcon:before,
.premiumLandingContactForm__checkboxInput:focus+.premiumLandingContactForm__checkboxIcon:before,
.premiumLandingContactForm__checkboxInput:focus-visible+.premiumLandingContactForm__checkboxIcon:before {
  box-shadow: 0 0 0 2px #1961d9
}

.premiumLandingContactForm__checkboxInput:focus:not(:focus-visible):not(:checked)+.premiumLandingContactForm__checkboxIcon:before {
  box-shadow: 0 0 0 1px #d9d9d9
}

.premiumLandingContactForm__checkboxInput:checked+.premiumLandingContactForm__checkboxIcon:before {
  box-shadow: 0 0 0 1px #48964d;
  background-color: #48964d
}

.premiumLandingContactForm__checkboxInput:checked+.premiumLandingContactForm__checkboxIcon:after {
  opacity: 1;
  border-color: #fff
}

.premiumLandingContactForm__link {
  text-decoration: underline
}

.premiumLandingContactForm__submit {
  font-size: 18px;
  font-weight: 600;
  padding: 1rem;
  z-index: 2
}

.premiumLandingContactForm--error .premiumLandingContactForm__hint {
  animation: onShowError .3s;
  color: #a82720
}

.premiumLandingContactForm--singleColumn {
  grid-template-columns: 1fr;
  width: 280px;
  justify-content: center;
  grid-column-gap: 0
}

.premiumLandingContactForm--singleColumn.premiumLandingContactForm--heading {
  justify-content: start
}

.premiumLandingContactForm--singleColumn.premiumLandingContactForm--modal {
  margin: 0 auto
}

.premiumLandingContactForm--error .premiumLandingContactForm__checkboxIcon:before,
.premiumLandingContactForm--error .premiumLandingContactForm__input,
.premiumLandingContactForm--error .premiumLandingContactForm__input:not(:focus) {
  box-shadow: 0 0 0 2px #db4c45, inset 0 0 0 40px #fff
}

@keyframes onShowError {
  from {
    max-height: 0
  }

  to {
    max-height: 3rem
  }
}

.premiumLandingBenefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.5rem;
  position: relative
}

.premiumLandingBenefits__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  font-size: 1.62rem;
  margin-bottom: .5rem
}

.premiumLandingBenefits__subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2rem
}

.premiumLandingBenefits__tile {
  width: 100%;
  position: relative
}

.premiumLandingBenefits__description {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 1.25rem
}

.premiumLandingBenefits__imageDesktop,
.premiumLandingBenefits__imageMobile {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  border-radius: 10px;
  border: 1px solid #d9d9d9
}

.premiumLandingBenefits__imageDesktop {
  height: 574px;
  margin-bottom: 1.5rem
}

.premiumLandingBenefits__imageMobile {
  margin-left: -3rem
}

.premiumLandingBenefits__pagination {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem
}

.premiumLandingBenefits__paginationItem {
  background: #d9d9d9;
  border-radius: 50%;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  transition: all .15s linear;
  cursor: pointer
}

.premiumLandingBenefits__paginationItem.active {
  transform: scale(1.5);
  transition: all .15s linear
}

.premiumLandingBenefits__arrowLeft,
.premiumLandingBenefits__arrowRight {
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 50%;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
  transform: translateY(-50%);
  transform-origin: top;
  height: 44px;
  width: 44px;
  transition: all .2s
}

.premiumLandingBenefits__arrowLeft.svgIcon,
.premiumLandingBenefits__arrowRight.svgIcon {
  height: 28px;
  width: 28px
}

.premiumLandingBenefits__arrowLeft:hover:not([aria-disabled=true]),
.premiumLandingBenefits__arrowRight:hover:not([aria-disabled=true]) {
  transform: scale(1.1) translateY(-50%)
}

.premiumLandingBenefits__arrowLeft[aria-disabled=true],
.premiumLandingBenefits__arrowRight[aria-disabled=true] {
  cursor: unset
}

.premiumLandingBenefits__arrowLeft[aria-disabled=true]:focus,
.premiumLandingBenefits__arrowRight[aria-disabled=true]:focus {
  opacity: .5;
  pointer-events: auto
}

.premiumLandingBenefits__arrowLeft:focus-visible,
.premiumLandingBenefits__arrowRight:focus-visible {
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 0 0 2px #1961d9;
  outline: unset
}

.premiumLandingBenefits__arrowLeft {
  left: 90px
}

.premiumLandingBenefits__arrowRight {
  right: 90px
}

.premiumLandingBenefits__button {
  font-size: 18px;
  font-weight: 600;
  padding: 1rem
}

.premiumLandingPacks {
  background-color: #f8f8f8;
  display: flex;
  align-items: center
}

.premiumLandingPacks__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem
}

.premiumLandingPacks__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  font-size: 1.62rem;
  margin-bottom: .5rem
}

.premiumLandingPacks__subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2rem
}

.premiumLandingPacks__container {
  display: grid;
  align-items: center;
  grid-template-columns: 637px auto;
  margin-bottom: 2rem
}

.premiumLandingPacks__image {
  width: 637px
}

.premiumLandingPacks__tile {
  padding: 1.5rem;
  border-radius: .5rem;
  box-shadow: 0 3.18px 7.63px rgba(0, 0, 0, .2);
  width: 312px;
  font-size: 14px;
  margin-bottom: 1.25rem;
  background-color: #fff
}

.premiumLandingPacks__tile:last-child {
  margin-bottom: 0
}

.premiumLandingPacks__tile--gold .premiumLandingPacks__packTitle {
  background-color: #fabb00
}

.premiumLandingPacks__tile--gold .premiumLandingPacks__icon svg {
  fill: #fabb00
}

.premiumLandingPacks__tile--silver .premiumLandingPacks__packTitle {
  background-color: #8c8c8c
}

.premiumLandingPacks__tile--silver .premiumLandingPacks__icon svg {
  fill: #8c8c8c
}

.premiumLandingPacks__tile--premium .premiumLandingPacks__packTitle {
  background-color: #f76c6f
}

.premiumLandingPacks__tile--premium .premiumLandingPacks__icon svg {
  fill: #f76c6f
}

.premiumLandingPacks__tile--start .premiumLandingPacks__packTitle {
  border: 1px solid #222;
  color: #222
}

.premiumLandingPacks__tile--start .premiumLandingPacks__icon svg {
  fill: #222
}

.premiumLandingPacks__packTitle {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 17px;
  color: #fff;
  padding: 1.5px 5px;
  border-radius: 3px;
  margin-bottom: .75rem
}

.premiumLandingPacks__listItem {
  margin-bottom: 9px;
  line-height: 20px;
  display: grid;
  grid-template-columns: 1rem auto;
  grid-column-gap: 10px
}

.premiumLandingPacks__listItem:last-child {
  margin-bottom: 0
}

.premiumLandingPacks__icon {
  padding-top: .15rem;
  width: 1rem;
  height: 1rem
}

.premiumLandingPacks__button {
  font-size: 18px;
  font-weight: 600;
  padding: 1rem
}

.premiumLandingVendorReviews {
  background-color: #fef4f1;
  display: flex;
  align-items: center
}

.premiumLandingVendorReviews__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem
}

.premiumLandingVendorReviews__scroll {
  align-items: center
}

.premiumLandingVendorReviews__tile {
  width: 100%
}

.premiumLandingVendorReviews__container {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 5rem auto;
  grid-column-gap: 1.5rem
}

.premiumLandingVendorReviews__review {
  font-size: 22px;
  line-height: 32px;
  font-family: Merriweather, "Times New Roman", Times, serif;
  margin-bottom: 1rem
}

.premiumLandingVendorReviews__image {
  width: 5rem;
  height: 5rem;
  border-radius: 50%
}

.premiumLandingVendorReviews__info {
  text-align: left
}

.premiumLandingVendorReviews__name {
  font-weight: 600
}

.premiumLandingVendorReviews__detail {
  margin-bottom: 0
}

.premiumLandingVendorReviews__pagination {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 2.25rem;
  margin-bottom: 3.5rem
}

.premiumLandingVendorReviews__paginationItem {
  background: #d9d9d9;
  border-radius: 50%;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  transition: all .15s linear;
  cursor: pointer
}

.premiumLandingVendorReviews__paginationItem.active {
  transform: scale(1.5);
  transition: all .15s linear
}

.premiumLandingVendorReviews__subtitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 2.5rem
}

.premiumLandingVendorReviews__logoContainer {
  display: grid;
  grid-column-gap: 2rem;
  grid-auto-flow: column;
  align-items: center;
  max-height: 70px;
  margin-bottom: 2.5rem
}

.premiumLandingVendorReviews__logoContainer img {
  width: 100%;
  max-height: 70px
}

.premiumLandingVendorReviews__logoContainer:last-child {
  margin-bottom: 0
}

.premiumLandingFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem
}

.premiumLandingFooter__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  font-size: 1.62rem;
  margin-bottom: .5rem
}

.premiumLandingFooter__subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2rem
}

.premiumLandingLayer {
  width: 636px
}

.premiumLandingLayer__modalContent {
  border-radius: 1rem
}

.premiumLandingLayer__container {
  display: flex;
  flex-direction: column;
  padding: 2rem
}

.premiumLandingLayer__closeIcon {
  align-self: flex-end;
  flex: 0 0 3rem;
  display: grid;
  place-items: center;
  margin: -.5rem -.75rem .5rem .5rem;
  height: 3rem;
  width: 3rem;
  cursor: pointer
}

.premiumLandingLayer__closeIcon svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: #8c8c8c;
  transition: fill .2s
}

.premiumLandingLayer__closeIcon:hover svg {
  fill: #222
}

.premiumLandingLayer__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  font-size: 1.62rem;
  padding-bottom: .5rem;
  text-align: center
}

.premiumLandingLayer__subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1.5rem;
  text-align: center
}

.premiumLandingLayer__subtitleBold {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center
}

.premiumLandingLayer__button {
  align-self: center;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center
}

@keyframes showModal {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showBackdrop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.layoutHeader .menu-bottom-wrapper,
.layoutHeader .menu-top-wrapper,
.layoutHeader .menu-wrapper {
  max-width: 1360px;
  box-sizing: border-box
}

.layoutHeader .menu-bottom-wrapper,
.layoutHeader .menu-top-wrapper {
  padding: 0 2rem
}

.layoutHeader .menu-wrapper {
  padding: 0 2rem 10px
}

@media (min-width:1024px) {
  .layoutHeader .nav-main-item {
    padding: 0 3px
  }
}

@media (max-width:1199px) {
  .layoutHeader .nav-main-link {
    font-size: 14px
  }

  .layoutHeader .nav-main-item.nav-tabBrides,
  .layoutHeader .nav-main-item.nav-tabCommunity,
  .layoutHeader .nav-main-item.nav-tabGrooms {
    display: none !important
  }
}

@media (min-width:1300px) {
  .layoutHeader .nav-main-item {
    padding: 0 7px
  }
}

.menu {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #efefef
}

.menu-bottom-wrapper,
.menu-top-wrapper,
.menu-wrapper {
  max-width: 1200px;
  min-width: 950px;
  margin: 0 auto;
  display: block
}

.menu-bottom-wrapper,
.menu-top-wrapper {
  padding: 0 15px
}

.menu-wrapper {
  padding: 0 15px 10px
}

.menu-wrapper.testAB {
  padding: 0
}

.menu-wrapper-adwords {
  padding-top: 20px
}

.menu-top {
  min-height: 35px;
  background: #fff;
  text-align: center
}

.menu-top.testAB {
  min-height: 71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #efefef
}

.menu-top-wrapper {
  padding: 0 15px;
  overflow: hidden
}

.menu-top-wrapper.testAB {
  width: 100%;
  overflow: visible
}

.menu-top-wrapper--height {
  min-height: 30px
}

.menu-top-wrapper--height {
  min-height: 30px
}

.menu-top-content.testAB {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.menu-top-title {
  font-size: 12px;
  font-weight: 400;
  color: #9f9f9f;
  display: inline-block;
  line-height: 40px;
  left: 0;
  text-align: center;
  height: 28px
}

.menu-top-title.testAB {
  margin-left: auto;
  line-height: 30px
}

.menu-top-access {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px;
  color: #404040;
  float: right
}

.menu-top-access.testAB {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  padding-right: 16px
}

.menu-top-access.testAB::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #d9d9d9
}

.menu-top-access:hover {
  color: #f76c6f
}

.menu-top-access--white {
  color: #fff
}

.menu-top-access--white:hover {
  color: #fff
}

.menu-top .svgIcon__briefcase,
.menu-top .svgIcon__business {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 3px;
  top: 2px
}

.menu-top .svgIcon__briefcase svg {
  stroke: #222
}

.menu-top .svgIcon__business svg {
  stroke: #6c6c6c
}

.menu-top .login-empresa {
  position: relative;
  margin-left: auto;
  padding-left: 20px
}

.menu-top .login-user {
  margin-left: 9px;
  position: relative
}

.menu-top .login-user.testAB {
  z-index: 520
}

.menu-top .login-user .header-join-link {
  text-transform: none;
  line-height: 21px
}

.menu-top .login-user .header-joined {
  display: flex;
  align-items: center;
  vertical-align: middle
}

.menu-top .login-user .header-joined>a {
  line-height: 0
}

.main-logo {
  display: inline-block
}

.main-logo.testAB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start
}

.main-logo a {
  display: inline-block;
  height: 50px
}

.main-logo a.testAB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header-join {
  line-height: 23.8px;
  float: right
}

.header-join-link {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  color: #f76c6f;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 7px;
  line-height: 50px
}

.header-join-link:last-child {
  padding-right: 0
}

.header-join-link--white {
  color: #fff
}

.header-joined {
  margin-top: 2px;
  line-height: 23.8px;
  float: right;
  position: relative;
  user-select: none
}

.header-joined-avatar,
.header-joined-bars,
.header-joined-container,
.header-joined-inbox {
  display: inline-block;
  vertical-align: middle
}

.header-joined-container {
  position: relative
}

.header-joined-avatar {
  text-align: center
}

.header-joined-avatar a {
  display: block
}

.header-joined-avatar img {
  width: 47px;
  height: 47px
}

.header-joined__avatarRecom {
  margin-right: 7px;
  text-align: center;
  margin-top: -10px;
  width: 22px;
  height: 22px;
  vertical-align: initial
}

.header-joined__avatarRecom .avatar-thumb {
  border: none;
  margin: 0 0 1px
}

.header-joined__avatarRecom a {
  display: block
}

.header-joined__avatarRecom img {
  width: 100%;
  height: 100%
}

.header-joined__avatarRecom .avatar-alias {
  min-width: 25px;
  margin-bottom: -7px
}

.header-joined__toggle {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  user-select: none
}

.header-joined-inbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 0;
  position: relative
}

.header-joined .size-avatar {
  font-size: 15px;
  line-height: 24.27050985px;
  width: 35px
}

.header-joined .svgIcon__envelope {
  width: 22px;
  height: 22px
}

.header-joined .svgIcon__angleDown {
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
  pointer-events: none;
  margin-left: 10px
}

.header-joined .svgIcon__angleDown svg {
  fill: #222
}

@media only screen and (max-width:1160px) {
  .header-joined-inbox {
    margin: 7px 20px 0 0
  }
}

.newVendorsRecom {
  position: absolute;
  font-size: 8px;
  color: #f5a71f;
  right: 5px;
  top: 3px;
  text-transform: uppercase
}

.newMessageAlert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 3px;
  background-color: #fff9f4;
  border: 1px solid #d9d9d9;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
  z-index: 100
}

.newMessageAlert__avatar {
  position: relative;
  margin-right: 20px;
  flex: 1 0 auto
}

.newMessageAlert__avatar--vendor {
  width: 56px
}

.newMessageAlert__avatar--vendor .counter {
  top: -3px
}

.newMessageAlert__avatar--user {
  width: 56px
}

.newMessageAlert__avatar--user .counter {
  top: -4px;
  right: -3px
}

.newMessageAlert__avatar--alias {
  margin-right: 15px
}

.newMessageAlert__avatar--alias .counter {
  right: -3px
}

.newMessageAlert__image {
  border-radius: 3px;
  margin-top: 5px;
  max-width: 100%
}

.newMessageAlert__title {
  font-weight: 400
}

.newMessageAlert__content {
  width: 250px
}

.newMessageAlert__content p {
  margin-bottom: 0
}

.newMessageAlert__content a {
  color: #444;
  white-space: nowrap
}

.newMessageAlert__content .link {
  color: #f76c6f
}

#nav-main {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 500
}

#nav-main.testAB .nav-main {
  padding-left: 0
}

#nav-main.testAB .nav-main-link::after {
  top: 48px
}

.nav-main {
  margin: 0;
  display: inline-block;
  cursor: default;
  padding-left: 10px
}

.nav-main-item {
  display: inline-block;
  padding: 0 7px;
  margin: 0;
  list-style: none
}

.nav-main-item:first-child {
  padding-left: 0
}

.nav-main-link {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: .2px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative
}

.nav-main-link:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f76c6f;
  height: 2px;
  width: 0;
  top: 59px;
  display: block;
  transition: .15s cubic-bezier(.18, .89, .32, 1.28) width
}

.nav-main-link:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: -29px
}

.nav-main-link.active:after {
  width: 100%
}

.nav-main-link.active:before {
  height: 100%
}

.nav-main.testAB .nav-main-item {
  padding: 0 16px
}

.logged-box-main-menu {
  position: relative;
  float: right
}

.empLoggedBox {
  float: right;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  user-select: none
}

.empLoggedBox__logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 40px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 100%
}

.empLoggedBox__logo img {
  height: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.empLoggedBox__arrow {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: sub;
  font-weight: 400;
  color: #222;
  margin-left: 8px;
  max-width: 100px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.empLoggedBox__arrow~i {
  cursor: pointer
}

.empLoggedBox__arrow--white {
  color: #fff
}

.empLoggedBox .svgIcon__envelope {
  width: 22px;
  height: 22px;
  position: relative;
  vertical-align: middle
}

.empLoggedBox .svgIcon__envelope svg {
  fill: #222
}

.empLoggedBox .svgIcon__angleDown {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
  margin-left: 10px
}

.empLoggedBox .svgIcon__angleDown svg {
  fill: #222
}

.empLoggedBox--darkBackground .svgIcon__angleDown svg,
.empLoggedBox--darkBackground .svgIcon__envelope svg {
  fill: #fff
}

.empLoggedDropdown {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  top: 50px;
  right: 0;
  width: 300px;
  box-shadow: 0 5px 9px 4px rgba(0, 0, 0, .07);
  background: #fff;
  position: absolute;
  text-align: left;
  overflow: hidden;
  z-index: 9999
}

.empLoggedDropdown__header {
  padding: 10px 20px;
  background-color: #f8f8f8;
  text-align: center
}

.empLoggedDropdown__logout {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: block;
  text-align: right
}

.empLoggedDropdown__multi {
  display: inline-block;
  border: 1px solid #d9d9d9;
  margin: 10px 0;
  position: relative;
  width: 100%;
  padding: 4px 10px;
  box-sizing: border-box;
  border-radius: 4px
}

.empLoggedDropdown__multiIcon {
  top: 4px;
  right: 10px;
  position: absolute;
  pointer-events: none
}

.empLoggedDropdown__name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  margin-bottom: 5px
}

.empLoggedDropdown__name:focus {
  outline: 0
}

.empLoggedDropdown__name--select:hover {
  color: #222
}

.empLoggedDropdown__category {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: block
}

.empLoggedDropdown__action {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin-right: 15px;
  display: block
}

.empLoggedDropdown__action:hover {
  color: #f76c6f
}

.empLoggedDropdown__action--inline {
  display: inline-block
}

.empLoggedDropdown__content {
  padding: 20px 20px 5px;
  text-align: center
}

.empLoggedDropdown__item {
  margin-bottom: 15px
}

.empLoggedDropdown__item a {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  display: block
}

.empLoggedDropdown__item a:hover {
  color: #f76c6f
}

.empLoggedDropdown__icon {
  height: 30px;
  display: inline-block;
  position: relative
}

.empLoggedDropdown__counter {
  background: #f76c6f;
  border-radius: 10px;
  min-width: 11px;
  padding: 10px 4px 9px;
  font-size: 11px;
  line-height: 0;
  color: #fff;
  top: -5px;
  left: 65%;
  text-align: center;
  position: absolute
}

.empLoggedDropdown__premium {
  border-top: 1px solid #d9d9d9;
  padding: 15px;
  text-align: center
}

.empLoggedDropdown__premium a {
  color: #222
}

.empLoggedDropdown__premium span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #f89b16;
  display: block
}

.empLoggedDropdown__contact {
  border-top: 1px solid #d9d9d9;
  padding: 10px 20px;
  text-align: center
}

.empLoggedDropdown__contact i {
  margin-bottom: 10px;
  display: inline-block
}

.empLoggedDropdown__contact p {
  font-size: 14px;
  line-height: 21px;
  margin: 0
}

.empLoggedDropdown__contact strong {
  display: block
}

.cookies-msg {
  font-size: 12px;
  line-height: 19.41640788px;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  background: rgba(255, 255, 255, .95);
  text-align: center;
  position: relative;
  z-index: 10
}

@media only screen and (max-width:1200px) {

  .header-join-link,
  .nav-main-link {
    font-size: 13px
  }
}

@media only screen and (max-width:1130px) {

  .nav-main-item.nav-tabBrides,
  .nav-main-item.nav-tabGrooms {
    display: none !important
  }
}

@media only screen and (max-width:1024px) {
  .empLoggedBox {
    padding-left: 0
  }
}

.layoutNavMenuTabMyWedding {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabMyWedding__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingList__item a {
  display: flex;
  align-items: center;
  padding: .75rem 0
}

.layoutNavMenuTabMyWeddingList__item--viewAll {
  display: none
}

.layoutNavMenuTabMyWeddingList__content {
  display: grid;
  grid-area: list;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: .5rem
}

.layoutNavMenuTabMyWeddingList__contentSmall {
  grid-template-columns: repeat(2, 1fr)
}

.layoutNavMenuTabMyWeddingList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabMyWeddingBanners {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-top: 1.5rem
}

.layoutNavMenuTabMyWeddingPersonalize {
  flex-grow: 1;
  padding-left: 1.5rem;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 1rem;
  padding-top: 0
}

.layoutNavMenuTabMyWeddingPersonalize__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingPersonalize__item a {
  font-size: 14px;
  line-height: 21px
}

.layoutNavMenuTabMyWeddingPersonalize__content {
  display: grid;
  grid-area: list;
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: .5rem
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabMyWeddingPersonalize__content {
    grid-template-columns: repeat(2, 1fr)
  }
}

.layoutNavMenuTabVenues {
  display: flex
}

.layoutNavMenuTabVenues__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px
}

.layoutNavMenuTabVenues__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabVenues__categories {
  flex: 1 0 auto
}

.layoutNavMenuTabVenues .layoutNavMenuBannerBox {
  align-self: flex-end
}

@media (min-width:1024px) and (max-width:1199px) {
  .layoutNavMenuTabVenues .layoutNavMenuBannerBox {
    max-width: 270px
  }

  .layoutNavMenuTabVenues .layoutNavMenuBannerBox__icon {
    display: none
  }
}

.layoutNavMenuTabVenuesList {
  margin-bottom: 20px
}

.layoutNavMenuTabVenuesListBig {
  border-right: 0
}

.layoutNavMenuTabVenuesList__content {
  grid-area: list;
  display: grid;
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr)
}

.layoutNavMenuTabVenuesList__contentBig {
  grid-template-columns: repeat(4, 1fr)
}

.layoutNavMenuTabVenuesList__item {
  display: flex;
  align-items: center
}

.layoutNavMenuTabVenuesList__item a {
  padding: .5rem 1rem .5rem 0
}

.layoutNavMenuTabVenuesList__item--highlight a {
  font-weight: 600
}

.layoutNavMenuTabVenuesList__item--viewAll {
  display: none
}

.layoutNavMenuTabVenuesList__image {
  margin-right: 10px;
  vertical-align: middle
}

.layoutNavMenuTabVenuesListPremium {
  padding-left: 1.5rem;
  flex: 0 2 auto;
  margin-bottom: 20px;
  border-left: 1px solid #d9d9d9
}

.layoutNavMenuTabVenuesListPremium__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 27px
}

.layoutNavMenuTabVenuesListPremium__content {
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: .8rem
}

.layoutNavMenuTabVenuesListPremium__item {
  display: flex;
  align-items: center;
  padding: 6px 0
}

.layoutNavMenuTabVenuesListPremium__link {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-right: .75rem;
  align-items: center
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabVenuesListPremium__link {
    padding-right: 1.5rem
  }
}

.layoutNavMenuTabVenuesListPremium__image {
  width: 32px;
  height: 32px;
  margin-right: 13px;
  vertical-align: middle;
  border-radius: .5rem
}

.layoutNavMenuTabVenuesBanners {
  display: flex;
  flex-direction: column;
  flex: 0 2 auto;
  padding-top: 20px
}

.layoutNavMenuTabVendors {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabVendors__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.layoutNavMenuTabVendors__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px
}

.layoutNavMenuTabVendors__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendors__content {
    width: 50%
  }

  .layoutNavMenuTabVendors__contentBig {
    width: 100%
  }
}

.layoutNavMenuTabVendorsList {
  margin-bottom: 25px;
  flex: 1 0 50%
}

.layoutNavMenuTabVendorsList__content {
  display: grid;
  grid-area: list;
  grid-template-columns: repeat(auto-fill, minmax(16rem, auto));
  grid-row-gap: .8rem
}

.layoutNavMenuTabVendorsList__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0
}

.layoutNavMenuTabVendorsList__item--viewAll {
  display: none
}

.layoutNavMenuTabVendorsList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsList__content {
    grid-template-columns: repeat(2, 1fr)
  }

  .layoutNavMenuTabVendorsList__contentBig {
    grid-template-columns: repeat(3, 1fr)
  }
}

.layoutNavMenuTabVendorsListOthers__subtitle {
  display: none
}

.layoutNavMenuTabVendorsListOthers__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 0
}

.layoutNavMenuTabVendorsListOthers__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

.layoutNavMenuTabVendorsListOthers__item {
  margin: 0 20px 10px 0
}

.layoutNavMenuTabVendorsListOthers__deals {
  margin: 0 0 10px
}

.layoutNavMenuTabVendorsListOthers__deals a {
  font-weight: 600
}

.layoutNavMenuTabVendorsBanners {
  flex-shrink: 0;
  padding-top: 20px;
  margin-bottom: 0
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsBanners {
    display: none
  }

  .layoutNavMenuTabVendorsBanners.visible {
    display: block
  }

  .layoutNavMenuTabVendorsBanners.hasPremium {
    display: block;
    max-width: 222px
  }

  .layoutNavMenuTabVendorsBanners.hasPremium .layoutNavMenuBannerBox__content {
    margin-right: 0
  }

  .layoutNavMenuTabVendorsBanners.hasPremium .layoutNavMenuBannerBox__icon {
    display: none
  }
}

.layoutNavMenuTabVendorsOtherTabs {
  display: none;
  width: 50%
}

.layoutNavMenuTabVendorsOtherTabs__subtitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 12px
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsOtherTabs {
    display: flex;
    justify-content: space-around
  }
}

@media (min-width:1024px) {
  .layoutNavMenuTabVendorsOtherTabs:lang(en-CA) {
    display: flex;
    justify-content: space-around
  }
}

.layoutNavMenuTabVendorsOtherTabsList__item {
  padding-bottom: .5rem
}

.layoutNavMenuTabVendorsOtherTabsList__item--deals a {
  font-weight: 600
}

.layoutNavMenuTabVendorsPremium {
  display: block;
  padding-left: 1.5rem;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 2.5rem;
  flex: 1 1 15%
}

.layoutNavMenuTabVendorsPremium__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 27px
}

.layoutNavMenuTabVendorsPremium__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: .8rem
}

.layoutNavMenuTabVendorsPremium__item {
  display: flex;
  align-items: center;
  padding: 6px 0
}

.layoutNavMenuTabVendorsPremium__link {
  display: flex;
  align-items: center;
  cursor: pointer
}

.layoutNavMenuTabVendorsPremium__image {
  width: 32px;
  height: 32px;
  margin-right: 13px;
  vertical-align: middle;
  border-radius: 8px
}

.layoutNavMenuTabBridesGrooms {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabBridesGrooms__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: .5rem
}

.layoutNavMenuTabBridesGroomsList {
  margin-bottom: .5rem;
  flex: 1 0 auto
}

.layoutNavMenuTabBridesGroomsList__content {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem;
  margin-right: 1rem
}

.layoutNavMenuTabBridesGroomsList__item {
  display: flex;
  align-items: center
}

.layoutNavMenuTabBridesGroomsList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabBridesGroomsList__item--highlight a {
  font-weight: 600
}

.layoutNavMenuTabBridesGroomsList__item--viewAll {
  display: none
}

.layoutNavMenuTabBridesGroomsBanner {
  padding-top: 1.5rem
}

.layoutNavMenuTabDresses {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabDresses__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px
}

.layoutNavMenuTabDresses__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabDressesList {
  flex-grow: 1;
  margin-bottom: 20px;
  width: 40%
}

.layoutNavMenuTabDressesList__content {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  grid-row-gap: 1.5rem
}

.layoutNavMenuTabDressesList__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabDressesList__item--viewAll {
  display: none
}

.layoutNavMenuTabDressesList__itemIcon {
  display: none
}

@media (min-width:1200px) {
  .layoutNavMenuTabDressesList {
    width: 50%
  }

  .layoutNavMenuTabDressesList__itemIcon {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 15px
  }
}

.layoutNavMenuTabDressesFeatured {
  margin-left: 1.8rem;
  width: 60%;
  display: block
}

.layoutNavMenuTabDressesFeatured__content {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-column-gap: 1.3rem
}

@media (max-width:1024px) {
  .layoutNavMenuTabDressesFeatured {
    margin-left: 1rem;
    width: 70%
  }
}

@media (min-width:1200px) {
  .layoutNavMenuTabDressesFeatured {
    width: 50%;
    border-left: 1px solid #d9d9d9;
    padding-left: 1.8rem
  }
}

.layoutNavMenuTabDressesFeaturedItem img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: .5rem
}

.layoutNavMenuTabDressesFeaturedItem__name {
  font-weight: 600;
  text-align: center;
  font-size: .9rem
}

.layoutNavMenuTabArticles {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabArticles__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabArticlesList {
  flex-grow: 1;
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
  width: 50%
}

.layoutNavMenuTabArticlesList__content {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem
}

.layoutNavMenuTabArticlesList__item {
  display: flex;
  align-items: center
}

.layoutNavMenuTabArticlesList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabArticlesList__item--viewAll {
  display: none
}

.layoutNavMenuTabArticlesBanners {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-left: 2rem;
  align-items: start;
  width: 50%;
  padding-top: 20px
}

.layoutNavMenuTabArticlesBannersItem {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  border-radius: .5rem;
  overflow: hidden;
  transition: all .2s;
  margin-bottom: 1.25rem;
  width: 50%;
  margin-right: 1.25rem;
  cursor: pointer
}

.layoutNavMenuTabArticlesBannersItem:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .3);
  color: inherit !important
}

.layoutNavMenuTabArticlesBannersItem__figure {
  display: flex;
  flex-direction: column
}

.layoutNavMenuTabArticlesBannersItem__image {
  width: 100%;
  height: 90px;
  object-fit: cover
}

.layoutNavMenuTabArticlesBannersItem__content {
  padding: 1rem
}

.layoutNavMenuTabArticlesBannersItem__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: .25rem;
  font-weight: 600
}

.layoutNavMenuTabArticlesBannersItem__description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0
}

.layoutNavMenuTabArticlesBannersItem:last-child {
  margin-bottom: 0;
  margin-right: 0
}

.layoutNavMenuTabCommunity {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabCommunity__title {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 600;
  text-decoration: none;
  color: #222
}

.layoutNavMenuTabCommunity__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600
}

.layoutNavMenuTabCommunityList {
  margin-bottom: 20px;
  flex-grow: 1
}

.layoutNavMenuTabCommunityList__content {
  display: grid;
  grid-template-rows: repeat(7, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem
}

.layoutNavMenuTabCommunityList__contentSmall {
  grid-template-rows: repeat(5, 1fr)
}

.layoutNavMenuTabCommunityList__item {
  display: flex;
  align-items: center
}

.layoutNavMenuTabCommunityList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabCommunityList__item--viewAll {
  display: none
}

.layoutNavMenuTabCommunityLast {
  flex-shrink: 0;
  margin-left: 1.5rem;
  padding-left: 2rem;
  width: 30%;
  display: block
}

.layoutNavMenuTabCommunityLast__list {
  display: grid;
  grid-template-rows: repeat(4, 1fr)
}

.layoutNavMenuTabCommunityLast__list a {
  display: block;
  width: 100%;
  padding: .75rem 0
}

.layoutNavMenuTabCommunityLast__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  margin-top: .25rem;
  margin-bottom: .5rem;
  font-weight: 600
}

@media (min-width:1025px) and (max-width:1199px) {
  .layoutNavMenuTabCommunityLast {
    border-left: none
  }
}

@media (min-width:1201px) {
  .layoutNavMenuTabCommunityLast {
    border-left: 1px solid #d9d9d9
  }
}

.layoutNavMenuTabRegistry {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabRegistry__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabRegistryList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabRegistryList__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabRegistryList__item--viewAll {
  display: none
}

.layoutNavMenuTabRegistryList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-row-gap: .5rem;
  grid-column-gap: 1rem
}

.layoutNavMenuTabRegistryList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabRegistryList__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: 2.5rem
}

.layoutNavMenuTabRegistryVendors {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.8rem;
  width: 65%;
  padding-bottom: 0;
  grid-column-gap: 1.3rem
}

.layoutNavMenuTabRegistryVendors__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabRegistryVendors__list {
  display: grid;
  grid-gap: 1.3rem;
  grid-template-columns: repeat(3, 1fr)
}

.layoutNavMenuTabRegistryVendors__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabRegistryVendors__item img {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  width: 100%;
  height: 65px
}

.layoutNavMenuTabRegistryVendors__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.layoutNavMenuTabRegistryVendors__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: 2.5rem
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabRegistryVendors__list {
    grid-template-columns: repeat(5, 1fr)
  }
}

.layoutNavMenuTabWebsites {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabWebsites__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabWebsites__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.layoutNavMenuTabWebsitesList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabWebsitesList__item a {
  display: flex;
  align-items: center;
  padding: .5rem 0
}

.layoutNavMenuTabWebsitesList__item--viewAll {
  display: none
}

.layoutNavMenuTabWebsitesList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-column-gap: 1rem
}

.layoutNavMenuTabWebsiteFeatured {
  width: 60%
}

.layoutNavMenuTabWebsiteFeatured__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem
}

.layoutNavMenuTabWebsiteFeatured__subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabWebsiteFeatured__image {
  width: 131px;
  height: 177px;
  object-fit: cover;
  border: 1px solid #d9d9d9
}

.layoutNavMenuTabWebsiteFeatured__wrapperCards {
  display: flex
}

.layoutNavMenuTabWebsiteFeatured__anchorCard {
  width: 25%
}

.layoutNavMenuTabWebsiteFeatured__anchorCard:hover {
  color: #f76c6f
}

.layoutNavMenuTabWebsiteFeatured__imagesWrapper {
  display: flex;
  justify-content: center
}

.layoutNavMenuTabWebsiteFeatured__card {
  display: grid;
  justify-items: center;
  background-color: #f8f8f8;
  border-radius: 8px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-top: 10px;
  width: 416px;
  height: 260px
}

.layoutNavMenuTabWebsiteFeatured__card--smallCard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 130px;
  padding-top: 10px
}

.layoutNavMenuTabWebsiteFeatured__card.active {
  border: 2px solid #f76c6f
}

.layoutNavMenuTabWebsiteFeatured__thumb {
  border: 3px solid #222;
  border-radius: 8px
}

@media (max-width:767px) {
  .layoutNavMenuTabWebsiteFeatured__thumb {
    display: none
  }
}

.layoutNavMenuTabWebsiteFeatured__thumb--vertical {
  width: 252px;
  height: auto
}

.layoutNavMenuTabWebsiteFeatured__thumb--split {
  width: 300px;
  height: auto;
  margin-top: 15px;
  margin-left: -30px
}

.layoutNavMenuTabWebsiteFeatured__thumb--smallImageVertical {
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-top: 9%
}

.layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
  margin-top: -5%;
  width: auto;
  margin-left: 0
}

@media (min-width:768px) {
  .layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
    height: 57%
  }
}

@media (min-width:1145px) {
  .layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
    height: 77%
  }
}

.layoutNavMenuTabWebsiteFeatured__thumbMobile {
  width: auto;
  height: 139px;
  margin-top: 19px;
  border-radius: 8px;
  border: 3px solid #222
}

@media (max-width:767px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: block
  }
}

@media (min-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: none
  }
}

.layoutNavMenuTabWebsiteFeatured__title {
  margin: 4px 0 15px;
  text-align: center;
  letter-spacing: normal;
  font-size: 14px
}

.layoutNavMenuTabWebsiteFeatured--fixCardWidth {
  width: 204px;
  margin-left: 5px
}

.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites {
  font-size: 14px;
  line-height: 21px;
  color: #f76c6f;
  font-weight: 600
}

.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites:hover {
  color: #c5282b
}

@media (min-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured {
    border-left: 1px solid #d9d9d9;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    grid-column-gap: 1.3rem
  }

  .layoutNavMenuTabWebsiteFeatured__content {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: none
  }
}

.layoutNavMenuTabInvitation {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabInvitation__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabInvitationList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabInvitationList__item a {
  display: flex;
  align-items: center;
  padding: .5rem 0
}

.layoutNavMenuTabInvitationList__item--viewAll a {
  font-weight: 600
}

.layoutNavMenuTabInvitationList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-row-gap: .5rem;
  grid-column-gap: 1rem
}

.layoutNavMenuTabInvitationList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabInvitationList__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: .5rem
}

.layoutNavMenuTabInvitationShop {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.8rem;
  width: 65%
}

.layoutNavMenuTabInvitationShop__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabInvitationShop__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.3rem
}

.layoutNavMenuTabInvitationShop__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabInvitationShop__item img {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 130px;
  object-fit: cover
}

.layoutNavMenuTabInvitationShop__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabInvitationShop {
    padding-bottom: 0;
    grid-column-gap: 1.3rem;
    width: 50%
  }
}

.layoutNavMenuTabMore {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabMore__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMoreTabsLinks {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabMoreTabsLinks__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabMoreTabsLinks__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem
}

.layoutNavMenuTabMoreTabsLinks__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabMoreTabsLinks__link {
  display: block;
  font-weight: 600;
  color: #f76c6f;
  padding-top: 1rem
}

.layoutNavMenuTabMoreRegistryVendors {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.3rem
}

.layoutNavMenuTabMoreRegistryVendors__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabMoreRegistryVendors__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .6rem
}

.layoutNavMenuTabMoreRegistryVendors__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabMoreRegistryVendors__item img {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  width: 100%;
  height: 65px
}

.layoutNavMenuTabMoreRegistryVendors__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.layoutNavMenuTabMoreRegistryVendors__link {
  display: block;
  font-weight: 600;
  color: #f76c6f;
  padding-top: 2.5rem
}

.layoutNavMenuTabMoreDressesFeatured {
  margin-left: 1.25rem;
  border-left: 1px solid #d9d9d9;
  padding-left: 1.25rem;
  width: 33%;
  display: block
}

.layoutNavMenuTabMoreDressesFeatured__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.3rem
}

.layoutNavMenuTabMoreDressesFeaturedItem img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: .5rem
}

.layoutNavMenuTabMoreDressesFeaturedItem__name {
  font-weight: 600;
  text-align: center;
  font-size: .9rem
}

.layoutNavMenuBannerBox {
  padding: 1rem;
  box-sizing: border-box;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  display: flex;
  max-width: 305px;
  height: max-content;
  grid-area: bannerBox;
  transition: all .2s;
  cursor: pointer
}

.layoutNavMenuBannerBox:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .3)
}

.layoutNavMenuBannerBox__title {
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin-bottom: .25rem;
  font-weight: 600
}

.layoutNavMenuBannerBox__subtitle {
  font-size: 14px;
  line-height: 21px
}

.layoutNavMenuBannerBox__content {
  margin-right: 1rem
}

.layoutNavMenuBannerBox__icon {
  width: 48px;
  height: 48px;
  align-self: center
}

.layoutNavMenuBannerBox:last-of-type {
  grid-area: 2/2
}

.layoutNavMenuBannerBox:first-of-type {
  grid-area: 1/2;
  margin-bottom: 1rem
}

.layoutHeader {
  padding: 0 2rem;
  max-width: 1360px;
  min-width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative
}

.layoutHeader:after {
  border-bottom: 1px solid #d9d9d9;
  content: "";
  z-index: 1;
  width: 100vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw
}

.layoutHeader .wrapper {
  width: 100%;
  max-width: 100%;
  min-width: auto
}

.layoutHeader .wrapper--blood {
  padding: 0
}

.layoutHeader__logoAnchor {
  display: flex;
  flex-shrink: 0;
  max-width: 185px
}

.layoutHeader__logoAnchor img {
  width: 100%;
  margin: 0
}

.layoutHeader__nav {
  width: 100%
}

.layoutHeader .menu {
  border-bottom: 0
}

.layoutHeader .menu-top .svgIcon {
  margin: 0
}

.layoutHeader .menu-top-access {
  font-size: .9rem;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000
}

.layoutHeader .nav-main {
  padding-left: 18px !important;
  display: flex !important
}

.layoutHeader .nav-main-item {
  padding: 0 8px
}

.layoutHeader .nav-main-item:last-child {
  padding-right: 0
}

.layoutHeader .nav-main-item a {
  letter-spacing: 0
}

.layoutHeader .nav-main-item .layoutNavMenuTab {
  display: none
}

.layoutHeader .nav-main-item.nav-tabShop {
  cursor: pointer
}

.layoutHeader .nav-main-link:after {
  top: 57px
}

@media (max-width:1199px) {

  .layoutHeader .nav-main .nav-tabBrides,
  .layoutHeader .nav-main .nav-tabGrooms,
  .layoutHeader .nav-main .nav-tabRegistry,
  .layoutHeader .nav-main .nav-tabShop {
    display: none
  }
}

.layoutHeader .empLoggedBox {
  display: flex;
  align-items: center
}

.layoutHeader .header-joined {
  display: flex;
  align-items: center
}

.layoutHeader .header-joined__toggle {
  display: none
}

.layoutHeader .header-joined-container {
  display: flex;
  align-items: center
}

.layoutHeader .header-joined-avatar img {
  width: 40px;
  height: 40px
}

.layoutHeader .header-joined-inbox {
  display: flex;
  align-items: center;
  margin-left: 1.6rem;
  margin-top: 0
}

.layoutHeader .header-joined-inbox .counter {
  font-size: 11px;
  line-height: 10px;
  padding: 4px 2px
}

.layoutHeader .header-join-link {
  padding: 0
}

.layoutHeader .header-join-link:last-child {
  margin-left: 8px
}

.layoutHeader .universalFavoriteBoxSave {
  display: flex;
  align-items: center
}

.layoutHeader .universalFavoriteBoxSave--header {
  margin: 0
}

.layoutHeader .universalFavoriteBoxSave__heartIcon--big {
  width: 20px;
  height: 20px
}

.layoutHeader .tabsHeader {
  top: 59px
}

.layoutHeader .tabsHeader a:not(.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites) {
  color: #000
}

.layoutHeader .tabsHeader a:not(.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites):hover {
  color: #f76c6f
}

.layoutHeader .tabsHeader:after {
  background-color: #fff;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw
}

.layoutHeader .tabsHeader__backdrop {
  width: 100vw;
  left: 50%;
  margin-left: -50vw
}

.layoutHeader .userMenu {
  border: none
}

.layoutNavMenuTab__header {
  display: none
}

html:lang(es-ES) .layoutHeader__logoAnchor {
  height: 59px
}

html:lang(es-ES) .userMenu {
  top: 60px
}

html:lang(es-AR) .layoutHeader__logoAnchor {
  max-width: 230px;
  margin-top: 9px
}

html:lang(es-AR) .userMenu {
  top: 57px
}

html:lang(es-MX) .layoutHeader__logoAnchor {
  margin: 4px auto 5px
}

html:lang(es-CL) .layoutHeader__logoAnchor {
  max-width: 208px;
  margin: 4px auto 5px
}

html:lang(es-UY) .layoutHeader__logoAnchor {
  max-width: 210px;
  margin: 7px auto 2px
}

html:lang(es-CO) .layoutHeader__logoAnchor {
  max-width: 210px;
  margin: 0 auto 9px
}

html:lang(es-PE) .layoutHeader__logoAnchor {
  max-width: 210px;
  margin: 9px auto 0
}

html:lang(en-GB) .layoutHeader__logoAnchor,
html:lang(en-IE) .layoutHeader__logoAnchor {
  max-width: 130px;
  margin: -5px auto 14px
}

html:lang(en-US) .layoutHeader__logoAnchor {
  max-width: 194px;
  margin: 2px 0 7px
}

html:lang(en-US) .nav-main-item {
  padding: 0 6px
}

html:lang(en-US) .nav-main-item:first-child {
  padding-left: 6px
}

html:lang(en-US) .nav-tabMore {
  display: none
}

html:lang(en-US) .nav-main-link {
  font-size: 13px !important
}

html:lang(en-US) .header-joined-inbox {
  margin: 0 1.5rem 0 1.6rem !important
}

@media (max-width:1199px) {
  html:lang(en-US) .nav-tabDresses {
    display: none
  }

  html:lang(en-US) .nav-tabWebsites span {
    display: none
  }

  html:lang(en-US) .nav-tabMore {
    display: inline-block
  }
}

@media (max-width:1360px) {
  html:lang(en-US) .nav-tabCommunity {
    display: none
  }
}

html:lang(en-CA) .layoutHeader__logoAnchor {
  max-width: 210px;
  margin: 2px auto 7px
}

html:lang(en-IN) .layoutHeader__logoAnchor {
  max-width: 215px;
  height: 59px
}

html:lang(fr-FR) .layoutHeader__logoAnchor {
  margin: 2px 0 7px
}

html:lang(it-IT) .layoutHeader__logoAnchor,
html:lang(pt-PT) .layoutHeader__logoAnchor {
  max-width: 215px;
  margin: 2px 0 7px
}

@media only screen and (min-width:1024px) {
  html:lang(pt-BR) .layoutHeader__logoAnchor {
    max-width: 210px;
    margin-bottom: 9px
  }

  html:lang(pt-BR) .nav-main-link {
    font-size: 14px
  }
}

.layoutSkipMain {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999
}

.layoutSkipMain:active,
.layoutSkipMain:focus-visible {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  border-radius: .5rem;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 1rem;
  padding: 1rem;
  border: 3px solid #6c6c6c;
  text-align: center;
  font-size: 18px;
  z-index: 999
}

@media (max-width:1024px) {
  .layoutHeader {
    padding: 0 2rem
  }

  .layoutHeader .nav-main-item {
    padding: 0 4px
  }

  .layoutHeader .header-joined {
    margin-top: 0
  }

  .layoutHeader .header-joined-inbox {
    margin-top: 0
  }

  .layoutHeader .header-joined-avatar .avatar-alias {
    width: 40px;
    min-width: 100%;
    height: 40px
  }

  html:lang(es-AR) .layoutHeader__logoAnchor {
    max-width: 218px
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
  .layoutHeader {
    padding: 0 10px
  }
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
  .layoutHeader {
    padding: 0 10px
  }
}

.layoutNavMenuTabMyWedding {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabMyWedding__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingList__item a {
  display: flex;
  align-items: center;
  padding: .75rem 0
}

.layoutNavMenuTabMyWeddingList__item--viewAll {
  display: none
}

.layoutNavMenuTabMyWeddingList__content {
  display: grid;
  grid-area: list;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: .5rem
}

.layoutNavMenuTabMyWeddingList__contentSmall {
  grid-template-columns: repeat(2, 1fr)
}

.layoutNavMenuTabMyWeddingList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabMyWeddingBanners {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-top: 1.5rem
}

.layoutNavMenuTabMyWeddingPersonalize {
  flex-grow: 1;
  padding-left: 1.5rem;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 1rem;
  padding-top: 0
}

.layoutNavMenuTabMyWeddingPersonalize__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingPersonalize__item a {
  font-size: 14px;
  line-height: 21px
}

.layoutNavMenuTabMyWeddingPersonalize__content {
  display: grid;
  grid-area: list;
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: .5rem
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabMyWeddingPersonalize__content {
    grid-template-columns: repeat(2, 1fr)
  }
}

.layoutNavMenuTabVenues {
  display: flex
}

.layoutNavMenuTabVenues__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px
}

.layoutNavMenuTabVenues__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabVenues__categories {
  flex: 1 0 auto
}

.layoutNavMenuTabVenues .layoutNavMenuBannerBox {
  align-self: flex-end
}

@media (min-width:1024px) and (max-width:1199px) {
  .layoutNavMenuTabVenues .layoutNavMenuBannerBox {
    max-width: 270px
  }

  .layoutNavMenuTabVenues .layoutNavMenuBannerBox__icon {
    display: none
  }
}

.layoutNavMenuTabVenuesList {
  margin-bottom: 20px
}

.layoutNavMenuTabVenuesListBig {
  border-right: 0
}

.layoutNavMenuTabVenuesList__content {
  grid-area: list;
  display: grid;
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr)
}

.layoutNavMenuTabVenuesList__contentBig {
  grid-template-columns: repeat(4, 1fr)
}

.layoutNavMenuTabVenuesList__item {
  display: flex;
  align-items: center
}

.layoutNavMenuTabVenuesList__item a {
  padding: .5rem 1rem .5rem 0
}

.layoutNavMenuTabVenuesList__item--highlight a {
  font-weight: 600
}

.layoutNavMenuTabVenuesList__item--viewAll {
  display: none
}

.layoutNavMenuTabVenuesList__image {
  margin-right: 10px;
  vertical-align: middle
}

.layoutNavMenuTabVenuesListPremium {
  padding-left: 1.5rem;
  flex: 0 2 auto;
  margin-bottom: 20px;
  border-left: 1px solid #d9d9d9
}

.layoutNavMenuTabVenuesListPremium__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 27px
}

.layoutNavMenuTabVenuesListPremium__content {
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: .8rem
}

.layoutNavMenuTabVenuesListPremium__item {
  display: flex;
  align-items: center;
  padding: 6px 0
}

.layoutNavMenuTabVenuesListPremium__link {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-right: .75rem;
  align-items: center
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabVenuesListPremium__link {
    padding-right: 1.5rem
  }
}

.layoutNavMenuTabVenuesListPremium__image {
  width: 32px;
  height: 32px;
  margin-right: 13px;
  vertical-align: middle;
  border-radius: .5rem
}

.layoutNavMenuTabVenuesBanners {
  display: flex;
  flex-direction: column;
  flex: 0 2 auto;
  padding-top: 20px
}

.layoutNavMenuTabVendors {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabVendors__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.layoutNavMenuTabVendors__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px
}

.layoutNavMenuTabVendors__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendors__content {
    width: 50%
  }

  .layoutNavMenuTabVendors__contentBig {
    width: 100%
  }
}

.layoutNavMenuTabVendorsList {
  margin-bottom: 25px;
  flex: 1 0 50%
}

.layoutNavMenuTabVendorsList__content {
  display: grid;
  grid-area: list;
  grid-template-columns: repeat(auto-fill, minmax(16rem, auto));
  grid-row-gap: .8rem
}

.layoutNavMenuTabVendorsList__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0
}

.layoutNavMenuTabVendorsList__item--viewAll {
  display: none
}

.layoutNavMenuTabVendorsList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsList__content {
    grid-template-columns: repeat(2, 1fr)
  }

  .layoutNavMenuTabVendorsList__contentBig {
    grid-template-columns: repeat(3, 1fr)
  }
}

.layoutNavMenuTabVendorsListOthers__subtitle {
  display: none
}

.layoutNavMenuTabVendorsListOthers__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 0
}

.layoutNavMenuTabVendorsListOthers__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

.layoutNavMenuTabVendorsListOthers__item {
  margin: 0 20px 10px 0
}

.layoutNavMenuTabVendorsListOthers__deals {
  margin: 0 0 10px
}

.layoutNavMenuTabVendorsListOthers__deals a {
  font-weight: 600
}

.layoutNavMenuTabVendorsBanners {
  flex-shrink: 0;
  padding-top: 20px;
  margin-bottom: 0
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsBanners {
    display: none
  }

  .layoutNavMenuTabVendorsBanners.visible {
    display: block
  }

  .layoutNavMenuTabVendorsBanners.hasPremium {
    display: block;
    max-width: 222px
  }

  .layoutNavMenuTabVendorsBanners.hasPremium .layoutNavMenuBannerBox__content {
    margin-right: 0
  }

  .layoutNavMenuTabVendorsBanners.hasPremium .layoutNavMenuBannerBox__icon {
    display: none
  }
}

.layoutNavMenuTabVendorsOtherTabs {
  display: none;
  width: 50%
}

.layoutNavMenuTabVendorsOtherTabs__subtitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 12px
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsOtherTabs {
    display: flex;
    justify-content: space-around
  }
}

@media (min-width:1024px) {
  .layoutNavMenuTabVendorsOtherTabs:lang(en-CA) {
    display: flex;
    justify-content: space-around
  }
}

.layoutNavMenuTabVendorsOtherTabsList__item {
  padding-bottom: .5rem
}

.layoutNavMenuTabVendorsOtherTabsList__item--deals a {
  font-weight: 600
}

.layoutNavMenuTabVendorsPremium {
  display: block;
  padding-left: 1.5rem;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 2.5rem;
  flex: 1 1 15%
}

.layoutNavMenuTabVendorsPremium__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 27px
}

.layoutNavMenuTabVendorsPremium__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: .8rem
}

.layoutNavMenuTabVendorsPremium__item {
  display: flex;
  align-items: center;
  padding: 6px 0
}

.layoutNavMenuTabVendorsPremium__link {
  display: flex;
  align-items: center;
  cursor: pointer
}

.layoutNavMenuTabVendorsPremium__image {
  width: 32px;
  height: 32px;
  margin-right: 13px;
  vertical-align: middle;
  border-radius: 8px
}

.layoutNavMenuTabBridesGrooms {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabBridesGrooms__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: .5rem
}

.layoutNavMenuTabBridesGroomsList {
  margin-bottom: .5rem;
  flex: 1 0 auto
}

.layoutNavMenuTabBridesGroomsList__content {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem;
  margin-right: 1rem
}

.layoutNavMenuTabBridesGroomsList__item {
  display: flex;
  align-items: center
}

.layoutNavMenuTabBridesGroomsList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabBridesGroomsList__item--highlight a {
  font-weight: 600
}

.layoutNavMenuTabBridesGroomsList__item--viewAll {
  display: none
}

.layoutNavMenuTabBridesGroomsBanner {
  padding-top: 1.5rem
}

.layoutNavMenuTabDresses {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabDresses__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px
}

.layoutNavMenuTabDresses__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabDressesList {
  flex-grow: 1;
  margin-bottom: 20px;
  width: 40%
}

.layoutNavMenuTabDressesList__content {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  grid-row-gap: 1.5rem
}

.layoutNavMenuTabDressesList__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabDressesList__item--viewAll {
  display: none
}

.layoutNavMenuTabDressesList__itemIcon {
  display: none
}

@media (min-width:1200px) {
  .layoutNavMenuTabDressesList {
    width: 50%
  }

  .layoutNavMenuTabDressesList__itemIcon {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 15px
  }
}

.layoutNavMenuTabDressesFeatured {
  margin-left: 1.8rem;
  width: 60%;
  display: block
}

.layoutNavMenuTabDressesFeatured__content {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-column-gap: 1.3rem
}

@media (max-width:1024px) {
  .layoutNavMenuTabDressesFeatured {
    margin-left: 1rem;
    width: 70%
  }
}

@media (min-width:1200px) {
  .layoutNavMenuTabDressesFeatured {
    width: 50%;
    border-left: 1px solid #d9d9d9;
    padding-left: 1.8rem
  }
}

.layoutNavMenuTabDressesFeaturedItem img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: .5rem
}

.layoutNavMenuTabDressesFeaturedItem__name {
  font-weight: 600;
  text-align: center;
  font-size: .9rem
}

.layoutNavMenuTabArticles {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabArticles__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabArticlesList {
  flex-grow: 1;
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
  width: 50%
}

.layoutNavMenuTabArticlesList__content {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem
}

.layoutNavMenuTabArticlesList__item {
  display: flex;
  align-items: center
}

.layoutNavMenuTabArticlesList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabArticlesList__item--viewAll {
  display: none
}

.layoutNavMenuTabArticlesBanners {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-left: 2rem;
  align-items: start;
  width: 50%;
  padding-top: 20px
}

.layoutNavMenuTabArticlesBannersItem {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  border-radius: .5rem;
  overflow: hidden;
  transition: all .2s;
  margin-bottom: 1.25rem;
  width: 50%;
  margin-right: 1.25rem;
  cursor: pointer
}

.layoutNavMenuTabArticlesBannersItem:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .3);
  color: inherit !important
}

.layoutNavMenuTabArticlesBannersItem__figure {
  display: flex;
  flex-direction: column
}

.layoutNavMenuTabArticlesBannersItem__image {
  width: 100%;
  height: 90px;
  object-fit: cover
}

.layoutNavMenuTabArticlesBannersItem__content {
  padding: 1rem
}

.layoutNavMenuTabArticlesBannersItem__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: .25rem;
  font-weight: 600
}

.layoutNavMenuTabArticlesBannersItem__description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0
}

.layoutNavMenuTabArticlesBannersItem:last-child {
  margin-bottom: 0;
  margin-right: 0
}

.layoutNavMenuTabCommunity {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabCommunity__title {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 600;
  text-decoration: none;
  color: #222
}

.layoutNavMenuTabCommunity__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600
}

.layoutNavMenuTabCommunityList {
  margin-bottom: 20px;
  flex-grow: 1
}

.layoutNavMenuTabCommunityList__content {
  display: grid;
  grid-template-rows: repeat(7, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem
}

.layoutNavMenuTabCommunityList__contentSmall {
  grid-template-rows: repeat(5, 1fr)
}

.layoutNavMenuTabCommunityList__item {
  display: flex;
  align-items: center
}

.layoutNavMenuTabCommunityList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabCommunityList__item--viewAll {
  display: none
}

.layoutNavMenuTabCommunityLast {
  flex-shrink: 0;
  margin-left: 1.5rem;
  padding-left: 2rem;
  width: 30%;
  display: block
}

.layoutNavMenuTabCommunityLast__list {
  display: grid;
  grid-template-rows: repeat(4, 1fr)
}

.layoutNavMenuTabCommunityLast__list a {
  display: block;
  width: 100%;
  padding: .75rem 0
}

.layoutNavMenuTabCommunityLast__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  margin-top: .25rem;
  margin-bottom: .5rem;
  font-weight: 600
}

@media (min-width:1025px) and (max-width:1199px) {
  .layoutNavMenuTabCommunityLast {
    border-left: none
  }
}

@media (min-width:1201px) {
  .layoutNavMenuTabCommunityLast {
    border-left: 1px solid #d9d9d9
  }
}

.layoutNavMenuTabRegistry {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabRegistry__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabRegistryList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabRegistryList__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabRegistryList__item--viewAll {
  display: none
}

.layoutNavMenuTabRegistryList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-row-gap: .5rem;
  grid-column-gap: 1rem
}

.layoutNavMenuTabRegistryList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabRegistryList__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: 2.5rem
}

.layoutNavMenuTabRegistryVendors {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.8rem;
  width: 65%;
  padding-bottom: 0;
  grid-column-gap: 1.3rem
}

.layoutNavMenuTabRegistryVendors__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabRegistryVendors__list {
  display: grid;
  grid-gap: 1.3rem;
  grid-template-columns: repeat(3, 1fr)
}

.layoutNavMenuTabRegistryVendors__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabRegistryVendors__item img {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  width: 100%;
  height: 65px
}

.layoutNavMenuTabRegistryVendors__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.layoutNavMenuTabRegistryVendors__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: 2.5rem
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabRegistryVendors__list {
    grid-template-columns: repeat(5, 1fr)
  }
}

.layoutNavMenuTabWebsites {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabWebsites__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabWebsites__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.layoutNavMenuTabWebsitesList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabWebsitesList__item a {
  display: flex;
  align-items: center;
  padding: .5rem 0
}

.layoutNavMenuTabWebsitesList__item--viewAll {
  display: none
}

.layoutNavMenuTabWebsitesList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-column-gap: 1rem
}

.layoutNavMenuTabWebsiteFeatured {
  width: 60%
}

.layoutNavMenuTabWebsiteFeatured__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem
}

.layoutNavMenuTabWebsiteFeatured__subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabWebsiteFeatured__image {
  width: 131px;
  height: 177px;
  object-fit: cover;
  border: 1px solid #d9d9d9
}

.layoutNavMenuTabWebsiteFeatured__wrapperCards {
  display: flex
}

.layoutNavMenuTabWebsiteFeatured__anchorCard {
  width: 25%
}

.layoutNavMenuTabWebsiteFeatured__anchorCard:hover {
  color: #f76c6f
}

.layoutNavMenuTabWebsiteFeatured__imagesWrapper {
  display: flex;
  justify-content: center
}

.layoutNavMenuTabWebsiteFeatured__card {
  display: grid;
  justify-items: center;
  background-color: #f8f8f8;
  border-radius: 8px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-top: 10px;
  width: 416px;
  height: 260px
}

.layoutNavMenuTabWebsiteFeatured__card--smallCard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 130px;
  padding-top: 10px
}

.layoutNavMenuTabWebsiteFeatured__card.active {
  border: 2px solid #f76c6f
}

.layoutNavMenuTabWebsiteFeatured__thumb {
  border: 3px solid #222;
  border-radius: 8px
}

@media (max-width:767px) {
  .layoutNavMenuTabWebsiteFeatured__thumb {
    display: none
  }
}

.layoutNavMenuTabWebsiteFeatured__thumb--vertical {
  width: 252px;
  height: auto
}

.layoutNavMenuTabWebsiteFeatured__thumb--split {
  width: 300px;
  height: auto;
  margin-top: 15px;
  margin-left: -30px
}

.layoutNavMenuTabWebsiteFeatured__thumb--smallImageVertical {
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-top: 9%
}

.layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
  margin-top: -5%;
  width: auto;
  margin-left: 0
}

@media (min-width:768px) {
  .layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
    height: 57%
  }
}

@media (min-width:1145px) {
  .layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
    height: 77%
  }
}

.layoutNavMenuTabWebsiteFeatured__thumbMobile {
  width: auto;
  height: 139px;
  margin-top: 19px;
  border-radius: 8px;
  border: 3px solid #222
}

@media (max-width:767px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: block
  }
}

@media (min-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: none
  }
}

.layoutNavMenuTabWebsiteFeatured__title {
  margin: 4px 0 15px;
  text-align: center;
  letter-spacing: normal;
  font-size: 14px
}

.layoutNavMenuTabWebsiteFeatured--fixCardWidth {
  width: 204px;
  margin-left: 5px
}

.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites {
  font-size: 14px;
  line-height: 21px;
  color: #f76c6f;
  font-weight: 600
}

.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites:hover {
  color: #c5282b
}

@media (min-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured {
    border-left: 1px solid #d9d9d9;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    grid-column-gap: 1.3rem
  }

  .layoutNavMenuTabWebsiteFeatured__content {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: none
  }
}

.layoutNavMenuTabInvitation {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabInvitation__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabInvitationList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabInvitationList__item a {
  display: flex;
  align-items: center;
  padding: .5rem 0
}

.layoutNavMenuTabInvitationList__item--viewAll a {
  font-weight: 600
}

.layoutNavMenuTabInvitationList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-row-gap: .5rem;
  grid-column-gap: 1rem
}

.layoutNavMenuTabInvitationList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabInvitationList__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: .5rem
}

.layoutNavMenuTabInvitationShop {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.8rem;
  width: 65%
}

.layoutNavMenuTabInvitationShop__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabInvitationShop__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.3rem
}

.layoutNavMenuTabInvitationShop__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabInvitationShop__item img {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 130px;
  object-fit: cover
}

.layoutNavMenuTabInvitationShop__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabInvitationShop {
    padding-bottom: 0;
    grid-column-gap: 1.3rem;
    width: 50%
  }
}

.layoutNavMenuTabMore {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabMore__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMoreTabsLinks {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabMoreTabsLinks__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabMoreTabsLinks__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem
}

.layoutNavMenuTabMoreTabsLinks__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabMoreTabsLinks__link {
  display: block;
  font-weight: 600;
  color: #f76c6f;
  padding-top: 1rem
}

.layoutNavMenuTabMoreRegistryVendors {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.3rem
}

.layoutNavMenuTabMoreRegistryVendors__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabMoreRegistryVendors__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .6rem
}

.layoutNavMenuTabMoreRegistryVendors__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabMoreRegistryVendors__item img {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  width: 100%;
  height: 65px
}

.layoutNavMenuTabMoreRegistryVendors__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.layoutNavMenuTabMoreRegistryVendors__link {
  display: block;
  font-weight: 600;
  color: #f76c6f;
  padding-top: 2.5rem
}

.layoutNavMenuTabMoreDressesFeatured {
  margin-left: 1.25rem;
  border-left: 1px solid #d9d9d9;
  padding-left: 1.25rem;
  width: 33%;
  display: block
}

.layoutNavMenuTabMoreDressesFeatured__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.3rem
}

.layoutNavMenuTabMoreDressesFeaturedItem img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: .5rem
}

.layoutNavMenuTabMoreDressesFeaturedItem__name {
  font-weight: 600;
  text-align: center;
  font-size: .9rem
}

.layoutNavMenuBannerBox {
  padding: 1rem;
  box-sizing: border-box;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  display: flex;
  max-width: 305px;
  height: max-content;
  grid-area: bannerBox;
  transition: all .2s;
  cursor: pointer
}

.layoutNavMenuBannerBox:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .3)
}

.layoutNavMenuBannerBox__title {
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin-bottom: .25rem;
  font-weight: 600
}

.layoutNavMenuBannerBox__subtitle {
  font-size: 14px;
  line-height: 21px
}

.layoutNavMenuBannerBox__content {
  margin-right: 1rem
}

.layoutNavMenuBannerBox__icon {
  width: 48px;
  height: 48px;
  align-self: center
}

.layoutNavMenuBannerBox:last-of-type {
  grid-area: 2/2
}

.layoutNavMenuBannerBox:first-of-type {
  grid-area: 1/2;
  margin-bottom: 1rem
}

.footer-list-wrapper {
  margin-top: 15px
}

.footer-list-wrapper-border {
  padding-top: 30px;
  border-top: 1px solid #d9d9d9
}

.footer-list {
  margin-bottom: 10px
}

.footer-list li {
  font-size: 14px;
  line-height: 21px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 0;
  padding-right: 15px;
  white-space: normal !important
}

.footer-list a {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c
}

.footer-list a:hover {
  color: #f76c6f
}

.footer-list .count {
  margin-left: 3px;
  color: #8c8c8c
}

.footer-list-title {
  font-size: 14px;
  line-height: 21px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  padding-right: 20px;
  margin-bottom: 0
}

.footer-list-title a {
  color: #222
}

.footer-list--flexColumns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer-list--flexColumns ul li {
  width: 50%;
  box-sizing: border-box
}

.footer-list-columns li a {
  margin: 0 10px;
  padding: 8px 0;
  display: block
}

.footer-info {
  background: #f8f8f8;
  padding: 20px 0;
  position: relative
}

.footer-info .app-link-blank,
.footer-info a {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: inline-block;
  padding: 3px 0
}

.footer-info .app-link-blank:hover,
.footer-info a:hover {
  color: #222
}

.footer-info .app-link-blank .svgIcon,
.footer-info a .svgIcon {
  position: relative;
  top: 2px
}

.footer-info hr {
  width: 30px;
  border: 1px solid #d9d9d9;
  margin: 10px 0;
  text-align: left
}

.footer-info .footer-info-img {
  height: 100%
}

.footer-info__social {
  vertical-align: top;
  margin-left: 5px
}

.footer-info__social-icon {
  fill: #8c8c8c
}

.footer-info__social-icon:hover {
  fill: #222
}

.footer-info__social-icon:hover .svgIcon {
  border-color: #222
}

.footer-info__social-icon .svgIcon {
  padding: 4px;
  border: 2px solid #8c8c8c;
  border-radius: 100%
}

.footer-info__social-icon .svgIcon__instagram {
  padding: 3px;
  height: 18px;
  width: 18px
}

.footer-info__appAnchor {
  display: initial !important
}

.footer-info__appImg {
  margin-top: 5px
}

.footer-country {
  background: #efefef;
  padding: 10px 0
}

.footer-country__anchor {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  padding: 3px 0;
  color: #6c6c6c;
  margin-right: 10px
}

.footer-country__title {
  color: #6c6c6c;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 10px 5px 0
}

.footer-country__logo {
  float: right
}

.footer-country__copy {
  float: right;
  margin-right: 28px;
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-top: 10px
}

.footer-info-title,
.footer-list .footer-info-title {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
  display: block
}

.footer-info-title--inline,
.footer-list .footer-info-title--inline {
  display: inline-block
}

.footer-social .svgIcon {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px
}

.footer-info-title__vendor {
  color: #8c8c8c
}

.footer-nav {
  background-color: #f8f8f8
}

.footer-nav .wrapper {
  padding: 20px 15px
}

.footer-nav-menu {
  text-align: right;
  color: #8c8c8c
}

.footer-nav-menu li {
  display: inline-block;
  vertical-align: middle
}

.footer-nav-menu span {
  padding: 8px 5px 3px;
  cursor: pointer;
  display: block;
  text-transform: uppercase
}

.footer-nav-menu span:hover {
  color: #959595
}

@media only screen and (max-width:1024px) {
  .footer-nav-menu span {
    font-size: 11px;
    line-height: 16px
  }
}

.footer-wwgroup {
  display: inline-block;
  vertical-align: middle
}

.footer-flags {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  color: #8c8c8c;
  font-weight: 600;
  background-color: #f8f8f8;
  padding: 7px 15px;
  border-radius: 3px;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  user-select: none;
  cursor: pointer
}

.footer-flags ul {
  display: none;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 10;
  width: 185px
}

.footer-flags ul li {
  border-bottom: 1px solid #e8e8e8
}

.footer-flags ul li:last-child {
  border-bottom: 0
}

.footer-flags a {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  display: block;
  padding: 5px 10px
}

.footer-flags a:hover {
  background-color: #f8f8f8
}

.footer-flags .svgIcon__angleDown {
  position: relative;
  top: 3px
}

.footer-flags .svgIcon__angleDown svg {
  fill: #6c6c6c
}

.footer-lemonWay {
  margin-top: 20px;
  display: inline-block
}

.footer-lemonWay p {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin: 0
}

.footer-lemonWay img {
  margin-right: 10px;
  vertical-align: middle
}

.footer-lemonWay-payment {
  background: 0 0;
  text-align: center;
  width: 100%
}

.footer-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-weight: 600;
  margin-bottom: 15px
}

.footer-title--smallBottom {
  margin-bottom: 5px
}

.contestBannerLayer {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 95%;
  z-index: 500;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  background: #fff
}

.contestBannerLayer__wrapper {
  position: relative;
  padding: 2rem;
  display: grid;
  grid-column-gap: 1rem;
  align-items: center;
  grid-template-columns: minmax(64px, 1fr) 5fr minmax(135px, 1fr);
  grid-template-areas: "contestBannerIcon contestBannerContent contestBannerAction"
}

.contestBannerLayer__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  margin: -.5rem -.25rem -.5rem .5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: none;
  cursor: pointer
}

.contestBannerLayer__close svg {
  height: .75rem;
  width: .75rem;
  fill: #8c8c8c;
  transition: fill .2s
}

.contestBannerLayer__close:hover svg {
  fill: #222
}

.contestBannerLayer__icon {
  grid-area: contestBannerIcon;
  margin-left: .5rem
}

.contestBannerLayer__content {
  grid-area: contestBannerContent;
  font-size: 14px;
  line-height: 21px
}

.contestBannerLayer__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0
}

.contestBannerLayer__action {
  grid-area: contestBannerAction;
  justify-self: center;
  padding: .69rem 1rem;
  border-radius: .5rem;
  font-weight: 400
}

.contestBannerLayer button {
  color: inherit;
  font: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
  border: unset;
  background-color: unset;
  cursor: pointer
}

.contestBannerWWs {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 95%;
  z-index: 500;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  background: #fff
}

.contestBannerWWs__wrapper {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: minmax(60px, 1fr) 5fr auto;
  align-items: center;
  padding: 1.8rem 3.5rem 1.8rem 2.5rem
}

.contestBannerWWs__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  margin: -.5rem -.25rem -.5rem .5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: none;
  cursor: pointer
}

.contestBannerWWs__close svg {
  height: .75rem;
  width: .75rem;
  fill: #8c8c8c;
  transition: fill .2s
}

.contestBannerWWs__close:hover svg {
  fill: #222
}

.contestBannerWWs__icon {
  width: 64px;
  height: 64px
}

.contestBannerWWs__content {
  font-size: 14px;
  line-height: 21px
}

.contestBannerWWs__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: .25rem
}

.contestBannerWWs__description {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0
}

.contestBannerWWs__action {
  justify-self: start;
  padding: .69rem 1rem
}

.coupleChoiceAwardsBanner {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 95%;
  z-index: 500;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  background: #fff
}

.coupleChoiceAwardsBanner__wrapper {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: minmax(60px, 1fr) 5fr auto;
  align-items: center;
  padding: 1.8rem 3.5rem 1.8rem 2.5rem
}

.coupleChoiceAwardsBanner__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  margin: -.5rem -.25rem -.5rem .5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: none;
  cursor: pointer
}

.coupleChoiceAwardsBanner__close svg {
  height: .75rem;
  width: .75rem;
  fill: #8c8c8c;
  transition: fill .2s
}

.coupleChoiceAwardsBanner__close:hover svg {
  fill: #222
}

.coupleChoiceAwardsBanner__icon {
  width: 64px;
  height: 64px
}

.coupleChoiceAwardsBanner__content {
  font-size: 14px;
  line-height: 21px
}

.coupleChoiceAwardsBanner__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: .25rem
}

.coupleChoiceAwardsBanner__description {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0
}

.coupleChoiceAwardsBanner__action {
  justify-self: start;
  padding: .69rem 1rem
}

.footer-layer {
  z-index: 995;
  position: fixed;
  bottom: 0;
  left: 50%;
  background-color: #ede4e3;
  padding: 0 10px;
  width: 740px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.footer-layer-title {
  font-weight: 600;
  color: #222
}

.footer-layer-subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #767676
}

.footer-layer-small-subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400
}

.footer-layer--rewards {
  background: #ede4e3
}

.footer-layer .layer-close {
  top: 2px;
  right: -4px;
  font-size: 20px;
  z-index: 120;
  opacity: 1;
  position: absolute;
  padding: 3px;
  color: #8c8c8c
}

.footer-layer .layer-close svg {
  fill: #8c8c8c
}

.footer-layer .wrap-layer {
  padding: 15px 20px 10px 0;
  box-sizing: border-box;
  border-bottom: 0;
  position: relative
}

.footer-layer .wrap-layer .pure-form input[type=text] {
  font-weight: 600;
  border-radius: 0;
  box-shadow: none;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  border: none
}

.home-provinces {
  padding: 0 0 40px;
  background: #fff
}

.home-provinces .home-title-chevron {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0 10px
}

.home-provinces a {
  font-size: 14px;
  line-height: 21px;
  margin: 5px 0;
  color: #6c6c6c
}

.home-provinces a:hover {
  color: #f76c6f
}

.home-provinces .title-region-footer {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400
}

.home-provinces .title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400
}

.layoutFooter {
  display: block
}

.linkingFooterUS {
  position: relative;
  font-size: .875rem;
  line-height: 1.3125rem;
  padding: 2rem 0
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "wedding planning" "wedding app" "more app" "copy copy";
    grid-gap: 2rem;
    padding: 2rem 0
  }
}

@media (min-width:1024px) {
  .linkingFooterUS {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-template-areas: "wedding planning more app" "copy copy copy copy";
    grid-gap: 1.8rem;
    padding: 3rem 0
  }
}

.linkingFooterUS__item {
  margin-bottom: 22px
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__item {
    margin-bottom: 18px
  }
}

.linkingFooterUS__title {
  margin-bottom: 8px;
  font-size: initial;
  font-weight: 600
}

@media (max-width:1023px) {
  .linkingFooterUS__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
  }
}

.linkingFooterUS__listItem {
  margin-bottom: 8px
}

@media (max-width:1023px) {
  .linkingFooterUS__listItem {
    margin-right: 5px;
    margin-left: 5px
  }
}

.linkingFooterUS__listLink {
  color: #6c6c6c
}

@media (max-width:1023px) {
  .linkingFooterUS__listLink {
    padding-left: 5px;
    padding-right: 5px
  }
}

.linkingFooterUS__wedding {
  grid-area: wedding
}

.linkingFooterUS__more {
  grid-area: more
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__more {
    margin-top: -30px
  }
}

.linkingFooterUS__planning {
  grid-area: planning
}

.linkingFooterUS__app {
  grid-area: app
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__app {
    margin-top: -30px
  }
}

.linkingFooterUS__copyright {
  grid-area: copy;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9
}

.linkingFooterUS__copyright p {
  color: #6c6c6c;
  margin-left: .7rem;
  margin-bottom: 0
}

@media (min-width:768px) {
  .linkingFooterUS__copyright img {
    width: 139px
  }
}

.linkingFooterUS:after {
  background-color: #efefef;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw
}

.countrySelector__wrapper {
  position: relative
}

.countrySelector__dropdown {
  -webkit-transition: border-color .15s;
  transition: border-color .15s;
  border-radius: .25rem;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 1rem;
  cursor: pointer;
  line-height: normal
}

.countrySelector__dropdown:hover {
  border-color: #8c8c8c
}

.countrySelector__flag {
  margin-right: .8rem
}

.countrySelector__icon {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  height: 12px;
  width: 12px;
  margin-left: auto
}

@media (min-width:768px) {
  .countrySelector {
    max-width: 320px
  }
}

.layoutFooter {
  padding: 0 2rem;
  max-width: 1360px;
  margin: 0 auto
}

.linkingFooter {
  font-size: 14px;
  line-height: 21px;
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "corporativeLinks appsLinks socialLinks countrySelector" "lemonwayLegal lemonwayLegal lemonwayLegal lemonwayLegal" "copyright copyright copyright copyright";
  grid-gap: 1.8rem;
  padding: 3rem 0
}

.linkingFooter__title {
  margin-bottom: 1rem;
  font-size: initial;
  font-weight: 600
}

.linkingFooter:after {
  background-color: #efefef;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw
}

.linkingFooterUS {
  position: relative;
  font-size: .875rem;
  line-height: 1.3125rem;
  padding: 2rem 0
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "wedding planning" "wedding app" "more app" "copy copy";
    grid-gap: 2rem;
    padding: 2rem 0
  }
}

@media (min-width:1024px) {
  .linkingFooterUS {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-template-areas: "wedding planning more app" "copy copy copy copy";
    grid-gap: 1.8rem;
    padding: 3rem 0
  }
}

.linkingFooterUS__item {
  margin-bottom: 22px
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__item {
    margin-bottom: 18px
  }
}

.linkingFooterUS__title {
  margin-bottom: 8px;
  font-size: initial;
  font-weight: 600
}

@media (max-width:1023px) {
  .linkingFooterUS__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
  }
}

.linkingFooterUS__listItem {
  margin-bottom: 8px
}

@media (max-width:1023px) {
  .linkingFooterUS__listItem {
    margin-right: 5px;
    margin-left: 5px
  }
}

.linkingFooterUS__listLink {
  color: #6c6c6c
}

@media (max-width:1023px) {
  .linkingFooterUS__listLink {
    padding-left: 5px;
    padding-right: 5px
  }
}

.linkingFooterUS__wedding {
  grid-area: wedding
}

.linkingFooterUS__more {
  grid-area: more
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__more {
    margin-top: -30px
  }
}

.linkingFooterUS__planning {
  grid-area: planning
}

.linkingFooterUS__app {
  grid-area: app
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__app {
    margin-top: -30px
  }
}

.linkingFooterUS__copyright {
  grid-area: copy;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9
}

.linkingFooterUS__copyright p {
  color: #6c6c6c;
  margin-left: .7rem;
  margin-bottom: 0
}

@media (min-width:768px) {
  .linkingFooterUS__copyright img {
    width: 139px;
    height: auto
  }
}

.linkingFooterUS:after {
  background-color: #efefef;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw
}

.corporativeLinks {
  grid-area: corporativeLinks
}

.corporativeLinks li:not(:last-child) {
  margin-bottom: .5rem
}

.corporativeLinks a {
  color: #6c6c6c
}

.appsLinks {
  grid-area: appsLinks
}

.appsLinks__description {
  display: flex;
  margin-bottom: 1rem
}

.appsLinks__list {
  display: flex
}

.appsLinks__list li {
  padding-right: .5rem
}

.appsLinks__imago {
  height: 48px;
  width: 48px;
  margin-right: 1rem
}

.socialLinks {
  grid-area: socialLinks
}

.socialLinks__list {
  display: flex
}

.socialLinks__list li {
  padding-right: .5rem
}

.socialLinks__item {
  -webkit-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 36px;
  border: 1px solid #d9d9d9
}

.socialLinks__item:hover {
  border-color: #8c8c8c
}

.socialLinks__item .svgIcon {
  height: 20px;
  width: 20px
}

.socialLinks__item svg {
  fill: #6c6c6c
}

.countrySelector {
  grid-area: countrySelector;
  max-width: 320px
}

.countrySelector__wrapper {
  position: relative
}

.countrySelector__dropdown {
  -webkit-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  border-radius: .5rem;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 1rem;
  cursor: pointer;
  line-height: normal
}

.countrySelector__dropdown:hover {
  border-color: #8c8c8c
}

.countrySelector__flag {
  margin-right: .8rem
}

.countrySelector__icon {
  -webkit-transition: transform;
  -o-transition: transform;
  transition: transform;
  height: 12px;
  width: 12px;
  margin-left: auto
}

.modalCountrySelector404 {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  z-index: 10;
  display: grid;
  align-content: end;
  align-items: flex-end;
  justify-content: center
}

.modalCountrySelector404__content {
  border-radius: 1rem 1rem 0 0;
  background: #fff;
  width: 100vw;
  position: absolute;
  display: flex;
  z-index: 10;
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  overflow: auto;
  animation: showModal .2s ease-in-out forwards
}

.modalCountrySelector404__content .wrapper {
  max-width: none;
  min-width: 0
}

.modalCountrySelector404__overlay {
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  animation: showBackdrop .3s ease forwards
}

@media only screen and (min-width:1024px) {
  .modalCountrySelector404 {
    align-content: center;
    align-items: center
  }

  .modalCountrySelector404__content {
    align-content: center;
    position: relative;
    border-radius: 1rem;
    min-width: 26rem;
    max-width: 90vw;
    max-height: 90vh;
    bottom: 0;
    width: auto;
    height: auto;
    transform: translate3d(0, -50%, 0);
    animation: showModal .3s ease forwards
  }
}

@media only screen and (min-width:48.063em) {
  .modalCountrySelector404__content {
    min-width: 26rem;
    max-width: 53rem
  }
}

.countrySelectorModal {
  display: flex;
  flex-direction: column;
  width: 680px;
  margin: 0 auto;
  padding: 1.5rem;
  box-sizing: border-box
}

.countrySelectorModal__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.countrySelectorModal__subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-top: 1.5rem;
  margin-bottom: 0
}

.countrySelectorModal__body {
  overflow-y: auto;
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  margin-right: -1rem
}

.countrySelectorModal__content:last-child {
  grid-column: 2/3;
  grid-row: 1/4
}

.countrySelectorModal__closeIcon {
  display: grid;
  place-items: center;
  margin: -1rem;
  height: 3rem;
  width: 3rem;
  cursor: pointer
}

.countrySelectorModal__closeIcon svg {
  height: 1rem;
  width: 1rem;
  fill: #8c8c8c;
  transition: fill .2s
}

.countrySelectorModal__closeIcon:hover svg {
  fill: #222
}

.countrySelectorModalList {
  columns: 200px 2;
  column-gap: 1rem
}

.countrySelectorModalList__title {
  font-weight: 600
}

.countrySelectorModalList__item {
  display: block;
  margin-right: 1rem;
  padding: .5rem 0;
  color: #222
}

.countrySelectorModalList__item:hover {
  color: #f76c6f
}

.countrySelectorModalList__flag {
  margin-right: .8rem
}

.lemonwayLegal {
  grid-area: lemonwayLegal;
  color: #6c6c6c;
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: auto 1fr;
  align-items: start
}

.lemonwayLegal__icon {
  width: 1.5rem;
  height: 1.5rem
}

.lemonwayLegal__icon svg {
  fill: #6c6c6c
}

.copyrightFooter {
  grid-area: copyright;
  display: flex;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  color: #6c6c6c;
  padding-top: 1rem
}

.copyrightFooter img {
  padding-right: 2rem
}

.alert {
  border-radius: 2px;
  padding: 15px 20px;
  margin-bottom: 20px;
  color: #fff;
  display: block;
  position: relative;
  box-sizing: border-box
}

.alert a,
.alert b,
.alert i,
.alert p,
.alert strong {
  margin: 0;
  color: #fff
}

.alert p a {
  text-decoration: underline
}

.alert p a:hover {
  color: #fff
}

.alert .btn {
  text-decoration: none
}

.alert .close {
  font-size: 16px;
  top: 5px;
  right: 10px;
  position: absolute
}

.alert.alert-error-cross,
.alert.alert-info-cross,
.alert.alert-success-cross {
  box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
  border: 1px solid #bcdfb3;
  padding: 15px;
  margin-bottom: 20px
}

.alert.alert-success-cross {
  background-color: #dbf7d5
}

.alert.alert-success-cross a,
.alert.alert-success-cross a:hover,
.alert.alert-success-cross b,
.alert.alert-success-cross i,
.alert.alert-success-cross p,
.alert.alert-success-cross strong {
  color: #5dad4a
}

.alert.alert-info-cross {
  background-color: #fcf8e3
}

.alert.alert-info-cross a,
.alert.alert-info-cross a:hover,
.alert.alert-info-cross b,
.alert.alert-info-cross i,
.alert.alert-info-cross p,
.alert.alert-info-cross strong {
  color: #8a6d3b
}

.alert.alert-error-cross {
  background-color: #f2dede
}

.alert.alert-error-cross a,
.alert.alert-error-cross a:hover,
.alert.alert-error-cross b,
.alert.alert-error-cross i,
.alert.alert-error-cross p,
.alert.alert-error-cross strong {
  color: #a94442
}

.alert.alert-advice-form {
  background: #f8f8f8;
  border: #dfdfdf;
  padding: 15px;
  margin-left: 10px
}

.alert.alert-advice-form b {
  font-family: Merriweather, "Times New Roman", Times, serif;
  color: #000
}

.alert.alert-advice-form i {
  font-size: 18px;
  margin-top: 3px;
  color: #5abce2;
  margin-right: 5px;
  vertical-align: middle
}

.alert.alert-advice-form p {
  font-size: 12px;
  line-height: 19.41640788px;
  color: #959595;
  margin-bottom: 10px
}

.alert.alert-advice-form p:first-child {
  margin-bottom: 5px
}

.alert.alert-sent {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  background-color: #dbf7d5;
  padding: 7px 10px;
  color: #3c763d;
  display: block;
  text-align: center
}

.alert.alert-sent i {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  color: #3c763d
}

.alert.alert-alta-redirect {
  margin-bottom: 0;
  border-radius: 0;
  background: #afe4c2;
  overflow: hidden
}

.alert.alert-alta-redirect p {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #000;
  padding: 0
}

.alert.alert-alta-redirect span {
  color: #acacac;
  border-radius: 50%;
  margin: 0 15px 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: relative;
  text-align: center
}

.alert.alert-alta-redirect span:before {
  line-height: 60px;
  font-size: 40px;
  margin: 0
}

.alert.alert-alta-redirect i {
  display: inline-block;
  background-image: url(/assets/img/sprite_flags.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 12px;
  top: 35px;
  left: 25px;
  position: absolute
}

.alert.alert-alta-redirect i.redirect-flags-es {
  background-position: 8px 0
}

.alert.alert-alta-redirect i.redirect-flags-it {
  background-position: 8px -20px
}

.alert.alert-alta-redirect i.redirect-flags-fr {
  background-position: 8px -39px
}

.alert.alert-alta-redirect i.redirect-flags-uk {
  background-position: 8px -58px
}

.alert.alert-alta-redirect i.redirect-flags-mx {
  background-position: 8px -78px
}

.alert.alert-alta-redirect i.redirect-flags-pt {
  background-position: 8px -97px
}

.alert.alert-alta-redirect i.redirect-flags-ar {
  background-position: 8px -120px
}

.alert.alert-alta-redirect i.redirect-flags-cl {
  background-position: 8px -145px
}

.alert.alert-alta-redirect i.redirect-flags-br {
  background-position: 8px -168px
}

.alert.alert-alta-redirect i.redirect-flags-co {
  background-position: 8px -192px
}

.alert.alert-alta-redirect i.redirect-flags-pe {
  background-position: 8px -218px
}

.alert.alert-alta-redirect i.redirect-flags-uy {
  background-position: 8px -244px
}

.alert.alert-alta-redirect i.footer-flags-usa {
  background-position: 8px -270px
}

.alert.alert-alta-redirect i.footer-flags-ca {
  background-position: 8px -297px
}

.alert.alert-alta-redirect i.footer-flags-in {
  background-position: 8px -323px
}

.alert--alertSent {
  color: #000;
  background: #e4efe5;
  padding: 10px 15px;
  margin-bottom: 10px
}

.alert--alertSent p {
  font-size: 14px;
  line-height: 21px;
  color: #000
}

.alert.alert-success {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d
}

.alert.alert-success a,
.alert.alert-success a:hover,
.alert.alert-success b,
.alert.alert-success i,
.alert.alert-success p,
.alert.alert-success strong {
  color: #3c763d
}

.alert.alert-success.alert-success-login-wedsites {
  padding: 8px 15px
}

.alert.alert-success.alert-success-login-wedsites:before {
  margin-right: 5px
}

.alert.alert-advice,
.alert.alert-info {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f
}

.alert.alert-advice a,
.alert.alert-advice b,
.alert.alert-advice i,
.alert.alert-advice p,
.alert.alert-advice strong,
.alert.alert-info a,
.alert.alert-info b,
.alert.alert-info i,
.alert.alert-info p,
.alert.alert-info strong {
  color: #31708f !important
}

.alert.alert-advice .btn-flat,
.alert.alert-info .btn-flat {
  color: #fff
}

.alert.alert-advice .btn-outline,
.alert.alert-info .btn-outline {
  border: 1px solid #31708f;
  color: #31708f
}

.alert.alert-advice .btn-outline:hover,
.alert.alert-info .btn-outline:hover {
  background: #31708f;
  color: #fff !important
}

.alert.alert-advice span:before,
.alert.alert-info span:before {
  margin-top: 3px
}

.alert.alert-advice-2nd {
  background: #e8f3f8;
  color: #202020
}

.alert.alert-advice-2nd a,
.alert.alert-advice-2nd a:hover,
.alert.alert-advice-2nd b,
.alert.alert-advice-2nd i,
.alert.alert-advice-2nd p,
.alert.alert-advice-2nd strong {
  color: #202020
}

.alert.alert-warning {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b
}

.alert.alert-warning a,
.alert.alert-warning a:hover,
.alert.alert-warning b,
.alert.alert-warning i,
.alert.alert-warning p,
.alert.alert-warning strong {
  color: #8a6d3b
}

.alert.alert-error {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442
}

.alert.alert-error .link--error,
.alert.alert-error b,
.alert.alert-error i,
.alert.alert-error p,
.alert.alert-error p a,
.alert.alert-error p a:hover,
.alert.alert-error strong {
  color: #a94442
}

.alert.alert-error .btn-outline {
  border: 1px solid #a94442;
  color: #a94442
}

.alert.alert-error .btn-outline:hover {
  background: #a94442;
  color: #fff
}

.alert.alert-sol {
  background: #fcebb6;
  color: #875f0d
}

.alert.alert-sol a,
.alert.alert-sol a:hover,
.alert.alert-sol b,
.alert.alert-sol i,
.alert.alert-sol p,
.alert.alert-sol strong {
  color: #875f0d
}

.alert-grey {
  background-color: #efefef;
  color: #8c8c8c
}

.alert-top-wrapper {
  max-width: 1200px;
  min-width: 950px;
  margin: 0 auto;
  padding: 15px;
  display: block;
  box-sizing: border-box
}

.alert-top-description {
  margin: 0;
  line-height: inherit;
  display: inline-block
}

.alert-top-description .icon {
  position: relative;
  top: -1px
}

.alert-top-button {
  font-size: 14px;
  line-height: 21px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none !important
}

.alert-top.alert-top-success {
  background-color: #dff0d8;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d
}

.alert-top.alert-top-success a,
.alert-top.alert-top-success strong {
  color: #3c763d
}

.alert-top.alert-top-success a {
  text-decoration: underline
}

.alert-top.alert-top-success .alert-top-button {
  border-color: #3c763d
}

.alert-top.alert-top-success .alert-top-button:hover {
  background-color: #3c763d;
  color: #fff
}

.alert-top.alert-top-info {
  background-color: #d9edf7;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d
}

.alert-top.alert-top-info a,
.alert-top.alert-top-info strong {
  color: #31708f
}

.alert-top.alert-top-info a {
  text-decoration: underline
}

.alert-top.alert-top-info .alert-top-button {
  border-color: #31708f
}

.alert-top.alert-top-info .alert-top-button:hover {
  background-color: #31708f;
  color: #fff
}

.alert-top.alert-top-warning {
  background-color: #fcf8e3;
  border-bottom: 1px solid #faebcc;
  color: #8a6d3b
}

.alert-top.alert-top-warning a,
.alert-top.alert-top-warning strong {
  color: #8a6d3b
}

.alert-top.alert-top-warning a {
  text-decoration: underline
}

.alert-top.alert-top-warning .alert-top-button {
  border-color: #8a6d3b
}

.alert-top.alert-top-warning .alert-top-button:hover {
  background-color: #8a6d3b;
  color: #fff
}

.alert-top.alert-top-error {
  background-color: #f2dede;
  color: #222
}

.alert-top.alert-top-error .alert-top-wrapper {
  max-width: 1360px;
  padding: 12px 2rem;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto
}

.alert-top.alert-top-error a,
.alert-top.alert-top-error strong {
  font-weight: 600
}

.alert-top.alert-top-error a {
  color: #8e0f0c
}

.alert-top.alert-top-error a:hover {
  text-decoration: underline
}

.alert-top.alert-top-error .alert-top-button {
  border-color: #a94442
}

.alert-top.alert-top-error .alert-top-button:hover {
  background-color: #a94442;
  color: #fff
}

.alert-top.alert-top-advice {
  background-color: #6c9dee;
  color: #fff
}

.alert-top.alert-top-advice .alert-top-wrapper {
  max-width: 1360px;
  padding: 12px 2rem;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto
}

.alert-top.alert-top-advice a,
.alert-top.alert-top-advice span {
  color: #fff;
  font-weight: 600;
  cursor: pointer
}

.alert-top.alert-top-advice a:hover,
.alert-top.alert-top-advice span:hover {
  text-decoration: underline
}

.alert-top.alert-top-advice .alert-top-button {
  border-color: #31708f
}

.alert-top.alert-top-advice .alert-top-button:hover {
  background-color: #31708f;
  color: #fff
}

.alert-top--importantNotification {
  background-color: #6c9dee;
  color: #fff;
  text-align: center
}

.alert-top--importantNotification .alert-top-wrapper {
  padding: 12px 16px
}

.alert-top--importantNotification a,
.alert-top--importantNotification span {
  color: #fff;
  font-weight: 600;
  white-space: nowrap
}

.alert-top--importantNotification a:hover,
.alert-top--importantNotification span:hover {
  text-decoration: underline
}

.topAlertInvalidEmail {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.topAlertInvalidEmail__separator {
  margin: 0 .5rem;
  opacity: .3
}

.topAlertInvalidEmail__content {
  margin-right: 1rem;
  text-align: left
}

.topAlertInvalidEmail__actions {
  flex-shrink: 0
}

.topAlertInvalidEmail__action {
  display: inline-block;
  padding: .5rem
}

.reminderMessage {
  padding: 5px 13px;
  margin: 10px 0;
  border-radius: 3px;
  background-color: #fdf7e9;
  display: inline-block;
  vertical-align: middle
}

.reminderMessage__message {
  display: block
}

.reminderMessage--globe {
  position: absolute;
  z-index: 100;
  border: 1px solid #dcdcdc;
  width: 240px;
  right: 0;
  bottom: -120px;
  padding: 20px;
  margin: 0 5px 0 0
}

.reminderMessage--globe:after,
.reminderMessage--globe:before {
  content: "";
  position: absolute;
  right: 60px;
  border-width: 10px;
  border-style: solid
}

.reminderMessage--globe:before {
  top: -21px;
  border-color: transparent transparent #dcdcdc
}

.reminderMessage--globe:after {
  top: -20px;
  border-color: transparent transparent #fdf7e9
}

.reminderMessage--globe .reminderMessage__message {
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 5px
}

.reminderMessage__icon {
  width: 11px;
  height: 11px;
  vertical-align: -1px;
  margin-left: 4px
}

.reminderMessage__icon svg {
  display: block
}

@media (max-width:1160px) {

  .reminderMessage--globe:after,
  .reminderMessage--globe:before {
    content: "";
    position: absolute;
    right: 82px;
    border-width: 10px;
    border-style: solid
  }
}

.storefrontDrop {
  position: relative
}

.storefrontDrop__layer {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 15px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  z-index: 99;
  left: 50%;
  top: 48px;
  position: absolute;
  transform: translateX(-50%);
  color: #666
}

.storefrontDrop__layer:after,
.storefrontDrop__layer:before {
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  border-width: 10px;
  border-style: solid;
  display: block;
  position: absolute
}

.storefrontDrop__layer:after {
  top: -19px;
  border-color: transparent transparent #fff
}

.storefrontDrop__layer:before {
  top: -20px;
  border-color: transparent transparent #d9d9d9
}

.storefrontDrop__layer--social {
  min-width: 150px
}

.storefrontDrop__layer--phone {
  min-width: 280px
}

.storefrontDrop__tag {
  font-size: 18px;
  line-height: 26px;
  background: #f8f8f8;
  color: #222;
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0
}

.storefrontDrop__tag strong {
  margin-left: 5px;
  font-size: 16px;
  letter-spacing: 1px
}

.storefrontDrop__description {
  margin: 0
}

.storefrontDrop__button {
  text-align: center;
  margin-top: 10px;
  display: block
}

.select-combo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: inherit !important
}

.select-combo .select {
  color: #2b2b2b;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid silver;
  border-radius: 3px;
  background: url(/assets/img/sprite_search.png) no-repeat scroll right -43px #f8f8f8;
  background-clip: padding-box;
  padding: 15px 30px 15px 9px;
  margin-right: 10px;
  max-width: 200px;
  line-height: 0;
  display: block;
  overflow: hidden;
  box-shadow: none;
  cursor: pointer
}

.droplayer {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .15);
  width: 100%;
  top: 68px;
  left: 0;
  z-index: 1051;
  background: #fff;
  padding: 15px;
  position: absolute;
  text-align: left
}

.droplayer:after,
.droplayer:before {
  content: "";
  border-width: 10px;
  border-style: solid;
  padding: 0;
  height: 0;
  width: 0;
  left: 18px;
  position: absolute
}

.droplayer:before {
  top: -21px;
  border-color: transparent transparent #d9d9d9
}

.droplayer:after {
  top: -19px;
  border-color: transparent transparent #fff
}

.droplayer.droplayer-small {
  width: 200px
}

.droplayer.droplayer-normal {
  width: 400px
}

.droplayer.droplayer-medium {
  width: 500px
}

.droplayer.droplayer-large {
  width: 600px
}

.droplayer.droplayer-extralarge {
  width: 700px
}

.droplayer.droplayer-full {
  width: 900px
}

.droplayer.droplayer-right:after,
.droplayer.droplayer-right:before {
  right: 18px;
  left: inherit
}

.droplayer-title {
  font-weight: 600;
  text-align: left
}

.droplayer li.selected {
  background-color: #feeee8
}

.droplayer li.selected a,
.droplayer li.selected span {
  font-weight: 600;
  color: #f76c6f
}

.droplayer li.droplayer-all {
  background: #f8f8f8;
  margin-bottom: 10px;
  border-bottom: 0;
  clear: both;
  display: block;
  float: none;
  width: inherit;
  text-align: center
}

.droplayer li.droplayer-all:hover {
  background-color: #f8f8f8;
  cursor: pointer
}

.droplayer li.droplayer-all a {
  display: block;
  text-align: center
}

.droplayer li.droplayer-all a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 19px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  float: none
}

.droplayer li.droplayer-all a span:after {
  color: #6c6c6c;
  border: 1px solid #6c6c6c;
  border-radius: 50px;
  margin-left: 5px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center
}

.droplayer .footer,
.droplayer footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  text-align: left
}

.droplayer p.title {
  font-size: 14px;
  line-height: 21px
}

.droplayer .loading span {
  padding: 10px;
  display: block
}

.droplayer.droplayer-scroll {
  top: 50px;
  padding: 0;
  margin-top: -8px
}

.droplayer.droplayer-scroll-new {
  top: 64px;
  padding: 0;
  margin-top: -8px
}

.droplayer.droplayer-scroll .column-container,
.droplayer.droplayer-scroll .loading {
  padding: 10px;
  display: block
}

.droplayer.droplayer-scroll ul {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.droplayer.droplayer-scroll li.suggest-navigation {
  padding: 4px 10px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.droplayer.droplayer-scroll li.suggest-navigation:last-child {
  border-bottom: 0
}

.droplayer.droplayer-scroll li.suggest-navigation .matching-text {
  background: #fff4a6;
  color: #222
}

.droplayer.droplayer-scroll li.suggest-navigation .suggest-navigation-content {
  color: #8c8c8c
}

.droplayer-filter {
  padding: 0
}

.droplayer-filter li {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px;
  margin: 0 5px
}

.droplayer-filter li.last {
  border: none
}

.droplayer-filter li a {
  width: 100%
}

.droplayer-filter li a span {
  float: right
}

.SelectorOptions .suggest-group li {
  margin-bottom: 6px
}

.SelectorOptions .suggest-group li:first-child {
  background: 0 0;
  padding: 0
}

.SelectorOptions .suggest-group li:first-child a {
  font-weight: 600
}

.SelectorOptions .suggest-group li span {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  float: right;
  margin-top: 6px
}

.SelectorOptions .suggest-group li:last-of-type {
  margin-bottom: 0
}

.SelectorOptions li.suggest-navigation {
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 20px
}

.SelectorOptions.droplayer {
  padding: 0
}

.SelectorOptions.droplayer.one-column-result {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  width: 415px
}

.droplayer-column {
  border-left: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding: 15px 20px;
  width: 33.33%;
  float: left
}

.droplayer-column-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 15px 20px 0;
  color: #8c8c8c;
  border-left: 1px solid #d9d9d9;
  letter-spacing: 1px
}

.droplayer-column-title:first-child {
  border-left: 0
}

.droplayer-column-extra {
  border-left: 0
}

.droplayer-column-extra:last-child {
  border-left: 1px solid #d9d9d9
}

.droplayer-column li.setGeozona {
  padding: 2px 15px 2px 30px;
  position: relative
}

.droplayer-column li.setGeozona--suggest {
  padding: 0 0 0 10px !important
}

.droplayer-column li.setProvincia {
  padding: 2px 15px;
  position: relative
}

.droplayer-column li.forcedProvincia {
  padding: 0
}

.droplayer-column li.setGeozona span,
.droplayer-column li.setPoblacion span,
.droplayer-column li.setProvincia span,
.droplayer-column li.setRegion span {
  font-size: 12px;
  line-height: 19.41640788px;
  color: #8c8c8c;
  padding: 3px 0;
  line-height: 12px;
  margin-top: 3px;
  float: right
}

.droplayer-column li.setRegion~.setProvincia {
  box-sizing: border-box;
  padding: 0 0 0 10px !important;
  width: 100%;
  overflow: hidden
}

.droplayer-column li.setRegion~.setProvincia:before {
  display: none
}

.droplayer-column li.setRegion~.setProvincia a {
  padding: 0
}

.droplayer-column:first-child {
  border-left: 0
}

.droplayer-column:first-child li.setProvincia {
  padding: 2px 5px
}

.droplayer-column:first-child li.setProvincia:before {
  display: none
}

.droplayer-column:first-child li.forcedProvincia {
  padding: 0
}

.droplayer-column:first-child li.setGeozona {
  padding: 2px 5px 2px 10px
}

.droplayer-column:first-child li.setGeozona:before {
  display: none
}

.droplayer-column:first-child li.setGeozona--suggest {
  padding: 0 0 0 10px !important
}

.droplayer-column-extra li.setGeozona {
  padding: 0
}

.droplayer-column-extra li.setGeozona a {
  color: #2b2b2b
}

.droplayer.multi-column .box-scroll.column-container li:last-child {
  border-bottom: none
}

.droplayer.multi-column .setRegion {
  font-weight: 600
}

.dropdown-ui {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin-bottom: 0
}

.dropdown-ui ul:hover,
.dropdown-ui:hover ul {
  display: block
}

.dropdown-ui span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  padding: 5px 10px
}

.dropdown-ui ul {
  border-radius: 0 0 3px 3px;
  display: none;
  position: absolute;
  left: -1px;
  top: 30px;
  z-index: 150
}

.dropdown-ui ul a,
.dropdown-ui ul small {
  font-weight: 400;
  color: #2b2b2b;
  border-top: 1px solid #d9d9d9;
  display: block;
  padding: 5px 10px;
  white-space: nowrap
}

.dropdown-ui ul a:hover,
.dropdown-ui ul small:hover {
  color: #f76c6f
}

.dropdown-ui ul .active {
  color: #2b2b2b;
  font-weight: 600;
  cursor: default
}

.dropdown-ui ul .active:hover {
  color: #2b2b2b
}

.dropdown-ui ul li:first-child a,
.dropdown-ui ul li:first-child small {
  border-top: none
}

.dropdown-ui li i,
.dropdown-ui span i {
  font-size: 15px;
  margin-right: 10px
}

.drop-wrapper {
  position: relative
}

.input-group--lg .drop-wrapper .droplayer.droplayer-scroll {
  top: 64px
}

#filtersInvitations .droplayer-small.droplayer-filterby .droplayer-column {
  width: 100%
}

.droplayer.droplayer-scroll .suggest-search-vendor {
  padding: 5px 0
}

.droplayer.droplayer-scroll .suggest-search-vendor li.suggest-navigation {
  padding: 5px 15px;
  border-bottom: 1px solid #efefef
}

.droplayer.droplayer-scroll .suggest-search-vendor li.suggest-navigation span.suggest-navigation-content {
  color: #8c8c8c;
  display: inline-block
}

.blackOver {
  background: #000;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: 99
}

.heroVendorForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center
}

.heroVendorForm__tools {
  background: #fff;
  padding-left: 10px;
  border-radius: 9px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  display: inline-block;
  border: 1px solid #e1e1e1
}

.heroVendorForm__input {
  font-size: 18px;
  line-height: 26px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 400;
  padding: 20px 25px;
  margin: 0;
  border: 0;
  border-radius: 0;
  line-height: 1em;
  height: 1em;
  box-sizing: content-box;
  outline: 0
}

.heroVendorForm__input--small {
  padding: 17px 20px;
  font-size: 16px
}

.heroVendorForm__input--xsmall {
  padding: 10px 15px;
  font-size: 14px
}

.heroVendorForm__input--first {
  border-right: 1px solid #e1e1e1;
  border-radius: 8px 0 0 8px
}

.heroVendorForm__button {
  background: #f76c6f;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  border: 1px solid #f76c6f
}

@media only screen and (max-width:1024px) {
  .heroVendorForm__input--small {
    width: 130px;
    padding: 17px 10px
  }

  .heroVendorForm__button {
    width: 70px
  }
}

@media only screen and (max-width:1200px) {
  #layer-suggest-1.droplayer {
    left: 280px !important
  }

  #layer-suggest-1.droplayer:after,
  #layer-suggest-1.droplayer:before {
    left: 300px
  }
}

.droplayerTab {
  padding: 5px 10px 0 !important;
  border-bottom: 1px solid #d9d9d9
}

.droplayerTab__item {
  display: inline-block;
  padding: 10px 5px;
  margin: 0 10px;
  font-weight: 600;
  cursor: pointer;
  user-select: none
}

.droplayerTab__item--current {
  border-bottom: 2px solid #f76c6f
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.tabsHeader {
  padding: 25px 0;
  top: 61px;
  left: 0;
  right: 0;
  z-index: 1052;
  background: #fff;
  min-height: 230px;
  position: absolute;
  box-sizing: border-box;
  display: none
}

.tabsHeader.testAB {
  top: 51px
}

.tabsHeader__backdrop {
  top: 65px;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, .1);
  z-index: 1051;
  position: absolute;
  display: none
}

.tabsHeader__title {
  font-size: 18px;
  line-height: 26px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
  display: inline-block
}

.tabsHeader__title--grey {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-bottom: 0;
  text-transform: uppercase
}

.tabsHeader__subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase
}

.tabsHeader__subtitle--link {
  cursor: pointer
}

.tabsHeader__subtitle--link:hover {
  color: #f76c6f
}

.tabsHeader__description {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin: 5px 0 16px
}

.tabsHeader__link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #f76c6f;
  display: inline-block
}

.tabsHeader__link:hover {
  text-decoration: underline
}

.tabsHeader:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 25px;
  position: absolute;
  top: -25px
}

.tabsHeader a:hover {
  color: #f76c6f
}

.tabsHeader a.tabsHeaderList__item--orange:hover {
  color: #ff9f40
}

.tabsHeaderGallery__item {
  height: 140px;
  border-radius: 5px;
  position: relative;
  margin: 0 10px;
  overflow: hidden
}

@media only screen and (max-width:1024px) {
  .tabsHeaderGallery__item {
    margin: 0 5px
  }
}

.tabsHeaderGallery__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .65) 100%)
}

.tabsHeaderGallery__image {
  height: 160px
}

.tabsHeaderGallery__caption {
  text-align: center;
  margin-top: 10px
}

.tabsHeaderGallery__name {
  font-size: 13px;
  line-height: 19px;
  position: absolute;
  bottom: 12px;
  padding: 0 15px;
  z-index: 2;
  color: #fff
}

.tabsHeaderGallery__vendorName {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #444
}

.tabsHeaderGallery__vendorName:hover {
  color: #f76c6f
}

.tabsHeaderList__item {
  font-size: 14px;
  line-height: 21px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: 36px;
  font-weight: 400;
  color: #000
}

.tabsHeaderList__item--top {
  font-size: 14px;
  line-height: 21px;
  line-height: 50px;
  max-width: 90%
}

.tabsHeaderList__item--orange a {
  font-size: 14px;
  color: #ff9f40;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px
}

.tabsHeaderList__item--orange a:hover {
  color: #ff9f40
}

.tabsHeaderList__icon {
  border: 1px solid #d9d9d9;
  margin-right: 10px;
  width: 30px
}

.tabsHeaderList__inline {
  font-size: 14px;
  line-height: 21px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #000;
  text-align: left;
  display: inline-block;
  margin: 10px 20px 30px 0;
  font-weight: 400
}

.tabsHeaderListIcons__content {
  margin-left: -5%
}

.tabsHeaderListIcons__content--oneLine {
  margin-left: -1%
}

.tabsHeaderListIcons__item {
  height: 35px;
  width: 35px;
  margin: 0 auto
}

.tabsHeaderListIcons__item--small {
  height: 22px
}

.tabsHeaderListIcons__item--medium {
  height: 32px;
  width: 36px;
  margin: 0 auto
}

.tabsHeaderListIcons__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #000;
  margin: 5px 0 30px;
  font-weight: 400
}

.tabsHeaderListIcons__text {
  margin-top: 10px;
  line-height: 17px
}

.tabsHeaderBanner,
.tabsHeaderBannerBase,
.tabsHeaderBannerOutline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 2px;
  align-items: center;
  -webkit-align-items: center
}

.tabsHeaderBanner {
  position: relative;
  overflow: hidden
}

.tabsHeaderBanner__content {
  padding-right: 50px;
  position: relative;
  z-index: 1
}

.tabsHeaderBanner__content--reduced {
  padding-right: 110px
}

.tabsHeaderBanner__container {
  padding: 35px 0 0 30px
}

.tabsHeaderBanner__title {
  font-size: 16px;
  line-height: 24px;
  line-height: 21px;
  color: #222;
  font-weight: 600;
  display: inline-block;
  margin: 0;
  cursor: pointer
}

.tabsHeaderBanner__title:hover {
  color: #f76c6f
}

.tabsHeaderBanner__subtitle {
  font-size: 14px;
  line-height: 21px;
  margin: 0
}

.tabsHeaderBanner__image {
  position: absolute;
  height: 100%;
  border-radius: 2px;
  top: 0;
  right: 0
}

.tabsHeaderBanner--contest {
  background: #fcf5ef
}

.tabsHeaderBannerOutline {
  min-height: 100px;
  border: 1px solid #d9d9d9
}

.tabsHeaderBannerOutline__content {
  padding-right: 15px;
  width: 66%
}

.tabsHeaderBannerOutline__title {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  margin: 0;
  cursor: pointer
}

.tabsHeaderBannerOutline__title:hover {
  color: #f76c6f
}

.tabsHeaderBannerOutline__subtitle {
  font-size: 14px;
  line-height: 21px;
  margin: 0
}

.tabsHeaderBannerOutline--right {
  margin-left: auto
}

.tabsHeaderBannerOutline__imageSize {
  max-width: 65px
}

.tabsHeaderBannerHitchedShop.tabsHeaderResponsive__desktop {
  display: block
}

.tabsHeaderBannerHitchedShop .tabsHeaderBannerOutline__content {
  padding-right: 12px;
  width: 70%
}

.tabsHeaderBannerHitchedShop .tabsHeaderBannerOutline__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.tabsHeaderBannerHitchedShop .tabsHeaderBannerOutline__subtitle {
  color: #8c8c8c
}

.tabsHeaderRegistry__brands {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  width: 100%
}

.tabsHeaderRegistry__link {
  font-size: 14px;
  line-height: 21px;
  display: block;
  color: #f76c6f
}

.tabsHeaderResponsive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.tabsHeaderResponsive__main {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 75%
}

.tabsHeaderResponsive__desktop {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 25%
}

.tabsHeaderResponsive__mobile {
  display: none
}

.tabsHeaderResponsive__promo {
  display: none
}

@media only screen and (max-width:1220px) {
  .tabsHeaderBanner__container {
    padding-left: 0
  }
}

@media only screen and (max-width:1130px) {
  .tabsHeaderResponsive__main {
    -webkit-box-flex: 1 0 65%;
    -webkit-flex: 1 0 65%;
    -ms-flex: 1 0 65%;
    flex: 1 0 65%;
    width: 65%
  }

  .tabsHeaderResponsive__mobile {
    -webkit-box-flex: 1 0 35%;
    -webkit-flex: 1 0 35%;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
    width: 35%;
    display: inline-block
  }

  .tabsHeaderResponsive__desktop {
    display: none
  }
}

@media only screen and (max-width:1024px) {
  .tabsHeader {
    padding: 25px 15px
  }

  .tabsHeaderBanner__content {
    padding-right: 40px
  }

  .tabsHeaderBannerPromo__content,
  .tabsHeaderBannerPromo__content--reduced {
    padding-right: 0
  }
}

.progress-steps {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden
}

.progress-steps div {
  float: left;
  padding: 10px 40px;
  position: relative
}

.progress-steps div:first-child {
  padding: 10px 40px 10px 0
}

.progress-steps div:last-child {
  padding: 10px 0 10px 40px
}

.progress-steps div hr {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-width: 4px
}

.progress-steps div span {
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  border-radius: 300px;
  border: 3px solid #d9d9d9;
  color: #d9d9d9;
  background-color: #fff;
  height: 35px;
  width: 35px;
  position: relative;
  display: inline-block;
  z-index: 300
}

.progress-steps div.complete hr {
  border-color: #f76c6f
}

.progress-steps div.complete span {
  color: #f76c6f;
  border: 3px solid #f76c6f
}

.select-fake {
  border-radius: 2px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none
}

.select-fake:before {
  content: "";
  color: #8b8b8b;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAMAAAAyEe/dAAAAElBMVEUAAABkZGRkZGRkZGRkZGRkZGQF0x2LAAAABXRSTlMASWauz1Ny6NIAAABMSURBVHjahc7RCkBRBETRi5n//+VbXnahjqdhFb5HpSrmLErZQbZjmG11KqOYi4gyGM2r3Yuyj0Rbv5AYih2KHYodim3FtmKXStirfjUNAk+81hxEAAAAAElFTkSuQmCC);
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  top: 15px;
  right: 0;
  pointer-events: none;
  cursor: pointer;
  height: 1em;
  width: 2em
}

.select-fake select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #f8f8f8;
  padding: 8px 2em 8px 10px;
  width: 100%;
  text-indent: .01px;
  margin: 0;
  display: inline-block;
  border: 0;
  cursor: pointer;
  user-select: none
}

.select-fake select:after,
.select-fake select:before {
  box-sizing: border-box
}

.select-fake select:active,
.select-fake select:focus {
  outline: 0
}

.select-fake select option {
  border-right: 2px solid #b3b3b3;
  border-left: 2px solid transparent
}

.select-fake.select-fake-large:before {
  width: 3em;
  padding-top: 1.2em
}

.select-fake.select-fake-large select {
  padding: 13px 3em 13px 13px
}

.select-fake.select-fake-disabled:before {
  color: #6c6c6c;
  background-color: transparent
}

.select-fake.select-fake-red:before {
  color: #f76c6f
}

.select-fake-migrate {
  border-radius: 2px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none
}

.select-fake-migrate select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #f8f8f8;
  padding: 8px 2em 8px 10px;
  width: 125% !important;
  text-indent: .01px;
  margin: 0;
  display: inline-block;
  border: 0;
  cursor: pointer;
  user-select: none
}

.select-fake-migrate select:after,
.select-fake-migrate select:before {
  box-sizing: border-box
}

.select-fake-migrate select:active,
.select-fake-migrate select:focus {
  outline: 0
}

.select-fake-migrate select option {
  border-right: 2px solid #b3b3b3;
  border-left: 2px solid transparent
}

.select-fake-migrate-icon {
  border-left: 1px solid #d9d9d9;
  top: 0;
  right: 0;
  line-height: 36px;
  height: 36px;
  width: 26px;
  text-align: center;
  pointer-events: none;
  position: absolute
}

.select-fake-migrate.select-fake-disabled:before {
  color: #6c6c6c
}

.textarea,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  padding: 7px 10px;
  color: #000;
  background-color: #fff
}

select::-ms-expand {
  display: none
}

.input-group-panel .input-group {
  display: inline-block;
  vertical-align: middle
}

.input-group {
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  text-align: left
}

.input-group:last-child,
.input-group:only-of-type {
  margin-bottom: 0
}

.input-group--disabled {
  opacity: .5;
  cursor: not-allowed;
  background: #f8f8f8
}

.input-group--dashed {
  border-style: dashed
}

.input-group--dashed input[type=file] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px
}

.input-group--dashed {
  border-style: dashed
}

.input-group--dashed input[type=file] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px
}

.input-group input[type=text] {
  box-shadow: none
}

.input-group.hasError {
  border-color: #f76c6f
}

.input-group.icon {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  position: relative
}

.input-group.icon select {
  width: 100%;
  padding: 0 25px 0 10px
}

.input-group.icon:before {
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 10
}

.input-group .svgIcon svg {
  fill: #757575
}

.input-group input,
.input-group select {
  color: #000;
  height: 42px;
  border: 0;
  width: 100%;
  background: 0 0
}

.input-group input,
.input-group select,
.input-group textarea {
  font-size: 16px;
  line-height: 24px;
  resize: none;
  outline: 0;
  box-sizing: border-box;
  padding: 0 10px
}

.input-group textarea {
  width: 100%;
  padding: 10px
}

.input-group .icon,
.input-group .icon-header {
  position: absolute;
  top: 12px;
  left: 10px;
  line-height: 0
}

.input-group .icon-header:last-child,
.input-group .icon:last-child {
  left: inherit;
  right: 10px
}

.input-group .icon+input,
.input-group .icon+select,
.input-group .icon-header+input,
.input-group .icon-header+select,
.input-group.input-group--iconLeft {
  padding: 0 0 0 40px;
  box-sizing: border-box
}

.input-group.input-group--iconRight {
  padding: 0 40px 0 0;
  box-sizing: border-box
}

.input-group.input-group--iconRight input,
.input-group.input-group--iconRight select {
  padding-right: 0
}

.input-group--lg input,
.input-group--lg select {
  height: 54px
}

.input-group--lg input,
.input-group--lg select,
.input-group--lg textarea {
  padding: 0 14px
}

.input-group--lg .icon {
  top: 20px
}

.input-group--lg .icon:last-child {
  right: 14px
}

.input-group.icon {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  position: relative
}

.input-group.icon select {
  width: 100%;
  padding: 0 25px 0 10px
}

.input-group.icon:before {
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 10
}

.input-icon {
  font-size: 18px;
  line-height: 26px;
  color: #8c8c8c;
  font-weight: 600;
  background-color: #efefef;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 8px
}

.input-group.icon-header {
  position: relative
}

.input-group.icon-header select {
  padding: 7px 35px 7px 10px;
  width: 100%
}

.input-group.icon-header:before {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 10;
  pointer-events: none
}

.input-group-label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-bottom: 5px
}

.input-group-margin {
  margin-top: 26px
}

.search-select {
  color: #222;
  border: 0;
  background: #fff;
  position: relative
}

.search-select:before {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojRjI2QzcwO3N0cm9rZS13aWR0aDoyOyIgcG9pbnRzPSIxMS42LDIuNiA2LjEsOC4xIDAuNiwyLjYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  pointer-events: none
}

.search-select select {
  border-radius: inherit;
  border: 0;
  padding: 10px 30px 10px 10px;
  background: #fff;
  width: 100%
}

.search-select select:focus {
  outline: 0
}

.input-group--right .icon,
.input-group--right .icon-header {
  left: inherit;
  right: 10px
}

.input-group--right .icon+input,
.input-group--right .icon+select,
.input-group--right .icon-header+input,
.input-group--right .icon-header+select {
  padding: 0 40px 0 15px
}

.form-captcha {
  margin-bottom: 15px;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  padding: 15px;
  border-radius: 4px;
  width: 350px
}

.form-captcha img {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 220px
}

.input-group-captcha {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 35.59674778px
}

.input-group-captcha ::placeholder {
  font-size: 13px;
  line-height: 21.03444187px
}

.form-facebook-signup {
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  padding: 20px 0 15px 0;
  position: relative
}

.form-facebook-signup .btn-login-facebook,
.form-facebook-signup small {
  margin: 5px auto 10px
}

.form-facebook-signup small {
  padding-left: 25px;
  background: url(/assets/img/forms/sprite_login.png) no-repeat scroll -293px -213px transparent;
  color: #6c6c6c
}

.form-facebook-signup .form-facebook-separator {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 10px;
  background-color: #fff;
  left: 50%;
  bottom: -15px
}

.form-facebook-signup .form-facebook-separator i {
  display: inline-block;
  vertical-align: middle;
  background-color: #f8f8f8;
  color: #8c8c8c;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 28px
}

.modal .form-facebook-signup {
  border-top: none
}

.filter {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  text-align: center;
  background: #fff
}

.filter li {
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #d9d9d9
}

.filter li:last-child {
  border-right: 0
}

.filter-panel span {
  display: block;
  margin-bottom: 5px
}

.filter-panel li label {
  color: #000;
  padding: 9px 3px;
  display: block
}

.filter-panel li label.active,
.filter-panel li label.current {
  color: #f76c6f;
  font-weight: 600
}

.filter-panel li label.inputRolPadding {
  padding: 10.5px 3px
}

.filter-panel input {
  display: none
}

.form-line {
  display: block;
  width: 100%
}

.form-line input {
  font-size: 16px;
  line-height: 24px;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 5px 5px 0;
  margin-bottom: 20px;
  outline: 0
}

.form-line input.combo {
  margin-bottom: 10px
}

.form-line select {
  font-size: 16px;
  line-height: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAMAAAD+zz7+AAAAD1BMVEUAAAD////5YW75YW75YW5eOfjwAAAABHRSTlMAAAGXxONRPAAAACdJREFUCNdVx0EKAAAIAjDL/v/miJBst4FliLQzYZ/dd7q2v821eBpLAAD5N30FUQAAAABJRU5ErkJggg==);
  padding: 0 15px 0 5px;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  width: 100%;
  outline: 0
}

.form-line textarea {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
  outline: 0
}

.form-line input[type=radio] {
  margin-bottom: 0
}

.form-line .forgotten-password {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  padding-top: 5px;
  float: right;
  margin-top: -20px
}

.form-line .forgotten-password:hover {
  color: #f76c6f
}

.form-line label {
  font-size: 16px;
  line-height: 24px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  text-transform: uppercase
}

.form-line__icon {
  vertical-align: middle;
  display: inline-block;
  margin: -6px 0 0
}

.form-disclaimer .icheckbox_grey,
.form-disclaimer .icheckbox_minimal {
  float: left
}

.form-disclaimer-content,
.form-disclaimer-content a {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  overflow: hidden;
  text-align: left;
  letter-spacing: normal
}

.form-disclaimer-content a,
.form-disclaimer-content a a {
  text-decoration: underline
}

.contact-form .pure-control-group {
  margin-bottom: 5px
}

.form-input-prefix,
.form-input-select {
  position: relative;
  cursor: pointer;
  user-select: none
}

.form-input-prefix:before,
.form-input-select:before {
  content: "";
  color: #8b8b8b;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAMAAAAyEe/dAAAAElBMVEUAAABkZGRkZGRkZGRkZGRkZGQF0x2LAAAABXRSTlMASWauz1Ny6NIAAABMSURBVHjahc7RCkBRBETRi5n//+VbXnahjqdhFb5HpSrmLErZQbZjmG11KqOYi4gyGM2r3Yuyj0Rbv5AYih2KHYodim3FtmKXStirfjUNAk+81hxEAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  top: 18px;
  right: 0;
  pointer-events: none;
  cursor: pointer;
  height: 1em;
  width: 2em
}

.form-input-select:before {
  width: 1.5em
}

.modal-request {
  width: 550px;
  padding-top: 40px
}

.modal-request--multi {
  width: 990px
}

.modal-request--medium {
  width: 580px
}

.leadlayer {
  background: #fff;
  position: relative
}

.leadlayer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.leadlayer__fieldset {
  border: 0
}

.leadlayer__info {
  width: 260px;
  padding: 25px;
  border-right: 1px solid #d9d9d9;
  flex: 1 0 auto;
  box-sizing: border-box
}

.leadlayer__form {
  width: 540px;
  padding: 25px 30px;
  flex: 1 0 auto;
  box-sizing: border-box;
  position: relative
}

.leadlayer__form--spaced {
  padding: 30px 40px 40px
}

.leadlayer__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  border: none;
  background: 0 0;
  padding: 10px;
  cursor: pointer;
  outline: 0;
  z-index: 2
}

.leadlayer__close--in {
  right: 2px
}

.leadlayer__close--out {
  right: 0;
  top: -37px
}

.leadlayer__close--grey svg {
  fill: #8c8c8c
}

.leadlayer__vendorImage {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 3px
}

.leadlayer__claim {
  font-size: 12px;
  line-height: 19.41640788px;
  color: #8c8c8c;
  text-transform: uppercase
}

.leadlayer__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.leadlayer__intro {
  color: #8c8c8c
}

.leadlayer .modal-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 36px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: -32px;
  border: 0;
  padding: 2px 0 3px;
  background: 0 0;
  outline: 0;
  cursor: pointer
}

.leadlayer__userlogged {
  position: relative;
  margin-bottom: 20px
}

.leadlayer__labelfocused {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 0
}

.leadlayer__edit {
  font-size: 14px;
  line-height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #8c8c8c;
  border: 0;
  text-decoration: underline;
  cursor: pointer
}

.leadlayer__edit:focus {
  outline: 0
}

.leadlayer__username {
  color: #222;
  margin-right: 5px
}

.leadlayer__usermail {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.leadlayer__inputsTitle {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px
}

.leadlayer__inputsTitle--uppercase {
  text-transform: uppercase;
  letter-spacing: 1px
}

.leadlayer__inputsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between
}

.leadlayer__inputShort {
  width: 230px
}

.leadMultilayer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff
}

.leadMultilayer__listings {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 40px
}

.leadMultilayer__aside {
  flex: 0 0 auto;
  background: #efefef;
  width: 230px;
  padding: 40px
}

.leadMultilayer__description {
  line-height: 28px
}

.leadMultilayer__content {
  color: #8c8c8c
}

.leadMultilayer__submit {
  text-align: center;
  margin-bottom: 10px
}

.leadMultilayer__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  word-break: break-word;
  margin-bottom: 20px;
  font-weight: 400
}

.leadMultilayer__title--small {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-weight: 600
}

.modal-test-original.modal-request {
  width: 650px;
  padding-top: 40px
}

.modal-test-original.modal-request .tag-promo {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #ffe8d3;
  background: #ffe8d3;
  font-weight: 600;
  padding: 5px 10px;
  margin-top: 5px;
  color: #c77120;
  position: relative
}

.modal-test-original.modal-request .tag-promo:after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #ffe8d3;
  border-width: 6px;
  position: absolute;
  right: -12px;
  top: 9px
}

.modal-test-original.modal-request--large {
  width: 800px
}

.modal-test-original .modal-dialog-content {
  background-color: #fff;
  position: relative;
  border-radius: 8px
}

.modal-test-original .modal-close {
  color: #fff;
  font-size: 36px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: -32px;
  border: 0;
  padding: 2px 0 3px;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  outline: 0
}

.modal-test-original .modal-close-grey {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: 0 0;
  appearance: none;
  outline: 0;
  cursor: pointer
}

.modal-test-original .modal-request-header {
  background-color: #f8f8f8;
  text-align: center;
  padding: 25px 50px
}

.modal-test-original .modal-request-header h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-weight: 400
}

.modal-test-original .modal-request-header p {
  color: #8c8c8c;
  margin-bottom: 0
}

.modal-test-original .modal-vendor-content-form {
  padding: 20px 30px
}

.modal-test-blue.modal-request {
  width: 760px;
  padding-top: 65px
}

.modal-test-blue.modal-request .tag-promo {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #ffe8d3;
  background: #ffe8d3;
  font-weight: 600;
  padding: 5px 10px;
  margin-top: 5px;
  color: #c77120;
  position: relative
}

.modal-test-blue.modal-request .tag-promo:after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #ffe8d3;
  border-width: 6px;
  position: absolute;
  right: -12px;
  top: 9px
}

.modal-test-blue .modal-dialog-content {
  background-color: #fff;
  position: relative;
  border-radius: 2px
}

.modal-test-blue .modal-close {
  color: #fff;
  font-size: 36px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: -32px;
  border: 0;
  padding: 2px 0 3px;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  outline: 0
}

.modal-test-blue .modal-request-form {
  margin-top: 20px
}

.modal-test-blue .modal-request-vendor {
  background-color: #726a71;
  color: #d3d2d3;
  text-align: center
}

.modal-test-blue .modal-request-vendor h2 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0
}

.modal-test-blue .modal-request-vendor p {
  font-size: 14px;
  line-height: 21px
}

.modal-test-blue .modal-request-vendor-avatar {
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 90px
}

.modal-test-blue .modal-request-vendor-rating {
  margin: 15px 0 20px
}

.modal-test-blue .modal-vendor-content-form h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 5px
}

.modal-test-blue .modal-vendor-content-form p {
  font-size: 14px;
  line-height: 21px
}

.modal-test-blue .modal-request-vendor-conditions {
  margin: 10px 0 0
}

.modal-test-nolabel.modal-request {
  width: 600px;
  padding-top: 40px
}

.modal-test-nolabel.modal-request .tag-promo {
  font-size: 14px;
  line-height: 21px;
  background: #ffe8d3;
  font-weight: 600;
  border: 1px solid #ffe8d3;
  padding: 5px 10px;
  margin-top: 5px;
  color: #c77120;
  position: relative
}

.modal-test-nolabel.modal-request .tag-promo:after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #ffe8d3;
  border-width: 6px;
  position: absolute;
  right: -12px;
  top: 9px
}

.modal-test-nolabel .modal-dialog-content {
  background-color: #fff;
  position: relative;
  border-radius: 2px
}

.modal-test-nolabel .modal-close {
  color: #fff;
  font-size: 36px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: -32px;
  border: 0;
  padding: 2px 0 3px;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  outline: 0
}

.modal-test-nolabel .modal-request-header {
  background-color: #6a6c72;
  color: #fff;
  text-align: center;
  padding: 25px 50px
}

.modal-test-nolabel .modal-request-header h2 {
  margin-bottom: 10px
}

.modal-test-nolabel .modal-request-header p {
  margin-bottom: 0
}

.modal-test-nolabel .modal-vendor-content-form {
  padding: 20px 30px
}

.modal-test-nolabelLogo.modal-request {
  width: 600px;
  padding-top: 40px
}

.modal-test-nolabelLogo.modal-request .tag-promo {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #ffe8d3;
  background: #ffe8d3;
  font-weight: 600;
  padding: 5px 10px;
  margin-top: 5px;
  color: #c77120;
  position: relative
}

.modal-test-nolabelLogo.modal-request .tag-promo:after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #ffe8d3;
  border-width: 6px;
  position: absolute;
  right: -12px;
  top: 9px
}

.modal-test-nolabelLogo .modal-dialog-content {
  background-color: #fff;
  position: relative;
  border-radius: 2px
}

.modal-test-nolabelLogo .modal-close {
  color: #fff;
  font-size: 36px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: -32px;
  border: 0;
  padding: 2px 0 3px;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  outline: 0
}

.modal-test-nolabelLogo .modal-request-header {
  background-color: #6a6c72;
  padding: 25px 30px;
  color: #fff
}

.modal-test-nolabelLogo .modal-request-header img {
  border-radius: 3px;
  display: block
}

.modal-test-nolabelLogo .modal-request-header h2 {
  margin-bottom: 0
}

.modal-test-nolabelLogo .modal-request-header p {
  margin: 0 0 0 5px;
  display: inline-block
}

.modal-test-nolabelLogo .modal-vendor-content-form {
  padding: 20px 30px
}

.multi-request-com-add .title {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000
}

.modal-test-blue.modal-multi-request.modal-multi-request {
  width: 720px;
  padding-top: 30px
}

.modal-test-blue .vendors-modal-multi {
  padding: 10px
}

.modal-test-blue .vendors-modal-multi-header {
  padding: 20px 25px 0 25px;
  text-align: center
}

.modal-test-blue .vendors-modal-multi-header h2 {
  margin-bottom: 10px
}

.modal-test-blue .vendors-modal-multi-header p {
  margin: 0
}

.modal-test-blue .vendors-modal-multi-content {
  padding: 25px 25px 10px
}

.modal-test-blue .vendors-modal-multi-footer {
  padding: 0 25px 30px
}

.modal-test-blue .vendors-modal-multi-button {
  padding: 0;
  margin-top: -30px
}

.modal-test-blue #multi-sol .row {
  margin: 0 -5px
}

.modal-test-blue #multi-sol .unit {
  margin: 0 8px 5px
}

.modal-test-original.modal-multi-request.modal-multi-request {
  width: 990px;
  padding-top: 30px
}

.modal-test-original .vendors-modal-multi-aside {
  background-color: #efefef;
  position: relative
}

.modal-test-original .vendors-modal-multi-aside-content {
  padding: 25px
}

.modal-test-original .vendors-modal-multi-aside-content h2 {
  font-weight: 400;
  margin-bottom: 20px
}

.modal-test-original .vendors-modal-multi-aside-content span {
  font-weight: 600
}

.modal-test-original .vendors-modal-multi-content {
  padding: 20px 25px
}

.modal-test-original .vendors-modal-multi-content .unit {
  margin: 0 8px 5px
}

.modal-test-original .vendors-modal-multi-button {
  padding: 0;
  margin-top: -30px
}

.modal-test-original #multi-sol .unit {
  margin: 0 8px 5px
}

.modal-test-nolabel.modal-multi-request.modal-multi-request {
  width: 970px;
  padding-top: 30px
}

.modal-test-nolabel .vendors-modal-multi-aside {
  background-color: #efefef;
  position: relative
}

.modal-test-nolabel .vendors-modal-multi-aside-content {
  top: 50%;
  padding: 100px 25px;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.modal-test-nolabel .vendors-modal-multi-aside-content:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 15px
}

.modal-test-nolabel .vendors-modal-multi-aside-content h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px
}

.modal-test-nolabel .vendors-modal-multi-aside-content h2 span {
  background-color: #fa9c9e;
  padding: 0 5px
}

.modal-test-nolabel .vendors-modal-multi-aside-content p {
  margin: 0
}

.modal-test-nolabel .vendors-modal-multi-content {
  padding: 30px 25px
}

.modal-test-nolabel .vendors-modal-multi-content .unit {
  margin: 0 8px 5px
}

.modal-test-nolabel .vendors-modal-multi-footer {
  margin-top: 10px
}

.modal-test-nolabel .vendors-modal-multi-button {
  padding: 0;
  margin-top: -30px
}

.modal-test-nolabel #multi-sol .unit {
  margin: 0 8px 5px
}

.modal-test-nolabelLogo.modal-multi-request.modal-multi-request {
  width: 970px;
  padding-top: 30px
}

.modal-test-nolabelLogo .vendors-modal-multi-aside {
  background-color: #efefef;
  position: relative
}

.modal-test-nolabelLogo .vendors-modal-multi-aside-content {
  top: 50%;
  padding: 100px 25px;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.modal-test-nolabelLogo .vendors-modal-multi-aside-content:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 15px
}

.modal-test-nolabelLogo .vendors-modal-multi-aside-content h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px
}

.modal-test-nolabelLogo .vendors-modal-multi-aside-content h2 span {
  background-color: #fa9c9e;
  padding: 0 5px
}

.modal-test-nolabelLogo .vendors-modal-multi-aside-content p {
  margin: 0
}

.modal-test-nolabelLogo .vendors-modal-multi-content {
  padding: 30px 25px
}

.modal-test-nolabelLogo .vendors-modal-multi-content .unit {
  margin: 0 8px 5px
}

.modal-test-nolabelLogo .vendors-modal-multi-footer {
  margin-top: 10px
}

.modal-test-nolabelLogo .vendors-modal-multi-button {
  padding: 0;
  margin-top: -30px
}

.modal-test-nolabelLogo #multi-sol .unit {
  margin: 0 8px 5px
}

.vendors-modal-multi-footer {
  margin-top: 15px
}

.multilead {
  margin-bottom: 20px
}

.multilead img {
  display: block
}

.multilead .vendor-slider {
  padding-top: 0
}

.multilead .vendor-slider img {
  background-color: #efefef;
  min-height: 155px
}

.multilead .item-stars {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.multilead .item-stars--white {
  color: #fff
}

.modal-test-original .multilead {
  margin: 5px 0
}

label.multilead-footer {
  cursor: pointer
}

.breadcrumb-box {
  border-bottom: 1px solid #e7e7e7
}

.breadcrumb-box .wrapper {
  padding: 1px
}

.breadcrumb-box--noBorder {
  border-bottom: none
}

.breadcrumb-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  height: 46px;
  position: relative
}

.breadcrumb-container ul.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%
}

.breadcrumb-container ul.breadcrumb li {
  text-overflow: ellipsis;
  white-space: nowrap
}

.breadcrumb-container ol.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%
}

.breadcrumb-container ol.breadcrumb li {
  text-overflow: ellipsis;
  white-space: nowrap
}

.breadcrumb-container .breadcrumb-dress-fav {
  flex: 1 0 auto;
  padding-left: 10px;
  text-align: right
}

.breadcrumb li:last-of-type a,
.breadcrumb li:last-of-type h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.breadcrumb {
  margin: 0;
  padding: 6px 0 12px
}

.breadcrumb h1 {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0
}

.breadcrumb>li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  position: relative;
  border: 1px solid transparent;
  padding: 5px 8px 0;
  margin: 0 5px
}

.breadcrumb>li:before {
  content: "/";
  position: absolute;
  left: -6px;
  color: #8c8c8c;
  font-size: 16px
}

.breadcrumb>li:first-child:before {
  content: none
}

.breadcrumb>li i {
  color: #8c8c8c;
  margin-left: 5px
}

.breadcrumb>li span {
  color: #8c8c8c
}

.breadcrumb>li a {
  color: #8c8c8c
}

.breadcrumb>li a:hover {
  color: #f76c6f
}

.breadcrumb>li a:hover span {
  color: #f76c6f
}

.breadcrumb>li.open {
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #fff;
  background: #fff
}

.breadcrumb>li.open:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 3px;
  left: -1px;
  bottom: -1px;
  border-left: 1px solid #d9d9d9;
  z-index: 100;
  padding: 0
}

.breadcrumb>li:first-child {
  padding-left: 0
}

.breadcrumb>li:first-child a {
  padding-left: 0
}

.breadcrumb .bread-menu {
  position: absolute;
  top: 24px;
  left: -1px;
  z-index: 99
}

.breadcrumb .bread-menu ul {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 10px 0;
  width: 250px
}

.breadcrumb .bread-menu ul.multi-column {
  width: 300px;
  padding: 10px
}

.breadcrumb .bread-menu>div {
  display: block
}

.breadcrumb .bread-menu li {
  display: block
}

.breadcrumb .bread-menu li a,
.breadcrumb .bread-menu li strong {
  padding: 6px 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis
}

.breadcrumb .bread-menu li a:hover {
  background: #f8f8f8;
  color: #f76c6f
}

.breadcrumb>li:first-child {
  padding-left: 0
}

.icon-breadcrumb-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 7px;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAMAAABS8b9vAAAALVBMVEUAAAD///9AQED/bHFAQED/bHFAQED/bHFAQED/bHH/bHFAQED/bHFAQED/bHHwMfsAAAAADXRSTlMAAAcHEBGlpba2yc/WfA6EvwAAAHdJREFUeNp9zEEOxCAUAlBG26rVev/jjkn5ISGmrOAtwGgZltwG2nTPi5DNCeaa581CvU8gPJgaXt5WqHKpuVQ+ZilzSOVU953itwKtbT54c4dek3OqHfVxT4uQzAnmmkdnofYDCA+mhl9vu6hyqTnVnepOdZfiDzicBk10Vm7aAAAAAElFTkSuQmCC);
  background-position: 4px -6px
}

.icon-breadcrumb-arrow:hover:after {
  background-position: 4px 1px
}

.breadcrumb-saved {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
  height: 20px;
  border-radius: 3px;
  min-width: 14px;
  padding: 11px 5px;
  text-align: center;
  cursor: pointer
}

.breadcrumb-saved p {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin: 0 0 0 5px
}

.breadcrumb-saved .svgIcon {
  vertical-align: middle;
  width: 18px;
  height: 18px
}

.breadcrumb-saved .svgIcon svg {
  fill: #c7c7c7
}

.breadcrumb-saved .svgIcon__heart svg {
  fill: #f66064
}

.breadcrumb-saved span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #8c8c8c;
  margin-left: 5px
}

.breadcrumb-saved__bounce,
.breadcrumb-saved__rebounce {
  -webkit-animation: bounce .5s;
  -moz-animation: bounce .5s;
  -o-animation: bounce .5s;
  animation: bounce .5s
}

@media only screen and (max-width:1024px) {
  ul.breadcrumb {
    padding: 7px 5px 12px
  }
}

.vendorCategory {
  margin: 0 10px 25px;
  position: relative;
  cursor: pointer;
  user-select: none;
  min-height: 105px
}

.vendorCategory__label {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  max-width: 35%
}

.vendorCategory__image {
  width: 100%;
  display: block
}

.userMenu {
  display: none;
  border: 1px solid #d9d9d9;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 9999;
  width: 380px;
  border-radius: 8px;
  background: #fff
}

.userMenu__header {
  font-size: 14px;
  line-height: 21px;
  background: #f8f8f8;
  padding: 20px;
  color: #777;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 6px 6px 0 0
}

.userMenu__header a {
  color: inherit
}

.userMenu__logout {
  position: absolute;
  right: 15px;
  top: 10px
}

.userMenu__username {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: center
}

.userMenu__status {
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle
}

.userMenu__status:before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 2px;
  border-radius: 50%;
  background: #88b769;
  display: inline-block;
  vertical-align: initial
}

.userMenu__select {
  background: #efefef;
  border: 1px solid #d9d9d9;
  max-width: 100%
}

.userMenu__content {
  padding: 10px 0;
  text-align: center
}

.userMenu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  line-height: 19.41640788px;
  justify-content: space-between;
  color: #000;
  font-weight: 400;
  margin: 10px 0;
  padding: 0 10px
}

.userMenu__label {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px
}

.userMenu__footer {
  border-top: 1px solid #d9d9d9;
  padding: 15px
}

.userMenu__footer__website {
  padding: 15px 60px
}

.userMenu__conciergeIcon {
  margin: 4px 10px 0 0
}

.userMenu__providers {
  margin: 0;
  font-weight: 400;
  font-size: 14px
}

.userMenu__adviser {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px
}

.userMenu__adviser:hover {
  color: #f76c6f
}

@media only screen and (max-width:1024px) {
  .dropmenuNav {
    padding: 25px 15px
  }

  .dropmenuNav__block--left {
    padding-right: 0
  }

  .dropmenuNav__iconlink {
    font-size: 11px
  }

  .dropmenuNav__subtitle {
    margin-bottom: 5px;
    font-size: 12px
  }

  .dropmenuNav__description {
    font-size: 12px;
    line-height: 1.5em
  }

  .dropmenuNav__listItem {
    font-size: 11px;
    margin-bottom: 14px
  }

  .dropmenuNav__community {
    padding: 0 10px
  }

  .dropmenuNav__communityText {
    margin: 0 60px 0 15px
  }
}

.userMenu {
  border: none
}

.layoutNavMenuAuthenticatorDropdown {
  background: #fff;
  display: block;
  width: 80vw;
  position: fixed;
  right: 0;
  z-index: 1100
}

.layoutNavMenuAuthenticatorDropdown__container {
  width: 100%
}

.layoutNavMenuAuthenticatorDropdown__header {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 1rem;
  padding: 1.3rem;
  text-align: left
}

.layoutNavMenuAuthenticatorDropdown__headerAvatar {
  grid-column: 1;
  grid-row: 1/span 2;
  width: 56px;
  height: 56px
}

.layoutNavMenuAuthenticatorDropdown__headerName {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis
}

.layoutNavMenuAuthenticatorDropdown__headerInformation {
  color: #8c8c8c;
  margin-bottom: 0
}

.layoutNavMenuAuthenticatorDropdown__headerButton {
  width: 100%;
  grid-column: 1/span 2;
  grid-row: 3;
  margin-top: 15px;
  align-items: center;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: .69rem 1rem;
  background-position: 50%;
  color: #222;
  cursor: pointer;
  -webkit-transition: all .15s;
  transition: all .15s;
  box-sizing: border-box
}

.layoutNavMenuAuthenticatorDropdown__headerButton:hover {
  border-color: #8c8c8c;
  color: #222
}

.layoutNavMenuAuthenticatorDropdown__headerButton:active {
  border-color: #6c6c6c
}

.layoutNavMenuAuthenticatorDropdown__headerButton:focus,
.layoutNavMenuAuthenticatorDropdown__headerButton:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #1961d9;
  box-shadow: 0 0 0 2px #1961d9;
  outline: 0;
  border-color: transparent
}

.layoutNavMenuAuthenticatorDropdown__headerButton:focus:not(:focus-visible) {
  border-color: #6c6c6c;
  box-shadow: none
}

.layoutNavMenuAuthenticatorDropdown__body {
  border-color: #d9d9d9;
  border-width: 1px 0;
  border-style: solid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 20px;
  font-size: .9rem
}

.layoutNavMenuAuthenticatorDropdown__bodyItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0;
  text-align: center
}

.layoutNavMenuAuthenticatorDropdown__bodyIcon {
  width: 26px;
  height: 26px;
  margin-bottom: 5px
}

.layoutNavMenuAuthenticatorDropdown__footer {
  padding: 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  text-align: left
}

@media (max-width:768px) {
  .layoutNavMenuAuthenticatorDropdown {
    max-width: 300px;
    top: 0;
    height: 100vh;
    transform: translate3d(100%, 0, 0);
    transition: transform .3s ease-in-out
  }

  .layoutNavMenuAuthenticatorDropdown__overlay {
    display: none;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    width: 100vw;
    height: 100vh;
    z-index: 9
  }

  .layoutNavMenuAuthenticatorDropdown.open {
    transform: translate3d(0, 0, 0)
  }

  .layoutNavMenuAuthenticatorDropdown.open~.layoutNavMenuAuthenticatorDropdown__overlay {
    display: block;
    animation: showOverlay .3s linear forwards
  }
}

@media (min-width:768px) {
  .layoutNavMenuAuthenticatorDropdown {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    border-radius: .5rem;
    cursor: pointer;
    position: absolute;
    width: 340px;
    top: 100%
  }

  .layoutNavMenuAuthenticatorDropdown.open {
    display: block
  }
}

@keyframes showOverlay {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.layoutNavMenuAuthenticatorDropdownActions {
  display: none
}

.layoutNavMenuVendorAuthenticatorDropdown {
  background: #fff;
  right: 0;
  z-index: 10;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
  border-radius: .5rem;
  cursor: pointer;
  position: absolute;
  width: 340px;
  top: 100%;
  margin-top: 17px
}

.layoutNavMenuVendorAuthenticatorDropdown__header {
  padding: 1.3rem;
  text-align: center
}

.layoutNavMenuVendorAuthenticatorDropdown__logout {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: block;
  text-align: right
}

.layoutNavMenuVendorAuthenticatorDropdown__multi {
  display: inline-block;
  border: 1px solid #d9d9d9;
  margin: 10px 0;
  position: relative;
  width: 100%;
  padding: 4px 10px;
  box-sizing: border-box;
  border-radius: 4px
}

.layoutNavMenuVendorAuthenticatorDropdown__multiIcon {
  top: 4px;
  right: 10px;
  position: absolute;
  pointer-events: none
}

.layoutNavMenuVendorAuthenticatorDropdown__name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  margin-bottom: 5px
}

.layoutNavMenuVendorAuthenticatorDropdown__name:focus {
  outline: 0
}

.layoutNavMenuVendorAuthenticatorDropdown__name--select:hover {
  color: #222
}

.layoutNavMenuVendorAuthenticatorDropdown__category {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: block
}

.layoutNavMenuVendorAuthenticatorDropdown__action {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin-right: 15px;
  display: inline-block
}

.layoutNavMenuVendorAuthenticatorDropdown__action:hover {
  color: #f76c6f
}

.layoutNavMenuVendorAuthenticatorDropdown__body {
  border-color: #d9d9d9;
  border-width: 1px 0;
  border-style: solid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 20px;
  font-size: .9rem
}

.layoutNavMenuVendorAuthenticatorDropdown__bodyItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0;
  text-align: center
}

.layoutNavMenuVendorAuthenticatorDropdown__bodyIcon {
  width: 26px;
  height: 26px;
  margin-bottom: 5px
}

.layoutNavMenuVendorAuthenticatorDropdown__premium {
  padding: 15px;
  text-align: center
}

.layoutNavMenuVendorAuthenticatorDropdown__premium a {
  color: #222
}

.layoutNavMenuVendorAuthenticatorDropdown__premium span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #f89b16;
  display: block
}

.layoutNavMenuVendorAuthenticatorDropdown__contact {
  padding: 10px 20px;
  text-align: center
}

.layoutNavMenuVendorAuthenticatorDropdown__contact i {
  margin-bottom: 10px;
  display: inline-block
}

.layoutNavMenuVendorAuthenticatorDropdown__contact p {
  font-size: 14px;
  line-height: 21px;
  margin: 0
}

.layoutNavMenuVendorAuthenticatorDropdown__contact strong {
  display: block
}

.counter {
  background: #f76c6f;
  font-size: 11px;
  line-height: 10px;
  min-width: 10px;
  padding: 3px;
  border-radius: 10px;
  position: absolute;
  top: -6px;
  right: -8px;
  color: #fff;
  text-align: center
}

@keyframes transitionPartner1 {
  from {
    opacity: 0;
    transform: translateX(-100%)
  }

  to {
    opacity: 1;
    transform: translateX(7px)
  }
}

@keyframes transitionPartner2 {
  from {
    opacity: 0;
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    transform: translateX(-7px)
  }
}

@keyframes transitionOpacity {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.weddingInformation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ea6669;
  background-image: linear-gradient(to right, #ea6669, #f78a6c);
  height: 100vh;
  width: 100%;
  text-align: center;
  color: #fff
}

.weddingInformation__partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

.weddingInformation__partner {
  opacity: 0;
  height: 90px;
  width: 90px;
  border-radius: 90px;
  border: 3px solid #f0786a;
  background-color: #f0786a
}

.weddingInformation__partner .avatar-thumb {
  border: none;
  margin: 0
}

.weddingInformation__partner:nth-child(1) {
  z-index: 1;
  animation: transitionPartner1 .4s ease-in-out;
  animation-fill-mode: forwards
}

.weddingInformation__partner:nth-child(2) {
  z-index: 0;
  animation: transitionPartner2 .4s ease-in-out;
  animation-fill-mode: forwards
}

.weddingInformation__name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  opacity: 0;
  animation: transitionOpacity .4s;
  animation-delay: .2s;
  animation-fill-mode: forwards
}

.weddingInformation__date {
  font-size: 16px;
  line-height: 25.88854384px;
  text-transform: uppercase;
  opacity: 0;
  animation: transitionOpacity .4s;
  animation-delay: .4s;
  animation-fill-mode: forwards
}

.weddingInformation__separator {
  margin: 20px 0 30px;
  height: 1px;
  width: 50px;
  border: none;
  background-color: #fff;
  opacity: 0;
  animation: transitionOpacity .4s;
  animation-delay: .6s;
  animation-fill-mode: forwards
}

.weddingInformation__countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  max-width: 350px;
  opacity: 0;
  animation: transitionOpacity .4s;
  animation-delay: .8s;
  animation-fill-mode: forwards
}

.weddingInformation__countdown span {
  font-size: 28px;
  line-height: 45.30495172px;
  display: block;
  min-width: 40px;
  font-weight: 600
}

.weddingInformation__countdown span small {
  font-size: 16px;
  line-height: 25.88854384px;
  display: block;
  font-weight: 400
}

.modal-request-vendor-conditions {
  margin-top: 10px;
  color: #6c6c6c;
  font-size: 10px;
  line-height: 16px
}

.modal-request-vendor-conditions a {
  color: #8c8c8c;
  text-decoration: underline
}

.contest-modal-slider {
  padding-top: 50px
}

.contest-modal-slider.modal-dialog .close {
  right: 3px;
  font-size: 26px;
  color: #fff;
  top: 15px
}

.contest-modal-slider img {
  max-width: 100%;
  border: 5px solid #fff
}

.modal-vendors {
  max-width: 600px
}

.modal-vendors-search {
  position: relative;
  padding: 25px 5px 25px 30px;
  background: #efefef;
  font-weight: 400
}

.modal-vendors-search input {
  font-size: 16px;
  height: 26px;
  border: none;
  background: 0 0;
  box-shadow: none;
  outline: 0;
  width: 90%;
  margin: 0;
  padding-right: 50px;
  -webkit-box-shadow: 0 0 0 1000px #efefef inset !important
}

.modal-vendors-search .loader-line {
  top: auto
}

.modal-vendors-results {
  overflow: hidden
}

.modal-vendors-results li {
  padding: 10px 20px 10px 25px;
  border-bottom: 1px solid #d9d9d9
}

.modal-vendors-results li:first-of-type {
  padding-top: 20px
}

.modal-vendors-results li:last-of-type {
  border-bottom: none
}

.modal-vendors-results-suggest {
  height: 100%;
  overflow: auto
}

.modal-vendors-reserved {
  padding: 40px 30px 30px
}

.modal-vendors-reserved p {
  margin-bottom: 15px
}

.modal-vendors-profile {
  padding: 30px
}

.modal-vendors-footer {
  border-top: 1px solid #d9d9d9;
  padding: 20px 30px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box
}

.modal-vendors-footer p:first-of-type {
  margin: 0
}

.modal-vendors-footer-addNew {
  padding-left: 0;
  cursor: pointer;
  color: #f76c6f
}

.modal-vendors-footer-addNew:hover {
  text-decoration: underline
}

.form-add-vendor .alert {
  margin-bottom: 0
}

.rounded-modal-photo {
  border-radius: 50%
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}

select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.modal-login {
  width: 450px;
  background: #fff
}

.modal-signup {
  width: 900px;
  background: #fff
}

.wrapper-auth {
  width: 850px;
  margin: 0 auto;
  padding: 15px;
  display: block
}

.wrapper-auth-extended {
  width: 960px
}

.template-auth {
  min-height: 710px
}

.template-auth-extended {
  height: 735px
}

.template-auth-wedshoots {
  height: 820px
}

.wrapper-auth-recovery {
  width: 450px;
  margin: 0 auto;
  display: block;
  padding: 15px
}

.wrapper-auth-recovery .strong {
  font-weight: 400
}

.form-line {
  display: block;
  width: 100%
}

.form-line input {
  font-size: 16px;
  line-height: 24px;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  outline-style: none;
  padding: 5px;
  margin-bottom: 20px
}

.form-line select {
  padding: 5px 15px 5px 5px;
  display: inline-block;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAMAAAD+zz7+AAAAD1BMVEUAAAD////5YW75YW75YW5eOfjwAAAABHRSTlMAAAGXxONRPAAAACdJREFUCNdVx0EKAAAIAjDL/v/miJBst4FliLQzYZ/dd7q2v821eBpLAAD5N30FUQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0
}

.form-line input[type=radio] {
  margin-bottom: 0
}

.form-line .forgotten-password {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  padding-top: 8px;
  float: right;
  margin-top: -20px
}

.form-line .forgotten-password:hover {
  color: #f76c6f
}

.form-line input,
.form-line select {
  outline: 0
}

.layout-auth-template {
  background: #f8f8f8
}

.layout-auth-dialog {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 0 20px 0;
  top: 5vh
}

.layout-auth-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600
}

.layout-auth-subtitle {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 400
}

.layout-auth-section {
  background: #f8f8f8;
  text-align: center;
  padding: 20px 0 25px
}

.layout-auth-wrapper {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.layout-auth-action {
  color: #8c8c8c;
  margin-top: 15px
}

.layout-auth-action a {
  font-weight: 600;
  color: #f76c6f
}

.layout-auth-notice {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  display: block;
  margin-top: 5px
}

.layout-auth-notice-link {
  color: #8c8c8c;
  text-decoration: underline
}

.layout-auth-notice-small {
  font-size: 11px;
  line-height: 16px;
  line-height: 14px
}

.layout-auth-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.layout-auth-date-wrapper .icon-cal {
  border-bottom: 1px solid #d9d9d9;
  height: 25px;
  margin-top: 3px
}

.layout-auth-footer {
  font-size: 14px;
  line-height: 21px
}

.layout-auth-footer ul {
  text-align: center
}

.layout-auth-footer ul li {
  padding: 0 5px
}

.layout-auth-footer ul li a {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.layout-auth-footer ul li a:hover {
  color: #f76c6f
}

.layout-auth-footer ul li span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400
}

.layout-auth-footer-copyright {
  text-align: center;
  margin-top: 10px;
  color: #8c8c8c
}

.layout-auth .close {
  font-size: 32px;
  position: absolute;
  right: 5px;
  top: 5px;
  outline: 0;
  padding: 2px 6px 3px;
  line-height: 22px
}

.layout-auth-avatar {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px
}

.layout-auth-avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.layout-auth-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.layout-auth-container {
  text-align: center;
  padding: 60px 80px
}

.layout-auth-container--social {
  padding: 25px 80px
}

.layout-auth-choice {
  padding-top: 6px;
  padding-bottom: 4px
}

.layout-auth-link {
  color: #8c8c8c;
  display: block;
  margin-bottom: 25px
}

.layout-auth-link:hover {
  color: #f76c6f
}

.layout-auth__content {
  overflow-y: auto;
  padding: 20px 60px 30px;
  min-height: 540px
}

.layout-auth__alert {
  margin-bottom: 25px;
  padding: 15px 30px;
  border-radius: 3px
}

.layout-auth__alert--error {
  background-color: #f9e9ea;
  border: 1px solid #f1cbd1;
  color: #b63b3e
}

.layout-auth__alertTitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 5px
}

.layout-auth__alertDescription {
  color: #000;
  margin: 0
}

.layout-auth__button {
  padding: 15px;
  border-radius: 3px;
  line-height: 1em;
  text-align: center;
  position: relative;
  display: block;
  border: 1px solid transparent;
  cursor: pointer
}

.layout-auth__button--facebook {
  background-color: #135a9c;
  color: #fff
}

.layout-auth__button--facebook:hover {
  background-color: #104d85;
  color: #fff
}

.layout-auth__button--facebook i {
  margin-left: 6px
}

.layout-auth__button--wedshoots {
  color: #8c8c8c;
  border-color: #d4a1a1;
  background-color: transparent
}

.layout-auth__button--wedshoots:hover {
  background-color: #d4a1a1;
  color: #fff
}

.layout-auth__button .icon-header {
  left: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%)
}

.layout-auth__small {
  color: #8c8c8c
}

.layout-auth__small--link {
  text-decoration: underline
}

.layout-auth__medium {
  font-weight: 400 !important;
  font-size: 13px
}

.layout-auth__wedLogo {
  margin-bottom: 10px
}

.layout-auth__wedTitle {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3em
}

.layout-auth__wedSubtitle {
  font-size: 13px;
  color: #9b9b9b;
  display: block
}

.modalData {
  width: 800px;
  background: #fff
}

.modalData__aside {
  padding: 30px;
  text-align: center
}

.modalData__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px
}

.modalData__description,
.modalData__subtitle {
  margin: 0 auto 20px
}

.modalData__separator {
  margin: 0 auto 20px;
  width: 90px;
  border-width: 2px;
  border-color: #dcdcdc
}

.modalData__country {
  margin: 0;
  padding: 6px 0;
  font-size: 13px;
  text-align: left
}

.modalData__changeCountry {
  margin-left: 3px;
  color: #8c8c8c;
  cursor: pointer
}

.modalData__select {
  padding-left: 0;
  cursor: pointer
}

.modalData__selectIcon {
  bottom: 6px !important;
  right: 0 !important;
  left: inherit !important;
  pointer-events: none
}

.modalData__button {
  background-color: #f76c6f;
  border-radius: 3px;
  padding: 13px;
  color: #fff;
  border: 0;
  min-width: 150px;
  transition: all .25s;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none
}

.modalData__button:hover {
  background-color: #f65457
}

.modalData__roleButton {
  margin: 0;
  text-align: center
}

.modalData__roleButton--active,
.modalData__roleButton:hover {
  border-color: #f76c6f;
  color: #f76c6f;
  background-color: #fff !important
}

.modalData__roleSeparator {
  font-size: 13px;
  line-height: 3em;
  margin: 0 10px;
  color: #9b9b9b;
  display: inline-block
}

.masonry-btn-scroll-up {
  border-radius: 3px;
  position: fixed;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, .3);
  text-align: center;
  bottom: 60px;
  right: 30px;
  line-height: 55px;
  cursor: pointer;
  display: none
}

.suggest-wrapper {
  position: relative
}

.suggest-content {
  border: 1px solid #d9d9d9;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  max-height: 200px;
  background-color: #fff;
  overflow-x: auto;
  position: absolute
}

.suggest-content ul {
  margin: 0
}

.suggest-content li {
  font-size: 12px;
  line-height: 19.41640788px;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 10px;
  margin: 0;
  line-height: 11px;
  height: 26px
}

.suggest-content li small {
  font-size: 11px
}

.suggest-content li:last-child {
  border: 1px solid transparent
}

.suggest-content li:hover {
  background-color: #f8f8f8;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer
}

.suggest-message-num-results,
.suggest-message-num-results-soft {
  font-size: 14px;
  line-height: 21px;
  background-color: #f8f8f8
}

.suggest-message-num-results p,
.suggest-message-num-results-soft p {
  font-size: 14px;
  line-height: 21px
}

.suggest-message-num-results {
  padding: 10px 15px;
  color: #8c8c8c
}

.suggest-message-num-results-soft {
  padding: 10px 15px 0;
  color: #8c8c8c
}

.suggest-message-add-vendor {
  background-color: #f8f8f8;
  padding: 10px 10px 10px 15px
}

.suggest-message-add-vendor--soft {
  padding: 0 10px 10px 15px
}

.suggest-message-add-vendor:hover {
  cursor: pointer
}

.suggest-message-add-vendor p {
  margin: 0;
  color: #f76c6f;
  text-decoration: underline
}

.suggest-content.loading span,
.suggest-message-no-results,
.suggest-message-start-writing {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px
}

.suggest-vendor {
  position: relative
}

.suggest-vendor ul {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  z-index: 50;
  left: 0;
  background: #fff;
  position: absolute
}

.suggest-vendor ul li {
  border-top: 1px solid #d9d9d9;
  padding: 8px 10px;
  font-size: 12px;
  cursor: pointer
}

.suggest-vendor ul li:hover {
  color: #f76c6f
}

.suggest-vendor ul li:first-child {
  border-top: none
}

.suggest-community-post .ui-item-description {
  width: 75%
}

.suggest-community-post .ui-item-description .ui-item-title {
  margin: 0
}

.suggest-community-post .ui-item-description small span {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: inline
}

#app-carousel-reviews .visibleNearby {
  padding-top: 0;
  top: inherit;
  height: 100% !important;
  height: 100vh !important
}

#app-carousel-reviews .visibleNearby .rsGCaption {
  background: 0 0;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}

#app-carousel-reviews .visibleNearby .rsVisibleNearbyWrap {
  transform: translateY(-50%);
  top: 50%
}

#app-carousel-reviews .review-thumbnail-info {
  transform: translateX(-50%);
  left: 50%
}

#app-carousel-reviews .review-thumbnail-info p {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  vertical-align: 5px;
  font-weight: 600;
  transform: perspective(1px) scale(1.7) translate3d(0, 0, -1px);
  color: #fff;
  margin: 0;
  text-align: left
}

#app-carousel-reviews .review-thumbnail-info small {
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
  color: #fff;
  display: block
}

#app-carousel-reviews .review-thumbnail-info .avatar {
  display: block;
  line-height: 0
}

#app-carousel-reviews .review-thumbnail-info .avatar img {
  width: 50px;
  border: 2px solid #fff;
  display: block
}

.seal-site-of-year-box {
  display: inline-block
}

.seal-site-of-year {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 70px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  background-image: url(/assets/img/siteofyear/site_of_year.svg)
}

.seals-site-of-year-text {
  font-size: 11px;
  line-height: 16px;
  color: #000;
  font-weight: 600
}

.contact-header {
  border-radius: 2px 2px 0 0;
  padding: 20px 30px;
  background: #726a71 url(/assets/img/landings-user/bg_pattern.svg);
  position: relative
}

.contact-header h2 {
  color: #fff;
  padding-left: 15px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .4)
}

.contact-header p,
.contact-header small,
.contact-header span,
.contact-header strong {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .4)
}

.contact-header img {
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
  border: 2px solid #fff
}

.contact-header.contact-header-user {
  background-color: #40ddc5
}

.contact-header .contact-callout {
  position: absolute;
  bottom: 0;
  right: 10px;
  overflow: hidden;
  height: 30px
}

.contact-header .contact-callout:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 30px;
  background: url(/assets/img/modal_callout_detail.png) no-repeat top center;
  background-position: 0 0;
  position: relative;
  top: 0
}

.contact-header .contact-callout span {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  background-color: #6cce7d;
  display: inline-block;
  border-top-left-radius: 3px;
  margin-right: -3px;
  padding: 7px 15px;
  text-transform: uppercase;
  text-shadow: none;
  position: relative;
  top: -10px
}

.contact-header .close {
  color: #ececec
}

.modal-badge-medal {
  text-align: center
}

.modal-badge-medal .title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700
}

.modal-badge-medal-header p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase
}

.modal-badge-medal-footer,
.modal-badge-medal-header {
  padding: 25px
}

.modal-badge-medal-content {
  color: #6c6c6c;
  background: #fef0e9;
  text-align: center;
  padding: 25px
}

.modal-badge-medal-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin: 5px 0
}

.modal-badge-medal-description {
  font-size: 14px;
  line-height: 21px;
  max-width: 450px;
  margin: 0 auto
}

.header-layout {
  background: #f8f8f8;
  text-align: center;
  padding: 35px
}

.title-layout {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.subtitle-layout {
  max-width: 750px;
  margin: 0 auto
}

.gallery-box {
  background: #f3f3f3;
  text-align: center
}

.gallery-box-figure {
  position: relative;
  min-height: 248px
}

.gallery-box-figure img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto
}

.gallery-box-figure figcaption {
  border-top: 1px solid #fff;
  justify-content: flex-end
}

.gallery-box-figure .gallery-box {
  overflow: hidden;
  height: 185px
}

.gallery-box-figure .gallery-box.no-photo {
  font-size: 18px;
  line-height: 26px;
  color: #8c8c8c;
  font-weight: 600;
  background: #efefef;
  height: 185px
}

.gallery-box-figure .gallery-box-thumb {
  border-right: 1px solid #fff;
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  max-height: 67px;
  box-sizing: border-box
}

.gallery-box-figure .gallery-box-thumb:last-of-type {
  border-right: none
}

.gallery-box-figure .gallery-box-thumb-empty {
  background: #e0e0e0;
  height: 100%;
  width: 100%
}

.gallery-box-tag {
  padding: 5px;
  border-radius: 2px;
  line-height: 1em;
  font-size: 11px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
  top: 10px;
  right: 10px;
  color: #666;
  background: #fff;
  z-index: 9;
  position: absolute
}

.galleryBox__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  position: absolute
}

.galleryBox__tagAdmin {
  font-size: 13px;
  line-height: 19px;
  color: #222;
  padding: 5px;
  border-radius: 2px;
  line-height: 1em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
  background: #fff;
  position: relative;
  z-index: 10
}

.galleryBox__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-size: 13px;
  line-height: 19px;
  border-top: 1px solid #d9d9d9;
  color: #6c6c6c;
  padding: 15px
}

.galleryBox__vendor {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.galleryBox__metrics {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.gallery-box-thumb-relative .icon,
.gallery-box-thumb-relative a,
.gallery-box-thumb-relative img {
  display: block
}

.gallery-box-thumb-relative,
.gallery-box-thumb-relative img {
  height: 100%;
  object-fit: cover
}

.gallery-box-item-counter {
  font-size: 18px;
  line-height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, .5)
}

.gallery-box-item-counter .icon {
  display: block
}

.gallery-box-description {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin: 0;
  padding: 15px 20px
}

.gallery-box-description.gallery-box-description-large {
  min-height: 110px
}

.gallery-box-description .gallery-box-description-names {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #222
}

.gallery-box-description .gallery-box-description-names:hover {
  color: #f76c6f
}

.gallery-box-description .gallery-box-description-separator {
  width: 60px;
  margin: 10px auto
}

.gallery-box-description .gallery-box-description-count {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin: 5px 0 0
}

.gallery-box-description .bullet-color {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 0
}

.gallery-box-description .realWeddingHero__weddingColor {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top
}

.gallery-box-footer {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  border-top: 1px solid #d9d9d9;
  padding: 15px;
  display: block
}

.gallery-box-footer:hover,
.gallery-box-footer:hover .gallery-box-owner-name {
  color: #f76c6f
}

.gallery-box-footer .gallery-box-owner-name {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.gallery-box-footer .gallery-box-owner-name .icon-photographer-small:before,
.gallery-box-footer .gallery-box-owner-name .icon-realweddings:before {
  margin-top: 0
}

.gallery-box-footer .avatar {
  vertical-align: text-bottom
}

.gallery-box-footer .avatar.icon-left:before {
  margin-right: 10px
}

.gallery-box-footer:after {
  color: #f76c6f;
  margin-left: 5px
}

.gallery-box-footer .gallery-box-footer-owner {
  font-size: 13px;
  line-height: 19px
}

@media only screen and (max-width:1024px) {
  .gallery-box-item-counter {
    font-size: 12px
  }
}

@keyframes showModal {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showBackdrop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.main-logo img {
  margin: 2px 0
}

@media only screen and (max-width:1024px) {
  .main-logo img {
    width: 180px;
    margin-top: 9px
  }
}

@media (min-width:1024px) {
  .main-logo img {
    margin-top: 7px
  }
}

@media (min-width:1200px) {
  .main-logo img {
    margin-top: 4px
  }
}

@media (min-width:1300px) {
  .main-logo img {
    margin-top: 3px
  }
}

@media only screen and (max-width:1200px) {
  #layer-suggest-1.droplayer {
    left: 280px !important
  }

  #layer-suggest-1.droplayer:after,
  #layer-suggest-1.droplayer:before {
    left: 200px
  }
}

.tabsHeaderBanner__content--reduced {
  padding-right: 70px
}

.tabsHeaderBanner__subtitle {
  padding-right: 50px
}

@keyframes showModal {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showBackdrop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  width: 100%;
  min-height: 150px
}

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto
}

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  min-height: 150px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: 0;
  overflow-y: auto
}

.trumbowyg-editor a {
  text-decoration: underline
}

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  white-space: normal
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: 0 0;
  opacity: 0 !important;
  margin: 0 !important;
  position: absolute
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: .8;
  background: 0 0
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none
}

.trumbowyg-button-pane {
  min-height: 30px;
  margin: 0 -9px 0;
  padding: 0 0 10px;
  list-style-type: none;
  line-height: 10px;
  backface-visibility: hidden
}

.trumbowyg-button-pane .trumbowyg-button-group {
  display: inline-block;
  vertical-align: middle
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: transparent
}

.trumbowyg-button-pane button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 30px;
  margin: 0 4px;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border-radius: 4px;
  transition: background-color 150ms, opacity 150ms
}

.trumbowyg-button-pane button:first-child {
  margin-left: 0
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
  width: auto;
  line-height: 35px
}

.trumbowyg-button-pane button.trumbowyg-active {
  background-color: #e2e2e2;
  outline: 0
}

.trumbowyg-button-pane .trumbowyg-open-dropdown:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  right: 0;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
  padding-left: 10px !important;
  padding-right: 18px !important
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button:after {
  top: 17px;
  right: 7px
}

.trumbowyg-button-pane .trumbowyg-right {
  margin-left: auto
}

.trumbowyg-button-pane .trumbowyg-right::before {
  display: none !important
}

.trumbowyg-dropdown {
  width: 340px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 5px;
  background: #fff;
  margin: 0 10px 0 0;
  z-index: 999
}

.trumbowyg-dropdown button {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  background: #fff;
  padding: 0 10px;
  color: #333;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  transition: all 150ms
}

.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
  background: #ecf0f1
}

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, .5);
  width: 100%;
  left: 0;
  display: none;
  z-index: 10
}

.trumbowyg-button-group button:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/assets/img/trumbowyg_bodasTools.png?2);
  background-repeat: no-repeat
}

@media (min-resolution:2dppx),
not all,
not all,
(-webkit-min-device-pixel-ratio:2) {
  .trumbowyg-button-group button:before {
    background-image: url(/assets/img/trumbowyg_bodasTools@2x.png?2);
    background-size: 30px auto
  }
}

.trumbowyg-italic-button:before {
  background-position: 0 -30px
}

.trumbowyg-insertLinkBodas-button:before,
.trumbowyg-insertLinkSidebarBodas-button:before {
  background-position: 0 -60px
}

.trumbowyg-insertImageBodas-button:before {
  background-position: 0 -90px
}

.trumbowyg-insertVideoBodas-button:before {
  background-position: 0 -120px
}

.trumbowyg-insertEmojiBodas-button:before {
  background-position: 0 -150px
}

.trumbowyg-unlink-button:before {
  background-position: 0 -180px
}

.trumbowyg-unorderedList-button:before {
  background-position: 0 -210px
}

.trumbowyg-orderedList-button:before {
  background-position: 0 -240px
}

.trumbowyg-undo-button:before {
  background-position: 0 -270px
}

.trumbowyg-redo-button:before {
  background-position: 0 -300px
}

.trumbowyg-insertGifBodas-button:before {
  background-position: 0 -330px
}

.trumbowyg-justifyLeft-button:before {
  background-position: 0 -358px
}

.trumbowyg-justifyRight-button:before {
  background-position: 0 -385px
}

.trumbowyg-justifyCenter-button:before {
  background-position: 0 -412px
}

.com-home-hero {
  height: 502px
}

.com-home-hero-header {
  text-align: center;
  position: relative;
  transform: scale3d(1, 1, 1);
  height: 100%;
  z-index: 10
}

.com-home-hero-header img {
  width: 100%
}

.com-home-hero-header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 310px;
  color: #383838
}

.com-home-hero-header-text h1 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700
}

.com-home-hero-header-text p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px
}

@media only screen and (max-width:1024px) {
  .com-home-hero-header-text {
    top: 35%;
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
    width: 280px
  }
}

.com-hero-slide {
  padding: 20px 0 18px
}

.com-hero-slide li {
  min-height: 144px
}

.com-hero-slide img {
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .2);
  border-radius: 8px
}

.com-hero-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0 20px
}

.com-hero-slide-content p {
  margin-bottom: 0
}

.com-hero-slide-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.com-hero-slide-author {
  font-weight: 400
}

.com-home-groups {
  background: #efefef;
  padding: 5px 20px;
  height: 119px
}

.com-home-swiper-title {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px
}

.com-home-swiper {
  height: 89px
}

.com-home-swiper .com-group-item {
  margin-bottom: 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden
}

.com-home-swiper .com-group-item img {
  border-radius: 5px
}

.com-home-swiper .com-group-item figcaption {
  position: absolute;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0
}

.com-home-swiper .com-group-item figcaption a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  max-width: 100%
}

.com-home-swiper .swiper-slide {
  height: initial
}

.com-home-swiper-nav,
.com-home-swiper-nav-left,
.com-home-swiper-nav-right {
  position: absolute;
  top: 0;
  text-align: center;
  width: 80px;
  height: 100%;
  z-index: 10;
  cursor: pointer
}

.com-home-swiper-nav-left {
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(right top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(40%, #efefef), color-stop(50%, #efefef));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0, #efefef 40%, #efefef 50%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #efefef 70%, #efefef 50%);
  left: 0;
  transition: .2s
}

.com-home-swiper-nav-left:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

.com-home-swiper-nav-right {
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(40%, #efefef), color-stop(50%, #efefef));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #efefef 40%, #efefef 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #efefef 70%, #efefef 50%);
  right: 0
}

.com-home-swiper-nav-right:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0
}

.swiper-button-disabled {
  display: none
}

.com-hero-honor {
  background-color: #fdf1ed;
  background-size: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 225px
}

.com-hero-honor h1 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  text-align: center;
  padding-top: 83px
}

.com-hero-bg {
  text-align: center;
  height: 223px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px
}

.com-hero-bg-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  padding-top: 60px
}

.com-hero-bg-subtitle {
  max-width: 600px;
  margin: 0 auto
}

@media only screen and (max-width:1024px) {
  .com-hero-slide-content {
    padding-top: 10px;
    padding-bottom: 5px
  }

  .com-hero-slide-title {
    font-size: 14px;
    line-height: 21px
  }
}

.com-suggest-group-item {
  padding: 10px 0 13px;
  border-bottom: 1px solid #d9d9d9;
  display: block
}

.com-suggest-group-item:last-child {
  border-bottom: 0
}

.com-suggest-group-item:first-child {
  padding-top: 5px
}

.com-suggest-group-item-title {
  color: #222;
  line-height: normal;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden
}

.com-suggest-group-item-title strong {
  background: #fff4a6
}

.com-suggest-group-item .avatar {
  width: 40px
}

.com-suggest-group-item .avatar-alias {
  width: 100%
}

.com-suggest-group-item .icon-com {
  image-rendering: pixelated
}

.com-suggest-group-content {
  overflow: hidden;
  padding: 4px 0 0 10px
}

.com-group-item {
  position: relative
}

.com-group-item-category {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  font-weight: 400;
  margin: 5px 0 0 0
}

.com-group-item-name {
  font-weight: 600;
  display: block
}

.com-group-item-location {
  color: #8c8c8c;
  margin: 0 0 5px
}

.com-group-item-review {
  position: absolute;
  background: rgba(0, 0, 0, .6);
  bottom: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box
}

.com-group-item-valoration {
  background: rgba(0, 0, 0, .6);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 15px
}

.com-group-item-valoration blockquote {
  font-size: 14px;
  line-height: 21px;
  color: #fff
}

.com-group-item-valoration blockquote a {
  color: #fff;
  text-decoration: underline
}

.com-group-item-nolink {
  font-weight: 600;
  color: #222
}

.com-group-item img {
  display: block;
  max-width: 100%;
  height: auto
}

.com-group-item img.force-width {
  width: 100%
}

.com-group-item figcaption {
  text-align: center;
  padding: 10px 20px
}

.com-group-item figcaption .count {
  font-size: 14px;
  line-height: 21px;
  margin: 0
}

.com-group-item .removeVendor {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 255, 255, .95);
  padding: 7px 11px;
  border-radius: 50%
}

.com-group-item .removeVendor-small {
  padding: 2px 7px
}

@media only screen and (max-width:1024px) {
  .com-group-item-valoration blockquote>a {
    display: none
  }
}

.com-prov {
  padding: 5px 0 15px;
  border-bottom: 1px solid #d9d9d9
}

.com-prov-flag {
  float: left;
  margin-right: 15px;
  margin-top: 5px
}

.com-prov-name {
  color: #222;
  font-weight: 600;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.com-prov .count {
  font-size: 14px;
  line-height: 21px
}

.discussionCreate {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-bottom: 20px
}

.discussionCreate__title {
  font-size: 18px;
  line-height: 26px;
  border: 0;
  padding: 10px 0;
  width: 100%;
  outline: 0;
  -webkit-appearance: none
}

.discussionCreate__title:-ms-input-placeholder {
  color: #acacac
}

.discussionCreate__content {
  padding: 10px 20px 40px
}

.discussionCreate__content--reduced {
  padding: 30px 150px 30px 20px
}

.discussionCreate__options {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px
}

.discussionCreate__message {
  padding-bottom: 15px
}

.discussionCreate__iconImage {
  fill: #6c6c6c;
  width: 50px;
  height: auto;
  margin-bottom: 5px
}

.discussionCreate__imagepoll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #efefef;
  border: 2px dashed #d9d9d9;
  color: #8c8c8c;
  margin-bottom: 15px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  aspect-ratio: 1/1
}

@supports not (aspect-ratio:1/1) {
  .discussionCreate__imagepoll {
    min-height: 340px
  }

  .discussionCreate__imagepoll--multigrid {
    min-height: 240px
  }
}

.discussionCreate__imagepoll img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.discussionCreate__imagepoll:hover .discussionCreate__reset {
  display: block
}

.discussionCreate__add {
  color: #f76c6f;
  cursor: pointer
}

.discussionCreate__reduced .trumbowyg-box,
.discussionCreate__reduced .trumbowyg-editor {
  min-height: 80px !important
}

.discussionCreate__reset {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 22px;
  z-index: 2;
  color: #f3f3f3;
  background: rgba(0, 0, 0, .3);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  display: none
}

@media only screen and (max-width:1024px) {
  .discussionCreate__reset {
    display: block
  }
}

.discussionCreate .textfield__input {
  padding-left: 5px;
  padding-right: 14px;
  margin-left: -3px
}

.discussionCreate.discussion-form-grow .trumbowyg-editor {
  height: auto !important;
  min-height: 288px;
  max-height: 538px
}

.discussionCreateCaptcha {
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 20px
}

.discussionCreateAdminArea {
  padding: 30px 5px
}

.discussionCreateFooter {
  padding: 20px;
  text-align: center;
  position: relative
}

.discussionCreateFooter__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  width: 37px;
  height: 37px;
  position: absolute;
  right: 90px;
  top: -36px;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  background: #fff
}

.discussionCreateFooter__icon {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  fill: #6c6c6c
}

.discussionCreateInput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.discussionCreateInput__icon {
  fill: #8c8c8c;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 10px 0 0
}

.discussionCreateInput__title:focus+.discussionCreateInput__counter {
  display: block
}

.discussionCreateInput__counter {
  font-size: 11px;
  padding: 0 10px;
  display: none
}

.discussion-hero {
  margin-bottom: 25px
}

.discussion-hero-header {
  color: #fff;
  padding: 70px 20px 15px;
  position: relative;
  background-color: #2b2b2b;
  background-size: cover;
  border-radius: 8px 8px 0 0
}

.discussion-hero-header .btn-outline {
  position: absolute;
  top: 20px;
  right: 20px
}

.discussion-hero-header .btn-outline:hover {
  background-color: #fff;
  color: #f76c6f
}

.discussion-hero-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin: 5px 0
}

.discussion-hero-content {
  color: #8c8c8c;
  padding: 20px
}

.discussion-hero-content p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0
}

.discussion-hero-members {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  text-align: left;
  margin-left: 10px
}

.discussion-hero-flag {
  float: left;
  margin-right: 15px;
  border: 2px solid #fff;
  border-radius: 3px
}

.discussion-header-filters {
  text-align: right;
  padding: 5px 0 10px
}

.discussion-header-filters .discussion-filter-item {
  border-left: 1px solid #d9d9d9;
  padding-left: 15px;
  text-align: left
}

.discussion-header-filters .discussion-filter-item:first-child {
  border-left: 0;
  padding-left: 0
}

.discussion-header-title {
  padding: 5px 0 15px;
  margin-top: 30px
}

.discussion-header-title h1,
.discussion-header-title p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.discussion-header-title h2 {
  display: inline-block
}

.discussion-header-title .count {
  font-size: 18px;
  line-height: 26px;
  margin: 0 10px
}

.discussion-header-title:first-of-type {
  margin-top: 0
}

.discussionHeaderCreatePostBtn {
  margin-top: 4px
}

.discussionHeaderTitle {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px
}

.discussion-header-subtitle {
  padding: 10px 0
}

.discussion-header-subtitle h1,
.discussion-header-subtitle p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.discussion-header-link {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px
}

.discussion-write {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  margin: 15px 0;
  padding: 20px;
  border-radius: 8px
}

.discussion-write-avatar {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 20px;
  height: 54px
}

.discussion-write-avatar .avatar {
  width: 54px;
  height: 54px
}

.discussion-write-avatar img {
  width: 100%
}

.discussion-write-buttons {
  padding-left: 10px;
  min-width: 200px
}

.discussion-write-box {
  position: relative;
  border-radius: 3px;
  width: 100%
}

.discussion-write-box:after,
.discussion-write-box:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid transparent
}

.discussion-write-box:before {
  left: -19px;
  border-right-color: #d9d9d9
}

.discussion-write-box:after {
  left: -18px;
  border-right-color: #fff
}

.discussion-write-box .discussion-write-box-input {
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  height: 54px;
  outline: 0;
  padding-left: 45px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9
}

.discussion-write-box .discussion-write-box-input:focus-visible {
  box-shadow: 0 0 0 2px #6c9dee
}

.discussion-write-box .icon-com {
  position: absolute;
  top: 17px;
  left: 15px
}

.discussion-write-open {
  margin: 30px 0 20px
}

.discussion-posts {
  padding-top: 25px
}

.discussion-post-item {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 25px;
  margin-bottom: 25px
}

.discussion-post-item-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 3px
}

.discussion-top .discussion-post-item-title {
  padding: 2px 8px;
  background: rgba(255, 215, 0, .2);
  border-radius: 4px
}

.discussion-post-item-summary {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.discussion-post-item-summary a {
  color: #000;
  font-weight: 600
}

.discussion-post-item-summary a:hover {
  color: #f76c6f
}

.discussion-post-item-content {
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0 20px;
  color: #8c8c8c
}

.discussion-post-item-content p {
  color: #000;
  word-wrap: break-word
}

.discussion-post-item-meta {
  font-size: 14px;
  line-height: 21px
}

.discussion-post-item-meta b {
  font-weight: 400
}

.discussion-post-item-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 5px
}

.discussion-post-item-icon svg {
  fill: #8c8c8c
}

.discussion-post-item-tag {
  margin-left: 15px;
  font-size: 12px;
  vertical-align: text-bottom
}

.discussion-post-item-favorite {
  max-width: 80px
}

.discussionPostItemReplyTitle {
  font-weight: 600
}

.discussion-post-item-attachaments {
  max-height: 190px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #e6e6e6
}

.discussion-post-item-attachaments img {
  max-width: initial;
  height: 100%;
  display: block
}

.post-attachament-grid {
  position: relative;
  max-width: 200px;
  float: right
}

.post-attachament-grid img {
  display: block;
  max-width: 100%
}

.post-attachament-grid-item {
  padding: 0 2px;
  margin: 2px 0
}

.post-attachament-grid-counter {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 3px
}

.com-rules {
  padding: 0 20px 20px;
  color: #2b2b2b
}

.com-rules__title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px
}

.com-rules__guidelines {
  background-color: #efeeeb;
  padding: 10px 15px 15px;
  text-align: center;
  margin-top: 15px
}

.com-rules__guidelines a {
  font-weight: 600
}

.com-rules__separator {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
  top: -11px;
  background: #fff;
  text-transform: uppercase
}

.com-rules__separator b {
  color: #f76c6f
}

.more .com-rules__separator {
  background: #fff
}

.com-rules li {
  margin-bottom: 10px
}

.com-rules li .icon-com {
  float: left;
  margin-top: 5px;
  margin-right: 10px
}

.com-rules li span {
  display: block;
  overflow: hidden;
  vertical-align: middle
}

.com-rules li:after {
  content: "";
  display: block;
  clear: both
}

.discussion-meet-header {
  background: url(/assets/img/community/bg_header_nofriends_profile.png);
  background-size: cover;
  text-align: center;
  padding: 35px 20px 45px
}

.discussion-meet-header-subtitle {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #766a6b
}

.discussion-meet-header-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin: 0
}

.discussion-meet-header-content {
  font-size: 18px;
  line-height: 26px;
  max-width: 660px;
  margin: 10px auto
}

.discussion-meet-editor {
  border: 1px solid #d9d9d9;
  padding: 20px;
  max-height: 180px
}

.discussion-meet textarea {
  opacity: 0;
  min-height: 100px
}

.discussion-meet .trumbowyg-box {
  border: 0;
  margin: 0;
  padding: 0
}

.discussion-meet .trumbowyg-editor {
  padding: 20px 5px
}

.btn-post {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  font-weight: 400;
  padding: 15px 8px 13px;
  border-radius: 8px;
  margin-left: 5px;
  cursor: pointer
}

.btn-post:hover {
  background-color: #fff
}

.btn-post:first-child {
  margin-left: 0
}

.discussionPoll {
  margin: 0 -10px
}

.discussionPoll--multigrid {
  margin: 0 -5px
}

.discussionPollItem {
  border: 1px solid #efefef;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
  overflow: hidden
}

.discussionPollItem__frame {
  position: relative;
  height: 340px;
  overflow: hidden
}

.discussionPollItem__frame--multigrid {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto
}

@supports not (aspect-ratio:1/1) {
  .discussionPollItem__frame--multigrid {
    padding-top: 100%
  }
}

.discussionPollItem__frame--dress {
  height: auto
}

.discussionPollItem__button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px
}

.discussionPollItem__image {
  object-fit: cover;
  height: 100% !important;
  width: 100%
}

@supports not (aspect-ratio:1/1) {
  .discussionPollItem__image {
    position: absolute;
    top: 0;
    left: 0
  }
}

.discussionPollItem__title {
  font-weight: 600;
  position: relative;
  padding-right: 10px;
  text-align: left;
  margin-bottom: 0
}

.discussionPollItem__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px;
  box-sizing: border-box
}

.discussionPollItem__icon {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  align-self: flex-start;
  width: 20px;
  height: 20px;
  fill: #fff;
  vertical-align: middle;
  padding-right: 5px
}

.discussionPollItemPercent {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
  color: #fff;
  text-align: left;
  padding: 30px 25px 5px;
  min-height: 40px;
  box-sizing: border-box
}

.discussionPollItemPercent__title {
  font-weight: 600;
  font-size: 24px
}

.discussionPollItemPercent__bar {
  height: 5px;
  width: 100%;
  margin-left: 12px;
  position: relative;
  background: rgba(0, 0, 0, .35);
  border-radius: 10px;
  overflow: hidden
}

.discussionPollItemPercent__bar span {
  display: block;
  background: #fff;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  transform: translateX(-100%);
  transition: 1.5s cubic-bezier(.31, .99, .83, .67)
}

.discussionPollItemPercent--multigrid {
  font-size: 12px;
  padding: 20px 15px 0
}

.discussionPollItemList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  padding: 15px 25px;
  margin-bottom: 20px;
  border-radius: 5px
}

.discussionPollItemList__title {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  word-break: break-word
}

.discussionPollItemList__icon {
  width: 22px;
  height: 22px;
  fill: #fff;
  vertical-align: middle;
  margin-left: 10px
}

.discussionPollItemPercentList {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 220px;
  bottom: 0;
  text-align: left;
  box-sizing: border-box;
  padding-left: 15px;
  margin-left: auto
}

.discussionPollItemPercentList__block {
  width: 110px
}

.discussionPollItemPercentList__title {
  font-weight: 600;
  font-size: 24px
}

.discussionPollItemPercentList__text {
  margin-bottom: 0
}

.discussionPollItemPercentList__bar {
  background: #f8f8f8;
  height: 8px;
  width: 100%;
  margin-left: 12px;
  position: relative;
  border-radius: 10px;
  overflow: hidden
}

.discussionPollItemPercentList__bar span {
  background: #f76c6f;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  transform: translateX(-100%);
  transition: 1.5s cubic-bezier(.31, .99, .83, .67)
}

.discussionPollItemVoted {
  border: 2px solid #f76c6f
}

.discussion-form {
  background-color: #f8f8f8;
  padding: 20px 20px 25px;
  border-radius: 8px
}

.discussion-form hr {
  margin: 25px 0 20px
}

.discussion-form .input-group {
  padding-right: 15px
}

.discussion-form .input-group.icon:before {
  right: 10px
}

.discussion-form .input-group select {
  font-size: 16px;
  line-height: 24px
}

.discussion-form .trumbowyg-editor {
  line-height: 30px
}

.discussion-form .trumbowyg-editor .contentPost__video {
  width: 99%;
  display: inline-block
}

.discussion-form.discussion-form-grow .trumbowyg-editor {
  height: auto !important;
  min-height: 240px;
  max-height: 490px
}

.discussion-form-adminfotosnew {
  background-color: #f8f8f8;
  padding: 30px 25px
}

.discussion-form-adminfotosnew-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 20px
}

.discussion-form-adminfotosnew-text {
  color: #6c6c6c;
  margin-bottom: 20px
}

.discussion-form span.color-grey {
  font-size: 13px;
  line-height: 19px
}

.discussion-form--transparent {
  background-color: transparent
}

.discussion-form--transparent .app-custom-reply-editor {
  border: 0 none;
  overflow: hidden;
  padding: 0;
  outline: 0;
  resize: none
}

.discussion-message-globe {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px 20px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative
}

.discussion-message-globe--compact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 0
}

.discussion-message-globe--compact textarea {
  padding-right: 30px;
  resize: none;
  outline: 0
}

.discussion-message-globe:after,
.discussion-message-globe:before {
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  background: 0 0;
  top: 15px
}

.discussion-message-globe:before {
  border-right-color: #d9d9d9;
  left: -21px
}

.discussion-message-globe:after {
  border-right-color: #fff;
  left: -20px
}

.discussion-message-globe h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px
}

.discussion-message-globe img {
  max-width: 100%;
  height: auto;
  display: block
}

.discussion-message-globe .smiley {
  vertical-align: sub;
  display: inline;
  margin: 0
}

.discussion-message-globe-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  border: 0;
  padding: 10px 0;
  margin-bottom: 10px;
  width: 100%;
  outline: 0;
  border-bottom: 1px solid #d9d9d9
}

.discussion-message-globe-title:-ms-input-placeholder {
  color: #acacac
}

.discussion-message-globe .youtube-video {
  height: 100%
}

.discuss-post-comment .discussion-message-globe {
  padding: 20px 25px;
  margin-left: 25px
}

.discuss-post-comment .discussion-message-globe.discussion-message-globe-resume {
  border-radius: 8px 8px 0 0
}

.discussion-form-add-new .trumbowyg-box {
  border-bottom: 0
}

.discussion-title-section {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px
}

.discussionTitleSection {
  font-weight: 600;
  margin-bottom: 0
}

.discussion-form-reply {
  background-color: #e2e2e2;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 8px;
  position: relative
}

.discussion-form-reply-title {
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  width: 50%;
  padding: 0;
  margin-bottom: 5px
}

.discussion-form-reply p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0
}

.discussion-form-reply .close {
  position: absolute;
  top: 5px;
  right: 10px
}

.discussion-form-reply .box-quote {
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px
}

.discussion-filter-label {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  display: block
}

.discussion-filter-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 16px
}

.discussion-filter-item .dropmenu-label,
.discussion-filter-item-label {
  font-weight: 400
}

.discussion-filter-item-label {
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 70px
}

.discussion-filter-tabs li {
  display: inline-block;
  vertical-align: middle;
  color: #6c6c6c;
  border-left: 1px solid #d9d9d9;
  padding: 0 10px;
  line-height: 15px
}

.discussion-filter-tabs li:first-child {
  border-left: 0;
  padding-left: 0
}

.discussion-filter-tabs li a {
  color: #222
}

.discussion-filter-tabs .current,
.discussion-filter-tabs .current a {
  font-weight: 600
}

.discussion-filter-loading .discussion-filter-loader {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 40px;
  z-index: 10
}

.discussion-filter-loading .com-user-card {
  -webkit-filter: grayscale(.7);
  opacity: .4
}

.com-hero-filters ul {
  margin: 0 auto
}

.com-hero-filters li {
  background: #efefef;
  font-weight: 600;
  padding: 5px 10px;
  font-weight: 600
}

.com-hero-filters li span {
  color: #222;
  font-weight: 400;
  cursor: pointer
}

.com-hero-filters li.active {
  background: #ff5871
}

.com-hero-filters li.active span {
  cursor: default;
  color: #fff
}

.com-profile-hero-content {
  display: table
}

.com-profile-hero-content .dropmenu-content {
  left: -10px
}

.com-profile-hero-content .dropmenu-content ul:after,
.com-profile-hero-content .dropmenu-content ul:before {
  left: 25px
}

.com-profile-hero-content .dropmenu:hover .dropmenu-content {
  top: 40px
}

.dropmenu-content ul.dropmenu-move {
  border: none;
  padding: 10px
}

.dropmenu-content ul.dropmenu-move li {
  padding: 10px 0
}

.dropmenu-content ul.dropmenu-move li a {
  color: #222;
  font-weight: 400;
  display: block
}

.dropmenu-content ul.dropmenu-move:after,
.dropmenu-content ul.dropmenu-move:before {
  content: none
}

.dropmenu-content .dropmenu-move-group {
  width: 350px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  position: absolute;
  background-color: #fff;
  top: 10px;
  left: 0
}

.dropmenu-content .dropmenu-move-group .title {
  margin: 0;
  font-weight: 400
}

.dropmenu-content .dropmenu-move-group-avatar {
  margin-top: 5px
}

@media only screen and (max-width:1250px) {
  .discussion-filter-item-label {
    max-width: 50px
  }
}

@media only screen and (max-width:1060px) {
  .discussion-filter-item-label {
    max-width: 42px
  }
}

.com-post-header-content {
  padding-left: 20px
}

.com-post-header-meta {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 21px
}

.com-post-header-meta a {
  color: #000;
  font-weight: 600
}

.com-post-header-meta a:hover {
  color: #f76c6f
}

.com-post-header-meta-date {
  display: block;
  font-weight: 400
}

.com-post-header-subscription {
  display: inline-block;
  margin: 0 5px
}

.com-post-header-replies {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-left: 10px
}

.com-post-header-replies svg {
  fill: #cdcdcd
}

.com-post-header .discuss-post-comment {
  margin-bottom: 0
}

.com-post-content {
  font-size: 18px;
  line-height: 26px;
  padding: 15px 0 10px;
  margin-top: 15px;
  word-wrap: break-word;
  line-height: 30px;
  border-top: 1px solid #d9d9d9
}

.com-post-content a:hover {
  color: #f76c6f
}

.com-post-content a,
.discuss-post-comment-content a {
  text-decoration: underline
}

.com-post-content a:hover,
.discuss-post-comment-content a:hover {
  color: #f76c6f
}

.com-post-content img,
.discuss-post-comment-content img {
  display: block;
  margin-bottom: 10px
}

.com-post-content-meta {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px
}

.com-post-content-meta-item {
  padding: 15px;
  position: relative
}

.com-post-content-meta-item-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 5px
}

.com-post-content-meta-item-content p {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  margin-bottom: 0
}

.com-last-activity {
  margin-top: -18px
}

.com-last-activity-meta {
  color: #8c8c8c;
  background: #fff;
  margin-bottom: -12px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 21px
}

.com-last-activity-meta-date {
  display: block
}

.user-points,
.user-rank {
  display: inline-block
}

.user-rank-pill {
  padding: 1px 8px;
  background: #ececec;
  border-bottom: 1px solid #ccc;
  border-radius: 20px
}

.user-rank.icon-com:before {
  margin-top: -3px
}

.discuss-post-comments {
  padding: 30px 0
}

.discussion-message-globe-resume-show {
  border: 1px solid #d9d9d9;
  background-color: #efefef;
  cursor: pointer;
  margin-left: 25px;
  border-top-width: 0;
  text-align: center;
  color: #6c6c6c;
  padding: 10px;
  margin-top: -15px;
  margin-bottom: 25px
}

.discussion-message-globe .comment-item-comment .box-quote {
  border-radius: 0;
  display: none;
  margin-top: 5px;
  margin-bottom: 10px
}

.discussion-message-globe .comment-item-comment .box-quote img {
  margin-top: 20px
}

.discussion-message-globe .comment-edited {
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left
}

.discussion_unBlockLink {
  color: #f76c6f;
  cursor: pointer
}

.discussion-form .spinner-container {
  min-height: 110px
}

.discussion-form__feedbackAlert {
  margin: 0 0 20px 11%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 2px;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .15)
}

.discuss-post-comment {
  margin-bottom: 25px
}

.discuss-post-comment .avatar {
  display: block
}

.discuss-post-comment-author {
  font-size: 13px;
  line-height: 19px;
  padding-top: 15px;
  margin: 0 -10px;
  text-align: center
}

.discuss-post-comment-author .avatar>img {
  width: 100px;
  margin: 0 auto;
  display: block
}

.discuss-post-comment-author small {
  font-size: 13px;
  line-height: 19px
}

.discuss-post-comment-header a {
  font-weight: 600;
  color: #000
}

.discuss-post-comment-header a:hover {
  color: #f76c6f
}

.discuss-post-comment-header .count {
  vertical-align: baseline
}

.discuss-post-comment-header time {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.discuss-post-comment-header .dropmenu-label {
  margin-top: -20px;
  margin-right: -20px
}

.discuss-post-comment-content {
  font-size: 18px;
  line-height: 26px;
  margin: 5px 0 15px;
  word-wrap: break-word
}

.discuss-post-comment-footer a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 4px 0
}

.discuss-post-comment-footer a.btn-outline {
  padding: 4px 12px
}

.discuss-post-reply {
  background-color: #efefef;
  padding: 30px;
  border-radius: 6px
}

.discussion-grid figure {
  position: relative
}

.discussion-grid figure>a {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  line-height: 0
}

.discussion-grid figcaption {
  padding: 10px 2px
}

.discussion-grid-tools {
  position: relative
}

.discussion-grid-tools figure>a {
  border: none;
  border-radius: 0
}

.discussion-grid-tools figcaption {
  padding: 10px
}

.discussion-grid-tools .unit {
  margin: 0
}

.discussion-grid-picture figure>a {
  border: 1px solid #d9d9d9;
  border-radius: 8px
}

.discussion-grid-video-time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 3px;
  padding: 4px 8px;
  color: #fff
}

.discussion-grid-video .photo-zoom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efefef;
  height: 150px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  align-items: center;
  display: block;
  overflow: hidden
}

.discussion-grid-video .photo-zoom img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.discussion-grid-video .photo-zoom:hover img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1.1);
  -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1.1);
  -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1.1);
  -o-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1.1);
  transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1.1)
}

.discussion-grid-video .photo-zoom:before {
  z-index: 10
}

.discussion-picture-meta .discussion-picture-title {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  color: #000;
  max-width: 90%
}

.discussion-picture-meta {
  color: #8c8c8c
}

.discussion-picture-meta a {
  color: #8c8c8c
}

.discussion-picture-meta a img {
  margin-top: 2px
}

.discussion-picture-author {
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  line-height: 21px;
  max-width: 110px;
  margin-right: 5px
}

.discussion-grid-more {
  text-align: center
}

.discussion-grid-more-video {
  height: 150px;
  box-sizing: border-box
}

.discussion-grid-more-video figure {
  overflow: hidden
}

.discussion-grid-more-video figure a {
  height: 150px;
  background: #000;
  border: none
}

.discussion-grid-more-video img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.discussion-grid-more-photo.profile {
  padding: 42px 20px;
  position: relative
}

.discussion-grid-more-photo.profile-add {
  padding: 60px 20px
}

.discussion-grid-more-photo.profile .discussion-grid-more-photo-container .icon-com {
  margin: 0 0 20px
}

.discussion-grid-more-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10
}

.discussion-grid-more-info-btn {
  margin-left: 0
}

.discussion-grid-more .icon-com {
  display: block;
  margin: 10px 0 20px
}

.discussion-grid-overlay {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat
}

.discussion-grid-overlay:after {
  content: "";
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  border-radius: 8px
}

.discussion-grid-overlay-element {
  position: relative;
  z-index: 10
}

@media only screen and (max-width:1261px) {
  .discussion-grid-more-photo.profile .btn-outline {
    padding: 8px 6px
  }
}

.com-user-active {
  text-align: center;
  padding: 25px 10px 15px;
  position: relative
}

.com-user-active>.count {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #f76c6f;
  color: #f76c6f;
  font-weight: 400;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  line-height: 24px
}

.com-user-active .avatar {
  margin: 0 auto
}

.com-user-active-name {
  color: #222;
  font-weight: 600;
  margin: 10px 0 0;
  display: block
}

.com-user-active small {
  font-size: 14px;
  line-height: 21px
}

.com-users-online {
  padding: 20px
}

.com-users-online .unit {
  margin-bottom: 0
}

.com-feed-list {
  margin-top: 30px
}

.com-feed-list-btn-more {
  font-weight: 400;
  cursor: pointer;
  background-color: #efefef;
  text-align: center;
  color: #000;
  padding: 10px
}

.com-feed-box {
  margin-bottom: 20px
}

.com-feed-box-header {
  padding: 10px 20px;
  border-bottom: 1px solid #d9d9d9;
  position: relative
}

.com-feed-box-header p {
  margin: 5px 0 0
}

.com-feed-box-content {
  padding: 25px;
  word-break: break-word
}

.com-feed-box-content-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-family: Merriweather, "Times New Roman", Times, serif;
  color: #222;
  display: block;
  margin-bottom: 10px
}

.com-feed-box-content-title:hover {
  color: #f76c6f
}

.com-feed-box-content-cite {
  background-color: #f8f8f8;
  color: #000;
  padding: 15px
}

.com-feed-box-content-footer {
  margin: 15px 0 0
}

.com-feed-box-content-footer svg {
  fill: #8c8c8c
}

.com-feed-header-points {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  position: absolute;
  top: 15px;
  right: 20px
}

.com-feed-box-content__media figure {
  background: #f8f8f8;
  max-height: 400px;
  overflow: hidden;
  text-align: center;
  display: block;
  margin-bottom: 20px
}

.com-feed-box-content__media img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  margin: 0 auto;
  display: block
}

.com-feed-box-content__media iframe {
  max-width: 100%
}

.com-feed-box-content__cite {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.com-feed-box-content img {
  max-width: 100%
}

.com-feed-menu li {
  padding: 5px 0
}

.com-feed-menu a {
  color: #222;
  display: block;
  padding: 5px 10px;
  margin: 0 -10px;
  border-radius: 3px
}

.com-feed-menu a:hover {
  background-color: #f7f7f7
}

.com-feed-menu a.current {
  font-weight: 600
}

.widget {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  margin: 10px 0 20px
}

.widget-footer,
.widget-header {
  padding: 15px 10px
}

.widget-content {
  padding: 20px
}

.widget-community-header {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  margin: 15px 0 0
}

.widget-footer {
  border-top: 1px solid #d9d9d9
}

.widget-footer a {
  font-weight: 400;
  color: #000
}

.widget-list {
  padding: 10px 0
}

.widget-list li {
  padding: 10px 15px
}

.widget-list li.active {
  background: #fff4f0
}

.widget-list.hidden-list {
  display: none
}

.widget-link-list {
  padding: 10px 0
}

.widget-link-list-item {
  color: #000;
  font-weight: 400;
  display: block;
  padding: 10px 20px
}

.widget-link-list-item:before {
  margin-right: 10px
}

.widget-link-list-item--children {
  padding-left: 0
}

.widget-list-name {
  color: #222;
  display: block
}

.widget-list-name:hover {
  color: #f76c6f
}

.com-user {
  border-radius: 50%;
  border: 2px solid #f76c6f
}

.related-weddings-cal {
  width: 63px;
  height: 70px;
  background: url(/assets/img/community/com-calendar.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  position: relative
}

.related-weddings-cal-day,
.related-weddings-cal-month {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.related-weddings-cal-month {
  font-weight: 600;
  top: 10px
}

.related-weddings-cal-day {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  top: 34px
}

.related-weddings {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9
}

.related-weddings-intro {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #8c8c8c;
  display: block;
  margin-bottom: 5px
}

.related-weddings-intro span {
  font-size: 14px;
  line-height: 21px;
  float: right
}

.related-weddings-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600
}

.widget-need-help {
  text-align: center
}

.widget-need-help-content {
  padding: 0 40px 20px
}

.widget-need-help-footer {
  background: #efefef;
  padding-top: 25px
}

.widget-next-discussion .widget-list-name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding-top: 10px
}

.widget-next-discussion .widget-content {
  word-break: break-word
}

.widget-next-discussion .avatar-alias {
  margin: 0 auto
}

.widget-match-day {
  color: #222;
  background: url(/assets/img/community/bg_widget_match_wedding.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center
}

.widget-match-day-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px
}

.widget-match-day-subtitle {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600
}

.widget-match-day hr {
  max-width: 60px;
  border-color: #222;
  margin: 10px auto 15px
}

.widget-match-day-text {
  padding: 0 10px
}

.widget-match-day .avatar-group-item:nth-child(n+2) {
  left: -5px;
  margin-right: -5px
}

.widget-match-day .avatar-group-item:last-of-type {
  left: -5px
}

.widget-match-day .avatar-group-small img {
  width: 34px
}

.widget-users-moreactive .widget-list {
  padding-top: 0
}

.widget-users-moreactive .widget-list .active {
  padding: 20px 15px
}

.widget-users-moreactive .widget-list-count {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  vertical-align: top;
  margin-right: 5px
}

.widget-honor {
  background: #faf1ed;
  text-align: center
}

.widget-honor-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 20px 0 0
}

.widget-honor-subtitle {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #8c8c8c
}

.widget-profile-friends {
  background: url(/assets/img/community/bg_header_nofriends_profile.png) no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: 5px
}

.widget-profile-friends-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.widget-profile-friends-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px
}

.widget-profile-friends .widget-content {
  padding: 30px 0
}

.widget-success-profile {
  text-align: center;
  background: #fdf1ed
}

.widget-success-profile a {
  color: #222
}

.widget-success-profile-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px
}

.widget-success-profile .widget-content {
  padding: 20px 30px 30px
}

.admin-box {
  background-color: #fff7e1
}

.widget-ranking {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: -5px
}

.widget-ranking .box {
  position: relative
}

.widget-ranking-box {
  box-shadow: 0 1px #e8e8e8
}

.widget-ranking-box-points {
  font-size: 16px;
  line-height: 24px
}

.widget-ranking-box-position {
  position: absolute;
  top: 5px;
  left: 5px
}

.widget-ranking-box-overcome {
  font-size: 13px;
  line-height: 19px;
  color: #e8974a
}

.widget-ranking-box:nth-child(1) {
  min-height: 155px
}

.widget-ranking-box:nth-child(2) {
  min-height: 170px
}

.widget-ranking-box:nth-child(3) {
  min-height: 185px
}

.widget-ranking-box:nth-child(4) {
  z-index: -1
}

.widget-ranking-box:nth-child(5) {
  z-index: -2
}

.widget-ranking-content-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 3px 0;
  display: block
}

.widget-ranking-position {
  font-size: 14px;
  line-height: 21px;
  background-color: #e2e2e2;
  color: #8c8c8c;
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 2px 4px
}

.widget-ranking-points-left {
  color: #ff9f40
}

.widget-ranking .posprev {
  z-index: 5;
  margin: -3px -2px
}

.widget-ranking .posprev-content {
  margin: 5px
}

.widget-ranking .posprev+.posprev {
  z-index: 6;
  margin: -9px -2px
}

.widget-ranking .posprev+.posprev-content {
  margin: 9px
}

.widget-ranking .mine {
  z-index: 20;
  margin: -15px -2px
}

.widget-ranking .mine-content {
  margin: 15px
}

.widget-ranking .posnext {
  z-index: 8;
  margin: -9px -2px
}

.widget-ranking .posnext-content {
  margin: 9px
}

.widget-ranking .posnext+.posnext {
  z-index: 7;
  margin: -3px -2px
}

.widget-ranking .posnext+.posnext-content {
  margin: 5px
}

.widget-ranking .user-rank {
  margin-top: 10px
}

.widget-ranking-valign {
  display: flex;
  align-items: center;
  justify-content: center
}

.widget-sticky {
  position: fixed;
  top: 0
}

.widget-sticky-bottom {
  position: absolute;
  bottom: 0;
  top: auto !important
}

.member-filter {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 20px
}

.member-filter .discussion-filter-item {
  border-right: 1px solid #d9d9d9;
  padding: 10px 15px 0 15px;
  border-radius: 3px;
  width: 20%;
  cursor: pointer
}

.member-filter .discussion-filter-item.last {
  margin-right: 0
}

.member-filter .discussion-filter-item.last {
  border-right: none;
  width: 400px;
  padding: 10px;
  width: 50%
}

.member-filter-category {
  padding-bottom: 30px;
  text-align: center
}

.member-filter-category li {
  display: inline-block;
  vertical-align: middle
}

.member-filter-category .tag {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  padding: 4px 10px;
  cursor: pointer
}

.member-filter-category .tag.selected,
.member-filter-category .tag:hover {
  background-color: #f76c6f;
  color: #fff
}

.member-filter-category-result {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600
}

.com-bullet:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle
}

.com-bullet.com-bullet-green:before {
  background: #48964d
}

.com-bullet.com-bullet-red:before {
  background: #b02623
}

.com-bullet.com-bullet-orange:before {
  background: #fca240
}

.inspiration-single-box {
  background: #fff
}

.inspiration-single-box.no-padding {
  padding: 0
}

.inspiration-single-box.box-image {
  padding-top: 25px
}

.inspirations-single-fix-margins {
  margin-right: -10px;
  margin-left: -10px
}

.inspiration-single-hack-hr {
  border-color: #e8e8e8 transparent transparent
}

.inspiration-single-modal-close {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  float: right;
  color: #b3b3b3;
  cursor: pointer;
  margin-bottom: 15px
}

.inspiration-single-comments-content .box-quote {
  padding: 10px
}

.inspiration-single-main-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.inspiration-single-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px
}

.inspiration-single-title span {
  margin-left: 10px
}

.inspiration-single-content {
  display: block
}

.inspiration-single-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 90vh;
  min-height: 450px
}

.inspiration-single-frame-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 450px
}

.inspiration-single-frame-img img {
  height: auto;
  max-height: 450px;
  max-width: 100%
}

.inspiration-single-frame:hover .inspiration-single-bigslider-arrow {
  opacity: 1;
  transition: .5s
}

.inspiration-single-frame iframe {
  width: 100%;
  max-width: 690px;
  display: block
}

.inspiration-single-footer {
  border-top: 1px solid #e8e8e8;
  padding: 25px
}

.inspiration-single-footer-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #222
}

.inspiration-single-footer .buttons-social-title {
  display: none
}

.inspiration-single-comments-content {
  padding-left: 10px;
  display: inline-block
}

.inspiration-single-comments-content p {
  color: #8c8c8c
}

.inspiration-single-comments .avatar img {
  max-width: 40px
}

.inspiration-single-comments .widget-list-name {
  display: inline-block
}

.inspiration-single-box-actions {
  position: relative
}

.inspiration-single-box-actions-button {
  color: #222;
  border: 1px solid #d9d9d9;
  background: #fff;
  height: 45px;
  margin-left: 25px
}

.inspiration-single-box-actions-button i {
  margin-right: 0;
  position: relative;
  top: -2px
}

.inspiration-single-box-actions-button:hover {
  color: #f76c6f
}

.com-gallery-modal-foto .inspiration-single-buttonlike {
  right: 25px
}

.inspiration-single-modal-backdrop {
  background: rgba(238, 238, 238, .95)
}

.com-gallery-modal .trumbowyg-box {
  border: 1px solid #d9d9d9;
  margin: 0;
  padding: 15px;
  box-sizing: border-box
}

.com-gallery-modal .trumbowyg-box,
.com-gallery-modal .trumbowyg-editor {
  min-height: 100px
}

.inspiration-single-bigslider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 70px;
  height: 133px;
  z-index: 10;
  cursor: pointer;
  background-size: 40px;
  background-repeat: no-repeat;
  transition: .5s
}

.inspiration-single-bigslider-arrow.arrow-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZDdkN2Q3Jy8+PC9zdmc+);
  background-position: 10px center;
  left: 0
}

.inspiration-single-bigslider-arrow.arrow-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNkN2Q3ZDcnLz48L3N2Zz4=);
  background-position: 20px center;
  right: 0
}

.inspiration-single-bigslider-arrow.arrow-dnone {
  opacity: 0
}

.inspiration-single-box-report {
  position: absolute;
  bottom: 2px;
  right: 25px
}

.inspiration-single-box-report span {
  font-size: 13px;
  line-height: 19px
}

.inspiration-widget {
  background: #fff;
  word-wrap: break-word;
  padding: 10px
}

.inspiration-widget-debate-header {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  margin-bottom: 15px
}

.inspiration-widget-debate-header strong {
  color: #000;
  font-weight: 400
}

.inspiration-widget-debate-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 10px
}

.layout-badges {
  max-width: 960px;
  width: 960px;
  background: #fff;
  position: relative;
  height: 550px;
  margin: 35px auto 0;
  padding: 0
}

.layout-badges-close {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 0;
  color: #d6d6d6;
  cursor: pointer
}

.layout-badges-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f8f8f8;
  padding: 30px;
  border: 5px solid #fff
}

.layout-badges-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px
}

.layout-badges-content h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px
}

.layout-badges-content p {
  font-size: 18px;
  line-height: 26px;
  max-width: 85%;
  margin: 0 auto
}

.com-user-profile-section {
  margin-bottom: 20px
}

.com-user-profile-content {
  color: #8c8c8c;
  font-style: italic;
  margin-bottom: 20px
}

.com-profile-navbar {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #d9d9d9;
  margin: 5px 0 20px
}

.com-user-profile-rewalwedding {
  padding: 30px
}

.com-user-profile-rewalwedding-content {
  padding: 10px 0 20px 25px;
  text-align: center
}

.com-user-profile-rewalwedding-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.com-profile-hero .avatar {
  width: 105px;
  margin-top: 5px
}

.com-profile-hero .avatar img {
  border: 1px solid #e8e8e8
}

.com-profile-hero-info {
  margin-bottom: 10px;
  word-break: break-word
}

.com-profile-hero-info p {
  margin-bottom: 0;
  font-weight: 400
}

.com-profile-hero-name {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle
}

.com-profile-awards {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle
}

.com-profile-awards .user-rank {
  display: block
}

.com-profile-date-ribbon {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 2px 10px;
  margin: 5px;
  height: 23px;
  background-color: #efefef;
  color: #222
}

.com-profile-medals {
  display: inline-block;
  vertical-align: middle
}

.com-profile-medals img {
  display: inline-block;
  vertical-align: middle;
  width: 38px
}

.dropmenu-item-all {
  color: #8c8c8c;
  text-align: center;
  display: block;
  padding: 10px 5px 5px
}

.dropmenu-item-all:hover {
  cursor: pointer;
  background-color: #f7f7f7
}

.dropmenu-status-invitation .dropmenu-content ul:after,
.dropmenu-status-invitation .dropmenu-content ul:before {
  left: 120px
}

.droplayer-com-regions {
  width: 490px;
  top: 65px;
  left: -200px;
  padding: 15px 15px 5px
}

.droplayer-com-regions:after,
.droplayer-com-regions:before {
  left: 245px
}

.com-profile-mydiscussions-post {
  border-left: 1px solid #d9d9d9;
  background-color: #f7f7f7;
  padding: 50px 45px;
  text-align: center
}

.com-profile-mydiscussions-post .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px
}

.com-profile-mydiscussions-post .btnOutline {
  margin: 15px 0 10px
}

.com-profile-mydiscussions-preview {
  padding: 25px
}

.com-profile-mydiscussions-preview ul {
  margin-top: 15px
}

.com-profile-mydiscussions-preview li {
  margin-bottom: 15px
}

.com-profile-mydiscussions-preview-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Merriweather, "Times New Roman", Times, serif;
  color: #222;
  font-weight: 600
}

.com-profile-mydiscussions-preview-postTitle {
  font-family: Merriweather, "Times New Roman", Times, serif;
  color: #222;
  font-weight: 600
}

.com-profile-empty-title {
  font-size: 18px;
  line-height: 26px
}

.com-user-profile-tags .tag {
  margin-bottom: 10px
}

.com-profile-badges.inactive-badge {
  opacity: .4;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: gray;
  cursor: pointer
}

.com-profile-badges .title {
  font-family: ProximaNova, Helvetica, Arial, sans-serif
}

.com-profile-points .icon-com-points {
  margin-left: 2px;
  margin-right: -2px
}

.box-providers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px
}

.box-providers img {
  margin: 0 auto
}

.box-providers__icon {
  min-height: 45px
}

.box-providers .btn-outline-small {
  padding: 1px 9px
}

.comProfileEmptyMessageFriends {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #d9d9d9;
  height: 250px
}

.comProfileEmptyMessageFriends__icon {
  width: 45px;
  height: auto;
  margin-bottom: 2px
}

.comProfileEmptyMessageFriends__icon svg {
  fill: #8c8c8c
}

.progress-bar {
  background: #fff;
  width: 100%;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: left;
  position: relative
}

.progress-bar .bar {
  position: absolute;
  background: #eacfc6;
  height: 100%;
  width: 20%
}

.progress-bar .number {
  font-weight: 400;
  position: relative;
  text-align: center;
  z-index: 850;
  color: #9a847c;
  line-height: 30px;
  height: 30px;
  margin: 0
}

.progress-bar .animate {
  transition: .3s
}

.com-modal-upload {
  padding: 25px
}

.com-modal-vendor-dismiss {
  position: absolute;
  right: 20px;
  bottom: 10px
}

.com-modal-form-denuncia .modal-title {
  font-weight: 600
}

.com-modal-form-denuncia li {
  padding: 0 0 10px
}

.contentPost__title {
  display: block;
  margin: 20px 0 10px
}

.contentPost__video {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto 15px;
  height: 0;
  width: 100%
}

.contentPost__video iframe,
.contentPost__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}

.contentPost__video .topic-video-title {
  display: none
}

.icon-com:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(/build/img/icons/icon-com-s4752183154.png?v=symfnw-FR48-1-20230412-022_www_m_);
  background-repeat: no-repeat;
  margin-top: -1px;
  -webkit-print-color-adjust: exact
}

.icon-com-check-grey:before {
  background-position: -10px -19px;
  height: 11px;
  width: 14px
}

.icon-com-comment-red:before {
  background-position: -24px -19px;
  height: 13px;
  width: 15px
}

.icon-com-comment:before {
  background-position: -39px -19px;
  height: 13px;
  width: 15px
}

.icon-com-emp-AdminCapaSurvey:before {
  background-position: -82px -38px;
  height: 30px;
  width: 30px
}

.icon-com-empty-photo-profile:before {
  background-position: 0 -506px;
  height: 95px;
  width: 123px
}

.icon-com-empty-video-profile:before {
  background-position: 0 -420px;
  height: 86px;
  width: 86px
}

.icon-com-etc:before {
  background-position: 0 -133px;
  height: 5px;
  width: 19px
}

.icon-com-facebook-red:before {
  background-position: -61px -19px;
  height: 13px;
  width: 7px
}

.icon-com-facebook-white:before {
  background-position: -54px -19px;
  height: 13px;
  width: 7px
}

.icon-com-group:before {
  background-position: -24px -38px;
  height: 28px;
  width: 28px
}

.icon-com-heart-count-profile:before {
  background-position: 0 -19px;
  height: 9px;
  width: 10px
}

.icon-com-inbox-admin:before {
  background-position: -30px 0;
  height: 15px;
  width: 15px
}

.icon-com-inbox-friends:before {
  background-position: -15px 0;
  height: 15px;
  width: 15px
}

.icon-com-inbox-notifications:before {
  background-position: 0 0;
  height: 15px;
  width: 15px
}

.icon-com-inbox-vendors:before {
  background-position: -81px -19px;
  height: 15px;
  width: 15px
}

.icon-com-menu-groups:before {
  background-position: -56px 0;
  height: 18px;
  width: 18px
}

.icon-com-more-big:before {
  background-position: 0 -338px;
  height: 82px;
  width: 82px
}

.icon-com-more-photo-white:before {
  background-position: 0 -226px;
  height: 56px;
  width: 56px
}

.icon-com-more-photo:before {
  background-position: 0 -282px;
  height: 56px;
  width: 56px
}

.icon-com-more-video-white:before {
  background-position: -24px -170px;
  height: 56px;
  width: 56px
}

.icon-com-more-video:before {
  background-position: -56px -282px;
  height: 56px;
  width: 56px
}

.icon-com-more:before {
  background-position: -31px -98px;
  height: 32px;
  width: 32px
}

.icon-com-points-plus:before {
  background-position: -63px -98px;
  height: 35px;
  width: 35px
}

.icon-com-points:before {
  background-position: -45px 0;
  height: 15px;
  width: 11px
}

.icon-com-post-picture-bw:before {
  background-position: 0 -38px;
  height: 24px;
  width: 24px
}

.icon-com-post-picture:before {
  background-position: -45px -68px;
  height: 24px;
  width: 24px
}

.icon-com-post-video-bw:before {
  background-position: -21px -68px;
  height: 24px;
  width: 24px
}

.icon-com-post-video:before {
  background-position: 0 -170px;
  height: 24px;
  width: 24px
}

.icon-com-post-write-bw:before {
  background-position: -92px 0;
  height: 19px;
  width: 19px
}

.icon-com-post-write:before {
  background-position: -96px -19px;
  height: 19px;
  width: 19px
}

.icon-com-reception:before {
  background-position: -52px -38px;
  height: 30px;
  width: 30px
}

.icon-com-rules-comercial:before {
  background-position: -50px -133px;
  height: 31px;
  width: 31px
}

.icon-com-rules-ilegal:before {
  background-position: -82px -338px;
  height: 31px;
  width: 31px
}

.icon-com-rules-offense:before {
  background-position: -19px -133px;
  height: 31px;
  width: 31px
}

.icon-com-rules-violence:before {
  background-position: 0 -98px;
  height: 31px;
  width: 31px
}

.icon-com-slide-next:before {
  background-position: -81px -133px;
  height: 37px;
  width: 37px
}

.icon-com-slide-prev:before {
  background-position: -56px -226px;
  height: 37px;
  width: 37px
}

.icon-com-trash-grey:before {
  background-position: -68px -19px;
  height: 14px;
  width: 13px
}

.icon-com-user-add:before {
  background-position: -69px -68px;
  height: 30px;
  width: 30px
}

.icon-com-user-bodas:before {
  background-position: 0 -68px;
  height: 21px;
  width: 21px
}

.icon-com-user-star:before {
  background-position: -74px 0;
  height: 18px;
  width: 18px
}

@media (min-resolution:2dppx),
(min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:2 / 1),
(-webkit-min-device-pixel-ratio:2) {
  .icon-com:before {
    background-image: url(/build/img/icons/icon-com@2x-sb3f2331244.png?v=symfnw-FR48-1-20230412-022_www_m_);
    background-repeat: no-repeat
  }

  .icon-com-check-grey:before {
    background-size: 123px auto;
    background-position: -10px -19px
  }

  .icon-com-comment-red:before {
    background-size: 123px auto;
    background-position: -24px -19px
  }

  .icon-com-comment:before {
    background-size: 123px auto;
    background-position: -39px -19px
  }

  .icon-com-emp-AdminCapaSurvey:before {
    background-size: 123px auto;
    background-position: -82px -38px
  }

  .icon-com-empty-photo-profile:before {
    background-size: 123px auto;
    background-position: 0 -506px
  }

  .icon-com-empty-video-profile:before {
    background-size: 123px auto;
    background-position: 0 -420px
  }

  .icon-com-etc:before {
    background-size: 123px auto;
    background-position: 0 -133px
  }

  .icon-com-facebook-red:before {
    background-size: 123px auto;
    background-position: -61px -19px
  }

  .icon-com-facebook-white:before {
    background-size: 123px auto;
    background-position: -54px -19px
  }

  .icon-com-group:before {
    background-size: 123px auto;
    background-position: -24px -38px
  }

  .icon-com-heart-count-profile:before {
    background-size: 123px auto;
    background-position: 0 -19px
  }

  .icon-com-inbox-admin:before {
    background-size: 123px auto;
    background-position: -30px 0
  }

  .icon-com-inbox-friends:before {
    background-size: 123px auto;
    background-position: -15px 0
  }

  .icon-com-inbox-notifications:before {
    background-size: 123px auto;
    background-position: 0 0
  }

  .icon-com-inbox-vendors:before {
    background-size: 123px auto;
    background-position: -81px -19px
  }

  .icon-com-menu-groups:before {
    background-size: 123px auto;
    background-position: -56px 0
  }

  .icon-com-more-big:before {
    background-size: 123px auto;
    background-position: 0 -338px
  }

  .icon-com-more-photo-white:before {
    background-size: 123px auto;
    background-position: 0 -226px
  }

  .icon-com-more-photo:before {
    background-size: 123px auto;
    background-position: 0 -282px
  }

  .icon-com-more-video-white:before {
    background-size: 123px auto;
    background-position: -24px -170px
  }

  .icon-com-more-video:before {
    background-size: 123px auto;
    background-position: -56px -282px
  }

  .icon-com-more:before {
    background-size: 123px auto;
    background-position: -31px -98px
  }

  .icon-com-points-plus:before {
    background-size: 123px auto;
    background-position: -63px -98px
  }

  .icon-com-points:before {
    background-size: 123px auto;
    background-position: -45px 0
  }

  .icon-com-post-picture-bw:before {
    background-size: 123px auto;
    background-position: 0 -38px
  }

  .icon-com-post-picture:before {
    background-size: 123px auto;
    background-position: -45px -68px
  }

  .icon-com-post-video-bw:before {
    background-size: 123px auto;
    background-position: -21px -68px
  }

  .icon-com-post-video:before {
    background-size: 123px auto;
    background-position: 0 -170px
  }

  .icon-com-post-write-bw:before {
    background-size: 123px auto;
    background-position: -92px 0
  }

  .icon-com-post-write:before {
    background-size: 123px auto;
    background-position: -96px -19px
  }

  .icon-com-reception:before {
    background-size: 123px auto;
    background-position: -52px -38px
  }

  .icon-com-rules-comercial:before {
    background-size: 123px auto;
    background-position: -50px -133px
  }

  .icon-com-rules-ilegal:before {
    background-size: 123px auto;
    background-position: -82px -338px
  }

  .icon-com-rules-offense:before {
    background-size: 123px auto;
    background-position: -19px -133px
  }

  .icon-com-rules-violence:before {
    background-size: 123px auto;
    background-position: 0 -98px
  }

  .icon-com-slide-next:before {
    background-size: 123px auto;
    background-position: -81px -133px
  }

  .icon-com-slide-prev:before {
    background-size: 123px auto;
    background-position: -56px -226px
  }

  .icon-com-trash-grey:before {
    background-size: 123px auto;
    background-position: -68px -19px
  }

  .icon-com-user-add:before {
    background-size: 123px auto;
    background-position: -69px -68px
  }

  .icon-com-user-bodas:before {
    background-size: 123px auto;
    background-position: 0 -68px
  }

  .icon-com-user-star:before {
    background-size: 123px auto;
    background-position: -74px 0
  }
}

@charset "UTF-8";

.adyen-checkout__spinner__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center
}

.adyen-checkout__spinner__wrapper--inline {
  display: inline-block;
  height: auto;
  margin-right: 8px
}

[dir=rtl] .adyen-checkout__spinner__wrapper--inline {
  margin-left: 8px;
  margin-right: 0
}

.adyen-checkout__spinner {
  -webkit-animation: rotateSpinner 1.5s linear infinite;
  animation: rotateSpinner 1.5s linear infinite;
  border: 3px solid #0075ff;
  border-radius: 50%;
  border-top-color: transparent;
  height: 43px;
  width: 43px
}

.adyen-checkout__spinner--large {
  height: 43px;
  width: 43px
}

.adyen-checkout__spinner--small {
  border-width: 2px;
  height: 16px;
  width: 16px
}

.adyen-checkout__spinner--medium {
  height: 28px;
  width: 28px
}

@-webkit-keyframes rotateSpinner {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes rotateSpinner {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.adyen-checkout__button {
  background: #00112c;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  height: 48px;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  transition: background .3s ease-out, box-shadow .3s ease-out;
  width: 100%
}

.adyen-checkout__button:focus {
  box-shadow: 0 0 0 2px #99c2ff;
  outline: 0
}

.adyen-checkout__button:hover {
  background: #1c3045;
  box-shadow: 0 0, 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14)
}

.adyen-checkout__button:active {
  background: #3a4a5c
}

.adyen-checkout__button:hover:focus {
  box-shadow: 0 0 0 2px #99c2ff, 0 3px 4px rgba(0, 15, 45, .2)
}

.adyen-checkout__button:disabled,
.adyen-checkout__button:disabled:hover {
  box-shadow: none;
  cursor: not-allowed;
  opacity: .4;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all
}

.adyen-checkout__button.adyen-checkout__button--loading {
  background: #687282;
  box-shadow: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.adyen-checkout__button.adyen-checkout__button--pay {
  display: flex;
  justify-content: center;
  margin-top: 24px
}

.adyen-checkout__button.adyen-checkout__button--pay:disabled {
  opacity: .4
}

.adyen-checkout__button.adyen-checkout__button--standalone {
  margin-top: 0
}

.adyen-checkout__button.adyen-checkout__button--inline {
  display: block;
  font-size: .81em;
  height: auto;
  padding: 10px 8px;
  width: auto
}

.adyen-checkout__button.adyen-checkout__button--ghost {
  background: 0 0;
  border: 0;
  color: #00112c
}

.adyen-checkout__button.adyen-checkout__button--ghost:hover {
  background: #f7f8f9;
  box-shadow: none
}

.adyen-checkout__button.adyen-checkout__button--ghost:active {
  background: #e6e9eb;
  box-shadow: none
}

.adyen-checkout__button.adyen-checkout__button--secondary {
  background: #fff;
  border: 1px solid #00112c;
  color: #00112c;
  padding: 10px 12px
}

.adyen-checkout__button.adyen-checkout__button--secondary:hover {
  background: #f7f8f9;
  box-shadow: 0 2px 4px rgba(27, 42, 60, .2), 0 4px 5px rgba(27, 42, 60, .14)
}

.adyen-checkout__button.adyen-checkout__button--secondary:active,
.adyen-checkout__button.adyen-checkout__button--secondary:active:hover {
  background: #f7f8f9;
  box-shadow: none
}

.adyen-checkout__button.adyen-checkout__button--secondary:disabled,
.adyen-checkout__button.adyen-checkout__button--secondary:disabled:hover {
  background-color: #f7f8f9;
  border-color: #99a3ad;
  box-shadow: none;
  cursor: not-allowed;
  opacity: .5;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all
}

.adyen-checkout__button.adyen-checkout__button--secondary .adyen-checkout__spinner {
  border-color: transparent #00112c #00112c
}

.adyen-checkout__button.adyen-checkout__button--action {
  background: rgba(0, 102, 255, .1);
  border: 1px solid transparent;
  color: #0075ff;
  padding: 10px 12px
}

.adyen-checkout__button.adyen-checkout__button--action:hover {
  background: rgba(0, 102, 255, .2);
  box-shadow: none
}

.adyen-checkout__button.adyen-checkout__button--action:active,
.adyen-checkout__button.adyen-checkout__button--action:active:hover {
  background: rgba(0, 102, 255, .3);
  box-shadow: none
}

.adyen-checkout__button.adyen-checkout__button--link {
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #0075ff;
  font-weight: 400;
  padding: 2px
}

.adyen-checkout__button.adyen-checkout__button--link:hover {
  background: 0 0;
  box-shadow: none;
  text-decoration: underline
}

.adyen-checkout__button.adyen-checkout__button--completed,
.adyen-checkout__button.adyen-checkout__button--completed:active,
.adyen-checkout__button.adyen-checkout__button--completed:active:hover,
.adyen-checkout__button.adyen-checkout__button--completed:hover {
  background: #089a43;
  color: #fff
}

.adyen-checkout__button.adyen-checkout__button--completed .adyen-checkout__button__icon {
  filter: brightness(0) invert(1)
}

.adyen-checkout__button__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center
}

.adyen-checkout__button__icon {
  margin-right: 12px
}

[dir=rtl] .adyen-checkout__button__icon {
  margin-left: 12px;
  margin-right: 0
}

.adyen-checkout__button__text {
  display: block;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.adyen-checkout__button .adyen-checkout__spinner {
  border-color: transparent #fff #fff
}

.checkout-secondary-button__text {
  font-size: .85em;
  margin-left: 5px;
  margin-top: 1px
}

.adyen-checkout__fieldset {
  display: block;
  padding-bottom: 8px;
  width: 100%
}

.adyen-checkout__fieldset:last-of-type {
  padding-bottom: 0
}

.adyen-checkout__fieldset+.adyen-checkout__fieldset {
  margin-top: 16px
}

.adyen-checkout__fieldset__title {
  color: #687282;
  display: block;
  font-size: .68em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 12px;
  text-transform: uppercase
}

.adyen-checkout__field-group,
.adyen-checkout__fieldset__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.adyen-checkout__field-group:last-of-type .adyen-checkout__field {
  margin-bottom: 0
}

.adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields {
  color: #00112c;
  font-size: .81em;
  line-height: 19px;
  margin: 0
}

.adyen-checkout__field {
  display: block;
  margin-bottom: 16px;
  width: 100%
}

.adyen-checkout__field:last-of-type {
  margin-bottom: 0
}

.adyen-checkout__label {
  display: block;
  position: relative
}

.adyen-checkout__helper-text,
.adyen-checkout__label__text {
  color: #00112c;
  display: block;
  font-size: .81em;
  font-weight: 400;
  line-height: 13px;
  padding-bottom: 5px
}

.adyen-checkout__label-adornment--end {
  position: absolute;
  right: 0;
  top: 0
}

.adyen-checkout__helper-text {
  color: #687282
}

.adyen-checkout__label__text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .1s ease-out;
  white-space: nowrap
}

.adyen-checkout__label__text--error {
  color: #c12424
}

.adyen-checkout__label--focused .adyen-checkout__label__text {
  color: #0075ff
}

.adyen-checkout__error-text {
  align-items: center;
  color: #c12424;
  display: flex;
  font-size: .75em;
  font-weight: 400;
  margin-top: 4px
}

.adyen-checkout__radio_group+.adyen-checkout-input__inline-validation {
  display: none
}

.adyen-checkout__radio_group__input {
  opacity: 0;
  position: absolute
}

.adyen-checkout__radio_group__label {
  color: inherit;
  display: block;
  font-size: .81em;
  font-weight: 400;
  line-height: 16px;
  overflow: visible;
  padding-bottom: 0;
  padding-left: 24px;
  position: relative
}

.adyen-checkout__label--focused .adyen-checkout__radio_group__label {
  color: inherit
}

.adyen-checkout__radio_group__label:before {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color .2s ease-out, box-shadow .2s ease-out;
  width: 16px
}

.adyen-checkout__radio_group__label:hover:before {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
  cursor: pointer
}

.adyen-checkout__radio_group__label:after {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 15, 45, .25);
  content: "";
  display: block;
  height: 6px;
  left: 5px;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  transform: scale(0);
  transition: transform .2s ease-out;
  width: 6px
}

.adyen-checkout__radio_group__label:hover {
  border-color: #0075ff;
  cursor: pointer
}

.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:before,
.adyen-checkout__radio_group__label--selected {
  background-color: #0075ff;
  border: 0;
  transition: all .2s ease-out
}

.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:after {
  transform: scale(1)
}

.adyen-checkout__radio_group__input:focus+.adyen-checkout__radio_group__label:before {
  border-color: #0075ff;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, .4)
}

.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:hover:before,
.adyen-checkout__radio_group__input:checked:active+.adyen-checkout__radio_group__label:before,
.adyen-checkout__radio_group__input:checked:focus+.adyen-checkout__radio_group__label:before {
  box-shadow: 0 0 0 2px rgba(0, 102, 255, .4)
}

.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before {
  border: 1px solid #c12424
}

.adyen-checkout__checkbox {
  display: block
}

.adyen-checkout__checkbox__label {
  color: #00112c;
  cursor: pointer;
  display: inline-block;
  font-size: .81em;
  font-weight: 400;
  line-height: 19px;
  padding-left: 24px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

[dir=rtl] .adyen-checkout__checkbox__label {
  padding-left: 0;
  padding-right: 24px
}

.adyen-checkout__checkbox__input {
  opacity: 0;
  pointer-events: none;
  position: absolute
}

.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:before {
  opacity: 1
}

.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:after {
  background-color: #0075ff;
  border: 1px solid #0075ff
}

.adyen-checkout__checkbox__input:checked:hover+.adyen-checkout__checkbox__label:after {
  border-color: #0075ff;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, .4)
}

.adyen-checkout__checkbox__input:focus+.adyen-checkout__checkbox__label:after {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff
}

.adyen-checkout__checkbox__input:hover:not(:focus)+.adyen-checkout__checkbox__label:after {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db
}

.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before {
  border-color: transparent #fff #fff transparent;
  border-radius: 0 2px 1px 2px;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  content: "";
  height: 11px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(37deg);
  transform-origin: 100% 100%;
  transition: opacity .2s ease-out;
  width: 6px;
  z-index: 1
}

[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before {
  left: auto;
  right: 8px
}

.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 3px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  transition: background .15s ease-out, border .05s ease-out, box-shadow .1s ease-out;
  width: 16px;
  z-index: 0
}

[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after {
  left: auto;
  right: 0
}

.adyen-checkout__field--consentCheckbox {
  background: #e6e9eb;
  border: 1px solid #e6e9eb;
  border-radius: 6px;
  padding: 14px 14px 13px
}

[dir=rtl] .adyen-checkout__field--consentCheckbox {
  padding: 14px 14px 13px
}

.adyen-checkout__field--consentCheckbox.adyen-checkout__field--error {
  border-color: #c12424
}

.adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation {
  right: -27px;
  top: 10px
}

.Select-module_adyen-checkout__dropdown__0Mj-n {
  position: relative
}

.Select-module_adyen-checkout__dropdown__button__yTyqq {
  align-items: center;
  cursor: pointer;
  display: flex
}

.Select-module_adyen-checkout__dropdown__button__yTyqq:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z' fill='%23687282'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 6px;
  position: absolute;
  right: 16px;
  width: 8px
}

[dir=rtl] .Select-module_adyen-checkout__dropdown__button__yTyqq:after {
  left: 16px;
  right: auto
}

.Select-module_adyen-checkout__dropdown__button--active__Ej-JR:after {
  transform: rotate(180deg)
}

.Select-module_adyen-checkout__filter-input__CwPBS {
  background: #fff;
  border: 0;
  caret-color: #0075ff;
  color: #00112c;
  font-family: inherit;
  font-size: 1em;
  height: 100%;
  padding: 0;
  width: 100%
}

.Select-module_adyen-checkout__filter-input__CwPBS::-moz-placeholder {
  color: #b9c4c9;
  font-weight: 200
}

.Select-module_adyen-checkout__filter-input__CwPBS::placeholder {
  color: #b9c4c9;
  font-weight: 200
}

.Select-module_adyen-checkout__filter-input__CwPBS:active,
.Select-module_adyen-checkout__filter-input__CwPBS:focus {
  outline: 0
}

.Select-module_adyen-checkout__dropdown__list__YtEzj {
  background: #fff;
  display: none;
  list-style: none;
  margin: 0 0 50px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1
}

.Select-module_adyen-checkout__dropdown__list__YtEzj.Select-module_adyen-checkout__dropdown__list--active__Gegw2 {
  display: block
}

.Select-module_adyen-checkout__dropdown__element__ORU4- {
  align-items: center;
  display: flex
}

.adyen-checkout__image {
  opacity: 0;
  transition: opacity .6s ease-out
}

.adyen-checkout__image--loaded {
  opacity: 1
}

.adyen-checkout__dropdown__button-icon--left {
  flex-direction: row-reverse;
  justify-content: flex-end
}

.adyen-checkout__dropdown__button-icon--left>img {
  margin-left: 0;
  margin-right: 12px
}

.adyen-checkout__dropdown {
  font-size: 1em;
  max-width: 100%;
  width: 100%
}

.adyen-checkout__dropdown__button {
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  color: #00112c;
  font-size: 1em;
  height: 40px;
  line-height: 20px;
  outline: 0;
  padding: 7px 24px 7px 12px;
  text-decoration: none;
  transition: border .2s ease-out, box-shadow .2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%
}

[dir=rtl] .adyen-checkout__dropdown__button {
  padding: 7px 12px 7px 24px
}

.adyen-checkout__dropdown__button:hover {
  border-color: #99a3ad
}

.adyen-checkout__dropdown__button__icon {
  border-radius: 3px;
  height: 26px;
  margin-right: 12px;
  max-width: 40px
}

.adyen-checkout__dropdown__button--disabled {
  opacity: .4
}

.adyen-checkout__dropdown__button--active,
.adyen-checkout__dropdown__button--active:hover,
.adyen-checkout__dropdown__button:active,
.adyen-checkout__dropdown__button:focus {
  border-color: #0075ff;
  box-shadow: 0 0 0 2px #99c2ff
}

.adyen-checkout__dropdown__button--readonly,
.adyen-checkout__dropdown__button--readonly--active,
.adyen-checkout__dropdown__button--readonly:focus,
.adyen-checkout__dropdown__button--readonly:hover {
  background: #e6e9eb;
  border-color: transparent;
  color: #00112c;
  cursor: not-allowed
}

.adyen-checkout__dropdown__button--readonly:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z' fill='%23B9C4C9'/%3E%3C/svg%3E")
}

.adyen-checkout__dropdown__button--invalid {
  border-color: #c12424
}

.adyen-checkout__dropdown__button--valid {
  border-bottom-color: #089a43
}

.adyen-checkout__dropdown__button__text {
  flex-grow: 1;
  overflow: hidden;
  pointer-events: none;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap
}

.adyen-checkout__dropdown__button__secondary-text {
  margin-right: 16px
}

.adyen-checkout__dropdown__list {
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(0, 15, 45, .3);
  max-height: 375px;
  z-index: 2
}

.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active {
  margin-top: 2px
}

.adyen-checkout__dropdown__element {
  border: 1px solid transparent;
  cursor: pointer;
  font-size: .81em;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 20px;
  outline: 0;
  padding: 8px;
  transition: background .2s ease-out, border-color .2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  word-break: break-word
}

.adyen-checkout__dropdown__element:last-child {
  border-bottom: 0
}

.adyen-checkout__dropdown__element:active,
.adyen-checkout__dropdown__element:focus,
.adyen-checkout__dropdown__element:hover {
  background: rgba(230, 233, 235, .6)
}

.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active {
  background: rgba(0, 102, 255, .1)
}

.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:active,
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:focus,
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:hover {
  background: rgba(0, 102, 255, .15)
}

.adyen-checkout__dropdown__element--disabled {
  cursor: not-allowed;
  opacity: .4
}

.adyen-checkout__dropdown__element__icon {
  border-radius: 3px;
  margin-right: 12px;
  max-height: 26px;
  max-width: 40px
}

.adyen-checkout__dropdown__element__text {
  flex-grow: 1
}

.adyen-checkout__dropdown__element__secondary-text:not(:last-child) {
  margin-right: 8px
}

.adyen-checkout__dropdown__element__flag {
  margin-left: 8px;
  margin-right: 10px;
  max-height: 18px;
  max-width: 27px
}

.adyen-checkout__dropdown+.adyen-checkout-input__inline-validation {
  right: 32px
}

.adyen-checkout__field-wrapper {
  display: flex;
  width: 100%
}

.adyen-checkout__field--20 {
  width: 20%
}

.adyen-checkout__field--30 {
  width: 30%
}

.adyen-checkout__field--40 {
  width: 40%
}

.adyen-checkout__field--50 {
  width: 50%
}

.adyen-checkout__field--60 {
  width: 60%
}

.adyen-checkout__field--70 {
  width: 70%
}

.adyen-checkout__field--80 {
  width: 80%
}

.adyen-checkout__field--col-70 {
  width: calc(70% - 8px)
}

.adyen-checkout__field--col-30 {
  width: calc(30% - 8px)
}

.adyen-checkout__field--col-50 {
  width: calc(50% - 8px)
}

.adyen-checkout__field-wrapper>.adyen-checkout__field:first-child {
  margin-right: 8px
}

[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:first-child {
  margin-left: 8px;
  margin-right: 0
}

.adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2) {
  margin-left: 8px
}

[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2) {
  margin-left: 0;
  margin-right: 8px
}

.adyen-checkout__field-wrapper:last-of-type>.adyen-checkout__field {
  margin-bottom: 0
}

.adyen-checkout__input {
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  caret-color: #0075ff;
  color: #00112c;
  display: block;
  font-family: inherit;
  font-size: 1em;
  height: 40px;
  outline: 0;
  padding: 5px 8px;
  position: relative;
  transition: border .2s ease-out, box-shadow .2s ease-out;
  width: 100%
}

.adyen-checkout__input:hover {
  border-color: #99a3ad
}

.adyen-checkout__input:required {
  box-shadow: none
}

.adyen-checkout__input--disabled,
.adyen-checkout__input[readonly] {
  background: #e6e9eb;
  border-color: #e6e9eb
}

.adyen-checkout__input--disabled:hover {
  border-color: #e6e9eb
}

.adyen-checkout__input-wrapper {
  display: block;
  position: relative
}

.adyen-checkout__input-wrapper--block {
  display: block
}

.adyen-checkout-input__inline-validation {
  height: 16px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px
}

[dir=rtl] .adyen-checkout-input__inline-validation {
  left: 14px;
  right: auto
}

[dir=ltr] .adyen-checkout-input__inline-validation {
  left: auto;
  right: 14px
}

.adyen-checkout-input__inline-validation--valid {
  color: #089a43
}

.adyen-checkout-input__inline-validation--invalid {
  color: #c12424
}

.adyen-checkout__input--valid {
  border-bottom-color: #089a43
}

.adyen-checkout__input--error,
.adyen-checkout__input--error:hover,
.adyen-checkout__input--invalid,
.adyen-checkout__input--invalid:hover {
  border-color: #c12424
}

.adyen-checkout__input::-moz-placeholder {
  color: #707070;
  font-weight: 200
}

.adyen-checkout__input::placeholder {
  color: #707070;
  font-weight: 200
}

.adyen-checkout__input--date {
  padding-right: 30px
}

.adyen-checkout__input--focus,
.adyen-checkout__input--focus:hover,
.adyen-checkout__input:active,
.adyen-checkout__input:active:hover,
.adyen-checkout__input:focus,
.adyen-checkout__input:focus:hover {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff
}

.adyen-checkout__input[readonly],
.adyen-checkout__input[readonly]:hover {
  background-color: #e6e9eb;
  border-color: transparent;
  color: #687282;
  cursor: default
}

.adyen-checkout__fieldset--personalDetails .adyen-checkout__field--gender .adyen-checkout__radio_group {
  display: flex
}

.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group {
  display: flex;
  margin: 8px 0
}

.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper {
  margin-right: 20px
}

.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper:last-child {
  margin: 0
}

.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress {
  padding-bottom: 8px
}

.adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress {
  margin-top: 24px;
  padding-bottom: 8px
}

.adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress {
  margin-bottom: 0
}

.adyen-checkout__open-invoice .adyen-checkout__field--consentCheckbox {
  margin-top: 22px
}

.adyen-checkout__input--separateDeliveryAddress+.adyen-checkout__checkbox__label {
  margin-top: 16px
}

.adyen-checkout__amazonpay__button {
  margin: auto
}

.adyen-checkout__amazonpay .adyen-checkout__button--ghost {
  display: block;
  margin: 8px auto 0;
  width: auto
}

@supports (-webkit-appearance:-apple-pay-button) {

  .ApplePayButton-module_apple-pay-button__l5g-d,
  .ApplePayButton-module_apple-pay__gYjuP {
    -webkit-appearance: -apple-pay-button
  }

  .ApplePayButton-module_apple-pay-button__l5g-d {
    cursor: pointer;
    display: inline-block
  }

  .ApplePayButton-module_apple-pay-button-black__istwW {
    -apple-pay-button-style: #000
  }

  .ApplePayButton-module_apple-pay-button-white__-wLaE {
    -apple-pay-button-style: #fff
  }

  .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7 {
    -apple-pay-button-style: white-outline
  }

  .ApplePayButton-module_apple-pay-button--type-plain__ycfNl {
    -apple-pay-button-type: plain
  }

  .ApplePayButton-module_apple-pay-button--type-buy__9m8AB {
    -apple-pay-button-type: buy
  }

  .ApplePayButton-module_apple-pay-button--type-donate__HmRdK {
    -apple-pay-button-type: donate
  }

  .ApplePayButton-module_apple-pay-button--type-check-out__XdGWd {
    -apple-pay-button-type: check-out
  }

  .ApplePayButton-module_apple-pay-button--type-book__-v-VY {
    -apple-pay-button-type: book
  }

  .ApplePayButton-module_apple-pay-button--type-subscribe__WxWIF {
    -apple-pay-button-type: subscribe
  }

  .ApplePayButton-module_apple-pay-button--type-add-money__zeBA8 {
    -apple-pay-button-type: add-money
  }

  .ApplePayButton-module_apple-pay-button--type-contribute__G3E8e {
    -apple-pay-button-type: contribute
  }

  .ApplePayButton-module_apple-pay-button--type-order__ggI6j {
    -apple-pay-button-type: order
  }

  .ApplePayButton-module_apple-pay-button--type-reload__QbgLd {
    -apple-pay-button-type: reload
  }

  .ApplePayButton-module_apple-pay-button--type-rent__VzC-E {
    -apple-pay-button-type: rent
  }

  .ApplePayButton-module_apple-pay-button--type-support__6EjmY {
    -apple-pay-button-type: support
  }

  .ApplePayButton-module_apple-pay-button--type-tip__bdzGK {
    -apple-pay-button-type: tip
  }

  .ApplePayButton-module_apple-pay-button--type-top-up__Eb3qR {
    -apple-pay-button-type: top-up
  }
}

@supports not (-webkit-appearance:-apple-pay-button) {
  .ApplePayButton-module_apple-pay-button__l5g-d {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    max-height: 64px;
    min-height: 32px;
    min-width: 200px;
    padding: 0
  }

  .ApplePayButton-module_apple-pay-button-black__istwW {
    background-color: #000;
    background-image: -webkit-named-image(apple-pay-logo-white)
  }

  .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7,
  .ApplePayButton-module_apple-pay-button-white__-wLaE {
    background-color: #fff;
    background-image: -webkit-named-image(apple-pay-logo-black)
  }

  .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7 {
    border: .5px solid #000
  }
}

.adyen-checkout__applepay__button {
  height: 48px;
  width: 240px
}

.adyen-checkout__dropin .adyen-checkout__applepay__button {
  width: 100%
}

.adyen-checkout__issuer-button {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #b9c4c9;
  cursor: pointer;
  display: flex;
  flex-basis: 47%;
  flex-grow: 2;
  font-size: .81em;
  height: 40px;
  padding: 0 12px;
  transition: background .3s ease-out, box-shadow .3s ease-out
}

.adyen-checkout__issuer-button:active {
  color: #000
}

.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus {
  box-shadow: inset 0 0 0 2px #99a3ad;
  outline: 0
}

.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus-visible {
  box-shadow: inset 0 0 0 2px #99a3ad;
  outline: 0
}

.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):hover {
  box-shadow: inset 0 0 0 2px #99a3ad;
  outline: 0
}

.adyen-checkout__issuer-button--selected {
  background: #fff;
  box-shadow: inset 0 0 0 2px #0075ff;
  color: #0075ff;
  font-weight: 500;
  height: 40px;
  transition: none
}

.adyen-checkout__issuer-button-img {
  margin-right: 8px;
  max-height: 26px
}

.adyen-checkout__issuer-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px
}

.adyen-checkout__content-separator {
  align-items: center;
  color: #687282;
  display: flex;
  font-size: 13px;
  justify-content: center;
  line-height: 19px;
  margin-bottom: 16px;
  margin-top: 16px;
  white-space: nowrap
}

.adyen-checkout__content-separator:after,
.adyen-checkout__content-separator:before {
  background: #e6e9eb;
  content: "";
  display: block;
  height: 1px;
  width: 100%
}

.adyen-checkout__content-separator:after {
  margin-left: 20px
}

.adyen-checkout__content-separator:before {
  margin-right: 20px
}

.adyen-checkout__field--issuer-list {
  margin-bottom: 0
}

.adyen-checkout__issuer-list__termsAndConditions {
  text-align: center
}

.adyen-checkout__card-input__form {
  transition: opacity .25s ease-out
}

.adyen-checkout__card__cardNumber {
  max-width: 400px
}

.adyen-checkout__card__cardNumber__input {
  padding: 5px 8px
}

.adyen-checkout__card__exp-date__input--oneclick {
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap
}

.adyen-checkout__card__holderName,
.adyen-checkout__field--expiryDate,
.adyen-checkout__field--storedCard {
  margin-bottom: 0
}

.adyen-checkout__card-input .adyen-checkout__fieldset--billingAddress,
.adyen-checkout__card__holderName,
.adyen-checkout__card__kcp-authentication,
.adyen-checkout__card__socialSecurityNumber,
.adyen-checkout__installments,
.adyen-checkout__store-details {
  margin-top: 16px
}

.adyen-checkout__card-input.adyen-checkout__card-input--loading {
  pointer-events: none
}

.adyen-checkout-error-panel+.adyen-checkout__card__holderName,
.adyen-checkout-error-panel--sr-only+.adyen-checkout__card__holderName,
.adyen-checkout__card__holderName:first-child {
  margin: 0 0 16px
}

.adyen-checkout__field--cardNumber .adyen-checkout__input--error .adyen-checkout__card__cardNumber__brandIcon,
.adyen-checkout__field--cardNumber .adyen-checkout__input--valid:not(.adyen-checkout__card__cardNumber__input--noBrand)+.adyen-checkout-input__inline-validation--valid {
  display: none
}

.adyen-checkout__field--securityCode.adyen-checkout__field--error .adyen-checkout__card__cvc__hint,
.adyen-checkout__field--securityCode.adyen-checkout__field--valid .adyen-checkout__card__cvc__hint {
  opacity: 0
}

@-webkit-keyframes cvcIndicateLocation {
  0% {
    opacity: 1
  }

  to {
    opacity: .3
  }
}

@keyframes cvcIndicateLocation {
  0% {
    opacity: 1
  }

  to {
    opacity: .3
  }
}

.adyen-checkout__label--focused .adyen-checkout__field__cvc--back-hint .adyen-checkout__card__cvc__hint--back .adyen-checkout__card__cvc__hint__location,
.adyen-checkout__label--focused .adyen-checkout__field__cvc--front-hint .adyen-checkout__card__cvc__hint--front .adyen-checkout__card__cvc__hint__location {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: cvcIndicateLocation;
  animation-name: cvcIndicateLocation
}

.adyen-checkout__card__cvc__hint__wrapper {
  align-items: center;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  display: flex;
  height: 100%;
  margin: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: transform .3s cubic-bezier(.455, .03, .515, .955);
  width: 27px;
  will-change: transform
}

.adyen-checkout__field__cvc--front-hint.adyen-checkout__card__cvc__hint__wrapper {
  transform: rotateY(180deg)
}

.adyen-checkout__card__cvc__hint {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  transition: opacity .1s linear
}

.adyen-checkout__card__cvc__hint--front {
  transform: rotateY(180deg)
}

@media (prefers-reduced-motion:reduce) {
  .adyen-checkout__card__cvc__hint__wrapper {
    transition: none
  }
}

.adyen-checkout__fieldset--revolving-plan .adyen-checkout__fieldset__fields {
  justify-content: left
}

.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group {
  display: flex;
  flex-direction: column
}

.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group__input-wrapper {
  margin-top: 20px
}

.adyen-checkout__fieldset--revolving-plan .adyen-checkout__field--revolving-plan-installments {
  margin-left: 15px;
  position: relative;
  top: 42px;
  width: 30%
}

.LoadingWrapper-module_loading-input__form__ffCKa {
  opacity: 1
}

.LoadingWrapper-module_loading-input__form--loading__7GmVo {
  opacity: 0
}

.LoadingWrapper-module_loading-input__spinner__GxA51 {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.LoadingWrapper-module_loading-input__spinner--active__ENNBS {
  display: block
}

.CardInput-module_card-input__wrapper__wXSCw {
  position: relative
}

.CardInput-module_card-input__wrapper__wXSCw *,
.CardInput-module_card-input__wrapper__wXSCw :after,
.CardInput-module_card-input__wrapper__wXSCw :before {
  box-sizing: border-box
}

.CardInput-module_card-input__icon__3Cz5M {
  border-radius: 3px;
  height: 18px;
  margin-left: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px
}

.CardInput-module_card-input__form__fRo1r {
  opacity: 1
}

.CardInput-module_card-input__spinner__-j2Qi {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.CardInput-module_card-input__spinner--active__slD7w {
  display: block
}

.CardInput-module_card-input__form--loading__rrmdj {
  opacity: 0
}

.CardInput-module_adyen-checkout__input__11tlB {
  display: block;
  max-height: 100px
}

.CardInput-module_adyen-checkout__card__cvc__input--hidden__VIlHV,
.CardInput-module_adyen-checkout__card__exp-date__input--hidden__evi6- {
  display: none
}

.CardInput-module_adyen-checkout__card__exp-cvc__exp-date__input--hidden__YC3VT {
  justify-content: flex-end
}

.CardInput-module_revolving-plan-installments__disabled__VhNj2 {
  opacity: .4;
  pointer-events: none
}

.adyen-checkout-error-panel {
  margin-bottom: 20px
}

.adyen-checkout-error-panel .adyen-checkout-error-panel__wrapper {
  font-size: .75em
}

.adyen-checkout-error-panel--sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px
}

.adyen-checkout__card__dual-branding__buttons {
  display: flex;
  opacity: .4;
  pointer-events: none
}

.adyen-checkout__card__dual-branding__buttons--active {
  opacity: 1;
  pointer-events: auto
}

.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon {
  cursor: pointer;
  opacity: 1
}

.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon:first-child {
  right: 40px
}

.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon--not-selected {
  opacity: .5
}

.adyen-checkout__card__brands {
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  gap: 4px;
  height: 16px;
  margin-bottom: 16px;
  margin-top: -8px;
  overflow: hidden;
  transition: all .2s ease-out
}

.adyen-checkout__card__brands--hidden {
  height: 0;
  opacity: 0
}

.adyen-checkout__card__brands img {
  border-radius: 3px;
  height: 16px;
  width: 24px
}

.adyen-checkout__card__brands__brand-wrapper {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 24px
}

.adyen-checkout__card__brands__brand-wrapper:after {
  border: 1px solid rgba(0, 27, 43, .17);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.adyen-checkout-ctp__otp-resend-code {
  color: #0075ff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  margin-left: auto
}

.adyen-checkout-ctp__otp-resend-code--confirmation,
.adyen-checkout-ctp__otp-resend-code--disabled {
  color: #687282;
  cursor: default;
  font-size: 13px;
  font-weight: 400;
  margin-left: auto;
  pointer-events: none
}

.adyen-checkout-ctp__otp-resend-code--confirmation {
  align-items: center;
  display: flex
}

.adyen-checkout-ctp__otp-resend-code--confirmation>img {
  margin-left: 4px
}

.adyen-checkout-ctp__otp-resend-code-counter {
  color: #000;
  cursor: default;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-left: auto;
  text-align: right
}

.adyen-checkout__field.adyen-checkout__field--otp {
  margin-bottom: 24px
}

.adyen-checkout-ctp__otp-subtitle--highlighted {
  color: #00112c;
  font-weight: 500
}

.adyen-checkout-ctp__card-list-single-card {
  align-items: center;
  background-color: #f7f8f9;
  border-radius: 6px;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  line-height: 19px;
  padding: 12px
}

.adyen-checkout-ctp__card-list-single-card-expired {
  color: #687282;
  text-decoration: line-through
}

.adyen-checkout-ctp__expired-label {
  color: #687282;
  font-weight: 500;
  line-height: 17px;
  margin-left: auto
}

.adyen-checkout-ctp__card-image {
  border-radius: 3px;
  margin-right: 8px
}

.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled {
  opacity: 1
}

.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__text {
  opacity: .4;
  text-decoration: line-through
}

.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__secondary-text {
  color: #687282;
  font-weight: 500;
  line-height: 17px
}

.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled {
  opacity: 1
}

.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__text {
  opacity: .4;
  text-decoration: line-through
}

.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__secondary-text {
  color: #687282;
  font-weight: 500;
  opacity: 1
}

.adyen-checkout-ctp__card {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #999595;
  cursor: pointer;
  height: 40px;
  margin-bottom: 20px;
  width: 100%
}

.adyen-checkout-ctp__section-logout-button {
  color: #0075ff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin-left: auto
}

.adyen-checkout-ctp__section-logout-button--disabled {
  color: #687282;
  pointer-events: none
}

.adyen-checkout-ctp__section {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  padding: 16px;
  position: relative
}

.adyen-checkout-ctp__section .adyen-checkout__fieldset {
  margin-bottom: 24px
}

.adyen-checkout-ctp__section-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 4px
}

.adyen-checkout-ctp__section-subtitle {
  color: #687282;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 16px
}

.adyen-checkout-ctp__section-header-logo {
  margin-right: 6px;
  width: 24px
}

.adyen-checkout-ctp__section-header-pipe {
  height: 15px;
  margin-right: 6px
}

.adyen-checkout-ctp__section-header {
  align-items: center;
  display: flex;
  height: 18px;
  margin-bottom: 16px
}

.adyen-checkout-ctp__section-header-scheme {
  margin-right: 6px;
  -o-object-fit: none;
  object-fit: none
}

.adyen-checkout-ctp__section-header-scheme-mc {
  width: 27px
}

.adyen-checkout-ctp__section-header-scheme-visa {
  width: 35px
}

.adyen-checkout-ctp__separator {
  color: #00112c;
  font-size: 13px;
  font-weight: 400
}

.adyen-checkout-ctp__loading-loader {
  margin-bottom: 24px;
  padding-top: 58px
}

.adyen-checkout-ctp__loading-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 8px;
  text-align: center
}

.adyen-checkout-ctp__loading-subtitle {
  font-size: 16px;
  line-height: 19px;
  margin: 0 auto 59px;
  max-width: 300px;
  text-align: center
}

.adyen-checkout__field.adyen-checkout__field--shopperLogin {
  margin-bottom: 24px
}

.adyen-checkout__button-group {
  background: 0 0;
  display: flex;
  justify-content: space-between
}

.adyen-checkout__button-group .adyen-checkout__button {
  background: 0 0;
  border: 0;
  box-shadow: inset 0 0 0 1px #99a3ad;
  color: #00112c;
  font-size: .81em;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  padding: 0;
  text-align: center
}

.adyen-checkout__button-group .adyen-checkout__button:last-child {
  margin-right: 0
}

.adyen-checkout__button-group .adyen-checkout__button:hover {
  background: 0 0;
  box-shadow: inset 0 0 0 2px #99a3ad
}

.adyen-checkout__button-group .adyen-checkout__button:active {
  background: #f7f8f9;
  box-shadow: inset 0 0 0 2px #99a3ad
}

.adyen-checkout__button-group .adyen-checkout__button--disabled,
.adyen-checkout__button-group .adyen-checkout__button--disabled:hover {
  cursor: not-allowed;
  opacity: .4;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.adyen-checkout__button-group .adyen-checkout__button--selected,
.adyen-checkout__button-group .adyen-checkout__button--selected:active,
.adyen-checkout__button-group .adyen-checkout__button--selected:active:hover,
.adyen-checkout__button-group .adyen-checkout__button--selected:hover {
  background: #e5efff;
  box-shadow: inset 0 0 0 2px #0075ff;
  color: #0075ff;
  font-weight: 500;
  height: 40px;
  transition: none
}

.adyen-checkout__button-group .adyen-checkout__button .adyen-checkout__button-group__input {
  opacity: 0;
  pointer-events: none;
  position: absolute
}

.adyen-checkout__adyen-giving .adyen-checkout__status__icon {
  display: block;
  margin: 56px auto 32px
}

.adyen-checkout__adyen-giving .adyen-checkout__status__text {
  color: #00112c;
  margin-bottom: 56px;
  text-align: center
}

.adyen-checkout__campaign {
  background: #00112c;
  border-radius: 6px;
  height: 227px;
  overflow: hidden;
  position: relative
}

.adyen-checkout__campaign-link:hover .adyen-checkout__campaign-description {
  text-decoration: underline
}

.adyen-checkout__campaign-container {
  height: 100%
}

.adyen-checkout__campaign-logo {
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 3px;
  display: block;
  height: 48px;
  margin-bottom: 16px;
  overflow: hidden;
  width: 48px
}

.adyen-checkout__campaign-background-image {
  background-color: #00112c;
  background-position: 50%;
  background-size: cover;
  height: 100%
}

.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:before {
  background: inherit;
  content: "";
  height: 100%;
  position: absolute;
  transition: transform .6s ease-out;
  width: 100%
}

.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:hover:before {
  transform: scale(1.1)
}

.adyen-checkout__campaign-link .adyen-checkout__campaign-content {
  pointer-events: none
}

.adyen-checkout__campaign-content {
  bottom: 0;
  padding: 16px;
  position: absolute;
  z-index: 2
}

.adyen-checkout__campaign-description,
.adyen-checkout__campaign-title {
  color: #fff;
  font-weight: 400;
  margin: 0
}

.adyen-checkout__campaign-title {
  font-size: 1em;
  margin-bottom: 8px
}

.adyen-checkout__campaign-description {
  font-size: .81em;
  line-height: 19px
}

.adyen-checkout__adyen-giving-actions {
  margin-top: 16px
}

.adyen-checkout__button.adyen-checkout__button--donate {
  margin: 16px auto 8px
}

.adyen-checkout__button.adyen-checkout__button--decline {
  display: block;
  margin: auto;
  width: auto
}

.adyen-checkout__paywithgoogle {
  height: 48px
}

.adyen-checkout__paywithgoogle>div>button,
.adyen-checkout__paywithgoogle>div>button.long,
.adyen-checkout__paywithgoogle>div>button.short {
  height: 48px;
  transition: background-color .3s ease-out, box-shadow .3s ease-out
}

.adyen-checkout__paywithgoogle>div>button.long:focus,
.adyen-checkout__paywithgoogle>div>button.short:focus,
.adyen-checkout__paywithgoogle>div>button:focus {
  box-shadow: 0 0 0 2px #99c2ff;
  outline: 0
}

.adyen-checkout__paywithgoogle>div>button.gpay-button {
  padding: 15px 24px 13px
}

.adyen-checkout__econtext-input__field>.adyen-checkout__button--pay:only-child {
  margin-top: 0
}

.adyen-checkout__voucher-result {
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
  text-align: center
}

.adyen-checkout__voucher-result__bottom,
.adyen-checkout__voucher-result__top {
  background: #fff;
  border: 1px solid #d4d9db
}

.adyen-checkout__voucher-result__top {
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  padding: 40px 0 24px
}

.adyen-checkout__voucher-result__bottom {
  border-radius: 0 0 12px 12px;
  border-top: 0
}

.adyen-checkout__voucher-result__separator {
  align-items: center;
  background: #fff;
  display: flex;
  height: 13px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 14px)
}

.adyen-checkout__voucher-result__separator:after,
.adyen-checkout__voucher-result__separator:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCAwIDUgMiAxLjUgNEg3VjBIMFptMCAxMyA1LTIgMS41LTRIN3Y2SDBaIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTYuNDIzIDYuNUM2LjQyMyAzLjMxMiAzLjc4My43NTYuNS41MThjMy4zODYuMjM2IDYgMi44NTUgNiA1Ljk4MiAwIDMuMTI3LTIuNjE0IDUuNzQ2LTYgNS45ODN2LS4wMDFjMy4yODQtLjIzNyA1LjkyMy0yLjc5NCA1LjkyMy01Ljk4MloiIHN0cm9rZT0iI0Q0RDlEQiIvPjxwYXRoIGZpbGw9IiNENEQ5REIiIGQ9Ik0wIDBoMXYxSDB6TTAgMTJoMXYxSDB6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg3djEzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)
}

.adyen-checkout__voucher-result__separator:before {
  left: -7px
}

.adyen-checkout__voucher-result__separator:after,
.adyen-checkout__voucher-result__separator:before {
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 13px;
  position: absolute;
  top: 0;
  width: 7px
}

.adyen-checkout__voucher-result__separator:after {
  right: -7px;
  transform: rotate(-180deg)
}

.adyen-checkout__voucher-result__separator__inner {
  border-top: 1px solid #e6e9eb;
  width: 100%
}

.adyen-checkout__voucher-result__image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  width: 100%
}

.adyen-checkout__link--voucher-result-instructions {
  display: inline-block
}

.adyen-checkout__voucher-result__image__wrapper {
  display: block;
  height: 48px;
  margin: 0 24px;
  position: relative
}

.adyen-checkout__voucher-result__image__wrapper:after {
  border: 1px solid rgba(0, 27, 43, .17);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.adyen-checkout__voucher-result__image__wrapper:nth-child(2):before {
  border-left: 1px solid #d4d9db;
  content: "";
  height: 64px;
  left: -24.5px;
  position: absolute;
  top: -8px;
  width: 1px
}

.adyen-checkout__voucher-result__image__brand,
.adyen-checkout__voucher-result__image__issuer {
  border-radius: 3px;
  height: 48px
}

.adyen-checkout__voucher-result__introduction {
  color: #00112c;
  font-size: .81em;
  line-height: 19px;
  margin: 0 auto;
  max-width: 400px;
  text-align: center
}

.adyen-checkout__voucher-result__amount {
  color: #00112c;
  font-size: 1em;
  font-weight: 700;
  margin: 24px auto 0;
  text-align: center
}

.adyen-checkout__voucher-result__surcharge {
  color: #687282;
  display: block;
  font-size: .81em;
  font-weight: 400;
  line-height: 19px;
  text-align: center
}

.adyen-checkout__voucher-result__code__label {
  display: block;
  font-weight: 400;
  left: 0;
  line-height: 19px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto
}

.adyen-checkout__voucher-result__code__label:before {
  content: "";
  position: absolute
}

.adyen-checkout__voucher-result__code__label__text {
  background: #fff;
  color: #00112c;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1;
  padding: 0 8px
}

.adyen-checkout__voucher-result__code__barcode {
  display: block;
  height: 56px;
  margin: 0 auto 8px;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.adyen-checkout__voucher-result__code {
  border-width: 1px 0;
  color: #00112c;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 16px 48px;
  position: relative;
  text-align: center;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
  width: 100%;
  word-break: break-word
}

.adyen-checkout__voucher-result__details {
  list-style: none;
  margin: -1px auto 0;
  padding: 0
}

.adyen-checkout__voucher-result__details__item {
  border-top: 1px solid #e6e9eb;
  color: #00112c;
  display: flex;
  font-size: .81em;
  justify-content: space-between;
  padding: 16px 24px;
  word-break: break-word
}

.adyen-checkout__voucher-result__details__item:last-child {
  margin-bottom: 0
}

.adyen-checkout__voucher-result__details__label {
  max-width: 50%;
  text-align: left
}

.adyen-checkout__voucher-result__details__value {
  font-weight: 700;
  max-width: 50%;
  text-align: right
}

.adyen-checkout__voucher-result__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto 32px;
  max-width: 100%;
  min-width: 200px;
  padding: 0;
  width: 300px
}

.adyen-checkout__voucher-result__actions__item {
  margin: 0 4px
}

.adyen-checkout__paypal__buttons {
  position: relative;
  z-index: 0
}

.adyen-checkout__paypal__button {
  display: flex;
  margin-bottom: 16px
}

.adyen-checkout__paypal__button:empty {
  display: none
}

.adyen-checkout__paypal__status--pending {
  margin: 16px 0
}

.adyen-checkout__paypal__status--processing {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: center;
  padding: 24px 0
}

.adyen-checkout__payment-method .adyen-checkout__paypal__status--pending {
  margin: -16px 0 38px
}

.adyen-checkout__payment-method .adyen-checkout__paypal__status--processing {
  padding: 20px 0 65px
}

.adyen-checkout__phone-input {
  direction: ltr
}

.adyen-checkout__phone-input .adyen-checkout__input-wrapper {
  width: 100%
}

.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input {
  height: auto;
  padding: 0
}

.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input:focus {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff
}

.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button {
  border: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 35px;
  width: auto
}

.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after {
  box-sizing: revert;
  height: 10px;
  left: 40px
}

.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input--phoneNumber {
  border: 1px solid transparent;
  height: 35px;
  margin-left: 8px;
  padding-left: 15px
}

.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput {
  align-items: center;
  display: flex
}

.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput:focus {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff
}

.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__phoneNumber {
  align-items: center;
  display: flex;
  margin-left: 65px;
  width: 100%
}

.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__countryFlag {
  position: absolute
}

.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active,
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover {
  box-shadow: none
}

.adyen-checkout__threeds2__challenge,
.adyen-checkout__threeds2__challenge-container {
  background-color: transparent;
  box-sizing: border-box;
  display: block;
  height: inherit;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.adyen-checkout__threeds2__challenge--01,
.adyen-checkout__threeds2__challenge--01 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 250px
}

.adyen-checkout__threeds2__challenge--02,
.adyen-checkout__threeds2__challenge--02 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 390px
}

.adyen-checkout__threeds2__challenge--03,
.adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe {
  height: 600px;
  width: 500px
}

.adyen-checkout__threeds2__challenge--04,
.adyen-checkout__threeds2__challenge--04 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 600px
}

.adyen-checkout__threeds2__challenge--05,
.adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe {
  height: 100%;
  width: 100%
}

.adyen-checkout__iframe--threeDSIframe {
  border: 0;
  left: 0;
  position: absolute;
  top: 0
}

.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__icon {
  display: block;
  margin: 56px auto 32px
}

.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__text {
  color: #c12424;
  margin-bottom: 56px;
  text-align: center
}

.adyen-checkout__qr-loader {
  background: #fff;
  border: 1px solid #d4d9db;
  border-radius: 12px;
  padding: 40px;
  text-align: center
}

.adyen-checkout__qr-loader--result {
  padding: 100px
}

.adyen-checkout__qr-loader--app {
  border: 0;
  border-radius: 0;
  padding: 0
}

.adyen-checkout__qr-loader__brand-logo {
  border-radius: 3px;
  width: 74px
}

.adyen-checkout__qr-loader__subtitle {
  margin: 32px auto 0;
  max-width: 400px
}

.adyen-checkout__qr-loader__subtitle--result {
  margin-bottom: 32px
}

.adyen-checkout__qr-loader__payment_amount,
.adyen-checkout__qr-loader__subtitle {
  color: #00112c;
  font-size: 1em;
  line-height: 19px
}

.adyen-checkout__qr-loader__icon {
  height: 88px;
  width: 88px
}

.adyen-checkout__qr-loader__payment_amount {
  font-weight: 700
}

.adyen-checkout__qr-loader__progress {
  background: #d4d9db;
  border-radius: 24px;
  height: 4px;
  margin: 32px auto 12px;
  padding-right: 3%;
  width: 152px
}

[dir=rtl] .adyen-checkout__qr-loader__progress {
  padding-left: 3%;
  padding-right: 0
}

.adyen-checkout__qr-loader__percentage {
  background: #0075ff;
  border-radius: 24px;
  display: block;
  height: 100%
}

.adyen-checkout__qr-loader__countdown {
  color: #687282;
  font-size: .81em
}

.adyen-checkout__qr-loader>.adyen-checkout__spinner__wrapper {
  margin: 60px 0
}

.adyen-checkout__qr-loader__app-link {
  display: none;
  margin-top: 16px
}

.adyen-checkout__button.adyen-checkout__button--qr-loader {
  margin-top: 24px;
  text-decoration: none
}

.adyen-checkout__qr-loader__instructions {
  color: #687282;
  font-size: 1em;
  line-height: 1.5;
  margin-top: 32px
}

.adyen-checkout__qr-loader__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 32px
}

@media only screen and (max-device-width:1200px) {
  .adyen-checkout__qr-loader__app-link {
    display: block
  }
}

.adyen-checkout__voucher-result--boletobancario .adyen-checkout__voucher-result__code {
  font-size: .81em;
  line-height: 19px;
  padding: 24px;
  word-break: break-all
}

.adyen-checkout__voucher-result--oxxo .adyen-checkout__voucher-result__code {
  font-size: .81em;
  line-height: 19px;
  padding: 24px;
  word-break: break-all
}

.adyen-checkout__alert-message {
  border-radius: 6px;
  display: flex;
  font-size: .81em;
  margin: 0 0 16px;
  padding: 12px;
  text-align: left
}

.adyen-checkout__alert-message--error {
  background: #fbe6ed
}

.adyen-checkout__alert-message--warning {
  background: #ffeacc
}

.adyen-checkout__alert-message--info {
  background: #e5efff
}

.adyen-checkout__alert-message__icon {
  height: 14px;
  margin-right: 8px;
  width: 14px
}

.adyen-checkout__giftcard-result__header {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  font-weight: 400;
  justify-content: space-between;
  position: relative;
  width: 100%
}

.adyen-checkout__giftcard-result__header__title {
  align-items: center;
  display: flex
}

.adyen-checkout__giftcard-result__name {
  margin-left: 8px
}

.adyen-checkout__giftcard-result__balance {
  list-style: none;
  margin: 16px 0 0;
  padding: 0
}

.adyen-checkout__giftcard-result__balance__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px
}

.adyen-checkout__giftcard-result__balance__item .adyen-checkout__giftcard-result__balance__title--transactionLimit {
  color: #687282
}

.adyen-checkout__giftcard-result__balance__item:last-child {
  margin-bottom: 0
}

.adyen-checkout__giftcard-result__balance__value--amount {
  font-weight: 700
}

.adyen-checkout__giftcard-result__remaining-balance {
  color: #687282;
  font-size: 13px;
  line-height: 19px;
  margin: 8px auto 0;
  text-align: center
}

.DropinComponent-module_adyen-checkout__payment-methods-list__mAjAm {
  list-style: none;
  margin: 0;
  padding: 0
}

.DropinComponent-module_adyen-checkout__payment-method__nWdwg {
  display: block;
  max-height: 60px
}

.DropinComponent-module_adyen-checkout__payment-method__details__-rsW7 {
  display: none
}

.DropinComponent-module_adyen-checkout__payment-method__image__nB80V {
  height: 26px;
  width: 40px
}

.DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA {
  margin-right: 8px
}

[dir=rtl] .DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA {
  margin-left: 8px;
  margin-right: 0
}

.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF {
  max-height: 100%
}

.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF .DropinComponent-module_adyen-checkout__payment-method__details__-rsW7 {
  display: block
}

.adyen-checkout__payment-method__disable-confirmation {
  background: #c12424;
  border-left: 1px solid #b82222;
  border-right: 1px solid #b82222;
  color: #fff;
  font-size: .81em;
  margin: 0 -17px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .15s ease-out, max-height .15s linear, margin-bottom .1s linear
}

.adyen-checkout__payment-method__disable-confirmation.adyen-checkout__payment-method__disable-confirmation--open {
  margin-bottom: 16px;
  max-height: 62px;
  opacity: 1
}

.adyen-checkout__payment-method__disable-confirmation__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px
}

.adyen-checkout__payment-method__disable-confirmation__buttons {
  display: flex
}

.adyen-checkout__payment-method__disable-confirmation__button {
  background: #c12424;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: auto;
  line-height: 14px;
  margin: 0 0 0 8px;
  padding: 8px;
  width: auto
}

.adyen-checkout__payment-method__disable-confirmation__button:hover,
.adyen-checkout__payment-method__disable-confirmation__button:hover:focus {
  background: #ac2020;
  box-shadow: none
}

.adyen-checkout__payment-method__disable-confirmation__button:active,
.adyen-checkout__payment-method__disable-confirmation__button:hover:active {
  background: #961c1c;
  box-shadow: none
}

.adyen-checkout__payment-method__disable-confirmation__button--remove,
.adyen-checkout__payment-method__disable-confirmation__button--remove:disabled {
  border-color: #fff
}

.adyen-checkout__payment-method__disable-confirmation__button--cancel,
.adyen-checkout__payment-method__disable-confirmation__button--cancel:disabled {
  border-color: transparent
}

.adyen-checkout__payment-method {
  background: #fff;
  border: 1px solid #e6e9eb;
  cursor: pointer;
  margin-top: -1px;
  position: relative;
  transition: opacity .3s ease-out;
  width: 100%
}

.adyen-checkout__payment-method:focus {
  outline: 0
}

.adyen-checkout__payment-method--selected+.adyen-checkout__payment-method,
.adyen-checkout__payment-method:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: 0
}

.adyen-checkout__payment-method--next-selected,
.adyen-checkout__payment-method:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-bottom: 0
}

.adyen-checkout__payment-method--loading {
  opacity: .2
}

.adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading {
  opacity: .9
}

.adyen-checkout__payment-method--confirming .adyen-checkout__payment-method__details__content,
.adyen-checkout__payment-method--disabling {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.adyen-checkout__payment-method--disabling {
  opacity: .3
}

.adyen-checkout__payment-method__header {
  align-items: center;
  color: #00112c;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  font-weight: 400;
  justify-content: space-between;
  padding: 12px 16px 12px 44px;
  position: relative;
  transition: background .1s ease-out;
  width: 100%
}

[dir=rtl] .adyen-checkout__payment-method__header {
  padding: 12px 44px 12px 12px
}

.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__header {
  padding: 16px
}

.adyen-checkout__payment-method__header__title {
  align-items: center;
  background: 0 0;
  border: none;
  color: #00112c;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 1em;
  font-weight: 400;
  margin-right: 16px;
  max-width: 100%;
  padding: 4px
}

[dir=rtl] .adyen-checkout__payment-method__header__title {
  margin-left: 16px;
  margin-right: 0
}

.adyen-checkout__payment-method__surcharge {
  color: #687282;
  margin-left: 5px
}

.adyen-checkout__payment-method--selected {
  background: #f7f8f9;
  border: 1px solid #e6e9eb;
  border-radius: 12px;
  cursor: default;
  margin: 8px 0;
  transition: margin .15s cubic-bezier(.4, 0, .2, 1) 0s, opacity .3s ease-out
}

.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header {
  flex-wrap: wrap
}

.adyen-checkout__payment-method__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.adyen-checkout__payment-method__name--selected {
  font-weight: 500
}

.adyen-checkout__payment-method__details {
  padding: 0 16px;
  position: relative
}

.adyen-checkout__payment-method__details__content {
  margin: 0 0 16px
}

.adyen-checkout__payment-method__image__wrapper {
  height: 26px;
  position: relative;
  width: 40px
}

.adyen-checkout__payment-method__image__wrapper--outline:after {
  border: 1px solid rgba(0, 27, 43, .17);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.adyen-checkout__payment-method__image {
  border-radius: 3px;
  display: block
}

.adyen-checkout__payment-method__brands {
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  height: 16px;
  margin: 4px 0;
  overflow: hidden;
  text-align: right
}

.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__brand-number {
  color: #99a3ad;
  font-size: 13px
}

.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands {
  height: auto;
  overflow: visible;
  text-align: left
}

.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  transition: opacity .2s ease-out;
  width: 24px
}

.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:last-child {
  margin: 0
}

.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
  margin-bottom: 4px
}

.adyen-checkout__payment-method__brands img {
  height: 16px;
  width: 24px
}

.adyen-checkout__payment-method__image__wrapper--disabled {
  opacity: .25
}

.adyen-checkout__payment-method__radio {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 50%;
  height: 16px;
  left: 16px;
  position: absolute;
  transition: border-color .2s ease-out, box-shadow .2s ease-out;
  width: 16px
}

[dir=rtl] .adyen-checkout__payment-method__radio {
  left: auto;
  right: 16px
}

.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__radio {
  display: none
}

.adyen-checkout__payment-method__radio:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease-out;
  width: 6px
}

.adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) .adyen-checkout__payment-method__radio {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
  cursor: pointer
}

.adyen-checkout__payment-method__radio--selected {
  background-color: #0075ff;
  border: 0;
  transition: all .3s ease-out
}

.adyen-checkout__payment-method__radio--selected:hover {
  box-shadow: 0 0 0 2px rgba(0, 102, 255, .4)
}

.adyen-checkout__payment-method__radio--selected:after {
  transform: translateY(-50%) scale(1)
}

.adyen-checkout__order-payment-methods-list {
  list-style: none;
  margin: 0 auto 16px;
  padding: 0
}

.adyen-checkout__order-payment-method {
  background: #fff;
  border: 1px solid #e6e9eb;
  margin-top: -1px;
  position: relative;
  width: 100%
}

.adyen-checkout__order-payment-method:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}

.adyen-checkout__order-payment-method:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px
}

.adyen-checkout__order-payment-method__header {
  align-items: center;
  color: #00112c;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  font-weight: 500;
  justify-content: space-between;
  padding: 16px;
  position: relative;
  transition: background .1s ease-out;
  width: 100%
}

.adyen-checkout__order-payment-method__header .adyen-checkout__payment-method__header__title {
  padding: 0
}

.adyen-checkout__order-payment-method__details {
  padding: 0 16px 16px
}

.adyen-checkout__order-payment-method__deducted-amount {
  display: flex;
  font-size: 1em;
  justify-content: space-between;
  line-height: 1em
}

.adyen-checkout__order-payment-method__deducted-amount__label {
  font-size: .81em
}

.adyen-checkout__order-payment-method__deducted-amount__value {
  font-weight: 500
}

.adyen-checkout__order-remaining-amount {
  background: #ffeacc;
  border-radius: 6px;
  color: #7f4a00;
  display: block;
  font-size: .81em;
  margin-bottom: 16px;
  padding: 8px 16px;
  width: 100%
}

.adyen-checkout__order-remaining-amount strong {
  font-weight: 700
}

.adyen-checkout__status {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d4d9db;
  border-radius: 6px;
  color: #00112c;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  height: 350px;
  justify-content: center;
  margin: 0;
  padding: 32px;
  text-align: center
}

.adyen-checkout__status__icon {
  margin-bottom: 24px
}

.adyen-checkout__status .adyen-checkout__spinner__wrapper {
  max-height: 88px
}

.adyen-checkout__dropin,
.adyen-checkout__dropin *,
.adyen-checkout__dropin :after,
.adyen-checkout__dropin :before {
  box-sizing: border-box
}

.adyen-checkout__payment-methods-list--loading {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.adyen-checkout__instant-payment-methods-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.adyen-checkout__instant-payment-methods-list li:not(:last-child) {
  margin-bottom: 8px
}

.adyen-checkout__link {
  color: #0075ff;
  text-decoration: none
}

.adyen-checkout__link:hover {
  text-decoration: underline
}

.AchInput-module_sf-input__wrapper__lfdiv {
  position: relative
}

.AchInput-module_sf-input__wrapper__lfdiv *,
.AchInput-module_sf-input__wrapper__lfdiv :after,
.AchInput-module_sf-input__wrapper__lfdiv :before {
  box-sizing: border-box
}

.AchInput-module_adyen-checkout__input__8WwCR {
  display: block;
  max-height: 100px
}

.adyen-checkout__loading-input__form {
  transition: opacity .25s ease-out
}

.adyen-checkout__pm__holderName {
  margin-bottom: 0
}

.adyen-checkout__fieldset__title+.adyen-checkout__ach-sf__form {
  margin-top: 0
}

.adyen-checkout__ach-input .adyen-checkout__fieldset--address,
.adyen-checkout__ach-sf__form {
  margin-top: 16px
}

.adyen-checkout__loading-input__form {
  transition: opacity .25s ease-out
}

.adyen-checkout-phone-input--new {
  direction: ltr
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper {
  width: 100%
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input {
  height: auto;
  padding: 0
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within {
  border: 1px solid #0075ff
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within .adyen-checkout-dropdown--countrycode-selector {
  border-right: 1px solid #0075ff
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button {
  border: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 35px;
  width: auto
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after {
  box-sizing: revert;
  height: 10px
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active,
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover {
  box-shadow: none
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number {
  border: 1px solid transparent;
  height: 35px;
  line-height: 35px;
  min-height: 35px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-top: 0
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number:focus-within {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-dropdown--countrycode-selector {
  border-right: 1px solid #dce0e5;
  min-width: 134px;
  width: 134px
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input-holder--phone-input {
  align-items: center;
  display: flex
}

.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-phone-number {
  align-items: center;
  display: flex;
  flex: 3
}

.adyen-checkout-phone-input--new .adyen-checkout-phone-input__error-holder {
  margin-top: -10px
}

.adyen-checkout__await {
  background: #fff;
  border: 1px solid #d4d9db;
  border-radius: 12px;
  padding: 40px;
  text-align: center
}

.adyen-checkout__await--result {
  padding: 100px
}

.adyen-checkout__qr-loader--app {
  border: 0;
  border-radius: 0;
  padding: 0
}

.adyen-checkout__await__brand-logo {
  border-radius: 3px;
  width: 74px
}

.adyen-checkout__await__indicator-text,
.adyen-checkout__await__subtitle {
  color: #00112c;
  font-size: 1em;
  line-height: 19px;
  margin-top: 32px
}

.adyen-checkout__await__indicator-holder .adyen-checkout__await__indicator-text {
  margin-left: 10px;
  margin-top: 6px
}

.adyen-checkout__await__indicator-holder {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 32px
}

.adyen-checkout__await__subtitle--result {
  margin-bottom: 32px
}

.adyen-checkout__await__icon {
  height: 88px;
  width: 88px
}

.adyen-checkout__await__progress {
  background: #d4d9db;
  border-radius: 24px;
  height: 4px;
  margin: 32px auto 12px;
  width: 152px
}

.adyen-checkout__await__percentage {
  background: #0075ff;
  border-radius: 24px;
  display: block;
  height: 100%
}

.adyen-checkout__await__countdown {
  color: #687282;
  font-size: .81em
}

.adyen-checkout__await>.adyen-checkout__spinner__wrapper {
  margin: 60px 0
}

.adyen-checkout__await__app-link {
  display: none;
  margin-top: 16px
}

@media only screen and (max-device-width:1200px) {
  .adyen-checkout__await__app-link {
    display: block
  }
}

.adyen-checkout__blik__helper {
  color: #00112c;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 0
}

.adyen-checkout__bankTransfer__introduction {
  color: #00112c;
  font-size: .81em;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 0
}

.adyen-checkout__bankTransfer__emailField {
  margin: 0 0 16px
}

.adyen-checkout__bacs--confirm {
  position: relative
}

.adyen-checkout__bacs--confirm .adyen-checkout-input__inline-validation--valid {
  display: none
}

.adyen-checkout__bacs .adyen-checkout__field--inactive {
  pointer-events: none
}

.adyen-checkout__bacs .adyen-checkout__bacs--edit {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -25px;
  width: 20%
}

.adyen-checkout__bacs .adyen-checkout__bacs--edit-dropin {
  top: -50px
}

.adyen-checkout__bacs .adyen-checkout__bacs--edit .adyen-checkout__bacs--edit-button {
  background: 0 0;
  border: none;
  color: #0075ff;
  cursor: pointer;
  text-align: end;
  text-decoration: underline
}

.adyen-checkout__voucher-result__introduction {
  font-size: 1em;
  max-width: 420px
}

.adyen-checkout__klarna-widget {
  pointer-events: all
}

.adyen-checkout__field--vpa {
  margin-bottom: 0
}

.adyen-checkout__segmented-control {
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  display: flex;
  gap: 4px;
  justify-content: space-between;
  padding: 4px 5px
}

.adyen-checkout__segmented-control--disabled {
  pointer-events: none
}

.adyen-checkout__segmented-control--disabled>.adyen-checkout__segmented-control-segment {
  color: #8390a3
}

.adyen-checkout__segmented-control--disabled>.adyen-checkout__segmented-control-segment--selected {
  background: #f3f6f9;
  border: 1.5px solid #8390a3
}

.adyen-checkout__segmented-control-segment {
  background: #fff;
  border: 0;
  border-radius: 6px;
  color: #0075ff;
  cursor: pointer;
  flex-grow: 1;
  font-weight: 500;
  height: 40px;
  text-align: center;
  transition: background .3s ease-out;
  width: 100%
}

.adyen-checkout__segmented-control-segment:not(.adyen-checkout__segmented-control-segment--selected):hover {
  background-color: #f7f8f9
}

.adyen-checkout__segmented-control-segment:active {
  background-color: #f7f8f9;
  border: 1.5px solid #687282
}

.adyen-checkout__segmented-control-segment--selected {
  background: #e5f1ff;
  border: 1.5px solid #0075ff;
  color: #0075ff;
  font-weight: 700
}

.adyen-checkout_upi-mode-selection-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 7px;
  margin-top: 0
}

.adyen-checkout__segmented-control--upi-margin-bottom {
  margin-bottom: 16px
}

@keyframes showModal {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showBackdrop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.adminAside {
  margin-bottom: 20px
}

.adminAside__item {
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  border-radius: 3px;
  display: block;
  position: relative
}

.adminAside__item.active,
.adminAside__item:hover {
  color: #000;
  font-weight: 600
}

.adminAside__item--pretitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.adminAside__item--pretitle .adminAside__icon svg,
.adminAside__item--pretitle:hover .adminAside__icon svg {
  margin-top: 0
}

.adminAside__item--icon {
  padding: 5px 0 0
}

.adminAside__itemContent {
  overflow: hidden;
  display: block
}

.adminAside__itemLabel {
  display: block
}

.adminAside__icon {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: text-bottom
}

.adminAside__counter {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  font-weight: 400;
  min-width: 15px;
  line-height: 20px;
  height: 20px;
  border-radius: 3px;
  padding: 0 6px;
  margin-top: 3px;
  text-align: center;
  display: block;
  float: right
}

.adminAside__alert {
  float: right;
  margin-top: 7px;
  top: 14px;
  right: 25px;
  background: #ff9f40;
  box-shadow: 0 0 0 3px #f9d8b7;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%
}

.adminAside__tag {
  font-size: 11px;
  line-height: 16px;
  color: #ff9f40;
  font-weight: 600;
  text-transform: uppercase
}

.adminAside__titleDetail {
  font-size: 13px;
  line-height: 19px
}

.adminAsideStorefront {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  position: relative
}

.adminAsideStorefront__header {
  height: 130px;
  background-color: #333;
  position: relative
}

.adminAsideStorefront__header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .4)
}

.adminAsideStorefront__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff
}

.adminAsideStorefront__logo {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 80px;
  border-radius: 2px;
  border: 1px solid #fff;
  background-color: #fff;
  z-index: 1;
  position: relative
}

.adminAsideStorefront__footer {
  font-weight: 400;
  padding: 13px;
  display: block
}

.adminAsideSeparator {
  margin: 0 0 20px
}

.adminAsideTitle {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600
}

.adminAsideTooltip {
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
  border-radius: 3px;
  width: 250px;
  padding: 15px;
  z-index: 10;
  background: #fff;
  text-align: center;
  left: 102%;
  top: -9px;
  position: absolute
}

.adminAsideTooltip:after,
.adminAsideTooltip:before {
  content: "";
  height: 0;
  width: 0;
  padding: 0;
  border-width: 10px;
  top: 15px;
  border-style: solid;
  position: absolute
}

.adminAsideTooltip:before {
  border-color: transparent #d9d9d9 transparent transparent;
  left: -20px
}

.adminAsideTooltip:after {
  border-color: transparent #fff transparent transparent;
  left: -19px
}

.adminAsideTooltip__close {
  color: #8c8c8c;
  font-size: 16px;
  top: 5px;
  right: 8px;
  position: absolute;
  cursor: pointer
}

@media only screen and (max-width:1024px) {
  .adminAside__item {
    font-size: 13px;
    line-height: 19px
  }

  .adminAside__item__counter {
    font-size: 11px;
    line-height: 16px;
    padding: 0 3px
  }
}

.contentItem__fullwidth {
  margin-bottom: 30px
}

.contentItem__centered {
  text-align: center
}

.contentItem--title {
  padding: 20px
}

.contentItem--badge.admin-wa-item,
.contentItem--column.admin-wa-item {
  text-align: left;
  margin-bottom: 0
}

.contentItem--codeButton {
  margin: 10px 0
}

.contentItem--image {
  padding-top: 20px;
  padding-bottom: 20px
}

.contentItem--button {
  margin-top: 10px
}

.contentItem--disclaimer {
  color: #6c6c6c;
  padding-top: 20px
}

.videoPlayer.edition-2021,
.videoPlayer.edition-2022,
.videoPlayer.edition-2023 {
  height: 400px
}

.videoPlayer.edition-2021 .videoPlayer__player,
.videoPlayer.edition-2022 .videoPlayer__player,
.videoPlayer.edition-2023 .videoPlayer__player {
  height: 400px;
  background-color: #fff
}

.adminFormLabel {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  display: block
}

.adminFormLabel--blood {
  margin: 0
}

.adminFormLabel__required {
  font-size: 14px;
  line-height: 1em;
  color: #f76c6f
}

.adminFormLabel__subText {
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c6c6c
}

.adminFormUpload {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  min-height: 190px
}

.adminFormUpload__img {
  max-width: 100%;
  display: block
}

.adminFormUpload__icon {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(/assets/img/admin-emp/sprite-empty.svg) no-repeat scroll 50% -172px transparent;
  background-size: 137px;
  margin: 20px auto 0;
  width: 115px
}

.adminFormUpload__button {
  padding: 20px 0;
  position: relative;
  overflow: hidden
}

.adminFormUpload__button input[type=file] {
  opacity: 0;
  left: -9999px;
  position: fixed
}

.adminFormUpload__button .loader {
  top: 15px
}

.adminFormUpload__button--shrink {
  flex: 1 0 auto
}

.adminFormUpload .loader {
  -webkit-transform: none;
  transform: none;
  position: relative;
  top: 0;
  left: 0
}

.adminFormFile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  height: 35px;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none
}

.adminFormFile:hover {
  background: #f8f8f8
}

.adminFormFile.icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 29px;
  width: 30px
}

.adminFormFile.icon-clip:before {
  background: url(/assets/img/admin-emp/sprite_admin-conversation.svg) no-repeat scroll 100% -164px transparent;
  background-size: 20px
}

.adminFormFile label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  padding: 6px 15px 6px 5px;
  margin: 0
}

.adminFormFile input {
  top: 0;
  bottom: 0;
  left: -70%;
  right: 0;
  opacity: 0;
  width: 170%;
  position: absolute;
  cursor: pointer
}

.adminFormFile img {
  margin: 5px;
  vertical-align: middle
}

.adminFormFile .loader-line {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 10px;
  right: 0;
  top: 0
}

.adminFormInput {
  width: 100%
}

.adminFormInput--limited {
  max-width: 325px
}

.adminFormInput--disabled {
  cursor: not-allowed;
  background-color: #f8f8f8;
  color: #8c8c8c
}

.adminFormInput.hasError {
  border: 1px solid #ee634c !important
}

.adminFormInput__prefix {
  width: 120px;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-right: 10px;
  box-sizing: border-box
}

.adminFormInput__prefix:before {
  content: "";
  color: #8b8b8b;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAMAAAAyEe/dAAAAElBMVEUAAABkZGRkZGRkZGRkZGRkZGQF0x2LAAAABXRSTlMASWauz1Ny6NIAAABMSURBVHjahc7RCkBRBETRi5n//+VbXnahjqdhFb5HpSrmLErZQbZjmG11KqOYi4gyGM2r3Yuyj0Rbv5AYih2KHYodim3FtmKXStirfjUNAk+81hxEAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  top: 18px;
  right: 0;
  pointer-events: none;
  cursor: pointer;
  height: 1em;
  width: 2em
}

.adminFormMute {
  color: #8c8c8c
}

.adminFormInputLayer {
  width: 100%
}

.adminFormInputLayer.hasError {
  border: 1px solid #ee634c !important
}

.adminFormIconGroup {
  position: relative
}

.adminFormIconGroup__input {
  padding-left: 40px !important;
  width: 100%
}

.adminFormIconGroup__icon {
  position: absolute;
  left: 10px;
  top: -3px
}

.adminFormLegalText {
  display: inline-block
}

.adminFormLegalText.hasError {
  color: #ee634c
}

.select-fake:before {
  background-color: #fff;
  background-position: center;
  background-size: 15px;
  top: 0;
  height: 100%;
  width: 30px;
  padding: unset;
  box-sizing: border-box
}

.select-fake select {
  background: #fff;
  padding: 8px 35px 8px 10px
}

.input-append input {
  margin-top: 0 !important
}

.input-append .add-on {
  background-color: #fff;
  padding: 12px 16px 12px
}

.adminTextarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px
}

.adminFormInputError {
  font-size: 14px;
  line-height: 21px;
  color: red
}

.dlocal-input {
  width: 100%;
  height: 45px !important
}

.adminFormInputErrorField {
  border: 1px solid red !important
}

.formField__tag {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  padding: 4px 10px 4px 15px;
  margin: 3px 0
}

.formField__tag_hover:hover {
  cursor: pointer;
  color: #19b5bc;
  border-color: #19b5bc
}

.formField__tag_hover:hover .directorySearch__close svg {
  cursor: pointer;
  fill: #19b5bc
}

.formField__close {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  position: relative;
  top: 1px
}

.formField__close svg {
  fill: #e2e2e2
}

.adminFormInputError {
  font-size: 14px;
  line-height: 21px;
  color: red
}

.dlocal-input {
  width: 100%;
  height: 45px !important
}

.adminFormInputErrorField {
  border: 1px solid red !important
}

@keyframes onShowError {
  from {
    max-height: 0
  }

  to {
    max-height: 3rem
  }
}

.formControl--error input {
  border-color: #a82720 !important
}

.formControl__hint {
  color: #a82720;
  animation: onShowError .3s;
  -webkit-animation: onShowError .3s
}

.adminHomeResume {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  margin: 0 0 20px
}

.adminHomeResume__item {
  padding: 10px 10px 0;
  text-align: center
}

.adminHomeResume__count {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  display: block
}

.adminHomeResume__count:hover {
  color: #f76c6f
}

.adminHomeResume__count:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/img/admin-emp/sprite-admin-home.svg) no-repeat scroll 0 0 transparent;
  background-size: 44px;
  height: 35px;
  width: 35px;
  margin-right: 10px
}

.adminHomeResume__count--static:hover {
  color: inherit
}

.adminHomeResume__count--envelope:before {
  background-position: 0 0
}

.adminHomeResume__count--time:before {
  background-position: 0 -46px
}

.adminHomeResume__count--eye:before {
  background-position: 0 -83px
}

.adminHomeResume__count--phone:before {
  background-position: 0 -120px
}

.adminHomeResume__count--star:before {
  background-position: 0 -564px
}

.adminHomeResume__description {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.adminHomeResume__description span {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  display: block
}

.adminHomeResume__description a {
  color: #f76c6f
}

.adminHomeResume__description small {
  color: #333
}

.adminHomeResume__description--red {
  color: #f76c6f;
  vertical-align: middle
}

.adminHomeResume__description--bigred {
  color: #f76c6f;
  text-transform: uppercase
}

.adminHomeResume__descriptionTitle {
  margin: 5px 0 0
}

.adminResumeDropdown__content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  width: 280px;
  z-index: 1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .17);
  text-align: center;
  line-height: 22px
}

.adminResumeDropdown__title {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 600;
  margin: 5px 0
}

.adminResumeDropdown__separator {
  background-color: #d9d9d9;
  width: 100px;
  display: block;
  margin: 0 auto
}

.adminResumeDropdown__description {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 400;
  margin: 5px 0
}

.adminResumeDropdown__icon {
  display: inline-block;
  vertical-align: middle;
  height: 16px
}

@media only screen and (max-width:1145px) {
  .adminResumeDropdown__icon {
    display: none
  }
}

.adminResumeDropdown__icon--center {
  vertical-align: text-top
}

@media only screen and (max-width:1206px) {
  .adminResumeDropdown__icon--center {
    display: none
  }
}

.adminResumeDropdown .svgIcon__info svg {
  fill: #8c8c8c
}

.adminResumeDropdown--right .adminResumeDropdown__content {
  left: inherit;
  transform: none;
  right: 0
}

.adminResumeDropdown:hover .adminResumeDropdown__content {
  display: block
}

.adminHomeAlert {
  margin: 0 0 30px;
  padding: 10px 20px;
  border-radius: 8px;
  background: #fcf5eb
}

.adminHomeAlert a {
  color: #f76c6f
}

.adminHomeAlert a:hover {
  text-decoration: underline
}

.adminHomeAlert__icon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 38px;
  background: url(/assets/img/admin-emp/sprite-admin-home.svg) no-repeat scroll 50% -446px transparent;
  margin-right: 10px
}

.adminHomeAnalytics {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 40px;
  overflow: hidden
}

.adminHomeAnalytics__content {
  padding: 30px 40px;
  position: relative
}

.adminHomeAnalytics__filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 405px
}

.adminHomeAnalytics__button {
  font-size: 14px;
  line-height: 21px;
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #8c8c8c;
  border-color: #d9d9d9;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  border-style: solid;
  display: block;
  width: 100%;
  padding: 10px 40px;
  box-shadow: inset 0 1px #fff, inset -4px 0 8px -4px rgba(0, 0, 0, .1);
  cursor: pointer;
  box-sizing: border-box
}

.adminHomeAnalytics__button:focus {
  outline: 0
}

.adminHomeAnalytics__button:last-child {
  border-bottom: 0
}

.adminHomeAnalytics__button.active {
  color: #000;
  background: #fff;
  box-shadow: none;
  border-right: none
}

.adminHomeAnalytics__button.active .adminHomeAnalytics__buttonCounter {
  font-weight: 600
}

.adminHomeAnalytics__button.active+.admin-home-analytics-filters-button {
  box-shadow: inset -4px 0 8px -4px rgba(0, 0, 0, .1), inset 0 4px 8px -4px rgba(0, 0, 0, .1)
}

.adminHomeAnalytics__buttonCounter {
  font-size: 24px;
  display: block
}

.adminHomeAnalytics__counter {
  margin-top: 20px;
  text-align: right
}

.adminHomeAnalytics__total {
  display: inline-block;
  vertical-align: middle;
  color: #8c8c8c;
  margin: 0 30px 0 0
}

.adminHomeAnalytics__total span {
  color: #000;
  font-weight: 600
}

.adminHomeAnalytics__locked {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, .85);
  text-align: center;
  position: absolute
}

.adminHomeAnalytics__locked strong {
  font-size: 18px;
  margin: 140px 0 15px;
  display: block
}

.adminHomeAnalytics__chart {
  min-height: 180px;
  margin-top: 27px
}

.adminHomeAnalytics__chart svg {
  overflow: visible !important
}

.adminHomeAnalytics__footer {
  border-top: 1px solid #d9d9d9;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  text-align: center
}

.adminHomeAnalytics__footerExtended {
  text-align: left
}

.adminHomeAnalytics__footerTitle {
  font-weight: 600
}

.adminHomeAnalytics__footerLink {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin: 0 0 5px;
  display: block
}

.adminHomeAnalytics__footerLink:hover {
  color: #8c8c8c;
  text-decoration: underline
}

.adminHomeAnalytics__footerLink:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(/assets/img/admin-emp/sprite-admin-home.svg) no-repeat scroll 50% -1093px transparent;
  display: inline-block;
  vertical-align: middle
}

.adminHomeSol {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 40px
}

.adminHomeSol__item {
  border-top: 1px solid #d9d9d9;
  padding: 20px 10px 20px 20px
}

.adminHomeSol__item:first-child {
  border-top: 0
}

.adminHomeSol__item--new {
  box-shadow: inset 4px 0 0 0 #faa14b
}

.adminHomeSol__check {
  min-width: 23px;
  margin: 21px 0
}

.adminHomeSol__avatar {
  padding-right: 10px
}

.adminHomeSol__checkAvatar .adminHomeSol__avatar {
  position: relative;
  float: left;
  width: 70%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 6px
}

.adminHomeSol__name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #222;
  cursor: pointer
}

.adminHomeSol__name span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #8c8c8c;
  margin-left: 3px
}

.adminHomeSol__status {
  font-size: 14px;
  line-height: 21px;
  margin-right: 5px
}

.adminHomeSol__status--pending {
  color: #faa14b
}

.adminHomeSol__status--info {
  color: #4baad6
}

.adminHomeSol__status--success {
  color: #6fa72d
}

.adminHomeSol__status--discarded {
  color: #f76c6f
}

.adminHomeSol__date {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.adminHomeSol__description {
  margin: 5px 0 0;
  word-wrap: break-word
}

.adminHomeSol__info {
  margin-top: 5px;
  float: right;
  text-align: center
}

.adminHomeSol__infoNumber {
  color: #6c6c6c;
  font-weight: 400
}

.adminHomeSol__infoExtra {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: block
}

.adminHomeSol__icon {
  height: 21px;
  margin-bottom: 5px;
  background: url(/assets/img/admin-emp/sprite-admin-home.svg) no-repeat scroll 50% 0 transparent;
  background-size: 50.5px;
  display: block
}

.adminHomeSol__icon--users {
  background-position: 50% -189px
}

.adminHomeSol__icon--envelope {
  background-position: 50% -224px
}

.adminHomeSol__more {
  font-weight: 400;
  color: #f76c6f;
  padding: 15px;
  text-align: center;
  display: block
}

.adminHomeSol__more:hover {
  text-decoration: underline
}

.adminHomeReviews {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 40px;
  overflow: hidden
}

.adminHomeReviews .swiper-container {
  min-height: 220px
}

.adminHomeReviews .swiper-slide:before {
  background-color: transparent
}

.adminHomeReviews__item {
  padding: 20px 60px;
  box-sizing: border-box;
  display: block !important;
  text-align: left !important
}

.adminHomeReviews__item:first-child {
  padding-left: 20px
}

.adminHomeReviews__avatar {
  margin-top: 5px
}

.adminHomeReviews__avatar img {
  border-radius: 50%;
  width: 60px !important;
  height: 60px
}

.adminHomeReviews__avatar .avatar-alias {
  width: 60px
}

.adminHomeReviews__name {
  font-weight: 600;
  margin: 0;
  display: inline-block
}

.adminHomeReviews__date {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: block
}

.adminHomeReviews__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px
}

.adminHomeReviews__description {
  margin: 10px 0 0
}

.adminHomeReviews__more {
  font-weight: 400;
  border-top: 1px solid #d9d9d9;
  color: #f76c6f;
  padding: 15px;
  text-align: center;
  display: block
}

.adminHomeReviews__more:hover {
  text-decoration: underline
}

.adminHomeReviews__report {
  font-size: 14px;
  line-height: 21px;
  background: #efefef;
  margin-top: 10px;
  padding: 5px 8px;
  border-radius: 8px
}

.adminHomeReviews__value p {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin: 0 5px 0 0
}

.adminHomeReviews__value a {
  font-size: 14px;
  line-height: 21px;
  margin-left: 5px
}

.adminHomeReviews__social {
  margin-top: 10px
}

.adminHomeReviews__social .icon {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  opacity: .4
}

.adminHomeReviews__social .icon:hover {
  opacity: .8
}

.adminHomeReviews__social .svgIcon__envelope {
  vertical-align: -3px;
  margin-right: 5px
}

.adminHomeReviews .swiper-button-next,
.adminHomeReviews .swiper-button-prev {
  width: 35px;
  background-size: 21px 32px;
  top: 0;
  bottom: 0;
  height: inherit
}

.adminHomeReviews .swiper-button-prev.swiper-button-grey,
.adminHomeReviews .swiper-container-rtl .swiper-button-next.swiper-button-grey {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707070'%2F%3E%3C%2Fsvg%3E")
}

.adminHomeReviews .swiper-button-next.swiper-button-grey,
.adminHomeReviews .swiper-container-rtl .swiper-button-prev.swiper-button-grey {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707070'%2F%3E%3C%2Fsvg%3E")
}

.adminHomeSeal {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  text-align: center
}

.adminHomeSeal__hero {
  background: url(/assets/img/admin-emp/bg_seal-complete.jpg) no-repeat scroll 50% 50% #efefef;
  background-size: cover;
  height: 150px;
  border-radius: 8px 8px 0 0
}

.adminHomeSeal__image {
  margin: 0 auto 20px;
  width: 100px;
  height: 100px;
  display: block
}

.adminHomeSeal__title {
  font-weight: 400;
  margin-bottom: 5px
}

.adminHomeSeal__description {
  margin-bottom: 5px
}

.adminHomeSeal__content {
  padding: 20px
}

.adminHomePercent {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px
}

.adminHomePercent__content {
  padding: 20px
}

.adminHomePercent__content--yellow {
  border-top: 3px solid #fff1ba;
  border-radius: 8px
}

.adminHomePercent__content--red {
  border-top: 3px solid #f76c6f;
  border-radius: 8px
}

.adminHomePercent__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600
}

.adminHomePercent__circle {
  float: right;
  position: relative;
  text-align: center
}

.adminHomePercent__circle canvas {
  top: 0;
  left: 0;
  position: absolute
}

.adminHomePercent__number {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #48964d
}

.adminHomePercent__number--grey {
  color: #8c8c8c
}

.adminHomePercent__footer a {
  border-top: 1px solid #d9d9d9;
  color: #f76c6f;
  font-weight: 400;
  padding: 15px 20px;
  text-align: center;
  display: block
}

.adminHomePercent__footer a:hover {
  text-decoration: underline
}

.adminHomeVendorFeature {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px
}

.adminHomeVendorFeature__content {
  padding: 20px;
  position: relative
}

.adminHomeVendorFeature__feature {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  font-weight: 600;
  text-transform: uppercase
}

.adminHomeVendorFeature__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px
}

.adminHomeVendorFeature__img {
  position: absolute;
  right: 0;
  width: 100px;
  top: 32px
}

.adminHomeVendorFeature__footer a {
  color: #f76c6f;
  border-top: 1px solid #d9d9d9;
  font-weight: 400;
  padding: 15px 20px;
  text-align: center;
  display: block
}

.adminHomeBanner {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff
}

.adminHomeBanner__content {
  background: url(/assets/img/admin-emp/bg_admin-iphone.png) no-repeat scroll 100% 100% transparent;
  background-size: 70px;
  padding: 20px 100px 20px 20px
}

.adminHomeBanner__content:lang(en-US) {
  background: url(/assets/img/admin-emp/bg_admin-iphone-20220708.png) no-repeat scroll 100% 100% transparent
}

.adminHomeBanner__description {
  margin: 0
}

.adminHomeBanner__footer {
  border-top: 1px solid #d9d9d9;
  padding: 15px 20px;
  text-align: center
}

.adminHomeBanner__footer a {
  margin: 0 5px
}

.adminHomeBanner__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600
}

.adminHomeBanner__alert {
  box-shadow: inset 0 4px 0 0 #f76c6f;
  border-radius: 0
}

.admin-home-reminder {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center
}

.admin-home-reminder-header {
  height: 150px;
  background: #d8d8d8
}

.admin-home-reminder-header.bg-cronicas {
  background: url(/assets/img/admin-emp/bg_aside-widget-cronicas.jpg) no-repeat scroll 50% 50% transparent;
  background-size: cover
}

.admin-home-reminder-header.bg-cronicas2 {
  background: url(/assets/img/admin-emp/bg_aside-widget-cronicas2.jpg) no-repeat scroll 50% 50% transparent;
  background-size: cover
}

.admin-home-reminder-header.bg-wa {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2017-hero.jpg) no-repeat scroll 50% 50%;
  background-size: cover
}

.admin-home-reminder-header.bg-winner {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2017-hero.jpg) no-repeat scroll 50% 50% transparent;
  background-size: cover
}

.admin-home-reminder-header.bg-designer {
  background: url(/assets/img/admin-emp/bg_banner-designer.jpg) no-repeat scroll 50% 50% transparent;
  background-size: cover;
  color: #fff
}

.admin-home-reminder-header.bg-tour3d {
  background: url(/assets/img/admin-emp/bg_banner-tour3d.jpg) no-repeat scroll 50% 50% transparent;
  background-size: cover
}

.admin-home-reminder-content {
  padding: 20px
}

.admin-home-reminder-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0
}

.admin-home-reminder-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase
}

.admin-home-reminder-link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.admin-home-reminder-badge {
  width: 60%;
  margin-top: 28px
}

.admin-home-reminder-content-small {
  padding: 20px
}

.admin-home-reminder__footer a {
  color: #f76c6f;
  border-top: 1px solid #d9d9d9;
  font-weight: 400;
  padding: 15px 20px;
  text-align: center;
  display: block
}

@media only screen and (max-width:1024px) {
  .adminHomeResume__count {
    font-size: 20px
  }

  .adminHomeResume__description strong {
    font-size: 14px;
    line-height: 21px
  }

  .adminHomeBanner__footer {
    padding: 15px 5px
  }

  .adminHomeBanner__footer a {
    margin: 0
  }

  .adminHomePercent__circle {
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important
  }

  .adminHomePercent__circle canvas {
    width: 70px !important;
    height: 70px !important
  }
}

.adminHomeModalTest {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  position: fixed;
  right: 10px;
  bottom: 120px;
  background-color: #fff;
  min-width: 300px;
  max-height: 298px;
  overflow-y: auto
}

.adminHomeModalTest__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px
}

.adminHomeModalTest__item:last-child {
  border-bottom: 0
}

.adminHomeModalTest__text {
  align-self: center
}

.adminNav {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
  margin-bottom: 20px;
  background: #fff
}

.adminNav__item {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
  padding: 19px 0 12px;
  display: block;
  border-bottom: 2px solid transparent;
  text-align: center
}

.adminNav__item:hover {
  border-bottom: 2px solid #d9d9d9
}

.adminNav__item--current,
.adminNav__item--current:hover {
  border-bottom: 2px solid #f76c6f
}

.adminNav__itemIcon {
  margin: 0 auto 5px;
  height: 30px;
  display: inline-block;
  position: relative
}

.adminNav__itemIcon:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative
}

.adminNav__itemIcon .svgIcon {
  width: 28px;
  height: 28px
}

.adminNav__itemIcon .svgIcon__campusNew {
  width: 38px
}

.adminNav__itemText {
  display: block
}

.adminNav__itemCount {
  background: #f76c6f;
  border-radius: 10px;
  min-width: 11px;
  padding: 10px 4px 9px;
  font-size: 11px;
  line-height: 0;
  color: #fff;
  top: -5px;
  left: 65%;
  text-align: center;
  position: absolute
}

.adminNav__itemAlert {
  background: #ff7d7d;
  border-radius: 10px;
  min-width: 11px;
  padding: 10px 4px 9px;
  font-size: 11px;
  line-height: 0;
  color: #fff;
  top: -5px;
  left: 65%;
  text-align: center;
  position: absolute
}

.adminNav--blood {
  margin-bottom: 0
}

.adminNav--fromChecklist {
  border-bottom: 0;
  box-shadow: none;
  margin-bottom: 0
}

.adminNavBack {
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  height: 90px;
  font-weight: 600;
  cursor: pointer
}

.adminNavBack__icon {
  margin-right: 10px
}

.adminNavBack:hover {
  color: #c5282b
}

.adminPercent {
  padding: 24px 0 0;
  width: 210px;
  box-sizing: border-box;
  color: #000
}

.adminPercent__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block
}

.adminPercent__title--big {
  font-size: 16px;
  line-height: 24px
}

.adminPercent__count {
  float: right
}

.adminPercent__count--big {
  font-weight: 600
}

.adminPercent__bar {
  width: 100%;
  border-radius: 30px;
  background: #d1d1d1;
  display: block;
  overflow: hidden
}

.adminPercent__bar--step1 .adminPercent__barItem:nth-child(-n+1) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step2 .adminPercent__barItem:nth-child(-n+2) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step3 .adminPercent__barItem:nth-child(-n+3) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step4 .adminPercent__barItem:nth-child(-n+4) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step5 .adminPercent__barItem:nth-child(-n+5) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step6 .adminPercent__barItem:nth-child(-n+6) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step7 .adminPercent__barItem:nth-child(-n+7) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step8 .adminPercent__barItem:nth-child(-n+8) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step9 .adminPercent__barItem:nth-child(-n+9) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step10 .adminPercent__barItem:nth-child(-n+10) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step11 .adminPercent__barItem:nth-child(-n+11) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step12 .adminPercent__barItem:nth-child(-n+12) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step13 .adminPercent__barItem:nth-child(-n+13) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step14 .adminPercent__barItem:nth-child(-n+14) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--step15 .adminPercent__barItem:nth-child(-n+15) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--10 .adminPercent__barItem:first-child,
.adminPercent__bar--100 .adminPercent__barItem:nth-child(-n+10),
.adminPercent__bar--15 .adminPercent__barItem:first-child,
.adminPercent__bar--20 .adminPercent__barItem:nth-child(-n+2),
.adminPercent__bar--25 .adminPercent__barItem:nth-child(-n+2),
.adminPercent__bar--30 .adminPercent__barItem:nth-child(-n+3),
.adminPercent__bar--35 .adminPercent__barItem:nth-child(-n+3),
.adminPercent__bar--40 .adminPercent__barItem:nth-child(-n+4),
.adminPercent__bar--45 .adminPercent__barItem:nth-child(-n+4),
.adminPercent__bar--50 .adminPercent__barItem:nth-child(-n+5),
.adminPercent__bar--55 .adminPercent__barItem:nth-child(-n+5),
.adminPercent__bar--60 .adminPercent__barItem:nth-child(-n+6),
.adminPercent__bar--65 .adminPercent__barItem:nth-child(-n+6),
.adminPercent__bar--70 .adminPercent__barItem:nth-child(-n+7),
.adminPercent__bar--75 .adminPercent__barItem:nth-child(-n+7),
.adminPercent__bar--80 .adminPercent__barItem:nth-child(-n+8),
.adminPercent__bar--85 .adminPercent__barItem:nth-child(-n+8),
.adminPercent__bar--90 .adminPercent__barItem:nth-child(-n+9),
.adminPercent__bar--95 .adminPercent__barItem:nth-child(-n+9) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminPercent__bar--small .adminPercent__barItem {
  height: 10px
}

.adminPercent__barItem {
  border-right: 1px solid #b1b1b1;
  height: 10px;
  float: left;
  display: block;
  box-sizing: border-box
}

.adminPercent__barItem:first-child:nth-last-child(1),
.adminPercent__barItem:first-child:nth-last-child(1)~.adminPercent__barItem {
  width: calc(100%/1)
}

.adminPercent__barItem:first-child:nth-last-child(2),
.adminPercent__barItem:first-child:nth-last-child(2)~.adminPercent__barItem {
  width: calc(100%/2)
}

.adminPercent__barItem:first-child:nth-last-child(3),
.adminPercent__barItem:first-child:nth-last-child(3)~.adminPercent__barItem {
  width: calc(100%/3)
}

.adminPercent__barItem:first-child:nth-last-child(4),
.adminPercent__barItem:first-child:nth-last-child(4)~.adminPercent__barItem {
  width: calc(100%/4)
}

.adminPercent__barItem:first-child:nth-last-child(5),
.adminPercent__barItem:first-child:nth-last-child(5)~.adminPercent__barItem {
  width: calc(100%/5)
}

.adminPercent__barItem:first-child:nth-last-child(6),
.adminPercent__barItem:first-child:nth-last-child(6)~.adminPercent__barItem {
  width: calc(100%/6)
}

.adminPercent__barItem:first-child:nth-last-child(7),
.adminPercent__barItem:first-child:nth-last-child(7)~.adminPercent__barItem {
  width: calc(100%/7)
}

.adminPercent__barItem:first-child:nth-last-child(8),
.adminPercent__barItem:first-child:nth-last-child(8)~.adminPercent__barItem {
  width: calc(100%/8)
}

.adminPercent__barItem:first-child:nth-last-child(9),
.adminPercent__barItem:first-child:nth-last-child(9)~.adminPercent__barItem {
  width: calc(100%/9)
}

.adminPercent__barItem:first-child:nth-last-child(10),
.adminPercent__barItem:first-child:nth-last-child(10)~.adminPercent__barItem {
  width: calc(100%/10)
}

.adminPercent__barItem:first-child:nth-last-child(11),
.adminPercent__barItem:first-child:nth-last-child(11)~.adminPercent__barItem {
  width: calc(100%/11)
}

.adminPercent__barItem:first-child:nth-last-child(12),
.adminPercent__barItem:first-child:nth-last-child(12)~.adminPercent__barItem {
  width: calc(100%/12)
}

.adminPercent__barItem:first-child:nth-last-child(13),
.adminPercent__barItem:first-child:nth-last-child(13)~.adminPercent__barItem {
  width: calc(100%/13)
}

.adminPercent__barItem:first-child:nth-last-child(14),
.adminPercent__barItem:first-child:nth-last-child(14)~.adminPercent__barItem {
  width: calc(100%/14)
}

.adminPercent__barItem:first-child:nth-last-child(15),
.adminPercent__barItem:first-child:nth-last-child(15)~.adminPercent__barItem {
  width: calc(100%/15)
}

.adminPercent__barItem:last-child {
  border-right: 0
}

.adminPercent__barItem--borderless {
  border-right: 0
}

.adminPercent--blood {
  padding: 0
}

.adminPercent--noPadding {
  padding: 0
}

.adminPercent--full {
  width: 100%
}

.adminChecklistSteps {
  padding: 24px 0 0;
  width: 210px;
  box-sizing: border-box;
  color: #000
}

.adminChecklistSteps__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block
}

.adminChecklistSteps__title--big {
  font-size: 16px;
  line-height: 24px
}

.adminChecklistSteps__count {
  float: right
}

.adminChecklistSteps__count--big {
  font-weight: 600
}

.adminChecklistSteps__bar {
  width: 100%;
  border-radius: 30px;
  background: #d1d1d1;
  display: block;
  overflow: hidden
}

.adminChecklistSteps__bar--step1 .adminChecklistSteps__barItem:nth-child(-n+1) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step2 .adminChecklistSteps__barItem:nth-child(-n+2) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step3 .adminChecklistSteps__barItem:nth-child(-n+3) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step4 .adminChecklistSteps__barItem:nth-child(-n+4) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step5 .adminChecklistSteps__barItem:nth-child(-n+5) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step6 .adminChecklistSteps__barItem:nth-child(-n+6) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step7 .adminChecklistSteps__barItem:nth-child(-n+7) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step8 .adminChecklistSteps__barItem:nth-child(-n+8) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step9 .adminChecklistSteps__barItem:nth-child(-n+9) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step10 .adminChecklistSteps__barItem:nth-child(-n+10) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step11 .adminChecklistSteps__barItem:nth-child(-n+11) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step12 .adminChecklistSteps__barItem:nth-child(-n+12) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step13 .adminChecklistSteps__barItem:nth-child(-n+13) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step14 .adminChecklistSteps__barItem:nth-child(-n+14) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--step15 .adminChecklistSteps__barItem:nth-child(-n+15) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--1 .adminChecklistSteps__barItem:first-child,
.adminChecklistSteps__bar--2 .adminChecklistSteps__barItem:first-child,
.adminChecklistSteps__bar--2 .adminChecklistSteps__barItem:nth-child(-n+2),
.adminChecklistSteps__bar--3 .adminChecklistSteps__barItem:nth-child(-n+3),
.adminChecklistSteps__bar--4 .adminChecklistSteps__barItem:nth-child(-n+4),
.adminChecklistSteps__bar--5 .adminChecklistSteps__barItem:nth-child(-n+5),
.adminChecklistSteps__bar--6 .adminChecklistSteps__barItem:nth-child(-n+6),
.adminChecklistSteps__bar--7 .adminChecklistSteps__barItem:nth-child(-n+7),
.adminChecklistSteps__bar--8 .adminChecklistSteps__barItem:nth-child(-n+8),
.adminChecklistSteps__bar--9 .adminChecklistSteps__barItem:nth-child(-n+9) {
  background-color: #48964d;
  border-right-color: #3b7a3f
}

.adminChecklistSteps__bar--small .adminChecklistSteps__barItem {
  height: 10px
}

.adminChecklistSteps__barItem {
  border-right: 1px solid #b1b1b1;
  height: 10px;
  float: left;
  display: block;
  box-sizing: border-box
}

.adminChecklistSteps__barItem:first-child:nth-last-child(1),
.adminChecklistSteps__barItem:first-child:nth-last-child(1)~.adminChecklistSteps__barItem {
  width: calc(100%/1)
}

.adminChecklistSteps__barItem:first-child:nth-last-child(2),
.adminChecklistSteps__barItem:first-child:nth-last-child(2)~.adminChecklistSteps__barItem {
  width: calc(100%/2)
}

.adminChecklistSteps__barItem:first-child:nth-last-child(3),
.adminChecklistSteps__barItem:first-child:nth-last-child(3)~.adminChecklistSteps__barItem {
  width: calc(100%/3)
}

.adminChecklistSteps__barItem:first-child:nth-last-child(4),
.adminChecklistSteps__barItem:first-child:nth-last-child(4)~.adminChecklistSteps__barItem {
  width: calc(100%/4)
}

.adminChecklistSteps__barItem:first-child:nth-last-child(5),
.adminChecklistSteps__barItem:first-child:nth-last-child(5)~.adminChecklistSteps__barItem {
  width: calc(100%/5)
}

.adminChecklistSteps__barItem:first-child:nth-last-child(6),
.adminChecklistSteps__barItem:first-child:nth-last-child(6)~.adminChecklistSteps__barItem {
  width: calc(100%/6)
}

.adminChecklistSteps__barItem:first-child:nth-last-child(7),
.adminChecklistSteps__barItem:first-child:nth-last-child(7)~.adminChecklistSteps__barItem {
  width: calc(100%/7)
}

.adminChecklistSteps__barItem:first-child:nth-last-child(8),
.adminChecklistSteps__barItem:first-child:nth-last-child(8)~.adminChecklistSteps__barItem {
  width: calc(100%/8)
}

.adminChecklistSteps__barItem:first-child:nth-last-child(9),
.adminChecklistSteps__barItem:first-child:nth-last-child(9)~.adminChecklistSteps__barItem {
  width: calc(100%/9)
}

.adminChecklistSteps__barItem:first-child:nth-last-child(10),
.adminChecklistSteps__barItem:first-child:nth-last-child(10)~.adminChecklistSteps__barItem {
  width: calc(100%/10)
}

.adminChecklistSteps__barItem:last-child {
  border-right: 0
}

.adminChecklistSteps__barItem--borderless {
  border-right: 0
}

.adminChecklistSteps--blood {
  padding: 0
}

.adminChecklistSteps--noPadding {
  padding: 0
}

.adminChecklistSteps--full {
  width: 100%
}

.adminTitle {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 15px
}

.adminTitle__counter {
  color: #8c8c8c;
  font-size: 20px
}

.adminTitle--blood {
  margin: 0
}

.adminTitle sup {
  vertical-align: super;
  font-size: 18px
}

.adminTitleSection {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 10px
}

.adminSubtitle {
  font-size: 20px;
  line-height: 32.3606798px;
  font-weight: 600;
  margin: 0 0 15px
}

.adminSubtitle__counter {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #8c8c8c;
  text-transform: none;
  margin-left: 8px
}

.adminSubtitle--blood {
  margin: 0
}

.adminSubtitle__secondary {
  font-size: 18px;
  line-height: 29.12461182px
}

.adminSubtitleText {
  margin: 0 0 15px
}

.adminTitleWidget {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.adminTitleWidget--big {
  font-size: 16px;
  line-height: 24px
}

.adminSubtitleWidget {
  color: #8c8c8c;
  margin-bottom: 5px;
  text-transform: uppercase
}

.adminSubtitleWidget--big {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px
}

.adminFooterWidget {
  font-size: 14px;
  line-height: 21px
}

.adminFilters {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px
}

.adminFilters__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px
}

.adminFilters__item:first-child {
  margin-left: 0
}

.adminFilters__link {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
  cursor: pointer
}

.adminFilters__link--current,
.adminFilters__link:hover {
  box-shadow: inset 0 -4px 0 -1px #f76c6f
}

.adminFilters__link--small {
  font-size: 14px;
  line-height: 21px
}

.adminFilters__counter {
  color: #6c6c6c;
  font-weight: 400;
  margin-left: 5px
}

.adminFiltersBox {
  display: inline-block;
  vertical-align: middle
}

.adminFiltersBox--separator {
  border-bottom: 1px solid #d9d9d9
}

.adminFiltersBox__check {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  font-weight: 400;
  padding: 7px 10px
}

.adminFiltersBox__select {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  font-weight: 400;
  margin-right: 5px;
  padding: 7px 13px;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #d9d9d9
}

.adminFiltersBox__select:focus {
  background: #fff;
  border-color: #d9d9d9
}

.adminFiltersBox__select--blood {
  margin: 0
}

.adminFiltersBox__select--small {
  font-size: 14px;
  line-height: 21px;
  padding: 3px 6px
}

.adminFiltersBox__select--small .adminFiltersBox__dropdown {
  top: 38px
}

.adminFiltersBox__select--small .adminFiltersBox__dropdown li a {
  font-size: 14px;
  line-height: 21px;
  padding: 8px 6px 5px
}

.adminFiltersBox__selectTitle {
  font-size: 13px;
  vertical-align: middle
}

.adminFiltersBox .add-on {
  padding: 18px 16px 19px;
  background-position: -291px -446px;
  top: 1px
}

.adminFiltersBox__suggestMore {
  display: inline-block;
  vertical-align: top;
  position: relative
}

.adminFiltersBox__inputHidden {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: -1
}

.adminFiltersBox__moreButton {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin: 5px 10px;
  text-align: right;
  text-decoration: underline
}

.adminFiltersBox__moreButton:hover {
  background: #fff
}

.adminFiltersBox__dropdown {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  min-width: 100%;
  left: 0;
  top: 38px;
  z-index: 999;
  background: #fff;
  position: absolute;
  text-align: left
}

.adminFiltersBox__dropdown:after,
.adminFiltersBox__dropdown:before {
  content: "";
  left: 15px;
  width: 0;
  height: 0;
  border: 8px solid;
  position: absolute;
  display: block
}

.adminFiltersBox__dropdown:before {
  border-color: transparent transparent #d9d9d9 transparent;
  top: -17px
}

.adminFiltersBox__dropdown:after {
  border-color: transparent transparent #fff;
  top: -16px
}

.adminFiltersBox__dropdown li {
  border-bottom: 1px solid #d9d9d9
}

.adminFiltersBox__dropdown li:last-child {
  border-bottom: 0
}

.adminFiltersBox__dropdown li a {
  padding: 13px;
  white-space: nowrap;
  display: block
}

.adminFiltersBox__dropdown li a.active,
.adminFiltersBox__dropdown li a:hover {
  background-color: #f8f8f8;
  color: #000
}

.adminFiltersBox__dropdown--noBorder li {
  border: none
}

.adminFiltersBox--pill {
  border: 1px solid #d9d9d9;
  border-radius: 8px
}

.adminFiltersBox--pill .adminFiltersBox__check,
.adminFiltersBox--pill .adminFiltersBox__select {
  border-width: 0 0 0 1px;
  border-radius: 0;
  margin: 0
}

.adminFiltersBox--pill .adminFiltersBox__check:first-child,
.adminFiltersBox--pill .adminFiltersBox__select:first-child {
  border: 0
}

.adminFiltersSuggest {
  display: inline-block;
  vertical-align: middle;
  float: right;
  width: 40%
}

.adminFiltersSuggest__Date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box
}

.adminFiltersSuggest__Date:focus {
  border-color: #656565;
  outline: 0
}

.adminFiltersSuggest__Search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  border-radius: 20px;
  background: url(/assets/img/admin-emp/sprite-admin-home.svg) no-repeat scroll -5px -279px #fff;
  background-size: 55px;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box !important;
  width: 100%
}

.adminFiltersSuggest__Search:focus {
  outline: 0
}

.adminFiltersSuggest__More {
  position: relative
}

.adminFiltersSuggest__Layer {
  border: 1px solid #d9d9d9;
  width: 200px;
  top: 25px;
  right: -5px;
  padding: 14px;
  border-radius: 8px;
  z-index: 9;
  background: #fff;
  position: absolute
}

.adminFiltersSuggest__Layer:after,
.adminFiltersSuggest__Layer:before {
  content: "";
  height: 0;
  width: 0;
  right: 10px;
  border-width: 8px;
  border-style: solid;
  display: block;
  position: absolute
}

.adminFiltersSuggest__Layer:before {
  top: -17px;
  border-color: transparent transparent #d9d9d9 transparent
}

.adminFiltersSuggest__Layer:after {
  top: -16px;
  border-color: transparent transparent #fff
}

.adminFiltersSuggest .input-append .add-on {
  height: 12px
}

.adminFiltersQuery {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px
}

.adminFiltersQuery__title {
  font-weight: 600
}

.adminFiltersQuery__link {
  color: #8c8c8c;
  text-decoration: underline
}

.adminBox {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  padding: 25px;
  margin-bottom: 30px
}

.adminBox--scroll {
  max-height: 300px;
  overflow-y: scroll
}

.adminBox--scroll--small {
  max-height: 200px
}

.adminBox__btnCifDelete {
  border: 0;
  opacity: .4;
  cursor: pointer
}

.adminBox__label--margin {
  margin-top: 10px
}

.adminEmpty {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px;
  padding: 50px;
  text-align: center
}

.adminEmpty__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px
}

.adminEmpty__title--big {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.adminEmpty__description {
  margin: 0 auto 15px;
  max-width: 500px
}

.adminEmpty__icon {
  content: "";
  background: url(/assets/img/admin-emp/sprite-empty.svg) no-repeat scroll 0 0 transparent;
  background-size: 100%;
  margin: 0 auto 30px;
  display: block
}

.adminEmpty__icon--promos {
  background-position: 50% -377px;
  background-size: 200px;
  height: 90px
}

.adminEmpty__icon--events {
  background-position: 50% 0;
  background-size: 170px;
  height: 115px
}

.adminEmpty__icon--menus {
  background-position: 50% -123px;
  background-size: 175px;
  height: 94px
}

.adminEmpty__icon--tickets {
  background-position: 50% -536px;
  background-size: 225px;
  height: 99px
}

.adminEmpty__icon--solic {
  background-position: 50% -1020px;
  background-size: 225px;
  height: 112px
}

.adminEmpty__icon--photos {
  background-position: 50% -249px;
  background-size: 200px;
  height: 123px
}

.adminEmpty__icon--template {
  background-position: 50% -1148px;
  background-size: 225px;
  height: 114px
}

.adminEmpty__icon--reviews {
  background-position: 50% -1415px;
  background-size: 225px;
  height: 95px
}

.adminEmpty__icon--seal {
  background-position: 50% -1389px;
  background-size: 205px;
  height: 165px
}

.adminEmpty__icon--owners {
  background-position: 50% -1565px;
  background-size: 205px;
  height: 110px
}

.adminSteps {
  overflow: hidden;
  display: inline-block
}

.adminSteps__item {
  color: #000;
  float: left;
  text-align: center;
  position: relative
}

.adminSteps__item--complete {
  color: #f76c6f
}

.adminSteps__item:before {
  content: "";
  border-top: 1px solid;
  right: 40px;
  left: -40px;
  top: 20px;
  display: block;
  position: absolute
}

.adminSteps__item:first-child:before {
  left: 40px
}

.adminSteps__number {
  font-family: Merriweather, "Times New Roman", Times, serif;
  border: 1px solid;
  border-radius: 50%;
  line-height: 40px;
  height: 40px;
  width: 40px;
  margin: 0 auto 8px;
  font-size: 20px;
  background: #fff;
  display: block;
  position: relative;
  z-index: 1
}

.adminSteps__description {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
  width: 110px;
  margin: 0 auto;
  display: block
}

.adminSteps-title {
  text-align: center
}

.adminSteps-badge {
  display: inline-block
}

.adminSteps-text {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  margin-left: 80px
}

.adminSteps-text h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px
}

.adminSteps-text p {
  line-height: 18px
}

.admin-modal-wa-inner {
  border-bottom: 1px solid #e9e9e9
}

.admin-modal-wa-inner-bold {
  font-weight: 600
}

.admin-modal-wa-inner-video {
  position: relative;
  overflow: hidden
}

.admin-modal-wa-inner-left {
  padding: 15px 50px;
  border-right: 1px solid #e9e9e9;
  text-align: center;
  margin: 30px 0
}

.admin-modal-wa-inner-left-title {
  font-size: 19px;
  margin-bottom: 20px
}

.admin-modal-wa-inner-right {
  padding: 0 25px;
  text-align: center
}

.admin-modal-wa-inner-right img {
  width: 40px;
  height: 40px;
  padding: 10px
}

.admin-modal-wa-inner-right-title {
  font-size: 18px;
  line-height: 26px;
  padding: 0 40px
}

.admin-modal-wa-inner-right .waShare {
  padding: 10px;
  margin-bottom: 20px
}

.admin-modal-wa-inner-right .waBadge {
  padding: 10px 30px;
  margin-bottom: 20px
}

.admin-modal-wa-inner-right .waDiploma {
  padding: 10px 35px;
  margin-bottom: 0
}

.admin-modal-wa-inner-right .waSend {
  padding: 10px;
  margin-bottom: 0
}

.admin-modal-wa-inner-full {
  padding: 0 45px;
  text-align: center;
  margin-top: 20px
}

.admin-modal-wa-inner-full-img-video {
  border: 1px solid;
  width: 66px;
  border-radius: 50%;
  margin: auto
}

.admin-modal-wa-inner-full-img-novideo {
  border: 1px solid;
  width: 81px;
  border-radius: 50%;
  margin: 15px auto
}

.admin-modal-wa-inner-full-novideo {
  width: 50px;
  height: 50px !important;
  padding: 15px
}

.admin-modal-wa-inner-full-novideo-container {
  border: 1px solid;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px
}

.admin-modal-wa-inner-full-novideo--circle {
  border: 1px solid;
  border-radius: 50%
}

.admin-modal-wa-inner-full-video {
  width: 55px
}

.admin-modal-wa-inner-full p {
  margin-bottom: 20px;
  padding: 0 10px
}

.admin-modal-wa-inner-full-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  padding: 0 40px 30px
}

.admin-modal-wa-inner-full-column .svgIcon {
  width: 75px;
  height: 75px;
  margin-bottom: 15px
}

.admin-modal-wa-inner-full .waShare {
  padding: 0 10px
}

.admin-modal-wa-inner-full .waBadge {
  padding: 0 30px
}

.admin-modal-wa-inner-full .waBadge2 {
  padding: 0 25px;
  max-width: 110px;
  margin: 0 auto
}

.admin-modal-wa-inner-full .waDiploma {
  padding: 0 35px
}

.admin-modal-wa-inner-full .waDiploma2 {
  padding: 0 22px;
  max-width: 110px;
  margin: 0 auto
}

.admin-modal-wa-inner-full .waSend {
  padding: 0 10px
}

.admin-modal-wa-inner-full .waSend2 {
  padding: 0 22px;
  max-width: 113px;
  margin: 0 auto
}

.admin-modal-wa-inner-ribbon {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: -29px;
  width: 110px;
  background-color: #d4b96d;
  height: 29px;
  color: #fff;
  transform: rotate(-43deg)
}

.admin-modal-wa-inner-ribbon p {
  margin-top: 3px
}

.admin-modal-wa-inner .svgIcon,
.admin-modal-wa-inner .svgWA {
  width: 80px;
  height: auto;
  margin-bottom: 10px
}

.admin-modal-wa-inner .svgIcon svg,
.admin-modal-wa-inner .svgWA svg {
  width: 80px;
  height: auto
}

.admin-modal-header-wa {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2023-hero.jpg) no-repeat scroll center;
  background-size: cover;
  padding: 30px 100px;
  text-align: center;
  position: relative;
  margin-bottom: 60px
}

.admin-modal-header-wa a {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.admin-modal-header-wa img {
  width: 110px
}

.admin-modal-header-wa-title {
  text-align: center
}

.admin-modal-header-wa-title h2 {
  padding: 20px 0
}

.admin-modal-header-wa-badge {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%)
}

.admin-modal-header-wa-badge img {
  width: 125px;
  height: 125px
}

.admin-modal-header-wa-text {
  color: #fff;
  width: 70%;
  display: block;
  margin: 0 auto 75px;
  text-shadow: 2px 2px 4px #000
}

.admin-modal-header-wa-text h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 15px
}

.admin-modal-header-wa-text p {
  font-size: 20px;
  line-height: 30px
}

.admin-modal-header-wa-text:last-child {
  margin-bottom: 60px
}

.adminBullet {
  display: inline-block;
  vertical-align: baseline;
  background-color: #8c8c8c;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 transparent;
  transition: .3s ease box-shadow
}

.adminBullet--light-grey {
  background-color: #cacaca
}

.adminBullet--orange {
  background-color: #faa14b
}

.adminBullet--blue {
  background-color: #4baad6
}

.adminBullet--green {
  background-color: #48964d
}

.adminBullet--red {
  background-color: #f76c6f
}

.adminBullet--light-red {
  background-color: #f8c4be
}

.adminBullet--gray {
  background-color: #8c8c8c
}

.adminBullet--transparent {
  background-color: transparent
}

.adminBullet--double.active .adminBullet--light-grey,
.adminBullet--double:hover .adminBullet--light-grey {
  box-shadow: 0 0 0 3px #e7e7e7
}

.adminBullet--double.active .adminBullet--orange,
.adminBullet--double:hover .adminBullet--orange {
  box-shadow: 0 0 0 3px #f9d8b7
}

.adminBullet--double.active .adminBullet--blue,
.adminBullet--double:hover .adminBullet--blue {
  box-shadow: 0 0 0 3px #bfddec
}

.adminBullet--double.active .adminBullet--green,
.adminBullet--double:hover .adminBullet--green {
  box-shadow: 0 0 0 3px #cfe5cb
}

.adminBullet--double.active .adminBullet--red,
.adminBullet--double:hover .adminBullet--red {
  box-shadow: 0 0 0 3px #fab6b8
}

.adminBullet--double.active .adminBullet--light-red,
.adminBullet--double:hover .adminBullet--light-red {
  box-shadow: 0 0 0 3px #f8e9e7
}

.adminBullet--double.active .adminBullet--gray,
.adminBullet--double:hover .adminBullet--gray {
  box-shadow: 0 0 0 3px #d8d8d8
}

.adminTabs {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden
}

.adminTabs__item {
  font-size: 14px;
  line-height: 21px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-left: 1px solid #d9d9d9;
  padding: 6px 10px;
  float: left;
  display: block
}

.adminTabs__item:first-child {
  border-left: 0
}

.adminTabs__item--active,
.adminTabs__item:hover {
  background-color: #f8f8f8
}

.adminTabs__item--reduced {
  font-size: 10px;
  padding: 3px 8px
}

.adminBannerPhone {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  padding: 30px;
  margin: 0 0 20px;
  text-align: center
}

.adminBannerPhone__title {
  font-weight: 600
}

.adminBannerPhone__description {
  margin-bottom: 20px
}

.adminBannerPremium {
  padding: 40px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #f2eae9;
  text-align: center
}

.adminBannerPremium__title {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin: 0 0 15px;
  padding: 0 20px
}

.adminBannerPremium__description {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px
}

.droplayerPaymentConfig {
  top: 20px;
  right: 20px;
  position: absolute
}

.droplayerPaymentConfig__link {
  font-size: 14px;
  line-height: 21px;
  cursor: pointer
}

.droplayerPaymentConfig__layer {
  width: 200px;
  padding: 0;
  top: 33px;
  right: 0;
  left: inherit
}

.droplayerPaymentConfig__layer li {
  border-top: 1px solid #d9d9d9
}

.droplayerPaymentConfig__layer li:first-child {
  border-top: 0
}

.droplayerPaymentConfig__layer--right {
  right: -20px
}

.droplayerPaymentConfig__layer:after,
.droplayerPaymentConfig__layer:before {
  right: 20px;
  left: inherit
}

.droplayerPaymentConfig__action {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
  padding: 8px 10px;
  display: block
}

.admin-banner-reminder {
  margin: 0 0 30px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden
}

.admin-banner-reminder--square {
  border-radius: 0
}

.admin-banner-reminder-tag {
  margin-right: 10px;
  padding: 3px 8px;
  line-height: 1em;
  border-radius: 8px;
  font-size: 12px;
  background: #64b7de;
  color: #fff;
  display: inline-block;
  position: relative
}

.admin-banner-reminder-tag:after {
  content: "";
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 4px;
  border-color: transparent transparent transparent #64b7de;
  border-style: solid;
  position: absolute;
  display: block
}

.admin-banner-reminder-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 5px
}

.admin-banner-reminder-title.admin-banner-reminder-title-consejo {
  font-size: 16px;
  line-height: 24px
}

.admin-banner-reminder-description {
  font-size: 14px;
  line-height: 21px;
  margin: 0
}

.admin-banner-reminder-anchor {
  color: #222;
  text-decoration: underline
}

.admin-banner-reminder-button {
  padding: 6px 13px;
  border-radius: 8px;
  border: 1px solid #f76c6f;
  background-color: #f76c6f;
  color: #fff;
  display: inline-block
}

.admin-banner-reminder-button:hover {
  color: #fff;
  background-color: #f65457
}

.admin-banner-reminder-badge {
  width: 90%;
  margin-top: 15px
}

.admin-banner-reminder.bg-cronicas {
  background: url(/assets/img/admin-emp/bg_banner-cronicas.jpg) no-repeat scroll 50% 50% transparent;
  background-size: cover;
  color: #fff
}

.admin-banner-reminder.bg-cronicas2 {
  background: url(/assets/img/admin-emp/bg_banner-cronicas2.jpg) no-repeat scroll 50% 50% transparent;
  background-size: cover;
  color: #fff
}

.admin-banner-reminder.bg-wa {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2017-hero.jpg) no-repeat scroll 50% 50% transparent;
  background-size: cover;
  color: #fff
}

.admin-banner-reminder.bg-wa .admin-banner-reminder-description {
  margin-bottom: 10px
}

.admin-copyCode-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px
}

.admin-copyCode-textarea {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 8px 13px;
  width: 100%;
  box-sizing: border-box;
  display: block
}

.admin-modal-header-lb {
  height: 200px;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #d9d9d9;
  padding: 0 20px
}

.admin-modal-header-lb-title h2 {
  text-align: center;
  padding: 20px
}

.admin-modal-header-lb img {
  width: 100%;
  margin: 0 auto
}

.admin-modal-lb-inner {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0 10px
}

.admin-modal-lb-inner-full {
  padding: 0 45px;
  text-align: center
}

.admin-modal-lb-inner-full-subtitle {
  color: #f76c6f;
  text-transform: uppercase;
  font-size: 17px;
  padding: 0 40px 10px
}

.admin-modal-lb-inner-full-title {
  text-transform: uppercase
}

.admin-modal-lb-inner-full p {
  font-size: 13px;
  margin-bottom: 20px
}

.admin-modal-lb-inner-full p:first-child {
  color: #8c8c8c
}

.admin-modal-lb-inner-full__logos-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 0
}

.admin-modal-lb-inner-full__logos-box-section {
  width: 50%
}

.admin-modal-lb-inner-full__logos-box-section:first-child {
  border-right: 1px solid #d9d9d9
}

.admin-modal-lb-inner-full__logos-box-section p:first-child {
  font-size: 11px;
  margin-bottom: 10px
}

.admin-modal-lb-inner-full__logos-box-section img {
  padding: 0 10px
}

.admin-modal-lb-inner p {
  text-align: center
}

.adminBadge {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  margin: 0 10px 20px
}

.adminBadge__header {
  margin: 15px;
  float: right
}

.adminBadge__headerTitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px
}

.adminBadge__headerIcon {
  margin-left: auto
}

.adminBadge__body {
  padding: 15px 15px 10px
}

.adminBadge__footer {
  padding: 5px 20px 20px
}

.adminBadge--disabled {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%)
}

.adminBadge--disabled .vendorsBadge {
  opacity: .4
}

.admin-summitModal {
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #d9d9d9;
  padding: 0 20px
}

.admin-summitModal__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-family: Merriweather, serif;
  text-align: center;
  margin-bottom: 0
}

.admin-summitModal__header {
  width: 100%;
  height: 100%;
  display: block;
  position: relative
}

.admin-summitModal__header--bg {
  width: 100%
}

.admin-summitModal__header--logo {
  width: 350px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%)
}

.admin-summitModal__wrapperIT {
  padding: 20px 100px
}

.admin-summitModal__wrapperFR {
  padding: 20px 60px
}

.admin-summitModal__description {
  text-align: center
}

.admin-summitModal__description__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.admin-summitModal__description__titleFR {
  font-size: 22px;
  line-height: 35.59674778px;
  font-weight: 600
}

.admin-summitModal__description__subtitle {
  font-size: 15px;
  color: #000
}

.admin-summitModal__description--bold {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px
}

.admin-summitModal__description--serif {
  font-family: Merriweather, serif !important;
  font-size: 16px;
  font-weight: 600
}

.admin-summitModal__description--light {
  color: #000;
  font-size: 15px
}

.admin-summitModal__description--hero {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 23px;
  line-height: 32px
}

.admin-summitModal__separator {
  margin: 10px 0 5px;
  text-align: center;
  padding: 20px 0
}

.admin-summitModal__separator span {
  display: inline-block;
  background: #fff;
  padding: 0 15px
}

.admin-summitModal__separator:before {
  border-bottom: 1px solid #000;
  content: "";
  width: 100%;
  display: block;
  margin-bottom: -15px
}

.admin-summitModal__img {
  font-size: 14px;
  line-height: 21px;
  padding: 10px
}

.admin-summitModal__img img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 10px
}

.admin-summitModal__date--center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px
}

.admin-summitModal__date--center .date--number {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
  border-right: 1px solid #000;
  padding-right: 25px
}

.admin-summitModal__date--center .date--geo {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 33px
}

.admin-summitModal__text--container {
  margin: 0 60px 33px
}

.admin-summitModal__text--center {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  justify-content: center
}

.admin-summitModal__text--center span {
  height: 1px;
  background: #000;
  width: 18%;
  display: block
}

.admin-summitModal__text--center p {
  margin-bottom: 0;
  padding: 0 20px
}

.admin-summitModal__text--center__subtitle {
  color: #f76c6f;
  text-align: center
}

.admin-summitModal--cols {
  margin: 0 60px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.admin-summitModal--cols .col-img-text {
  display: flex;
  align-items: center
}

.admin-summitModal--cols .col-img-text img {
  width: 80px;
  height: auto
}

.admin-summitModal--cols .col-img-text p {
  font-weight: 600;
  line-height: 20px;
  color: #222;
  padding-left: 10px
}

.admin-summitModal__location {
  color: #f76c6f;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px
}

.admin-summitModal__location span {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: top
}

.admin-summitModal__location strong {
  font-size: 36px
}

.admin-summitModal__footer--slogan {
  max-width: 450px;
  margin: 25px 0 10px
}

.admin-summitModal__speakerBlock {
  display: flex;
  align-items: center
}

.admin-summitModal__speakerBlock img {
  width: 100px;
  height: auto;
  margin-right: 20px
}

.admin-summitModal__speakerBlock--text {
  font-family: ProximaNova, sans-serif;
  margin-right: 40px
}

.admin-summitModal__speakerBlock--text p {
  font-size: 15px;
  margin-bottom: 0
}

.admin-summitModal__speakerBlock--text p:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #f76c6f
}

.admin-summitModal__speakerBlock--text p:nth-child(2) {
  font-weight: 600
}

.form-check label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.form-check__description {
  flex: 1 0 0;
  margin-left: 5px
}

.adminModalImport {
  padding: 25px 0 25px 100px
}

.adminModalImport a {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.adminModalImport__title {
  text-align: center;
  border-bottom: 1px solid #d9d9d9
}

.adminModalImport__title h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding: 20px 0
}

.adminModalImport__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px;
  position: relative
}

.adminModalImport__search input {
  border: none;
  background: 0 0;
  box-shadow: none;
  outline: 0;
  width: 90%;
  margin: 0;
  padding-left: 10px
}

.adminModalImport__search .import-search-input-icon {
  width: 20px;
  height: 20px
}

.adminModalImport__search .import-search-input-icon svg {
  fill: #6c6c6c
}

.adminModalImport__tabs {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center
}

.adminModalImport__tabs span {
  cursor: pointer
}

.adminModalImport__tabs .selected {
  border-bottom: 3px solid #f76c6f
}

.adminModalImport__actions {
  border-top: 1px solid #d9d9d9;
  text-align: center
}

.adminModalImport__actions .import-submit-button {
  padding: 10px 30px
}

.adminModalImport__loader .loader {
  position: static
}

.adminModalImport__noResults {
  display: none;
  text-align: center;
  color: #8c8c8c
}

.importBookingRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 20px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-animation: fade .8s;
  animation: fade .8s;
  cursor: pointer
}

.importBookingRow__date {
  margin-left: auto;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right
}

@-webkit-keyframes fade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.rctChecklistTasks {
  border-top: 1px solid #d9d9d9;
  max-height: 450px;
  overflow-y: scroll
}

.rctChecklistTasks__item {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 20px;
  margin: 0;
  position: relative
}

.rctChecklistTasks__checkBox {
  display: inline-block;
  vertical-align: text-top
}

.rctChecklistTasks__checkBoxLink {
  margin-top: 3px;
  margin-right: 10px;
  display: block;
  cursor: pointer
}

.rctChecklistTasks__description {
  display: inline-block;
  vertical-align: top;
  width: 50%
}

.rctChecklistTasks__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.rctChecklistTasks__tag {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin-right: 10px;
  display: inline-block
}

.rctChecklistTasks__noList {
  display: inline-block;
  vertical-align: middle;
  color: #8c8c8c
}

.admin-brwContestModal {
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #d9d9d9;
  padding: 0 20px
}

.admin-brwContestModal__wrapper {
  padding: 20px
}

.admin-brwContestModal__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  text-align: center;
  padding: 20px;
  font-weight: 600
}

.admin-brwContestModal__header__bg {
  width: 100%
}

.admin-brwContestModal__header__logo {
  position: absolute;
  top: 123px;
  width: 350px;
  left: 50%;
  margin-left: -175px
}

.admin-brwContestModal__header__year {
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 250px;
  font-size: 24px
}

.admin-brwContestModal__description {
  font-size: 14px;
  line-height: 21px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 20px 35px
}

.admin-brwContestModal__description--extraPadding {
  padding: 20px 60px
}

.admin-brwContestModal__description--fsBigger {
  font-size: 16px
}

.admin-brwContestModal__description--bold {
  font-weight: 600
}

.admin-brwContestModal__description--light {
  color: #000
}

.admin-brwContestModal__description--uppercase {
  text-transform: uppercase
}

.admin-brwContestModal__description--left {
  text-align: left;
  padding: 30px 50px 0 0
}

.admin-brwContestModal__description--big {
  font-weight: 600;
  font-size: 18px
}

.admin-brwContestModal__description--grey {
  color: #8c8c8c
}

.admin-brwContestModal__date--center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px
}

.admin-brwContestModal__date--center .date--number {
  font-size: 24px;
  line-height: 30px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  border-right: 1px solid #000;
  padding-right: 25px
}

.admin-brwContestModal__date--center .date--geo {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 33px
}

.admin-brwContestModal__text--container {
  margin: 0 60px 33px
}

.admin-brwContestModal__text--center {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center
}

.admin-brwContestModal__text--center span {
  height: 1px;
  background: #000;
  width: 18%;
  display: block
}

.admin-brwContestModal__text--center p {
  margin-bottom: 0;
  padding: 0 20px
}

.admin-brwContestModal__text--center__subtitle {
  color: #f76c6f;
  text-align: center
}

.admin-brwContestModal__scrollBox {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: left;
  color: #6c6c6c
}

.admin-brwContestModal--cols {
  margin: 0 60px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.admin-brwContestModal--cols .col-img-text {
  display: flex;
  align-items: center
}

.admin-brwContestModal--cols .col-img-text img {
  width: 80px;
  height: auto
}

.admin-brwContestModal--cols .col-img-text p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #222;
  padding-left: 10px
}

.admin-brwContestModal__img {
  padding: 30px
}

.admin-brwContestModal__hero {
  padding: 10px 30px 0
}

.admin-brwContestModal__hero__img {
  margin: 15px auto 0;
  display: block
}

.admin-brwContestModal__hero__img--negative {
  margin: -60px auto 0;
  padding-left: 25px
}

.admin-brwContestModal__list li {
  padding-left: 15px;
  margin: 5px 0;
  position: relative
}

.admin-brwContestModal__list li:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background-color: #f76c6f;
  position: absolute;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  left: 0;
  top: 11px
}

.admin-brwContestModal__link {
  font-size: 16px;
  line-height: 24px;
  float: left
}

.adminDownload {
  color: #f76c6f
}

.adminDownload:hover {
  text-decoration: underline
}

@media only screen and (max-width:1024px) {
  .admin-box-input-responsive {
    width: 170px
  }
}

.admin-summitModalES {
  overflow: hidden;
  background: #fff
}

.admin-summitModalES__header {
  height: 200px
}

.admin-summitModalES__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-weight: 600;
  text-align: center;
  padding: 20px
}

.admin-campusModal-dismiss {
  top: 15px !important;
  right: 22px !important;
  color: #fff !important
}

.admin-campusModal,
.admin-campusModalAR,
.admin-campusModalBR,
.admin-campusModalCA,
.admin-campusModalCL,
.admin-campusModalCO,
.admin-campusModalES,
.admin-campusModalFR,
.admin-campusModalGB,
.admin-campusModalIN,
.admin-campusModalIT,
.admin-campusModalMX,
.admin-campusModalPE,
.admin-campusModalPT,
.admin-campusModalUY {
  padding: 104px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background-size: cover;
  margin: 18px 18px 0 18px
}

.admin-campusModalES {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_ES.jpg)
}

.admin-campusModalAR {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_AR.jpg)
}

.admin-campusModalCO {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_CO.jpg)
}

.admin-campusModalMX {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_MX.jpg)
}

.admin-campusModalIT {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_IT.jpg)
}

.admin-campusModalBR {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_BR.jpg)
}

.admin-campusModalFR {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_FR.jpg)
}

.admin-campusModalUY {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_UY.jpg)
}

.admin-campusModalPE {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_PE.jpg)
}

.admin-campusModalCL {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_CL.jpg)
}

.admin-campusModalPT {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_PT.jpg)
}

.admin-campusModalCA {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_CA.jpg)
}

.admin-campusModalGB {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_GB.jpg)
}

.admin-campusModalIN {
  background-image: url(/assets/img/admin-emp/campus/capa_promo_IN.jpg)
}

.admin-campusModal-title,
.admin-campusModal-title2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase
}

.admin-campusModal-title2 {
  font-weight: 100
}

.admin-campusModal-text {
  font-size: 21px;
  font-weight: 100
}

.admin-campusModal-text.bold {
  font-weight: 600
}

.admin-campusModal-line {
  border-color: #9e9e9e transparent transparent transparent;
  width: 105px;
  margin-top: 30px;
  margin-bottom: 25px
}

.storefrontWarning {
  background-color: #f2dede;
  border-radius: .5rem;
  padding: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-end
}

.storefrontWarning__content {
  flex: 1
}

.storefrontWarning__title {
  font-weight: 600;
  margin-bottom: .5rem
}

.storefrontWarning__text {
  margin-bottom: 0
}

.storefrontWarning__link {
  font-weight: 600;
  text-decoration: underline
}

.storefrontWarning__link:hover {
  color: #c5282b
}

.adminBadgeItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 100%
}

.adminBadgeItem__title {
  font-weight: 600;
  margin: 0
}

.adminBadgeItem__icon {
  position: absolute;
  right: 10px;
  top: 10px;
  fill: #48964d;
  width: 25px;
  height: 25px
}

.adminBadgeItem__content {
  padding: 30px 20px 20px;
  flex: 1 0 auto
}

.adminBadgeItem__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  height: 75px;
  box-sizing: border-box;
  font-size: 15px
}

.adminBadgeItem__text {
  margin-top: 5px
}

.adminBadgeItem__social {
  font-size: 14px;
  line-height: 21px;
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 5px 10px
}

.adminBadgeItem__social:first-of-type {
  margin-right: 5px
}

.adminBadgeItem__social:last-of-type {
  margin-left: 5px
}

.adminBadgeItem--current {
  box-shadow: 0 0 20px -2px #cecece
}

.adminBadgeItem__link {
  color: #f76c6f;
  cursor: pointer;
  margin-top: 15px
}

.adminBadgeItem__link:hover {
  text-decoration: underline
}

.adminAccountBadge {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  padding: 40px;
  margin: 0 10px 20px;
  border-radius: 3px;
  background: #fff;
  text-align: center
}

.adminAccountBadge__img {
  min-height: 103px
}

.adminAccountBadge-size {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.adminAccountBadge__code {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  width: 100%;
  height: 60px;
  margin: 20px 0 0;
  display: block
}

.adminReviewsSummary {
  display: inline-block;
  vertical-align: middle;
  color: #8c8c8c;
  margin: 0 15px 0 0
}

.adminReviewsSummary__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px
}

.adminReviewsSummary .svgIcon__arrowRightCircle svg {
  fill: #59a7f8
}

.adminReviewsSummary .svgIcon__clockHeavy svg {
  fill: #eba133
}

.adminReviewsSummary .svgIcon__helpHeavy svg {
  fill: #8c8c8c
}

.adminSeals {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px
}

.adminSeals__header {
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 60px
}

.adminSeals__headerTitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  text-align: center
}

.adminSeals__content {
  padding: 20px 40px 30px
}

.adminSealsItem {
  padding: 0 20px;
  text-align: center;
  position: relative
}

.adminSealsItem__title {
  font-weight: 400;
  color: #fff
}

.adminSealsItem__type {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 10px;
  display: block
}

.adminSealsItem__type--bronze {
  color: #ca9178
}

.adminSealsItem__type--silver {
  color: #b4b9bb
}

.adminSealsItem__type--gold {
  color: #faa14b
}

.adminSealsItem__img {
  margin: 0 auto 13px;
  display: block
}

.adminSealsItem__complete {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 8px;
  padding: 8px 13px;
  border-radius: 8px;
  background: #48964d;
  color: #fff
}

.adminSealsItem__social {
  margin-bottom: 10px
}

.adminSealsItem__social small {
  color: #8c8c8c
}

.adminSealsItem__social .icon {
  cursor: pointer
}

.adminSealsItem--active:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: -30px;
  border-width: 10px;
  border-color: #fff transparent transparent;
  border-style: solid;
  position: absolute;
  display: block
}

.adminSticker {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.adminSticker img {
  display: block
}

.adminSticker__description {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  width: 325px;
  top: 50%;
  right: 10%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: absolute
}

.adminStickerWhy {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  margin: 0 0 20px;
  text-align: center
}

.adminStickerWhy__item {
  padding: 0 20px
}

.adminStickerWhy__icon {
  margin: 0 auto 15px;
  background: url(/assets/img/admin-emp/sprite_reviews-sticker.svg) no-repeat scroll 50% 0 transparent;
  display: block
}

.adminStickerWhy__icon--badge {
  height: 90px;
  background-position: 50% 2px;
  background-size: 113px
}

.adminStickerWhy__icon--envelope {
  height: 90px;
  background-position: 50% -85px;
  background-size: 110px
}

.adminStickerWhy__title {
  font-size: 18px;
  line-height: 29.12461182px;
  margin-bottom: 5px;
  font-weight: 600
}

.adminStickerWhy__description {
  margin: 0
}

.bordered-textarea-container {
  box-shadow: 0 0 0 2px #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px
}

textarea.textarea-no-border {
  box-shadow: none;
  border: 0;
  padding: 0
}

.admin-widget-reviews {
  border-radius: 8px;
  background: #fff
}

.admin-widget-reviews-code {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 8px 10px;
  height: 150px;
  width: 100%;
  box-sizing: border-box
}

.admin-widget-selector {
  background: #efefef;
  cursor: pointer
}

.admin-widget-selector-item {
  border-left: 1px solid #d9d9d9;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer
}

.admin-widget-selector-item:first-child {
  border-left: 0
}

.admin-widget-selector-item.active,
.admin-widget-selector-item:hover {
  background-color: #e2e2e2
}

.admin-widget-selector-circle {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center
}

.admin-widget-selector-circle.red {
  background: #f76c6f
}

.admin-widget-selector-circle.black {
  background: #515151
}

.admin-widget-selector-circle.white {
  background: #fff
}

.admin-widget-selector-circle.white:before {
  color: #515151
}

.admin-widget-selector-name {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600
}

.adminReviewsItem {
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  position: relative
}

.adminReviewsItem__avatar {
  padding-right: 20px;
  text-align: center
}

.adminReviewsItem__container {
  position: relative
}

.adminReviewsItem__name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 3px
}

.adminReviewsItem__date {
  color: #6c6c6c;
  font-weight: 400;
  display: inline-block;
  text-transform: lowercase;
  margin-left: -4px
}

.adminReviewsItem__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px
}

.adminReviewsItem__description {
  word-break: break-word
}

.adminReviewsItem__description--scroll {
  max-height: 200px;
  overflow-y: auto
}

.adminReviewsItem__scroll {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px
}

.adminReviewsItem__scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: rgba(255, 255, 255, .7)
}

.adminReviewsItem__send {
  font-size: 14px;
  line-height: 21px;
  margin-top: 5px;
  color: #8c8c8c;
  display: block
}

.adminReviewsItem__img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  margin: 3px;
  overflow: hidden;
  cursor: pointer
}

.adminReviewsItem__img img {
  display: block
}

.adminReviewsItem__anchor {
  border: 1px solid #d9d9d9;
  display: inline-block
}

.adminReviewsItem--featured {
  border-color: #eac448
}

.adminReviewsItem__counter {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  float: left;
  margin-bottom: 0
}

.adminReviewsItem .user-profile {
  max-width: 100%
}

.adminReviewsItem-modal .rating-label {
  font-size: 11px;
  line-height: 16px
}

.adminReviewsContent {
  padding: 30px 20px;
  box-sizing: border-box
}

.adminReviewsItemAnswer {
  margin-top: 25px
}

.adminReviewsItemAnswer__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c8c8c;
  font-weight: 600;
  margin: 0
}

.adminReviewsItemAnswer__block {
  background: #f8f8f8;
  margin: 5px 0 10px;
  padding: 13px 18px;
  border-radius: 2px;
  position: relative
}

.adminReviewsItemAnswer__block:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #f8f8f8 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -8px;
  left: 15px
}

.adminReviewsItemAnswer__block--report {
  background: #fff4e8
}

.adminReviewsItemAnswer__block--report:after {
  border-color: #fff4e8 transparent
}

.adminReviewsItemAnswer__description {
  margin: 0;
  word-break: break-word
}

.adminReviewsItemAnswer__date {
  font-size: 14px;
  line-height: 21px;
  margin: 0 5px 0 0;
  color: #8c8c8c
}

.adminReviewsItemFooter {
  border-top: 1px solid #d9d9d9;
  padding: 20px
}

.adminReviewsItemFooter__links {
  display: inline-block;
  vertical-align: middle;
  color: #8c8c8c;
  margin-top: 5px;
  margin-right: 20px;
  cursor: pointer;
  user-select: none
}

.adminReviewsItemFooter__links .icon {
  top: -1px;
  position: relative
}

.adminReviewsItemFooter__links li {
  display: inline-block;
  vertical-align: middle
}

.adminReviewsItemFooter__report {
  color: #8c8c8c;
  margin: 10px 0;
  display: block
}

.adminReviewsItemFooter__social {
  position: relative
}

.adminReviewsItemFooter__social:hover {
  color: #f76c6f
}

.adminReviewsItemFooter__socialLayer {
  display: none;
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  font-weight: 600;
  position: absolute;
  top: -90px;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 150px;
  border-radius: 5px
}

.adminReviewsItemFooter__socialLayer li {
  padding: 8px
}

.adminReviewsItemFooter__socialLayer:after,
.adminReviewsItemFooter__socialLayer:before {
  content: "";
  border-width: 7px;
  border-style: solid;
  position: absolute;
  left: 10px
}

.adminReviewsItemFooter__socialLayer:before {
  bottom: -15px;
  border-color: #d9d9d9 transparent transparent
}

.adminReviewsItemFooter__socialLayer:after {
  bottom: -14px;
  border-color: #fff transparent transparent
}

.adminReviewsItemFooter__highlight {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px
}

.adminReviewsItemFooter__highlight a {
  display: inline-block;
  vertical-align: middle;
  color: #8c8c8c
}

.adminReviewsItemFooter__highlight a.enabled {
  color: #eac448
}

.admin-reviews-minibox {
  margin: 0 10px 20px;
  border-radius: 8px;
  background: #fff
}

.admin-reviews-minibox img {
  border: 1px solid #d9d9d9;
  display: block
}

.admin-reviews-minibox-content {
  padding: 20px;
  box-sizing: border-box;
  min-height: 105px
}

.admin-reviews-minibox-name {
  font-weight: 600;
  margin-bottom: 5px;
  word-wrap: break-word
}

.admin-reviews-minibox-date {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin: 0
}

.admin-reviews-minibox-footer {
  border-top: 1px solid #d9d9d9;
  padding: 15px 20px;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box
}

.admin-reviews-minibox-footer.disabled {
  background-color: #f7f7f7
}

.admin-reviews-minibox-action {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  position: relative
}

.admin-reviews-minibox-action svg {
  fill: #8c8c8c
}

.admin-reviews-minibox-action:hover svg {
  fill: #f76c6f
}

.admin-reviews-minibox-action[disabled] {
  color: #8c8c8c;
  cursor: no-drop
}

.admin-reviews-minibox-action:hover,
.admin-reviews-minibox-action:hover i {
  color: #f76c6f;
  -webkit-filter: none;
  filter: none
}

.admin-reviews-minibox-action.disabled:hover,
.admin-reviews-minibox-action.disabled:hover i {
  color: #8c8c8c
}

.admin-reviews-minibox-action i {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  padding-right: 5px
}

.admin-reviews-minibox-action:hover .admin-reviews-minibox-tooltip {
  display: block !important
}

.admin-reviews-minibox-tooltip {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #d9d9d9;
  color: #6c6c6c;
  font-weight: 400;
  padding: 15px 20px;
  left: 50%;
  top: 30px;
  width: 350px;
  background: #fafafa;
  z-index: 9;
  position: absolute
}

.admin-reviews-minibox-tooltip:after,
.admin-reviews-minibox-tooltip:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  display: block
}

.admin-reviews-minibox-tooltip:before {
  border-color: transparent transparent #d9d9d9 transparent;
  top: -16px
}

.admin-reviews-minibox-tooltip:after {
  border-color: transparent transparent #fafafa;
  top: -15px
}

.admin-reviews-minibox-tag {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  padding: 4px 7px;
  margin-top: 5px;
  border-radius: 2px;
  line-height: 1em;
  color: #444;
  background: #fafafa;
  position: relative
}

.admin-reviews-minibox-tag:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  top: 50%;
  left: -10px;
  height: 0;
  width: 0;
  border-width: 5px;
  border-color: transparent #fafafa transparent transparent;
  border-style: solid;
  position: absolute;
  display: block
}

.admin-reviews-minibox-tag.success {
  background: #48964d;
  color: #fff
}

.admin-reviews-minibox-tag.success:before {
  border-color: transparent #48964d transparent transparent
}

.admin-reviews-minibox-tag.error {
  background: #f76c6f;
  color: #fff
}

.admin-reviews-minibox-tag.error:before {
  border-color: transparent #f76c6f transparent transparent
}

.admin-wa-item {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  text-align: center
}

.admin-wa-item-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px
}

.admin-wa-item-description {
  margin-bottom: 15px
}

.admin-wa-item-code {
  border: 1px solid #d9d9d9;
  border-radius: 8px
}

.admin-wa-item-download {
  margin-bottom: 20px;
  margin-top: 15px
}

.admin-wa-item-download a {
  cursor: pointer;
  text-decoration: none
}

.admin-wa-item-download img {
  width: 18px;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -3px
}

.admin-wa-item-download span {
  color: grey
}

.admin-wa-item-social {
  color: #8c8c8c;
  vertical-align: middle
}

.admin-wa-item img {
  max-width: 100%
}

.reviewCollector__templateName {
  width: 100%
}

.reviewCollector__setAsDefault {
  margin-top: 5px
}

.reviewCollector__templatesSelector {
  margin-top: 5px;
  cursor: pointer;
  right: 20px;
  position: absolute;
  z-index: 1
}

.reviewCollector__templateDetails {
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  padding: 15px
}

.reviewCollector__dropdown {
  left: -170px;
  width: 250px
}

.reviewCollector__dropdown:after,
.reviewCollector__dropdown:before {
  left: 225px
}

.reviewCollector__activeTemplate {
  font-weight: 600
}

.reviewCollector__defaultText--outline {
  position: relative;
  z-index: 3;
  background: 0 0;
  color: #eac448;
  border-color: #eac448;
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all .2s linear;
  font-size: 10px;
  border-radius: 5px;
  top: -6px;
  margin-left: 15px
}

.reviewCollector__pencil {
  position: relative;
  top: 2px;
  margin-right: 3px
}

.reviewCollector__addUsers__input {
  width: 100%
}

.reviewCollector__addUsers .loader-line-rct {
  top: 14px;
  right: 6px
}

.reviewCollector__addButton {
  padding: 7px 15px !important
}

.reviewCollector__ccBox {
  border-bottom: 1px solid #d9d9d9
}

.mensajeError {
  color: #ee575a
}

.bubbler {
  vertical-align: middle
}

.bubbler li {
  display: inline-block;
  vertical-align: middle
}

.bubbler__svgIcon {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 11px;
  top: 6px
}

.bubbler__svgIcon svg {
  fill: #8c8c8c
}

.bubbler__bubble {
  color: #222;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  padding: 4px 30px 4px 15px;
  cursor: pointer;
  margin: 3px 3px 3px 0;
  position: relative
}

.bubbler__bubble--close:before {
  content: "x"
}

.bubbler__bubble--close {
  position: absolute;
  right: 14px;
  top: 4px;
  cursor: pointer
}

.bubbler__bubble:hover {
  border-color: #f76c6f
}

.bubbler__bubble:hover .svgIcon svg {
  fill: #f76c6f
}

.review-collector-templates-user {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.review-collector-templates-user--user-email {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #8c8c8c
}

.wa-share {
  border: 0;
  width: 27px;
  margin: 0 7px;
  cursor: pointer;
  vertical-align: middle
}

.review__ratio {
  font-weight: 600
}

.rct-actions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between
}

@media only screen and (max-width:1024px) {

  .box-copy-html-code p b,
  .box-copy-html-code p small {
    float: left
  }
}

.adminReviewsReportInfo__title {
  padding: 20px 25px
}

.adminReviewsReportInfo__content {
  padding-left: 25px;
  padding-right: 25px
}

.adminReviewsReportInfo__list {
  list-style-position: inside
}

.adminReviewsReportInfo__list li {
  list-style-type: disc
}

.adminReviewsReportInfo .toggle-open .accordion__titleContainer {
  font-weight: 600
}

.admin-wa-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  text-align: center;
  position: relative;
  width: 100%;
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2023-hero.jpg) no-repeat;
  background-size: cover
}

.admin-wa-banner__text {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50px;
  font-size: 22px
}

.admin-wa-banner__button {
  position: absolute;
  bottom: 20px;
  background: 0 0;
  border: 1px solid #9c7212;
  border-radius: 5px;
  padding: 10px;
  color: #9c7212;
  cursor: pointer
}

.admin-wa-banner__button:hover {
  background: #6b5728;
  color: #fff
}

.adminFaqs {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px
}

.adminFaqs__header {
  padding: 15px 20px;
  border-bottom: 1px solid #d9d9d9
}

.adminFaqs__header--pending {
  background: #fffdf9
}

.adminFaqs__header--pending .adminFaqs__counter {
  color: #e0960e
}

.adminFaqs__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  max-width: 85%
}

.adminFaqs__counter {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-right: 3px
}

.adminFaqs__tag {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  float: right
}

.adminFaqs__tag--pending {
  color: #e0960e
}

.adminFaqs__content {
  padding: 20px;
  border-bottom: 1px solid #d9d9d9
}

.adminFaqs__textarea {
  min-height: 100px;
  min-width: 100%
}

@media only screen and (max-width:1024px) {
  .adminFaqs__title {
    font-size: 13px
  }
}

.adminPromosSet {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px
}

.adminPromosSet__header {
  color: #000;
  padding: 30px 30px 50px;
  background: url(/assets/img/admin-emp/bg_hero-promos.jpg) no-repeat scroll 50% 50% #333;
  background-size: cover
}

.adminPromosSet__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px
}

.adminPromosSet__description {
  margin: 0;
  font-weight: 400;
  padding-right: 225px
}

.adminPromosSet__content {
  padding: 25px 30px;
  text-align: center
}

.adminPromosSet__button {
  font-size: 18px;
  line-height: 37px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  color: #8c8c8c;
  font-weight: 400;
  background: #f8f8f8;
  height: 35px;
  width: 65px;
  margin: 0 10px;
  padding: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer
}

.adminPromosSet__button.active,
.adminPromosSet__button:hover {
  color: #fff;
  background: #fa9b46;
  border-color: #ff810f
}

.adminPromosSet__button:first-child {
  margin-left: 0
}

.adminPromosSet__button input {
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  display: none
}

.adminPromosSet__denied {
  margin: 20px 0;
  display: block
}

.adminPromos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.adminPromos__flexSize {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  min-height: 220px
}

.adminPromos__item {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin: 0 10px 20px;
  width: 100%;
  overflow: hidden
}

.adminPromos__item--add {
  position: relative;
  text-align: center
}

.adminPromos__item--add .adminPromos__content {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 50%;
  position: absolute
}

.adminPromos__content {
  padding: 15px
}

.adminPromos__figure {
  position: relative
}

.adminPromos__icon {
  margin: 0 auto 20px;
  height: 55px;
  background: url(/assets/img/admin-emp/sprite-empty.svg) no-repeat scroll 50% -224px transparent;
  display: block
}

.adminPromos__img {
  max-width: 100%;
  display: block
}

.adminPromos__actions {
  top: 10px;
  left: 10px;
  position: absolute
}

.adminPromos__type {
  font-weight: 400;
  z-index: 1;
  right: 10px;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: url(/assets/img/admin-emp/sprite_promos.svg) no-repeat scroll 50% 6px #fff;
  background-size: 35px;
  border-radius: 50%;
  display: block;
  position: absolute
}

.adminPromos__type--gift {
  background-position: 50% 6px
}

.adminPromos__type--promo {
  background-position: 50% -82px
}

.adminPromos__type--discount {
  background-position: 50% -38px
}

.adminPromos__type--special {
  font-size: 15px;
  line-height: 50px;
  background: #ff8f4b;
  color: #fff;
  text-align: center
}

.adminPromos__typeName {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c8c8c;
  margin: 0
}

.adminPromos__typeName--orange {
  color: #ff8f4b
}

.adminPromos__name {
  color: #000;
  font-weight: 600;
  display: block
}

.adminPromos__date {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 3px;
  color: #919191;
  display: block
}

.adminPromos__downloads {
  color: #48964d;
  font-weight: 400;
  display: block
}

.adminPromos__downloads:before {
  content: "";
  height: 16px;
  width: 16px;
  margin-right: 5px;
  background: url(/assets/img/admin-emp/sprite_promos.svg) no-repeat scroll 50% -92px transparent;
  display: inline-block;
  vertical-align: middle
}

.adminPromos__btnPromote {
  line-height: 1em;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
  background: #f9bd45;
  color: #fff;
  cursor: pointer
}

.adminPromos__btnPromote:hover {
  background: #f8b42c;
  color: #fff
}

.adminGalleryUpload {
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  text-align: center;
  overflow: hidden
}

.adminGalleryUpload__title {
  font-weight: 400;
  margin-bottom: 20px
}

.adminGalleryUpload__content {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative
}

.adminGalleryUpload__graphic {
  border: 2px dashed #d9d9d9;
  width: 205px;
  height: 205px;
  margin: 0 auto 20px;
  border-radius: 50%;
  text-align: center
}

.adminGalleryUpload__icon {
  margin: 0 auto 15px;
  background: #dadada;
  display: block
}

.adminGalleryUpload__icon--photos {
  background: url(/assets/img/admin-emp/sprite-empty.svg) no-repeat scroll 50% -172px transparent;
  background-size: 140px;
  width: 115px;
  height: 90px
}

.adminGalleryUpload__icon--videos {
  background: url(/assets/img/admin-emp/sprite-empty.svg) no-repeat scroll 50% -510px transparent;
  background-size: 180px;
  width: 90px;
  height: 90px
}

.adminGalleryUpload__icon--reals {
  background: url(/assets/img/admin-emp/sprite-empty.svg) no-repeat scroll 50% -798px transparent;
  background-size: 140px;
  width: 115px;
  height: 75px
}

.adminGalleryUpload__step {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: block
}

.adminGalleryUpload__legal {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin: 15px 0 0;
  display: block
}

.adminGalleryUpload__legal a {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  text-decoration: underline
}

.adminGalleryUpload__legal a:hover {
  color: #f76c6f
}

.adminGalleryLoader {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #8c8c8c;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 155px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1
}

.adminGalleryLoader__progress {
  background: #48964d;
  width: 0;
  height: 15px;
  border-radius: 50px;
  transition: .4s ease width
}

.adminGalleryLoader--global {
  background: #48964d;
  height: 5px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .4s ease all;
  position: absolute
}

.adminGallerySteps {
  padding: 30px 25px
}

.adminGallerySteps__item {
  margin: 0 10px;
  text-align: center
}

.adminGallerySteps__icon {
  height: 115px;
  margin: 0 auto 15px;
  background: url(/assets/img/admin-emp/sprite_reals.svg) no-repeat scroll 50% 0 transparent;
  display: block
}

.adminGallerySteps__icon--celebration {
  background-position: 50% 0
}

.adminGallerySteps__icon--dresses {
  background-position: 50% -130px
}

.adminGallerySteps__icon--photos {
  background-position: 50% -247px
}

.adminGallerySteps__description {
  margin: 0
}

.adminGalleryItem {
  border: 1px solid #d9d9d9;
  margin: 20px 10px 10px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: .15 linear border
}

.adminGalleryItem__container {
  position: relative;
  z-index: 9
}

.adminGalleryItem__container.selected .adminGalleryItem {
  border-color: #48964d;
  box-shadow: 0 0 2px 1px #48964d
}

.adminGalleryItem__container.sortable-drag:after {
  content: attr(data-total);
  background: #f76c6f;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  right: 0;
  top: 10px;
  line-height: 25px;
  z-index: 9;
  color: #fff;
  display: block;
  position: absolute;
  text-align: center
}

.adminGalleryItem__container.sortable-drag:before {
  content: "";
  border: 2px solid #d9d9d9;
  top: 20px;
  left: 20px;
  bottom: 10px;
  right: 0;
  opacity: .8;
  border-radius: 8px;
  background: #fff;
  display: block;
  position: absolute
}

.adminGalleryItem__container.sortable-chosen .app-item-container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute
}

.adminGalleryItem__figure {
  height: 130px;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  cursor: move
}

.adminGalleryItem__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0
}

.adminGalleryItem__label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 10px 13px 0;
  display: block;
  font-weight: 600
}

.adminGalleryItem__description {
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  padding: 0 13px 13px;
  border: 0;
  display: block;
  box-sizing: border-box
}

.adminGalleryItem__description:focus {
  outline: 0
}

.adminGalleryItem__content {
  padding: 15px
}

.adminGalleryItem__footer {
  border-top: 1px solid #d9d9d9
}

.adminGalleryItem__select {
  padding: 5px 0 5px 5px;
  box-sizing: border-box;
  position: relative;
  display: inline-block
}

.adminGalleryItem__select:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -2px;
  top: 50%;
  margin-top: 3px;
  position: absolute;
  pointer-events: none
}

.adminGalleryItem__select select {
  font-size: 14px;
  line-height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 15px 6px 10px;
  border: 0;
  background: 0 0;
  cursor: pointer;
  width: 145px;
  overflow: hidden
}

.adminGalleryItem__select select:focus {
  outline: 0
}

.adminGalleryItem__select select::-ms-expand {
  display: none
}

.adminGalleryItem__select--combined {
  border-right: 1px solid #d9d9d9;
  padding: 13px 9px 13px 13px;
  max-width: 155px
}

.adminGalleryItem__select--combined:after {
  right: 10px
}

.adminGalleryItem__edit {
  color: #8c8c8c;
  font-weight: 400;
  padding: 12px 15px;
  display: inline-block
}

.adminGalleryItem__edit i {
  margin-right: 5px
}

.adminGalleryItem__delete {
  border: 0;
  border-top: 1px solid #d9d9d9;
  padding: 5px;
  width: 100%;
  display: block;
  float: none;
  cursor: pointer;
  opacity: .4;
  background: 0 0;
  outline: 0;
  margin-top: 2px
}

.adminGalleryItem__delete:hover {
  opacity: .8
}

.adminGalleryItem__quality {
  font-size: 14px;
  line-height: 21px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  border-radius: 8px;
  padding: 3px 8px;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  text-align: center;
  position: absolute;
  white-space: nowrap;
  pointer-events: none
}

.adminGalleryItem__name {
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.adminGalleryItem__labelSmall {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 5px;
  color: #505050
}

.adminGalleryItem__labels {
  font-weight: 400;
  border-top: 1px solid #d9d9d9;
  padding: 10px 13px 9px;
  display: block
}

.adminGalleryItem__labels.disabled {
  color: #8c8c8c;
  cursor: not-allowed
}

.adminGalleryItem__inputAsset {
  font-size: 11px;
  line-height: 16px;
  color: #8c8c8c;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 0 13px 0 0;
  background: #f0f0f0;
  display: inline-block
}

.adminGalleryItem__inputAsset input {
  margin: 0 10px 0 0;
  padding: 8px;
  border: none
}

.adminGalleryItem__input {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  width: 45%;
  padding: 8px;
  box-sizing: border-box
}

.adminGalleryItem--video .adminGalleryItem__figure {
  height: 102px
}

.adminGalleryItem--realwedding .adminGalleryItem__figure {
  height: 125px
}

.adminGalleryItem--realwedding .adminGalleryItem__select {
  width: 80%
}

.adminGalleryCounter {
  border: 1px solid #d9d9d9;
  padding: 10px 18px;
  border-radius: 8px;
  bottom: 25%;
  right: 20px;
  background: #fafafa;
  z-index: 99;
  position: fixed;
  text-align: center
}

.adminGalleryCounter p {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #666
}

.adminGalleryCounter button {
  font-size: 14px;
  line-height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  color: #f76c6f;
  border: 1px solid #f76c6f;
  border-radius: 8px;
  padding: 12px;
  transition: .3s ease;
  display: inline-block;
  background: 0 0;
  cursor: pointer
}

.adminGalleryCounter button:hover {
  background: #f76c6f;
  color: #fff
}

.adminGalleryVideoThumbnails {
  position: relative
}

.adminGalleryVideoThumbnails__check {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none
}

.adminGalleryVideoThumbnails__img {
  height: 115px;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer
}

.adminGalleryVideoThumbnails__img--black.swiper-slide:before {
  background: rgba(0, 0, 0, .4)
}

.adminGalleryVideoThumbnails__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.adminGalleryVideoThumbnails__active {
  border: 2px solid #f76c6f
}

.adminGalleryVideoThumbnails__active.swiper-slide:before {
  background: 0 0
}

.adminGalleryVideoThumbnails__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #d9d9d9
}

.adminGalleryVideoThumbnails__icon svg {
  fill: #8c8c8c
}

.adminGalleryVideoThumbnails__icon--left {
  left: -19px
}

.adminGalleryVideoThumbnails__icon--right {
  right: -19px
}

@media only screen and (max-width:1024px) {
  .adminGalleryItem__figure {
    height: 100px
  }

  .adminGalleryItem__quality {
    font-size: 11px;
    line-height: 16px
  }

  .adminGalleryItem__select {
    padding: 0
  }

  .adminGalleryItem__select:before {
    right: -5px
  }

  .adminGalleryItem__labels {
    font-size: 11px;
    line-height: 16px
  }

  .adminGalleryItem__labelSmall {
    font-size: 11px;
    line-height: 16px
  }

  .adminGalleryItem__inputAsset {
    padding: 0 3px 0 0
  }

  .adminGalleryItem__inputAsset input {
    padding: 8px 0;
    margin: 0
  }

  .adminGalleryItem--video .adminGalleryItem__figure {
    height: 80px
  }

  .adminGalleryItem--realwedding .adminGalleryItem__figure {
    height: 93px
  }

  .adminGalleryItem--realwedding .adminGalleryItem__select {
    width: 90%
  }
}

@media only screen and (min-width:1200px) {
  .adminGalleryItem__delete {
    border-radius: 0;
    padding: 12px 12px 12px 0;
    float: right;
    width: auto;
    border: 0
  }
}

.adminChroniclesHero {
  color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  background: url(/assets/img/admin-emp/bg_chronicles.jpg) no-repeat scroll bottom right #333;
  background-size: cover;
  border-radius: 8px
}

.adminChroniclesHero__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 15px
}

.adminChroniclesHero__description {
  font-weight: 400;
  margin: 0 0 20px;
  padding-right: 200px
}

.icon-admin-vendor {
  height: 75px;
  margin: 0 auto 10px;
  background: url(/assets/img/admin-emp/sprite_landing-chronicles.svg) no-repeat scroll 50% 0 transparent;
  display: block
}

.admin-chronicles-steps {
  padding: 20px
}

.admin-chronicles-steps .admin-subtitle {
  text-align: center;
  margin-bottom: 0
}

.admin-chronicles-steps-item {
  margin: 0 10px 20px;
  padding: 30px 20px;
  border-radius: 8px;
  background: #fff;
  text-align: center
}

.admin-chronicles-steps-title {
  font-weight: 600;
  margin-bottom: 5px
}

.admin-chronicles-steps-description {
  font-size: 16px;
  line-height: 24px;
  margin: 0
}

.admin-chronicles-steps .icon-admin-vendor.icon-admin-vendor-voice {
  background-position: 50% -80px;
  background-size: 110px
}

.admin-chronicles-steps .icon-admin-vendor.icon-admin-vendor-users {
  background-position: 50% -140px;
  background-size: 102px
}

.admin-chronicles-item-featured {
  margin: 0 10px;
  padding: 85px 30px 86px;
  border-radius: 8px;
  background: #fff;
  text-align: center
}

.admin-chronicles-item-featured .icon {
  background: url(/assets/img/admin-emp/sprite-empty.svg) no-repeat scroll 50% -440px transparent;
  margin: 0 auto 10px;
  height: 95px;
  width: 125px;
  display: block
}

.admin-chronicles-item-featured-title {
  margin: 20px 0
}

.admin-chronicles-item-featured.item-small {
  padding: 84px 30px
}

.admin-chronicles-item-featured.item-photograph {
  padding: 37px 30px;
  min-height: 262px
}

.admin-chronicles-item-container {
  margin: 0 10px;
  height: 100%
}

.admin-chronicles-item {
  border-radius: 8px;
  background: #fff;
  height: 100%;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column
}

.admin-chronicles-item-figure {
  background: #dadada;
  position: relative
}

.admin-chronicles-item-figure img {
  width: 100%;
  display: block
}

.admin-chronicles-item-figure figcaption {
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute
}

.admin-chronicles-item-figure .tag {
  top: 5px;
  right: 5px;
  background: #fff;
  position: absolute
}

.admin-chronicles-item-remove {
  position: absolute;
  top: 5px;
  right: 10px;
  background: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center
}

.admin-chronicles-item-select {
  top: 10px;
  left: 10px;
  position: absolute
}

.admin-chronicles-item-thumbs {
  margin-top: 1px
}

.admin-chronicles-item-thumbs img {
  display: block;
  max-height: 70px
}

.admin-chronicles-item-thumbs-thumb-1,
.admin-chronicles-item-thumbs-thumb-2,
.admin-chronicles-item-thumbs-thumb-3 {
  padding: 0 1px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden
}

.admin-chronicles-item-thumbs-thumb-1 {
  padding: 0 1px 0 0
}

.admin-chronicles-item-thumbs-thumb-3 {
  padding: 0 0 0 1px
}

.admin-chronicles-item-counter {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  padding: 10px;
  top: 0;
  bottom: 0;
  left: 1px;
  right: 0;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  float: right;
  position: absolute;
  text-align: center
}

.admin-chronicles-item-counter span {
  font-weight: 400
}

.admin-chronicles-item-counter span:before {
  content: "";
  background: url(/assets/img/admin-emp/sprite-admin-home.svg) no-repeat scroll 50% -1057px transparent;
  width: 23px;
  height: 23px;
  margin: 0 auto 5px;
  display: block
}

.admin-chronicles-item-content {
  padding: 15px;
  text-align: center;
  flex-grow: 4
}

.admin-chronicles-item-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0
}

.admin-chronicles-item-title a {
  font-weight: 600;
  color: #000
}

.admin-chronicles-item-title a:hover {
  color: #f76c6f
}

.admin-chronicles-item-description {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  color: #8c8c8c
}

.admin-chronicles-item-tag {
  font-size: 13px;
  line-height: 19px
}

.admin-chronicles-item-footer {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center
}

.admin-chronicles-item-footer-rw-novios {
  padding: 10px 15px 30px 25px;
  position: relative
}

.admin-chronicles-item-footer-action {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  font-weight: 400
}

.admin-chronicles-item-footer-action:hover,
.admin-chronicles-item-footer-action:hover i {
  color: #f76c6f;
  -webkit-filter: none;
  filter: none
}

.admin-chronicles-item-footer-action i {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  padding-right: 5px
}

.admin-chronicles-item-footer-share {
  text-align: left
}

.admin-chronicles-item-social {
  float: right
}

.admin-chronicles-item-social-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 16px;
  cursor: pointer
}

.admin-chronicles-item-social-item .svgIcon {
  width: 18px;
  height: 18px
}

.admin-chronicles-item-social-item .svgIcon__facebook svg {
  fill: #3b5999
}

.admin-chronicles-item-social-item .svgIcon__facebook:hover svg {
  fill: #344e87
}

.admin-chronicles-item-social-item .svgIcon__twitter svg {
  fill: #55acee
}

.admin-chronicles-item-social-item .svgIcon__twitter:hover svg {
  fill: #3ea1ec
}

.admin-chronicles-item-social-item .svgIcon__whatsapp svg {
  fill: #128c7e
}

.admin-chronicles-item-social-item .svgIcon__whatsapp:hover svg {
  fill: #0f756a
}

.admin-chronicles-item-photograph .admin-chronicles-item-figure {
  background: #fff
}

.admin-chronicles-item-photograph .admin-chronicles-item-figure img {
  height: 140px;
  object-fit: cover
}

.admin-chronicles-item-name-photograph {
  font-size: 14px;
  line-height: 21px;
  min-height: 48px
}

.admin-chronicles-toogle {
  border: 1px solid #d9d9d9;
  top: 8px;
  left: 10px;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1em;
  background: #fff;
  position: absolute
}

.admin-chronicles-toogle-dropdown {
  margin: 0;
  left: 0;
  width: 100px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  top: 37px;
  z-index: 100;
  background: #fff;
  position: absolute;
  display: none
}

.admin-chronicles-toogle-dropdown:after,
.admin-chronicles-toogle-dropdown:before {
  content: "";
  left: 6px;
  border-width: 6px;
  border-style: solid;
  display: block;
  position: absolute
}

.admin-chronicles-toogle-dropdown:before {
  border-color: transparent transparent #d9d9d9 transparent;
  top: -12px
}

.admin-chronicles-toogle-dropdown:after {
  border-color: transparent transparent #fff;
  top: -11px
}

.admin-chronicles-toogle-dropdown li {
  border-top: 1px solid #d9d9d9
}

.admin-chronicles-toogle-dropdown li:first-child {
  border-top: 0
}

.admin-chronicles-toogle-dropdown a {
  margin: 0;
  color: #555;
  padding: 2px 8px;
  font-size: 12px;
  display: block;
  cursor: pointer;
  text-decoration: none
}

.admin-chronicles-toogle-dropdown a:hover {
  background: #ededed
}

.admin-chronicles-toogle-rw-novios {
  border: none;
  position: relative;
  display: inline-block;
  top: 0;
  left: 0
}

.admin-chronicles-user {
  margin: 0 10px 20px;
  border-radius: 8px;
  padding: 13px;
  background: #fff
}

.admin-chronicles-user .title a {
  font-weight: 600
}

.admin-chronicles-form-hero {
  margin-bottom: 30px;
  padding: 30px 25px;
  border-radius: 8px;
  background: url(/assets/img/vendors/bg_chronicles-hero.jpg) no-repeat scroll 50% 50% transparent;
  background-size: cover;
  text-align: center
}

.admin-chronicles-form-hero-title {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .75);
  padding: 0 5px;
  color: #fff;
  text-align: center
}

.admin-chronicles-form-hero-title:before {
  margin-bottom: 10px;
  font-size: 49px;
  text-shadow: none;
  text-align: center;
  display: block
}

.admin-chronicles-form-selector {
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  cursor: pointer
}

.admin-chronicles-form-selector.selected,
.admin-chronicles-form-selector:hover {
  border: 2px solid #333
}

.admin-chronicles-form-selector.selected:after {
  width: 100%;
  height: 100%;
  font-size: 40px;
  line-height: 60px;
  background: rgba(255, 255, 255, .3);
  box-shadow: inset -27px 0 0 rgba(255, 255, 255, .4);
  display: block;
  text-align: center
}

.admin-chronicles-form-selector.icon-vendor:before,
.admin-chronicles-form-selector.icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff
}

.admin-chronicles-form-selector-title {
  margin-top: 5px;
  text-transform: capitalize;
  display: block
}

.admin-chronicles-form-selector.selector-print {
  background: url(/assets/img/community/sprite_about.svg) no-repeat scroll 0 0 transparent
}

.admin-chronicles-form-selector.selector-img {
  background: url(/assets/img/community/sprite_about.png) no-repeat scroll 0 0 transparent
}

.admin-chronicles-form-selector.selector-img img {
  max-width: 100%;
  height: 60px;
  object-fit: cover
}

.admin-chronicles-form-selector.c12 {
  background-color: #fff
}

.admin-chronicles-form-selector.c30 {
  background-color: #ade1ee
}

.admin-chronicles-form-selector.c36 {
  background-color: #cadf9b
}

.admin-chronicles-form-selector.c42 {
  background-color: #f4a7a9
}

.admin-chronicles-form-selector.c55 {
  background-color: #5f5e5f
}

.admin-chronicles-form-selector.c60 {
  background-color: #f3dceb
}

.admin-chronicles-form-selector.c65 {
  background-color: #f7b79a
}

.admin-chronicles-form-selector.c66 {
  background-color: #d67681
}

.admin-chronicles-form-selector.c68 {
  background-color: #d6beda
}

.admin-chronicles-form-selector.c69 {
  background-color: #fae891
}

.admin-chronicles-form-selector.c70 {
  background-color: #e6e5d0
}

.admin-chronicles-form-selector.c71 {
  background-color: #c2a485
}

.admin-chronicles-form-selector.c90 {
  background: #f0d791;
  background: -moz-linear-gradient(-45deg, #f0d791 48%, #e0c97f 50%);
  background: -webkit-linear-gradient(-45deg, #f0d791 48%, #e0c97f 50%);
  background: linear-gradient(135deg, #f0d791 48%, #e0c97f 50%)
}

.admin-chronicles-form-selector.c97 {
  background-color: #cecdcd
}

.admin-chronicles-form-selector.c118 {
  background-color: #ebafce
}

.admin-chronicles-form-selector.c139 {
  background: #d2d9dd;
  background: -moz-linear-gradient(-45deg, #d2d9dd 48%, #c0c8cc 50%);
  background: -webkit-linear-gradient(-45deg, #d2d9dd 48%, #c0c8cc 50%);
  background: linear-gradient(135deg, #d2d9dd 48%, #c0c8cc 50%)
}

.admin-chronicles-form-selector.c142 {
  background: #fff;
  background: -moz-linear-gradient(-45deg, #fff 48%, #131313 50%);
  background: -webkit-linear-gradient(-45deg, #fff 48%, #131313 50%);
  background: linear-gradient(135deg, #fff 48%, #131313 50%)
}

.admin-chronicles-form-selector.t197 {
  background-position: -74px -142px
}

.admin-chronicles-form-selector.t198 {
  background-position: -74px -3px
}

.admin-chronicles-form-selector.t199 {
  background-position: -73px -213px
}

.admin-chronicles-form-selector.t200 {
  background-position: -74px -73px
}

.admin-chronicles-form-selector.s5 {
  background-position: -140px -142px
}

.admin-chronicles-form-selector.s19 {
  background-position: -140px -565px
}

.admin-chronicles-form-selector.s24 {
  background-position: -140px -422px
}

.admin-chronicles-form-selector.s32 {
  background-position: -140px -74px
}

.admin-chronicles-form-selector.s63 {
  background-position: -140px -353px
}

.admin-chronicles-form-selector.s77 {
  background-position: -140px -283px
}

.admin-chronicles-form-selector.s107 {
  background-position: -140px 0
}

.admin-chronicles-form-selector.s204 {
  background-position: -140px -215px
}

.admin-chronicles-form-box {
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px
}

.admin-chronicles-form-icon {
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center
}

.admin-chronicles-form-icon:before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  position: relative
}

.admin-chronicles-form-icon .svgIcon {
  width: 30px;
  height: 30px
}

.admin-chronicles-form .icon-realweddings-write-selected:before {
  position: absolute;
  top: -15%;
  right: -15%
}

.admin-chronicles-brw-contest-steps {
  display: flex
}

.admin-chronicles-brw-contest-steps-item {
  flex: 1;
  padding: 10px;
  border: 1px dashed #d9d9d9
}

.admin-chronicles-brw-contest-steps-item:first-child {
  margin-right: 20px
}

.admin-chronicles-brw-contest-steps-item:last-child {
  margin-left: 20px
}

.admin-chronicles-brw-contest-steps-item-title {
  background: #7a7a7a;
  color: #fff;
  width: 55px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 8px;
  font-size: 12px
}

.admin-chronicles-brw-contest-steps-item-content {
  padding-left: 10%;
  padding-right: 10%;
  line-height: 28px
}

.admin-chronicles-brw-contest-steps-item .svgIcon {
  width: 73px;
  height: 55px;
  fill-opacity: 0
}

.admin-chronicles-brw-contest-badges {
  display: flex
}

.admin-chronicles-brw-contest-badges-item {
  flex: 1;
  padding: 10px;
  border: 1px solid #d9d9d9
}

.admin-chronicles-brw-contest-badges-item:first-child {
  margin-right: 20px
}

.admin-chronicles-brw-contest-badges-item:last-child {
  margin-left: 20px
}

.admin-chronicles-brw-contest-badges-item-title {
  background: #7a7a7a;
  color: #fff;
  width: max-content;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 8px;
  font-size: 12px
}

.admin-chronicles-brw-contest-badges-item-content {
  padding: 30px;
  line-height: 28px
}

.admin-chronicles-brw-contest-badges-item-badge {
  width: 150px;
  height: 150px;
  box-shadow: 10px 10px #fcf2ee;
  margin-bottom: 16px
}

.admin-chronicles-brw-finalist-item {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d9d9d9;
  margin: 0 10px 20px
}

.admin-chronicles-brw-finalist-item-content {
  padding: 30px;
  padding-bottom: 0;
  text-align: center;
  min-height: 217px
}

.admin-chronicles-brw-finalist-item-content>img {
  width: 120px;
  height: 120px
}

.admin-chronicles-brw-finalist-item-edition {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #959595
}

.admin-chronicles-brw-finalist-item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px
}

.admin-chronicles-brw-finalist-item-title a {
  color: #000
}

.admin-chronicles-brw-finalist-item-title a:hover {
  color: #f76c6f
}

.admin-chronicles-brw-finalist-item-title.big {
  font-size: 20px;
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 34px
}

.admin-chronicles-brw-finalist-item-footer {
  border-top: 1px solid #d9d9d9;
  padding: 20px
}

.admin-chronicles-brw-finalist-item-footer-rw-novios {
  padding: 10px 15px 30px 25px;
  position: relative
}

.admin-chronicles-brw-finalist-item-footer-action {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c
}

.admin-chronicles-brw-finalist-item-footer-action:hover,
.admin-chronicles-brw-finalist-item-footer-action:hover i {
  color: #f76c6f;
  -webkit-filter: none;
  filter: none
}

.admin-chronicles-brw-finalist-item-footer-action i {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  padding-right: 5px
}

.admin-chronicles-brw-finalist-item-social {
  width: 100%;
  text-align: right
}

.admin-chronicles-brw-finalist-item-social-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 16px;
  cursor: pointer
}

.admin-chronicles-brw-finalist-item-social-item a {
  color: #000
}

.admin-chronicles-brw-finalist-item-social-item a:hover {
  color: #f76c6f
}

.admin-chronicles-brw-finalist-item-social-item a>span {
  top: -4px;
  font-size: 13px;
  position: relative
}

.admin-chronicles-brw-finalist-item-social-item .svgIcon {
  width: 18px;
  height: 18px
}

.admin-chronicles-brw-finalist-item-social-item .svgIcon__facebook svg {
  fill: #3b5999
}

.admin-chronicles-brw-finalist-item-social-item .svgIcon__facebook:hover svg {
  fill: #344e87
}

.admin-chronicles-brw-finalist-item-social-item .svgIcon__twitter svg {
  fill: #55acee
}

.admin-chronicles-brw-finalist-item-social-item .svgIcon__twitter:hover svg {
  fill: #3ea1ec
}

.admin-chronicles-brw-finalist-item-social-item .svgIcon__whatsapp svg {
  fill: #128c7e
}

.admin-chronicles-brw-finalist-item-social-item .svgIcon__whatsapp:hover svg {
  fill: #0f756a
}

.admin-chronicles-brw-finalist-item-social-item .svgIcon__coding svg {
  fill: #555
}

.admin-chronicles-brw-finalist-item-social-item .svgIcon__coding:hover svg {
  fill: #484848
}

.admin-chronicles-brw-finalist-item-badge.big {
  text-align: center;
  padding: 20px
}

.admin-chronicles-brw-finalist-item-badge.big>img {
  width: 150px;
  height: 150px
}

.admin-chronicles-brw-finalist-item-subtitle.big {
  font-size: 14px;
  line-height: 21px
}

.admin-chronicles-brw-finalist-item-photo {
  background-position: center
}

.admin-chronicles-brw-finalist-item-photo.big {
  background-size: cover
}

.adminBestChroniclesHero {
  color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  background: url(/assets/img/admin-emp/best-real-weddings/bg_hero.jpg) no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 230px;
  text-align: center
}

.adminBestChroniclesHero__title {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 15px;
  padding-left: 10%;
  padding-right: 10%
}

.adminBestChroniclesHero__logo {
  width: 40%;
  margin-top: 40px
}

@media only screen and (max-width:1024px) {
  .admin-chronicles-item-featured {
    padding: 61px 30px
  }

  .admin-chronicles-item-figure {
    min-height: 155px
  }

  .admin-chronicles-item-counter {
    font-size: 11px;
    line-height: 16px;
    padding: 6px 10px
  }

  .admin-chronicles-item-counter span:before {
    margin-bottom: 0
  }
}

.adminCalendarLegend {
  margin-bottom: 20px
}

.adminCalendarLegend__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px
}

.adminCalendarLegend__times {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #e7f1cf;
  color: #2b2b2b;
  text-align: center
}

.adminCalendarLegend__times--booked {
  background: #f9ced2;
  color: #a50e1b;
  position: relative
}

.adminCalendarLegend__times--booked:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "-"
}

.adminCalendar {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin: 0 10px 20px;
  padding: 8px;
  min-height: 278px
}

.adminCalendar__year {
  font-weight: 600;
  padding: 8px 10px;
  text-align: center
}

.adminCalendar__day {
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
  padding: 0 5px 5px;
  text-align: center
}

.adminCalendar__number {
  padding: 7px;
  box-sizing: border-box
}

.adminCalendar__numberItem {
  font-size: 14px;
  line-height: 21px;
  margin: 0 auto;
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  color: #3a3a3a;
  background-color: #f9ced2;
  text-decoration: line-through;
  display: block;
  cursor: pointer;
  text-align: center
}

.adminCalendar__numberItem.active {
  background: #e4f2c2;
  text-decoration: none
}

.adminCalendar__numberItem.active:hover {
  background-color: #f9ced2;
  color: #a50e1b;
  text-decoration: line-through
}

.adminCalendar__numberItem.hover,
.adminCalendar__numberItem.inactive {
  color: #8c8c8c;
  background-color: transparent;
  text-decoration: none
}

.adminSingleCalendar {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  padding: 15px 20px 25px;
  box-sizing: border-box;
  line-height: 28px
}

.adminSingleCalendar__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  text-transform: uppercase
}

.adminSingleCalendar__navigator {
  margin-left: auto;
  cursor: pointer
}

.adminSingleCalendar__angle {
  width: 20px;
  height: 20px
}

.adminSingleCalendar__angle svg {
  fill: #8c8c8c
}

.adminSingleCalendar__angle:hover svg {
  fill: #000
}

.adminSingleCalendar__body {
  margin: 15px -5px 0
}

.adminSingleCalendar__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr[7];
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 8px
}

.adminSingleCalendar__row:last-of-type {
  margin-bottom: 0
}

.adminSingleCalendar__item {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  margin: 0 auto;
  text-align: center
}

.adminSingleCalendar__item--full {
  background: #e74c3c;
  border-radius: 50%;
  color: #fff
}

.adminSingleCalendar__item--events {
  background: #f8c4be;
  border-radius: 50%;
  color: #fff
}

.adminSingleCalendar__item--disabled {
  color: #e2e2e2
}

.adminSingleCalendar__item--bold {
  font-weight: 600
}

.adminSingleCalendar__updateText {
  color: #8c8c8c;
  font-size: 11px;
  margin: 5px 0 20px
}

@media only screen and (max-width:1024px) {
  .adminCalendar {
    min-height: 218px
  }

  .adminCalendar__day {
    padding: 0 4px 5px;
    font-size: 9px
  }

  .adminCalendar__number {
    padding: 3px
  }

  .adminCalendar__numberItem {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 11px
  }
}

.adminEvent {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 25px
}

.adminEvent__item {
  border-bottom: 1px solid #d9d9d9;
  padding: 25px;
  position: relative
}

.adminEvent__item:last-child {
  border-bottom: 0
}

.adminEvent__calendar {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin: 0 auto 5px;
  width: 100%;
  display: block;
  text-align: center
}

.adminEvent__day {
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0;
  display: block
}

.adminEvent__month {
  font-size: 16px;
  color: #f76c6f;
  margin-top: 3px;
  text-transform: uppercase;
  display: block
}

.adminEvent__tag {
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  display: block;
  text-align: center
}

.adminEvent__tag--discarded {
  color: #8c8c8c
}

.adminEvent__tag--published {
  color: #48964d
}

.adminEvent__tag--pending {
  color: #f9983a
}

.adminEvent__category {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c8c8c;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block
}

.adminEvent__title {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  display: block
}

.adminEvent__description {
  margin: 0;
  display: block
}

.adminEvent__date {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  display: block
}

.adminEvent__edit {
  top: 25px;
  right: 25px;
  position: absolute
}

.adminEvent__edit--active {
  background: #f76c6f;
  color: #fff
}

.adminMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px
}

.adminMenu__size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  width: 30.8%;
  margin: 0 10px 20px
}

.adminMenu__item {
  width: 100%;
  cursor: move
}

.adminMenu__item--add {
  position: relative;
  text-align: center;
  cursor: default
}

.adminMenu__item--add .adminMenu__content {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  position: absolute
}

.adminMenu__content {
  padding: 15px;
  text-align: center
}

.adminMenu__icon {
  margin: 0 auto 20px;
  height: 60px;
  background: url(/assets/img/admin-emp/sprite-empty.svg) no-repeat scroll 50% -84px transparent;
  display: block
}

.adminMenu__status {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block
}

.adminMenu__status--valid {
  color: #48964d
}

.adminMenu__status--pending {
  color: #f9983a
}

.adminMenu__status--discarded {
  color: #ccc
}

.adminMenu__title {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 600
}

.adminMenu__title:after {
  content: "";
  background-color: #d9d9d9;
  width: 80px;
  height: 3px;
  margin: 5px auto 10px;
  display: block
}

.adminMenu__title--link:hover {
  color: #f76c6f
}

.adminMenu__description {
  font-size: 14px;
  line-height: 21px
}

.adminMenu__price {
  font-weight: 400;
  margin-bottom: 20px;
  display: block
}

.adminEndorsement {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin: 0 10px 20px;
  border-radius: 8px
}

.adminEndorsement__content {
  padding: 15px;
  min-height: 125px;
  box-sizing: border-box;
  text-align: center
}

.adminEndorsement__logo {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 180px;
  object-fit: cover;
  line-height: 60px;
  overflow: hidden;
  display: block
}

.adminEndorsement__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  display: block;
  margin: 0
}

.adminEndorsement__title--anchor:hover {
  color: #f76c6f
}

.adminEndorsement__info {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin: 0
}

.adminEndorsement__icon {
  background: #f8f8f8;
  height: 180px;
  border-bottom: 1px solid #d9d9d9
}

.adminEndorsement__icon .svgIcon {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin: 0 auto;
  width: 46px;
  height: 46px;
  display: block;
  position: relative
}

.adminEndorsement__icon svg {
  fill: #6c6c6c
}

.adminEndorsement__footer {
  border-top: 1px solid #d9d9d9;
  text-align: center
}

.adminEndorsement__delete {
  color: #8c8c8c;
  padding: 13px 20px;
  display: block;
  cursor: pointer
}

.adminEndorsement__delete .icon {
  opacity: .4;
  margin-right: 5px;
  vertical-align: top
}

.adminEndorsement .item-stars {
  line-height: 0
}

.adminEndorsementNew {
  margin: 0 -5px 10px
}

.adminEndorsementNew__item {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #d9d9d9;
  font-weight: 400;
  padding: 30px 10px 15px;
  margin: 0 5px 10px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  display: block;
  cursor: pointer;
  height: 100px
}

.adminEndorsementNew__icon {
  margin: 0 auto 15px;
  width: 46px;
  height: 46px;
  display: block
}

.adminEndorsementNew__icon svg {
  fill: #6c6c6c
}

.adminEndorsementNew .iradio_minimal {
  top: 10px;
  left: 10px;
  position: absolute
}

@media only screen and (max-width:1024px) {
  .adminEndorsementNew__item {
    font-size: 11px;
    line-height: 16px;
    padding: 20px 3px
  }
}

.adminChecklistHero {
  margin: 10px 0 30px
}

.adminChecklistHero__circle {
  margin: 0 auto;
  position: relative;
  text-align: center
}

.adminChecklistHero__circle canvas {
  top: 0;
  left: 0;
  position: absolute
}

.adminChecklistHero__number {
  font-size: 24px;
  font-weight: 600;
  color: #48964d
}

.adminChecklistHero__subtitle {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 10px 0 5px
}

.adminChecklistHero__description {
  margin: 0
}

.adminChecklistHero__link {
  font-weight: 600;
  text-decoration: underline;
  text-transform: lowercase
}

.adminChecklistHero__link:hover {
  color: #c5282b
}

.adminChecklistHero .adminTitle {
  font-size: 26px;
  margin-bottom: 12px
}

.adminChecklistItem {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin: 0 10px 20px;
  overflow: hidden;
  text-align: center;
  cursor: pointer
}

.adminChecklistItem__header {
  height: 150px;
  position: relative
}

.adminChecklistItem__footer {
  background: #fff;
  height: 45px;
  padding: 15px
}

.adminChecklistItem__footer p {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  top: 50%;
  position: relative
}

.adminChecklistItem a,
.adminChecklistItem__label {
  color: #f76c6f;
  font-weight: 400;
  display: block
}

.adminChecklistItem__required {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  font-weight: 400;
  display: block;
  margin-top: 5px;
  font-style: italic
}

.adminChecklistItem__iconAngleRight,
.adminChecklistItem__iconCheck {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  right: 0;
  top: 20px;
  padding: 6px;
  display: block;
  position: absolute
}

.adminChecklistItem__iconAngleRight svg,
.adminChecklistItem__iconCheck svg {
  fill: #48964d
}

.adminChecklistItem__iconAngleRight {
  border: 1px solid #e2e2e2;
  padding-top: 4px;
  padding-bottom: 8px
}

.adminChecklistItem__iconAngleRight svg {
  fill: #f76c6f;
  stroke: #f76c6f;
  stroke-width: 100px;
  width: 20px;
  height: 20px
}

.adminChecklistItem .icon-vendors-admin-checklist {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  display: block
}

.adminChecklistItem--complete {
  background-color: #f8f8f8;
  cursor: default
}

.adminChecklistItem--complete .icon-vendors-admin-checklist {
  opacity: .3
}

.adminChecklistItem--complete .adminChecklistItem__label {
  color: #48964d
}

.adminChecklistItem--required footer {
  height: 75px
}

.adminChecklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin-bottom: 3.75rem
}

.adminChecklist--4columns {
  grid-template-columns: repeat(4, 1fr)
}

.adminChecklistTile {
  display: grid;
  justify-items: center;
  grid-template-rows: 61px 40px 47px auto;
  grid-gap: .5rem;
  height: 288px;
  padding: 2.5rem 2rem;
  border-radius: .75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  box-sizing: border-box;
  border: 1px solid #efefef
}

.adminChecklistTile:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, .2)
}

.adminChecklistTile:hover .adminChecklistTile__subtitle {
  color: #c5282b
}

.adminChecklistTile--2rows {
  grid-template-rows: 81px 1fr;
  grid-gap: 1rem;
  height: 246px
}

.adminChecklistTile--completed {
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  pointer-events: none
}

.adminChecklistTile--completed:hover {
  box-shadow: none
}

.adminChecklistTile__icon {
  align-self: end;
  width: auto;
  height: 60px
}

.adminChecklistTile .svgIcon__checkOutline {
  fill: #326935
}

.adminChecklistTile__title {
  align-self: end;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px
}

.adminChecklistTile__subtitle {
  font-size: 18px;
  line-height: 26px;
  align-self: start;
  color: #f35c5f;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0
}

.adminChecklistTile__subtitle--completed {
  color: #222
}

.adminChecklistTile__description {
  align-self: start;
  margin-bottom: 0;
  color: #6c6c6c
}

.adminTicketsSummary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  padding: 10px 0;
  margin: 0
}

.adminTicketsSummary__itemsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 66%
}

.adminTicketsSummary__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  padding: 25px 20px
}

.adminTicketsSummary__item--timeResponse {
  border-left: 1px solid #d9d9d9;
  padding: 0 15px
}

.adminTicketsSummary__icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 36px;
  width: 36px
}

.adminTicketsSummary__description {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px
}

.adminTicketsSummary__description .adminResumeDropdown {
  font-size: 14px;
  line-height: 21px
}

.adminTicketsSummary__description--red {
  color: #f76c6f;
  text-transform: uppercase
}

.adminTicketsSummary__number {
  font-size: 18px;
  line-height: 17px;
  display: block
}

@media only screen and (max-width:1153px) {
  .adminTicketsSummary__number {
    font-size: 19px
  }
}

.adminTicketsSummary__text {
  display: block;
  color: #8c8c8c
}

.adminTicketsSummary--premium .adminTicketsSummary__item:last-child {
  font-weight: 400;
  padding: 15px 20px;
  background: #fff6ee;
  text-align: center
}

.adminTicketsBanner {
  background: url(/assets/img/admin-emp/bg_tickets-banner.jpg) no-repeat scroll 100% 0 #fff;
  background-size: cover;
  margin-bottom: 20px;
  padding: 30px 180px 30px 30px;
  border-radius: 8px;
  color: #000
}

.adminTicketsBanner__title {
  font-size: 20px;
  margin: 0 0 10px
}

.adminTicketsBanner__description {
  margin: 0 0 10px
}

.adminTicketsBanner__link {
  margin: 0;
  color: #000;
  text-decoration: underline
}

.admin-tickets-list {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px
}

.admin-tickets-list__item {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px;
  overflow: hidden
}

.admin-tickets-list__item:last-child {
  border-bottom: 0
}

.admin-tickets-list__blockAction,
.admin-tickets-list__blockImg,
.admin-tickets-list__blockInfo {
  padding-right: 20px;
  box-sizing: border-box
}

.admin-tickets-list__blockAction,
.admin-tickets-list__blockImg,
.admin-tickets-list__blockInfo,
.admin-tickets-list__blockStatus {
  display: inline-block;
  vertical-align: middle
}

.admin-tickets-list__blockImg {
  padding-right: 15px;
  vertical-align: top
}

.admin-tickets-list__blockInfo {
  width: 45%
}

.admin-tickets-list__blockAction {
  width: 20%
}

.admin-tickets-list__blockStatus {
  width: 42%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px
}

.admin-tickets-list__name {
  font-weight: 600;
  display: block;
  cursor: pointer
}

.admin-tickets-list__date {
  font-size: 14px;
  line-height: 21px
}

.admin-tickets-list__action {
  font-size: 16px;
  line-height: 24px;
  margin-top: 2px
}

.admin-tickets-list__status {
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  display: block
}

.admin-tickets-list__status.status-green {
  color: #559359
}

.admin-tickets-list__statusDate {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  font-weight: 400;
  text-align: right;
  display: block
}

.admin-tickets-list__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d9d9d9;
  margin: 0;
  background: #fff;
  border-radius: 35px;
  overflow: hidden
}

.admin-tickets-list__buttons span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  border-right: 1px solid #d9d9d9;
  padding: 6px;
  color: #3a3a3a;
  cursor: pointer;
  float: left;
  display: block;
  text-align: center;
  box-sizing: border-box;
  flex: 1 0 auto
}

.admin-tickets-list__buttons span:last-child {
  border-right: 0
}

.admin-tickets-list__buttons span.primary {
  color: #559359
}

.admin-tickets-list__buttons span:hover {
  background-color: #f9f0ed
}

.admin-tickets-list__buttons span:hover.primary {
  background: rgba(72, 150, 77, .15)
}

.admin-tickets-list__primaryCheck {
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px
}

.admin-tickets-list__primaryCheck svg {
  fill: #559359
}

.contest-tables-entrie-denied:before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #8c8c8c
}

@media only screen and (max-width:1024px) {
  .admin-tickets-list__buttons span {
    font-size: 10px
  }

  .admin-tickets-list__action {
    margin: 0
  }

  .admin-tickets-list__blockAction,
  .admin-tickets-list__blockInfo,
  .admin-tickets-list__blockStatus {
    padding: 0
  }

  .contest-tables-entrie-ok {
    font-size: 12px
  }

  .adminTicketsSummary__item {
    padding: 25px 10px
  }
}

.adminSocial {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden
}

.adminSocial__hero {
  color: #000;
  padding: 30px 30px 120px;
  background: url(/assets/img/admin-emp/bg_hero-social.jpg) no-repeat scroll 50% 50% #333;
  background-size: cover;
  text-align: center
}

.adminSocial__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0
}

.adminSocial__content {
  padding: 20px 30px
}

.adminSocial__item {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  height: 55px;
  margin: 0 10px 20px;
  background: #fff;
  overflow: hidden;
  position: relative
}

.adminSocial__icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #efefef;
  position: absolute;
  text-align: center
}

.adminSocial__icon .svgIcon {
  width: 18px;
  height: 18px;
  margin-top: 4px
}

.adminSocial__icon--facebook .svgIcon svg {
  fill: #135a9c
}

.adminSocial__icon--instagram .svgIcon svg {
  fill: #b900b4
}

.adminSocial__icon--twitter .svgIcon svg {
  fill: #55acee
}

.adminSocial__icon--pinterest .svgIcon svg {
  fill: #bd091c
}

.adminSocial__icon--youtube .svgIcon svg {
  fill: #ff0002
}

.adminSocial__icon--vimeo .svgIcon svg {
  fill: #1cb7eb
}

.adminSocial__input {
  padding: 18px 20px 18px 65px;
  margin: 0;
  border: 0;
  width: 100%;
  display: block;
  box-sizing: border-box
}

.adminSocial__input:focus {
  outline: 0
}

.adminConversation {
  margin-bottom: 25px
}

.adminConversation__avatar {
  margin: 5px 25px 0 5px
}

.adminConversation__logo {
  border: 1px solid #d9d9d9;
  margin: 5px 5px 0 25px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  overflow: hidden
}

.adminConversation__logo img {
  object-fit: cover;
  height: 65px;
  width: 65px
}

.adminConversation__content {
  border: 1px solid #d9d9d9;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px
}

.adminConversation__message {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  padding: 20px
}

.adminConversation__separator {
  border-color: #d9d9d9;
  margin: 0 0 15px
}

.adminConversation__status {
  font-size: 14px;
  line-height: 21px;
  float: right;
  color: #8c8c8c
}

.adminConversation__detail {
  line-height: 2em
}

.adminConversation__detail span {
  font-weight: 400
}

.adminConversation__comment {
  margin: 0
}

.adminConversation__footer {
  font-weight: 400;
  margin: 15px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #d9d9d9
}

.adminConversation__footer i {
  margin: 8px 13px 0 0;
  float: left
}

.adminConversation__attach {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.admin-sol-template {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px
}

.admin-sol-template-item {
  border-bottom: 1px solid #d9d9d9
}

.admin-sol-template-item:last-child {
  border-bottom: 0
}

.admin-sol-template-item-content {
  padding: 20px
}

.admin-sol-template-item-info {
  display: inline-block;
  vertical-align: middle
}

.admin-sol-template-item-date {
  font-size: 13px;
  color: #8a8a8a;
  display: block;
  line-height: 15px
}

.admin-sol-template-item-edit {
  float: right
}

.admin-sol-template-item-edit.active {
  background: #f76c6f;
  color: #fff
}

.admin-sol-template-item-form {
  border-top: 1px solid #d9d9d9;
  padding: 30px
}

.admin-sol-template-item-link {
  color: #000;
  font-weight: 600
}

.admin-sol-template-tag {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: #f8f8f8;
  color: #000;
  margin: 0 4px 8px 0;
  padding: 4px 8px;
  border-radius: 8px;
  cursor: pointer
}

.admin-sol-template-tag .svgIcon {
  margin-left: 5px;
  width: 12px;
  height: 12px;
  vertical-align: middle
}

.admin-sol-template-tag .svgIcon svg {
  fill: #8c8c8c;
  line-height: 1em;
  display: block
}

.admin-sol-template-tag:hover .svgIcon svg {
  fill: #f76c6f
}

.inboxMessage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 20px 0 15px
}

.inboxMessage:hover {
  background-image: linear-gradient(to right, #f7f7f7, #fff)
}

.inboxMessage--noread {
  background-image: linear-gradient(to right, #fffbf4, #fff);
  box-shadow: inset 3px 0 0 #faa14b
}

.inboxMessage--noread:hover {
  background-image: linear-gradient(to right, #fff7ea, #fff)
}

.inboxMessage__anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  padding: 15px 0 20px
}

.inboxMessage__check {
  margin: 0;
  width: 18px;
  line-height: 0
}

.inboxMessage__avatarBlock {
  -webkit-box-flex: 0 0 70px;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px
}

.inboxMessage__avatarBlock .avatar-alias {
  max-width: 60px
}

.inboxMessage__avatarBlock .avatar-vendor {
  border: 0
}

.inboxMessage__avatarBlock--home {
  margin-left: 10px
}

.inboxMessage__nameBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 0 180px;
  -webkit-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #222;
  max-width: 180px;
  word-break: break-word
}

.inboxMessage__nameBlock--noread {
  font-weight: 600
}

.inboxMessage__nameBlockVendor {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  color: #099;
  text-transform: uppercase;
  display: block
}

.inboxMessage__nameBlock__count {
  color: #8c8c8c;
  font-weight: 300
}

.inboxMessage__name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400
}

.inboxMessage__name--noread {
  font-weight: 600
}

.inboxMessage__previewBlock {
  padding-right: 30px;
  box-sizing: border-box
}

.inboxMessage__previewBlockTitle {
  margin: 0
}

.inboxMessage__previewBlockTitle--noread {
  font-weight: 600
}

.inboxMessage__previewBlockContent {
  font-size: 14px;
  line-height: 21px;
  margin: 5px 0 0;
  color: #8c8c8c
}

.inboxMessage__previewBlockContent--noread {
  color: #222
}

.inboxMessage__dateBlock {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  white-space: nowrap;
  margin-left: auto
}

.inboxMessage__dateBlock--vendor {
  font-size: 16px;
  line-height: 24px;
  min-width: 50px;
  color: #222
}

.inboxMessage__dateBlock--calendar {
  min-width: 50px;
  text-align: center;
  display: inline-block;
  float: right
}

.inboxMessage__dateBlock--dateType {
  font-size: 13px
}

.inboxMessage__loader {
  animation-name: loaderOverlay;
  animation-duration: .8s;
  animation-iteration-count: infinite;
  opacity: .1
}

.inboxMessage__loader svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%
}

.inboxMessage__vendor {
  max-width: 70%;
  display: block;
  padding-right: 5px
}

.inboxMessage__vendorContent {
  max-width: 70%;
  padding: 0 20px
}

.inboxMessage__vendorContent--home {
  max-width: 62%
}

.inboxMessage__status {
  font-size: 14px;
  line-height: 21px;
  margin-right: 5px
}

.inboxMessage__status--pending {
  color: #faa14b
}

.inboxMessage__status--info {
  color: #4baad6
}

.inboxMessage__status--success {
  color: #6fa72d
}

.inboxMessage__status--discarded {
  color: #f76c6f
}

@keyframes loaderOverlay {
  0% {
    opacity: .1
  }

  50% {
    opacity: .2
  }

  100% {
    opacity: .1
  }
}

.inboxFilters__separator {
  border-width: 3px;
  max-width: 45px;
  margin: 0 0 10px
}

.inboxNoResults {
  padding: 65px 0;
  text-align: center
}

.inboxNoResults__text {
  margin-top: 20px
}

.inbox-contact-avatar,
.inbox-contact-name {
  display: inline-block;
  vertical-align: middle
}

.inbox-contact-avatar {
  width: 25px
}

.tools-filters .avatar-alias {
  min-width: 25px
}

.tools-filters .count {
  display: inline-block;
  min-width: 20px
}

.inbox-contact-name {
  margin-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100px
}

.tools-inbox__parentFolder {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c6c6c;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px
}

.tools-inbox__parentFolder .svgIcon {
  fill: #6c6c6c;
  margin-right: 5px;
  position: relative;
  top: 2px
}

.tools-inbox-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-family: Merriweather, "Times New Roman", Times, serif
}

.inboxChatToolbar {
  position: relative;
  display: inline-block
}

.inboxChatToolbar__noBorder .inboxChatToolbar__dropdown a,
.inboxChatToolbar__noBorder .inboxChatToolbar__dropdown span {
  border-bottom: none
}

.inboxChatToolbar__dropdown {
  display: none;
  position: absolute;
  right: 0;
  min-width: max-content;
  max-width: 200px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-top: -1px;
  z-index: 2
}

.inboxChatToolbar__dropdown a,
.inboxChatToolbar__dropdown span {
  color: #222;
  padding: 10px 0;
  margin: 0 10px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer
}

.inboxChatToolbar__dropdown a:last-child,
.inboxChatToolbar__dropdown span:last-child {
  border-bottom: none
}

.inboxChatToolbar__dropdown a .svgIcon,
.inboxChatToolbar__dropdown span .svgIcon {
  margin-top: 2px;
  margin-right: 10px
}

.inboxChatToolbar.active .inboxChatToolbar__dropdown {
  display: block
}

.inboxChatToolbar--toogle {
  cursor: pointer;
  font-weight: 400
}

.inboxChatToolbar--toogle.btn-outline {
  padding: 8px
}

.inboxChatToolbar--toogle .svgIcon__points {
  width: 22px;
  vertical-align: text-top
}

.inboxChatToolbar--toogle .svgIcon__points svg {
  fill: #b9b9b9
}

.inboxChatToolbar--toogle:hover {
  background-color: #f8f8f8
}

.tools-inbox-message {
  border: 1px solid #d9d9d9;
  color: #000;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
  word-break: break-word
}

.tools-inbox-message.tools-inbox-message--with-payment {
  padding-top: 0
}

.tools-inbox-message .tools-inbox-message-payment-info {
  margin-top: -10px;
  margin-bottom: 10px
}

.tools-inbox-message:after,
.tools-inbox-message:before {
  content: "";
  position: absolute;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  top: 15px
}

.tools-inbox-message ul {
  margin: 0 0 15px 15px;
  list-style-type: disc
}

.tools-inbox-message ol {
  padding-left: 15px;
  margin-top: 0
}

.tools-inbox-message time {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  display: block;
  margin-top: 22px
}

.tools-inbox-message a {
  color: #f76c6f
}

.tools-inbox-message .box-sol-reply-links {
  margin: 10px 0 0
}

.inbox-message-content-note {
  margin-left: 10px;
  background-color: #fffaed;
  border-color: #f2e8cd
}

.inbox-message-content-user {
  margin-left: 10px;
  background-color: #f8f8f8
}

.inbox-message-content-user:before {
  border-right-color: #d9d9d9;
  left: -25px
}

.inbox-message-content-user:after {
  border-right-color: #f8f8f8;
  left: -24px
}

.inbox-message-content-vendor {
  margin-right: 10px
}

.inbox-message-content-vendor:before {
  border-left-color: #d9d9d9;
  right: -25px
}

.inbox-message-content-vendor:after {
  border-left-color: #fff;
  right: -24px
}

.inbox-message-request-details__item {
  display: grid;
  grid-template-columns: 30px 1fr
}

.inbox-message-request-details__item :not(:last-child) {
  margin-bottom: 10px
}

.inbox-message-request-details__type {
  font-size: 15px;
  display: inline-block
}

.inbox-message-request-details span {
  display: inline-block
}

.inbox-message-request-details-columns {
  display: grid;
  grid-template-columns: 6fr 4fr;
  column-gap: 32px;
  grid-template-rows: min-content 1fr
}

.inbox-message-request-details-columns>:nth-child(1) {
  grid-column-start: 1
}

.inbox-message-request-details-columns>:nth-child(1)>p {
  margin-bottom: 0
}

.inbox-message-request-details-columns>:nth-child(2) {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  padding-top: 12px
}

.inbox-message-request-details-columns>.column-info {
  font-size: 14px;
  line-height: 21px;
  color: #222
}

.tools-inbox-message-reply {
  position: relative;
  margin-bottom: 40px;
  margin-left: 10px
}

.tools-inbox-message-reply:after,
.tools-inbox-message-reply:before {
  content: "";
  position: absolute;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  top: 15px
}

.tools-inbox-message-reply:before {
  border-right-color: #d9d9d9;
  left: -24px
}

.tools-inbox-message-reply:after {
  border-right-color: #fff;
  left: -23px
}

.tools-inbox-message-reply .inboxPaymentRequest {
  position: relative;
  padding-right: 150px;
  border-bottom: 1px solid #d9d9d9;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px
}

.tools-inbox-message-reply .inboxPaymentRequest .inboxPaymentRequest--content {
  padding-left: 15px;
  padding-right: 15px
}

.tools-inbox-message-reply .inboxPaymentRequest input {
  font-weight: 400;
  outline-style: none;
  box-shadow: none;
  border: none;
  cursor: text;
  font-size: 26px !important;
  padding-left: 85px !important;
  width: 100%;
  background-color: #fff;
  display: block;
  box-sizing: border-box
}

.tools-inbox-message-reply .inboxPaymentRequest__inputIcon {
  position: absolute;
  top: 1px
}

.tools-inbox-message-reply .inboxPaymentRequest__inputIcon .inboxPaymentRequest__inputIconDollar {
  position: relative;
  font-size: 20px;
  top: 5px;
  vertical-align: top
}

.tools-inbox-message-reply .inboxPaymentRequest__paymentDollar {
  font-size: 25px;
  position: relative;
  top: 4px
}

.app-inbox-upload-attachments {
  max-height: 150px;
  padding: 15px 20px;
  border-top: 1px solid #d9d9d9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

.inbox-message-request-sent {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 20px
}

.inbox-message-request-sent:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  border-bottom: 1px solid #d9d9d9;
  width: 100%
}

.inbox-message-request-sent__title {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  background-color: #fff;
  position: relative;
  z-index: 1
}

.adminSettingBox {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: 3
}

.inbox-message-request .avatar-vendor {
  height: 60px;
  width: 60px;
  border-radius: 50%
}

.inbox-message-request .inbox-message-reply {
  padding: 15px
}

.inbox-message-request__templates {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2
}

.inbox-message-request__templates .adminFiltersBox__dropdown {
  top: 35px
}

.inbox-message-request-details {
  margin: 10px 0 20px
}

.inbox-message-request-details span {
  padding: 4px 0
}

.inbox-message-request.inbox-message-request--withPayment .inbox-message-request__requestBox {
  border-width: 2px;
  border-color: #37c799
}

.inbox-message-request.inbox-message-request--withPayment .tools-inbox-message-reply:before {
  border-right-color: #37c799
}

.inbox-message-request.inbox-message-request--withPayment .tools-inbox-message-reply:after {
  left: -21px
}

.inbox-message-request.inbox-message-request--withPayment .inbox-message-reply-footer--request-payment-link {
  display: none
}

.inbox-message-request.inbox-message-request--withPayment .inbox-message-reply-footer--payment-cancel-link {
  display: block;
  min-width: 100px
}

.inbox-message-request .inbox-message-reply-footer--request-payment-link {
  display: block
}

.inbox-message-request .inbox-message-reply-footer--payment-cancel-link {
  display: none
}

.inbox-message-reply {
  padding: 15px 0
}

.inbox-message-content ul,
.inbox-message-reply ul {
  padding-left: 20px;
  list-style-type: disc
}

.inbox-message-content a,
.inbox-message-reply a {
  color: #f76c6f;
  cursor: pointer;
  text-decoration: underline
}

.inbox-message-link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #000 !important;
  background: #fff;
  display: block;
  padding: 10px 15px 8px;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  margin-bottom: 12px;
  border-radius: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.inbox-message-link:hover {
  color: #f76c6f !important
}

.inbox-message-link__label {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
  overflow: hidden;
  vertical-align: middle
}

.inbox-message-link__remove {
  float: right;
  cursor: pointer
}

.inbox-message-hot {
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.inbox-message-hot__btn {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  border: 1px solid #d9d9d9;
  display: inline-block;
  width: 50%;
  border-radius: 8px;
  margin: 0 5px;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0
}

.inbox-message-hot__btn:active,
.inbox-message-hot__btn:focus {
  outline: 0
}

.inbox-message-hot__btn:hover {
  color: #f76c6f;
  border-color: #f76c6f
}

.inbox-message-reply-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  justify-content: space-between;
  padding: 15px 10px
}

.inbox-message-reply-footer__upload {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  color: #6c6c6c;
  border: 0;
  background-color: transparent;
  cursor: pointer
}

.inbox-message-reply-footer__upload:active,
.inbox-message-reply-footer__upload:focus {
  outline: 0
}

.inbox-message-reply-footer .app-request-payment-link {
  color: #37c799 !important
}

.avatar-vendor {
  width: 68px;
  height: 49px;
  overflow: hidden;
  border-radius: 3%;
  position: relative;
  border: 1px solid #d9d9d9
}

.avatar-vendor img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: auto
}

.inbox-vendor-profile__img {
  max-width: 100%;
  height: auto
}

.inbox-vendor-profile__content {
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px;
  padding-bottom: 20px
}

.inbox-vendor-profile__content .icon-vendor {
  user-select: none
}

.inbox-vendor-profile__hash {
  color: #eaeaea
}

.inbox-vendor-profile__mail {
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top
}

.inbox-vendor-profile-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0;
  display: block
}

.inbox-vendor-profile__link {
  color: #f76c6f
}

.inbox-vendor-profile__link:hover {
  text-decoration: underline
}

.inbox-vendor-profile hr {
  margin: 15px 0
}

.inbox-vendor-profileList__item {
  margin: 10px 0;
  display: grid;
  grid-template-columns: 26px 1fr
}

.inbox-vendor-profileList__msg {
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 10px
}

.inbox-vendor-profileList__type {
  font-size: 13px
}

.inbox-vendor-profileList__icon {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  text-align: center
}

.inbox-vendor-profileList__icon--grey svg {
  fill: #6c6c6c
}

.inbox-vendor-profile__premium {
  font-weight: 400;
  margin-top: 10px
}

.inbox-vendor-profile__premium span {
  font-weight: 600;
  color: #ff9f40
}

.inbox-vendor-rating {
  padding: 20px 20px 70px;
  position: relative;
  overflow: hidden
}

.inbox-admin-box {
  border: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  padding: 15px;
  margin: 15px 0;
  border-radius: 8px
}

.tools-boxProgress {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 15px;
  text-align: center
}

.tools-boxProgress-title {
  font-weight: 600;
  margin-bottom: 15px
}

.tools-boxProgress-container {
  position: relative;
  display: inline-block;
  width: 170px
}

.tools-boxProgress-tooltip {
  font-size: 14px;
  line-height: 21px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 600;
  color: #8c8c8c;
  border: 1px solid #d9d9d9;
  transition: .3s ease opacity;
  background: #fff;
  padding: 5px;
  border-radius: 8px;
  top: -32px;
  position: absolute;
  display: none
}

.tools-boxProgress-tooltip:after {
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 5px;
  border-color: #fff transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -10px;
  left: 50%
}

.tools-boxProgress-tooltip:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  border-width: 5px;
  border-color: #d9d9d9 transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -11px;
  left: 50%
}

.tools-boxProgress-progress {
  background: #efefef;
  border-radius: 8px;
  overflow: hidden;
  width: 50%;
  margin: 3px auto;
  float: right
}

.tools-boxProgress-progress div {
  width: 0;
  height: 10px;
  border-radius: 8px;
  transition: .6s ease-out width;
  background: linear-gradient(to right, #fa626f 0, #e49569 100%)
}

.tools-boxProgress-progress.tools-boxProgress-progressBig {
  border-radius: 50px;
  width: 100%
}

.tools-boxProgress-progress.tools-boxProgress-progressBig div {
  border-radius: 50px;
  height: 14px
}

.tools-boxProgress-bg {
  background: #fdf3ef
}

.tools-boxProgress-bg .tools-boxProgress-progress {
  background: #e2e2e2
}

.tools-boxProgress-bg a {
  color: #f76c6f
}

.tools-boxProgress-description {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 20px 0 0
}

.tools-boxProgress-topDescription {
  font-size: 18px;
  line-height: 26px;
  margin: 20px 0 0
}

.tools-boxProgress .icon-tools {
  margin-bottom: 20px;
  display: block
}

.app-text-truncate a {
  font-weight: 600;
  color: #000;
  text-decoration: underline
}

@media only screen and (min-width:1046px) and (max-width:1165px) {
  .inbox-contact-name {
    width: 80px
  }
}

@media only screen and (max-width:1045px) {
  .inbox-contact-name {
    width: 65px
  }
}

.admin-sepa {
  border-radius: 3px;
  background: #fff
}

.admin-sepa-description {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center
}

.admin-sepa-description p {
  margin-bottom: 0
}

.admin-sepa-items {
  padding: 20px 0
}

.admin-sepa-item {
  margin: 0 10px;
  text-align: center
}

.admin-sepa-item-icon {
  background: url(/assets/img/admin-emp/sprite_facturacion.svg) no-repeat scroll 50% 0 transparent;
  margin: 0 auto 15px;
  height: 65px;
  display: block
}

.admin-sepa-item-icon.icon-download {
  background-position: 50% 2px
}

.admin-sepa-item-icon.icon-print {
  background-position: 50% -72px
}

.admin-sepa-item-icon.icon-envelope {
  background-position: 50% -146px
}

.admin-sepa-item-icon.icon-document {
  background-position: 50% -222px
}

.admin-sepa-item-description {
  margin-bottom: 10px;
  line-height: 1.5em
}

.admin-sepa-item-address {
  font-size: 11px;
  line-height: 16px;
  background: #efefef;
  border-radius: 3px;
  padding: 10px;
  display: block;
  box-sizing: border-box
}

.admin-sepa-footer {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0 0;
  text-align: center
}

.admin-sepa-footer-description {
  margin: 0
}

.vendors-datos-facturacion-slimpay {
  text-align: center;
  padding: 25px
}

.vendors-datos-facturacion-slimpay-img {
  display: block;
  margin: 75px auto
}

.vendors-datos-facturacion-slimpay-text {
  margin: 0 0 20px;
  font-size: 13px;
  color: #8c8c8c
}

.vendorsSignupHeader {
  background: url(/assets/img/vendors/header-signup-vendors.jpg) no-repeat scroll 50% 50% transparent;
  background-size: cover;
  color: #fff;
  margin-top: 15px;
  padding: 50px 30px;
  border-radius: 3px 3px 0 0;
  text-align: center
}

.vendorsSignupHeader__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 10px
}

.vendorsSignupHeader__title--inside {
  line-height: 1em;
  margin: 0
}

.vendorsSignupHeader__description {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  max-width: 550px;
  margin: 0 auto
}

.vendorsSignupHeader--inside {
  color: #000;
  padding: 50px 30px 0;
  background: #fff
}

.vendorsSignupSteps {
  background: #fff;
  padding: 35px 0;
  border-radius: 0 0 3px 3px;
  text-align: center
}

.vendorsSignupSteps__container {
  width: 500px;
  display: inline-block
}

.vendorsSignupSteps .progress-steps span {
  font-weight: 400
}

.vendorsSignupSteps .progress-steps-ui span {
  font-size: 14px;
  line-height: 21px
}

.vendorsSignupTitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 35px 0 15px
}

.vendorsSignupSubtitle {
  font-weight: 400;
  margin: 0 0 15px
}

.vendorsSignupBox {
  padding: 25px 20px;
  background: #fff
}

.vendorsSignupBox--separator {
  border-top: 1px solid #f1f1f1
}

.adminContractHeader {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 15px
}

.adminContractHeader__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 15px 0 10px
}

.adminContractHeader__subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin: 0
}

.adminContractHeader__subtitle a {
  color: #000
}

.adminContractSteps {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 30px 20px;
  margin: 0 0 20px;
  text-align: center
}

.adminContractSteps__claim {
  font-weight: 400;
  margin-bottom: 40px
}

.adminContractSteps__item {
  padding: 0 20px
}

.adminContractSteps__itemIcon {
  background: url(/assets/img/admin-emp/sprite_facturacion.svg) no-repeat scroll 50% 0 transparent;
  display: block;
  margin: 0 auto;
  height: 65px;
  margin-bottom: 15px
}

.adminContractSteps__itemIcon--download {
  background-position: 50% 2px
}

.adminContractSteps__itemIcon--print {
  background-position: 50% -72px
}

.adminContractSteps__itemIcon--scan {
  background-position: 50% -146px
}

.adminContractSteps__itemIcon--legal {
  background-position: 50% -222px
}

.adminContractSteps__itemDescription {
  margin-bottom: 15px
}

.adminContractSteps__itemLegal {
  font-size: 11px;
  line-height: 16px;
  background: #efefef;
  border-radius: 3px;
  padding: 10px;
  display: block;
  box-sizing: border-box
}

.adminProposalTable {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  font-weight: 400;
  border-collapse: inherit;
  margin-bottom: 20px
}

.adminProposalTable__cell {
  padding: 15px 18px 20px;
  vertical-align: top
}

.adminProposalTable__tag {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  border: 1px solid #f76c6f;
  color: #f76c6f;
  padding: 1px 5px;
  border-radius: 3px;
  display: inline-block
}

@media only screen and (max-width:1024px) {
  .adminProposalTable__cell {
    padding: 15px 10px 20px
  }
}

.pagbrasilPayment {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin: 0 30px 0 0
}

.pagbrasilPayment__item {
  border-bottom: 1px solid #d9d9d9
}

.pagbrasilPayment__item:first-child,
.pagbrasilPayment__item:last-child {
  border-bottom: 0
}

.pagbrasilPayment__item--title {
  font-weight: 600;
  background: #efefef;
  padding: 15px 20px
}

.pagbrasilPayment__label {
  padding: 15px 20px;
  cursor: pointer;
  display: block
}

.pagbrasilPayment__label:hover {
  background-color: #f8f8f8
}

.adminModalHeader {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 3px 3px 0 0;
  text-align: center
}

.adminModalHeader__ribbon {
  position: absolute;
  top: 25px;
  left: -35px;
  width: 170px;
  background-color: #f76c6f;
  height: 36px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  transform: rotate(-43deg)
}

.adminModalHeader__ribbonText {
  margin-top: 7px;
  text-transform: uppercase
}

.adminModalHeader--small {
  padding: 30px 30px 0;
  background: 0 0
}

.adminModalHeader--white {
  background-color: #fff;
  padding: 20px
}

.adminModalHeaderRecom {
  padding: 90px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
  overflow: hidden
}

.adminModalHeaderRecom--es_ES {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_ES.jpg);
  background-size: cover
}

.adminModalHeaderRecom--en_EN,
.adminModalHeaderRecom--en_IE {
  background: url(/assets/img/admin-emp/recom/banner_recom_en_EN.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_AR {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_AR.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_CO {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_CO.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_MX {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_MX.jpg);
  background-size: cover
}

.adminModalHeaderRecom--it_IT {
  background: url(/assets/img/admin-emp/recom/banner_recom_it_IT.jpg);
  background-size: cover
}

.adminModalHeaderRecom--pt_BR {
  background: url(/assets/img/admin-emp/recom/banner_recom_pt_BR.jpg);
  background-size: cover
}

.adminModalHeaderRecom--fr_FR {
  background: url(/assets/img/admin-emp/recom/banner_recom_fr_FR.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_UY {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_UY.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_PE {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_PE.jpg);
  background-size: cover
}

.adminModalHeaderRecom--es_CL {
  background: url(/assets/img/admin-emp/recom/banner_recom_es_CL.jpg);
  background-size: cover
}

.adminModalHeaderRecom--pt_PT {
  background: url(/assets/img/admin-emp/recom/banner_recom_pt_PT.jpg);
  background-size: cover
}

.adminModalHeaderRecom--en_CA,
.adminModalHeaderRecom--en_US {
  background: url(/assets/img/admin-emp/recom/banner_recom_en_CA.jpg);
  background-size: cover
}

.adminModalHeaderRecom--en_IN {
  background: url(/assets/img/admin-emp/recom/banner_recom_en_IN.jpg);
  background-size: cover
}

.adminModalHeaderVestidos {
  padding: 120px;
  background-position: 50% 50%;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  background-repeat: no-repeat
}

.adminModalHeaderVestidos--es_ES {
  background: url(/assets/img/admin-emp/dresses/banner_es.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--en_EN {
  background: url(/assets/img/admin-emp/dresses/banner_uk.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_AR {
  background: url(/assets/img/admin-emp/dresses/banner_ar.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_CO {
  background: url(/assets/img/admin-emp/dresses/banner_co.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_MX {
  background: url(/assets/img/admin-emp/dresses/banner_mx.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--it_IT {
  background: url(/assets/img/admin-emp/dresses/banner_it.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--pt_BR {
  background: url(/assets/img/admin-emp/dresses/banner_br.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--fr_FR {
  background: url(/assets/img/admin-emp/dresses/banner_fr.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_UY {
  background: url(/assets/img/admin-emp/dresses/banner_uy.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_PE {
  background: url(/assets/img/admin-emp/dresses/banner_pe.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--en_CA,
.adminModalHeaderVestidos--en_US {
  background: url(/assets/img/admin-emp/dresses/banner_ca.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--es_CL {
  background: url(/assets/img/admin-emp/dresses/banner_cl.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--pt_PT {
  background: url(/assets/img/admin-emp/dresses/banner_pt.jpg);
  background-size: cover
}

.adminModalHeaderVestidos--en_IN {
  background: url(/assets/img/admin-emp/dresses/banner_in.jpg);
  background-size: cover
}

.adminModalHeaderRW {
  padding: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
  overflow: hidden
}

.adminModalHeaderRW--es_ES {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_ES.jpg);
  background-size: cover
}

.adminModalHeaderRW--en_EN,
.adminModalHeaderRW--en_IE {
  background: url(/assets/img/admin-emp/realweddings/banner_real_en_EN.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_AR {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_AR.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_CL {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_CL.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_CO {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_CO.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_MX {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_MX.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_PE {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_PE.jpg);
  background-size: cover
}

.adminModalHeaderRW--es_UY {
  background: url(/assets/img/admin-emp/realweddings/banner_real_es_UY.jpg);
  background-size: cover
}

.adminModalHeaderRW--fr_FR {
  background: url(/assets/img/admin-emp/realweddings/banner_real_fr_FR.jpg);
  background-size: cover
}

.adminModalHeaderRW--it_IT {
  background: url(/assets/img/admin-emp/realweddings/banner_real_it_IT.jpg);
  background-size: cover
}

.adminModalHeaderRW--pt_BR {
  background: url(/assets/img/admin-emp/realweddings/banner_real_pt_BR.jpg);
  background-size: cover
}

.adminModalHeaderRW--pt_PT {
  background: url(/assets/img/admin-emp/realweddings/banner_real_pt_PT.jpg);
  background-size: cover
}

.adminModalHeaderRW--en_CA,
.adminModalHeaderRW--en_US {
  background: url(/assets/img/admin-emp/realweddings/banner_real_en_CA.jpg);
  background-size: cover
}

.adminModalHeaderRW--en_IN {
  background: url(/assets/img/admin-emp/realweddings/banner_real_en_IN.jpg);
  background-size: cover
}

.adminModalAvailability__dialog,
.adminModalOwners__dialog {
  width: 620px
}

.adminModalAvailability__title,
.adminModalOwners__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding-right: 50px;
  margin-bottom: 20px
}

.adminModalAvailability__body,
.adminModalOwners__body {
  padding: 45px 20px 0
}

.adminModalAvailability__image,
.adminModalOwners__image {
  display: block
}

.adminModalHeader3D .close,
.adminModalHeader3dTourInfo .close,
.adminModalHeaderRW .close,
.adminModalHeaderRecom .close,
.adminModalHeaderVestidos .close {
  color: #fff;
  font-size: 35px;
  opacity: .8
}

.adminModalContent {
  padding: 30px 40px
}

.adminModalContent__title {
  font-size: 18px;
  line-height: 26px;
  text-align: center
}

.adminModalContent__title--big {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.adminModalContent__hero {
  width: 100%
}

.adminModalContent__subtitle {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600
}

.adminModalContent__promo {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700
}

.adminModalContent__promo--red {
  color: #f76c6f;
  font-size: 38px
}

.adminModalContent__discount {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 600
}

.adminModalContent__button {
  text-transform: uppercase;
  font-size: 17px;
  padding: 15px 20px
}

.adminModalContent__date {
  font-size: 18px;
  line-height: 26px;
  margin: 0
}

.adminModalContent__footer {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 3px
}

.adminModalContent--small {
  padding: 30px 40px
}

.adminModalContent--medium {
  padding: 30px 50px
}

.adminModalContent__content {
  font-size: 17px;
  line-height: 27.50657783px;
  margin: 0
}

.adminModalContent__formContainer {
  margin: 0 70px
}

.adminModalContent__noClient {
  height: 281px
}

.adminModalFooter {
  border-top: 1px solid #d9d9d9;
  padding: 30px;
  text-align: center
}

.adminModalFooter--small {
  background: #f8f8f8;
  border-top: 0;
  padding: 20px;
  line-height: 2em
}

.adminModalFooter--reduced {
  padding: 20px
}

.adminModalHeader3D {
  position: relative;
  height: 220px;
  background: url(/assets/img/admin-emp/tour-3d/3dheader.jpg) no-repeat scroll 50% 50%/cover
}

.adminModalHeader3D__text {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  display: inline-block
}

.adminModalHeader3D__tick {
  width: 21px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0 0
}

.adminModalHeader3D__tick--right {
  margin: 3px 0 0
}

.adminModalHeader3D__content {
  margin-bottom: 10px
}

.adminModalHeader3D__title {
  height: 60px;
  text-align: center;
  position: relative
}

.adminModalHeader3D__title p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600
}

.adminHeaderImg {
  width: 100%;
  display: block;
  height: 150px;
  object-fit: cover
}

.modalAdminBox {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  min-height: 180px;
  padding: 10px;
  box-sizing: border-box
}

.adminModalHeaderUpdateCard {
  padding: 90px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/img/admin-emp/banner_update_card.jpg);
  background-size: cover
}

.adminModalHeaderWeddingCapacity {
  padding: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/img/admin-emp/banner_wedding_capacity.jpg);
  background-size: cover
}

.adminModalHeaderSurvey {
  padding: 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/img/admin-emp/banner_survey.jpg);
  background-size: cover
}

.adminModalTitle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.adminModalDescription {
  margin: 5px 0 0
}

.adminModalSubtitle {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  display: block
}

.adminModalIcon {
  margin: 0 auto 15px;
  height: 45px;
  background: url(/assets/img/admin-emp/sprite_modals.svg) no-repeat scroll 50% 0 transparent;
  display: block
}

.adminModalIcon--card {
  background-position: 50% 0;
  height: 45px
}

.adminModalIcon--clock {
  background-position: 50% -51px;
  height: 46px
}

.adminModalIcon--screenNot {
  background-position: 50% -103px;
  height: 61px
}

.adminModalIcon--documentNot {
  background-position: 50% -169px;
  height: 61px
}

.adminModalIcon--exclamation {
  background-position: 50% -235px;
  height: 34px;
  width: 35px
}

.adminModalIcon--user {
  margin-top: 13px;
  background-position: 50% -579px;
  height: 48px
}

.adminModalIcon--star {
  background-position: 50% -630px;
  height: 61px
}

.adminModalIcon--phone {
  margin-top: 6px;
  background-position: 50% -699px;
  height: 55px
}

.adminModalIcon--infoBig {
  background-position: 50% -472px;
  height: 47px
}

.adminModalIcon--exclamationBig {
  background-position: 50% -525px;
  height: 48px
}

.adminModalIcon--voice {
  background-position: 50% -814px;
  height: 51px
}

.adminModalIcon--download {
  background-position: 50% -1419px;
  height: 63px
}

.adminModalIcon--envelope {
  background-position: 50% -1074px;
  height: 51px
}

.adminModalIcon--check {
  background-position: 50% -1136px;
  height: 54px
}

.adminModalIcon--faqs {
  background-position: 50% -1199px;
  height: 63px
}

.adminModalIcon--sticker {
  background-position: 50% -1491px;
  height: 63px
}

.adminModalIcon--excel {
  height: 65px;
  width: 60px;
  background: url(/assets/img/admin-emp/sprite_modals.svg) no-repeat scroll 50% -1567px transparent
}

.adminModalIcon--contact {
  height: 51px;
  width: 65px;
  background: url(/assets/img/admin-emp/sprite_modals.svg) no-repeat scroll 50% -575px transparent
}

.adminModalIcon--inline {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0
}

.adminModalIcon--bottom {
  margin: 10px auto -60px
}

.adminModalHero {
  padding: 120px
}

.adminModalHero--es_AR {
  background: url(/assets/img/es_AR/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--es_CL {
  background: url(/assets/img/es_CL/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--es_CO {
  background: url(/assets/img/es_CO/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--es_PE {
  background: url(/assets/img/es_PE/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--es_UY {
  background: url(/assets/img/es_UY/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--fr_FR {
  background: url(/assets/img/fr_FR/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHero--it_IT {
  background: url(/assets/img/it_IT/admin-emp/modals/hero_promo.jpg);
  background-size: cover
}

.adminModalHeroContent {
  color: #fff;
  text-align: center;
  font-family: Merriweather, "Times New Roman", Times, serif
}

.adminModalHeroContent__pretitle {
  font-size: 20px
}

.adminModalHeroContent__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin: 30px 0 20px
}

.adminModalHeroContent__subtitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.adminModalInfo {
  padding: 30px 60px;
  background: #f4f4f4;
  text-align: center
}

.adminModalInfo__title {
  font-weight: 400;
  margin-bottom: 15px
}

.adminModalInfo__description {
  font-weight: 400;
  margin: 0 0 20px
}

.adminModalInfo__item {
  margin: 0;
  font-weight: 400
}

.adminModalInfo__item.stroke {
  color: #8c8c8c;
  text-decoration: line-through
}

.adminModalInfo--small {
  padding: 30px
}

.data-contact-description {
  line-height: 22px
}

.admin-modal-table-header {
  border-bottom: 1px solid #d9d9d9
}

.admin-modal-table-header td {
  font-weight: 600;
  padding: 15px 0 10px
}

.admin-modal-table-body {
  border-bottom: 1px solid #d9d9d9
}

.admin-modal-table-body td {
  padding: 15px 0;
  color: #8c8c8c
}

.admin-modal-table-body td .admin-modal-table-price {
  font-weight: 600;
  color: #ef8f32
}

.admin-modal-badge-header {
  padding: 30px
}

.admin-modal-badge-subtitle {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0 0 5px
}

.admin-modal-badge-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 5px
}

.admin-modal-badge-image {
  margin-top: -60px;
  margin-bottom: 15px;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, .3)
}

.admin-modal-badge-content {
  border-top: 1px solid #d9d9d9;
  padding: 30px;
  text-align: center
}

.admin-modal-badge-content-title {
  margin: 0 0 15px
}

.admin-modal-badge-info {
  padding: 30px 75px;
  background: #f4f4f4;
  text-align: center;
  cursor: pointer
}

.admin-modal-badge-info-title {
  margin-bottom: 20px
}

.admin-modal-badge-info-item {
  padding: 25px;
  margin: 0 auto;
  max-width: 195px;
  border-radius: 3px;
  overflow: hidden
}

.admin-modal-badge-info-link {
  color: #8c8c8c
}

.admin-credentials-modal-header {
  text-align: center;
  padding: 30px
}

.admin-credentials-modal-header-icon {
  height: 60px;
  width: 63px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background: url(/assets/img/sprite_modal_header2.svg) no-repeat;
  background-size: 63px
}

.admin-credentials-modal-header-icon-no-log {
  background-position: 0 0
}

.admin-credentials-modal-header-icon-get-pass {
  background-position: 0 -72px
}

.admin-credentials-modal-header .tags.tag-ok {
  font-size: 11px;
  line-height: 17.79837389px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  float: right;
  padding: 3px 10px;
  text-transform: uppercase;
  border-radius: 7px;
  margin: 0;
  background-color: #6cce7d
}

.admin-credentials-modal-header-text .modal-title {
  font-size: 18px;
  line-height: 29.12461182px
}

.admin-credentials-modal-header-text p {
  font-size: 13px;
  line-height: 21.03444187px
}

.admin-credentials-modal-header-text-pass .modal-title {
  margin-bottom: 0
}

.admin-soli-no-log-body-right {
  padding: 25px;
  padding-top: 15px
}

.admin-soli-no-log-body-right a,
.admin-soli-no-log-body-right-ques {
  font-weight: 600
}

.admin-soli-no-log-body-right-info p {
  display: inline-block
}

.admin-soli-no-log-body-right-info p i {
  color: #c1c1c1
}

.admin-soli-no-log-body-right-new-pass {
  font-weight: 400;
  text-decoration: underline
}

.admin-modal-p {
  padding: 0 80px
}

.new-client {
  width: 450px
}

.new-client-header {
  padding: 20px;
  text-align: center
}

.new-client-header img {
  width: 90px;
  margin-left: 14px
}

.new-client-text {
  text-align: center
}

.new-client-text-title {
  font-size: 20px
}

.new-client-text-desc {
  padding: 10px 55px 5px
}

.new-client-rating {
  text-align: center;
  padding-bottom: 15px;
  height: 34px
}

.new-client-rating-star {
  background: url(/assets/img/admin-emp/star.png);
  height: 30px;
  background-size: 30px;
  width: 30px;
  display: inline-block;
  cursor: pointer
}

.new-client-rating-star-active,
.new-client-rating-star:hover {
  background: url(/assets/img/admin-emp/star-filled.png);
  height: 30px;
  background-size: 30px;
  width: 30px;
  display: inline-block;
  cursor: pointer
}

.new-client-textarea {
  width: 100%
}

.new-client-textarea textarea {
  border: 1px solid #a9a9a9;
  width: 70%;
  height: 100px;
  margin-bottom: 20px
}

.emp-rating-error,
.emp-rating-error-ajax,
.emp-rating-success-ajax,
.new-client-textarea-error {
  width: 80%;
  margin: 0 auto 20px auto
}

.load {
  margin: 0 auto;
  width: 20%
}

.adminModalChangeBooking {
  padding: 30px
}

.adminModalChangeBooking__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px
}

.adminModalChangeBooking__description {
  margin-bottom: 5px
}

.adminModalChangeBooking__infoBox {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-right: 30px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center
}

.adminModalChangeBooking__avatarContainer {
  position: relative
}

.adminModalChangeBooking__avatar {
  border: 2px solid #d9d9d9;
  height: 60px;
  width: 60px;
  margin: 0 auto 8px;
  border-radius: 50%
}

.adminModalChangeBooking__avatar--booked {
  border-color: #48964d
}

.adminModalChangeBooking__avatar--removed {
  border-color: #ee575a
}

.adminModalChangeBooking__statusIcon {
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 17px;
  background: #fff;
  border-radius: 50%;
  position: absolute
}

.adminModalChangeBooking__statusIcon--add svg {
  fill: #48964d
}

.adminModalChangeBooking__statusIcon--remove svg {
  fill: #ee575a
}

.adminModalChangeBooking__name {
  color: #8c8c8c;
  margin: 0
}

.adminModalChangeBooking__time {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
  display: block
}

.adminModalAlert {
  color: #6c6c6c;
  padding: 20px;
  text-align: center
}

.adminModalAlert--info {
  background: #f1f7f7
}

.adminModalBlackFriday {
  height: 520px;
  z-index: -1
}

.adminModalBlackFriday__modalHeader {
  background: #fff
}

.adminModalBlackFriday__hero {
  height: 300px;
  background: url(/assets/img/admin-emp/black-friday/layer-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative
}

.adminModalBlackFriday__heroNovios {
  height: 320px;
  margin-top: -20px;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}

.adminModalBlackFriday__layerOpacity {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #000;
  opacity: .3
}

.adminModalBlackFriday__bgSquare {
  border: 4px solid #fff;
  height: 206px;
  margin: 18px
}

.adminModalBlackFriday__text {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%)
}

.adminModalBlackFriday__logo {
  max-width: 220px;
  margin: 0 auto
}

.adminModalBlackFriday__logo html:lang(es-MX) {
  max-width: 100px
}

.adminModalBlackFriday__textBlockTwo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-top: 25px
}

.adminModalBlackFriday__textBlockTwo p {
  color: #fff
}

.adminModalBlackFriday__textBlockTwo p:first-child {
  font-size: 18px;
  text-align: center
}

.adminModalBlackFriday__textBlockTwo p:last-child {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center
}

html:lang(es-MX) .adminModalBlackFriday__logo {
  max-width: 100px
}

html:lang(es-MX) .adminModalBlackFriday__textBlockTwo {
  margin-top: 10px
}

.adminModalBlackFridayCircle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 260px;
  height: 260px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center
}

.adminModalBlackFridayCircle__subtitle {
  font-size: 12px
}

.adminModalBlackFridayCircle__separator {
  max-width: 70%;
  margin: 20px auto;
  border-color: #727272
}

.adminModalBlackFridayCircle__text {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 50px;
  line-height: 18px
}

.adminModalBlackFridayArrow {
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  width: 45px;
  height: 45px;
  margin: 10px auto;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box
}

.adminModalBlackFridayArrow svg {
  width: 20px;
  fill: #f76c6f
}

.adminModalBlackFridayBox {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center
}

.adminModalBlackFridayBox__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  padding: 0 113px
}

.adminModalBlackFridayBox__subtitle {
  font-size: 18px
}

.adminModalBlackFridayBox__text {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px
}

.adminModalPackPremium__content {
  padding: 15px 20px
}

.adminModalPackPremium__mainPromo {
  background-color: #f5f5f5
}

.adminModalPackPremium__leftBox {
  border-right: 1px solid #000
}

.adminModalPackPremium__discount {
  font-size: 24px
}

.adminModalPackPremium__discountNum {
  font-size: 35px;
  line-height: 40px
}

.adminModalPackPremium__promo {
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
  padding: 0 50px;
  margin-bottom: 0
}

.adminModalPackPremium__promo span {
  color: #f76c6f;
  display: block
}

.adminModalPackPremium__promoDate {
  font-size: 17px
}

.wrapper-satisfaction {
  width: 575px;
  margin: 0 auto 100px auto;
  display: block;
  padding: 15px
}

.satisfaction-textarea {
  border: 1px solid #d3d3d3;
  width: 80%;
  margin: 10px auto 20px auto
}

.satisfaction-textarea textarea {
  width: 100%;
  border-bottom: none;
  height: 100px
}

.adminModalHeader3dTourInfo {
  padding: 60px 40px 60px 40px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  background: url(/assets/img/vendors/infoLayer/bg_header_3dtour.jpg);
  background-size: cover
}

.adminModalHeaderPremiumLayer {
  padding: 60px 40px 60px 40px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  background: url(/assets/img/vendors/infoLayer/bg_header_premium.jpg);
  background-size: cover
}

.adminModal-template-basic {
  padding: 104px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  background-size: cover;
  margin: 18px 18px 0 18px
}

.adminModal-template-basic-dismiss {
  top: 15px !important;
  right: 22px !important;
  color: #fff !important
}

.adminModal-template-basic-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase
}

.adminModal-template-basic-title2 {
  font-weight: 100
}

.adminModal-template-basic-text {
  font-size: 21px;
  font-weight: 100
}

.adminModal-template-basic-line {
  border-color: #9e9e9e transparent transparent transparent;
  width: 105px;
  margin-top: 30px;
  margin-bottom: 25px
}

.adminModal-template-legacy-header {
  padding: 60px 40px 60px 40px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  background-size: cover
}

.adminModal-template-legacy-dismiss {
  color: #fff !important
}

.adminModal-template-leftside-photo {
  display: flex;
  min-height: 350px
}

.adminModal-template-leftside-photo-dismiss {
  color: #fff !important
}

.adminModal-template-leftside-photo-image {
  background-size: cover;
  background-position: center;
  width: 40%
}

.adminModal-template-leftside-photo-body {
  padding: 20px;
  padding-top: 34px;
  text-align: center;
  width: 60%;
  display: flex;
  flex-direction: column
}

.adminModal-template-leftside-photo-content {
  flex-grow: 1
}

.adminModal-template-leftside-photo-content-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px
}

.adminModal-template-leftside-photo-footer {
  text-align: center
}

.adminModalInclusion {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 30px 40px
}

.adminModalInclusion__hideContent {
  display: none
}

.adminModalInclusion__title {
  font-size: 18px;
  line-height: 26px
}

.adminModalInclusion__title--big {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.adminModalInclusion__subHeader {
  font-size: 18px;
  line-height: 29.12461182px;
  font-weight: 800
}

.adminModalInclusion__question,
.adminModalInclusion__subHeaderDescription {
  font-size: 16px;
  line-height: 25.88854384px
}

.adminModalInclusion__content {
  font-size: 17px;
  line-height: 27.50657783px;
  margin: 0
}

.adminModalInclusion__error {
  color: #db4c45;
  font-weight: 800;
  text-align: center
}

.adminModalInclusion__informationalBox {
  font-size: 13px;
  line-height: 21.03444187px;
  background: #e9f0fc;
  border-radius: 3px
}

.adminStaff {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px
}

.adminStaff__item {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px
}

.adminStaff__item:last-child {
  border-bottom: 0
}

.adminStaff__icon {
  margin-right: 10px
}

.adminStaff__info {
  display: inline-block;
  vertical-align: middle;
  margin: 0
}

.adminStaff__name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-right: 5px;
  cursor: pointer
}

.adminStaff__rank {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c8c8c
}

.adminStaff__mail {
  display: block
}

.adminStaff__date {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  color: #8c8c8c;
  margin: 8px
}

.edu-landing {
  background-color: #fff
}

.edu-landing-header {
  height: 630px
}

.edu-landing-header-pink {
  background-color: #fdeee7;
  min-width: 750px;
  max-width: 1000px;
  width: 80%;
  height: 450px;
  position: absolute
}

.edu-landing-header-img {
  position: relative;
  left: 9%;
  top: 110px;
  display: inline-flex
}

.edu-landing-header-img-bg {
  height: 480px;
  width: 40vw;
  min-width: 370px;
  max-width: 550px;
  background-position: 20% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px
}

.edu-landing-header-desc {
  padding: 50px 0 0 50px;
  width: 400px
}

.edu-landing-header-desc h1 {
  font-size: 40px;
  line-height: 54px;
  font-family: Merriweather, "Times New Roman", Times, serif
}

.edu-landing-header-desc h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px
}

.edu-landing-header-desc p {
  margin-top: 50px
}

.edu-landing-header-desc hr {
  border-color: #000;
  position: relative;
  left: -50px;
  width: 230px
}

.edu-landing-social {
  position: relative;
  top: 85px;
  letter-spacing: 15px
}

.edu-landing-title-small {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding: 15px 0;
  border-bottom: 1px solid #d3d3d3
}

.edu-landing-main {
  margin: 0 auto;
  width: 90%;
  min-width: 950px;
  max-width: 1240px
}

.edu-landing-articles {
  margin: 0 auto;
  width: 100%;
  max-width: 740px
}

.edu-landing-articles img {
  width: 100%
}

.edu-landing-articles-more {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 30px 0 60px;
  left: 50%;
  position: relative
}

.edu-landing-articles-rbox {
  height: 396px
}

.edu-landing-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  padding: 15px 0
}

.edu-landing-sub {
  font-size: 13px;
  padding: 5px 0 20px;
  border-bottom: 1px solid #dfdfdf
}

.edu-landing-tip {
  padding: 30px 0 10px
}

.edu-landing-tip p {
  font-size: 18px;
  line-height: 26px
}

.edu-landing-comments-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding: 25px 0;
  border-bottom: 1px solid #d3d3d3
}

.edu-landing-comments-box {
  border: 1px solid #acacac;
  background-color: #fff;
  padding: 10px;
  margin: 30px 0 40px
}

.edu-landing-comments-box-input input {
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 15px;
  margin-left: 10px;
  outline: 0
}

.edu-landing-categories-row {
  padding: 10px
}

.edu-landing-categories-block {
  margin-bottom: 40px;
  padding-bottom: 40px
}

.edu-landing-categories-block img {
  border-radius: 50%;
  width: 75px
}

.edu-landing-categories-block-title {
  font-weight: 600;
  margin: 5px 0
}

.edu-landing-categories-block h3 {
  margin-bottom: 10px
}

.edu-landing-categories-block a {
  color: #000
}

.edu-landing-categories-block p {
  color: #444;
  padding-bottom: 10px;
  max-width: 500px;
  margin: 0 auto
}

.edu-landing-categ-header {
  height: auto;
  min-width: 965px;
  width: 100%;
  background-color: #fdeee7;
  position: relative
}

.edu-landing-categ-social {
  position: absolute;
  top: 12px;
  right: 7%
}

.edu-landing-categ-social p {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 11px
}

.innerCateg img {
  border-radius: 50%;
  width: 100px
}

.edu-footer-hr {
  border-color: #fff;
  border-width: 2px 0 0
}

.edu-landing-articles-related {
  background-color: #fbfbfb;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  letter-spacing: normal
}

.related-header-big {
  height: 380px;
  width: 100%;
  position: relative;
  overflow: hidden
}

.related-header-small {
  height: 155px;
  position: relative;
  overflow: hidden
}

.related-header img {
  width: 100%
}

.related-header-latest {
  height: 230px;
  position: relative;
  overflow: hidden
}

.related-header-ribbon {
  font-weight: 600;
  width: 120px;
  height: 25px;
  background-color: #f89b16;
  text-align: center;
  color: #fff;
  position: absolute;
  transform: rotate(-40deg);
  top: 16px;
  left: -22px;
  font-size: 10px;
  text-transform: uppercase
}

.related-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.related-title-small {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600
}

.related-text {
  font-weight: 400
}

.latest-articles-content {
  height: 137px;
  text-align: center;
  padding: 10px 50px
}

.latest-articles-content-inner {
  height: 137px;
  text-align: center;
  padding: 10px 230px
}

.latest-articles-content-inner .categ {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9b9b9b
}

.latest-articles-content-latest {
  height: 150px;
  text-align: left;
  padding: 10px 20px 15px
}

.latest-articles-content-latest .categ {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9b9b9b
}

.latest-articles-content-small {
  height: 80px;
  padding: 10px 35px;
  text-align: center
}

.latest-articles-content-small .categ {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9b9b9b
}

.latest-articles-content .categ {
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 1px
}

.formacion-article p {
  font-size: 18px;
  line-height: 26px
}

.formacion-article strong {
  font-size: 18px;
  line-height: 26px
}

.edu-articles-zoom {
  margin-bottom: 5px;
  transition: .2s
}

.edu-articles-zoom:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.modal-edu {
  position: fixed
}

.modal-edu-landing {
  border-radius: 10px
}

.modal-edu-landing-bg {
  border-radius: 8px;
  height: 390px;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(/assets/img/landings-emp/modal-edu.jpg);
  background-size: cover
}

.modal-edu-landing-bg-text {
  color: #fff;
  padding: 120px 40px
}

.modal-edu-landing-bg-text h1 {
  margin-bottom: 10px
}

.modal-edu-landing-bg-text a {
  padding: 7px 15px
}

.adminOwners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.adminOwners__flexSize {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%
}

.adminOwners__item {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin: 0 10px 20px;
  width: 100%;
  overflow: hidden
}

.adminOwners__item--add {
  position: relative;
  text-align: center
}

.adminOwners__item--add .adminOwners__content {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 50%;
  position: absolute
}

.adminOwners__figure {
  position: relative;
  padding: 10px;
  cursor: move
}

.adminOwners__img {
  max-width: 150px;
  width: 100%;
  max-height: 150px;
  height: auto;
  display: block;
  border-radius: 50%;
  margin: 0 auto
}

.adminOwners__actions {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -5px;
  position: absolute
}

.adminOwners__actions .tag {
  margin: 0;
  padding: 1px 10px
}

.adminOwners__actions .tag.tag-green {
  background-color: #57bc96
}

.adminOwners__actions .tag.tag-red {
  background-color: #ef575a
}

.adminOwners__content {
  padding: 10px;
  text-align: center;
  cursor: move;
  margin-top: 10px
}

.adminOwners__name {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #222;
  font-weight: 600;
  display: block
}

.adminOwners__footer {
  border-top: 1px solid #d9d9d9;
  text-align: center
}

.adminOwners__select {
  padding: 5px 0 5px 5px;
  box-sizing: border-box;
  position: relative;
  display: inline-block
}

.adminOwners__select:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  font-size: 16px;
  position: absolute;
  pointer-events: none
}

.adminOwners__select select {
  font-size: 14px;
  line-height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 15px;
  border: 0;
  background: 0 0;
  cursor: pointer;
  display: block
}

.adminOwners__select select:focus {
  outline: 0
}

.adminOwners__select select::-ms-expand {
  display: none
}

.adminOwners__select--combined {
  border-right: 1px solid #d9d9d9;
  padding: 13px 9px 13px 13px;
  max-width: 155px
}

.adminOwners__select--combined:after {
  right: 10px
}

.adminOwners__edit {
  color: #8c8c8c;
  font-weight: 400;
  padding: 12px 15px;
  background: 0 0;
  cursor: pointer;
  display: block
}

.adminOwners__edit:hover {
  opacity: .8
}

.adminOwners__edit i {
  margin-right: 5px
}

.adminOwners__legal {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin: 20px 0 0;
  display: block
}

.adminOwners__legal a {
  color: #8c8c8c;
  text-decoration: underline
}

.adminOwners__form #mceu_3 {
  display: none
}

.multistatsForm {
  margin-bottom: 30px
}

.multistatsTable {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px;
  border-collapse: inherit
}

.multistatsTable__cell {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
  padding: 15px 10px;
  text-align: center
}

.multistatsTable__cell--noBorderRight {
  border-right: 0
}

.multistatsTable__cell--noBorderBottom {
  border-bottom: 0
}

.multistatsTable__cell--grey {
  background-color: #f8f8f8
}

.multistatsTable__cell--orange {
  background-color: #fdf6da
}

.multistatsTable__cell--blue {
  background-color: #dff1f5
}

.multistatsTable p {
  margin: 0
}

.adminAlert {
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 20px;
  background: #f8f8f8
}

.adminAlert__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 5px
}

.adminAlert__description {
  margin: 0
}

.adminAlert__description--big {
  font-size: 15px
}

.adminAlert__icon {
  width: 60px
}

.adminAlert__icon svg {
  height: 32px
}

.adminAlert__cta {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  flex-grow: 1;
  width: 222px;
  text-align: right
}

.adminAlert__close {
  float: right;
  background: 0 0;
  border: none;
  cursor: pointer;
  outline: 0
}

.adminAlert__closeIcon svg {
  fill: #8c8c8c
}

.adminAlert p {
  margin-bottom: 0
}

.adminAlert a:not(.btn-flat):not(.btn):not(.btnOutline):not(.btnFlat) {
  text-decoration: underline
}

.adminAlert .icon-vendors-admin-alerts {
  margin: 5px 20px 5px 0
}

.adminAlert--blood {
  margin: 0
}

.adminAlert--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.adminAlert--warning {
  background: #fcf5eb
}

.adminAlert--success {
  background: #e8f4e6
}

.adminAlert--info {
  background: #e9f6f8
}

.adminAlert--error {
  background: #f2dede
}

@media only screen and (max-width:1024px) {
  .adminAlert .icon-vendors-admin-alerts {
    margin: 5px 45px 5px 0
  }
}

.adminAlertPremium {
  font-weight: 600;
  margin: 0 0 30px;
  padding: 10px;
  background-color: #fdf8f0;
  border: 1px solid #eedcbc;
  border-radius: 8px;
  text-align: center
}

.adminAlertPremium p {
  margin-right: 20px;
  margin-bottom: 0;
  color: #e0960e;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle
}

.adminAlertPremium .btn-flat {
  padding: 5px 10px;
  font-size: 13px;
  text-transform: uppercase
}

.selfCheckout__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.selfCheckout__wrapper {
  margin: 40px auto 0;
  padding: 15px;
  display: block;
  width: 600px
}

.selfCheckout__box {
  border: 1px solid #d9d9d9;
  padding: 20px;
  margin-bottom: 20px
}

.selfCheckout__boxTitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 10px
}

.selfCheckout__boxFeaturedTitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.selfCheckout__boxFeaturedPrice {
  margin-left: auto
}

.selfCheckout__boxFeaturedDiscount {
  font-size: 14px;
  line-height: 21px;
  margin: 0 5px 0 auto;
  text-decoration: line-through
}

.selfCheckout__boxLabel {
  color: #8c8c8c;
  line-height: 22px;
  display: inline-block;
  width: 22%
}

.selfCheckout__boxLabel--strong {
  color: #000;
  font-weight: 600
}

.selfCheckout__boxCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.selfCheckout__boxCard--right {
  margin-left: auto
}

.selfCheckout__boxSwitchItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 15px 15px 5px;
  width: 50%;
  position: relative;
  cursor: pointer
}

.selfCheckout__boxSwitchItem.selected {
  border: 1px solid #f76c6f;
  -webkit-box-shadow: inset 0 0 0 1px #f76c6f;
  -moz-box-shadow: inset 0 0 0 1px #f76c6f;
  box-shadow: inset 0 0 0 1px #f76c6f
}

.selfCheckout__totalAmount {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600
}

.selfCheckout__totalAmount--big {
  font-size: 20px
}

.selfCheckout__congratsTitle {
  font-size: 23px;
  margin: 30px auto 20px
}

.selfCheckout__failTitle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 15px auto 10px
}

.selfCheckout__total {
  font-weight: 600;
  float: right
}

.selfCheckoutPrices__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px
}

.selfCheckoutPrices__footerContact {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #f76c6f;
  cursor: pointer
}

.selfCheckoutPrices__container {
  border: 1px solid #d9d9d9;
  padding: 40px 40px 15px;
  margin-top: 50px;
  position: relative
}

.selfCheckoutPrices__header {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -20px;
  cursor: pointer
}

.selfCheckoutPrices__headerBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border: 1px solid #d9d9d9;
  padding: 20px;
  box-shadow: 0 0 0 3px #f5f5f5
}

.selfCheckoutPrices__headerTitle {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
  white-space: nowrap
}

.selfCheckoutPrices__headerLocation {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  white-space: nowrap
}

.selfCheckoutPrices__dropdown {
  border: 1px solid #d9d9d9;
  display: none;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  box-sizing: border-box
}

.selfCheckoutPrices__dropdown--show {
  transition: all .5s ease-in;
  display: block;
  height: auto
}

.selfCheckoutPrices__dropdownLi {
  padding: 20px;
  cursor: pointer
}

.selfCheckoutPrices__dropdownLi--add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #f76c6f;
  border-color: #d9d9d9;
  align-items: center;
  border-width: 1px 0 0;
  border-style: solid;
  padding: 15px 20px
}

.selfCheckoutPrices__dropdownLi:hover {
  text-decoration: underline
}

.selfCheckoutPrices__dropdownLi--selected {
  background: #f6f7f7
}

.selfCheckoutPrices__packName {
  font-weight: 600;
  margin-bottom: 5px
}

.selfCheckoutPrices__packDescription {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  font-style: italic;
  padding-bottom: 15px;
  display: block
}

.selfCheckoutPrices__packNotice {
  font-weight: 400;
  color: #f0953a;
  font-style: italic;
  margin-bottom: 5px;
  line-height: 20px
}

.selfCheckoutPrices__packPriceBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 5px 5px 25px
}

.selfCheckoutPrices__packPriceBox--current {
  padding: 0
}

.selfCheckoutPrices__packButton {
  margin: 15px 30px 0
}

.selfCheckoutPrices__packPrice {
  font-size: 30px;
  font-weight: 100;
  padding-top: 25px
}

.selfCheckoutPrices__packCurrent {
  font-weight: 400;
  color: #9c9c9c
}

.selfCheckoutPrices__packFree {
  text-transform: uppercase;
  color: #8a8a8a;
  font-weight: 600;
  margin-top: 20px
}

.selfCheckoutPrices__table {
  margin-top: 30px;
  width: 100%
}

.selfCheckoutPrices__tableSectionTitle {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  background: #f9f9f9;
  color: #8a8a8a;
  border-color: #d9d9d9;
  border-width: 1px 0;
  border-style: solid;
  height: 35px
}

.selfCheckoutPrices__tableFeature {
  border-bottom: 1px solid #d9d9d9;
  text-align: center
}

.selfCheckoutPrices__tableFeature td {
  padding: 10px
}

.selfCheckoutPrices__venueOnlyFeature {
  color: #8c8c8c;
  font-style: italic;
  margin-left: 5px
}

.selfCheckoutCardModal__image {
  margin: 10px auto 30px;
  display: block
}

.selfCheckoutCardModal__titleSection {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0
}

@media screen and (max-width:1050px) {
  .selfCheckoutPrices__packPrice {
    font-size: 27px
  }
}

.selfCheckoutBillingForm {
  padding: 20px 16px 0
}

.selfCheckoutBillingForm__inputLine {
  padding: 0;
  background: #fff;
  margin-bottom: 25px;
  position: relative;
  text-align: left
}

.selfCheckoutBillingForm__inputLine:last-child,
.selfCheckoutBillingForm__inputLine:only-of-type {
  padding-bottom: 0
}

.selfCheckoutBillingForm__label {
  font-size: 14px;
  line-height: 21px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 5px;
  cursor: pointer
}

.selfCheckoutBillingForm__input,
.selfCheckoutBillingForm__select {
  height: 35px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #d9d9d9;
  transition: border-color .25s ease-in;
  resize: none;
  outline: 0;
  box-sizing: border-box;
  border-radius: 0;
  padding: 5px 8px
}

.selfCheckoutBillingForm__input:focus,
.selfCheckoutBillingForm__select:focus {
  border-color: #666
}

.selfCheckoutBillingForm__input.error,
.selfCheckoutBillingForm__select.error {
  border-bottom-color: #db4c45
}

.selfCheckoutBillingForm__input {
  width: 100%
}

.selfCheckoutBillingForm__select {
  padding-right: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAMAAAD+zz7+AAAAKlBMVEUAAAAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyDapYENAAAADnRSTlMA+7qhBUFfjANOCvFt7jjoVhYAAAA9SURBVHgBRcdLCoRAEAWwvC7Lv/e/7sCAdnbx3D73Y8v6bs3m/zkqBxwpsFeaTu3AMtKdsfD+uuY4xzjBDz8qAPkfrKjhAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  min-width: 40%
}

.selfCheckoutBillingForm__checkboxLabel {
  position: relative;
  cursor: pointer;
  display: block;
  margin-top: 8px
}

.selfCheckoutBillingForm__checkboxLabel:hover input[type=checkbox]:not(:checked)+span {
  background-position: -20px 0
}

.selfCheckoutBillingForm__checkboxLabel:hover input[type=radio]:not(:checked)+span {
  background-position: -120px 0
}

.selfCheckoutBillingForm__checkboxLabel input[type=checkbox] {
  opacity: 0;
  position: absolute;
  height: 18px;
  top: 0;
  pointer-events: none
}

.selfCheckoutBillingForm__checkboxLabel input[type=checkbox]+span {
  display: inline-block;
  background-image: url(/assets/img/forms/sprite-checks.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 0 0;
  margin: 0 5px 5px 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border: none;
  cursor: pointer;
  vertical-align: middle
}

.selfCheckoutBillingForm__checkboxLabel input[type=checkbox]:not(:checked)+span:hover {
  background-position: -20px 0
}

.selfCheckoutBillingForm__checkboxLabel input[type=checkbox]:checked+span {
  background-position: -40px 0
}

.selfCheckoutBillingForm__checkboxLabel input[type=checkbox][disabled]+span {
  background: silver
}

.selfCheckoutBillingForm__checkboxText {
  display: inline-block;
  margin: 0 0 0 5px
}

.selfCheckoutBillingForm__columnContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px
}

.selfCheckoutBillingForm__labelCounterContainer {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.selfCheckoutBillingForm__infoMessage {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff7e1
}

.selfCheckoutBillingForm__hintError {
  font-size: 14px;
  color: #db4c45
}

.availabilitySummary {
  border-radius: 3px;
  padding: 20px 25px;
  margin-bottom: 30px;
  background: #f8f8f8
}

.availabilitySummary__title {
  font-weight: 600;
  margin: 0 0 5px
}

.availabilitySummary__subtitle {
  color: #8c8c8c;
  margin: 0;
  display: block
}

.availabilitySummary__counter {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700
}

.availabilitySummary__counter--small {
  font-size: 18px;
  line-height: 26px
}

.availabilityList__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid silver;
  margin-top: 10px;
  padding: 13px 15px;
  align-items: center
}

.availabilityList__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-right: 20px
}

.availabilityList__item {
  border-bottom: 1px solid #d9d9d9
}

.availabilityList__item.disabled .availabilityList__number {
  color: #e2e2e2
}

.availabilityList__item.disabled .availabilityList__sectionRight {
  background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #fff 2px, #fff 13px) #f6f6f6
}

.availabilityList__item--full .availabilityList__number {
  color: #fff;
  background-color: #db4c45;
  border-radius: 50px
}

.availabilityList__item--full .availabilityList__day {
  color: #db4c45;
  text-transform: initial;
  margin-top: 5px
}

.availabilityList__sectionLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #d9d9d9;
  padding: 10px 0;
  text-align: center
}

.availabilityList__sectionRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 10px
}

.availabilityList__number {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 36px;
  height: 35px;
  width: 35px;
  margin: 0 auto;
  display: block
}

.availabilityList__day {
  font-size: 12px;
  text-transform: uppercase
}

.availabilityList__add {
  border: 1px solid #f3e0da;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  margin: 0 5px;
  height: 70px;
  width: 70px;
  background: #fff
}

.availabilityList__add:hover {
  border: 1px solid #f76c6f
}

.availabilityList__add:hover .availabilityList__addText {
  margin-top: 4px;
  opacity: 1
}

.availabilityList__addSymbol {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f76c6f;
  font-size: 45px;
  top: 54%;
  position: relative;
  display: block
}

.availabilityList__addText {
  margin-top: -20px;
  font-size: 13px;
  opacity: 0;
  display: block;
  transition: .4s ease margin-top, .2s ease opacity
}

.availabilityList__empty {
  border-bottom: 1px solid #d9d9d9;
  padding: 14px 10px;
  color: #8c8c8c
}

.availabilityList__events {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(10, 130px);
  grid-column-gap: 10px;
  overflow-x: auto;
  margin-left: 8px;
  max-width: 80%
}

.availabilityList__event {
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  color: #222;
  background-color: #fff4f0;
  border: 1px solid #d9d9d9;
  font-weight: 600;
  min-height: 50px;
  border-radius: 3px;
  margin: 3px 0;
  padding: 10px;
  vertical-align: top;
  cursor: pointer
}

.availabilityList__event--disabled {
  background: #f8f8f8
}

.availabilityList__event:hover {
  background: #f9f0ed
}

.availabilityList__eventHour {
  color: #6c6c6c;
  display: block;
  text-align: right
}

.availabilitySettingsModal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background: #f8f8f8;
  padding: 30px 30px 0;
  border-radius: 3px 3px 0 0;
  position: relative
}

.availabilitySettingsModal__headerIcon {
  background: url(/assets/img/admin-emp/sprite_availability.svg) no-repeat scroll 50% 0 transparent;
  background-size: 100px;
  margin: 0;
  height: 85px;
  width: 100px;
  display: block
}

.availabilitySettingsModal__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left
}

.availabilitySettingsModal__subtitle {
  margin-bottom: 0
}

.availabilitySettingsModal__section {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 30px
}

.availabilitySettingsModal__section:last-of-type {
  border-bottom: 0
}

.availabilitySettingsModal__sectionTitle {
  font-weight: 600;
  margin-bottom: 5px
}

.availabilitySettingsModal__text {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.availabilityPaginator {
  margin-top: 20px;
  text-align: center
}

.availabilityPaginator__title {
  color: #8c8c8c;
  margin-bottom: 10px
}

.availabilityPaginator__button {
  padding: 10px 25px
}

.availabilityPaginator__button:hover .availabilityPaginator__arrow svg {
  fill: #000
}

.availabilityPaginator__arrow {
  width: 23px;
  height: inherit
}

.availabilityPaginator__arrow--left {
  margin-right: 5px
}

.availabilityPaginator__arrow--right {
  margin-left: 5px
}

.availabilityPaginator__arrow svg {
  fill: #8c8c8c
}

.availabilityPaginator__angle {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom
}

.availabilityPaginator__angle svg {
  fill: #8c8c8c
}

.availabilityPaginator__angle:hover svg {
  fill: #000
}

.availabilityNavigator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 18px 10px
}

.availabilityNavigator__current {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  text-align: center
}

.availabilityNavigator__button {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  font-weight: 600;
  cursor: pointer
}

.availabilityCheckboxBox {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center
}

.availabilityCheckboxBox__item {
  border-color: #d9d9d9;
  border-width: 1px 0 1px 1px;
  border-style: solid
}

.availabilityCheckboxBox__item:last-of-type {
  border-width: 1px
}

.availabilityCheckboxBox__header {
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0
}

.availabilityCheckboxBox__body {
  border-top: 1px solid #d9d9d9;
  padding: 13px 0
}

.availabilityClientModal__content {
  padding: 15px 20px;
  max-height: 415px;
  overflow-y: auto
}

.availabilityClientModal__searcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8;
  padding: 15px 30px
}

.availabilityClientModal__input {
  border: none;
  background: 0 0;
  box-shadow: none;
  outline: 0;
  width: 90%;
  margin: 0;
  padding-right: 50px
}

.availabilityClientModal__row {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 10px;
  display: block;
  cursor: pointer
}

.availabilityClientModal__row.active,
.availabilityClientModal__row:hover {
  background: #fff4f0
}

.availabilityClientModal__row:last-of-type {
  border-bottom: 0
}

.availabilityClientModal__name {
  font-weight: 400
}

.availabilityClientModal__date {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  float: right
}

.availabilitySettings__icon {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle
}

.availabilitySettings__icon svg {
  fill: #f76c6f
}

.availabilitySettings:hover svg {
  fill: #fff
}

.vendorsAddresses__mainAddress {
  padding: 9px 15px
}

.vendorsAddresses__addAddress {
  margin-right: 10px
}

.adminWidgetVideo3dTour {
  display: flex;
  margin: 30px 0 60px;
  width: 100%
}

.adminWidgetVideo3dTour__video {
  width: 100%;
  min-width: 450px;
  height: 100%;
  margin-right: 30px
}

.adminWidgetVideo3dTour__content {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.adminWidgetVideo3dTour__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 15px 0 0
}

.adminWidgetVideo3dTour__subtitle {
  color: #6c6c6c;
  margin-top: 15px;
  text-transform: uppercase;
  cursor: pointer
}

.adminWidgetVideo3dTour__subtitle:hover {
  color: #f76c6f
}

.adminWidgetVideo3dTour__subtitle:hover .svgIcon__angleRight svg {
  fill: #f76c6f
}

.adminWidgetVideo3dTour__subtitle .svgIcon__angleRight {
  width: 12px;
  height: 10px
}

.adminWidgetVideo3dTour__subtitle .svgIcon__angleRight svg {
  fill: #6c6c6c
}

.adminWidgetVideo3dTour__social--container {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.adminWidgetVideo3dTour__social__btn {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  margin-right: 5px
}

.adminWidgetVideo3dTour__social__btn span {
  color: #2b2b2b;
  margin-left: 5px
}

.adminWidgetVideo3dTour__social__btn .svgIcon__facebook svg {
  fill: #3b5998
}

.adminWidgetVideo3dTour__social__btn .svgIcon__twitter svg {
  fill: #00aced
}

.adminWidgetVideo3dTour__aside {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 10px 15px 20px;
  display: flex;
  flex-direction: column;
  min-width: 200px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .11)
}

.adminWidgetVideo3dTour__aside__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px
}

.adminWidgetVideo3dTour__aside__title .svgIcon__coding {
  width: 21px;
  height: 21px;
  margin-right: 5px
}

.adminWidgetVideo3dTour__aside__code {
  font-size: 13px;
  line-height: 19px;
  width: 100%;
  height: 100%;
  font-family: Courier, monospace;
  background-color: #f8f8f8;
  resize: none;
  margin-bottom: 20px
}

@media only screen and (min-width:768px) and (max-width:1120px) {
  .adminWidgetVideo3dTour .weddingwireWidgetVideo3dTour__svg3Dtours {
    width: 50px;
    margin: 0 auto 10px
  }

  .adminWidgetVideo3dTour .weddingwireWidgetVideo3dTour__title {
    font-size: 24px
  }

  .adminWidgetVideo3dTour .weddingwireWidgetVideo3dTour__subtitle {
    font-size: 13px
  }

  .adminWidgetVideo3dTour .weddingwireWidgetVideo3dTour__svgHeartBodas {
    width: 38px
  }

  .adminWidgetVideo3dTour .weddingwireWidgetVideo3dTour .btn-flat {
    font-size: 13px;
    padding: 6px 10px
  }
}

.adminPricingStatus {
  border-bottom: 1px solid #d9d9d9;
  margin: 40px 0 30px;
  padding-bottom: 20px
}

.adminPricingStatus__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.adminPricingStatus__counter {
  font-weight: 400;
  float: right
}

.adminPricingStatus__description {
  font-size: 14px;
  line-height: 21px;
  margin: 20px 0 0
}

.adminPricingDescription {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px
}

.adminPricingTable {
  margin-bottom: 30px
}

.adminPricingTable__header td {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px
}

.adminPricingTable__row {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9
}

.adminPricingTable__row--featured {
  background-color: #fefcf5
}

.adminPricingTable__item {
  padding: 15px 10px
}

.adminPricingTable__item--bold {
  font-weight: 600
}

.adminPricingTable__item--header {
  font-weight: 600;
  text-transform: uppercase
}

.adminPricingTable__item--date {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.adminPricingTable__actions a,
.adminPricingTable__actions span {
  vertical-align: middle
}

.adminPricingTable__user svg {
  fill: #6c6c6c
}

.adminPricingTable__edit svg {
  fill: #f76c6f
}

.adminPricingTable__delete svg {
  fill: #6c6c6c
}

.adminPricingTable__tooltip {
  font-size: 14px;
  line-height: 21px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #6c6c6c;
  font-weight: 400;
  border: 1px solid #d9d9d9;
  background: #fff;
  text-align: center;
  width: 160px;
  border-radius: 3px;
  z-index: 10;
  padding: 8px;
  top: 20px;
  left: 50%;
  position: absolute;
  box-sizing: border-box;
  display: none
}

.adminPricingTable__tooltip:after,
.adminPricingTable__tooltip:before {
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  border-width: 8px;
  border-style: solid;
  left: 50%
}

.adminPricingTable__tooltip:after {
  border-color: transparent transparent #fff;
  top: -16px
}

.adminPricingTable__tooltip:before {
  border-color: transparent transparent #d9d9d9;
  top: -17px
}

.adminPricingTable .user-submitted-review {
  margin-right: 40px;
  position: relative
}

.adminPricingTable .user-submitted-review:hover .adminPricingTable__tooltip {
  display: block
}

.adminPricingForm input:disabled {
  cursor: not-allowed;
  opacity: .5
}

.adminPricingSwitch__text {
  margin-right: 15px;
  vertical-align: middle
}

.adminPricingSwitch__status {
  margin-left: 5px
}

.adminPricingSwitch__bullet {
  float: right;
  text-align: left
}

.adminPricingUpload {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px;
  padding: 30px;
  overflow: hidden;
  text-align: center
}

.adminPricingUpload__title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 15px
}

.adminPricingUpload__name {
  font-weight: 400;
  margin-bottom: 15px
}

.adminPricingUpload__remove {
  color: #8c8c8c;
  text-decoration: underline
}

.adminPricingUpload__description {
  color: #6c6c6c;
  margin-bottom: 20px
}

.adminPricingUpload__icon {
  width: 100%;
  height: 67px;
  margin-bottom: 20px
}

.adminPricingTutorial__video {
  background-color: #f6f6f6;
  padding: 20px
}

.adminPricingTutorial__videocontent {
  width: 100%
}

.adminPricingTutorial__content {
  padding: 20px
}

.adminPricingTutorial__content h3 {
  padding-bottom: 10px
}

.adminPricingTutorial__content ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0
}

.adminPricingTutorial__content li {
  padding: 5px 10px;
  text-indent: -30px
}

.adminPricingTutorial__content li:before {
  content: "• ";
  color: #f76c6f;
  font-size: 25px;
  line-height: 10px
}

.paymentsTitleActionWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.paymentsAdminAlert {
  display: flex
}

.paymentsAdminAlert strong {
  font-size: 16px
}

.paymentsAdminAlert .muted {
  font-size: 14px;
  line-height: 21px;
  color: #8a8a8a
}

.paymentsAdminAlert .paymentsAdminAlertBody {
  flex-grow: 2
}

.paymentTransferErrors {
  display: none
}

.payment-request-table-headers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.payment-request-table {
  border: 1px solid #d9d9d9
}

.payment-request-table table {
  border: 1px solid #d9d9d9;
  border-collapse: separate
}

.payment-request-table tr {
  border: 1px solid #d9d9d9
}

.payment-request-table th {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  font-weight: 400;
  text-align: left;
  padding: 10px
}

.payment-request-table .payment-request-row {
  cursor: pointer
}

.payment-request-table .payment-request-row td {
  padding: 15px 10px
}

.payment-request-table .payment-request-row .payment-request-table-data {
  font-weight: 600
}

.paymentsEmptyTable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  border: 1px solid #d9d9d9;
  min-height: 400px;
  border-radius: 3px;
  text-align: center
}

.paymentsEmptyTable .getPaid,
.paymentsEmptyTable .requestPayments,
.paymentsEmptyTable .setUpAccount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left
}

.paymentsEmptyTable .getPaid div,
.paymentsEmptyTable .requestPayments div,
.paymentsEmptyTable .setUpAccount div {
  width: 50%
}

.transfer-confirm-modal-body .transfer-confirm-table table {
  border-collapse: separate
}

.transfer-confirm-modal-body .transfer-confirm-table tr {
  border-top: 1px solid #d3d3d3
}

.transfer-confirm-modal-body .transfer-confirm-table th {
  text-align: left;
  padding: 10px;
  color: #8a8a8a
}

.transfer-confirm-modal-body .transfer-confirm-table .payment-request-row {
  cursor: pointer
}

.transfer-confirm-modal-body .transfer-confirm-table .payment-request-row td {
  padding: 15px 10px 15px 10px;
  text-align: right
}

.transfer-confirm-modal-body .btn {
  background-color: #f76c6f;
  width: 100%
}

.transfer-confirm-modal-body .cancel-transfer-link-container {
  text-align: center;
  margin-top: 10px;
  cursor: pointer
}

.transfer-history-table table {
  border-collapse: separate
}

.transfer-history-table tr {
  border-bottom: 1px solid #d3d3d3
}

.transfer-history-table th {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  font-weight: lighter;
  padding: 10px;
  color: #8a8a8a
}

.transfer-history-table .payout-column {
  text-align: right
}

.transfer-history-table .payment-request-row {
  cursor: pointer
}

.transfer-history-table .payment-request-row td {
  padding: 15px 10px 15px 10px
}

.transfer-history-table .payment-request-row .payment-request-table-data {
  font-weight: 700
}

.transfer-modal-text {
  text-align: center
}

.paymentsCardHeaderIcon {
  background: url(/assets/img/admin-emp/sprite-empty.svg) no-repeat scroll 50% -1150px transparent;
  background-size: 140px;
  display: block;
  width: 110px;
  height: 90px;
  margin: auto
}

.vendor-payments-onboarding__link {
  min-width: 150px
}

.payment-request-modal-body .vendor-payment-request-form .full-width {
  width: 100%
}

.payment-request-modal-body .vendor-payment-request-form .half-width {
  width: 50%
}

.payment-request-modal-body .vendor-payment-request-form .form-control {
  border: 1px solid #d9d9d9;
  display: block;
  padding: 8px 0 8px 5px;
  font-size: 15px;
  line-height: 1.42;
  color: #000;
  background-color: #fff;
  background-image: none;
  border-radius: 4px
}

.payment-request-modal-body .vendor-payment-request-form .input-group {
  margin-bottom: 0
}

.payment-request-modal-body .vendor-payment-request-form .hidden {
  display: none
}

.payment-request-modal-body .vendor-payment-request-form textarea {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 80px;
  border-radius: 0 0 4px 4px;
  resize: none
}

.payment-request-modal-body .vendor-payment-request-form .error {
  border: 1px solid #ea1111
}

.payment-request-modal-body .vendor-payment-request-form .error-text {
  font-size: 11px;
  line-height: 16px;
  color: #ea1111
}

.payment-request-modal-body .vendor-payment-request-form .alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px
}

.payment-request-modal-body .vendor-payment-request-form .alert-danger {
  background-color: #fdecec;
  border-color: #ea1111;
  color: #ea1111
}

.payment-request-modal-body .vendor-payment-request-form .inboxPaymentRequest input {
  font-weight: 400;
  outline-style: none;
  box-shadow: none;
  cursor: text;
  font-size: 26px !important;
  padding-left: 85px !important;
  width: 100%;
  background-color: #fff;
  display: block;
  box-sizing: border-box
}

.payment-request-modal-body .vendor-payment-request-form .inboxPaymentRequest__inputIcon {
  position: absolute;
  top: 1px
}

.payment-request-modal-body .vendor-payment-request-form .inboxPaymentRequest__inputIcon .inboxPaymentRequest__inputIconDollar {
  position: relative;
  font-size: 20px;
  top: 5px;
  vertical-align: top
}

.payment-request-modal-body .vendor-payment-request-form .inboxPaymentRequest__paymentDollar {
  font-size: 25px;
  position: relative;
  top: 4px
}

.calltracking-table table {
  border: 1px solid #8c8c8c;
  border-collapse: separate
}

.calltracking-table tr {
  border: 1px solid #8c8c8c
}

.calltracking-table th {
  text-align: left;
  font-weight: 400;
  padding: 10px
}

.calltracking-table .calltracking-row {
  cursor: pointer
}

.calltracking-table .calltracking-row td {
  padding: 15px 10px
}

.calltracking-table .calltracking-row .calltracking-table-data {
  font-weight: 600
}

.app-budget-content .headerEmp.performanceBudget {
  display: block;
  border-bottom: 1px solid #e8e8e8
}

.app-budget-content .headerEmp.performanceBudget img {
  vertical-align: middle
}

.app-budget-content .headerEmp.performanceBudget .headerEmp__claim {
  color: #8c8c8c
}

.app-budget-content .mlneg10 {
  margin-left: -10px
}

.app-budget-content h1.adminTitle {
  margin-bottom: 0
}

.app-budget-content h2.empresa-name {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #8c8c8c;
  letter-spacing: 1px;
  margin: 0;
  margin-top: 10px;
  text-transform: uppercase
}

.app-budget-content .contract-date__copy {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px
}

.app-budget-content .contract-date__reset-link {
  display: block;
  color: #19b5bc
}

.app-budget-content .app-budget-contract-date {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  vertical-align: middle;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  width: 110px;
  padding-left: 10px;
  box-shadow: none
}

.app-budget-content .box-row {
  border: 1px solid #d9d9d9;
  background-color: #efefef;
  height: 60px;
  line-height: 60px;
  border-bottom: 0;
  font-weight: 400
}

.app-budget-content .box-row:last-child {
  border-bottom: 1px solid #d9d9d9
}

.app-budget-content .box-row.box-row-light {
  background-color: transparent
}

.app-budget-content .box-row .box-row-col {
  border-left: 1px solid #d9d9d9
}

.app-budget-content .box-row .extra-info {
  line-height: normal;
  color: #8c8c8c
}

.app-budget-content .box-row .app-budget-total-price {
  font-size: 18px
}

.app-budget-content .budget-table .app-budget-month {
  height: 72px;
  line-height: 72px
}

.app-budget-content .budget-table .app-budget-month>div {
  line-height: 72px;
  height: 72px
}

.app-budget-content .budget-table .app-budget-month:hover {
  background: #f9f9f9
}

.app-budget-content .budget-table .app-budget-month.error input {
  border: 1px solid #db4c45
}

.app-budget-content .budget-table .app-budget-month.error .month-name {
  color: #db4c45
}

.app-budget-content .budget-table .app-budget-month.error .app-txt-max-budget::placeholder {
  color: #8c8c8c;
  font-weight: 400
}

.app-budget-content .budget-table .app-budget-month.budget-month-hidden-from-summary {
  background: #f7f7f7
}

.app-budget-content .budget-table .app-budget-month.focus input,
.app-budget-content .budget-table .app-budget-month.has-budget input {
  padding-left: 24px;
  width: 86px
}

.app-budget-content .budget-table .app-budget-month.focus .input-dollar,
.app-budget-content .budget-table .app-budget-month.has-budget .input-dollar {
  display: block;
  left: 18px
}

.app-budget-content .budget-table .app-budget-month.outside-contract-bleh {
  background-color: #efefef
}

.app-budget-content .budget-table .app-budget-month.outside-contract-bleh .lead-info-col .no-leads {
  color: #aaa !important
}

.app-budget-content .budget-table .app-budget-month.prorated.has-budget .prorated-info {
  display: block;
  font-size: 14px
}

.app-budget-content .budget-table .app-budget-month.prorated.has-budget .prorated-info b {
  font-size: 16px
}

.app-budget-content .budget-table .app-budget-month.prorated.has-budget .prorated-info .font-hero {
  font-size: 16px
}

.app-budget-content .budget-table .app-budget-month.prorated.has-budget .prorated-info .prorated-dates {
  color: #757575
}

.app-budget-content .budget-table .app-budget-month.prorated.has-budget .lead-info-col {
  font-size: 16px
}

.app-budget-content .budget-table .app-budget-month.prorated.has-budget .lead-info-col .prorated-info {
  font-size: 16px
}

.app-budget-content .budget-table .app-budget-month.prorated.has-budget .lead-info-col .lead-count {
  width: 50%;
  line-height: 25px;
  padding-top: 10px;
  color: grey;
  font-weight: 400
}

.app-budget-content .budget-table .app-budget-month.prorated.has-budget .lead-info-col .lead-count .font-hero {
  font-size: 16px;
  font-weight: 100
}

.app-budget-content .budget-table .app-budget-month.prorated.has-budget .lead-info-col .lead-count.prorated {
  color: #222
}

.app-budget-content .budget-table .app-budget-month.prorated.has-budget .lead-info-col .lead-count.prorated .font-hero {
  font-size: 18px;
  font-weight: 600
}

.app-budget-content .budget-table .app-budget-month .icheckbox_minimal {
  left: -34px;
  position: absolute !important;
  top: 50%;
  margin-top: -9px
}

.app-budget-content .budget-table .app-budget-month .prorated-info {
  display: none
}

.app-budget-content .budget-table .app-budget-month .month-name {
  font-weight: 400;
  line-height: 72px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #8c8c8c
}

.app-budget-content .budget-table .app-budget-month input {
  height: 42px;
  line-height: 42px;
  width: 100px;
  padding-left: 10px;
  margin-left: 10px
}

.app-budget-content .budget-table .app-budget-month input[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #959595;
  border: 1px solid #ccc
}

.app-budget-content .budget-table .app-budget-month input::-webkit-inner-spin-button,
.app-budget-content .budget-table .app-budget-month input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.app-budget-content .budget-table .app-budget-month input[type=number] {
  -moz-appearance: textfield
}

.app-budget-content .budget-table .app-budget-month .input-dollar {
  display: none
}

.app-budget-content .budget-table .app-budget-month .lead-info-col {
  color: #c6c6c6;
  font-size: 14px;
  background-color: #e8f6f8
}

.app-budget-content .budget-table .app-budget-month .lead-info-col .prorated-head {
  font-weight: 400;
  font-size: 16px
}

.app-budget-content .budget-table .app-budget-month .lead-info-col>div.pure-g {
  height: 100%
}

.app-budget-content .budget-table .app-budget-month .lead-info-col.no-range {
  background-color: transparent
}

.app-budget-content .budget-table .app-budget-month .lead-info-col.no-range .no-leads {
  display: block
}

.app-budget-content .budget-table .app-budget-month .lead-info-col .lead-count {
  width: 100%;
  color: #222;
  font-weight: 400
}

.app-budget-content .budget-table .app-budget-month .lead-info-col .no-leads {
  color: grey;
  font-size: 14px;
  line-height: 18px;
  padding: 18px;
  display: none
}

.app-budget-content .btnOutline--primary[disabled]:hover {
  color: #8c8c8c
}

.app-budget-content .app-budget-img-processing {
  position: absolute;
  left: -50px;
  top: 7px
}

.app-budget-content .infobox {
  padding: 65px 25px 5px;
  background-color: #fff6e0;
  position: relative
}

.app-budget-content .infobox--bg-blue {
  background-color: #e8f6f8
}

.app-budget-content .infobox__heading {
  background-color: inherit;
  margin-bottom: 20px
}

.app-budget-content .infobox__icon {
  position: absolute;
  top: -55px;
  left: 50%;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  margin-left: -55px;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: inherit;
  background-image: url(/assets/img/admin-emp/lightbulb_icon.svg)
}

.app-budget-content .infobox__title {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  font-weight: 600
}

.app-budget-content .infobox--heading-inline {
  padding-top: 25px
}

.app-budget-content .infobox--heading-inline .infobox__icon {
  position: static;
  padding-top: 0;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 20%;
  height: 60px
}

.app-budget-content .infobox--heading-inline .infobox__title {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 65%
}

.app-budget-content .infobox__copy {
  display: block;
  font-size: 18px;
  line-height: 27px
}

.app-budget-content .infobox__copy--size-16 {
  font-size: 16px;
  line-height: 24px
}

.app-budget-content .infobox__copy--size-18 {
  font-size: 18px;
  line-height: 27px
}

.app-budget-content .infobox__copy--weight-light {
  font-weight: 400
}

.app-budget-content .infobox__copy--weight-heavy {
  font-weight: 600
}

.app-budget-content .infobox__list {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 0
}

.app-budget-content .infobox__budget-contact {
  display: none;
  font-size: 16px;
  line-height: 24px
}

.app-budget-content .infobox--mod-valentines {
  background-color: #feeee8;
  padding-top: 45px
}

.app-budget-content .infobox--mod-valentines .infobox__icon {
  background-image: url(/assets/img/admin-emp/hearts-icon.svg);
  height: 80px
}

.app-budget-content .infobox--mod-valentines .infobox__title {
  font-size: 20px;
  line-height: 26px
}

.app-budget-content .infobox--mod-engagement-season {
  background-color: #feeee8
}

.app-budget-content .infobox--mod-engagement-season .infobox__icon {
  background-image: url(/assets/img/admin-emp/ring-icon.svg);
  height: 80px
}

.app-budget-content .infobox--mod-engagement-season .infobox__title {
  font-size: 24px;
  line-height: 30px
}

.app-budget-content .infobox--mod-spring {
  background-color: #feeee8;
  padding: 65px 10px 15px
}

.app-budget-content .infobox--mod-spring .infobox__icon {
  background-image: url(/assets/img/admin-emp/flower-icon.svg)
}

.app-budget-content .infobox--mod-spring .infobox__title {
  font-size: 20px;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px
}

.app-budget-content .budgetSettingsHistory__icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer
}

.app-budget-content .app-budget-history-container {
  z-index: 99999;
  display: none;
  position: relative;
  border: 10px solid #ddd;
  background-color: #fff;
  text-align: center;
  width: 100%
}

.app-budget-content .app-budget-history-container .app-budget-history-new,
.app-budget-content .app-budget-history-container .app-budget-history-old {
  padding: 0 10px 0 10px
}

.app-budget-content .app-budget-history-container .app-budget-history-list {
  min-height: 40px
}

.app-budget-content .app-budget-history-container .app-budget-history-item {
  border-bottom: 1px solid #888;
  font-size: 14px;
  color: #222;
  line-height: 40px
}

.app-budget-content .app-budget-history-container .lds-ellipsis {
  height: 40px
}

.app-budget-content .app-budget-history-container .lds-ellipsis div {
  top: 15px
}

.app-budget-content .app-budget-month .lead-count .lds-ellipsis {
  top: 8px
}

.app-budget-content .app-budget-month .prorated-pricing-info .lds-ellipsis {
  top: 11px
}

.app-budget-content .lds-ellipsis {
  top: 14px;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 20px
}

.app-budget-content .lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d9d9d9;
  animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.app-budget-content .lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 .6s infinite
}

.app-budget-content .lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 .6s infinite
}

.app-budget-content .lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 .6s infinite
}

.app-budget-content .lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(0)
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(19px, 0)
  }
}

.app-budget-content.budget-summary .wrapper {
  width: 900px;
  min-width: 0
}

.app-budget-content.budget-summary .budget-heading {
  text-align: center
}

.app-budget-content.budget-summary .budget-heading h2 {
  font-size: 16px;
  color: #8c8c8c;
  letter-spacing: 1px
}

.app-budget-content.budget-summary .budget-heading .not-includes {
  background-color: #f8f8f8;
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 600
}

.app-budget-content.budget-summary .budget-table .table-heading {
  font-size: 18px;
  font-weight: 400
}

.app-budget-content.budget-summary .budget-table .app-budget-month .month-name {
  color: #6c6c6c;
  line-height: 50px;
  font-weight: 400
}

.app-budget-content.budget-summary .budget-table .app-budget-month .app-prorated-cost {
  font-size: 14px
}

.app-budget-content.budget-summary .budget-table .app-budget-month span.full-cost {
  font-size: 12px
}

.app-budget-content.budget-summary .budget-table .app-budget-month b.full-cost {
  font-size: 16px;
  font-weight: 600
}

.app-budget-content.budget-summary .budget-table .app-budget-month .prorated-dates-container {
  bottom: 5px;
  right: 0;
  font-size: 11px;
  color: #6c6c6c;
  line-height: normal
}

.app-budget-content.budget-summary .summary-row {
  margin-bottom: 80px
}

.app-budget-content.budget-summary .summary-row .summary-totals {
  border-top: 0;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9
}

.app-budget-content.budget-summary .summary-row .summary-totals.bolden {
  border: 1px solid #8c8c8c
}

.app-budget-content.budget-summary .summary-row .summary-totals .cash-total {
  letter-spacing: .5px
}

.app-budget-content.budget-summary .summary-row .summary-totals small {
  color: grey
}

.app-budget-content.budget-summary .footing {
  color: #222;
  bottom: 0
}

.app-budget-content.budget-summary .footing b {
  font-size: 20px
}

.app-budget-content.budget-summary .box-row,
.app-budget-content.budget-summary .budget-table .app-budget-month,
.app-budget-content.budget-summary .budget-table .app-budget-month>div {
  line-height: 50px;
  height: 50px
}

.app-budget-content.budget-summary a {
  color: #19b5bc
}

.app-budget-content.budget-summary .infobox--mod-engagement-season .infobox__copy {
  font-size: 16px
}

.app-budget-content.budget-summary .infobox {
  margin-top: 45px;
  padding-left: 30px;
  padding-right: 30px
}

.app-budget-content.budget-summary .infobox--heading-inline {
  margin-top: 0
}

.app-budget-content.budget-summary .infobox__budget-contact {
  display: block
}

.adyen-checkout__payment-method {
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 3px
}

.adyen-checkout__payment-method:first-child {
  border-radius: 3px
}

.adyen-checkout__payment-method:last-child {
  border-radius: 3px
}

.adyen-checkout__payment-method--selected+.adyen-checkout__payment-method {
  border-radius: 3px
}

.adyen-checkout__button {
  background-color: #f76c6f;
  font-weight: 600;
  color: #fff;
  border-radius: 3px
}

.adyen-checkout__button:hover {
  background-color: #f65457
}

.adyen-checkout__input {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 5px 8px
}

.adyen-checkout__label {
  font-family: ProximaNova, Helvetica, Arial, sans-serif
}

.adyen-checkout__label__text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600
}

.adyen-checkout__label__text--error {
  color: #000
}

.adyen-checkout__label--focused .adyen-checkout__label__text {
  color: #000
}

.adyen-checkout__button__icon {
  display: none
}

.adyen-checkout__spinner {
  border-color: #f76c6f;
  border-top-color: transparent
}

.adyen-checkout__input--focus,
.adyen-checkout__input--focus:hover,
.adyen-checkout__input:active,
.adyen-checkout__input:active:hover,
.adyen-checkout__input:focus,
.adyen-checkout__input:focus:hover {
  border-color: #666;
  box-shadow: unset
}

.adyen-checkout__payment-method__name {
  font-weight: 600
}

.adyen-checkout__error-text {
  font-size: 14px;
  line-height: 21px;
  color: red
}

.adyen-checkout__voucher-result__code {
  width: auto
}

#adyen-encrypted-form .adyen-checkout__payment-method__header {
  display: none
}

#adyen-encrypted-form .adyen-checkout__payment-method {
  background: #fff;
  border: none
}

#adyen-encrypted-form .adyen-checkout__input {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #b9c4c9;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 5px 8px
}

#adyen-encrypted-form .adyen-checkout__input--error,
#adyen-encrypted-form .adyen-checkout__input--invalid {
  border-bottom-color: red
}

#adyen-encrypted-form .adyen-checkout__spinner {
  border-color: #f76c6f;
  border-top-color: transparent
}

#adyen-encrypted-form .adyen-checkout__input--focus,
#adyen-encrypted-form .adyen-checkout__input--focus:hover,
#adyen-encrypted-form .adyen-checkout__input:active,
#adyen-encrypted-form .adyen-checkout__input:active:hover,
#adyen-encrypted-form .adyen-checkout__input:focus,
#adyen-encrypted-form .adyen-checkout__input:focus:hover {
  border-width: 0 0 1px;
  border-color: #666;
  box-shadow: unset
}

#adyen-encrypted-form .adyen-checkout__label {
  font-family: ProximaNova, Helvetica, Arial, sans-serif
}

#adyen-encrypted-form .adyen-checkout__label__text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600
}

.vendorTermsOfPurchaseNotification {
  display: flex;
  justify-content: space-between
}

.vendorTermsOfPurchaseNotification--static {
  background: #f8f8f8;
  padding: 10px 0 10px 20px
}

.vendorTermsOfPurchaseNotification__close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px 0 0;
  color: #8c8c8c;
  font-size: 26px;
  cursor: pointer;
  outline: 0
}

@media only screen and (min-width:600px) {
  .vendorTermsOfPurchaseNotification__close {
    padding: 0 15px 0 0
  }
}

.vendorTermsOfPurchaseNotification__button {
  display: block;
  font-size: 16px;
  font-weight: 100;
  color: #f76c6f;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px
}

@media only screen and (min-width:600px) {
  .vendorTermsOfPurchaseNotification__button {
    display: inline-block;
    line-height: 21px;
    padding: 5px 8px;
    border: 1px solid #f76c6f;
    font-weight: 600
  }
}

.vendorTermsOfPurchaseNotification__text--big {
  font-size: 18px
}

.vendorTermsOfPurchaseNotification--bgTopBanner {
  background-color: #e5f5ef;
  border: 1px solid transparent
}

.taxRecordLayer {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  overflow: hidden
}

.taxRecordLayer__closeIcon {
  align-self: flex-end;
  display: grid;
  place-items: center;
  margin: -.5rem -.75rem -.5rem .5rem;
  height: 3rem;
  width: 3rem;
  cursor: pointer
}

.taxRecordLayer__closeIcon svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: #8c8c8c;
  transition: fill .2s
}

.taxRecordLayer__closeIcon:hover svg {
  fill: #222
}

.taxRecordLayer__checkCircleIcon,
.taxRecordLayer__checklistIcon {
  height: 2.75rem;
  width: 2.75rem;
  margin-bottom: 1.25rem
}

.taxRecordLayer__checkCircleIcon svg,
.taxRecordLayer__checklistIcon svg {
  height: 2.75rem;
  width: 2.75rem
}

.taxRecordLayer__checkCircleIcon svg {
  fill: #48964d
}

.taxRecordLayer__title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: .5rem
}

.taxRecordLayer__description {
  margin-bottom: 1.12rem;
  text-align: center
}

.taxRecordLayer__uploadButton {
  padding: 12px 15px;
  margin-bottom: 1.25rem
}

.taxRecordLayer__secondaryLink {
  color: #6c6c6c;
  transition: color .2s;
  text-decoration: underline;
  cursor: pointer
}

.taxRecordLayer__secondaryLink:hover {
  color: #222
}

.taxRecordLayer__form {
  display: flex;
  flex-direction: column;
  align-items: center
}

.taxRecordLayer__infoBox {
  background-color: #f8f8f8;
  border-radius: .5rem;
  padding: 1rem
}

.taxRecordLayer__checkBox {
  margin-bottom: 1rem
}

.taxRecordLayer__checkBox .toggleCheck__checkmark {
  background-color: #fff
}

.taxRecordLayer__secondaryButton {
  margin-left: 30px
}

.taxRecordLayer__confirmation {
  display: flex;
  max-width: 80%
}

.taxRecordLayer__fileNameBox {
  border-radius: 5px;
  margin-right: 11px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  column-gap: 10px;
  overflow: hidden
}

.taxRecordLayer__fileIcon {
  width: 18px;
  height: 18px
}

.taxRecordLayer__fileIcon svg {
  width: 18px;
  height: 18px
}

.taxRecordLayer__fileName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
  text-align: left
}

.taxRecordForm__confirmation {
  display: flex;
  width: 100%
}

.taxRecordForm__fileNameBox {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 10px;
  column-gap: 10px;
  overflow: hidden
}

.taxRecordForm__fileIcon {
  width: 18px;
  height: 18px
}

.taxRecordForm__fileIcon svg {
  width: 18px;
  height: 18px
}

.taxRecordForm__fileName {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
  text-align: left
}

.taxRecordForm__update {
  color: #f76c6f;
  cursor: pointer;
  transition: color .2s
}

.taxRecordForm__update:hover {
  color: #f35c5f
}

.taxRecordForm__infoBox {
  display: flex;
  column-gap: 8px
}

@charset "UTF-8";

@keyframes showModal {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showBackdrop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  width: 100%;
  min-height: 150px
}

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto
}

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  min-height: 150px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: 0;
  overflow-y: auto
}

.trumbowyg-editor a {
  text-decoration: underline
}

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  white-space: normal
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: 0 0;
  opacity: 0 !important;
  margin: 0 !important;
  position: absolute
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: .8;
  background: 0 0
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none
}

.trumbowyg-button-pane {
  min-height: 30px;
  margin: 0 -9px 0;
  padding: 0 0 10px;
  list-style-type: none;
  line-height: 10px;
  backface-visibility: hidden
}

.trumbowyg-button-pane .trumbowyg-button-group {
  display: inline-block;
  vertical-align: middle
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: transparent
}

.trumbowyg-button-pane button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 30px;
  margin: 0 4px;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border-radius: 4px;
  transition: background-color 150ms, opacity 150ms
}

.trumbowyg-button-pane button:first-child {
  margin-left: 0
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
  width: auto;
  line-height: 35px
}

.trumbowyg-button-pane button.trumbowyg-active {
  background-color: #e2e2e2;
  outline: 0
}

.trumbowyg-button-pane .trumbowyg-open-dropdown:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  right: 0;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
  padding-left: 10px !important;
  padding-right: 18px !important
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button:after {
  top: 17px;
  right: 7px
}

.trumbowyg-button-pane .trumbowyg-right {
  margin-left: auto
}

.trumbowyg-button-pane .trumbowyg-right::before {
  display: none !important
}

.trumbowyg-dropdown {
  width: 340px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 5px;
  background: #fff;
  margin: 0 10px 0 0;
  z-index: 999
}

.trumbowyg-dropdown button {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  background: #fff;
  padding: 0 10px;
  color: #333;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  transition: all 150ms
}

.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
  background: #ecf0f1
}

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, .5);
  width: 100%;
  left: 0;
  display: none;
  z-index: 10
}

.trumbowyg-button-group button:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/assets/img/trumbowyg_bodasTools.png?2);
  background-repeat: no-repeat
}

@media (min-resolution:2dppx),
not all,
not all,
(-webkit-min-device-pixel-ratio:2) {
  .trumbowyg-button-group button:before {
    background-image: url(/assets/img/trumbowyg_bodasTools@2x.png?2);
    background-size: 30px auto
  }
}

.trumbowyg-italic-button:before {
  background-position: 0 -30px
}

.trumbowyg-insertLinkBodas-button:before,
.trumbowyg-insertLinkSidebarBodas-button:before {
  background-position: 0 -60px
}

.trumbowyg-insertImageBodas-button:before {
  background-position: 0 -90px
}

.trumbowyg-insertVideoBodas-button:before {
  background-position: 0 -120px
}

.trumbowyg-insertEmojiBodas-button:before {
  background-position: 0 -150px
}

.trumbowyg-unlink-button:before {
  background-position: 0 -180px
}

.trumbowyg-unorderedList-button:before {
  background-position: 0 -210px
}

.trumbowyg-orderedList-button:before {
  background-position: 0 -240px
}

.trumbowyg-undo-button:before {
  background-position: 0 -270px
}

.trumbowyg-redo-button:before {
  background-position: 0 -300px
}

.trumbowyg-insertGifBodas-button:before {
  background-position: 0 -330px
}

.trumbowyg-justifyLeft-button:before {
  background-position: 0 -358px
}

.trumbowyg-justifyRight-button:before {
  background-position: 0 -385px
}

.trumbowyg-justifyCenter-button:before {
  background-position: 0 -412px
}

.vendor-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-top: 66.54%
}

.vendor-slider:after {
  content: "";
  display: block;
  clear: both
}

.vendor-slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.vendor-slider-images {
  width: 200%
}

.vendor-slider-images img {
  float: left;
  width: calc(100% / 2)
}

.vendor-slider-thumb {
  max-width: 284px
}

.vendor-slider-thumb .ribbon:before {
  margin: 0;
  display: block
}

.gallery-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
  box-sizing: border-box;
  z-index: 10
}

.mgall-prev {
  left: 0
}

.mgall-next {
  right: 0
}

.vendorVideos .swiper-slide.embedded iframe,
.vendorVideos .swiper-slide.embedded object,
.vendorVideos .swiper-slide.embedded video {
  width: 800px;
  height: 450px
}

.directory-list--galleryControlsVisible .listItem__imageCounter {
  visibility: visible
}

.directory-list--galleryControlsVisible .gallery-nav {
  padding: 10px
}

.box-emp {
  border-color: #d1d1d1;
  margin-bottom: 30px
}

.box-emp .header {
  box-shadow: inset 0 1px 0 0 #fff;
  background: #f0f0f0
}

.box-emp .header.related {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  background: #726a71
}

.box-emp .header.related p {
  color: #fff;
  text-shadow: none
}

.box-emp .header.unrelated {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  background: #f76c6f
}

.box-emp .header.unrelated p {
  color: #fff;
  text-shadow: none
}

.box-emp .header .widget-title {
  font-weight: 600;
  padding: 15px 20px;
  text-shadow: 1px 1px 0 #fff
}

.box-emp .mapaEmpresa {
  overflow: hidden
}

.box-vendors-related li {
  margin: 0
}

.box-vendors-related li:last-child div {
  border-bottom: none
}

.box-vendors-related li div {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 10px;
  padding: 5px 0
}

.box-vendors-related li div a {
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  width: 80%;
  font-size: 14px;
  line-height: 21px
}

.box-vendors-related li div a:hover {
  color: #f76c6f
}

.box-vendors-related li div a.link {
  color: #f76c6f
}

.box-vendors-related li div span {
  font-size: 14px;
  line-height: 21px;
  float: right
}

.box-vendors-related li.last div {
  border: none
}

.dualAvailabilityCalendar {
  text-align: center
}

.dualAvailabilityCalendar__header {
  padding: 20px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9
}

.dualAvailabilityCalendar__header .icon {
  padding: 10px;
  margin: 10px;
  cursor: pointer
}

.dualAvailabilityCalendar__content .modelCalendar {
  display: inline-block;
  padding: 14px
}

.dualAvailabilityCalendar__content .modelCalendar:nth-child(1) {
  border-right: 1px solid #d9d9d9
}

.dualAvailabilityCalendar__content .modelCalendar:nth-child(1) .modelCalendar__arrow[data-add="1"] {
  display: none
}

.dualAvailabilityCalendar__content .modelCalendar:nth-child(1) .modelCalendar__arrow[data-add="-1"] {
  position: absolute;
  top: 5px;
  left: 0
}

.dualAvailabilityCalendar__content .modelCalendar:nth-child(2) .modelCalendar__arrow[data-add="-1"] {
  display: none
}

.dualAvailabilityCalendar__content .modelCalendar:nth-child(2) .modelCalendar__arrow[data-add="1"] {
  position: absolute;
  top: 5px;
  right: 0
}

.dualAvailabilityCalendar__content .modelCalendar__day {
  color: #f76c6f
}

.dualAvailabilityCalendar__content .modelCalendar__day.unavailable {
  color: #d9d9d9;
  cursor: default
}

.dualAvailabilityCalendar__content .modelCalendar__day.selected {
  background: radial-gradient(#f76c6f 50%, #fff 55%);
  color: #fff
}

.availability-cal-leyend {
  text-align: center
}

.availability-cal-leyend__item {
  display: inline-block;
  padding: 12px
}

.availability-cal-leyend__item:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #f76c6f;
  display: block;
  float: left;
  margin-right: 5px;
  border-radius: 5px
}

.availability-cal-leyend__item.notAvailable:before {
  background: #d9d9d9
}

.map-container {
  position: relative;
  margin-top: 20px
}

.map-overlay-static {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  background: #6a6c72;
  width: 305px;
  text-align: center;
  color: #fff;
  border-radius: 3px
}

.map-overlay-static .map-overlay-header {
  padding: 15px 10px;
  text-transform: uppercase
}

.map-overlay-static .map-overlay-body {
  padding: 15px 15px 25px
}

.map-overlay-static .map-overlay-title {
  font-size: 18px;
  line-height: 26px;
  color: #fff
}

.map-overlay-static .map-overlay-rating {
  margin: 10px 0 15px
}

.map-overlay-content {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 2px;
  width: 250px;
  position: relative
}

.map-overlay-content .directory-list-map-item-thumb {
  margin: 10px
}

.map-overlay-content .map-overlay-title {
  color: #000;
  font-weight: 600
}

.map-overlay-content .map-overlay-body {
  padding: 0 10px 10px;
  position: relative
}

.map-overlay-content .map-overlay-body:after,
.map-overlay-content .map-overlay-body:before {
  content: "";
  border-width: 10px;
  position: absolute;
  border-style: solid;
  left: 45%
}

.map-overlay-content .map-overlay-body:before {
  border-color: #d9d9d9 transparent transparent transparent;
  bottom: -21px
}

.map-overlay-content .map-overlay-body:after {
  border-color: #fff transparent transparent;
  bottom: -20px
}

.map-overlay-rating span {
  vertical-align: middle
}

.map-overlay-rating-title {
  display: block
}

.map-overlay-tags {
  margin: 10px 0 5px
}

.map-overlay-storefront {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10px
}

.map-overlay-close {
  position: absolute;
  right: -17px;
  top: 10px;
  background: #fff;
  padding: 3px 5px 3px 3px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 16px;
  color: #6a6c72;
  border: 1px solid #d9d9d9;
  border-left: 0
}

.map-overlay-close:before {
  content: "×"
}

.storefrontAddresses__item {
  margin-bottom: 20px
}

.storefrontAddresses__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}

.storefrontAddresses__icon {
  height: 21px;
  margin: 0 8px 0 0
}

.storefrontAddresses__show {
  margin-left: 5px;
  display: inline-block;
  cursor: pointer
}

.mapOverlay {
  background: #fff;
  border-radius: 2px;
  width: 200px;
  padding: 10px;
  position: relative
}

.mapOverlay:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent;
  bottom: -20px;
  left: 50%;
  position: absolute
}

.mapOverlay--storefront {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10px
}

.mapOverlay__caption {
  position: absolute;
  margin: 5px;
  bottom: 0;
  left: 0;
  right: 0
}

.mapOverlay__captionTag {
  font-size: 14px;
  line-height: 21px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 5px;
  margin-right: 5px
}

.mapOverlay__captionTag:last-child {
  margin-right: 0
}

.mapOverlay__captionIcon {
  margin-right: 3px;
  vertical-align: sub
}

.mapOverlay__captionIcon svg {
  fill: #fff
}

.mapOverlay__save {
  top: 0;
  right: 0;
  position: absolute
}

.mapOverlay__figure {
  margin-bottom: 8px;
  border-radius: 2px;
  overflow: hidden;
  position: relative
}

.mapOverlay__noImage {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-top: 66.54929577%;
  display: block
}

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

.mapOverlay__noImage .imagePlaceholderFallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}

.mapOverlay__img {
  width: 200px;
  height: 130px;
  object-fit: cover;
  display: block
}

.mapOverlay__title {
  color: #222;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 3px
}

.mapOverlay__sector {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  display: block
}

.mapOverlay__promotionTag {
  top: 7px;
  left: 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #ff9f40;
  display: block;
  position: absolute
}

.mapOverlay__promotions {
  font-size: 14px;
  line-height: 21px;
  color: #ff9f40;
  margin-bottom: 5px;
  display: block
}

.mapOverlay__promotionsIcon {
  vertical-align: sub;
  margin-right: 5px;
  height: 15px;
  width: 15px
}

.mapOverlay__promotionsIcon svg {
  fill: #ff9f40
}

.mapOverlay .btn-flat {
  padding: 5px 8px
}

.customSeoTextCostGuide {
  color: #222;
  padding: 25px 15px;
  margin-top: 15px
}

.customSeoTextCostGuide:last-child {
  color: #6c6c6c
}

.customSeoTextCostGuide h2,
.customSeoTextCostGuide h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px
}

.customSeoTextCostGuide div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between
}

.customSeoTextCostGuide div div {
  width: 24%;
  display: block;
  margin-bottom: 25px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px
}

.customSeoTextCostGuide div div p {
  margin-bottom: 0
}

.customSeoTextCostGuide div div p:first-child {
  color: #6c6c6c
}

.customSeoTextCostGuide div div p:last-child {
  font-size: 18px;
  color: #222
}

.customSeoTextCostGuide p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  line-height: 28px
}

.customSeoTextCostGuide a {
  color: #f76c6f;
  text-decoration: none;
  cursor: pointer;
  margin: 2px 0 0
}

.customSeoText {
  color: #222;
  padding: 25px 15px;
  border-top: 1px solid #d9d9d9
}

.customSeoText h2,
.customSeoText h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 20px
}

.customSeoText p,
.customSeoText ul {
  font-size: 16px;
  line-height: 24px
}

.customSeoText a {
  color: #f76c6f;
  text-decoration: none;
  cursor: pointer;
  margin: 2px 0 0
}

.customSeoText__cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-align: left;
  margin-top: 30px
}

.customSeoText__cols h2,
.customSeoText__cols h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px
}

.customSeoText__cols h2:first-child,
.customSeoText__cols h3:first-child {
  margin-top: 0
}

.customSeoText--noCols {
  padding-bottom: 0
}

.customSeoText--noCols h2,
.customSeoText--noCols h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px
}

.customSeoText--noCols h2:first-child,
.customSeoText--noCols h3:first-child {
  margin-top: 0
}

.customSeoText--noBorder {
  border-top: 0
}

.customSeoFaqs__title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 400
}

.customSeoFaqs a {
  color: #000;
  text-decoration: none
}

.customSeoFaqs ul {
  list-style-type: disc;
  margin-left: 30px;
  margin-top: 10px
}

.customSeoFaqs .toggle-open .customSeoFaqs__title {
  font-weight: 600
}

.accordion+.customSeoText {
  border-top: none
}

.customSeoFaqsCatalog {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0;
  position: relative
}

.customSeoFaqsCatalog__title {
  background: #f8f8f8;
  padding: 20px
}

.customSeoFaqsCatalog .accordion__item {
  border-bottom: 1px solid #d9d9d9;
  padding-left: 20px
}

.customSeoFaqsCatalog .accordion__item a {
  text-decoration: underline
}

.customSeoFaqsCatalog .accordion__item:last-child {
  border-bottom: 0
}

.customSeoFaqsCatalog .accordion__content {
  padding-right: 40px
}

.directory-results-bar {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 10px
}

.directory-results-bar .wrapper {
  padding: 0 15px
}

.directory-results-bar-results {
  margin: 10px 15px 0 0;
  flex: none;
  font-size: inherit;
  font-weight: inherit
}

.directorySearch__tag {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  padding: 4px 10px 4px 15px;
  cursor: pointer;
  margin: 3px 0
}

.directorySearch__tag:hover {
  color: #f76c6f;
  border-color: #f76c6f
}

.directorySearch__tag:hover .directorySearch__close svg {
  fill: #f76c6f
}

.directorySearch__label {
  display: inline-block;
  vertical-align: middle
}

.directorySearch__close {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  position: relative;
  top: 1px
}

.directorySearch__close svg {
  fill: #e2e2e2
}

.directorySearch__clear {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin: 0 0 0 7px;
  cursor: pointer
}

.directorySearch__clear:hover {
  color: #f76c6f
}

.directorySearch__resultTotal {
  font-size: 14px;
  margin: 0 10px 0 0
}

.filtersBar~.directorySearch {
  flex-basis: 100%
}

.filtersBar~.directorySearch .directorySearch__label {
  font-size: 14px
}

.filtersBar~.directorySearch .directorySearch__tag {
  padding: 0 10px 0 15px
}

.filtersBar~.directorySearch .directorySearch__tag--disabled {
  display: inline-block;
  vertical-align: middle;
  color: #bbb;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  padding: 0 10px 0 15px;
  margin: 3px 0
}

.filtersBar~.directorySearch .directorySearch__tag--disabled .directorySearch__close {
  display: none
}

.directory-view-mode-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 35px
}

.directory-view-mode li {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c8c8c;
  border-right: 1px solid #d9d9d9;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer
}

.directory-view-mode li:hover {
  color: #000;
  cursor: pointer
}

.directory-view-mode li:hover .vendors-list-view-icon svg {
  fill: #000
}

.directory-view-mode li:last-child {
  border-right: 0;
  padding: 0 0 0 5px
}

.directory-view-mode li .vendors-list-view-icon {
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  position: relative;
  top: 3px
}

.directory-view-mode li .vendors-list-view-icon svg {
  fill: #8c8c8c
}

.directory-view-mode li .active {
  color: #000;
  font-weight: 600;
  cursor: default
}

.directory-view-mode li .active .vendors-list-view-icon svg {
  fill: #000
}

.directory-view-mode a {
  color: #000
}

.directory-structure {
  margin-top: 10px
}

.directory-structure .directory-img-item img {
  height: 100% !important
}

.directory-structure-aside {
  width: 25%;
  float: left
}

.directory-structure-aside img {
  max-width: 100%
}

.directory-structure-content {
  width: 75%;
  float: right
}

.directory-structure .box-vendors-related li div {
  margin: 0 20px 0 0
}

@media only screen and (max-width:1280px) {
  .directory-view-mode li {
    padding: 0 4px
  }

  .directory-view-mode li span {
    font-size: 14px;
    line-height: 21px
  }

  .directory-view-mode li .vendors-list-view-icon {
    margin-right: 1px
  }
}

@media only screen and (max-width:1024px) {
  .directory-view-mode li span {
    font-size: 13px;
    line-height: 19px
  }

  .directory-view-mode li .vendors-list-view-icon {
    height: 14px;
    width: 14px
  }
}

.directory-filtered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.directory-box-filters {
  min-height: 358px
}

.vendorsFilters {
  box-sizing: border-box;
  color: #000
}

.vendorsFilters__section {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative
}

.vendorsFilters__title {
  font-size: 18px;
  line-height: 26px
}

.vendorsFilters__appliedCount {
  display: none
}

.vendorsFilters__subtitle {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  margin: 5px 0 10px;
  display: block
}

.vendorsFilters__item {
  margin: 0 0 10px;
  cursor: pointer
}

.vendorsFilters__item:last-child {
  margin-bottom: 0
}

.vendorsFilters__item--selected,
.vendorsFilters__item.selected,
.vendorsFilters__item:hover {
  font-weight: 600
}

.vendorsFilters__item--selected .vendorsFilters__count,
.vendorsFilters__item.selected .vendorsFilters__count,
.vendorsFilters__item:hover .vendorsFilters__count {
  font-weight: 400
}

.vendorsFilters__item--region {
  margin: 0
}

.vendorsFilters__item--noResults {
  font-weight: 400 !important
}

.vendorsFilters__itemsRegion {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 0 0 10px;
  margin: -6px 0 10px
}

.vendorsFilters__item[style="display: none;"]+.vendorsFilters__itemsRegion {
  margin: 0
}

.vendorsFilters__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  cursor: pointer
}

.vendorsFilters__label--large {
  max-width: 85%
}

.vendorsFilters__count {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  margin-top: 3px;
  margin-right: 15px
}

.vendorsFilters__toggleUp {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer
}

.vendorsFilters__toggleUp svg {
  fill: #8c8c8c
}

.vendorsFilters .toggleActive .vendorsFilters__toggleUp {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.vendorsFilters__options {
  margin-top: 20px
}

.vendorsFilters__options--scroll {
  max-height: 230px;
  overflow-y: auto !important;
  -webkit-overflow-scroll: touch;
  padding: 10px 0 15px 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAMAAAB70KeTAAAADFBMVEX29vb7+/v////y8vIBesvrAAAAEklEQVR4AWNggkJGJIgAzDAIAAIvAB5vqnzBAAAAAElFTkSuQmCC) repeat-x left bottom;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-bottom: 10px
}

.vendorsFilters__options--nearInput {
  border-top: 0;
  border-radius: 0 0 3px 3px
}

.vendorsFilters__showAll {
  color: #f76c6f;
  font-weight: 600;
  display: block;
  margin-top: 15px;
  cursor: pointer
}

.vendorsFilters__badge {
  vertical-align: -4px;
  width: 34px;
  height: 20px
}

.vendorsFilters--bar {
  flex: none
}

.vendorsFilters--bar .vendorsFilters__title {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  outline: 0;
  padding: 8px 16px;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-weight: 600;
  border: 2px solid #f76c6f;
  color: #f76c6f;
  border-radius: 24px;
  margin-left: 4px;
  line-height: normal
}

.vendorsFilters--bar .vendorsFilters__appliedCount {
  display: inline;
  font-weight: 400
}

.vendorsFilters--bar .vendorsFilters__section {
  display: inline-block;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0
}

.vendorsFilters--bar .vendorsFilters__section:first-child .vendorsFilters__title {
  margin-left: 0
}

.vendorsFilters--bar .vendorsFilters__section--applied .vendorsFilters__title,
.vendorsFilters--bar .vendorsFilters__section--open .vendorsFilters__title,
.vendorsFilters--bar .vendorsFilters__section:hover .vendorsFilters__title {
  background-color: #f76c6f;
  color: #fff
}

.vendorsFilters--bar .vendorsFilters__section--open .vendorsFilters__optionContainer {
  display: block
}

.vendorsFilters--bar .vendorsFilters__options--scroll {
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAMAAAB70KeTAAAADFBMVEX29vb7+/v////y8vIBesvrAAAAEklEQVR4AWNggkJGJIgAzDAIAAIvAB5vqnzBAAAAAElFTkSuQmCC) repeat-x left bottom;
  border: 0;
  margin-bottom: 0;
  margin-top: 0
}

.vendorsFilters--bar .vendorsFilters__options--scroll .vendorsFilters__count {
  margin-right: 15px
}

.vendorsFilters--bar .vendorsFilters__optionContainer {
  position: absolute;
  top: 54px;
  left: 4px;
  z-index: 1000;
  max-height: 330px;
  min-width: 150px;
  overflow-y: auto !important;
  -webkit-overflow-scroll: touch;
  padding: 15px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  display: none
}

.vendorsFilters--bar .vendorsFilters__optionContainer .btnFlat {
  width: 100%
}

.vendorsFilters--bar .vendorsFilters__count {
  margin-left: 50px;
  margin-right: 0
}

.vendorsFilters--bar .svgIcon:not(.show) {
  display: none
}

.vendorsFilters--bar .vendorFilterSearch {
  margin: 10px 0
}

.vendorsFilters--bar .app-directory-filter-subtitle {
  display: none
}

.vendorFilterSearch {
  position: relative;
  margin-top: 20px
}

.vendorFilterSearch__input {
  border: 1px solid #d9d9d9;
  padding: 12px 15px;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box
}

.vendorFilterSearch__input:focus {
  outline: 0
}

.vendorFilterSearch__input--nearSelect {
  border-radius: 3px 3px 0 0
}

.vendorFilterSearch__close {
  position: absolute;
  right: 10px;
  top: 14px;
  cursor: pointer
}

.vendorFilterSearch__close svg {
  fill: #d9d9d9
}

.textBoxFilter {
  position: relative;
  margin: 10px 0 22px
}

.textBoxFilter__input {
  border: 1px solid #d9d9d9;
  color: #222;
  padding: 10px 15px 10px 30px;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box
}

.textBoxFilter__close {
  position: absolute;
  right: 10px;
  top: 10px;
  visibility: hidden;
  z-index: 1
}

.textBoxFilter .svgIcon {
  position: absolute;
  left: 7px;
  top: 11px;
  z-index: 1;
  width: 18px;
  height: 18px
}

.textBoxFilter .svgIcon svg {
  fill: #222
}

.textBoxFilter__suggest {
  border: 1px solid #d9d9d9;
  padding: 0;
  margin-top: 11px;
  border-radius: 3px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box
}

.city-filter {
  border-bottom: none
}

.city-filter .filter-search {
  padding: 0 0 10px
}

.city-filter .filter-search input {
  font-size: 16px;
  line-height: 24px
}

.filtersBar {
  min-height: 40px;
  margin-bottom: 5px;
  flex-basis: 100%;
  display: flex
}

.filtersBar__prefix {
  font-size: 18px;
  line-height: 40px;
  margin-right: 8px;
  font-weight: 600
}

.filtersBar.directory-box-filters {
  min-height: 0
}

.directory-list {
  padding-left: 35px
}

.directory-list-banner {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  background: #f8f8f8
}

.directory-list-banner-image {
  width: 90px;
  height: 90px
}

.directory-list-banner-image--centered-u-1-5 {
  margin-left: 5%
}

.directory-list-banner-image--centered-u-1-7 {
  margin-left: 5%;
  margin-top: 5%
}

.directory-list-banner-title {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none
}

.directory-list-banner-body {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-bottom: 5px
}

.directory-list-banner-link {
  color: #f76c6f;
  text-transform: none
}

.directory-list-banner-close {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #8c8c8c;
  cursor: pointer
}

.directory-list-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 0
}

.directory-list-item:first-child {
  padding-top: 0
}

.directory-list-item.firstbasic {
  border-top: 10px solid #d9d9d9
}

.directoryNearby {
  padding-top: 20px;
  margin-top: 15px;
  text-align: center
}

.directoryNearby__title {
  display: block;
  margin-bottom: 15px
}

.directoryNearby--separator {
  border-top: 1px solid #d9d9d9
}

.box-vendors-images-item,
.directory-list-item {
  position: relative
}

.box-vendors-images-item .btn-fav,
.directory-list-item .btn-fav {
  position: absolute
}

.box-vendors-images-item .btn-fav {
  top: 5px;
  right: 5px
}

.directory-list-item .btn-fav {
  top: -8px;
  right: 0
}

.listing-caption {
  position: absolute;
  bottom: 6px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 6px;
  z-index: 1
}

.listing-caption-count {
  color: #fff
}

.listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.listItem__caption {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;
  padding: 0 4px 4px;
  float: left
}

.listItem__captionIcon {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
  margin-right: 2px
}

.listItem__captionIcon svg {
  fill: #fff
}

.listItem__imageCounter {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;
  visibility: hidden;
  padding: 7px 6px 5px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 9
}

.listItem .vendor-slider,
.listItem .vendor-slider-thumb {
  position: relative
}

.listItem .vendor-slider-thumb:hover .listItem__imageCounter,
.listItem .vendor-slider:hover .listItem__imageCounter {
  visibility: visible
}

.listItem__features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  padding-right: 5px
}

.listItem__featuresName {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  font-weight: 400;
  display: block
}

.listItem__featuresIcon {
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  margin-right: 1px
}

.listItem__featuresIcon svg {
  fill: #000
}

.listItem__featuresIcon .item-stars {
  margin-right: 0
}

.listItem__featuresUnit {
  display: inline-block;
  position: relative;
  margin-right: 20px
}

.listItem__featuresUnit sub {
  font-size: 11px;
  line-height: 16px;
  color: #8c8c8c;
  position: absolute;
  left: 23px;
  bottom: -16px;
  vertical-align: middle
}

.listItem__calendar {
  color: #48964d;
  position: relative
}

.listItem__button {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0
}

.listItem__discount {
  font-size: 14px;
  line-height: 21px;
  color: #ff9f40;
  display: block;
  text-align: center;
  word-break: break-all;
  margin: 2px 0 -20px;
  line-height: 30px
}

.listItem__discount span {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  display: none
}

@media (min-width:1106px) {
  .listItem__discount span {
    display: block
  }
}

.listItem__discount--center {
  text-align: center
}

.listItem__discount--compact {
  margin: 0
}

.listItem__discount--compact span {
  display: block
}

.listItem__promoIcon {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px
}

.listItem__promoIcon svg {
  fill: #ff9f40
}

.listItem .directory-item-content {
  padding-left: 21px;
  margin-top: -4px;
  position: relative
}

.listItem .directory-item-content .item-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #222;
  display: inline-block;
  padding-right: 40px
}

.listItem .directory-item-content .item-title:hover {
  color: #f76c6f
}

.listItem .directory-item-content .item-title-basic {
  font-size: 15px
}

.listItem .directory-item-content .item-subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-top: 3px;
  margin-bottom: 3px
}

.listItem .directory-item-content .item-subtitle span {
  display: inline-block;
  vertical-align: top;
  font-weight: 400
}

.listItem .directory-item-content .item-desc {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #6c6c6c;
  margin-bottom: 10px;
  word-break: break-word
}

.listItem .directory-item-content .item-desc span {
  color: #6c6c6c
}

.listItem .directory-item-content .btn:before {
  margin-right: 7px
}

.listItem .item-stars {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px
}

.listItem .item-stars span {
  display: inline-block;
  vertical-align: middle
}

.listItem .item-stars .vendors-reviews-count {
  text-transform: capitalize
}

.vendorListingMatch {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  margin-bottom: 10px;
  padding-right: 40px
}

.vendorListingMatch b {
  color: #222
}

.vendorListingMatch__tag {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  padding: 2px 5px;
  background-color: #e4f4f5;
  text-transform: uppercase;
  margin-right: 5px
}

.vendorListingMatch__name {
  font-weight: 600;
  color: #222
}

.item-promotions-layer-position {
  padding: 70px 5px 5px;
  top: -30px;
  width: 380px;
  z-index: 9999;
  position: absolute
}

.item-promotions-layer-position-thumbs {
  left: 50%;
  transform: translateX(-50%)
}

.item-promotions-layer {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  position: relative;
  text-align: left
}

.item-promotions-layer:after,
.item-promotions-layer:before {
  content: "";
  border-width: 12px;
  border-style: solid;
  position: absolute;
  border-color: transparent;
  left: 10px
}

.item-promotions-layer:before {
  border-bottom-color: #d9d9d9;
  top: -25px
}

.item-promotions-layer:after {
  border-bottom-color: #fff;
  top: -24px
}

.item-promotions-layer-info {
  padding: 15px 20px
}

.item-promotions-layer-footer {
  padding: 10px;
  font-weight: 400;
  background-color: #efefef;
  border-top: 1px solid #d9d9d9;
  text-align: center
}

.item-promotions-layer-footer a {
  color: #888
}

.item-promotions-layer-description,
.item-promotions-layer-info-title,
.item-promotions-layer-promo {
  margin-bottom: 5px
}

.item-promotions-layer-promo {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c8893b
}

.item-promotions-layer-info-title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  display: inline-block
}

.item-promotions-layer-description {
  font-size: 14px;
  line-height: 21px;
  color: #222
}

.item-promotions-layer-position-thumbs .item-promotions-layer:after,
.item-promotions-layer-position-thumbs .item-promotions-layer:before {
  left: 50%;
  transform: translateX(-50%)
}

.item-promotions-layer-position-thumbs .item-promotions-layer:after,
.item-promotions-layer-position-thumbs .item-promotions-layer:before {
  left: 50%;
  transform: translateX(-50%)
}

.directory-related-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 20px
}

.directory-related-title-small {
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 10px
}

.directory-list-images .btn-fav {
  top: 0;
  right: 0;
  position: absolute
}

.directory-list-images-item {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin: 0 10px 20px
}

.box-vendors-sol a {
  margin-top: 10px;
  display: block
}

.directory-img-item {
  background: #fff;
  margin: 0 10px 20px;
  border-radius: 3px
}

.directory-img-item__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  min-height: 190px
}

.directory-img-item-content {
  margin-bottom: 10px
}

.directory-img-item-name {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.directory-img-item-location {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin: 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.directory-img-item-vendors {
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box
}

.directory-img-item-separator {
  margin-top: auto
}

.directory-img-item__description {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin-bottom: 0
}

.directory-img-item__feature {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  margin: 0 10px 10px 0
}

.directory-img-item__feature:last-child {
  margin-right: 0
}

.directory-img-item__feature--guests {
  font-weight: 600
}

.directory-img-item__feature-double {
  width: 100%
}

.directory-img-item__featureTitle {
  font-size: 13px;
  line-height: 19px;
  color: #6c6c6c;
  display: block
}

.directory-img-item__promo {
  height: 25px;
  margin-bottom: 5px
}

.directory-img-item__info {
  height: 50px;
  margin-top: 10px
}

.directory-img-item__tag {
  position: absolute;
  bottom: 10px;
  right: 10px
}

.directory-img-item__promoTitle {
  font-size: 14px;
  line-height: 21px;
  color: #ff9f40;
  display: inline-block;
  margin-right: 5px
}

.directory-img-item .listItem__featuresUnit {
  width: 50%;
  float: left
}

.directory-img-item .vendor-slider {
  border-radius: 3px;
  overflow: hidden
}

.directory-img-item .btn-primary {
  margin-bottom: 0
}

.directory-img-item-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-top: 66.54%;
  display: block
}

.directory-img-item-image:after {
  content: "";
  display: block;
  clear: both
}

.directory-img-item-image .imagePlaceholderFallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}

.directory-img-item--box {
  border: 1px solid #d9d9d9
}

.directory-img-item--box .vendor-slider {
  border-radius: 0
}

.directoryVendorCard {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  border: none
}

.directoryVendorCard__image.vendor-slider-content {
  border-radius: 8px 8px 0 0
}

.directoryVendorCard__wrapper {
  min-height: 165px
}

@media only screen and (max-width:1024px) {
  .directoryVendorCard__wrapper {
    min-height: 180px
  }
}

.directoryVendorCard__promo {
  height: auto;
  margin-bottom: 0
}

.directoryVendorCard__promo .directory-img-item__promoTitle {
  color: #000;
  font-weight: 600
}

.directoryVendorCard__promo svg {
  fill: #000
}

.directoryVendorCard__promo--discount {
  font-weight: 600;
  color: #fabb00
}

.directoryVendorCard__info {
  margin-top: 0
}

.directoryVendorCard__info .directory-img-item__feature {
  margin-bottom: 0
}

.directoryVendorCard__info--price {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 3px
}

.directoryVendorCard__info--price .svgIcon {
  margin-right: 5px
}

.directoryVendorCard__location {
  margin-top: 0;
  margin-bottom: 5px
}

.directoryVendorCard__locationText {
  display: block;
  margin-top: 3px
}

.directoryVendorCard__rating {
  display: inline-block
}

.directoryVendorCard__rating--icon svg {
  fill: #fabb00
}

.directoryVendorCard__rating span {
  color: #222
}

@media only screen and (max-width:1024px) {
  .directoryVendorCard__button a {
    font-size: 14px
  }
}

.directory-img-item-location .item-stars {
  display: inline;
  margin-left: 0
}

.directory-img-item-location .item-stars span {
  text-transform: capitalize
}

.directory-img-item-btn {
  font-size: 14px;
  line-height: 21px;
  color: #f76c6f;
  font-weight: 600;
  border-top: 1px solid #d9d9d9;
  padding: 15px;
  text-align: center;
  display: block
}

.directory-img-item-btn:hover {
  background: #f8f8f8
}

.diretory-img-landings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  padding: 0 10px 40px;
  border-radius: 3px;
  box-sizing: border-box;
  height: 100%
}

.diretory-img-landings-icon {
  position: absolute;
  bottom: 13px;
  box-sizing: border-box;
  margin: 0 5px;
  z-index: 1;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;
  padding: 4px
}

.diretory-img-landings-icon .svgIcon {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  vertical-align: sub
}

.diretory-img-landings-icon .svgIcon svg {
  fill: #fff
}

.directory-list-map-item-thumb {
  background: #efefef;
  overflow: hidden;
  position: relative
}

.directory-list-map-item-thumb img {
  width: calc(100%/2);
  height: 135px;
  display: block;
  float: left
}

.directory-list-map-item-thumb .directory-list-map-item-slider {
  width: 200% !important
}

.directory-list-map-item-thumb .vendor-gallery {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}

.directory-list-map-item-thumb .maps-overlay-save {
  position: absolute;
  top: 0;
  right: 0
}

.directory-heading {
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-width: 950px;
  margin-bottom: 45px;
  position: relative
}

.directory-heading:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0
}

.directory-heading--center {
  background-position: center center
}

.directory-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin: 10px 0
}

.directory-pretitle {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600
}

.directory-heading-desc {
  font-size: 16px;
  line-height: 24px;
  margin: 0 40px 15px
}

.directory-heading-content {
  padding: 15px 0;
  color: #fff;
  position: relative
}

.directory-heading-content__landing {
  padding: 15px 0 50px;
  background-color: initial
}

.directory-heading-search-content {
  padding: 5px 0
}

.directory-heading-search-content .wrapper {
  padding: 0
}

.featured-sector figure {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  line-height: 0
}

.featured-sector figure img {
  width: 100px
}

.featured-sector h1 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px
}

.directoryLanding__header {
  max-width: 1200px;
  min-width: 950px;
  margin: 0 auto;
  padding: 30px 15px 10px;
  display: block;
  position: relative
}

.nearbyVendors {
  padding-bottom: 15px;
  margin-bottom: 20px
}

.nearbyVendors__title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px
}

.nearbyVendors__item {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer
}

.nearbyVendors__item:last-child {
  margin-bottom: 0
}

.nearbyVendors__itemContent {
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0
}

.nearbyVendors__itemImg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  border-radius: 3px;
  margin: 3px 15px 0 0;
  object-fit: cover
}

.nearbyVendors__itemDescription {
  width: 75%;
  margin-top: -3px
}

.nearbyVendors__itemTitle {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 600;
  display: block
}

.nearbyVendors__itemBtn {
  color: #f76c6f;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 2px
}

.nearbyVendors .vendors-reviews-count {
  color: #8c8c8c;
  text-transform: capitalize
}

.directory-empty {
  margin-bottom: 40px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  text-align: center
}

.directory-empty-content {
  padding: 51px 100px 35px;
  color: #d7d7d7
}

.directory-empty-content .svgIcon__zeroResult {
  width: 110px;
  height: 110px
}

.directory-empty-content .svgIcon__zeroResult svg {
  fill: #d7d7d7
}

.directory-empty-image-text {
  font-weight: 600;
  font-size: 62px;
  margin-top: 13px;
  clear: both;
  display: block
}

.directory-empty-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #8c8c8c;
  margin: 42px 0 0;
  display: block
}

.directory-empty-description {
  color: #6c6c6c;
  margin: 0
}

.directory-empty-description a {
  color: #6c6c6c;
  text-decoration: underline
}

.directory-empty-footer {
  border-top: 1px solid #d9d9d9;
  padding: 25px 0;
  margin: 0 38px;
  text-align: left
}

.directory-empty-list {
  margin: 0
}

.directory-empty-list li {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 22px 15px;
  list-style: none
}

.directory-empty-list li:before {
  content: "•";
  color: #f76c6f;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}

.directory-empty-list-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #8c8c8c
}

.directory-empty-attributeFiltersSelected {
  border-bottom: 1px solid #dcdcdc
}

.directory-empty-shrink .svgIcon__zeroResult {
  width: 54px;
  height: 54px
}

.directory-empty-shrink .directory-empty-image-text {
  font-size: 26px
}

.directory-empty-shrink .directory-empty-content {
  padding: 25px 100px 15px
}

.directory-empty-shrink .directory-empty-title {
  margin: 16px 0 0;
  font-size: 18px
}

.vendorRelated {
  margin: 0 10px 20px
}

.vendorRelated__image {
  border-radius: 3px;
  overflow: hidden;
  position: relative
}

.vendorRelated__image img {
  display: block
}

.vendorRelated__caption {
  position: absolute;
  bottom: 6px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 6px;
  color: #fff
}

.vendorRelated__counter {
  margin-right: 5px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;
  padding: 4px
}

.vendorRelated__content {
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box
}

.vendorRelated__name {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.vendorRelated__location {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-bottom: 5px
}

.vendorRelated__description {
  font-size: 14px;
  line-height: 21px;
  margin: 5px 0 0
}

.btnOutline--thickRounded {
  border-width: 2px;
  border-radius: 20px;
  margin-left: 14px;
  line-height: normal;
  height: 40px
}

.btnFlat--fullWidth {
  display: block;
  width: 100%
}

.hideawayFiltersOverlay {
  background-color: rgba(0, 0, 0, .3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12
}

.hideawayFilters {
  width: 340px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -380px;
  padding: 30px 20px 90px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 1001
}

.hideawayFilters__buttonsPlaceholder {
  height: 100px
}

.hideawayFilters__buttonsContainer {
  position: fixed;
  bottom: 0;
  width: 340px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff
}

.mapHybridHeader {
  background-color: #fff;
  padding-top: 10px;
  position: sticky;
  top: 0;
  z-index: 11
}

.mapHybridHeader__resultsBar {
  padding-bottom: 10px
}

.mapHybridHeader__filterButton {
  min-width: 18%
}

.hybridViewWrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0
}

.hybridViewWrapper__directoryContent {
  width: 100%
}

.hybridViewWrapper__listWrapper {
  float: left;
  padding-top: 10px;
  width: 50%;
  padding-bottom: 300px
}

.hybridViewWrapper__listWrapper.list--mapview {
  margin-right: 30px;
  padding-top: 0
}

.hybridViewWrapper__listWrapper.list--mapview .hybridViewWrapper__listItem {
  padding-right: 0
}

.hybridViewWrapper__listWrapper.list--mapview .hybridViewWrapper__list {
  margin-top: 0
}

.hybridViewWrapper__listWrapper.tiled--mapview .directory-list {
  padding-left: 0
}

.hybridViewWrapper__listWrapper.tiled--mapview .app-vendor-item-list {
  display: flex;
  flex-wrap: wrap
}

.hybridViewWrapper__listWrapper.tiled--mapview .directory-list-images {
  max-width: 100%;
  flex-grow: 1
}

.hybridViewWrapper__listWrapper.tiled--mapview .directory-img-item__features {
  height: 25px
}

.hybridViewWrapper__listWrapper.tiled--mapview .directory-img-item__wrapper {
  min-height: 140px
}

.hybridViewWrapper__listWrapper.tiled--mapview .listItem__featuresUnit {
  margin-right: 0
}

.hybridViewWrapper__listWrapper.tiled--mapview .listItem__button a {
  stroke: #f76c6f;
  background: 0 0;
  color: #f76c6f
}

.hybridViewWrapper__listWrapper.tiled--mapview .listItem__button a:hover {
  color: #fff;
  background: #f76c6f
}

.hybridViewWrapper__list {
  padding-left: 0 !important;
  margin-top: 22px
}

.hybridViewWrapper__list .directory__no-results-text {
  padding-top: 30px
}

.hybridViewWrapper__listItem {
  padding-left: 10px;
  padding-right: 10px
}

.hybridViewWrapper__listItem:first-child {
  padding-top: 25px
}

.hybridViewWrapper .pagination__page {
  user-select: none
}

.hybridViewWrapper .pagination__page--next,
.hybridViewWrapper .pagination__page--prev {
  padding-left: 10px;
  padding-right: 10px
}

.hybridViewWrapper .mapview-item--highlighted .directory-img-item {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .3)
}

.hybridViewWrapper__mapWrapper {
  float: right;
  position: sticky;
  top: 105px;
  width: 47%
}

.hybridViewWrapper__mapWrapper.list--mapview {
  width: 44%;
  top: 100px
}

.hybridViewWrapper__mapWrapper #map {
  width: 100%;
  height: 88vh;
  border: 0
}

.hybridViewWrapper__mapWrapper #map .map__btnContainer {
  user-select: none;
  opacity: .8;
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 10px;
  border-radius: 3px;
  border: 2px solid #fff;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px
}

.hybridViewWrapper__mapWrapper #map .map__btnContainer .map__btn {
  color: #191919;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block
}

.hybridViewWrapper__mapWrapper #map .map__btnContainer .map__btn:nth-child(even) {
  border-left: 2px solid #eee
}

.hybridViewWrapper__mapWrapper #map .map__btnContainer .map__btn--disabled {
  color: #eee
}

.hybridViewWrapper__mapWrapper #map .map__btnContainer .map__btn--active {
  background-color: #90eE90FF
}

.hybridViewWrapper__mapWrapper #map .map__regionMarker {
  font-size: 14px;
  line-height: 21px;
  width: 50px;
  height: 50px;
  background-color: rgba(224, 118, 100, .7);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  margin-left: -50%;
  margin-top: -50%;
  cursor: pointer
}

.hybridViewWrapper__mapWrapper #map .map__regionMarker--hover {
  width: 60px;
  height: 60px;
  line-height: 60px
}

.hybridViewWrapper__mapWrapper #map .tooltip.tooltip--markerlabel {
  margin-top: -110px;
  margin-left: -50%;
  visibility: hidden
}

.costWeddingBlock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px
}

.costWeddingBlock__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 5px
}

.costWeddingBlock__item .svgIcon {
  width: 28px;
  height: 28px;
  margin-bottom: 5px
}

.costWeddingBlock__highlighted {
  font-size: 22pxpx;
  line-height: 35.59674778pxpx;
  font-weight: 600
}

.charts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.charts__preTitle {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block
}

.charts__preTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 10px;
  background-color: #fef4f1;
  z-index: -1
}

.lineChart {
  width: 70%;
  border-right: 1px solid #d9d9d9;
  margin-right: 30px;
  padding-right: 30px
}

.lineChart__canvasContainer {
  min-height: 350px
}

.lineChart__canvasContainer canvas {
  height: 100%
}

.barsChart {
  width: 30%
}

.barsChart__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%
}

.barsChart__titleList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  margin-right: 20px;
  text-transform: uppercase
}

.barsChart__progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  width: 100%
}

.barsChart__progress li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.barsChart__bar {
  display: block;
  border-radius: 17px;
  background-color: #c4d8f8;
  height: 15px
}

.barsChart__count {
  margin-left: 10px
}

.bannerSector {
  position: relative;
  margin: 30px 0 10px 0
}

@media only screen and (max-width:1280px) {
  .bannerSector {
    margin: 25px 0
  }
}

.bannerSector__wrapper {
  display: flex;
  flex-flow: row nowrap
}

.bannerSector__boxText {
  width: 50%;
  padding: 50px 45px;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px
}

.bannerSector__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  position: relative;
  padding-bottom: 15px
}

.bannerSector__title:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000
}

.bannerSector__text {
  font-size: 18px;
  line-height: 26px;
  color: #6c6c6c;
  padding: 20px 0
}

.bannerSector__image {
  width: 50%
}

.bannerSector__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 4px 4px 0
}

.bannerSector--rtl .bannerSector__boxText {
  border-radius: 0 4px 4px 0
}

.bannerSector--rtl .bannerSector__image img {
  border-radius: 4px 0 0 4px
}

.bannerSector--rtl .bannerSector__wrapper {
  flex-direction: row-reverse
}

.cross-multi-hero {
  margin: 10px 0;
  text-align: center
}

.cross-multi-hero__title {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 40%;
  margin: 0 auto
}

.cross-multi-hero__title span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  background: #f9f0ed;
  color: #222;
  text-transform: initial;
  margin: 10px 0 15px;
  padding: 0 20px;
  display: block
}

.cross-multi-alert {
  font-size: 18px;
  line-height: 26px;
  color: #48964d;
  margin: 15px 0 30px;
  text-align: center
}

.cross-multi-cta-claim {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 25px
}

.cross-multi-cta {
  margin-bottom: 20px;
  text-align: center
}

.cross-multi-cta-claim span {
  border-bottom: 2px solid #d9d9d9;
  position: relative
}

.cross-multi-cta-claim span:after {
  content: "";
  width: 47px;
  height: 42px;
  background: url(/assets/img/directory/arrow_underline.png) no-repeat;
  background-size: 47px;
  position: absolute;
  right: 50%;
  bottom: -50px
}

.cross-multi-cta p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0
}

.cross-related-search {
  width: 100%
}

.cross-related-search .cross-related-search-item {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c
}

.cross-related-search .cross-related-search-item a {
  font-size: 14px;
  line-height: 21px;
  margin-right: 5px
}

@media screen and (max-width:985px) {
  .cross-multi-cta-claim {
    font-size: 16px !important
  }
}

.promo-print-modal {
  background: #f8f8f8
}

.promo-print {
  background: #f8f8f8
}

.promo-print-wrapper {
  width: 800px;
  margin: 0 auto
}

.promo-print-header {
  margin-bottom: 20px
}

.promo-print-header-logo {
  width: 200px
}

.promo-print-title {
  color: #404040;
  margin: 10px 0 0;
  text-align: right
}

.promo-print-box {
  margin: 0 0 20px;
  border-radius: 3px;
  background: #fff
}

.promo-print-box:last-of-type {
  margin: 0
}

.promo-print-box img {
  display: block
}

.promo-print-box .title {
  font-size: 24px;
  line-height: 34px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif
}

.promo-print-box .subtitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0
}

.promo-print-box-footer {
  border-top: 1px solid #d9d9d9;
  padding: 15px 20px;
  margin: 0
}

.promo-print-box-footer p {
  margin: 0;
  color: #404040
}

.promo-print-tag {
  font-size: 14px;
  line-height: 21px;
  color: #ff9f40;
  text-transform: uppercase;
  background: url(/assets/img/vendors/sprite-promos.svg) no-repeat scroll 6px 2px transparent;
  text-align: center;
  width: 105px;
  height: 30px;
  padding-top: 62px;
  display: block
}

.promo-print-tag.tag-descuento {
  background-position: 6px -97px
}

.promo-print-tag.tag-oferta {
  background-position: 6px -194px
}

.promo-print-tag.tag-especial {
  background-position: 6px -292px;
  color: #f7a54d
}

.promo-print-tag.tag-black-friday {
  font-size: 11px;
  line-height: 16px;
  line-height: 20px;
  color: #000;
  background-position: 6px -392px
}

@media print {
  .noprint {
    display: none !important
  }

  .promo-print-box {
    border: 1px solid #d9d9d9
  }

  .promo-print-full {
    width: 100%
  }
}

#app-busc-filters,
#app-header {
  min-height: 97px
}

.directory-heading-promos {
  background-image: url(/assets/img/directory/headings/bg_directory-hero-promos.jpg);
  margin-bottom: 0
}

.directory-heading-promos-bf-eu {
  background-image: url(/assets/img/directory/headings/bg_directory-hero-promos-bf-eu.jpg) !important;
  margin-bottom: 0
}

.directory-heading-promos-bf-mx {
  background-image: url(/assets/img/directory/headings/bg_directory-hero-promos-bf-mx.jpg) !important;
  margin-bottom: 0
}

.directory-heading-promos .directory-heading-content {
  padding: 45px 0
}

.directory-promo-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 25px
}

.listing-promo-nav {
  text-align: center
}

.listing-promo-header {
  border-bottom: 1px solid #d9d9d9
}

.listing-promo-header .wrapper {
  padding: 0
}

.listing-promo-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px
}

@media only screen and (max-width:1160px) {
  .listing-promo-nav li {
    margin: 0 10px
  }
}

.listing-promo-nav a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-align: center;
  padding: 20px 0 15px;
  border-bottom: 2px solid transparent
}

.listing-promo-nav a.current,
.listing-promo-nav a:hover {
  border-color: #f76c6f;
  cursor: pointer
}

.listing-promo-nav .icon-vendor {
  display: block;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px
}

.listing-promo-nav .count {
  display: inline-block;
  margin-left: 5px
}

.listing-promo-list-header {
  text-align: center;
  margin: 20px 0 40px
}

.listing-promo-list-header h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.listing-promo-list-subheader {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 20px 0
}

.vendorPromoCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 10px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff
}

.vendorPromoCard__cover {
  position: relative;
  border-radius: 3px 3px 0 0;
  background-color: #6a6c72;
  max-height: 150px
}

.vendorPromoCard__cover .img-zoom {
  height: 100%
}

.vendorPromoCard__cover img {
  width: 100%;
  display: block
}

.vendorPromoCard__content {
  padding: 20px 15px 15px;
  flex: 1 1 auto;
  text-align: left
}

.vendorPromoCard__title {
  font-size: 18px;
  line-height: 26px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 5px
}

.vendorPromoCard__description {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0
}

.vendorPromoCard__address {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.vendorPromoCard__footer {
  padding: 10px 15px;
  border-top: 1px solid #d9d9d9;
  text-align: left
}

.vendorPromoCard__date {
  color: #8c8c8c;
  margin-top: 3px;
  width: 75%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.vendorPromoCard__detail {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.vendorPromoCard__detail strong {
  display: block
}

.vendorPromoCard--top {
  box-shadow: 0 50px 50px rgba(0, 0, 0, .11)
}

.vendorPromoCard--top .vendorPromoCard__footer {
  background-color: #f76c6f;
  border-top-color: #f76c6f;
  color: #fff
}

.vendorPromoCard--top .vendorPromoCard__address {
  color: #fff
}

@media only screen and (max-width:1120px) {
  .vendorPromoCard__cover {
    max-height: 135px
  }
}

@media only screen and (max-width:1024px) {
  .vendorPromoCard__cover {
    max-height: 125px
  }
}

.title-promo {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c8c8c
}

.title-promo.promo-exclusive {
  color: #ec8a36
}

.footer-bg-grey {
  background-color: #f8f8f8
}

.vendor-promo-badge {
  position: absolute;
  right: 10px;
  bottom: -20px;
  border-radius: 50%;
  background: #fff;
  padding: 5px
}

.vendor-promo-badge.promo-badge-exclusive {
  background-color: #ec8a36;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center
}

.couponModal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px
}

.couponModal__colTicket {
  width: 40%;
  max-width: 300px
}

.couponModal__colContent {
  width: 60%
}

.couponTicket {
  margin-right: 40px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
  border-radius: 15px
}

.couponTicket__image {
  width: 100%;
  height: 135px;
  border-radius: 15px 15px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.couponTicket__content {
  padding: 20px
}

.couponTicket__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600
}

.couponTicket__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin-bottom: 5px
}

.couponTicket__detail .svgIcon svg {
  fill: #6c6c6c;
  width: 16px
}

.couponTicket__footer {
  border-top: 1px dashed #d9d9d9;
  position: relative;
  padding: 30px 20px 20px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center
}

.couponTicket__footer--orange {
  color: #ff9f40
}

.couponTicket__footer:after,
.couponTicket__footer:before {
  height: 26px;
  width: 23px;
  content: "";
  position: absolute;
  top: -13px;
  border-radius: 50%;
  background: #fff
}

.couponTicket__footer:before {
  right: -10px;
  box-shadow: 2px 0 2px inset rgba(0, 0, 0, .15)
}

.couponTicket__footer:after {
  left: -10px;
  box-shadow: inset 2px 0 2px rgba(0, 0, 0, .15);
  transform: scale(-1, 1)
}

.couponModalContent h2,
.couponModalContent__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.couponModalContent__subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-bottom: 20px
}

.listingOwner {
  margin-bottom: 10px
}

.listingOwner:first-of-type {
  padding-top: 20px
}

.listingOwner:last-child {
  border-bottom: 0
}

.listingOwner__img {
  border-radius: 50%
}

.listingOwner__name {
  font-size: 18px;
  line-height: 29.12461182px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0
}

.listingOwner__role {
  font-size: 16px;
  line-height: 25.88854384px;
  color: #8c8c8c
}

.listingOwner__bio ol,
.listingOwner__bio ul {
  padding-left: 0
}

.listingOwner__bio--reduced {
  font-size: 14px;
  line-height: 21px
}

.listingOwner__description {
  margin-bottom: 25px;
  padding-bottom: 10px;
  height: auto;
  max-height: 70px;
  overflow: hidden;
  position: relative
}

.listingOwner__description:after {
  content: "";
  height: 30px;
  width: 100%;
  bottom: 0;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.listingOwner__showHide {
  opacity: 0;
  pointer-events: none;
  transition: all .5s;
  color: #f76c6f;
  padding: 10px 0;
  text-align: right;
  margin-top: -20px;
  position: relative
}

.listingOwner__showHide:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%)
}

.listingOwner__showHide--down {
  position: absolute;
  width: 100%;
  top: 20px
}

.listingOwner__showHideItem {
  padding-left: 10px;
  display: inline;
  background: #fff;
  cursor: pointer
}

.listingOwner__readMore {
  position: relative
}

.listingOwner__readMore .active {
  opacity: 1;
  pointer-events: all;
  transition: all .5s
}

.storefront-owner {
  text-align: center;
  height: 100%
}

.storefront-owner__container {
  display: inline-flex
}

.storefront-owner__container .storefront-owner__name {
  margin: 0
}

.storefront-owner__container__avatar {
  border-radius: 50%;
  border: 1px solid #dcdcdc
}

.storefront-owner__content {
  padding: 26px 23px 0
}

.storefront-owner__name {
  font-size: 18px;
  line-height: 29.12461182px;
  color: #000;
  font-weight: 600;
  margin-top: 13px;
  display: block
}

.storefront-owner__role {
  font-size: 16px;
  line-height: 25.88854384px;
  color: #8c8c8c;
  display: block
}

.storefront-owner__bio {
  font-size: 16px;
  line-height: 25.88854384px;
  line-height: 24px;
  margin: 0 0 5px
}

.storefront-owner__bio p {
  margin-bottom: 0
}

.storefront-owner__slider {
  width: 150px
}

.storefront-owner__avatar {
  margin: 0 auto
}

.storefront-owner__avatar img {
  border-radius: 50%;
  border: 1px solid #dcdcdc
}

.storefront-owner__avatar.size-avatar-big {
  max-height: 120px
}

.storefront-owner__avatar.size-avatar-big img {
  height: 120px;
  width: 100%;
  object-fit: cover
}

.storefrontPromos__related {
  display: flex;
  flex-direction: column
}

.storefrontPromos__item {
  display: inline-flex;
  padding: 20px
}

.storefrontPromos__figure__container {
  position: relative
}

.storefrontPromos__figure__img {
  width: 194px;
  height: 147px;
  object-fit: cover;
  border-radius: 3px;
  position: relative
}

.storefrontPromos__figure__badge {
  position: absolute;
  top: -12px;
  left: -12px;
  border-radius: 50%;
  background: #fff;
  padding: 5px
}

.storefrontPromos__figure__badge--exclusive {
  background-color: #ee9174;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center
}

.storefrontPromos__content {
  margin-left: 20px
}

.storefrontPromos__content__category {
  font-size: 14px;
  line-height: 22.65247586px;
  color: #8c8c8c;
  text-transform: uppercase
}

.storefrontPromos__content__category--exclusive {
  color: #ee9174
}

.storefrontPromos__content__title {
  font-size: 18px;
  line-height: 29.12461182px;
  font-weight: 600
}

.storefrontPromos__date {
  font-size: 14px;
  line-height: 22.65247586px;
  color: #8c8c8c;
  margin-top: 10px;
  width: 75%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.etm-new-flag {
  display: inline-block;
  width: 42px;
  height: 20px;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #48964d;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-align: center
}

.formBox {
  background-color: #e9f6f8;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 30px
}

.formBox--submitted {
  background-color: transparent
}

.formBox--submitted .formBox__leadRange {
  font-size: 42px
}

.formBox__content {
  width: 400px;
  margin: auto
}

.formBox__heading {
  margin-bottom: 30px
}

.formBox__inputBox {
  position: relative
}

.formBox__submittedSpend {
  font-weight: 300;
  font-size: 42px;
  line-height: 56px;
  height: 56px
}

.formBox__inputDollar {
  display: none;
  position: absolute;
  left: 34px;
  top: 17px;
  font-size: 20px
}

.formBox__budgetInput {
  width: 150px;
  line-height: 50px;
  font-size: 32px;
  text-align: center;
  font-weight: 100;
  -moz-appearance: textfield
}

.formBox__budgetInput::-webkit-inner-spin-button,
.formBox__budgetInput::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.formBox__budgetInput::placeholder {
  font-size: 24px
}

.formBox__leadRange {
  font-size: 32px;
  line-height: 56px;
  height: 56px;
  font-weight: 300
}

.formBox__leadInfoTooltip {
  color: #6c6c6c
}

.formContainer__btnSubmit {
  width: 220px;
  height: 56px;
  font-size: 18px
}

.formContainer__btnSubmit--submitted {
  visibility: hidden
}

.leadDisclaimer {
  display: none
}

.landingContent--Desktop .budgetHeading {
  padding-left: 110px;
  padding-right: 110px
}

.landingContent--Mobile .formBox {
  padding: 10px 30px
}

.landingContent--Mobile .formBox__content {
  width: auto;
  margin: auto
}

.landingContent--Mobile .formBox__heading {
  margin-bottom: 20px
}

.landingContent--Mobile .formBox__leads {
  margin-bottom: 15px
}

.landingContent--Mobile .formBox__inputBox {
  display: inline-block
}

.landingContent--Mobile .formBox__spend {
  padding-bottom: 15px;
  margin-bottom: 15px
}

.landingContent--Mobile .formBox__spendLabel {
  padding-top: 10px
}

.landingContent--Mobile .formBox__inputDollar {
  left: 10px;
  top: 14px
}

.landingContent--Mobile .formBox__budgetInput {
  width: 180px;
  line-height: normal;
  border: 1px solid #ccc
}

.landingContent--Mobile .formBox--submitted .formBox__spendLabel {
  padding-top: 0
}

.landingContent--Mobile .leadDisclaimer {
  display: block;
  font-size: 14px
}

.landingContent--Mobile .formContainer__btnSubmit {
  margin-bottom: 30px
}

.landingContent--Mobile .formContainer__btnSubmit--submitted {
  display: none
}

.lds-ellipsis {
  top: 8px;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 20px
}

.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d9d9d9;
  animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(0)
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(19px, 0)
  }
}

.icon-vendor:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(/build/img/icons/icon-vendor-sadd7b7a716.png?v=symfnw-FR48-1-20230412-022_www_m_);
  background-repeat: no-repeat;
  margin-top: -1px;
  -webkit-print-color-adjust: exact
}

.icon-vendor-3d-tours-icon:before {
  background-position: -28px -677px;
  height: 28px;
  width: 28px
}

.icon-vendor-admin-menu-account-white:before {
  background-position: -70px -205px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-account:before {
  background-position: 0 -1052px;
  height: 33px;
  width: 33px
}

.icon-vendor-admin-menu-enquiries-white:before {
  background-position: 0 -268px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-enquiries:before {
  background-position: -20px -245px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-home-white:before {
  background-position: -64px -94px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-home:before {
  background-position: 0 -245px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-reviews-white:before {
  background-position: -49px -225px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-reviews:before {
  background-position: -20px -268px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-storefront-white:before {
  background-position: -69px -225px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-storefront:before {
  background-position: -68px -74px;
  height: 20px;
  width: 20px
}

.icon-vendor-banquet:before {
  background-position: -60px -961px;
  height: 30px;
  width: 30px
}

.icon-vendor-bill:before {
  background-position: -35px -1087px;
  height: 30px;
  width: 30px
}

.icon-vendor-call:before {
  background-position: -72px -132px;
  height: 18px;
  width: 18px
}

.icon-vendor-camera-white:before {
  background-position: -14px -49px;
  height: 15px;
  width: 15px
}

.icon-vendor-camera:before {
  background-position: -30px -991px;
  height: 30px;
  width: 30px
}

.icon-vendor-card-americanexpress:before {
  background-position: 0 -225px;
  height: 16px;
  width: 24px
}

.icon-vendor-card-discover:before {
  background-position: -44px -74px;
  height: 16px;
  width: 24px
}

.icon-vendor-card-mastercard:before {
  background-position: -42px -49px;
  height: 16px;
  width: 24px
}

.icon-vendor-card-visa:before {
  background-position: -66px -49px;
  height: 16px;
  width: 24px
}

.icon-vendor-card:before {
  background-position: -26px 0;
  height: 13px;
  width: 18px
}

.icon-vendor-cat-cutlery:before {
  background-position: 0 -1122px;
  height: 53px;
  width: 92px
}

.icon-vendor-check-green:before {
  background-position: -63px -268px;
  height: 23px;
  width: 23px
}

.icon-vendor-check-grey:before {
  background-position: -40px -268px;
  height: 23px;
  width: 23px
}

.icon-vendor-check-medium-grey:before {
  background-position: -36px -19px;
  height: 14px;
  width: 14px
}

.icon-vendor-check-red:before {
  background-position: -72px -186px;
  height: 19px;
  width: 19px
}

.icon-vendor-checkbox:before {
  background-position: -24px -19px;
  height: 12px;
  width: 12px
}

.icon-vendor-clip:before {
  background-position: -60px -991px;
  height: 30px;
  width: 30px
}

.icon-vendor-clock-small:before {
  background-position: 0 0;
  height: 12px;
  width: 12px
}

.icon-vendor-count-pic:before {
  background-position: -18px -132px;
  height: 18px;
  width: 18px
}

.icon-vendor-count-video:before {
  background-position: 0 -132px;
  height: 18px;
  width: 18px
}

.icon-vendor-document:before {
  background-position: 0 -1021px;
  height: 30px;
  width: 30px
}

.icon-vendor-envelope-red:before {
  background-position: 0 -205px;
  height: 16px;
  width: 16px
}

.icon-vendor-faq-accesories:before {
  background-position: -28px -705px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-bed:before {
  background-position: -56px -817px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-box:before {
  background-position: 0 -845px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-bus:before {
  background-position: -28px -873px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-cal:before {
  background-position: -56px -873px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-camera:before {
  background-position: 0 -931px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-car:before {
  background-position: 0 -593px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-carpa:before {
  background-position: -56px -845px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-catering:before {
  background-position: -28px -845px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-ceremony:before {
  background-position: 0 -873px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-certificate:before {
  background-position: -28px -817px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-chairs:before {
  background-position: -56px -789px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-check:before {
  background-position: -28px -789px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-clock:before {
  background-position: 0 -789px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-complement:before {
  background-position: 0 -817px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-courier:before {
  background-position: -56px -761px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-designer:before {
  background-position: -28px -761px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-direction:before {
  background-position: -28px -733px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-dj:before {
  background-position: 0 -733px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-dress:before {
  background-position: -56px -705px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-drive:before {
  background-position: -56px -677px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-flowers:before {
  background-position: 0 -677px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-globe:before {
  background-position: 0 -705px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-guests:before {
  background-position: -28px -649px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-home:before {
  background-position: -56px -621px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-invite:before {
  background-position: -28px -621px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-laptop:before {
  background-position: 0 -649px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-list:before {
  background-position: -28px -565px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-location:before {
  background-position: 0 -565px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-makeup:before {
  background-position: 0 -901px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-male:before {
  background-position: -56px -537px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-micro:before {
  background-position: -28px -537px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-music:before {
  background-position: -56px -509px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-party:before {
  background-position: -28px -509px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-pax-small:before {
  background-position: -12px -94px;
  height: 16px;
  width: 16px
}

.icon-vendor-faq-pax:before {
  background-position: 0 -509px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-price-small:before {
  background-position: -28px -74px;
  height: 16px;
  width: 16px
}

.icon-vendor-faq-price:before {
  background-position: 0 -537px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-real:before {
  background-position: -56px -481px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-rent:before {
  background-position: -28px -481px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-rings:before {
  background-position: -56px -453px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-smiley:before {
  background-position: -28px -453px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-speaker:before {
  background-position: 0 -453px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-suitcase:before {
  background-position: 0 -481px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-tag:before {
  background-position: -56px -425px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-team:before {
  background-position: -28px -425px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-truck:before {
  background-position: -56px -397px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-type:before {
  background-position: -55px -369px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-video:before {
  background-position: 0 -397px;
  height: 28px;
  width: 28px
}

.icon-vendor-form-check:before {
  background-position: 0 -49px;
  height: 11px;
  width: 14px
}

.icon-vendor-fullscreen:before {
  background-position: 0 -425px;
  height: 28px;
  width: 28px
}

.icon-vendor-handshake-red:before {
  background-position: -24px -225px;
  height: 17px;
  width: 25px
}

.icon-vendor-info-circle:before {
  background-position: -30px -1021px;
  height: 31px;
  width: 31px
}

.icon-vendor-location-s:before {
  background-position: 0 -94px;
  height: 12px;
  width: 12px
}

.icon-vendor-logout:before {
  background-position: -12px 0;
  height: 14px;
  width: 14px
}

.icon-vendor-mail:before {
  background-position: -36px -132px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-3d:before {
  background-position: 0 -114px;
  height: 17px;
  width: 18px
}

.icon-vendor-menu-balloon:before {
  background-position: -28px -94px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-cal:before {
  background-position: -34px -205px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-camera:before {
  background-position: 0 -186px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-cutlery:before {
  background-position: -36px -168px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-event:before {
  background-position: -18px -168px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-faq:before {
  background-position: 0 -150px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-globe:before {
  background-position: -72px -114px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-location:before {
  background-position: -54px -114px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-owners:before {
  background-position: -36px -114px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-play:before {
  background-position: -18px -114px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-profile:before {
  background-position: -46px -94px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-rings:before {
  background-position: 0 -168px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-star:before {
  background-position: -18px -150px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-tag:before {
  background-position: -54px -186px;
  height: 18px;
  width: 18px
}

.icon-vendor-my-account:before {
  background-position: -12px -74px;
  height: 16px;
  width: 16px
}

.icon-vendor-my-business:before {
  background-position: -25px -341px;
  height: 26px;
  width: 31px
}

.icon-vendor-my-enquiries:before {
  background-position: -40px -245px;
  height: 23px;
  width: 32px
}

.icon-vendor-my-storefront:before {
  background-position: -56px -341px;
  height: 28px;
  width: 33px
}

.icon-vendor-nav-account:before {
  background-position: -56px -565px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-availability:before {
  background-position: -28px -593px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-business:before {
  background-position: -56px -593px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-bw:before {
  background-position: 0 -316px;
  height: 23px;
  width: 18px
}

.icon-vendor-nav-finances:before {
  background-position: 0 -621px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-fw:before {
  background-position: -72px -245px;
  height: 23px;
  width: 18px
}

.icon-vendor-nav-grid-red:before {
  background-position: -16px -205px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-grid:before {
  background-position: -36px -186px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-inbox:before {
  background-position: -56px -649px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-map-red:before {
  background-position: -18px -186px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-map:before {
  background-position: -52px -205px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-next-circle:before {
  background-position: 0 -1087px;
  height: 35px;
  width: 35px
}

.icon-vendor-nav-next:before {
  background-position: -73px -291px;
  height: 25px;
  width: 13px
}

.icon-vendor-nav-prev-circle:before {
  background-position: -33px -1052px;
  height: 35px;
  width: 35px
}

.icon-vendor-nav-prev:before {
  background-position: -29px -49px;
  height: 25px;
  width: 13px
}

.icon-vendor-nav-reviews:before {
  background-position: 0 -761px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-stack-red:before {
  background-position: -72px -168px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-stack:before {
  background-position: -54px -168px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-storefront:before {
  background-position: -56px -733px;
  height: 28px;
  width: 28px
}

.icon-vendor-nophoto:before {
  background-position: -56px -34px;
  height: 15px;
  width: 15px
}

.icon-vendor-pagbrasil-card:before {
  background-position: -72px -150px;
  height: 18px;
  width: 18px
}

.icon-vendor-pagbrasil-dollar:before {
  background-position: -54px -150px;
  height: 18px;
  width: 18px
}

.icon-vendor-pagbrasil-file:before {
  background-position: -36px -150px;
  height: 18px;
  width: 18px
}

.icon-vendor-phone:before {
  background-position: -44px 0;
  height: 19px;
  width: 12px
}

.icon-vendor-profile-cal:before {
  background-position: -76px 0;
  height: 14px;
  width: 14px
}

.icon-vendor-profile-guest:before {
  background-position: -63px -19px;
  height: 15px;
  width: 19px
}

.icon-vendor-promo-all:before {
  background-position: -30px -961px;
  height: 30px;
  width: 30px
}

.icon-vendor-promo-bf-small:before {
  background-position: 0 -291px;
  height: 23px;
  width: 23px
}

.icon-vendor-promo-bf:before {
  background-position: 0 -961px;
  height: 30px;
  width: 30px
}

.icon-vendor-promo-cal:before {
  background-position: -50px -19px;
  height: 14px;
  width: 13px
}

.icon-vendor-promo-check:before {
  background-position: 0 -34px;
  height: 11px;
  width: 16px
}

.icon-vendor-promo-dto:before {
  background-position: -58px -931px;
  height: 30px;
  width: 30px
}

.icon-vendor-promo-exclusive:before {
  background-position: -28px -931px;
  height: 30px;
  width: 30px
}

.icon-vendor-promo-gift:before {
  background-position: -58px -901px;
  height: 30px;
  width: 30px
}

.icon-vendor-promo-offer:before {
  background-position: -28px -901px;
  height: 30px;
  width: 30px
}

.icon-vendor-quote-left-feat:before {
  background-position: -36px -34px;
  height: 14px;
  width: 20px
}

.icon-vendor-quote-left-grey:before {
  background-position: -56px 0;
  height: 14px;
  width: 20px
}

.icon-vendor-quote-right-feat:before {
  background-position: -16px -34px;
  height: 14px;
  width: 20px
}

.icon-vendor-radio:before {
  background-position: -12px -19px;
  height: 12px;
  width: 12px
}

.icon-vendor-reception:before {
  background-position: 0 -991px;
  height: 30px;
  width: 30px
}

.icon-vendor-red-checkbox:before {
  background-position: 0 -19px;
  height: 12px;
  width: 12px
}

.icon-vendor-red-radio:before {
  background-position: 0 -74px;
  height: 12px;
  width: 12px
}

.icon-vendor-review-flexibility:before {
  background-position: -23px -291px;
  height: 25px;
  width: 25px
}

.icon-vendor-review-price:before {
  background-position: -18px -316px;
  height: 25px;
  width: 25px
}

.icon-vendor-review-professional:before {
  background-position: 0 -341px;
  height: 25px;
  width: 25px
}

.icon-vendor-review-responsetime:before {
  background-position: -48px -291px;
  height: 25px;
  width: 25px
}

.icon-vendor-review-satisfaction:before {
  background-position: -43px -316px;
  height: 25px;
  width: 25px
}

.icon-vendor-review-service:before {
  background-position: 0 -369px;
  height: 25px;
  width: 25px
}

.icon-vendor-reviews:before {
  background-position: -25px -369px;
  height: 28px;
  width: 30px
}

.icon-vendor-send:before {
  background-position: -71px -34px;
  height: 15px;
  width: 15px
}

.icon-vendor-tour-white:before {
  background-position: -54px -132px;
  height: 18px;
  width: 18px
}

.icon-vendor-videos-icon:before {
  background-position: -28px -397px;
  height: 28px;
  width: 28px
}

@media (min-resolution:2dppx),
(min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:2 / 1),
(-webkit-min-device-pixel-ratio:2) {
  .icon-vendor:before {
    background-image: url(/build/img/icons/icon-vendor@2x-s4f9319772e.png?v=symfnw-FR48-1-20230412-022_www_m_);
    background-repeat: no-repeat
  }

  .icon-vendor-3d-tours-icon:before {
    background-size: 92px auto;
    background-position: -28px -677px
  }

  .icon-vendor-admin-menu-account-white:before {
    background-size: 92px auto;
    background-position: -70px -205px
  }

  .icon-vendor-admin-menu-account:before {
    background-size: 92px auto;
    background-position: 0 -1052px
  }

  .icon-vendor-admin-menu-enquiries-white:before {
    background-size: 92px auto;
    background-position: 0 -268px
  }

  .icon-vendor-admin-menu-enquiries:before {
    background-size: 92px auto;
    background-position: -20px -245px
  }

  .icon-vendor-admin-menu-home-white:before {
    background-size: 92px auto;
    background-position: -64px -94px
  }

  .icon-vendor-admin-menu-home:before {
    background-size: 92px auto;
    background-position: 0 -245px
  }

  .icon-vendor-admin-menu-reviews-white:before {
    background-size: 92px auto;
    background-position: -49px -225px
  }

  .icon-vendor-admin-menu-reviews:before {
    background-size: 92px auto;
    background-position: -20px -268px
  }

  .icon-vendor-admin-menu-storefront-white:before {
    background-size: 92px auto;
    background-position: -69px -225px
  }

  .icon-vendor-admin-menu-storefront:before {
    background-size: 92px auto;
    background-position: -68px -74px
  }

  .icon-vendor-banquet:before {
    background-size: 92px auto;
    background-position: -60px -961px
  }

  .icon-vendor-bill:before {
    background-size: 92px auto;
    background-position: -35px -1087px
  }

  .icon-vendor-call:before {
    background-size: 92px auto;
    background-position: -72px -132px
  }

  .icon-vendor-camera-white:before {
    background-size: 92px auto;
    background-position: -14px -49px
  }

  .icon-vendor-camera:before {
    background-size: 92px auto;
    background-position: -30px -991px
  }

  .icon-vendor-card-americanexpress:before {
    background-size: 92px auto;
    background-position: 0 -225px
  }

  .icon-vendor-card-discover:before {
    background-size: 92px auto;
    background-position: -44px -74px
  }

  .icon-vendor-card-mastercard:before {
    background-size: 92px auto;
    background-position: -42px -49px
  }

  .icon-vendor-card-visa:before {
    background-size: 92px auto;
    background-position: -66px -49px
  }

  .icon-vendor-card:before {
    background-size: 92px auto;
    background-position: -26px 0
  }

  .icon-vendor-cat-cutlery:before {
    background-size: 92px auto;
    background-position: 0 -1122px
  }

  .icon-vendor-check-green:before {
    background-size: 92px auto;
    background-position: -63px -268px
  }

  .icon-vendor-check-grey:before {
    background-size: 92px auto;
    background-position: -40px -268px
  }

  .icon-vendor-check-medium-grey:before {
    background-size: 92px auto;
    background-position: -36px -19px
  }

  .icon-vendor-check-red:before {
    background-size: 92px auto;
    background-position: -72px -186px
  }

  .icon-vendor-checkbox:before {
    background-size: 92px auto;
    background-position: -24px -19px
  }

  .icon-vendor-clip:before {
    background-size: 92px auto;
    background-position: -60px -991px
  }

  .icon-vendor-clock-small:before {
    background-size: 92px auto;
    background-position: 0 0
  }

  .icon-vendor-count-pic:before {
    background-size: 92px auto;
    background-position: -18px -132px
  }

  .icon-vendor-count-video:before {
    background-size: 92px auto;
    background-position: 0 -132px
  }

  .icon-vendor-document:before {
    background-size: 92px auto;
    background-position: 0 -1021px
  }

  .icon-vendor-envelope-red:before {
    background-size: 92px auto;
    background-position: 0 -205px
  }

  .icon-vendor-faq-accesories:before {
    background-size: 92px auto;
    background-position: -28px -705px
  }

  .icon-vendor-faq-bed:before {
    background-size: 92px auto;
    background-position: -56px -817px
  }

  .icon-vendor-faq-box:before {
    background-size: 92px auto;
    background-position: 0 -845px
  }

  .icon-vendor-faq-bus:before {
    background-size: 92px auto;
    background-position: -28px -873px
  }

  .icon-vendor-faq-cal:before {
    background-size: 92px auto;
    background-position: -56px -873px
  }

  .icon-vendor-faq-camera:before {
    background-size: 92px auto;
    background-position: 0 -931px
  }

  .icon-vendor-faq-car:before {
    background-size: 92px auto;
    background-position: 0 -593px
  }

  .icon-vendor-faq-carpa:before {
    background-size: 92px auto;
    background-position: -56px -845px
  }

  .icon-vendor-faq-catering:before {
    background-size: 92px auto;
    background-position: -28px -845px
  }

  .icon-vendor-faq-ceremony:before {
    background-size: 92px auto;
    background-position: 0 -873px
  }

  .icon-vendor-faq-certificate:before {
    background-size: 92px auto;
    background-position: -28px -817px
  }

  .icon-vendor-faq-chairs:before {
    background-size: 92px auto;
    background-position: -56px -789px
  }

  .icon-vendor-faq-check:before {
    background-size: 92px auto;
    background-position: -28px -789px
  }

  .icon-vendor-faq-clock:before {
    background-size: 92px auto;
    background-position: 0 -789px
  }

  .icon-vendor-faq-complement:before {
    background-size: 92px auto;
    background-position: 0 -817px
  }

  .icon-vendor-faq-courier:before {
    background-size: 92px auto;
    background-position: -56px -761px
  }

  .icon-vendor-faq-designer:before {
    background-size: 92px auto;
    background-position: -28px -761px
  }

  .icon-vendor-faq-direction:before {
    background-size: 92px auto;
    background-position: -28px -733px
  }

  .icon-vendor-faq-dj:before {
    background-size: 92px auto;
    background-position: 0 -733px
  }

  .icon-vendor-faq-dress:before {
    background-size: 92px auto;
    background-position: -56px -705px
  }

  .icon-vendor-faq-drive:before {
    background-size: 92px auto;
    background-position: -56px -677px
  }

  .icon-vendor-faq-flowers:before {
    background-size: 92px auto;
    background-position: 0 -677px
  }

  .icon-vendor-faq-globe:before {
    background-size: 92px auto;
    background-position: 0 -705px
  }

  .icon-vendor-faq-guests:before {
    background-size: 92px auto;
    background-position: -28px -649px
  }

  .icon-vendor-faq-home:before {
    background-size: 92px auto;
    background-position: -56px -621px
  }

  .icon-vendor-faq-invite:before {
    background-size: 92px auto;
    background-position: -28px -621px
  }

  .icon-vendor-faq-laptop:before {
    background-size: 92px auto;
    background-position: 0 -649px
  }

  .icon-vendor-faq-list:before {
    background-size: 92px auto;
    background-position: -28px -565px
  }

  .icon-vendor-faq-location:before {
    background-size: 92px auto;
    background-position: 0 -565px
  }

  .icon-vendor-faq-makeup:before {
    background-size: 92px auto;
    background-position: 0 -901px
  }

  .icon-vendor-faq-male:before {
    background-size: 92px auto;
    background-position: -56px -537px
  }

  .icon-vendor-faq-micro:before {
    background-size: 92px auto;
    background-position: -28px -537px
  }

  .icon-vendor-faq-music:before {
    background-size: 92px auto;
    background-position: -56px -509px
  }

  .icon-vendor-faq-party:before {
    background-size: 92px auto;
    background-position: -28px -509px
  }

  .icon-vendor-faq-pax-small:before {
    background-size: 92px auto;
    background-position: -12px -94px
  }

  .icon-vendor-faq-pax:before {
    background-size: 92px auto;
    background-position: 0 -509px
  }

  .icon-vendor-faq-price-small:before {
    background-size: 92px auto;
    background-position: -28px -74px
  }

  .icon-vendor-faq-price:before {
    background-size: 92px auto;
    background-position: 0 -537px
  }

  .icon-vendor-faq-real:before {
    background-size: 92px auto;
    background-position: -56px -481px
  }

  .icon-vendor-faq-rent:before {
    background-size: 92px auto;
    background-position: -28px -481px
  }

  .icon-vendor-faq-rings:before {
    background-size: 92px auto;
    background-position: -56px -453px
  }

  .icon-vendor-faq-smiley:before {
    background-size: 92px auto;
    background-position: -28px -453px
  }

  .icon-vendor-faq-speaker:before {
    background-size: 92px auto;
    background-position: 0 -453px
  }

  .icon-vendor-faq-suitcase:before {
    background-size: 92px auto;
    background-position: 0 -481px
  }

  .icon-vendor-faq-tag:before {
    background-size: 92px auto;
    background-position: -56px -425px
  }

  .icon-vendor-faq-team:before {
    background-size: 92px auto;
    background-position: -28px -425px
  }

  .icon-vendor-faq-truck:before {
    background-size: 92px auto;
    background-position: -56px -397px
  }

  .icon-vendor-faq-type:before {
    background-size: 92px auto;
    background-position: -55px -369px
  }

  .icon-vendor-faq-video:before {
    background-size: 92px auto;
    background-position: 0 -397px
  }

  .icon-vendor-form-check:before {
    background-size: 92px auto;
    background-position: 0 -49px
  }

  .icon-vendor-fullscreen:before {
    background-size: 92px auto;
    background-position: 0 -425px
  }

  .icon-vendor-handshake-red:before {
    background-size: 92px auto;
    background-position: -24px -225px
  }

  .icon-vendor-info-circle:before {
    background-size: 92px auto;
    background-position: -30px -1021px
  }

  .icon-vendor-location-s:before {
    background-size: 92px auto;
    background-position: 0 -94px
  }

  .icon-vendor-logout:before {
    background-size: 92px auto;
    background-position: -12px 0
  }

  .icon-vendor-mail:before {
    background-size: 92px auto;
    background-position: -36px -132px
  }

  .icon-vendor-menu-3d:before {
    background-size: 92px auto;
    background-position: 0 -114px
  }

  .icon-vendor-menu-balloon:before {
    background-size: 92px auto;
    background-position: -28px -94px
  }

  .icon-vendor-menu-cal:before {
    background-size: 92px auto;
    background-position: -34px -205px
  }

  .icon-vendor-menu-camera:before {
    background-size: 92px auto;
    background-position: 0 -186px
  }

  .icon-vendor-menu-cutlery:before {
    background-size: 92px auto;
    background-position: -36px -168px
  }

  .icon-vendor-menu-event:before {
    background-size: 92px auto;
    background-position: -18px -168px
  }

  .icon-vendor-menu-faq:before {
    background-size: 92px auto;
    background-position: 0 -150px
  }

  .icon-vendor-menu-globe:before {
    background-size: 92px auto;
    background-position: -72px -114px
  }

  .icon-vendor-menu-location:before {
    background-size: 92px auto;
    background-position: -54px -114px
  }

  .icon-vendor-menu-owners:before {
    background-size: 92px auto;
    background-position: -36px -114px
  }

  .icon-vendor-menu-play:before {
    background-size: 92px auto;
    background-position: -18px -114px
  }

  .icon-vendor-menu-profile:before {
    background-size: 92px auto;
    background-position: -46px -94px
  }

  .icon-vendor-menu-rings:before {
    background-size: 92px auto;
    background-position: 0 -168px
  }

  .icon-vendor-menu-star:before {
    background-size: 92px auto;
    background-position: -18px -150px
  }

  .icon-vendor-menu-tag:before {
    background-size: 92px auto;
    background-position: -54px -186px
  }

  .icon-vendor-my-account:before {
    background-size: 92px auto;
    background-position: -12px -74px
  }

  .icon-vendor-my-business:before {
    background-size: 92px auto;
    background-position: -25px -341px
  }

  .icon-vendor-my-enquiries:before {
    background-size: 92px auto;
    background-position: -40px -245px
  }

  .icon-vendor-my-storefront:before {
    background-size: 92px auto;
    background-position: -56px -341px
  }

  .icon-vendor-nav-account:before {
    background-size: 92px auto;
    background-position: -56px -565px
  }

  .icon-vendor-nav-availability:before {
    background-size: 92px auto;
    background-position: -28px -593px
  }

  .icon-vendor-nav-business:before {
    background-size: 92px auto;
    background-position: -56px -593px
  }

  .icon-vendor-nav-bw:before {
    background-size: 92px auto;
    background-position: 0 -316px
  }

  .icon-vendor-nav-finances:before {
    background-size: 92px auto;
    background-position: 0 -621px
  }

  .icon-vendor-nav-fw:before {
    background-size: 92px auto;
    background-position: -72px -245px
  }

  .icon-vendor-nav-grid-red:before {
    background-size: 92px auto;
    background-position: -16px -205px
  }

  .icon-vendor-nav-grid:before {
    background-size: 92px auto;
    background-position: -36px -186px
  }

  .icon-vendor-nav-inbox:before {
    background-size: 92px auto;
    background-position: -56px -649px
  }

  .icon-vendor-nav-map-red:before {
    background-size: 92px auto;
    background-position: -18px -186px
  }

  .icon-vendor-nav-map:before {
    background-size: 92px auto;
    background-position: -52px -205px
  }

  .icon-vendor-nav-next-circle:before {
    background-size: 92px auto;
    background-position: 0 -1087px
  }

  .icon-vendor-nav-next:before {
    background-size: 92px auto;
    background-position: -73px -291px
  }

  .icon-vendor-nav-prev-circle:before {
    background-size: 92px auto;
    background-position: -33px -1052px
  }

  .icon-vendor-nav-prev:before {
    background-size: 92px auto;
    background-position: -29px -49px
  }

  .icon-vendor-nav-reviews:before {
    background-size: 92px auto;
    background-position: 0 -761px
  }

  .icon-vendor-nav-stack-red:before {
    background-size: 92px auto;
    background-position: -72px -168px
  }

  .icon-vendor-nav-stack:before {
    background-size: 92px auto;
    background-position: -54px -168px
  }

  .icon-vendor-nav-storefront:before {
    background-size: 92px auto;
    background-position: -56px -733px
  }

  .icon-vendor-nophoto:before {
    background-size: 92px auto;
    background-position: -56px -34px
  }

  .icon-vendor-pagbrasil-card:before {
    background-size: 92px auto;
    background-position: -72px -150px
  }

  .icon-vendor-pagbrasil-dollar:before {
    background-size: 92px auto;
    background-position: -54px -150px
  }

  .icon-vendor-pagbrasil-file:before {
    background-size: 92px auto;
    background-position: -36px -150px
  }

  .icon-vendor-phone:before {
    background-size: 92px auto;
    background-position: -44px 0
  }

  .icon-vendor-profile-cal:before {
    background-size: 92px auto;
    background-position: -76px 0
  }

  .icon-vendor-profile-guest:before {
    background-size: 92px auto;
    background-position: -63px -19px
  }

  .icon-vendor-promo-all:before {
    background-size: 92px auto;
    background-position: -30px -961px
  }

  .icon-vendor-promo-bf-small:before {
    background-size: 92px auto;
    background-position: 0 -291px
  }

  .icon-vendor-promo-bf:before {
    background-size: 92px auto;
    background-position: 0 -961px
  }

  .icon-vendor-promo-cal:before {
    background-size: 92px auto;
    background-position: -50px -19px
  }

  .icon-vendor-promo-check:before {
    background-size: 92px auto;
    background-position: 0 -34px
  }

  .icon-vendor-promo-dto:before {
    background-size: 92px auto;
    background-position: -58px -931px
  }

  .icon-vendor-promo-exclusive:before {
    background-size: 92px auto;
    background-position: -28px -931px
  }

  .icon-vendor-promo-gift:before {
    background-size: 92px auto;
    background-position: -58px -901px
  }

  .icon-vendor-promo-offer:before {
    background-size: 92px auto;
    background-position: -28px -901px
  }

  .icon-vendor-quote-left-feat:before {
    background-size: 92px auto;
    background-position: -36px -34px
  }

  .icon-vendor-quote-left-grey:before {
    background-size: 92px auto;
    background-position: -56px 0
  }

  .icon-vendor-quote-right-feat:before {
    background-size: 92px auto;
    background-position: -16px -34px
  }

  .icon-vendor-radio:before {
    background-size: 92px auto;
    background-position: -12px -19px
  }

  .icon-vendor-reception:before {
    background-size: 92px auto;
    background-position: 0 -991px
  }

  .icon-vendor-red-checkbox:before {
    background-size: 92px auto;
    background-position: 0 -19px
  }

  .icon-vendor-red-radio:before {
    background-size: 92px auto;
    background-position: 0 -74px
  }

  .icon-vendor-review-flexibility:before {
    background-size: 92px auto;
    background-position: -23px -291px
  }

  .icon-vendor-review-price:before {
    background-size: 92px auto;
    background-position: -18px -316px
  }

  .icon-vendor-review-professional:before {
    background-size: 92px auto;
    background-position: 0 -341px
  }

  .icon-vendor-review-responsetime:before {
    background-size: 92px auto;
    background-position: -48px -291px
  }

  .icon-vendor-review-satisfaction:before {
    background-size: 92px auto;
    background-position: -43px -316px
  }

  .icon-vendor-review-service:before {
    background-size: 92px auto;
    background-position: 0 -369px
  }

  .icon-vendor-reviews:before {
    background-size: 92px auto;
    background-position: -25px -369px
  }

  .icon-vendor-send:before {
    background-size: 92px auto;
    background-position: -71px -34px
  }

  .icon-vendor-tour-white:before {
    background-size: 92px auto;
    background-position: -54px -132px
  }

  .icon-vendor-videos-icon:before {
    background-size: 92px auto;
    background-position: -28px -397px
  }
}