@import '/style/plugins/mobirise-icons.css';
* {
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  font-family: "Roboto", sans-serif;
  font-size: 4.5vw;
}

body {
  background-color: #f0f2f5;
  margin: 0;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  outline: none;
}

.wrapper {
  position: relative;
}

.pxl,
.hidden {
  display: none !important;
}

.body-wrapper .container > div {
  display: none;
}
.body-wrapper .container > div.active {
  display: block;
}
.body-wrapper .container > div.home-wrapper {
  padding: 0 0.2em;
}
.body-wrapper .container > div.articles-wrapper, .body-wrapper .container > div.detail-wrapper, .body-wrapper .container > div.faq-wrapper {
  padding: 0 1em;
}

.mainbar {
  margin-bottom: 1em;
}

.sidebar {
  max-width: 65vw;
  margin: 0 auto;
}

@media (min-width: 568px) {
  html {
    font-size: 20px;
  }

  .container {
    max-width: 21em;
    margin: 0 auto;
  }

  .body-wrapper .container > div.home-wrapper {
    padding: 0;
  }
  .body-wrapper .container > div.articles-wrapper, .body-wrapper .container > div.detail-wrapper, .body-wrapper .container > div.faq-wrapper {
    padding: 0;
  }

  .sidebar {
    max-width: 13.65em;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: none;
    margin: 0 1em;
  }

  .body-wrapper .container > div.active {
    display: flex;
  }

  .mainbar {
    flex: auto;
  }

  .sidebar {
    margin: 0 0 0 1em;
    min-width: 13.65em;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 52.2em !important;
    margin: 0 auto;
  }

  .sidebar {
    margin-left: 3em;
  }
}
@media screen and (min-width: 1200px) and (-ms-high-contrast: active), (min-width: 1200px) and (-ms-high-contrast: none) {
  .mainbar {
    flex: 1;
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  html {
    font-size: 1vh;
  }

  body {
    font-size: 2.07em;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

h2,
h3 {
  margin: 0;
}

h2 {
  font-size: 1.2em;
  cursor: pointer;
}
h2:hover {
  color: #1877f2;
}

h3 {
  font-size: 0.85em;
  margin-bottom: 0.7em;
}

p {
  margin: 0;
  font-size: 0.55em;
  line-height: 1.5em;
}

.product-list li > span {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  color: #3a5794;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 900;
}
.product-list li .logo-box a {
  font-size: 0.55em;
  color: #1877f2;
}
.product-list li .info-box h3, .product-list li .info-box p, .product-list li .info-box a {
  color: #444444;
}
.product-list li .info-box h3 {
  margin-bottom: 0;
}
.product-list li .info-box p {
  margin-bottom: 1.5em;
}
.product-list li .info-box a {
  font-size: 0.7em;
  font-weight: 900;
}
.product-list li .button-box span {
  font-weight: 900;
  font-size: 1.2em;
}
.product-list li .mark span {
  display: inline-block;
  font-size: 0.55em;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 0.1em 0.1em #969696;
  max-width: 15em;
  text-align: center;
}

.article-list li .info-box h3 {
  font-size: 0.65em;
}
.article-list li .info-box p {
  overflow: hidden;
  max-height: 6em;
  margin-bottom: 0.5em;
}
.article-list li .info-box > a {
  color: #1877f2;
  font-weight: 900;
  font-size: 0.55em;
}

.side-articles li .info h3 {
  font-size: 0.75em;
}
.side-articles li .info p {
  max-height: 10em;
  overflow: hidden;
  margin-bottom: 1em;
}
.side-articles li .detail a {
  font-size: 0.55em;
  font-weight: 900;
  color: #fff;
}

.side-products li .star-button a {
  font-size: 0.65em;
  font-weight: 900;
  color: #1877f2;
}

.all-articles {
  font-size: 0.8em;
  display: block;
  margin: -0.5em 0 0;
}

.detail-wrapper b {
  font-size: 1.2em;
}

.back-to-articles {
  font-size: 0.75em;
  font-weight: 900;
  display: block;
  text-align: right;
  margin-top: 1em;
}

.footer > div > a {
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-decoration: none;
  font-size: 0.8em;
  color: #fff;
}

.overlay .modal .modal-wrapper h3 {
  text-align: center;
}
.overlay .modal .modal-wrapper b {
  font-size: 0.75em;
}
.overlay .modal .modal-wrapper p {
  margin-bottom: 1em;
  word-wrap: break-word;
}
.overlay .modal .modal-wrapper p b {
  font-size: 1.2em;
}
.overlay .modal .modal-wrapper p a {
  text-decoration: underline;
}
.overlay .modal .modal-wrapper ol {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
  font-size: 0.55em;
}
.overlay .modal .modal-wrapper ol li {
  margin: 0.4em 0;
}

@media (min-width: 768px) {
  .product-list li .logo-box a {
    font-size: 0.5em;
  }

  .product-list li .info-box a {
    font-size: 0.75em;
  }
}
@media (min-width: 768px) {
  .banner-wrapper .banner-content h3 {
    font-size: 1.2em;
    margin-bottom: 0.3em;
  }
  .banner-wrapper .banner-content p {
    font-size: 0.65em;
  }

  .article-list li .info-box p {
    max-height: 4.5em;
    margin-bottom: 1em;
  }

  .product-list li .logo-box a {
    font-size: 0.5em;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 1em;
  }

  p {
    font-size: 0.65em;
  }

  .banner-wrapper .banner-content p {
    font-size: 0.85em;
  }

  .product-list li .logo-box a {
    font-size: 0.6em;
    color: #1877f2;
  }
  .product-list li .info-box p {
    font-size: 0.65em;
  }
  .product-list li .info-box a {
    font-size: 0.85em;
  }
  .product-list li .button-box span {
    font-size: 1.5em;
  }
  .product-list li .mark span {
    font-size: 0.75em;
    line-height: 2;
    display: inline;
    max-width: none;
  }

  .article-list li .info-box h3 {
    font-size: 0.85em;
  }
  .article-list li .info-box > a {
    font-size: 0.65em;
  }

  .side-articles li .info h3 {
    font-size: 0.85em;
  }
  .side-articles li .detail a {
    font-size: 0.75em;
  }

  .footer > div > a {
    font-size: 1em;
  }

  .overlay .modal .modal-wrapper b {
    font-size: 0.85em;
  }
  .overlay .modal .modal-wrapper ol {
    font-size: 0.65em;
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  .footer > div > a {
    text-shadow: 0.05em 0.05em 0 #000, -0.05em -0.05em 0 #000, 0.05em -0.05em 0 #000, -0.05em 0.05em 0 #000, 0.05em 0.05em 0 #000;
  }

  .side-articles li .info p {
    max-height: 10.5em;
  }
}
.overlay .modal .close-modal {
  position: absolute;
  width: 2em;
  height: 2em;
  top: 0.5em;
  right: 0.5em;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(/img/_btns/cancel-icon-blue.png);
}

.popup-list .overlay .modal .modal-wrapper a {
  max-width: 10em;
  text-align: center;
  margin: 0 auto;
  font-size: 0.8em;
}

.product-link {
  display: block;
  font-size: 0.6em;
  color: #fff;
  background-color: #1877f2;
  padding: 0.3em 0.5em 0.4em;
  border-radius: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0.2em;
  -webkit-box-shadow: 0px 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.8);
  transition: all 200ms linear;
  max-width: 9em;
}

@media (min-width: 768px) {
  .product-link {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .product-link {
    font-size: 1em !important;
  }
}
@media (min-width: 1200px) {
  .product-link:hover {
    color: #1877f2;
    background-color: #fff;
  }
}
.menu-wrapper ul {
  display: flex;
  padding: 0.6em;
}
.menu-wrapper ul li {
  margin: 0 1em;
}

.menu-wrapper .style-cs ul {
  font-size: 0.85em;
}

@media (min-width: 568px) {
  .menu-wrapper ul {
    padding: 0.6em 0;
  }
  .menu-wrapper ul li {
    margin: 0 2em 0 0;
  }
}
@media (min-width: 768px) {
  .menu-wrapper .style-cs ul {
    font-size: 1em;
  }
}
.banner-wrapper {
  position: relative;
  margin-bottom: 1em;
}
.banner-wrapper .banner-content,
.banner-wrapper .blue-line {
  position: relative;
  z-index: 10;
}
.banner-wrapper .banner-content {
  padding: 1em 0.2em;
  max-width: 70vw;
  background-color: #fff;
}
.banner-wrapper .banner-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  top: 0;
  z-index: 10;
  width: 1.5em;
  background: white;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.banner-wrapper .blue-line {
  height: 2em;
  background-color: #3a5794;
}
.banner-wrapper .banner-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
}
.banner-wrapper .banner-img .mobile-banner {
  position: absolute;
  right: -31vw;
  max-width: none;
  height: 100%;
}
.banner-wrapper .banner-img .desktop-banner {
  display: none;
}

@media (min-width: 568px) {
  .banner-wrapper .container {
    max-width: none;
  }
  .banner-wrapper .banner-content {
    max-width: 21em;
    background: none;
  }
  .banner-wrapper .banner-content::after {
    display: none;
  }
  .banner-wrapper .banner-img .mobile-banner {
    display: none;
  }
  .banner-wrapper .banner-img .desktop-banner {
    display: block;
    position: absolute;
    right: -13em;
    max-width: none;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .banner-wrapper .banner-content {
    max-width: none;
    padding: 1.5em 0;
    margin-right: 14.65em;
  }
}
@media (min-width: 992px) {
  .banner-wrapper .banner-img .desktop-banner {
    right: -15em;
  }
}
@media (min-width: 1200px) {
  .banner-wrapper {
    margin-bottom: 1.5em;
  }
  .banner-wrapper .banner-content {
    margin-right: 16.65em;
  }
  .banner-wrapper .banner-img .desktop-banner {
    position: static;
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (-ms-high-contrast: active), (min-width: 1200px) and (-ms-high-contrast: none) {
  .banner-wrapper .banner-img .desktop-banner {
    position: absolute;
    right: -10em;
    width: auto;
  }
}
@media screen and (min-width: 1800px) and (-ms-high-contrast: active), (min-width: 1800px) and (-ms-high-contrast: none) {
  .banner-wrapper .banner-img .desktop-banner {
    position: static;
    width: 100%;
    height: auto;
  }
}
.product-list li,
.article-list li {
  display: flex;
  -webkit-box-shadow: 0px 0px 0.3em 0px black;
  -moz-box-shadow: 0px 0px 0.3em 0px black;
  box-shadow: 0px 0px 0.3em 0px black;
  border-radius: 0.3em;
  background-color: #fff;
}
.product-list li:not(:last-child),
.article-list li:not(:last-child) {
  margin-bottom: 1em;
}

.product-list li {
  padding: 0.5em;
  position: relative;
}
.product-list li:first-child {
  border: 0.15em solid #ff0000;
}
.product-list li .logo-box {
  text-align: right;
}
.product-list li .logo-box .logo-wrapper {
  margin: 0.2em 0 0.2em 1.5em;
  -webkit-box-shadow: 0px 0px 0.3em 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 0.3em 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0.3em 0px rgba(0, 0, 0, 0.3);
  width: 25vw;
  height: 25vw;
  position: relative;
}
.product-list li .logo-box .logo-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
.product-list li .info-box {
  margin-left: 0.5em;
  max-width: 8em;
}
.product-list li .info-box .star-wrapper {
  font-size: 0.65em;
  margin: 0.2em 0;
  color: #eabf0f;
}
.product-list li .info-box .star-wrapper i {
  cursor: pointer;
}
.product-list li .button-box {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  text-align: center;
}
.product-list li .mark {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  height: 1.6em;
  padding: 0 0.3em 0 0.5em;
  background: url(/img/_patterns/Badge.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.article-list li {
  overflow: hidden;
}
.article-list li:nth-child(even) {
  flex-direction: row-reverse;
}
.article-list li .image-box {
  max-width: 35vw;
  min-width: 35vw;
}
.article-list li .image-box .image-wrapper {
  font-size: 0;
}
.article-list li .image-box .image-wrapper img {
  height: 35vw;
  object-fit: cover;
}
.article-list li .info-box {
  padding: 0.2em 0.5em;
}

@media (min-width: 568px) {
  .product-list li .logo-box .logo-wrapper {
    width: 5.5em;
    height: 5.5em;
    margin-left: 1.3em;
  }

  .article-list li .image-box {
    max-width: 7.35rem;
    min-width: 7.35rem;
  }
  .article-list li .image-box .image-wrapper img {
    height: 7.35rem;
  }
}
@media (min-width: 768px) {
  .product-list li .info-box {
    max-width: none;
    flex: auto;
  }
  .product-list li .button-box {
    position: static;
    align-self: center;
    min-width: 5.5em;
    margin-left: 0.5em;
  }

  .article-list li .info-box {
    padding: 0.5em;
  }
}
@media (min-width: 992px) {
  .product-list li .logo-box .logo-wrapper {
    width: 6.5em;
    height: 6.5em;
    margin-left: 2em;
  }
  .product-list li .info-box .star-wrapper {
    font-size: 0.75em;
  }
  .product-list li .button-box {
    min-width: 9.5em;
  }
  .product-list li .mark {
    padding: 0 0.5em 0 0.8em;
  }

  .article-list li .image-box {
    max-width: 12rem;
    min-width: 12rem;
  }
  .article-list li .image-box .image-wrapper img {
    height: 12rem;
  }
  .article-list li .info-box {
    padding: 1em;
  }
  .article-list li .info-box p {
    max-height: 8.5em;
  }
}
@media (min-width: 1200px) {
  .product-list li .info-box,
.product-list li .button-box {
    margin-left: 1em;
  }
  .product-list li:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1200px) and (-ms-high-contrast: active), (min-width: 1200px) and (-ms-high-contrast: none) {
  .article-list li .image-box {
    overflow: hidden;
    position: relative;
    min-height: 12rem;
  }
  .article-list li .image-box .image-wrapper img {
    position: absolute;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  .article-list li .image-box {
    max-width: 24.85rem;
    min-width: 24.85rem;
  }
  .article-list li .image-box .image-wrapper img {
    height: 24.85rem;
  }
  .article-list li .info-box p {
    max-height: 9em;
    margin-bottom: 0.3em;
  }
}
.side-articles li {
  -webkit-box-shadow: 0px 0px 0.3em 0px #000;
  -moz-box-shadow: 0px 0px 0.3em 0px #000;
  box-shadow: 0px 0px 0.3em 0px #000;
  border-radius: 0.3em;
  background-color: #cfdeff;
  margin-bottom: 1em;
  overflow: hidden;
}
.side-articles li .info {
  padding: 0.3em;
}
.side-articles li .detail {
  background-color: #3a5794;
  padding: 0.3em;
  height: 1.7em;
  display: flex;
  align-items: center;
}

.side-products li {
  border: 0.1em solid #1877f2;
  background-color: #fff;
  padding: 0.3em;
  margin-bottom: 0.5em;
}
.side-products li .logo-wrapper {
  font-size: 0;
}
.side-products li .logo-wrapper img {
  height: 10vw;
}
.side-products li .star-button {
  margin-top: 0.2em;
  display: flex;
  align-items: center;
}
.side-products li .star-button .star-wrapper {
  flex: auto;
  text-align: center;
  color: #eabf0f;
}

@media (min-width: 568px) {
  .side-products li .logo-wrapper img {
    height: 2.1rem;
  }
}
@media (min-width: 992px) {
  .side-articles li .info {
    padding: 0.5em;
  }
  .side-articles li .detail {
    padding: 0.5em;
    height: 2em;
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  .side-products li .logo-wrapper img {
    height: 4.35rem;
  }
}
.footer {
  min-height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer > div {
  margin: 0 1em;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 3em 1em 1em;
  background-color: #fff;
}
.overlay .modal .modal-wrapper {
  max-height: 65vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.overlay .modal .modal-wrapper::-webkit-scrollbar {
  width: 0 !important;
}
.overlay .modal .modal-wrapper .image-wrapper {
  font-size: 0;
}
.overlay .modal .modal-wrapper .image-wrapper img {
  width: 100%;
}
.overlay .modal .modal-wrapper .star-point {
  display: flex;
  justify-content: flex-end;
  margin: 0.5em 0;
  color: #1877f2;
}
.overlay .modal .modal-wrapper .star-point span {
  font-weight: 900;
  margin-left: 0.5em;
}

@media (min-width: 568px) {
  .popup-list .overlay .modal {
    max-width: 21em !important;
  }
}
@media only screen and (min-width: 568px) and (max-height: 600px) {
  .overlay {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .overlay::-webkit-scrollbar {
    width: 0 !important;
  }
  .overlay .modal {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    margin: 3em auto;
  }
  .overlay .modal .modal-wrapper {
    max-height: none;
  }
}
@media (min-width: 768px) and (min-height: 635px) {
  .popup-list .overlay .modal {
    top: 0;
    right: -21em;
    bottom: 0;
    left: auto;
    transform: none;
    transition: all 200ms linear;
  }
  .popup-list .overlay .modal.fade-in {
    right: 0;
  }
  .popup-list .overlay .modal .modal-wrapper {
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  .overlay .modal .modal-wrapper {
    max-height: 75vh;
  }
  .overlay .modal .modal-wrapper .star-point {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .overlay .modal {
    max-width: 52.2em;
  }
}

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