﻿html[dir] .newslettersignup-v2 .show-in-pc {
  /* height: 204px; */
  position: relative;
}

html[dir] .newslettersignup-v2 .show-in-pc .newsletter-bg-left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

html[dir=rtl] .newslettersignup-v2 .show-in-pc .newsletter-bg-left {
  left: auto;
  right: 0;
}

html[dir] .newslettersignup-v2 .show-in-pc .newsletter-bg-right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

html[dir=rtl] .newslettersignup-v2 .show-in-pc .newsletter-bg-right {
  right: auto;
  left: 0;
}

html[dir] .newslettersignup-v2 .cmp-container {
  padding-top: 63px;
  padding-bottom: 59px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
html[dir] .newslettersignup-v2 .cmp-container .newsletter-left {
  width: 34%;
  margin-right: 25px;
}

html[dir=rtl] .newslettersignup-v2 .cmp-container .newsletter-left {
  margin-right: unset;
  margin-left: 25px;
}
html[dir] .newslettersignup-v2 .cmp-container .newsletter-left .newsletter-titler {
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  margin-bottom: 14.7px;
}

html[dir] .newslettersignup-v2 .cmp-container .newsletter-left .newsletter-desc {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

html[dir] .newslettersignup-v2 .cmp-container .newsletter__field {
  display: inline-block;
  background: #fff;
  padding: 15px;
  white-space: nowrap;
  /* width: 100%; */
}

html[dir] .newslettersignup-v2 .newsletter-right {
  display: flex;
  align-items: center;
  /* width: calc(100% - 34% - 18px); */
}

html[dir] .newslettersignup-v2 .cmp-container .newsletter-right .newsletter__field .newsletter__input {
  box-sizing: border-box;
  padding: 0;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 21px 14px;
  background-position: 0 50%;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: 500px;
  /* width: calc(100% - 180px); */
  height: 46px;
  outline: none;
  vertical-align: top;
  font-size: 20px;
  line-height: 46px;
  -webkit-font-smoothing: antialiased;
}
html[dir=rtl] .newslettersignup-v2 .cmp-container .newsletter-right .newsletter__field .newsletter__input {
  padding-left: unset;
  padding-right: 35px;
  background-position: 100% 50%;
}

html[dir] .newslettersignup-v2 .cmp-container .newsletter-right .newsletter__field .newsletter__submit {
  background-color: #E2002C;
  display: inline-block;
  vertical-align: top;
  height: 46px;
  padding: 5px 40px;
  margin: 0 0 0 5px;
}

html[dir] .newslettersignup-v2 .newsletter-right .validate__error-box {
  line-height: 2.15em;
  margin-top: 0;
  color: #E2002C;
  font-size: .875em;
}

html[dir] .newslettersignup-v2 .newsletter-right .text .cmp-text {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  html[dir] .newslettersignup-v2 .cmp-container .newsletter-left .newsletter-titler {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 8.7px;
  }

  html[dir] .newslettersignup-v2 .cmp-container .newsletter-right .newsletter__field .newsletter__submit {
    padding: 5px 25px;
    height: 40px;
    font-size: 1rem;
  }

  html[dir] .newslettersignup-v2 .cmp-container .newsletter-right .newsletter__field .newsletter__input {
    /* width: calc(100% - 135px); */
    width: 360px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1200px) {
  html[dir] .newslettersignup-v2 .cmp-container .newsletter-right .newsletter__field .newsletter__input {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  html[dir] .newslettersignup-v2 .container, .container-sm, .container-md {
    max-width: calc(100% - 50px);
  }

  html[dir] .newslettersignup-v2 .cmp-container .newsletter-right .newsletter__field .newsletter__input {
    width: 330px;
  }
}
@media screen and (min-width: 769px) {

  html[dir] .newslettersignup-v2 .show-in-mobile {
    display: none;
  }
  html[dir] .newslettersignup-v2 .cmp-container .newsletter-right .newsletter__field .newsletter__input {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  html[dir] .newslettersignup-v2 .show-in-pc {
    display: none;
  }
  html[dir] .newslettersignup-v2 .show-in-mobile {
    display: block;
    background-color: #F5F5F5;
  }

  html[dir] .newslettersignup-v2 .show-in-mobile .mobile-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30.8px;
  }

  html[dir] .newslettersignup-v2 .mobile-container .newsletter-top {
    text-align: center;
    margin-bottom: 19.8px;
    max-width: 80%;
  }

  html[dir] .newslettersignup-v2 .mobile-container .newsletter-top .newsletter-titler {
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
  }

  html[dir] .newslettersignup-v2 .mobile-container .newsletter-top .newsletter-desc {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
  }

  html[dir] .newslettersignup-v2 .mobile-container .newsletter-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  html[dir] .newslettersignup-v2 .mobile-container .newsletter-bottom .newsletter__field {
    display: inline-block;
    background: #fff;
    padding: 6px 30px;
    width: 80%;
  }
  
  html[dir] .newslettersignup-v2 .mobile-container .newsletter-bottom .newsletter__field .newsletter__input {
    padding: 7px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-size: 21px 14px;
    background-position: 0 50%;
    border: none;
    box-shadow: none;
    display: inline-block;
    width: 100%;
    height: 36px;
    outline: none;
    vertical-align: top;
    font-size: 13px;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
  }
  
  html[dir=rtl] .newslettersignup-v2 .mobile-container .newsletter-bottom .newsletter__field .newsletter__input {
    padding-left: unset;
    padding-right: 35px;
    background-position: 100% 50%;
  }
  html[dir] .newslettersignup-v2 .newsletter-bottom .validate__error-box {
    line-height: 2.15em;
    margin-top: 0;
    color: #E2002C;
    font-size: .875em;
  }
  
  html[dir] .newslettersignup-v2 .newsletter-bottom .text .cmp-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  html[dir] .newslettersignup-v2 .newsletter-bottom .bg-box {
    margin-top: 41px;
    width: 100%;
    position: relative;
  }

  html[dir] .newslettersignup-v2 .newsletter-bottom .bg-box .bg-img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 112px;
  }
  html[dir] .newslettersignup-v2 .newsletter-bottom .bg-box .newsletter__submit {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}
