*,
::before,
::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-transform: none;
}

label {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

input {
  outline: none;
  border: none;
  font-family: inherit;
}

p, a, span, b, u {
  margin: 0;
  padding: 0;
}

i {
  font-style: italic;
}

ul, ol, li {
  margin: 0;
}

b {
  font-weight: 700;
}

.swal2-popup {
  font-size: 1.6rem !important;
  display: flex !important;
  align-items: center !important;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: auto !important;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1;
  color: #0D0F0F;
}

#wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#content {
  flex: 1 0 auto;
  width: unset !important;
  padding: 0 !important;
  position: unset !important;
  margin: 0 !important;
}

.container {
  width: 100%;
  max-width: 126rem;
  padding: 0 3rem;
  margin: 0 auto;
}
.container--80r {
  max-width: 86rem;
}

.intro {
  background: url("/static/images/customer_service/intro_mask.png"), url("/static/images/customer_service/intro_background.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: right, right;
}

.intro-inner {
  min-height: 26.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.intro-title {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.intro-text {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
}

.help-navigation {
  margin: 5rem 0 7rem 0;
}

.help-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
}
.help-steps:before, .help-steps:after {
  display: none;
}

.help-steps-item {
  width: 100%;
  max-width: 37rem;
  min-height: 10rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 2px solid #C4C4C4;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.help-steps-item.active {
  border-color: #4DAA5A;
  box-shadow: 0px 3px 10px #00000029;
}
.help-steps-item:hover {
  border-color: #4DAA5A;
}

.help-steps-item-icon-wrapper {
  width: 100%;
  max-width: 16.5rem;
  height: 16.5rem;
  border-radius: 50%;
  background-color: #F4F4F4;
  margin-bottom: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.help-steps-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #212322;
  margin-bottom: 0.8rem;
  line-height: 1;
  letter-spacing: 0.05rem;
}

.help-steps-item-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #0D0F0F;
  line-height: 1;
}

.help-content {
  margin-bottom: 27rem;
  position: relative;
}

.help-card-title {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #0D0F0F;
  margin-bottom: 5rem;
  text-align: center;
  letter-spacing: 0.05rem;
}

.help-service-inner {
  max-width: 80rem;
  margin: 0 auto;
}

.help-service-contacts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.help-service-contacts-item {
  display: block;
  width: 100%;
  max-width: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none !important;
  text-decoration: none !important;
}
.help-service-contacts-item:hover .help-service-contacts-item-icon {
  border-color: #00AD50;
}
.help-service-contacts-item:hover .help-service-contacts-item-icon--chat {
  background-image: url("/static/images/customer_service/contact_icon_chat_green.svg");
}
.help-service-contacts-item:hover .help-service-contacts-item-icon--email {
  background-image: url("/static/images/customer_service/contact_icon_email_green.svg");
}
.help-service-contacts-item:hover .help-service-contacts-item-icon--call {
  background-image: url("/static/images/customer_service/contact_icon_phone_green.svg");
}
.help-service-contacts-item:hover .help-service-contacts-item-icon--facebook {
  background-image: url("/static/images/customer_service/contact_icon_facebook_green.svg");
}

.help-service-contacts-item-icon {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  border: 2px solid #C4C4C4;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  margin-bottom: 1.5rem;
}
.help-service-contacts-item-icon--chat {
  background-image: url("/static/images/customer_service/contact_icon_chat_gray.svg");
  background-size: 7.2rem;
  background-position: bottom 28px center;
}
.help-service-contacts-item-icon--email {
  background-image: url("/static/images/customer_service/contact_icon_email_gray.svg");
  background-size: 6.6rem;
  background-position: center;
}
.help-service-contacts-item-icon--call {
  background-image: url("/static/images/customer_service/contact_icon_phone_gray.svg");
  background-size: 6.2rem;
  background-position: center;
}
.help-service-contacts-item-icon--facebook {
  background-image: url("/static/images/customer_service/contact_icon_facebook_gray.svg");
  background-size: 3.7rem;
  background-position: center;
}

.help-service-contacts-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #00664F;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.help-service-contacts-item-text {
  font-family: "Roboto", sans-serif;
  color: #0D0F0F;
  font-size: 1.4rem;
  line-height: 1;
}

.help-service-separator {
  width: 100%;
  max-width: 60rem;
  margin: 7rem auto 5rem;
  height: 0.2rem;
  background-color: #DEDEDE;
}

.help-track {
  margin-bottom: 7rem;
}

.help-track-title {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #00664F;
  margin-bottom: 5rem;
}

.help-track-inner {
  display: flex;
  flex-direction: column;
}

.help-track-search-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.help-track-form {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 40rem;
}

.help-track-form-row input {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 0.2rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #212322;
  margin: 0;
  padding: 0;
  padding-left: 1.5rem;
  box-shadow: inset 0px 1px 2px #00000029;
  transition: all 0.2s ease-in-out;
}
.help-track-form-row input.error {
  border-color: #9D4A46;
}
.help-track-form-row input::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #888888;
}

.help-track-separator {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #0D0F0F;
  margin: 0 1rem;
}
.help-track-separator--mobile {
  display: none;
}

.help-track-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 30rem;
  height: 5.5rem;
  border-radius: 0.5rem;
  background-color: #00AD50;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
  outline: none !important;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
.help-track-link--mobile {
  display: none;
}
.help-track-link:hover {
  color: #ffffff !important;
  background-color: #00c75c;
}
.help-track-link:active, .help-track-link:focus {
  color: #ffffff !important;
  background-color: #009444;
}
.help-track-link:visited {
  color: #ffffff;
}

.help-track-error {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #A94442;
  margin-bottom: 1.2rem;
  display: none;
}

.help-track-submit-button {
  background: none;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  background-color: #CBCBCB;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 12rem;
  height: 4rem;
  border-radius: 0.2rem !important;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.help-track-submit-button.active {
  background-color: #D88D22;
}
.help-track-submit-button.active:hover {
  background-color: #df9934;
}
.help-track-submit-button.active:active, .help-track-submit-button.active:focus {
  background-color: #c27f1f;
}
.help-track-submit-button:disabled {
  cursor: not-allowed;
}

.help-track-results {
  margin-top: 4.5rem;
  border: 1px solid #00AD50;
  background-color: #F4FAF7;
  padding: 2.5rem 3rem;
  border-radius: 0.5rem;
  display: none;
}

.help-track-results-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #0D0F0F;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.help-track-results-list {
  margin: 0;
  padding: 0;
}
.help-track-results-list li {
  margin-bottom: 1.5rem;
}
.help-track-results-list li:last-child {
  margin-bottom: 0;
}

.help-track-results-link {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #00664F;
  text-decoration: underline;
  outline: none !important;
  margin-bottom: 1.5rem;
}
.help-track-results-link:hover {
  color: #008063 !important;
}
.help-track-results-link:focus, .help-track-results-link:active {
  color: #004d3b !important;
}
.help-track-results-link:visited {
  color: #00664F;
}
.help-track-results-link:last-child {
  margin-bottom: 1.5rem;
}

.help-track-results-message {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #00664F;
  font-style: italic;
  display: none;
}

.help-contact {
  background-color: #F4F4F4;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 6rem 2.5rem;
}

.help-contact-inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

.help-contact-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #00664F;
  text-align: center;
  margin-bottom: 0.5rem;
}

.help-contact-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #0D0F0F;
  text-align: center;
  margin-bottom: 4rem;
}

.help-contact-form {
  width: 100%;
}

.help-contact-form-row {
  margin-bottom: 2.5rem;
}
.help-contact-form-row .invalid-input {
  margin-top: 0.7rem;
  font-family: "Roboto", sans-serif;
  color: #ff7872;
  font-style: italic;
}
.help-contact-form-row input, .help-contact-form-row textarea {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 0.2rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #212322;
  margin: 0;
  padding: 0;
  padding-left: 1.5rem;
  box-shadow: inset 0px 1px 2px #00000029;
  transition: all 0.2s ease-in-out;
}
.help-contact-form-row input:focus, .help-contact-form-row textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #D9D9D9;
}
.help-contact-form-row input.error, .help-contact-form-row textarea.error {
  border-color: #ff7872;
}
.help-contact-form-row input::placeholder, .help-contact-form-row textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #888888;
  font-weight: 500;
}
.help-contact-form-row textarea {
  height: 30rem;
  resize: none;
  overflow: auto;
  padding-top: 0.75rem;
}
.help-contact-form-row:last-child {
  margin-bottom: 0;
}

.help-contact-form-submit-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 30rem;
  height: 5.5rem;
  margin: 3rem auto 0;
  border-radius: 0.5rem;
  background-color: #00AD50;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.help-contact-form-submit-button:hover {
  background-color: #00c75c;
}
.help-contact-form-submit-button:active, .help-contact-form-submit-button:focus {
  background-color: #009444;
}

#help-shipping-side-nav {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 26rem;
  height: 100%;
}

#help-shipping-side-nav .sticky {
  position: sticky;
  top: 3%;
}

.help-shipping-side-nav-item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #212322;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.help-shipping-side-nav-item:hover {
  color: #005B46 !important;
  text-decoration: none !important;
  outline: none !important;
}
.help-shipping-side-nav-item:active, .help-shipping-side-nav-item:focus {
  color: #212322 !important;
  text-decoration: none !important;
  outline: none !important;
}
.help-shipping-side-nav-item:visited {
  color: #212322;
}
.help-shipping-side-nav-item.scrolled {
  font-weight: 700;
  color: #005B46 !important;
}
.help-shipping-side-nav-item .header {
  margin-left: 2rem;
  line-height: 1.35;
}
.help-shipping-side-nav-item:last-child {
  margin-bottom: 0;
}

.help-shipping-content-item {
  margin-bottom: 5rem;
}
.help-shipping-content-item:last-child {
  margin-bottom: 0;
}

.help-shipping-content-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #00664F;
  margin-bottom: 1rem;
}

.help-shipping-content-item-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #0D0F0F;
  margin-bottom: 1rem;
}

.help-shipping-content-item-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #0D0F0F;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.help-shipping-content-item-text a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #00664F;
  transition: all;
}
.help-shipping-content-item-text a:hover {
  color: #008063 !important;
}
.help-shipping-content-item-text a:active, .help-shipping-content-item-text a:focus {
  color: #004d3b !important;
}
.help-shipping-content-item-text a:visited {
  color: #00664F;
}
.help-shipping-content-item-text:last-child {
  margin-bottom: 0;
}

.faq {
  margin-bottom: 70px;
}

.faq-title {
  font-weight: 700;
  font-size: 36px;
  color: #0D0F0F;
  margin-bottom: 60px;
  text-align: center;
}

.accordion-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 0;
  border: none;
  background: none;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item.active .accordion-item-header:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.accordion-item-header {
  padding: 1.2rem 4.2rem;
  position: relative;
  cursor: pointer;
  background-color: #F4F4F4;
}
.accordion-item-header:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 1.2rem;
  background: url(/static/images/dryer_page/arrow_icon_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 5rem;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.accordion-item-title {
  font-family: "Roboto";
  font-weight: 700;
  color: #00664F;
  font-size: 2.2rem;
  margin: 0;
  margin-right: 3.5rem;
}

.accordion-item-content {
  padding: 1.2rem 7.7rem 1.2rem 4.2rem;
  display: none;
}
.accordion-item-content ul {
  margin: 0;
}
.accordion-item-content ul li {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #0D0F0F;
  display: flex;
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
}
.accordion-item-content ul li p {
  font-family: "Roboto", sans-serif;
}
.accordion-item-content ul li:last-child {
  margin-bottom: 0;
}
.accordion-item-content ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #00664F;
}
.accordion-item-content ul li a:hover {
  color: #008063 !important;
}
.accordion-item-content ul li a:active, .accordion-item-content ul li a:focus {
  color: #004d3b !important;
}
.accordion-item-content ul li a:visited {
  color: #00664F;
}
.accordion-item-content ul li:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1.3rem;
  height: 1.3rem;
  margin-right: 1rem;
  background-image: url("/static/images/customer_service/help_rhombus_icon.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0.4rem;
}

.accordion-item-text {
  font-family: "Roboto";
  font-size: 1.4rem;
  color: #0D0F0F;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.accordion-item-text a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #00664F;
}
.accordion-item-text a:hover {
  color: #008063 !important;
}
.accordion-item-text a:active, .accordion-item-text a:focus {
  color: #004d3b !important;
}
.accordion-item-text a:visited {
  color: #00664F;
}
.accordion-item-text:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=customer_service.css.map */
