@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,900,700italic,900italic);
.btn-chromeless {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  height: auto;
  line-height: inherit;
  border-width: 0;
  padding: 0;
  vertical-align: baseline;
}

.btn-chromeless:focus {
  outline: 0;
}

#sbChatWidgetButton {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 20px;
  bottom: 0;
  cursor: pointer;
  z-index: 999;
}

#sbChatAttentionGrabber {
  text-align: center;
}

#sbChatAttentionGrabber img {
  display: block;
  margin: 0 auto;
}

#sbClickToChat {
  border: medium none;
  background: #7bb2b6;
  border-radius: 8px 8px 0 0;
  font-size: 100%;
  z-index: 999998;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
  padding: 0 10px;
  height: 48px;
  color: #fff;
  display: block;
  font-size: 1em;
  line-height: 48px;
}

#sbChatWidgetButton:hover #sbClickToChat {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.5);
}

#sbClickToChat svg {
  fill: #fff;
  height: 48px;
  width: 28px;
  margin-right: 5px;
  vertical-align: middle;
}

#sbChatFrame {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  max-width: 400px;
  height: 450px;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}

#sbChatFrame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#sbChatFrame #chatWidgetHeader {
  background: #7bb2b6;
  border-radius: 7px 7px 0 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 1em;
}

#sbChatFrame #chatWidgetHeader svg {
  fill: #fff;
  vertical-align: sub;
}

#sbChatFrame #closeSBChatWidget {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 15px;
  width: 15px;
  height: 20px;
}

#sbChatFrame #closeSBChatWidget:hover {
  opacity: 0.8;
}

#sbChatFrame #chatWidgetWrapper {
  overflow-y: scroll;
  height: 330px;
}

#sbChatFrame #sbChatWidgets {
  background-color: #fff;
  min-height: 230px;
}

#sbChatFrame .activity-stream {
  padding: 0 20px;
}

#sbChatFrame .sbChatWidget .activity {
  list-style: none;
}

#sbChatFrame .activity.role-support .user-name {
  color: #7bb2b6;
  font-weight: 700;
}

#sbChatFrame .activity.role-support .message {
  color: #fff;
  background: #7bb2b6;
}

#sbChatFrame .chatwidget-line {
  position: relative;
}

#sbChatFrame .chatwidget-line hr {
  border: none;
  border-top: 1px solid var(--main-color-a);
}

#sbChatFrame .chatwidget-line small {
  position: absolute;
  top: -10px;
  right: -10px;
  padding-left: 10px;
  color: var(--main-color-a);
  background: #fff;
}

#sbChatFrame .pusher-chat-widget-input {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}

#sbChatFrame #chat-message-box {
  height: 62px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  border: none;
  background: #f2f3f4;
}

#sbChatFrame #send-chat-button {
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#sbChatFrame .sbChatWelcomeMessage {
  line-height: 1.4em;
  color: #333;
  font-size: 14px;
  background: #f0f8ff;
  margin: 1em;
  padding: 1em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#sbChatFrame .pusher-chat-widget-header {
  margin: 1em;
}

#sbChatFrame .sbChatWidget .visitorInput label {
  display: inline-block;
}

#sbChatFrame .sbChatWidgetInput {
  padding: 3px;
  font-size: 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
}

#sbChatFrame .stream-item-content {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

#sbChatFrame .profile-section {
  display: inline-block;
  width: 50px;
  padding-top: 5px;
}

#sbChatFrame .stream-item-content img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#sbChatFrame .content-section .user-name {
  font-size: 80%;
}

#sbChatFrame .content-section .message {
  background: #f4f4f4;
  padding: 5px 10px;
  -webkit-border-radius: 0 10px 10px;
  -moz-border-radius: 0 10px 10px;
  border-radius: 0 10px 10px;
}

#sbChatFrame .content-section .timestamp {
  color: #aaa;
  font-size: 60%;
  margin-top: 5px;
}

#sbChatFrame #typing-indicator-wrapper {
  display: inline-block;
  margin-left: 70px;
  padding: 5px 10px;
  background: #efefef;
  -webkit-border-radius: 10px 10px 10px 0;
  -moz-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
}

#sbChatFrame #typing-indicator img {
  height: 20px;
}

#sbChatFrame #sbXvi {
  background: url(https://sb-drops.s3.amazonaws.com/drop/rmopt-5bb57f4139d59-923689500-1538621249.gif)
    50% 38% no-repeat;
}

.modalbackground {
  z-index: 100;
  background: rgba(15, 14, 30, 0.9);
  height: 100%;
  left: 0;
  padding: 0 15px;
  position: fixed;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-backface-visibility: hidden;
}

.modalbackground .centered {
  text-align: center;
}

.modalbackground .radius {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

@media only screen and (min-width: 540px) {
  .modalbackground {
    padding: 0 5%;
  }
}

@media only screen and (min-width: 800px) {
  .modalbackground {
    padding: 0 15%;
  }
}

.modalbackground:hover {
  cursor: pointer;
}

.modalbackground.fadein {
  visibility: visible;
  opacity: 1;
}

#modalpopup-title {
  font-size: 1.2rem;
  line-height: 3;
  text-align: center;
}

#modalpopup-body {
  margin: auto;
  position: relative;
  top: 50%;
  margin-top: -25%;
  background: #fff;
  cursor: auto;
  padding-top: 40px;
  text-align: center;
}

#modalpopup-content {
  margin-bottom: 2rem;
}

.simple #modalpopup-icon {
  display: none;
}

#modalpopup-ok {
  background: #5cb85c;
}

#modalpopup-icon {
  position: absolute;
  top: -40px;
  width: 100%;
  text-align: center;
}

#modalpopup-icon span {
  width: 70px;
  height: 70px;
  background: var(--main-color-a);
  display: inline-block;
  border-radius: 100%;
  border: 3px solid #fff;
}

#modalpopup-icon span img {
  width: 50%;
  height: 50%;
  margin-top: 25%;
}

* {
  max-height: 99999px;
}

@media screen and (min-width: 1440px) {
  @-ms-viewport {
    width: 1366px;
  }
}

@media only screen and (max-width: 799px) {
  .hide-for-mobile,
  .show-for-desktop-up {
    display: none !important;
  }
}

@media only screen and (min-width: 800px) {
  .hide-for-mobile,
  .show-for-desktop-up {
    display: inherit !important;
  }
}

@media only screen and (min-width: 800px) {
  .show-for-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 799px) {
  .show-for-mobile {
    display: inherit !important;
  }
}

.flex-container {
  display: flex;
  flex-flow: row nowrap;
}

.flex-container .flex-item.auto-width {
  flex-grow: 1;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select,
textarea {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 400;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.faq-contents {
  padding: 3rem 0;
  color: #333332;
  background-color: #edf1f1;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .faq-contents {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 414px) {
  .faq-contents {
    padding: 0;
  }
}

.faq-contents .inner-wrapper {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  border: 4px #e6e7e8 solid;
  padding: 15px 40px;
}

@media only screen and (min-width: 0px) and (max-width: 414px) {
  .faq-contents .inner-wrapper {
    padding: 0 10px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
}

.faq-contents .inner-wrapper .main-title-wrapper {
  margin: 1rem 0 1.5rem;
}

.faq-contents .inner-wrapper .main-title-wrapper h1 {
  font-size: 1.8rem;
  color: #473221;
}

.faq-contents .inner-wrapper .main-title-wrapper h1 img {
  vertical-align: -10px;
}

@media only screen and (min-width: 0px) and (max-width: 414px) {
  .faq-contents .inner-wrapper .main-title-wrapper h1 {
    font-size: 1.5rem;
    text-align: center;
  }

  .faq-contents .inner-wrapper .main-title-wrapper h1 img {
    width: 50px;
    height: auto;
    vertical-align: -5px;
  }
}

.faq-contents .inner-wrapper .faq-body-wrapper {
  padding: 1rem 0;
}

.faq-contents .inner-wrapper .faq-body-wrapper .left-side {
  border-right: 2px dotted #ccc;
}

.faq-contents .inner-wrapper .faq-body-wrapper .left-side ul {
  padding-left: 1rem;
}

.faq-contents .inner-wrapper .faq-body-wrapper .left-side ul li {
  list-style: disc;
  line-height: 1.5;
  margin: 1rem 0;
  font-size: 1rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .faq-contents .inner-wrapper .faq-body-wrapper .left-side ul {
    padding-left: 0;
  }

  .faq-contents .inner-wrapper .faq-body-wrapper .left-side ul li {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    background-color: #de7c63;
  }

  .faq-contents .inner-wrapper .faq-body-wrapper .left-side ul li a {
    color: #fff;
    font-weight: 800;
  }
}

@media only screen and (min-width: 0px) and (max-width: 414px) {
  .faq-contents .inner-wrapper .faq-body-wrapper .left-side ul li {
    margin: 0.2rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
  }
}

.faq-contents
  .inner-wrapper
  .faq-body-wrapper
  .left-side
  .help-page-link-wrapper {
  margin: 2rem 0;
  text-align: center;
}

.faq-contents
  .inner-wrapper
  .faq-body-wrapper
  .left-side
  .help-page-link-wrapper
  img {
  width: 90%;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .faq-contents
    .inner-wrapper
    .faq-body-wrapper
    .left-side
    .help-page-link-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .faq-contents .inner-wrapper .faq-body-wrapper .left-side {
    border-right: 0 dotted #ccc;
  }
}

.faq-contents .inner-wrapper .faq-body-wrapper .right-side h3 {
  margin: 0.5rem 1rem;
  padding: 0.5rem 1rem 1rem 0;
  color: var(--main-color-a);
  font-size: 1.5rem;
  font-weight: 900;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 0px) and (max-width: 414px) {
  .faq-contents .inner-wrapper .faq-body-wrapper .right-side h3 {
    font-size: 1.3rem;
    padding: 0.5rem 1rem 0.5rem 0;
  }
}

.faq-contents .inner-wrapper .faq-body-wrapper .right-side dl {
  padding: 0 1rem 1rem;
}

.faq-contents .inner-wrapper .faq-body-wrapper .right-side dl dt {
  margin: 1rem 0;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.5;
}

.faq-contents
  .inner-wrapper
  .faq-body-wrapper
  .right-side
  dl
  dt
  span.question-mark {
  font-size: 1.6rem;
  color: #8dd6d8;
}

.faq-contents .inner-wrapper .faq-body-wrapper .right-side dl dd {
  margin: 1rem 0 1.5rem 1rem;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.faq-contents
  .inner-wrapper
  .faq-body-wrapper
  .right-side
  dl
  dd
  .answer-wrapper {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

.faq-contents
  .inner-wrapper
  .faq-body-wrapper
  .right-side
  dl
  dd
  .answer-wrapper
  span.answer-mark {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ef97bb;
}

.faq-contents .inner-wrapper .faq-body-wrapper .right-side dl dd ul {
  margin: 1rem 0;
  padding-left: 0.5rem;
}

.faq-contents .inner-wrapper .faq-body-wrapper .right-side dl dd ul li {
  margin: 1rem 0;
  list-style: none;
  line-height: 1.5;
  font-size: 0.9rem;
}

@media only screen and (min-width: 0px) and (max-width: 414px) {
  .faq-contents .inner-wrapper .faq-body-wrapper .right-side dl {
    padding: 0;
  }

  .faq-contents .inner-wrapper .faq-body-wrapper .right-side dl dt {
    font-size: 1.1rem;
  }

  .faq-contents
    .inner-wrapper
    .faq-body-wrapper
    .right-side
    dl
    dt
    span.question-mark {
    font-size: 1.3rem;
  }

  .faq-contents .inner-wrapper .faq-body-wrapper .right-side dl dd {
    margin: 0.5rem 0 1rem 0.5rem;
  }
}

.faq-contents .inner-wrapper .go-to-top-btn-wrapper {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 50px;
  cursor: pointer;
  padding: 20px 21px;
  background-color: rgba(241, 110, 80, 0.75);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  z-index: 999;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.faq-contents .inner-wrapper .go-to-top-btn-wrapper:hover {
  background-color: rgba(245, 149, 127, 0.75);
}
