.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Varela Round', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  font-family: 'Varela Round', sans-serif;
}

#divTemplateDropdown {
    display: none;
}

.navbar {
    display: none;
    margin-bottom: 0px;
    background-color: transparent;
}

.brand {
  height: 64px;
  padding: 14px 24px;
}

.nav-link {
  margin: 8px 16px;
  padding: 8px 0px;
  border-bottom: 2px solid transparent;
  color: #484848;
}

.nav-link:hover {
  border-bottom-color: #767676;
}

.nav-menu {
  height: 64px;
  padding-top: 8px;
}

.container {
  display: block;
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.hero-titile {
  margin: 10px auto;
  padding: 20px;
  background-color: transparent;
  color: #484848;
  font-size: 29px;
  line-height: 38px;
  font-weight: 300;
}

.text-span {
  color: #289ad4;
  font-weight: 700;
}

.form-field-wrapper {
  position: relative;
  display: inline-block;
  width: 320px;
  height: 80px;
  margin: 0px;
  padding: 16px;
  float: none;
  border: 0px solid #dbdbdb;
}

.form-field-wrapper-reg {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 80px;
    margin: 0px;
    padding: 16px;
    float: none;
    border: 0px solid #dbdbdb;
}

.recipient-name {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.recipient-name:focus {
  border-bottom: 2px solid #289ad4;
}

.form-label {
  margin-bottom: 0px;
  color: #484848;
  font-size: 13px;
  font-weight: 300;
}

.form {
  margin-left: 2px;
  padding: 23px 28px;
  border-right: 0px solid #dbdbdb;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.07);
}

.select-field {
  padding: 7px 0px 5px;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #484848;
  font-size: 19px;
}

.dropdown-toggle {
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.dropdown-icon {
  margin-right: 14px;
  font-size: 16px;
  font-weight: 100;
}

.dropdown-list.w--open {
  margin-top: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.2);
}

.form-submit-button {
  position: absolute;
  right: 12px;
  bottom: 15px;
  padding: 15px 18px;
  border-radius: 3px;
  background-color: #ff5a5f;
  font-size: 19px;
}

.content {
  padding: 10px 40px 0px;
  border-bottom: 1px solid #dce0e0;
}

.content-tab-link {
  padding: 12px 16px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #484848;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-tab-link.w--current {
  border-bottom-color: #289ad4;
  background-color: transparent;
  color: #289ad4;
}

.tab-title {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-title {
  margin-top: 50px;
  margin-bottom: 25px;
  color: #484848;
  font-size: 28px;
  font-weight: 700;
}

.see-all-link {
  position: relative;
  bottom: 49px;
  padding-right: 20px;
  float: right;
  background-image: url('../images/right-arrow.svg');
  background-position: 100% 39%;
  background-size: 11px;
  background-repeat: no-repeat;
  color: #484848;
  text-decoration: none;
}

.slider-experiences-slide {
  width: 20%;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px;
}

.slider-experiences-slide.places {
  width: 16.66666667%;
}

.general-slider {
  overflow: visible;
  height: 400px;
  background-color: transparent;
}

.general-slider.homes {
  height: 300px;
}

.slide-main-link {
  text-decoration: none;
}

.place-info-light-text {
  display: inline;
  margin-top: 8px;
  color: #484848;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.place-info-bold-text {
  display: inline;
  margin-right: 5px;
  color: #484848;
  font-weight: 600;
}

.general-image {
  margin-bottom: 8px;
}

.slider-icon {
  right: -50px;
  z-index: 99;
  width: 40px;
  height: 40px;
  color: #767676;
  font-size: 24px;
}

.slider-icon.left {
  left: -47px;
  top: 0px;
  right: auto;
}

.right-arrow {
  right: -38px;
  z-index: 99;
}

.tabs-content {
  overflow: visible;
}

.review-star-img {
  margin-right: 3px;
}

.review-text {
  display: block;
  color: #484848;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.slider-homes-slide {
  width: 33.33%;
  height: 300px;
  padding-right: 8px;
  padding-left: 8px;
}

.home-info {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #484848;
  font-size: 14px;
  font-weight: 100;
}

.slider-places-slide {
  width: 16.66%;
  height: 270px;
  padding-right: 8px;
  padding-left: 8px;
}

.destination-slider {
  height: 270px;
  background-color: transparent;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 40px 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #dce0e0;
  border-right: 1px solid #dce0e0;
}

.feature-block.border-right {
  border-right-style: none;
}

.feature-image {
  margin-right: 24px;
}

.feature-text-block {
  display: inline-block;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #484848;
  font-size: 15px;
  line-height: 1;
}

.paragraph {
  display: inline-block;
  max-width: 225px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #484848;
}

.link {
  color: #008489;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.footer {
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-dropdown {
  width: 244px;
  height: 44px;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #484848;
  font-size: 19px;
  font-weight: 100;
}

.footer-dropdown-toggle {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #dbdbdb;
}

.footer-dropdown-icon {
  font-size: 20px;
}

.footer-menu-link {
  display: inline-block;
  padding-right: 5px;
  color: #767676;
  text-decoration: none;
}

.footer-menu-link:hover {
  text-decoration: underline;
}

.footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-menu-devider {
  height: 1px;
  margin-top: 50px;
  margin-bottom: 25px;
  background-color: #dbdbdb;
}

.copyrights-and-policy {
  padding: 8px 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  line-height: 12px;
}

.image {
  margin-right: 13px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.right-content {
  float: right;
}

.social {
  margin-right: 10px;
  margin-left: 5px;
}

.image-2 {
  opacity: 0.4;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.footer-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buyer-name {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.buyer-name:focus {
  border-bottom: 2px solid #289ad4;
}

.message-line-1 {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.message-line-1:focus {
  border-bottom: 2px solid #289ad4;
}

.message-line-2 {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.message-line-2:focus {
  border-bottom: 2px solid #289ad4;
}

.message-line-3 {
  margin-top: 0px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.message-line-3:focus {
  border-bottom: 2px solid #289ad4;
}

.heading {
  display: block;
  margin-top: 0px;
  color: #289ad4;
  font-size: 26px;
}

.small-text {
  color: #289ad4;
  font-size: 11px;
}

.steps-text {
  color: #474747;
  font-size: 26px;
}

.amount {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.amount:focus {
  border-bottom: 2px solid #289ad4;
}

.general-grid {
  grid-template-areas: "Area";
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.design-template {
  border-style: solid;
  border-width: 0px;
  border-color: #ececec;
  border-radius: 0px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.23);
  cursor: pointer;
}

.design-template:active {
  border-width: 0px;
  border-color: #289ad4;
}

.design-template:focus {
  border-width: 0px;
  border-color: #289ad4;
}

.grid-2 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.birthday-grid {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.anniversary-grid {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.design-grid {
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.valentines-grid {
  grid-template-areas: "." "Area";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-6 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.button {
  display: inline-block;
  margin: 20px 0px 20px 20px;
  padding: 16px 76px;
  float: right;
  border-radius: 8px;
  background-color: #289ad4;
  font-weight: 400;
  text-align: center;
}

.emaillogin {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.emaillogin:focus {
  border-bottom: 2px solid #289ad4;
}

.passwordlogin {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.passwordlogin:focus {
  border-bottom: 2px solid #289ad4;
}

.form-field-wrapper-login {
  position: relative;
  display: block;
  width: 384px;
  height: 80px;
  margin: 0px;
  padding: 16px;
  float: none;
  border: 0px solid #dbdbdb;
}

.buttonlogin {
    display: inline-block;
    margin: 20px 0px 20px 20px;
    padding: 10px 40px;
    float: none;
    border-radius: 8px;
    background-color: #5a5a5a;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.link-2 {
  font-size: 11px;
}

.text-block {
  float: right;
}

.buttonback {
  display: inline-block;
  margin: 20px 0px 20px 20px;
  padding: 16px 76px;
  float: left;
  border-radius: 8px;
  background-color: #289ad4;
  font-weight: 400;
  text-align: center;
}

.formlogin {
  display: inline-block;
  margin-right: 0px;
  margin-left: 2px;
  padding: 23px 28px;
  border-right: 0px solid #dbdbdb;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.07);
}

.christmas-grid {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.buttoncreateaccount {
    display: inline-block;
    margin: 20px 0px 20px 20px;
    padding: 10px 40px;
    float: none;
    border-radius: 8px;
    background-color: #289ad4;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.form-field-wrapper-create-account {
  position: relative;
  display: block;
  width: 384px;
  height: 80px;
  margin: 0px;
  padding: 16px;
  float: none;
  border: 0px solid #dbdbdb;
}

.required {
  color: red;
}

.first-name {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.first-name:focus {
  border-bottom: 2px solid #289ad4;
}

.last-name {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.last-name:focus {
  border-bottom: 2px solid #289ad4;
}

.birth-date {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.birth-date:focus {
  border-bottom: 2px solid #289ad4;
}

.address {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.address:focus {
  border-bottom: 2px solid #289ad4;
}

.city {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.city:focus {
  border-bottom: 2px solid #289ad4;
}

.state {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.state:focus {
  border-bottom: 2px solid #289ad4;
}

.zip-code {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.zip-code:focus {
  border-bottom: 2px solid #289ad4;
}

.phone-number {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.phone-number:focus {
  border-bottom: 2px solid #289ad4;
}

.email {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.email:focus {
  border-bottom: 2px solid #289ad4;
}

.password {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.password:focus {
  border-bottom: 2px solid #289ad4;
}

.card-number {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.card-number:focus {
  border-bottom: 2px solid #289ad4;
}

.cvv2 {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.cvv2:focus {
  border-bottom: 2px solid #289ad4;
}

.expiration-date {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.expiration-date:focus {
  border-bottom: 2px solid #289ad4;
}

.billing-address {
  margin-top: -2px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.billing-address:focus {
  border-bottom: 2px solid #289ad4;
}

.billing-zip {
  margin-top: 0px;
  padding-top: 11px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-radius: 3px;
  background-color: #fff;
  color: #484848;
  font-size: 14px;
}

.billing-zip:focus {
  border-bottom: 2px solid #289ad4;
}

.grey-block {
  margin-left: 2px;
  padding: 23px 28px;
  border-radius: 8px;
  background-color: #ededed;
  color: #ededed;
}

.grey-block.thank-you {
  margin-top: 45px;
}

.image-3 {
  display: block;
}

.review-image {
  display: block;
  margin: 8px;
}

.createaccountbutton {
  display: inline-block;
  margin: 20px 0px 20px 20px;
  padding: 16px 76px;
  float: right;
  border-radius: 8px;
  background-color: #289ad4;
  font-weight: 400;
  text-align: center;
}

.copyright-text {
  color: #c2c2c2;
  font-size: 12px;
  text-align: center;
}

.copyright-footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: auto;
  background-color: #fff;
}

.container-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 20px;
}

.designlink {
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.designlink:focus {
  border-style: solid;
  border-width: 4px;
  border-color: #289ad4;
}

.text-block-2 {
  padding: 28px;
}

.section {
  position: fixed;
}

@media screen and (max-width: 991px) {
  .copyrights-and-policy {
    font-size: 11px;
    line-height: 11px;
  }
  .copyright-text {
    color: #c2c2c2;
    font-size: 11px;
    text-align: center;
  }
  .copyright-footer {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    float: none;
    background-color: #fff;
  }
  .container-2 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
    #divTemplateDropdown {
        display: block;
    }

    #divTemplateStrip {
        display: none;
    }

  .container {
    margin-bottom: 10px;
  }
  .hero-titile {
    font-size: 22px;
    line-height: 32px;
  }
  .form-field-wrapper {
    width: 100%;
  }
    .form-field-wrapper-reg {
        width: 100%;
    }
  .form-field-wrapper-login {
    width: 100%;
  }
  .form-field-wrapper-create-account {
    width: 100%;
  }
  .copyright-text {
    color: #c2c2c2;
    font-size: 11px;
    text-align: center;
  }
  .container-2 {
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-titile {
    font-size: 15px;
    line-height: 21px;
  }
  .form-field-wrapper {
    width: 100%;
  }
    .form-field-wrapper.reg {
        width: 100%;
    }
  .form {
    padding: 14px;
  }
  .content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-tab-link.w--current {
    display: inline-block;
  }
  .tab-content-main-block {
    background-color: #fff;
  }
  .copyrights-and-policy {
    padding: 14px;
    font-size: 10px;
    line-height: 8px;
  }
  .heading {
    font-size: 22px;
    line-height: 34px;
  }
  .steps-text {
    font-size: 22px;
  }
  .birthday-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .anniversary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .design-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .valentines-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .button {
    padding: 10px 40px;
  }
  .form-field-wrapper-login {
    width: 100%;
  }
    .buttonlogin {
        padding: 10px 20px;
        background-color: #5a5a5a;
        font-size: 12px;
    }
  .buttonback {
    padding: 10px 40px;
  }
  .formlogin {
    padding: 14px;
  }
  .christmas-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .buttoncreateaccount {
    padding: 10px 20px;
    float: none;
    font-size: 12px;
  }
  .form-field-wrapper-create-account {
    width: 100%;
  }
  .review-image {
    margin-right: auto;
    margin-left: auto;
  }
  .createaccountbutton {
    padding: 10px 40px;
  }
  .copyright-text {
    color: #c2c2c2;
    font-size: 10px;
    text-align: center;
  }
  .hanukkah-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .text-block-2 {
    padding: 12px;
  }
}

#w-node-cbc4dfcaa5b9-1f6e2445 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-9b2765a480e6-1f6e2445 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-cbc4dfcaa5b9-1f6e2445 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-9b2765a480e6-1f6e2445 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}