/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.autocomplete-suggestions {
  border: 1px solid #bbb;
  background: #fff;
  cursor: default;
  border-top: none;
  overflow: auto;
  max-height: 10000px;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.search-category,
#mpsearch-category {
  height: 100%;
}
.autocomplete-selected {
  background: #eef3d6;
}
input#searchauto {
  border: 1px solid #bbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  padding: auto;
}
.suggestion-right {
  width: 82%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  font-size: 14px;
  color: #3399cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 12px;
}
.product-des {
  font-size: 12px;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  background: #fff;
  width: 373px;
  font-family: inherit;
  padding: 0px;
  border-bottom: none;
}
p.short-des {
  margin: 0px;
  font-size: 0.9em;
  color: #aaa;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
/**
 * @copyright Copyright © 2021 Magepow. All rights reserved.
 * @author    Magepow
 * @category Magepow
 * @copyright Copyright (c) 2014 Magepow (<https://www.magepow.com>)
 * @license <https://www.magepow.com/license-agreement.html>
 * @Author: magepow<support@magepow.com>
 * @github: <https://github.com/magepow>
 */
@charset "UTF-8";
.cpb-category-image {
  height: initial;
}
.mgz-categorypagebuilder .page-title-wrapper,
.mgz-categorypagebuilder .columns {
  display: none;
}
.cpb-subcategoies-style1 .subcategory-inner {
  padding: 10px;
  border: 1px solid #CCC;
  margin: 10px;
}
.cpb-subcategoies-style2 .subcategory-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.6);
  z-index: 1;
  color: #FFF;
}
.subcategory-list .subcategory {
  margin-bottom: 20px;
}
.subcategory-list .subcategory:before,
.subcategory-list .subcategory:after {
  content: " ";
  display: table;
  clear: both;
}
.subcategory-list .subcategory:before,
.subcategory-list .subcategory:after {
  content: " ";
  display: table;
  clear: both;
}
.subcategory-list .subcategory-photo {
  float: left;
  padding: 0 20px 20px 0;
}
.cpb-subcategoies-layout-grid .subcategory-name,
.cpb-subcategoies-layout-slider .subcategory-name {
  text-align: center;
}
.cpb-subcategoies-layout-grid .subcategory-name,
.cpb-subcategoies-layout-slider .subcategory-name {
  padding: 10px 0;
}
.cpb-subcategoies-layout-list .subcategory-name {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.mgz-element-category_subcategories .subcategory-inner {
  position: relative;
}
.mgz-element-category_subcategories .subcategory-inner:before,
.mgz-element-category_subcategories .subcategory-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-element-category_subcategories .subcategory-inner:before,
.mgz-element-category_subcategories .subcategory-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-element-category_subcategories .subcategory-name a {
  color: inherit;
}
.mgz-element-category_subcategories a.subcategory-photo {
  font-size: 0;
  display: block;
}
.cpb-category-name {
  margin: 0;
  padding: 0;
}
.mgz-element-category_subcategories .mgz-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.mgz-element-category_subcategories .mgz-grid .mgz-grid-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.mgzbanner-banner {
  position: relative;
}
.mgzbanner-banner .mgzbanner-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  z-index: 99;
  cursor: pointer;
}
.mgz-faq a:hover,
.mgz-faq-body-wraper a:hover {
  text-decoration: none;
}
/********** MIXIN START **********/
#mgz-faq-twitter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(0, 172, 238, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faq-twitter:hover,
#mgz-faq-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faq-twitter:hover:before,
#mgz-faq-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-twitter:active,
#mgz-faq-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faq-twitter:active:before,
#mgz-faq-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(59, 89, 152, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faq-facebook:hover,
#mgz-faq-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faq-facebook:hover:before,
#mgz-faq-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-facebook:active,
#mgz-faq-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faq-facebook:active:before,
#mgz-faq-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(14, 118, 168, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faq-linkedin:hover,
#mgz-faq-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faq-linkedin:hover:before,
#mgz-faq-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-linkedin:active,
#mgz-faq-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faq-linkedin:active:before,
#mgz-faq-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(200, 35, 44, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faq-pinterest:hover,
#mgz-faq-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faq-pinterest:hover:before,
#mgz-faq-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-pinterest:active,
#mgz-faq-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faq-pinterest:active:before,
#mgz-faq-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(179, 60, 46, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faq-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faq-google:hover,
#mgz-faq-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faq-google:hover:before,
#mgz-faq-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faq-google:active,
#mgz-faq-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faq-google:active:before,
#mgz-faq-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
.faq-question-social {
  max-width: 680px;
  margin: 50px auto 50px;
}
.faq-question-social .faq-flat-social {
  list-style: none;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  max-width: 680px;
  padding: 5px 0;
  text-align: center;
  flex-wrap: wrap;
}
.faq-question-social li {
  margin: 0;
}
.faq-question-social span {
  font-size: 20px;
  font-weight: 700;
}
.mgz-faq-question-widget-title {
  position: relative;
}
.mgz-faq-question-widget-title:hover a {
  padding-left: 5px;
}
.mgz-faq-question-widget-title:hover .mgz-fa-chevron-right {
  transform: scale(1.2);
}
.mgz-faq-question-widget-title a,
.mgz-faq-question-widget-title i {
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mgz-faq-question-widget-title i {
  font-size: 10px;
}
.mgz-faq .page-title-wrapper {
  display: none;
}
.mgz-faq svg {
  cursor: pointer;
  overflow: visible;
  width: 60px;
}
.mgz-faq svg #like,
.mgz-faq svg #dislike {
  animation: animateHeartOut 0.3s linear forwards;
  transform-origin: 11.5px 11.5px;
}
.mgz-faq svg #main-circ {
  -webkit-transform-origin: 29.5px 29.5px;
  -moz-transform-origin: 29.5px 29.5px;
  -ms-transform-origin: 29.5px 29.5px;
  transform-origin: 29.5px 29.5px;
}
.mgz-faq.page-layout-2columns-left .sidebar.sidebar-main {
  padding: 0;
}
.mgz-faq.page-layout-2columns-left .sidebar.sidebar-additional {
  padding: 0;
}
.mgz-faq.page-layout-2columns-left .column.main {
  padding-left: 2%;
}
.mgz-faq.page-layout-empty .sidebar-main,
.mgz-faq.page-layout-1column .sidebar-main,
.mgz-faq.page-layout-empty .sidebar-additional,
.mgz-faq.page-layout-1column .sidebar-additional {
  padding-right: 0;
  padding-left: 0;
}
#checkbox-1,
#checkbox-2 {
  display: none;
}
.mgzfaq-question-view.page-layout-2columns-left .column.main,
.mgzfaq-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-question-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaq-question-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-question-view.page-layout-2columns-left .column.main,
.mgzfaq-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-question-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaq-question-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-question-view.page-layout-2columns-left .column.main,
.mgzfaq-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-question-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaq-question-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-tag-view.page-layout-2columns-left .column.main,
.mgzfaq-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-tag-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaq-tag-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-tag-view.page-layout-2columns-left .column.main,
.mgzfaq-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-tag-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaq-tag-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-tag-view.page-layout-2columns-left .column.main,
.mgzfaq-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-tag-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaq-tag-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-index-index.page-layout-2columns-left .column.main,
.mgzfaq-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-index-index.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaq-index-index.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-index-index.page-layout-2columns-left .column.main,
.mgzfaq-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-index-index.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaq-index-index.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-index-index.page-layout-2columns-left .column.main,
.mgzfaq-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-index-index.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaq-index-index.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-category-view.page-layout-2columns-left .column.main,
.mgzfaq-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-category-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaq-category-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-category-view.page-layout-2columns-left .column.main,
.mgzfaq-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-category-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaq-category-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-category-view.page-layout-2columns-left .column.main,
.mgzfaq-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-category-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaq-category-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-search-result.page-layout-2columns-left .column.main,
.mgzfaq-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-search-result.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaq-search-result.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-search-result.page-layout-2columns-left .column.main,
.mgzfaq-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-search-result.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaq-search-result.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaq-search-result.page-layout-2columns-left .column.main,
.mgzfaq-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaq-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaq-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaq-search-result.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaq-search-result.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
#checkbox-2:checked + label svg #like,
#checkbox-1:checked + label svg #like {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #00aef0;
}
#checkbox-2:checked + label svg #dislike,
#checkbox-1:checked + label svg #dislike {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #e2264d;
}
#checkbox-2:checked + label svg #main-circ,
#checkbox-1:checked + label svg #main-circ {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
  animation: animateCircle .3s linear forwards;
  opacity: 1;
}
#checkbox-2:checked + label svg #oval1,
#checkbox-1:checked + label svg #oval1 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s transform 0.3s;
  -moz-transition: 0.5s transform 0.3s;
  -ms-transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s;
}
#checkbox-2:checked + label svg #oval2,
#checkbox-1:checked + label svg #oval2 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s transform 0.3s;
  -moz-transition: 1.5s transform 0.3s;
  -ms-transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s;
}
#checkbox-2:checked + label svg #grp1,
#checkbox-1:checked + label svg #grp1 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2,
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3,
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4,
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5,
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6,
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  -webkit-transition: 0.1s opacity 0.3s;
  -moz-transition: 0.1s opacity 0.3s;
  -ms-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
  opacity: 1;
}
@keyframes animateCircle {
  40% {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 1;
    fill: #DD4688;
  }
  55% {
    -webkit-transform: scale(11);
    -moz-transform: scale(11);
    -ms-transform: scale(11);
    transform: scale(11);
    opacity: 1;
    fill: #D46ABF;
  }
  65% {
    -webkit-transform: scale(12);
    -moz-transform: scale(12);
    -ms-transform: scale(12);
    transform: scale(12);
    opacity: 1;
    fill: #CC8EF5;
  }
  75% {
    -webkit-transform: scale(13);
    -moz-transform: scale(13);
    -ms-transform: scale(13);
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .5;
  }
  85% {
    -webkit-transform: scale(17);
    -moz-transform: scale(17);
    -ms-transform: scale(17);
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .2;
  }
  95% {
    -webkit-transform: scale(18);
    -moz-transform: scale(18);
    -ms-transform: scale(18);
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .1;
  }
  100% {
    -webkit-transform: scale(19);
    -moz-transform: scale(19);
    -ms-transform: scale(19);
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0;
  }
}
@keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.02);
    -moz-transform: scale(0.02);
    -ms-transform: scale(0.02);
    transform: scale(0.02);
  }
  40% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
@keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
.mgz-faq .pager {
  margin-top: 20px;
  text-align: center;
}
.mgz-faq .pager > * {
  padding-right: 15px;
}
.mgz-faq .pager > p {
  display: none;
}
/*--------homepage-------------- */
.mgz-faq-side-bar-left-top-question {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-faq-side-bar-left-top-question h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-faq-sidebar-top-question {
  position: relative;
  display: flex;
  align-items: center;
}
.mgz-faq-sidebar-top-question a {
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  text-decoration: none;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mgz-faq-sidebar-top-question span {
  position: absolute;
  right: 0px;
  top: 12px;
  transition: all 0.2s ease-in-out;
}
.mgz-faq-sidebar-top-question:hover span {
  right: -5px;
}
/*--------------------------------------------------------------*/
/*
    Content Helpfull block
    */
.mgz-faq-helpful {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  border-radius: 4px;
  margin: 30px auto;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  width: fit-content;
}
.mgz-faq-helpful .mgz-faq-helpful-inner {
  display: flex;
  justify-content: center;
}
.mgz-faq-helpful .mgz-faq-helpful-inner span {
  text-align: center;
}
.mgz-faq-helpful .mgz-faq-helpful-like,
.mgz-faq-helpful .mgz-faq-helpful-dislike {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
}
.mgz-faq-helpful .helpful-loading {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff7a;
  left: 0;
}
.mgz-faq-helpful .helpful-loading img {
  object-fit: contain;
  height: 100%;
  width: 40px;
  white-space: nowrap;
}
/*--------------------------------------------------------------*/
/*
    View question page
    */
.faq-question-view {
  font-size: 15px;
  overflow-wrap: break-word;
}
/*--------Side right bar--------*/
.mgz-faq-question-side-bar {
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
}
.mgz-faq-question-side-bar .mgz-faq-question-sidebar-inner {
  padding: 15px;
}
.mgz-faq-question-side-bar h1 {
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.mgz-faq-question-side-bar .faq-categories .mgz-faq-category-title-main {
  align-items: center;
  display: flex;
  padding: 5px 15px;
}
.mgz-faq-question-side-bar .mgz-faq-category-title-title a {
  color: #333;
  font-size: 10pt;
  margin-left: 5px;
  padding: 7px 5px 7px 0;
  position: relative;
  z-index: 1;
}
.mgz-faq-question-side-bar .mgz-faq-category-title-title a::before {
  transition: all 0.3s linear;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0px;
  z-index: -1;
}
.mgz-faq-question-side-bar .mgz-faq-category-title-title a:hover::before {
  width: 100%;
}
.mgz-faq-question-side-bar .mgz-faq-category-title-title a:hover {
  transition: all 0.3s linear;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question {
  padding-top: 7px;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question a {
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  margin-bottom: 15px;
  outline: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  z-index: 10;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question a:hover span {
  right: 15px;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question a::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: -1;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question h6 {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  padding-right: 35px;
}
.mgz-faq-question-side-bar .mgz-faq-sidebar-recent-question span {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  right: 20px;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 4px;
  display: inline-block;
  font-size: 8pt;
  margin: 0px 1px 6px 6px;
  padding: 6px 8px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb li {
  list-style: none;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb a {
  color: #fff;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb:hover {
  background: #555;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb:hover::before {
  border-color: transparent #555555 transparent;
}
.mgz-faq-question-side-bar .mgz-faq-tag-sb::after {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: -1px -1px 2px #004977;
  -moz-box-shadow: -1px -1px 2px #004977;
  -ms-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
  background: #fff;
  content: " ";
  float: left;
  height: 4px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 4px;
}
.mgz-faq-question-side-bar .faq-categories li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
}
/*----------------------main content--------------------------*/
.mgz-faq-question-view {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
}
.mgz-faq-question-view .mgz-faq-question-inner {
  padding: 20px;
}
.mgz-faq-question-view .faq-question-title {
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mgz-faq-question-view i::before {
  margin-right: 3px;
}
.mgz-faq-question-view .faq-question-meta {
  border-bottom: 1px solid #f2f2f2;
  color: #888;
  font-size: 85%;
  margin: 20px 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.mgz-faq-question-view .faq-question-meta a {
  border-radius: 3px;
  color: #fff;
  padding: 3px 7px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.mgz-faq-question-view .faq-question-meta a:hover {
  border-bottom: 1px dotted;
  color: #000;
}
.mgz-faq-question-view .faq-question-meta span {
  margin-right: 15px;
}
.mgz-faq-question-view img {
  width: 100%;
  height: 100%;
}
/*
    Side left bar block
    */
.mgz-faq-side-bar-left {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-faq-side-bar-left h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-faq-side-bar-left a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
.mgz-faq-side-bar-left div {
  display: flex;
  flex-direction: column;
}
.mgz-faq-side-bar-left ._active {
  font-weight: 600;
}
.mgz-faq-side-bar-left ._active::before {
  content: " ";
  height: 28px;
  left: -10px;
  position: absolute;
  width: 4px;
}
.mgz-faq-question-tag {
  margin: -30px 0 35px;
}
.mgz-faq-question-tag a {
  text-transform: uppercase;
}
.mgz-faq .page-title {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-faq .page-title::before {
  bottom: -5px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 55px;
}
.mgz-faq-category-title-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/*
    Banner, search form block
    */
.mgz-faq-banner {
  align-items: center;
  display: flex;
  height: 350px;
  justify-content: center;
  position: relative;
}
.mgz-faq-banner .alert-comment {
  background: #fff;
  border-radius: 3px;
  display: none;
  margin: 0;
  position: absolute;
  padding: 5px 10px;
  top: -37px;
}
.mgz-faq-banner .alert-comment i::before {
  margin-right: 4px;
}
.mgz-faq-banner .alert-comment::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  bottom: -3px;
}
.mgz-faq-banner .alertEmpty {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
  color: red;
}
.mgz-faq-banner .alertEmpty:focus {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
}
.mgz-faq-banner .mgz-faq-banner-color,
.mgz-faq-banner .mgz-faq-banner-image {
  height: 100%;
  position: absolute;
  z-index: 0;
  width: 100%;
}
.mgz-faq-banner .mgz-faq-banner-image {
  background-position: 50% 50%;
}
.mgz-faq-banner .faq-searchform-head {
  margin-bottom: 50px;
  text-align: center;
}
.mgz-faq-banner .faq-searchform-head h1 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 1.68rem 0;
}
.mgz-faq-banner .faq-searchform-head span {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}
.mgz-faq-banner .faq-searchform {
  position: relative;
}
.mgz-faq-banner .faq-searchform form {
  width: 100%;
}
.mgz-faq-banner .faq-searchform input {
  box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0px;
  border-radius: 50px;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}
.mgz-faq-banner .faq-searchform input:focus {
  border-radius: 0;
}
.mgz-faq-banner .faq-searchform .block-block-content {
  display: flex;
  position: relative;
  margin: 0 auto;
}
.mgz-faq-banner .faq-searchform button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 2px;
  width: fit-content;
}
.mgz-faq-banner .faq-searchform button:hover::before {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #333;
}
.mgz-faq-banner .faq-searchform button::before {
  align-items: center;
  color: #e5e5e5;
  content: '\f002';
  display: flex;
  height: 100%;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: -2px;
}
.mgz-faq-banner .faq-searchform button::after {
  background-size: 100%;
  content: " ";
  height: 25px;
  left: -37px;
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 25px;
}
.mgz-faq-banner .faq-searchform button._search::before {
  opacity: 0;
}
.mgz-faq-banner .faq-searchform button._search::after {
  opacity: 1;
}
/*
    Search result title block
    */
.mgz-faq-search-count {
  display: none;
}
.mgz-faq-search-count h5 {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-faq-sidebar-coll {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
}
.mgz-faq-sidebar-coll i {
  position: absolute;
}
.mgz-faq-sidebar-coll:hover {
  background: #e5e5e5;
}
.mgz-faq-sidebar-coll .show-more {
  display: none;
}
/*---------------------------------------------------------*/
/*
    Question Listing
    */
.mgz-faq-question-list {
  position: relative;
}
.mgz-faq-question-list .mgz-faq-question-box-title {
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
.mgz-faq-question-list .mgz-faq-question-box-title a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #444;
}
.mgz-faq-question-list h2 {
  padding-right: 30px;
}
.mgz-faq-question-list .plus-icon,
.mgz-faq-question-list .minus-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
}
.mgz-faq-question-list .minus-icon {
  display: none;
}
.mgz-faq-question-list .mgz-faq-question-more {
  display: none;
}
.mgz-faq-question-list .mgz-faq-question-meta {
  color: #888;
  margin: 10px 0;
  font-size: 85%;
}
.mgz-faq-question-list .mgz-faq-question-meta a {
  color: #000;
  padding: 3px 8px;
  border-radius: 4px;
}
.mgz-faq-question-list .mgz-faq-question-meta a:hover {
  color: #000;
  border-bottom: 1px #000 dotted;
}
.mgz-faq-question-list .mgz-faq-question-meta span {
  display: inline-block;
  margin-right: 10px;
}
.mgz-faq-question-list .question-question-box-inner {
  clear: both;
  padding: 20px 20px 25px;
}
.mgz-faq-question-list .mgz-faq-question-list {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  border-bottom: 4px solid #F88C00;
}
.mgz-faq-question-list i::before {
  margin-right: 3px;
}
.mgz-faq-question-list .mgz-faq-question-excerpt-wrapper a {
  border: 0 none;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font: 12px Tahoma;
  line-height: 22px;
  padding: 5px 10px;
  position: relative;
}
.mgz-faq-question-list .mgz-faq-question-excerpt-wrapper a:hover {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
}
.mgz-faq-question-list .mgz-faq-question-excerpt-wrapper a:hover::before {
  width: 100%;
}
.mgz-faq-question-list .mgz-faq-question-excerpt-wrapper a::before {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  background-color: #777;
  border-radius: 3px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
}
.mgz-faq-question-list .mgz-faq-question-excerpt-wrapper span {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.mgz-faq-question-list .mgz-faq-question-list-content {
  font-style: italic;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
/*
    Side bar left tag block
    */
.mgz-faq-side-bar-left-tag {
  background: #fbfbfb;
  padding: 20px;
  margin-bottom: 50px;
}
.mgz-faq-side-bar-left-tag a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 5px;
  margin-right: 4px;
  margin-top: 5px;
  padding: 4px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.mgz-faq-side-bar-left-tag a:hover {
  color: #fff;
}
.mgz-faq-side-bar-left-tag ._active {
  color: #fff;
}
.mgz-faq-side-bar-left-tag h6 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 13px;
}
.mgz-faq-category-title-image {
  height: 30px;
  width: 30px;
  margin-right: 8px;
}
.mgz-faq-category-title-image .mgz-faq-category-default-logo::before {
  content: "\f07c";
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  font-weight: 400;
}
.mgz-faq-category-title-image .mgz-faq-category-logo {
  object-fit: cover;
}
.mgz-faq-category-title-listing {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 26px;
  position: relative;
}
.mgz-faq-category-title-listing h1 {
  color: #000;
  font-size: 26px;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
}
.mgz-faq-category-title-listing::before {
  background: #d6c9c9;
  bottom: 0;
  content: " ";
  height: 1px;
  position: absolute;
  width: 100%;
}
.mgz-faq-category-count {
  padding: 0px 3px 0 0;
}
.mgz-faq-category-count span {
  bottom: -5px;
  color: #6f6969;
  font-size: 13px;
  position: relative;
  right: -3px;
}
.mgz-faq-body-content {
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
}
.mgz-faq-body-content .mgz-faq-category-wraper {
  width: 100%;
  padding: 0 0.75rem;
}
.mgz-faq-body-content .mgz-faq-category-title {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
.mgz-faq-body-content .mgz-faq-category-title._open {
  margin-bottom: 25px;
}
.mgz-faq-body-content .mgz-faq-category-title._open i {
  transform: rotateX(180deg);
}
.mgz-faq-body-content .mgz-faq-category-title._open::before {
  width: 100%;
}
.mgz-faq-body-content .mgz-faq-category-title::before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: -12px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 0;
}
.mgz-faq-body-content .mgz-faq-category-title:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mgz-faq-body-content .mgz-faq-category-title::after {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 0;
}
.mgz-faq-body-content .mgz-faq-category-title i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 0px;
  position: absolute;
  z-index: 2;
}
.mgz-faq-body-content .mgz-faq-category-title-title a {
  color: #333;
  margin: 0;
  padding-left: 10px;
  font-size: 17px;
}
.mgz-faq-body-content .mgz-faq-category-title-title a:hover {
  text-decoration: none;
}
.mgz-faq-body-content .mgz-faq-question-answer {
  background: #e5e5e5;
  border: 1px solid #f7b526;
  border-radius: 2px;
  display: none;
  left: 0;
  padding: 5px 10px;
}
.mgz-faq-body-content .mgz-faq-question-icon {
  height: 10px;
  left: 8px;
  position: absolute;
  top: 13px;
  width: 10px;
}
.mgz-faq-body-content .mgz-faq-question-icon::before {
  content: "\f15c";
}
.mgz-faq-body-content .mgz-faq-category-inner {
  position: relative;
}
.mgz-faq-body-content .mgz-faq-category-title-main {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}
.mgz-faq-body-content .mgz-faq-question-question {
  padding: 10px 0;
  position: relative;
  z-index: 2;
  display: flex;
}
.mgz-faq-body-content .mgz-faq-question-question::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  bottom: -9px;
  border: 1px dotted transparent;
  border-radius: 9px;
  content: "";
  height: 100%;
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: 0;
  z-index: -1;
}
.mgz-faq-body-content .mgz-faq-question-question i {
  padding-top: 4px;
}
.mgz-faq-body-content .mgz-faq-question-question:hover::before {
  transform: scale(1);
  opacity: 1;
}
.mgz-faq-body-content .mgz-faq-question-title {
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.mgz-faq-body-content .mgz-faq-question-title:hover {
  text-decoration: none;
}
.mgz-faq-body-content .mgz-faq-category-title-help {
  display: flex;
  z-index: 2;
}
.mgz-faq-body-content .mgz-faq-category-description {
  align-items: center;
  background: #e5e5e5;
  border: 1px solid #BBB;
  border-radius: 50%;
  display: flex;
  height: 12px;
  justify-content: center;
  position: absolute;
  right: -15px;
  width: 12px;
}
.mgz-faq-body-content .mgz-faq-category-description span {
  font-size: 9px;
}
.mgz-faq-body-content .mgz-faq-category-question {
  display: none;
}
.mgz-faq-post-form {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin: 20px auto;
  transition: all .4s linear;
  position: relative;
}
.mgz-faq-post-form input,
.mgz-faq-post-form select {
  border-color: transparent transparent #e5e5e5 transparent;
  transition: all .3s linear;
}
.mgz-faq-post-form input:focus,
.mgz-faq-post-form select:focus {
  box-shadow: none;
  border-width: 2px;
}
.mgz-faq-post-form i {
  margin-right: 5px;
}
.mgz-faq-post-form:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mgz-faq-post-form button {
  margin: auto;
  text-transform: uppercase;
  color: #fff;
  border: 0px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  padding: 10px 15px;
}
.mgz-faq-post-form button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.mgz-faq-post-form-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #efefef63;
  display: none;
}
.mgz-faq-post-form-loading-img {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}
.mgz-faq-post-form-loading-inner {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
.mgz-faq-post-form-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0px;
}
.mgz-faq .red-text {
  color: red;
}
.mgz-faq-post-form-notif,
.mgz-faq-post-form-terms {
  padding: 10px 0;
}
.mgz-faq-post-form-terms * {
  padding: 0;
  margin: 0;
}
.mgz-faq-product-form {
  display: none;
}
.mgz-faq-product-form-action {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.mgz-faq-product-form-action * {
  padding-right: 15px;
  margin: 0;
}
.mgz-faq .reqired {
  border-color: transparent transparent #ff0000 transparent !important;
  color: red;
}
.mgz-faq-post-notif.mgzfaqerror {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.mgzfaqerror::before {
  position: absolute;
  left: 12px;
  content: "\d7";
  color: #8b2757;
  font-size: 25px;
  line-height: 20px;
}
.mgzfaqerror::after {
  display: none;
}
.mgz-faq-post-notif {
  display: none;
  padding: 8px 15px 8px 35px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 4px;
  position: relative;
}
.mgz-faq-post-notif::after {
  content: " ";
  position: absolute;
  left: 15px;
  height: 12px;
  width: 5px;
  border-right: 2px solid #567746;
  border-bottom: 2px solid #567746;
  transform: rotate(45deg);
}
.mgz-widget-title {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 22px;
  margin: 10px 0 3px;
}
.mgz-widget-title h3 {
  margin: 0;
  margin-right: 5px;
  text-transform: uppercase;
  font-family: BebasNeueRegular,arial,Georgia,serif;
  white-space: nowrap;
}
.mgz-stripe-line {
  height: 12px;
  overflow: hidden;
  width: 100%;
}
.mgz-widget-view-more {
  width: fit-content;
}
.mgz-widget-view-more a {
  padding: 5px 12px;
  width: auto;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  line-height: 22px;
  border-radius: 3px;
  color: white;
}
.mgz-widget-view-more a:hover {
  background: #777;
}
.mgz-faq-widget {
  position: relative;
  border-radius: 3px;
  margin-bottom: 50px;
}
.mgz-faq-widget::after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333% !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box {
    width: 100%;
  }
}
.box {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  display: flex;
  box-sizing: border-box;
}
.mgz-category-theme-grid {
  display: block;
  padding: 60px;
  padding-top: 40px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.4s linear;
  width: 100%;
  position: relative;
}
.mgz-theme-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.mgz-theme-grid .mgz-faq-category-default-logo::before {
  font-size: 50px !important;
}
.mgz-category-title {
  display: block;
  margin-bottom: 15px;
  font-family: "Publico", sans-serif;
  font-size: 30px;
  color: #091e3f;
  box-sizing: border-box;
}
.mgz-category-title::after {
  display: block;
  margin: 20px auto;
  width: 50px;
  border-bottom: 2px solid;
  content: " ";
}
.mgz-category-desc {
  display: block;
  color: #606469;
  line-height: 1.8;
  font-size: 14px;
}
.mgz-faq-category-default-image {
  width: 50px;
  margin: auto;
  padding: 8px 0;
}
.mgz-flex {
  display: flex;
  flex-wrap: wrap;
}
.mgz-theme-grid img {
  width: 50px;
  height: 50px;
}
.mgz-category-result {
  color: #9c9c9c;
  font-size: 13px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: underline;
}
.mgz-search-hints {
  overflow: overlay;
  max-height: 270px;
  position: absolute;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  top: 103%;
  box-shadow: 3px 3px 5px 0px rgba(183, 183, 183, 0.6);
  z-index: 99;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: opacity .2s, all .4s linear;
  opacity: 0;
  min-height: 0;
  height: auto;
}
.mgz-search-hints::-webkit-scrollbar {
  display: none;
}
.mgz-search-hints-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity .2s, all .4s linear;
}
.mgz-hint-img-loading {
  opacity: 0;
  position: absolute;
  transition: all .2s linear;
  background: #ffffffa8;
  width: 100%;
  height: 100%;
  top: 0;
}
.mgz-hint-img-loading img {
  width: 25px;
  padding: 5px 12px;
}
.hint-question-list {
  padding: 8px 20px;
  border-bottom: 1px dotted #e5e5e5;
  color: #000;
  cursor: pointer;
}
.hint-question-list:hover {
  background: #eaeaea78;
}
.hint-question-list:hover a:first-child {
  color: #26797d;
}
.hint-question-list a {
  color: #333;
}
.hint-category {
  margin: 0 2px;
  font-size: 11px;
  padding: 1px 4px;
  border-radius: 3px;
}
.mgz-faqc a:hover,
.mgz-faqc-body-wraper a:hover {
  text-decoration: none;
}
/********** MIXIN START **********/
#mgz-faqc-twitter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(0, 172, 238, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-faqc-twitter:hover,
#mgz-faqc-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-faqc-twitter:hover:before,
#mgz-faqc-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-twitter:active,
#mgz-faqc-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-faqc-twitter:active:before,
#mgz-faqc-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(59, 89, 152, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-faqc-facebook:hover,
#mgz-faqc-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-faqc-facebook:hover:before,
#mgz-faqc-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-facebook:active,
#mgz-faqc-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-faqc-facebook:active:before,
#mgz-faqc-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(14, 118, 168, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-faqc-linkedin:hover,
#mgz-faqc-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-faqc-linkedin:hover:before,
#mgz-faqc-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-linkedin:active,
#mgz-faqc-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-faqc-linkedin:active:before,
#mgz-faqc-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(200, 35, 44, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-faqc-pinterest:hover,
#mgz-faqc-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-faqc-pinterest:hover:before,
#mgz-faqc-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-pinterest:active,
#mgz-faqc-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-faqc-pinterest:active:before,
#mgz-faqc-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(179, 60, 46, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-faqc-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-faqc-google:hover,
#mgz-faqc-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-faqc-google:hover:before,
#mgz-faqc-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-faqc-google:active,
#mgz-faqc-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-faqc-google:active:before,
#mgz-faqc-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
.faqc-question-social {
  max-width: 680px;
  margin: 50px auto 50px;
}
.faqc-question-social .faqc-flat-social {
  list-style: none;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  max-width: 680px;
  padding: 5px 0;
  text-align: center;
  flex-wrap: wrap;
}
.faqc-question-social li {
  margin: 0;
}
.faqc-question-social span {
  font-size: 20px;
  font-weight: 700;
}
.mgz-faqc-question-widget-title {
  position: relative;
}
.mgz-faqc-question-widget-title:hover a {
  padding-left: 5px;
}
.mgz-faqc-question-widget-title:hover .mgz-fa-chevron-right {
  transform: scale(1.2);
}
.mgz-faqc-question-widget-title a,
.mgz-faqc-question-widget-title i {
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mgz-faqc-question-widget-title i {
  font-size: 10px;
}
.mgz-faqc .page-title-wrapper {
  display: none;
}
.mgz-faqc svg {
  cursor: pointer;
  overflow: visible;
  width: 60px;
}
.mgz-faqc svg #like,
.mgz-faqc svg #dislike {
  animation: animateHeartOut 0.3s linear forwards;
  transform-origin: 11.5px 11.5px;
}
.mgz-faqc svg #main-circ {
  -webkit-transform-origin: 29.5px 29.5px;
  -moz-transform-origin: 29.5px 29.5px;
  -ms-transform-origin: 29.5px 29.5px;
  transform-origin: 29.5px 29.5px;
}
.mgz-faqc.page-layout-2columns-left .sidebar.sidebar-main {
  padding: 0;
}
.mgz-faqc.page-layout-2columns-left .sidebar.sidebar-additional {
  padding: 0;
}
.mgz-faqc.page-layout-2columns-left .column.main {
  padding-left: 2%;
}
.mgz-faqc.page-layout-empty .sidebar-main,
.mgz-faqc.page-layout-1column .sidebar-main,
.mgz-faqc.page-layout-empty .sidebar-additional,
.mgz-faqc.page-layout-1column .sidebar-additional {
  padding-right: 0;
  padding-left: 0;
}
#checkbox-1,
#checkbox-2 {
  display: none;
}
.mgzfaqc-question-view.page-layout-2columns-left .column.main,
.mgzfaqc-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-question-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaqc-question-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-question-view.page-layout-2columns-left .column.main,
.mgzfaqc-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-question-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaqc-question-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-question-view.page-layout-2columns-left .column.main,
.mgzfaqc-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-question-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaqc-question-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-tag-view.page-layout-2columns-left .column.main,
.mgzfaqc-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaqc-tag-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-tag-view.page-layout-2columns-left .column.main,
.mgzfaqc-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaqc-tag-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-tag-view.page-layout-2columns-left .column.main,
.mgzfaqc-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-tag-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaqc-tag-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-index-index.page-layout-2columns-left .column.main,
.mgzfaqc-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-index-index.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaqc-index-index.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-index-index.page-layout-2columns-left .column.main,
.mgzfaqc-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-index-index.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaqc-index-index.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-index-index.page-layout-2columns-left .column.main,
.mgzfaqc-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-index-index.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaqc-index-index.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-category-view.page-layout-2columns-left .column.main,
.mgzfaqc-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-category-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaqc-category-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-category-view.page-layout-2columns-left .column.main,
.mgzfaqc-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-category-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaqc-category-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-category-view.page-layout-2columns-left .column.main,
.mgzfaqc-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-category-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaqc-category-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-search-result.page-layout-2columns-left .column.main,
.mgzfaqc-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-search-result.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzfaqc-search-result.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-search-result.page-layout-2columns-left .column.main,
.mgzfaqc-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-search-result.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzfaqc-search-result.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzfaqc-search-result.page-layout-2columns-left .column.main,
.mgzfaqc-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzfaqc-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzfaqc-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzfaqc-search-result.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzfaqc-search-result.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
#checkbox-2:checked + label svg #like,
#checkbox-1:checked + label svg #like {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #00aef0;
}
#checkbox-2:checked + label svg #dislike,
#checkbox-1:checked + label svg #dislike {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #e2264d;
}
#checkbox-2:checked + label svg #main-circ,
#checkbox-1:checked + label svg #main-circ {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
  animation: animateCircle .3s linear forwards;
  opacity: 1;
}
#checkbox-2:checked + label svg #oval1,
#checkbox-1:checked + label svg #oval1 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s transform 0.3s;
  -moz-transition: 0.5s transform 0.3s;
  -ms-transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s;
}
#checkbox-2:checked + label svg #oval2,
#checkbox-1:checked + label svg #oval2 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s transform 0.3s;
  -moz-transition: 1.5s transform 0.3s;
  -ms-transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s;
}
#checkbox-2:checked + label svg #grp1,
#checkbox-1:checked + label svg #grp1 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2,
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3,
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4,
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5,
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6,
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  -webkit-transition: 0.1s opacity 0.3s;
  -moz-transition: 0.1s opacity 0.3s;
  -ms-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
  opacity: 1;
}
@keyframes animateCircle {
  40% {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 1;
    fill: #DD4688;
  }
  55% {
    -webkit-transform: scale(11);
    -moz-transform: scale(11);
    -ms-transform: scale(11);
    transform: scale(11);
    opacity: 1;
    fill: #D46ABF;
  }
  65% {
    -webkit-transform: scale(12);
    -moz-transform: scale(12);
    -ms-transform: scale(12);
    transform: scale(12);
    opacity: 1;
    fill: #CC8EF5;
  }
  75% {
    -webkit-transform: scale(13);
    -moz-transform: scale(13);
    -ms-transform: scale(13);
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .5;
  }
  85% {
    -webkit-transform: scale(17);
    -moz-transform: scale(17);
    -ms-transform: scale(17);
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .2;
  }
  95% {
    -webkit-transform: scale(18);
    -moz-transform: scale(18);
    -ms-transform: scale(18);
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .1;
  }
  100% {
    -webkit-transform: scale(19);
    -moz-transform: scale(19);
    -ms-transform: scale(19);
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0;
  }
}
@keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.02);
    -moz-transform: scale(0.02);
    -ms-transform: scale(0.02);
    transform: scale(0.02);
  }
  40% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
@keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
.mgz-faqc .pager {
  margin-top: 20px;
  text-align: center;
}
.mgz-faqc .pager > * {
  padding-right: 15px;
}
.mgz-faqc .pager > p {
  display: none;
}
/*--------homepage-------------- */
.mgz-faqc-side-bar-left-top-question {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-faqc-side-bar-left-top-question h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-faqc-sidebar-top-question {
  position: relative;
  display: flex;
  align-items: center;
}
.mgz-faqc-sidebar-top-question a {
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  text-decoration: none;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mgz-faqc-sidebar-top-question span {
  position: absolute;
  right: 0px;
  top: 12px;
  transition: all 0.2s ease-in-out;
}
.mgz-faqc-sidebar-top-question:hover span {
  right: -5px;
}
/*--------------------------------------------------------------*/
/*
    Content Helpfull block
    */
.mgz-faqc-helpful {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  border-radius: 4px;
  margin: 30px auto;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  width: fit-content;
}
.mgz-faqc-helpful .mgz-faqc-helpful-inner {
  display: flex;
  justify-content: center;
}
.mgz-faqc-helpful .mgz-faqc-helpful-inner span {
  text-align: center;
}
.mgz-faqc-helpful .mgz-faqc-helpful-like,
.mgz-faqc-helpful .mgz-faqc-helpful-dislike {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
}
.mgz-faqc-helpful .helpful-loading {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff7a;
  left: 0;
}
.mgz-faqc-helpful .helpful-loading img {
  object-fit: contain;
  height: 100%;
  width: 40px;
  white-space: nowrap;
}
/*--------------------------------------------------------------*/
/*
    View question page
    */
.faqc-question-view {
  font-size: 15px;
  overflow-wrap: break-word;
}
/*--------Side right bar--------*/
.mgz-faqc-question-side-bar {
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
}
.mgz-faqc-question-side-bar .mgz-faqc-question-sidebar-inner {
  padding: 15px;
}
.mgz-faqc-question-side-bar h1 {
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.mgz-faqc-question-side-bar .faqc-categories .mgz-faqc-category-title-main {
  align-items: center;
  display: flex;
  padding: 5px 15px;
}
.mgz-faqc-question-side-bar .mgz-faqc-category-title-title a {
  color: #333;
  font-size: 10pt;
  margin-left: 5px;
  padding: 7px 5px 7px 0;
  position: relative;
  z-index: 1;
}
.mgz-faqc-question-side-bar .mgz-faqc-category-title-title a::before {
  transition: all 0.3s linear;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0px;
  z-index: -1;
}
.mgz-faqc-question-side-bar .mgz-faqc-category-title-title a:hover::before {
  width: 100%;
}
.mgz-faqc-question-side-bar .mgz-faqc-category-title-title a:hover {
  transition: all 0.3s linear;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question {
  padding-top: 7px;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question a {
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  margin-bottom: 15px;
  outline: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  z-index: 10;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question a:hover span {
  right: 15px;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question a::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: -1;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question h6 {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  padding-right: 35px;
}
.mgz-faqc-question-side-bar .mgz-faqc-sidebar-recent-question span {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  right: 20px;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 4px;
  display: inline-block;
  font-size: 8pt;
  margin: 0px 1px 6px 6px;
  padding: 6px 8px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb li {
  list-style: none;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb a {
  color: #fff;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb:hover {
  background: #555;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb:hover::before {
  border-color: transparent #555555 transparent;
}
.mgz-faqc-question-side-bar .mgz-faqc-tag-sb::after {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: -1px -1px 2px #004977;
  -moz-box-shadow: -1px -1px 2px #004977;
  -ms-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
  background: #fff;
  content: " ";
  float: left;
  height: 4px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 4px;
}
.mgz-faqc-question-side-bar .faqc-categories li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
}
/*----------------------main content--------------------------*/
.mgz-faqc-question-view {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
}
.mgz-faqc-question-view .mgz-faqc-question-inner {
  padding: 20px;
}
.mgz-faqc-question-view .faqc-question-title {
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mgz-faqc-question-view i::before {
  margin-right: 3px;
}
.mgz-faqc-question-view .faqc-question-meta {
  border-bottom: 1px solid #f2f2f2;
  color: #888;
  font-size: 85%;
  margin: 20px 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.mgz-faqc-question-view .faqc-question-meta a {
  border-radius: 3px;
  color: #fff;
  padding: 3px 7px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.mgz-faqc-question-view .faqc-question-meta a:hover {
  border-bottom: 1px dotted;
  color: #000;
}
.mgz-faqc-question-view .faqc-question-meta span {
  margin-right: 15px;
}
.mgz-faqc-question-view img {
  width: 100%;
  height: 100%;
}
/*
    Side left bar block
    */
.mgz-faqc-side-bar-left {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-faqc-side-bar-left h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-faqc-side-bar-left a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
.mgz-faqc-side-bar-left div {
  display: flex;
  flex-direction: column;
}
.mgz-faqc-side-bar-left ._active {
  font-weight: 600;
}
.mgz-faqc-side-bar-left ._active::before {
  content: " ";
  height: 28px;
  left: -10px;
  position: absolute;
  width: 4px;
}
.mgz-faqc-question-tag {
  margin: -30px 0 35px;
}
.mgz-faqc-question-tag a {
  text-transform: uppercase;
}
.mgz-faqc .page-title {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-faqc .page-title::before {
  bottom: -5px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 55px;
}
.mgz-faqc-category-title-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/*
    Banner, search form block
    */
.mgz-faqc-banner {
  align-items: center;
  display: flex;
  height: 350px;
  justify-content: center;
  position: relative;
}
.mgz-faqc-banner .alert-comment {
  background: #fff;
  border-radius: 3px;
  display: none;
  margin: 0;
  position: absolute;
  padding: 5px 10px;
  top: -37px;
}
.mgz-faqc-banner .alert-comment i::before {
  margin-right: 4px;
}
.mgz-faqc-banner .alert-comment::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  bottom: -3px;
}
.mgz-faqc-banner .alertEmpty {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
  color: red;
}
.mgz-faqc-banner .alertEmpty:focus {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
}
.mgz-faqc-banner .mgz-faqc-banner-color,
.mgz-faqc-banner .mgz-faqc-banner-image {
  height: 100%;
  position: absolute;
  z-index: 0;
  width: 100%;
}
.mgz-faqc-banner .mgz-faqc-banner-image {
  background-position: 50% 50%;
}
.mgz-faqc-banner .faqc-searchform-head {
  margin-bottom: 50px;
  text-align: center;
}
.mgz-faqc-banner .faqc-searchform-head h1 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 1.68rem 0;
}
.mgz-faqc-banner .faqc-searchform-head span {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}
.mgz-faqc-banner .faqc-searchform {
  position: relative;
}
.mgz-faqc-banner .faqc-searchform form {
  width: 100%;
}
.mgz-faqc-banner .faqc-searchform input {
  box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0px;
  border-radius: 50px;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}
.mgz-faqc-banner .faqc-searchform input:focus {
  border-radius: 0;
}
.mgz-faqc-banner .faqc-searchform .block-block-content {
  display: flex;
  position: relative;
  margin: 0 auto;
}
.mgz-faqc-banner .faqc-searchform button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 2px;
  width: fit-content;
}
.mgz-faqc-banner .faqc-searchform button:hover::before {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #333;
}
.mgz-faqc-banner .faqc-searchform button::before {
  align-items: center;
  color: #e5e5e5;
  content: '\f002';
  display: flex;
  height: 100%;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: -2px;
}
.mgz-faqc-banner .faqc-searchform button::after {
  background-size: 100%;
  content: " ";
  height: 25px;
  left: -37px;
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 25px;
}
.mgz-faqc-banner .faqc-searchform button._search::before {
  opacity: 0;
}
.mgz-faqc-banner .faqc-searchform button._search::after {
  opacity: 1;
}
/*
    Search result title block
    */
.mgz-faqc-search-count {
  display: none;
}
.mgz-faqc-search-count h5 {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-faqc-sidebar-coll {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
}
.mgz-faqc-sidebar-coll i {
  position: absolute;
}
.mgz-faqc-sidebar-coll:hover {
  background: #e5e5e5;
}
.mgz-faqc-sidebar-coll .show-more {
  display: none;
}
/*---------------------------------------------------------*/
/*
    Question Listing
    */
.mgz-faqc-question-list {
  position: relative;
}
.mgz-faqc-question-list .mgz-faqc-question-box-title {
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
.mgz-faqc-question-list .mgz-faqc-question-box-title a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #444;
}
.mgz-faqc-question-list h2 {
  padding-right: 30px;
}
.mgz-faqc-question-list .plus-icon,
.mgz-faqc-question-list .minus-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
}
.mgz-faqc-question-list .minus-icon {
  display: none;
}
.mgz-faqc-question-list .mgz-faqc-question-more {
  display: none;
}
.mgz-faqc-question-list .mgz-faqc-question-meta {
  color: #888;
  margin: 10px 0;
  font-size: 85%;
}
.mgz-faqc-question-list .mgz-faqc-question-meta a {
  color: #000;
  padding: 3px 8px;
  border-radius: 4px;
}
.mgz-faqc-question-list .mgz-faqc-question-meta a:hover {
  color: #000;
  border-bottom: 1px #000 dotted;
}
.mgz-faqc-question-list .mgz-faqc-question-meta span {
  display: inline-block;
  margin-right: 10px;
}
.mgz-faqc-question-list .question-question-box-inner {
  clear: both;
  padding: 20px 20px 25px;
}
.mgz-faqc-question-list .mgz-faqc-question-list {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  border-bottom: 4px solid #F88C00;
}
.mgz-faqc-question-list i::before {
  margin-right: 3px;
}
.mgz-faqc-question-list .mgz-faqc-question-excerpt-wrapper a {
  border: 0 none;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font: 12px Tahoma;
  line-height: 22px;
  padding: 5px 10px;
  position: relative;
}
.mgz-faqc-question-list .mgz-faqc-question-excerpt-wrapper a:hover {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
}
.mgz-faqc-question-list .mgz-faqc-question-excerpt-wrapper a:hover::before {
  width: 100%;
}
.mgz-faqc-question-list .mgz-faqc-question-excerpt-wrapper a::before {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  background-color: #777;
  border-radius: 3px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
}
.mgz-faqc-question-list .mgz-faqc-question-excerpt-wrapper span {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.mgz-faqc-question-list .mgz-faqc-question-list-content {
  font-style: italic;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
/*
    Side bar left tag block
    */
.mgz-faqc-side-bar-left-tag {
  background: #fbfbfb;
  padding: 20px;
  margin-bottom: 50px;
}
.mgz-faqc-side-bar-left-tag a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 5px;
  margin-right: 4px;
  margin-top: 5px;
  padding: 4px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.mgz-faqc-side-bar-left-tag a:hover {
  color: #fff;
}
.mgz-faqc-side-bar-left-tag ._active {
  color: #fff;
}
.mgz-faqc-side-bar-left-tag h6 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 13px;
}
.mgz-faqc-category-title-image {
  height: 30px;
  width: 30px;
  margin-right: 8px;
}
.mgz-faqc-category-title-image .mgz-faqc-category-default-logo::before {
  content: "\f07c";
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  font-weight: 400;
}
.mgz-faqc-category-title-image .mgz-faqc-category-logo {
  object-fit: cover;
}
.mgz-faqc-category-title-listing {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 26px;
  position: relative;
}
.mgz-faqc-category-title-listing h1 {
  color: #000;
  font-size: 26px;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
}
.mgz-faqc-category-title-listing::before {
  background: #d6c9c9;
  bottom: 0;
  content: " ";
  height: 1px;
  position: absolute;
  width: 100%;
}
.mgz-faqc-category-count {
  padding: 0px 3px 0 0;
}
.mgz-faqc-category-count span {
  bottom: -5px;
  color: #6f6969;
  font-size: 13px;
  position: relative;
  right: -3px;
}
.mgz-faqc-body-content {
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
}
.mgz-faqc-body-content .mgz-faqc-category-wraper {
  width: 100%;
  padding: 0 0.75rem;
}
.mgz-faqc-body-content .mgz-faqc-category-title {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
.mgz-faqc-body-content .mgz-faqc-category-title._open {
  margin-bottom: 25px;
}
.mgz-faqc-body-content .mgz-faqc-category-title._open i {
  transform: rotateX(180deg);
}
.mgz-faqc-body-content .mgz-faqc-category-title._open::before {
  width: 100%;
}
.mgz-faqc-body-content .mgz-faqc-category-title::before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: -12px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 0;
}
.mgz-faqc-body-content .mgz-faqc-category-title:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mgz-faqc-body-content .mgz-faqc-category-title::after {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 0;
}
.mgz-faqc-body-content .mgz-faqc-category-title i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 0px;
  position: absolute;
  z-index: 2;
}
.mgz-faqc-body-content .mgz-faqc-category-title-title a {
  color: #333;
  margin: 0;
  padding-left: 10px;
  font-size: 17px;
}
.mgz-faqc-body-content .mgz-faqc-category-title-title a:hover {
  text-decoration: none;
}
.mgz-faqc-body-content .mgz-faqc-question-answer {
  background: #e5e5e5;
  border: 1px solid #f7b526;
  border-radius: 2px;
  display: none;
  left: 0;
  padding: 5px 10px;
}
.mgz-faqc-body-content .mgz-faqc-question-icon {
  height: 10px;
  left: 8px;
  position: absolute;
  top: 13px;
  width: 10px;
}
.mgz-faqc-body-content .mgz-faqc-question-icon::before {
  content: "\f15c";
}
.mgz-faqc-body-content .mgz-faqc-category-inner {
  position: relative;
}
.mgz-faqc-body-content .mgz-faqc-category-title-main {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}
.mgz-faqc-body-content .mgz-faqc-question-question {
  padding: 10px 0;
  position: relative;
  z-index: 2;
  display: flex;
}
.mgz-faqc-body-content .mgz-faqc-question-question::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  bottom: -9px;
  border: 1px dotted transparent;
  border-radius: 9px;
  content: "";
  height: 100%;
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: 0;
  z-index: -1;
}
.mgz-faqc-body-content .mgz-faqc-question-question i {
  padding-top: 4px;
}
.mgz-faqc-body-content .mgz-faqc-question-question:hover::before {
  transform: scale(1);
  opacity: 1;
}
.mgz-faqc-body-content .mgz-faqc-question-title {
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.mgz-faqc-body-content .mgz-faqc-question-title:hover {
  text-decoration: none;
}
.mgz-faqc-body-content .mgz-faqc-category-title-help {
  display: flex;
  z-index: 2;
}
.mgz-faqc-body-content .mgz-faqc-category-description {
  align-items: center;
  background: #e5e5e5;
  border: 1px solid #BBB;
  border-radius: 50%;
  display: flex;
  height: 12px;
  justify-content: center;
  position: absolute;
  right: -15px;
  width: 12px;
}
.mgz-faqc-body-content .mgz-faqc-category-description span {
  font-size: 9px;
}
.mgz-faqc-body-content .mgz-faqc-category-question {
  display: none;
}
.mgz-faqc-post-form {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin: 20px auto;
  transition: all .4s linear;
  position: relative;
}
.mgz-faqc-post-form input,
.mgz-faqc-post-form select {
  border-color: transparent transparent #e5e5e5 transparent;
  transition: all .3s linear;
}
.mgz-faqc-post-form input:focus,
.mgz-faqc-post-form select:focus {
  box-shadow: none;
  border-width: 2px;
}
.mgz-faqc-post-form i {
  margin-right: 5px;
}
.mgz-faqc-post-form:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mgz-faqc-post-form button {
  margin: auto;
  text-transform: uppercase;
  color: #fff;
  border: 0px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  padding: 10px 15px;
}
.mgz-faqc-post-form button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.mgz-faqc-post-form-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #efefef63;
  display: none;
}
.mgz-faqc-post-form-loading-img {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}
.mgz-faqc-post-form-loading-inner {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
.mgz-faqc-post-form-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0px;
}
.mgz-faqc .red-text {
  color: red;
}
.mgz-faqc-post-form-notif,
.mgz-faqc-post-form-terms {
  padding: 10px 0;
}
.mgz-faqc-post-form-terms * {
  padding: 0;
  margin: 0;
}
.mgz-faqc-product-form {
  display: none;
}
.mgz-faqc-product-form-action {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.mgz-faqc-product-form-action * {
  padding-right: 15px;
  margin: 0;
}
.mgz-faqc .reqired {
  border-color: transparent transparent #ff0000 transparent !important;
  color: red;
}
.mgz-faqc-post-notif.mgzfaqcerror {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.mgzfaqcerror::before {
  position: absolute;
  left: 12px;
  content: "\d7";
  color: #8b2757;
  font-size: 25px;
  line-height: 20px;
}
.mgzfaqcerror::after {
  display: none;
}
.mgz-faqc-post-notif {
  display: none;
  padding: 8px 15px 8px 35px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 4px;
  position: relative;
}
.mgz-faqc-post-notif::after {
  content: " ";
  position: absolute;
  left: 15px;
  height: 12px;
  width: 5px;
  border-right: 2px solid #567746;
  border-bottom: 2px solid #567746;
  transform: rotate(45deg);
}
.mgz-widget-title {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 22px;
  margin: 10px 0 3px;
}
.mgz-widget-title h3 {
  margin: 0;
  margin-right: 5px;
  text-transform: uppercase;
  font-family: BebasNeueRegular,arial,Georgia,serif;
  white-space: nowrap;
}
.mgz-stripe-line {
  height: 12px;
  overflow: hidden;
  width: 100%;
}
.mgz-widget-view-more {
  width: fit-content;
}
.mgz-widget-view-more a {
  padding: 5px 12px;
  width: auto;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  line-height: 22px;
  border-radius: 3px;
  color: white;
}
.mgz-widget-view-more a:hover {
  background: #777;
}
.mgz-faqc-widget {
  position: relative;
  border-radius: 3px;
  margin-bottom: 50px;
}
.mgz-faqc-widget::after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333% !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box {
    width: 100%;
  }
}
.box {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  display: flex;
  box-sizing: border-box;
}
.mgz-category-theme-grid {
  display: block;
  padding: 60px;
  padding-top: 40px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.4s linear;
  width: 100%;
  position: relative;
}
.mgz-theme-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.mgz-theme-grid .mgz-faqc-category-default-logo::before {
  font-size: 50px !important;
}
.mgz-category-title {
  display: block;
  margin-bottom: 15px;
  font-family: "Publico", sans-serif;
  font-size: 30px;
  color: #091e3f;
  box-sizing: border-box;
}
.mgz-category-title::after {
  display: block;
  margin: 20px auto;
  width: 50px;
  border-bottom: 2px solid;
  content: " ";
}
.mgz-category-desc {
  display: block;
  color: #606469;
  line-height: 1.8;
  font-size: 14px;
}
.mgz-faqc-category-default-image {
  width: 50px;
  margin: auto;
  padding: 8px 0;
}
.mgz-flex {
  display: flex;
  flex-wrap: wrap;
}
.mgz-theme-grid img {
  width: 50px;
  height: 50px;
}
.mgz-category-result {
  color: #9c9c9c;
  font-size: 13px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: underline;
}
.mgz-search-hints {
  overflow: overlay;
  max-height: 270px;
  position: absolute;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  top: 103%;
  box-shadow: 3px 3px 5px 0px rgba(183, 183, 183, 0.6);
  z-index: 99;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: opacity .2s, all .4s linear;
  opacity: 0;
  min-height: 0;
  height: auto;
}
.mgz-search-hints::-webkit-scrollbar {
  display: none;
}
.mgz-search-hints-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity .2s, all .4s linear;
}
.mgz-hint-img-loading {
  opacity: 0;
  position: absolute;
  transition: all .2s linear;
  background: #ffffffa8;
  width: 100%;
  height: 100%;
  top: 0;
}
.mgz-hint-img-loading img {
  width: 25px;
  padding: 5px 12px;
}
.hint-question-list {
  padding: 8px 20px;
  border-bottom: 1px dotted #e5e5e5;
  color: #000;
  cursor: pointer;
}
.hint-question-list:hover {
  background: #eaeaea78;
}
.hint-question-list:hover a:first-child {
  color: #26797d;
}
.hint-question-list a {
  color: #333;
}
.hint-category {
  margin: 0 2px;
  font-size: 11px;
  padding: 1px 4px;
  border-radius: 3px;
}
.mgz-gts a:hover,
.mgz-gts-body-wraper a:hover {
  text-decoration: none;
}
/********** MIXIN START **********/
#mgz-gts-twitter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(0, 172, 238, 0), inset 0 0 5px #009ad5, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(0, 172, 238, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-twitter:before {
  transition: all 0.3s ease;
  content: "\f099";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0087bb;
}
#mgz-gts-twitter:hover,
#mgz-gts-twitter:focus {
  background-color: #00acee;
  -webkit-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
  box-shadow: 0 0 0 10px rgba(34, 194, 255, 0.5), inset 0 0 0 0 #00acee, 0 0 5px 2px #003d55;
}
#mgz-gts-twitter:hover:before,
#mgz-gts-twitter:focus:before {
  text-shadow: -1px -1px #0087bb;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-twitter:active,
#mgz-gts-twitter:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(0, 154, 213, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -moz-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  -ms-box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  box-shadow: 0 0 0 10px rgba(0, 154, 213, 0.5), inset 0 0 10px #003d55;
  transition: all 0.1s ease;
  background-color: #009ad5;
}
#mgz-gts-twitter:active:before,
#mgz-gts-twitter:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(59, 89, 152, 0), inset 0 0 5px #344e86, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(59, 89, 152, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-facebook:before {
  transition: all 0.3s ease;
  content: "\f39e";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #2d4373;
}
#mgz-gts-facebook:hover,
#mgz-gts-facebook:focus {
  background-color: #3b5998;
  -webkit-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
  box-shadow: 0 0 0 10px rgba(76, 112, 186, 0.5), inset 0 0 0 0 #3b5998, 0 0 5px 2px #10182a;
}
#mgz-gts-facebook:hover:before,
#mgz-gts-facebook:focus:before {
  text-shadow: -1px -1px #2d4373;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-facebook:active,
#mgz-gts-facebook:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(52, 78, 134, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -moz-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  -ms-box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  box-shadow: 0 0 0 10px rgba(52, 78, 134, 0.5), inset 0 0 10px #10182a;
  transition: all 0.1s ease;
  background-color: #344e86;
}
#mgz-gts-facebook:active:before,
#mgz-gts-facebook:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(14, 118, 168, 0), inset 0 0 5px #0c6590, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(14, 118, 168, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-linkedin:before {
  transition: all 0.3s ease;
  content: "\f0e1";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #0a5579;
}
#mgz-gts-linkedin:hover,
#mgz-gts-linkedin:focus {
  background-color: #0e76a8;
  -webkit-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
  box-shadow: 0 0 0 10px rgba(18, 151, 215, 0.5), inset 0 0 0 0 #0e76a8, 0 0 5px 2px #02131b;
}
#mgz-gts-linkedin:hover:before,
#mgz-gts-linkedin:focus:before {
  text-shadow: -1px -1px #0a5579;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-linkedin:active,
#mgz-gts-linkedin:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(12, 101, 144, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -moz-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  -ms-box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  box-shadow: 0 0 0 10px rgba(12, 101, 144, 0.5), inset 0 0 10px #02131b;
  transition: all 0.1s ease;
  background-color: #0c6590;
}
#mgz-gts-linkedin:active:before,
#mgz-gts-linkedin:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(200, 35, 44, 0), inset 0 0 5px #b21f27, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(200, 35, 44, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-pinterest:before {
  transition: all 0.3s ease;
  content: "\f231";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #9d1b22;
}
#mgz-gts-pinterest:hover,
#mgz-gts-pinterest:focus {
  background-color: #c8232c;
  -webkit-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
  box-shadow: 0 0 0 10px rgba(222, 64, 73, 0.5), inset 0 0 0 0 #c8232c, 0 0 5px 2px #460c0f;
}
#mgz-gts-pinterest:hover:before,
#mgz-gts-pinterest:focus:before {
  text-shadow: -1px -1px #9d1b22;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-pinterest:active,
#mgz-gts-pinterest:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(178, 31, 39, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -moz-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  -ms-box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  box-shadow: 0 0 0 10px rgba(178, 31, 39, 0.5), inset 0 0 10px #460c0f;
  transition: all 0.1s ease;
  background-color: #b21f27;
}
#mgz-gts-pinterest:active:before,
#mgz-gts-pinterest:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 20px rgba(179, 60, 46, 0), inset 0 0 5px #9f3529, 0 1px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  border: 0 none;
  background-color: rgba(179, 60, 46, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
#mgz-gts-google:before {
  transition: all 0.3s ease;
  content: "\f0d5";
  color: #ffffff;
  font-family: 'Font Awesome 5 Brands';
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-shadow: 0 0 10px #8a2e24;
}
#mgz-gts-google:hover,
#mgz-gts-google:focus {
  background-color: #b33c2e;
  -webkit-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
  box-shadow: 0 0 0 10px rgba(207, 83, 69, 0.5), inset 0 0 0 0 #b33c2e, 0 0 5px 2px #39130f;
}
#mgz-gts-google:hover:before,
#mgz-gts-google:focus:before {
  text-shadow: -1px -1px #8a2e24;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mgz-gts-google:active,
#mgz-gts-google:checked {
  -webkit-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -moz-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -ms-box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  box-shadow: 0 0 0 8.33333333px rgba(159, 53, 41, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -moz-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  -ms-box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  box-shadow: 0 0 0 10px rgba(159, 53, 41, 0.5), inset 0 0 10px #39130f;
  transition: all 0.1s ease;
  background-color: #9f3529;
}
#mgz-gts-google:active:before,
#mgz-gts-google:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: rgba(255, 255, 255, 0.8);
}
.gts-question-social {
  max-width: 680px;
  margin: 50px auto 50px;
}
.gts-question-social .gts-flat-social {
  list-style: none;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  max-width: 680px;
  padding: 5px 0;
  text-align: center;
  flex-wrap: wrap;
}
.gts-question-social li {
  margin: 0;
}
.gts-question-social span {
  font-size: 20px;
  font-weight: 700;
}
.mgz-gts-question-widget-title {
  position: relative;
}
.mgz-gts-question-widget-title:hover a {
  padding-left: 5px;
}
.mgz-gts-question-widget-title:hover .mgz-fa-chevron-right {
  transform: scale(1.2);
}
.mgz-gts-question-widget-title a,
.mgz-gts-question-widget-title i {
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mgz-gts-question-widget-title i {
  font-size: 10px;
}
.mgz-gts .page-title-wrapper {
  display: none;
}
.mgz-gts svg {
  cursor: pointer;
  overflow: visible;
  width: 60px;
}
.mgz-gts svg #like,
.mgz-gts svg #dislike {
  animation: animateHeartOut 0.3s linear forwards;
  transform-origin: 11.5px 11.5px;
}
.mgz-gts svg #main-circ {
  -webkit-transform-origin: 29.5px 29.5px;
  -moz-transform-origin: 29.5px 29.5px;
  -ms-transform-origin: 29.5px 29.5px;
  transform-origin: 29.5px 29.5px;
}
.mgz-gts.page-layout-2columns-left .sidebar.sidebar-main {
  padding: 0;
}
.mgz-gts.page-layout-2columns-left .sidebar.sidebar-additional {
  padding: 0;
}
.mgz-gts.page-layout-2columns-left .column.main {
  padding-left: 2%;
}
.mgz-gts.page-layout-empty .sidebar-main,
.mgz-gts.page-layout-1column .sidebar-main,
.mgz-gts.page-layout-empty .sidebar-additional,
.mgz-gts.page-layout-1column .sidebar-additional {
  padding-right: 0;
  padding-left: 0;
}
#checkbox-1,
#checkbox-2 {
  display: none;
}
.mgzgts-question-view.page-layout-2columns-left .column.main,
.mgzgts-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-question-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzgts-question-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzgts-question-view.page-layout-2columns-left .column.main,
.mgzgts-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-question-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzgts-question-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzgts-question-view.page-layout-2columns-left .column.main,
.mgzgts-question-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-question-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-question-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-question-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzgts-question-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzgts-tag-view.page-layout-2columns-left .column.main,
.mgzgts-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-tag-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzgts-tag-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzgts-tag-view.page-layout-2columns-left .column.main,
.mgzgts-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-tag-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzgts-tag-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzgts-tag-view.page-layout-2columns-left .column.main,
.mgzgts-tag-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-tag-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-tag-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-tag-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzgts-tag-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzgts-index-index.page-layout-2columns-left .column.main,
.mgzgts-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-index-index.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzgts-index-index.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzgts-index-index.page-layout-2columns-left .column.main,
.mgzgts-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-index-index.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzgts-index-index.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzgts-index-index.page-layout-2columns-left .column.main,
.mgzgts-index-index.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-index-index.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-index-index.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-index-index.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzgts-index-index.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzgts-category-view.page-layout-2columns-left .column.main,
.mgzgts-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-category-view.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzgts-category-view.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzgts-category-view.page-layout-2columns-left .column.main,
.mgzgts-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-category-view.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzgts-category-view.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzgts-category-view.page-layout-2columns-left .column.main,
.mgzgts-category-view.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-category-view.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-category-view.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-category-view.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzgts-category-view.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
.mgzgts-search-result.page-layout-2columns-left .column.main,
.mgzgts-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-search-result.page-layout-2columns-left .mgz-faq-sidebar-top-question a,
.mgzgts-search-result.page-layout-2columns-right .mgz-faq-sidebar-top-question a {
  width: 200px;
}
.mgzgts-search-result.page-layout-2columns-left .column.main,
.mgzgts-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-search-result.page-layout-2columns-left .mgz-faqc-sidebar-top-question a,
.mgzgts-search-result.page-layout-2columns-right .mgz-faqc-sidebar-top-question a {
  width: 200px;
}
.mgzgts-search-result.page-layout-2columns-left .column.main,
.mgzgts-search-result.page-layout-2columns-right .column.main {
  width: 75%;
}
.mgzgts-search-result.page-layout-2columns-left .sidebar.sidebar,
.mgzgts-search-result.page-layout-2columns-right .sidebar.sidebar {
  width: 25%;
}
.mgzgts-search-result.page-layout-2columns-left .mgz-gts-sidebar-top-question a,
.mgzgts-search-result.page-layout-2columns-right .mgz-gts-sidebar-top-question a {
  width: 200px;
}
#checkbox-2:checked + label svg #like,
#checkbox-1:checked + label svg #like {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #00aef0;
}
#checkbox-2:checked + label svg #dislike,
#checkbox-1:checked + label svg #dislike {
  transform: scale(0.08);
  animation: animateHeart 0.3s linear forwards 0.25s;
  fill: #e2264d;
}
#checkbox-2:checked + label svg #main-circ,
#checkbox-1:checked + label svg #main-circ {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
  animation: animateCircle .3s linear forwards;
  opacity: 1;
}
#checkbox-2:checked + label svg #oval1,
#checkbox-1:checked + label svg #oval1 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s transform 0.3s;
  -moz-transition: 0.5s transform 0.3s;
  -ms-transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s;
}
#checkbox-2:checked + label svg #oval2,
#checkbox-1:checked + label svg #oval2 {
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s transform 0.3s;
  -moz-transition: 1.5s transform 0.3s;
  -ms-transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s;
}
#checkbox-2:checked + label svg #grp1,
#checkbox-1:checked + label svg #grp1 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp1 #oval1,
#checkbox-1:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
  -moz-transform: scale(0) translate(0, -30px);
  -ms-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
}
#checkbox-2:checked + label svg #grp1 #oval2,
#checkbox-1:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  -moz-transform: scale(0) translate(10px, -50px);
  -ms-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval1,
#checkbox-1:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  -moz-transform: scale(0) translate(30px, -15px);
  -ms-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
}
#checkbox-2:checked + label svg #grp2 #oval2,
#checkbox-1:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  -moz-transform: scale(0) translate(60px, -15px);
  -ms-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
}
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp3 #oval1,
#checkbox-1:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  -moz-transform: scale(0) translate(30px, 0px);
  -ms-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
}
#checkbox-2:checked + label svg #grp3 #oval2,
#checkbox-1:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  -moz-transform: scale(0) translate(60px, 10px);
  -ms-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
}
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp4 #oval1,
#checkbox-1:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  -moz-transform: scale(0) translate(30px, 15px);
  -ms-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
}
#checkbox-2:checked + label svg #grp4 #oval2,
#checkbox-1:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  -moz-transform: scale(0) translate(40px, 50px);
  -ms-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
}
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp5 #oval1,
#checkbox-1:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  -moz-transform: scale(0) translate(-10px, 20px);
  -ms-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
}
#checkbox-2:checked + label svg #grp5 #oval2,
#checkbox-1:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  -moz-transform: scale(0) translate(-60px, 30px);
  -ms-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
}
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp6 #oval1,
#checkbox-1:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  -moz-transform: scale(0) translate(-30px, 0px);
  -ms-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
}
#checkbox-2:checked + label svg #grp6 #oval2,
#checkbox-1:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  -moz-transform: scale(0) translate(-60px, -5px);
  -ms-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
}
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  -moz-transition: 0.1s all 0.3s;
  -ms-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp7 #oval1,
#checkbox-1:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  -moz-transform: scale(0) translate(-30px, -15px);
  -ms-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
}
#checkbox-2:checked + label svg #grp7 #oval2,
#checkbox-1:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  -moz-transform: scale(0) translate(-55px, -30px);
  -ms-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
}
#checkbox-2:checked + label svg #grp2,
#checkbox-1:checked + label svg #grp2,
#checkbox-2:checked + label svg #grp3,
#checkbox-1:checked + label svg #grp3,
#checkbox-2:checked + label svg #grp4,
#checkbox-1:checked + label svg #grp4,
#checkbox-2:checked + label svg #grp5,
#checkbox-1:checked + label svg #grp5,
#checkbox-2:checked + label svg #grp6,
#checkbox-1:checked + label svg #grp6,
#checkbox-2:checked + label svg #grp7,
#checkbox-1:checked + label svg #grp7 {
  -webkit-transition: 0.1s opacity 0.3s;
  -moz-transition: 0.1s opacity 0.3s;
  -ms-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
  opacity: 1;
}
@keyframes animateCircle {
  40% {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 1;
    fill: #DD4688;
  }
  55% {
    -webkit-transform: scale(11);
    -moz-transform: scale(11);
    -ms-transform: scale(11);
    transform: scale(11);
    opacity: 1;
    fill: #D46ABF;
  }
  65% {
    -webkit-transform: scale(12);
    -moz-transform: scale(12);
    -ms-transform: scale(12);
    transform: scale(12);
    opacity: 1;
    fill: #CC8EF5;
  }
  75% {
    -webkit-transform: scale(13);
    -moz-transform: scale(13);
    -ms-transform: scale(13);
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .5;
  }
  85% {
    -webkit-transform: scale(17);
    -moz-transform: scale(17);
    -ms-transform: scale(17);
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .2;
  }
  95% {
    -webkit-transform: scale(18);
    -moz-transform: scale(18);
    -ms-transform: scale(18);
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .1;
  }
  100% {
    -webkit-transform: scale(19);
    -moz-transform: scale(19);
    -ms-transform: scale(19);
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0;
  }
}
@keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.02);
    -moz-transform: scale(0.02);
    -ms-transform: scale(0.02);
    transform: scale(0.02);
  }
  40% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
@keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(0.08);
    -moz-transform: scale(0.08);
    -ms-transform: scale(0.08);
    transform: scale(0.08);
  }
}
.mgz-gts .pager {
  margin-top: 20px;
  text-align: center;
}
.mgz-gts .pager > * {
  padding-right: 15px;
}
.mgz-gts .pager > p {
  display: none;
}
/*--------homepage-------------- */
.mgz-gts-side-bar-left-top-question {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-gts-side-bar-left-top-question h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-gts-sidebar-top-question {
  position: relative;
  display: flex;
  align-items: center;
}
.mgz-gts-sidebar-top-question a {
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  text-decoration: none;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mgz-gts-sidebar-top-question span {
  position: absolute;
  right: 0px;
  top: 12px;
  transition: all 0.2s ease-in-out;
}
.mgz-gts-sidebar-top-question:hover span {
  right: -5px;
}
/*--------------------------------------------------------------*/
/*
    Content Helpfull block
    */
.mgz-gts-helpful {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  border-radius: 4px;
  margin: 30px auto;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  width: fit-content;
}
.mgz-gts-helpful .mgz-gts-helpful-inner {
  display: flex;
  justify-content: center;
}
.mgz-gts-helpful .mgz-gts-helpful-inner span {
  text-align: center;
}
.mgz-gts-helpful .mgz-gts-helpful-like,
.mgz-gts-helpful .mgz-gts-helpful-dislike {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
}
.mgz-gts-helpful .helpful-loading {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff7a;
  left: 0;
}
.mgz-gts-helpful .helpful-loading img {
  object-fit: contain;
  height: 100%;
  width: 40px;
  white-space: nowrap;
}
/*--------------------------------------------------------------*/
/*
    View question page
    */
.gts-question-view {
  font-size: 15px;
  overflow-wrap: break-word;
}
/*--------Side right bar--------*/
.mgz-gts-question-side-bar {
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
}
.mgz-gts-question-side-bar .mgz-gts-question-sidebar-inner {
  padding: 15px;
}
.mgz-gts-question-side-bar h1 {
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.mgz-gts-question-side-bar .gts-categories .mgz-gts-category-title-main {
  align-items: center;
  display: flex;
  padding: 5px 15px;
}
.mgz-gts-question-side-bar .mgz-gts-category-title-title a {
  color: #333;
  font-size: 10pt;
  margin-left: 5px;
  padding: 7px 5px 7px 0;
  position: relative;
  z-index: 1;
}
.mgz-gts-question-side-bar .mgz-gts-category-title-title a::before {
  transition: all 0.3s linear;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0px;
  z-index: -1;
}
.mgz-gts-question-side-bar .mgz-gts-category-title-title a:hover::before {
  width: 100%;
}
.mgz-gts-question-side-bar .mgz-gts-category-title-title a:hover {
  transition: all 0.3s linear;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question {
  padding-top: 7px;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question a {
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  margin-bottom: 15px;
  outline: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  z-index: 10;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question a:hover span {
  right: 15px;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question a::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: -1;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question h6 {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  padding-right: 35px;
}
.mgz-gts-question-side-bar .mgz-gts-sidebar-recent-question span {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  right: 20px;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 4px;
  display: inline-block;
  font-size: 8pt;
  margin: 0px 1px 6px 6px;
  padding: 6px 8px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb li {
  list-style: none;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb a {
  color: #fff;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb:hover {
  background: #555;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb:hover::before {
  border-color: transparent #555555 transparent;
}
.mgz-gts-question-side-bar .mgz-gts-tag-sb::after {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: -1px -1px 2px #004977;
  -moz-box-shadow: -1px -1px 2px #004977;
  -ms-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
  background: #fff;
  content: " ";
  float: left;
  height: 4px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 4px;
}
.mgz-gts-question-side-bar .gts-categories li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
}
/*----------------------main content--------------------------*/
.mgz-gts-question-view {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
}
.mgz-gts-question-view .mgz-gts-question-inner {
  padding: 20px;
}
.mgz-gts-question-view .gts-question-title {
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mgz-gts-question-view i::before {
  margin-right: 3px;
}
.mgz-gts-question-view .gts-question-meta {
  border-bottom: 1px solid #f2f2f2;
  color: #888;
  font-size: 85%;
  margin: 20px 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.mgz-gts-question-view .gts-question-meta a {
  border-radius: 3px;
  color: #fff;
  padding: 3px 7px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.mgz-gts-question-view .gts-question-meta a:hover {
  border-bottom: 1px dotted;
  color: #000;
}
.mgz-gts-question-view .gts-question-meta span {
  margin-right: 15px;
}
.mgz-gts-question-view img {
  width: 100%;
  height: 100%;
}
/*
    Side left bar block
    */
.mgz-gts-side-bar-left {
  padding: 20px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.mgz-gts-side-bar-left h6 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.mgz-gts-side-bar-left a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1a1113;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
.mgz-gts-side-bar-left div {
  display: flex;
  flex-direction: column;
}
.mgz-gts-side-bar-left ._active {
  font-weight: 600;
}
.mgz-gts-side-bar-left ._active::before {
  content: " ";
  height: 28px;
  left: -10px;
  position: absolute;
  width: 4px;
}
.mgz-gts-question-tag {
  margin: -30px 0 35px;
}
.mgz-gts-question-tag a {
  text-transform: uppercase;
}
.mgz-gts .page-title {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-gts .page-title::before {
  bottom: -5px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 55px;
}
.mgz-gts-category-title-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/*
    Banner, search form block
    */
.mgz-gts-banner {
  align-items: center;
  display: flex;
  height: 350px;
  justify-content: center;
  position: relative;
}
.mgz-gts-banner .alert-comment {
  background: #fff;
  border-radius: 3px;
  display: none;
  margin: 0;
  position: absolute;
  padding: 5px 10px;
  top: -37px;
}
.mgz-gts-banner .alert-comment i::before {
  margin-right: 4px;
}
.mgz-gts-banner .alert-comment::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  bottom: -3px;
}
.mgz-gts-banner .alertEmpty {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
  color: red;
}
.mgz-gts-banner .alertEmpty:focus {
  -webkit-box-shadow: 0 0 3px 2px #ff0000;
  -moz-box-shadow: 0 0 3px 2px #ff0000;
  -ms-box-shadow: 0 0 3px 2px #ff0000;
  box-shadow: 0 0 3px 2px #ff0000;
}
.mgz-gts-banner .mgz-gts-banner-color,
.mgz-gts-banner .mgz-gts-banner-image {
  height: 100%;
  position: absolute;
  z-index: 0;
  width: 100%;
}
.mgz-gts-banner .mgz-gts-banner-image {
  background-position: 50% 50%;
}
.mgz-gts-banner .gts-searchform-head {
  margin-bottom: 50px;
  text-align: center;
}
.mgz-gts-banner .gts-searchform-head h1 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 1.68rem 0;
}
.mgz-gts-banner .gts-searchform-head span {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}
.mgz-gts-banner .gts-searchform {
  position: relative;
}
.mgz-gts-banner .gts-searchform form {
  width: 100%;
}
.mgz-gts-banner .gts-searchform input {
  box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0px;
  border-radius: 50px;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}
.mgz-gts-banner .gts-searchform input:focus {
  border-radius: 0;
}
.mgz-gts-banner .gts-searchform .block-block-content {
  display: flex;
  position: relative;
  margin: 0 auto;
}
.mgz-gts-banner .gts-searchform button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 2px;
  width: fit-content;
}
.mgz-gts-banner .gts-searchform button:hover::before {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #333;
}
.mgz-gts-banner .gts-searchform button::before {
  align-items: center;
  color: #e5e5e5;
  content: '\f002';
  display: flex;
  height: 100%;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: -2px;
}
.mgz-gts-banner .gts-searchform button::after {
  background-size: 100%;
  content: " ";
  height: 25px;
  left: -37px;
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 25px;
}
.mgz-gts-banner .gts-searchform button._search::before {
  opacity: 0;
}
.mgz-gts-banner .gts-searchform button._search::after {
  opacity: 1;
}
/*
    Search result title block
    */
.mgz-gts-search-count {
  display: none;
}
.mgz-gts-search-count h5 {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  position: relative;
}
.mgz-gts-sidebar-coll {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
}
.mgz-gts-sidebar-coll i {
  position: absolute;
}
.mgz-gts-sidebar-coll:hover {
  background: #e5e5e5;
}
.mgz-gts-sidebar-coll .show-more {
  display: none;
}
/*---------------------------------------------------------*/
/*
    Question Listing
    */
.mgz-gts-question-list {
  position: relative;
}
.mgz-gts-question-list .mgz-gts-question-box-title {
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
.mgz-gts-question-list .mgz-gts-question-box-title a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #444;
}
.mgz-gts-question-list h2 {
  padding-right: 30px;
}
.mgz-gts-question-list .plus-icon,
.mgz-gts-question-list .minus-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
}
.mgz-gts-question-list .minus-icon {
  display: none;
}
.mgz-gts-question-list .mgz-gts-question-more {
  display: none;
}
.mgz-gts-question-list .mgz-gts-question-meta {
  color: #888;
  margin: 10px 0;
  font-size: 85%;
}
.mgz-gts-question-list .mgz-gts-question-meta a {
  color: #000;
  padding: 3px 8px;
  border-radius: 4px;
}
.mgz-gts-question-list .mgz-gts-question-meta a:hover {
  color: #000;
  border-bottom: 1px #000 dotted;
}
.mgz-gts-question-list .mgz-gts-question-meta span {
  display: inline-block;
  margin-right: 10px;
}
.mgz-gts-question-list .question-question-box-inner {
  clear: both;
  padding: 20px 20px 25px;
}
.mgz-gts-question-list .mgz-gts-question-list {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  background: #FFF;
  border-bottom: 4px solid #F88C00;
}
.mgz-gts-question-list i::before {
  margin-right: 3px;
}
.mgz-gts-question-list .mgz-gts-question-excerpt-wrapper a {
  border: 0 none;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font: 12px Tahoma;
  line-height: 22px;
  padding: 5px 10px;
  position: relative;
}
.mgz-gts-question-list .mgz-gts-question-excerpt-wrapper a:hover {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
}
.mgz-gts-question-list .mgz-gts-question-excerpt-wrapper a:hover::before {
  width: 100%;
}
.mgz-gts-question-list .mgz-gts-question-excerpt-wrapper a::before {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -ms-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  background-color: #777;
  border-radius: 3px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
}
.mgz-gts-question-list .mgz-gts-question-excerpt-wrapper span {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.mgz-gts-question-list .mgz-gts-question-list-content {
  font-style: italic;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
/*
    Side bar left tag block
    */
.mgz-gts-side-bar-left-tag {
  background: #fbfbfb;
  padding: 20px;
  margin-bottom: 50px;
}
.mgz-gts-side-bar-left-tag a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 5px;
  margin-right: 4px;
  margin-top: 5px;
  padding: 4px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.mgz-gts-side-bar-left-tag a:hover {
  color: #fff;
}
.mgz-gts-side-bar-left-tag ._active {
  color: #fff;
}
.mgz-gts-side-bar-left-tag h6 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 13px;
}
.mgz-gts-category-title-image {
  height: 30px;
  width: 30px;
  margin-right: 8px;
}
.mgz-gts-category-title-image .mgz-gts-category-default-logo::before {
  content: "\f07c";
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  font-weight: 400;
}
.mgz-gts-category-title-image .mgz-gts-category-logo {
  object-fit: cover;
}
.mgz-gts-category-title-listing {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 26px;
  position: relative;
}
.mgz-gts-category-title-listing h1 {
  color: #000;
  font-size: 26px;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
}
.mgz-gts-category-title-listing::before {
  background: #d6c9c9;
  bottom: 0;
  content: " ";
  height: 1px;
  position: absolute;
  width: 100%;
}
.mgz-gts-category-count {
  padding: 0px 3px 0 0;
}
.mgz-gts-category-count span {
  bottom: -5px;
  color: #6f6969;
  font-size: 13px;
  position: relative;
  right: -3px;
}
.mgz-gts-body-content {
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
}
.mgz-gts-body-content .mgz-gts-category-wraper {
  width: 100%;
  padding: 0 0.75rem;
}
.mgz-gts-body-content .mgz-gts-category-title {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
.mgz-gts-body-content .mgz-gts-category-title._open {
  margin-bottom: 25px;
}
.mgz-gts-body-content .mgz-gts-category-title._open i {
  transform: rotateX(180deg);
}
.mgz-gts-body-content .mgz-gts-category-title._open::before {
  width: 100%;
}
.mgz-gts-body-content .mgz-gts-category-title::before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: -12px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 0;
}
.mgz-gts-body-content .mgz-gts-category-title:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mgz-gts-body-content .mgz-gts-category-title::after {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  border: 1px dotted transparent;
  border-radius: 9px;
  bottom: -9px;
  content: "";
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 0;
}
.mgz-gts-body-content .mgz-gts-category-title i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 0px;
  position: absolute;
  z-index: 2;
}
.mgz-gts-body-content .mgz-gts-category-title-title a {
  color: #333;
  margin: 0;
  padding-left: 10px;
  font-size: 17px;
}
.mgz-gts-body-content .mgz-gts-category-title-title a:hover {
  text-decoration: none;
}
.mgz-gts-body-content .mgz-gts-question-answer {
  background: #e5e5e5;
  border: 1px solid #f7b526;
  border-radius: 2px;
  display: none;
  left: 0;
  padding: 5px 10px;
}
.mgz-gts-body-content .mgz-gts-question-icon {
  height: 10px;
  left: 8px;
  position: absolute;
  top: 13px;
  width: 10px;
}
.mgz-gts-body-content .mgz-gts-question-icon::before {
  content: "\f15c";
}
.mgz-gts-body-content .mgz-gts-category-inner {
  position: relative;
}
.mgz-gts-body-content .mgz-gts-category-title-main {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}
.mgz-gts-body-content .mgz-gts-question-question {
  padding: 10px 0;
  position: relative;
  z-index: 2;
  display: flex;
}
.mgz-gts-body-content .mgz-gts-question-question::before {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  box-shadow: 0 2px 18px rgba(34, 34, 34, 0.2);
  -webkit-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -moz-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  -ms-transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  transition: transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), opacity 150ms ease-out, border-color 200ms ease-out;
  background: #FFFFFF;
  bottom: -9px;
  border: 1px dotted transparent;
  border-radius: 9px;
  content: "";
  height: 100%;
  left: -9px;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: 0;
  z-index: -1;
}
.mgz-gts-body-content .mgz-gts-question-question i {
  padding-top: 4px;
}
.mgz-gts-body-content .mgz-gts-question-question:hover::before {
  transform: scale(1);
  opacity: 1;
}
.mgz-gts-body-content .mgz-gts-question-title {
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.mgz-gts-body-content .mgz-gts-question-title:hover {
  text-decoration: none;
}
.mgz-gts-body-content .mgz-gts-category-title-help {
  display: flex;
  z-index: 2;
}
.mgz-gts-body-content .mgz-gts-category-description {
  align-items: center;
  background: #e5e5e5;
  border: 1px solid #BBB;
  border-radius: 50%;
  display: flex;
  height: 12px;
  justify-content: center;
  position: absolute;
  right: -15px;
  width: 12px;
}
.mgz-gts-body-content .mgz-gts-category-description span {
  font-size: 9px;
}
.mgz-gts-body-content .mgz-gts-category-question {
  display: none;
}
.mgz-gts-post-form {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin: 20px auto;
  transition: all .4s linear;
  position: relative;
}
.mgz-gts-post-form input,
.mgz-gts-post-form select {
  border-color: transparent transparent #e5e5e5 transparent;
  transition: all .3s linear;
}
.mgz-gts-post-form input:focus,
.mgz-gts-post-form select:focus {
  box-shadow: none;
  border-width: 2px;
}
.mgz-gts-post-form i {
  margin-right: 5px;
}
.mgz-gts-post-form:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mgz-gts-post-form button {
  margin: auto;
  text-transform: uppercase;
  color: #fff;
  border: 0px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  padding: 10px 15px;
}
.mgz-gts-post-form button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.mgz-gts-post-form-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #efefef63;
  display: none;
}
.mgz-gts-post-form-loading-img {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}
.mgz-gts-post-form-loading-inner {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
.mgz-gts-post-form-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0px;
}
.mgz-gts .red-text {
  color: red;
}
.mgz-gts-post-form-notif,
.mgz-gts-post-form-terms {
  padding: 10px 0;
}
.mgz-gts-post-form-terms * {
  padding: 0;
  margin: 0;
}
.mgz-gts-product-form {
  display: none;
}
.mgz-gts-product-form-action {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.mgz-gts-product-form-action * {
  padding-right: 15px;
  margin: 0;
}
.mgz-gts .reqired {
  border-color: transparent transparent #ff0000 transparent !important;
  color: red;
}
.mgz-gts-post-notif.mgzgtserror {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.mgzgtserror::before {
  position: absolute;
  left: 12px;
  content: "\d7";
  color: #8b2757;
  font-size: 25px;
  line-height: 20px;
}
.mgzgtserror::after {
  display: none;
}
.mgz-gts-post-notif {
  display: none;
  padding: 8px 15px 8px 35px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 4px;
  position: relative;
}
.mgz-gts-post-notif::after {
  content: " ";
  position: absolute;
  left: 15px;
  height: 12px;
  width: 5px;
  border-right: 2px solid #567746;
  border-bottom: 2px solid #567746;
  transform: rotate(45deg);
}
.mgz-widget-title {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 22px;
  margin: 10px 0 3px;
}
.mgz-widget-title h3 {
  margin: 0;
  margin-right: 5px;
  text-transform: uppercase;
  font-family: BebasNeueRegular,arial,Georgia,serif;
  white-space: nowrap;
}
.mgz-stripe-line {
  height: 12px;
  overflow: hidden;
  width: 100%;
}
.mgz-widget-view-more {
  width: fit-content;
}
.mgz-widget-view-more a {
  padding: 5px 12px;
  width: auto;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  line-height: 22px;
  border-radius: 3px;
  color: white;
}
.mgz-widget-view-more a:hover {
  background: #777;
}
.mgz-gts-widget {
  position: relative;
  border-radius: 3px;
  margin-bottom: 50px;
}
.mgz-gts-widget::after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333% !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box {
    width: 100%;
  }
}
.box {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  display: flex;
  box-sizing: border-box;
}
.mgz-category-theme-grid {
  display: block;
  padding: 60px;
  padding-top: 40px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.4s linear;
  width: 100%;
  position: relative;
}
.mgz-theme-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.mgz-theme-grid .mgz-gts-category-default-logo::before {
  font-size: 50px !important;
}
.mgz-category-title {
  display: block;
  margin-bottom: 15px;
  font-family: "Publico", sans-serif;
  font-size: 30px;
  color: #091e3f;
  box-sizing: border-box;
}
.mgz-category-title::after {
  display: block;
  margin: 20px auto;
  width: 50px;
  border-bottom: 2px solid;
  content: " ";
}
.mgz-category-desc {
  display: block;
  color: #606469;
  line-height: 1.8;
  font-size: 14px;
}
.mgz-gts-category-default-image {
  width: 50px;
  margin: auto;
  padding: 8px 0;
}
.mgz-flex {
  display: flex;
  flex-wrap: wrap;
}
.mgz-theme-grid img {
  width: 50px;
  height: 50px;
}
.mgz-category-result {
  color: #9c9c9c;
  font-size: 13px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: underline;
}
.mgz-search-hints {
  overflow: overlay;
  max-height: 270px;
  position: absolute;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  top: 103%;
  box-shadow: 3px 3px 5px 0px rgba(183, 183, 183, 0.6);
  z-index: 99;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: opacity .2s, all .4s linear;
  opacity: 0;
  min-height: 0;
  height: auto;
}
.mgz-search-hints::-webkit-scrollbar {
  display: none;
}
.mgz-search-hints-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity .2s, all .4s linear;
}
.mgz-hint-img-loading {
  opacity: 0;
  position: absolute;
  transition: all .2s linear;
  background: #ffffffa8;
  width: 100%;
  height: 100%;
  top: 0;
}
.mgz-hint-img-loading img {
  width: 25px;
  padding: 5px 12px;
}
.hint-question-list {
  padding: 8px 20px;
  border-bottom: 1px dotted #e5e5e5;
  color: #000;
  cursor: pointer;
}
.hint-question-list:hover {
  background: #eaeaea78;
}
.hint-question-list:hover a:first-child {
  color: #26797d;
}
.hint-question-list a {
  color: #333;
}
.hint-category {
  margin: 0 2px;
  font-size: 11px;
  padding: 1px 4px;
  border-radius: 3px;
}
.imagegallery-content-animation {
  color: #fff;
  position: absolute;
  padding: 25px 15px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.imagegallery-album-grid:before,
.imagegallery-album-grid:after {
  content: '';
  display: table;
}
.imagegallery-album-grid:after {
  clear: both;
}
.imagegallery-inner {
  box-shadow: rgba(50, 50, 93, 0.17) 0 -1px 5px 0px, rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 10px;
}
.imagegallery-album-view button.lg-icon,
.fancybox-container button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.imagegallery-album-view button.lg-icon:hover,
.fancybox-container button:hover {
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  border: none;
}
.imagegallery-widget .imagegallery-carousel .owl-nav button,
.catalog-product-view .imagegallery-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
}
.imagegallery-widget .imagegallery-carousel .owl-nav button:hover,
.catalog-product-view .imagegallery-carousel .owl-nav button:hover {
  background: transparent;
}
.imagegallery-widget .imagegallery-carousel .owl-nav button:hover i,
.catalog-product-view .imagegallery-carousel .owl-nav button:hover i {
  color: #ececec;
}
.imagegallery-widget .imagegallery-carousel .owl-nav button i,
.catalog-product-view .imagegallery-carousel .owl-nav button i {
  font-size: 40px;
  color: #6e716e;
}
.imagegallery-widget .imagegallery-carousel .owl-nav .owl-prev,
.catalog-product-view .imagegallery-carousel .owl-nav .owl-prev {
  left: -40px;
}
.imagegallery-widget .imagegallery-carousel .owl-nav .owl-next,
.catalog-product-view .imagegallery-carousel .owl-nav .owl-next {
  right: -40px;
}
.imagegallery-widget .imagegallery-inner,
.catalog-product-view .imagegallery-inner {
  box-shadow: rgba(50, 50, 93, 0.17) 0 -1px 5px 0px, rgba(50, 50, 93, 0.25) 0 5px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 10px -8px;
}
.catalog-product-view .imagegallery-album-wrapper {
  margin-bottom: 50px;
}
.catalog-product-view .imagegallery-inner.imagegallery-item-inner-style3 {
  box-shadow: none;
}
.imagegallery-button-group {
  text-align: center;
  margin-bottom: 20px;
}
.imagegallery-button-group button {
  -webkit-box-shadow: 0 0px 2px #333333;
  -moz-box-shadow: 0 0px 2px #333333;
  -ms-box-shadow: 0 0px 2px #333333;
  box-shadow: 0 0px 2px #333333;
  border: none;
  margin-right: 10px;
  transition: all 0.3s;
}
.imagegallery-button-group button.active,
.imagegallery-button-group button:hover {
  background: #6e716e;
  color: #fff;
}
.imagegallery-home-layout-category .imagegallery-category:before,
.imagegallery-home-layout-category .imagegallery-category:after {
  content: '';
  display: table;
}
.imagegallery-home-layout-category .imagegallery-category:after {
  clear: both;
}
.imagegallery-home-layout-category .imagegallery-category-albums {
  margin-left: -10px;
  margin-right: -10px;
}
.imagegallery-home-layout-category .imagegallery-category-title {
  cursor: pointer;
  position: relative;
  padding: 15px 0 3px;
  margin: 15px 0 25px;
  border-bottom: 2px solid #cecece;
}
.imagegallery-home-layout-category .imagegallery-category-title:after {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #333;
  transition: all 0.5s;
}
.imagegallery-home-layout-category .imagegallery-category-title._open:after {
  width: 100%;
}
.imagegallery-home-layout-category .imagegallery-category-title._open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #333;
}
.imagegallery-home-layout-category .imagegallery-category-title._open a {
  color: #333;
}
.imagegallery-home-layout-category .imagegallery-category-title a {
  color: #707070;
  font-size: 21px;
}
.imagegallery-home-layout-category .imagegallery-category-title a:hover {
  color: #006bb4;
}
.imagegallery-home-layout-category .imagegallery-category-title i {
  color: #707070;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s;
}
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-thumbnail img {
  min-height: 160.83px;
}
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-meta span,
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-desc,
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-read-more {
  display: none;
}
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-meta .imagegallery-count-image-album,
.page-layout-3columns .mgz-grid-col-lg-4 .imagegallery-item-inner .imagegallery-item-meta .imagegallery-creation-time {
  display: block;
  width: 100%;
}
.imagegallery-sidebar ul {
  list-style: none;
  padding: 0;
}
.imagegallery-sidebar ul li a {
  color: #333;
}
.imagegallery-sidebar ul li a:hover {
  text-decoration: revert;
}
.imagegallery-category-topmenu {
  margin-bottom: 20px;
  position: relative;
}
.imagegallery-category-topmenu img {
  width: 100%;
  min-height: 274px;
  max-height: 300px;
  object-fit: cover;
}
.imagegallery-category-topmenu .imagegallery-category-content {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}
.imagegallery-category-topmenu .imagegallery-category-content .imagegallery-category-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.imagegallery-category-topmenu .imagegallery-category-content .imagegallery-category-description {
  line-height: 1.8;
  width: 60%;
}
.imagegallery-pagination {
  margin-top: 35px;
}
.imagegallery-pagination .toolbar-amount {
  width: 50%;
  text-align: center;
  display: block;
}
.imagegallery-pagination .pages .item a,
.imagegallery-pagination .pages .item strong {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  border: 1px solid transparent;
}
.imagegallery-pagination .pages .item a.page:hover {
  background: #e5e5e5;
  border-color: #ccc;
}
.imagegallery-pagination .pages .item.current strong {
  border: 1px solid #ccc;
}
.imagegallery-item-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.imagegallery-item-meta span {
  width: 50%;
  margin: 0 0 5px;
}
.imagegallery-item-meta span:nth-child(1) {
  margin-left: 0;
}
.imagegallery-item-meta span i {
  margin-right: 3px;
}
.imagegallery-item-inner:hover .imagegallery-item-content {
  transform: translateY(0);
  z-index: 1;
}
.imagegallery-item-inner .imagegallery-item-thumbnail img {
  display: block;
}
.imagegallery-item-inner .imagegallery-item-content h3,
.imagegallery-item-inner .imagegallery-item-content a {
  color: #fff;
}
.imagegallery-item-inner .imagegallery-item-content h3 {
  margin: 0;
}
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-title,
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-desc {
  margin-bottom: 10px;
  overflow: hidden;
}
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta span i {
  margin-right: 3px;
}
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta .imagegallery-count-image-album,
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta .imagegallery-creation-time {
  margin-bottom: 5px;
}
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta .imagegallery-cats,
.imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta .imagegallery-tags {
  margin-bottom: 5px;
}
.imagegallery-item-inner-style1 .imagegallery-item-title a:hover,
.imagegallery-item-inner-style2 .imagegallery-item-title a:hover,
.imagegallery-item-inner-style3 .imagegallery-item-title a:hover {
  text-decoration: none;
}
.imagegallery-item-inner-style1 .imagegallery-content-animation,
.imagegallery-item-inner-style2 .imagegallery-content-animation,
.imagegallery-item-inner-style3 .imagegallery-content-animation {
  background: transparent;
  transform: none;
  position: relative;
  z-index: 1;
}
.imagegallery-item-inner-style1 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-item-inner-style2 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-item-inner-style3 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-item-inner-style1 .imagegallery-content-animation .imagegallery-item-read-more,
.imagegallery-item-inner-style2 .imagegallery-content-animation .imagegallery-item-read-more,
.imagegallery-item-inner-style3 .imagegallery-content-animation .imagegallery-item-read-more {
  display: none;
}
.imagegallery-item-inner-style1:hover .imagegallery-item-thumbnail .imagegallery-item-desc {
  width: 100%;
}
.imagegallery-item-inner-style1:hover .imagegallery-item-thumbnail .imagegallery-item-desc .imagegallery-desc {
  padding: 15px 20px;
}
.imagegallery-item-inner-style1 .imagegallery-item-thumbnail {
  position: relative;
}
.imagegallery-item-inner-style1 .imagegallery-item-thumbnail .imagegallery-item-desc {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #eee;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 0;
  overflow: hidden;
  transition: width 500ms;
}
.imagegallery-item-inner-style1 .imagegallery-item-title h3 {
  margin: 0 0 10px;
  color: #333;
  font-size: 20px;
}
.imagegallery-item-inner-style1 .imagegallery-content-animation {
  padding: 10px;
}
.imagegallery-item-inner-style2 {
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  margin: 15px;
  padding: 10px;
  transition: all 0.5s ease-in-out;
}
.imagegallery-item-inner-style2:hover {
  transform: scale(1.07);
}
.imagegallery-item-inner-style2 .imagegallery-item-content {
  padding: 10px;
}
.imagegallery-item-inner-style2 .imagegallery-item-content h3 {
  margin: 0;
}
.imagegallery-item-inner-style3 {
  box-shadow: none;
  border-radius: 10px;
  padding: 15px;
}
.imagegallery-item-inner-style3:hover:after {
  clip-path: inset(0 0 0 0 round 10px);
  transition-delay: 0s;
}
.imagegallery-item-inner-style3:hover .imagegallery-item-meta span {
  transform: translateY(0);
  opacity: 1;
  transition-timing-function: cubic-bezier(0.2, 0.15, 0.1, 1), ease;
  transition-delay: 0.2s;
}
.imagegallery-item-inner-style3:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2rem;
  left: 0;
  margin: -10px;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
  -webkit-clip-path: inset(35px 10px 35px 35px round 10px);
  clip-path: inset(35px 10px 60px 35px round 10px);
  contain: strict;
  -webkit-transition: -webkit-clip-path 0.3s ease 0.1s;
  transition: -webkit-clip-path 0.3s ease 0.1s;
  transition: clip-path 0.3s ease 0.1s;
  transition: clip-path 0.3s ease 0.1s, -webkit-clip-path 0.3s ease 0.1s;
}
.imagegallery-item-inner-style3 .imagegallery-item-thumbnail a {
  display: inline-flex;
}
.imagegallery-item-inner-style3 .imagegallery-item-thumbnail a img {
  border-radius: 10px;
}
.imagegallery-item-inner-style3 .imagegallery-item-title h3 {
  margin: 0 0 3px;
}
.imagegallery-item-inner-style3 .imagegallery-content-animation {
  padding: 10px 0 0;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta {
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: nowrap;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta span {
  position: relative;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  transition-property: transform, opacity, -webkit-transform;
  font-size: 13px;
  margin-right: 5px;
  border-radius: 4px;
  padding: 0.25rem 0.5rem 0.2rem;
  color: white;
  width: auto;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta span:hover {
  background: #fff;
  color: #333;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta span:nth-child(1) {
  transition-delay: 0.2s;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta span:nth-child(2) {
  transition-delay: 0.15s;
}
.imagegallery-item-inner-style3 .imagegallery-item-meta span:nth-child(3) {
  transition-delay: 0.1s;
}
.imagegallery-item-inner-style3 .imagegallery-item-desc {
  display: none;
}
#imagegallery-album-images,
.imagegallery-body-wraper {
  margin-left: -10px;
  margin-right: -10px;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style1 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-home-layout-list .imagegallery-item-inner-style2 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-content-animation .imagegallery-item-desc,
.imagegallery-home-layout-list .imagegallery-item-inner-style1 .imagegallery-content-animation .imagegallery-item-read-more,
.imagegallery-home-layout-list .imagegallery-item-inner-style2 .imagegallery-content-animation .imagegallery-item-read-more,
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-content-animation .imagegallery-item-read-more {
  display: block;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style1 .imagegallery-item-thumbnail .imagegallery-item-desc {
  display: none;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-thumbnail a {
  display: unset;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-title h3,
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-desc,
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-read-more {
  color: #fff !important;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-meta span {
  background: #fff;
  color: #333;
  opacity: 1;
}
.imagegallery-home-layout-list .imagegallery-item-inner-style3 .imagegallery-item-desc {
  display: block;
}
.imagegallery-items:before,
.imagegallery-items:after {
  content: '';
  display: table;
}
.imagegallery-items:after {
  clear: both;
}
.imagegallery-items-layout-list .imagegallery-item-inner,
.imagegallery-items-layout-list .imagegallery-item-inner-style1,
.imagegallery-items-layout-list .imagegallery-item-inner-style2,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-thumbnail,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-thumbnail,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-thumbnail,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-thumbnail {
  width: 35%;
  height: 257px;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-thumbnail img,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-thumbnail img,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-thumbnail img,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content {
  width: 65%;
  position: relative;
  background: transparent;
  color: inherit;
  transform: none;
  padding-left: 20px;
  margin: auto;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-meta,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-meta,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-meta {
  display: block;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta span,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-meta span,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-meta span,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-meta span {
  color: #333;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-meta span:nth-child(1),
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-meta span:nth-child(1),
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-meta span:nth-child(1),
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-meta span:nth-child(1) {
  margin-left: 0;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content h3,
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content a,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content a,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content a,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content a {
  color: inherit;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-title,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-title,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-title,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-title {
  margin-bottom: 15px;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-title h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-title h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-title h3,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-title h3 {
  font-size: 24px;
  text-align: left;
}
.imagegallery-items-layout-list .imagegallery-item-inner .imagegallery-item-content .imagegallery-item-desc,
.imagegallery-items-layout-list .imagegallery-item-inner-style1 .imagegallery-item-content .imagegallery-item-desc,
.imagegallery-items-layout-list .imagegallery-item-inner-style2 .imagegallery-item-content .imagegallery-item-desc,
.imagegallery-items-layout-list .imagegallery-item-inner-style3 .imagegallery-item-content .imagegallery-item-desc {
  margin-bottom: 15px;
}
.imagegallery-items-layout-list .imagegallery-item-meta,
.imagegallery-album .imagegallery-item-meta {
  display: inherit;
  margin-bottom: 10px;
}
.imagegallery-items-layout-list .imagegallery-item-meta span,
.imagegallery-album .imagegallery-item-meta span {
  margin-right: 10px;
}
.imagegallery-items-layout-list .imagegallery-item-meta span a,
.imagegallery-album .imagegallery-item-meta span a {
  color: #333;
}
.imagegallery-album-content {
  margin-bottom: 15px;
}
.imagegallery-album-content .imagegallery-album-title {
  margin-top: 0;
  font-weight: 600;
}
.imagegallery-album-image .imagegallery-image-inner:hover figcaption h3 {
  font-size: 16px;
}
.imagegallery-album-image .imagegallery-image-inner.imagegallery-image-animation figure {
  transform: translateY(0);
  z-index: 1;
  opacity: 1;
}
.imagegallery-album-image .imagegallery-image-inner .imagegallery-content-animation {
  opacity: 0;
}
.imagegallery-album-image .imagegallery-image-inner .imagegallery-album-image-link:hover i {
  color: #fff;
}
.imagegallery-album-image .imagegallery-image-inner .imagegallery-album-image-link i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
  color: #333;
  font-size: 25px;
  padding: 10px;
  transition: all 0.3s;
}
.imagegallery-album-image .imagegallery-image-inner img {
  display: block;
  width: 100%;
}
.imagegallery-album-image .imagegallery-image-inner figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.imagegallery-banner {
  align-items: center;
  display: flex;
  height: 350px;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}
.imagegallery-banner .imagegallery-banner-image {
  height: 100%;
  position: absolute;
  z-index: 0;
  width: 100%;
}
.imagegallery-banner .imagegallery-banner-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.imagegallery-banner .imagegallery-searchform,
.imagegallery-banner .imagegallery-searchform form {
  position: relative;
}
.imagegallery-banner .imagegallery-searchform-head {
  margin-bottom: 40px;
  text-align: center;
}
.imagegallery-banner .alert-comment {
  background: #fff;
  border-radius: 3px;
  display: none;
  margin: 0;
  position: absolute;
  padding: 5px 10px;
  top: -37px;
}
.imagegallery-banner form input {
  -webkit-box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  -moz-box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  -ms-box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  box-shadow: 0 0 8px 0px rgba(135, 202, 199, 0.61);
  transition: all 0.2s ease-in-out;
  border: 0px;
  border-radius: 50px;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}
.imagegallery-banner #buttom-submit-search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 2px;
  width: fit-content;
}
.imagegallery-banner #buttom-submit-search:before {
  align-items: center;
  color: #e5e5e5;
  content: '\f002';
  display: flex;
  height: 100%;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: -2px;
}
.mgz-element-custom-block-lp_navigation_filter {
  margin-bottom: 40px;
}
.mgz-element-custom-block-lp_product_list .toolbar-products .limiter {
  display: none;
}
.lazy-blur {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: 0.3s filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.lazy-blur.lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.owl-carousel .owl-item img.lazy-loading {
  height: 0;
}
body.overlay-layer::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.lookbook-body-wraper .lookbook-profiles {
  display: inline-block;
}
.lookbook-body-wraper .lookbook-profiles:before {
  content: '';
  display: table;
}
.lookbook-body-wraper .lookbook-profiles:after {
  content: '';
  clear: both;
}
.lookbook-body-wraper .lookbook-profile-inner {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.lookbook-body-wraper .clearfix {
  clear: both;
}
.lookbook-body-wraper .profile-image a {
  display: flex;
}
.lookbook-body-wraper .profile-image a img {
  max-height: 300px;
  width: 100%;
}
.lookbook-body-wraper .profile-content .profile-title a:hover {
  text-decoration: none;
}
.lookbook-body-wraper .profile-content .profile-title h3 {
  color: #333;
  margin: 15px;
  font-weight: 500;
  line-height: 27px;
  transition: all 0.3s;
}
.lookbook-pagination {
  margin-top: 35px;
}
.lookbook-pagination .toolbar-amount {
  width: 50%;
  text-align: center;
  display: block;
}
.lookbook-pagination .pages .item a,
.lookbook-pagination .pages .item strong {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  border: 1px solid transparent;
}
.lookbook-pagination .pages .item a.page:hover {
  background: #e5e5e5;
  border-color: #ccc;
}
.lookbook-pagination .pages .item.current strong {
  border: 1px solid #ccc;
}
.lookbook-layout-masonry .lookbook-button-group {
  margin-bottom: 20px;
  text-align: center;
}
.lookbook-layout-masonry .lookbook-button-group button {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  border: none;
  margin-right: 10px;
  margin-bottom: 14px;
  font-weight: 500;
}
.lookbook-layout-masonry .lookbook-button-group button:hover,
.lookbook-layout-masonry .lookbook-button-group button.active {
  background: #6e716e;
  color: #fff;
}
.lookbook-layout-masonry .lookbook-body-wraper .lookbook-profiles {
  display: block;
}
.lookbook-profile-content {
  display: flex;
  position: relative;
}
.lookbook-profile-content .overlay.active {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 0.3s;
}
.lookbook-profile-image {
  display: inline-flex;
  position: relative;
}
.lookbook-profile-image img {
  display: flex;
}
.lookbook-profile-marker {
  position: absolute;
}
.lookbook-profile-marker:hover .lookbook-profile-marker-title {
  transform: translateX(-50%) scale(1);
}
.lookbook-profile-marker.active {
  z-index: 6;
}
.lookbook-profile-marker.lookbook-product-show {
  z-index: 5;
}
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-marker-title {
  transform: translateX(-50%) scale(0);
}
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-top,
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-bottom {
  transform: translateX(-50%) scale(1);
}
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-left,
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-right {
  transform: translateY(-50%) scale(1);
}
.lookbook-profile-marker > span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
}
.lookbook-profile-marker-title {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  position: absolute;
  white-space: nowrap;
  background: #fff;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  top: calc(-100% - 10px);
  padding: 10px 15px;
  transition: transform .4s;
  color: #333;
  line-height: 25px;
  top: -50px;
}
.lookbook-profile-marker-title:before {
  position: absolute;
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -12px;
  left: calc(50% - 6px);
}
.lookbook-profile-marker-title h3 {
  margin: 0;
  font-size: 15px;
}
.lookbook-profile-product {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  min-width: 238px;
  padding: 5px 7px !important;
  font-size: 14px;
  transition: transform .4s;
  line-height: 25px;
  z-index: 5;
  cursor: default;
  text-align: center;
}
.lookbook-profile-product.lookbook-profile-product-popup-top {
  left: 50%;
  transform: translateX(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-top:before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-product-popup-bottom {
  left: 50%;
  transform: translateX(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-bottom:before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-product-popup-left {
  top: 50%;
  transform: translateY(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-left:before {
  content: "";
  position: absolute;
  right: -20px;
  top: calc(50% - 10px);
  border: 10px solid transparent;
  border-left: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-product-popup-right {
  top: 50%;
  transform: translateY(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-right:before {
  content: "";
  position: absolute;
  left: -20px;
  top: calc(50% - 10px);
  border: 10px solid transparent;
  border-right: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-not-product .lookbook-profile-marker-desc {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.lookbook-profile-product img {
  display: flex;
}
.lookbook-profile-product h3 {
  margin: 10px 0 0;
}
.lookbook-profile-product .price-box {
  margin-bottom: 10px;
}
.lookbook-profile-product .price-box span {
  background-image: none;
}
.lookbook-profile-product .lookbook-btn-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
  padding-top: 5px;
  border-top: 1px solid #f2f2f2;
}
.lookbook-profile-product .lookbook-btn-product form,
.lookbook-profile-product .lookbook-btn-product a {
  width: 50%;
}
.lookbook-profile-product .lookbook-btn-product form button {
  background: transparent;
  border: transparent;
  padding: 0;
}
.lookbook-profile-product .lookbook-btn-product form button:hover {
  background: transparent;
  border: transparent;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail:hover {
  text-decoration: none;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart,
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart:hover,
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail:hover {
  color: #006bb4;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart:focus {
  background: transparent;
  border: none;
}
.lookbook-profile-product .lookbook-profile-marker-desc {
  border-top: 1px solid #cacaca;
  margin-top: 10px;
  padding-top: 7px;
}
.lookbook-profile-product .lookbook-profile-marker-desc p {
  margin: 0;
}
.lookbook-profile .magezon-builder {
  position: unset;
}
.lookbook-profile .mgz-element-inner {
  padding-left: 0;
}
.lookbook-marker .lookbook-loading {
  position: absolute;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  display: none;
}
.lookbook-marker .lookbook-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-left: -34px;
  margin-top: -34px;
}
.lookbook-marker-type2 {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 20px;
}
.lookbook-marker-type2 .lookbook-profile {
  padding: 10px;
  border-radius: 3px;
  box-shadow: 2px 2px 8px 0 #00000033;
}
.lookbook-marker-type2 .lookbook-profile-content {
  float: left;
  max-width: 70%;
}
.lookbook-marker-type2 .lookbook-profile-products {
  overflow: scroll;
  overflow-x: hidden;
  height: 371px;
  float: left;
  width: calc(30% - 20px);
  padding: 10px 0 0 10px;
  margin-left: 10px;
  position: relative;
  background: #f0f0f0;
}
.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #c1c1c1;
}
.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar {
  width: 7px;
  background-color: #c1c1c1;
}
.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 5px 0 15px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  left: -3px;
  bottom: 0;
  transition: all .3s;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:hover:after,
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.active:after {
  transition: all 1.9s;
  width: 101%;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:hover .lookbook-profile-title h3,
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.active .lookbook-profile-title h3 {
  transition: all .3s;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.lookbook-product-show {
  background: #d0d0d0;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image {
  flex: 1 1 33.333333%;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-container {
  border: 1px solid #d0d0d0;
  width: 78px !important;
  height: 78px !important;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-photo {
  margin: 0;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content {
  flex: 2 1 66.666666%;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-title:hover {
  text-decoration: none;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-title h3 {
  margin-top: 0;
  color: #333;
  font-weight: 100;
  transition: all .3s;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-product-desc {
  margin-bottom: 1rem;
}
.lookbook-marker-type2 .lookbook-profile-products textarea {
  display: none;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-btn-quick-view {
  color: #333;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-btn-quick-view:hover {
  text-decoration: none;
}
.lookbook-profile-view.page-layout-3columns .lookbook-profile-title {
  margin-top: 0;
}
.lookbook-profile-view.page-layout-3columns .lookbook-marker-type2 .lookbook-profile-content {
  max-width: 100%;
}
.lookbook-profile-view.page-layout-3columns .lookbook-marker-type2 .lookbook-profile-products {
  width: 100%;
  margin: 15px 0 0;
}
.add-all-to-cart {
  bottom: 0;
  position: sticky;
  float: right;
  left: 0;
  right: 10px;
  width: 100%;
  background: #f0f0f0;
  border-top: 1px solid #d0d0d0;
  padding: 10px 0 10px 0;
  text-align: right;
  z-index: 7;
}
.add-all-to-cart button {
  margin-right: 10px;
}
.lookbook-animation span {
  position: relative;
}
.lookbook-animation span:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  animation: 1.5s linear 0s infinite normal lookbook-pulse;
}
#lookbook-popup {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: auto;
  max-width: 50%;
  padding: 20px;
  min-height: 250px;
}
#lookbook-popup.lookbook-popup-loading .lookbook-popup-loader {
  display: flex !important;
}
#lookbook-popup .bundle-options-container .product-add-form {
  display: block;
}
#lookbook-popup .lookbook-popup-loader {
  display: none;
  align-items: center;
  height: 260px;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  left: 0;
}
#lookbook-popup .lookbook-popup-loader .lookbook-popup-loader-bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: auto;
  max-width: 300px;
  width: 100%;
  height: 20px;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}
#lookbook-popup .lookbook-popup-loader .lookbook-popup-loader-bar:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 75%, transparent 0, transparent);
  background-size: 50px 50px;
  content: "";
  animation: qoloader 2s linear infinite;
}
#lookbook-popup .ajaxcart-content {
  display: flex;
  width: 100%;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left {
  float: left;
  width: 260px;
  flex: 0 0 auto;
  margin-right: 20px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_image {
  text-align: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_image .product.media {
  width: 100% !important;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_review {
  text-align: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_review .product-reviews-summary {
  margin-bottom: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right {
  flex: 1 1 auto;
  align-self: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info {
  text-align: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info .ajaxcart-cart-subtotal {
  font-size: 18px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info .ajaxcart-cart-subtotal .price {
  display: block;
  width: 100%;
  font-size: 28px;
  margin-top: 8px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .box-tocart .action.tocart {
  margin-top: 20px;
  width: 100%;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-price .price-box {
  width: auto;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-price .price-box .price-container .price {
  font-size: 24px;
  line-height: 24px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-product_title {
  margin-top: 0;
  font-size: 3rem;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main {
  width: 100%;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-add-form {
  padding-top: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-options-bottom .box-tocart {
  margin-bottom: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price {
  border-bottom-color: #f2f2f2;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .field.qty {
  margin-bottom: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main div:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price .price-box .old-price .price-container .price-label {
  display: none;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price .price-box .old-price .price-container .price {
  text-decoration: line-through;
}
#lookbook-popup .ajaxcart-bottom {
  display: flex;
}
#lookbook-popup .bundle-options-container {
  width: 100%;
  margin: 0;
}
#lookbook-popup .bundle-options-container .product-add-form {
  display: block;
}
#lookbook-popup .bundle-options-container .bundle-options-wrapper {
  float: left;
  width: 57%;
}
#lookbook-popup .bundle-options-container .block-bundle-summary {
  float: right;
  margin-top: 66px;
  padding: 10px 20px;
  position: relative;
  width: 40%;
}
#lookbook-popup .ajaxcart-footer {
  display: flex;
  margin-top: 30px;
}
#lookbook-popup .ajaxcart-footer .action-cancel {
  width: 50%;
  flex: 0 0 auto;
  margin-right: 20px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#lookbook-popup .ajaxcart-footer .action {
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 50%;
  font-size: 18px;
  text-align: center;
}
#lookbook-popup .ajaxcart-footer .action.action-select {
  flex: 1 1 auto;
  align-self: center;
}
#lookbook-popup .mgz-product-simple .ajaxcart-footer {
  justify-content: flex-end;
}
#lookbook-popup .mgz-product-simple .ajaxcart-footer button {
  display: none;
}
#lookbook-popup .lookbook-action-select.loading-action-select {
  background-image: url(../Magezon_LookBook/images/loader-1.gif);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}
.lookbook-profile .lookbook-profile-url {
  background: #f0f0f0;
  padding: 10px;
}
.lookbook-profile .lookbook-profile-url a {
  color: #333;
  font-size: 16px;
}
.lookbook-profile .lookbook-profile-url a:hover {
  text-decoration: none;
}
.lookbook-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.lookbook-carousel.owl-carousel .owl-item {
  opacity: 0;
}
.lookbook-carousel.owl-carousel .owl-item.active {
  opacity: 1;
  transition: opacity 0.51s ease-in;
}
.lookbook-carousel.owl-carousel .add-all-to-cart {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.lookbook-carousel.owl-carousel .owl-nav button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  position: absolute;
  top: 50%;
}
.lookbook-carousel.owl-carousel .owl-nav button i {
  font-size: 18px;
  line-height: 40px;
}
.lookbook-carousel.owl-carousel .owl-nav .owl-prev {
  left: 5px;
}
.lookbook-carousel.owl-carousel .owl-nav .owl-next {
  right: 5px;
}
.lookbook-profile-carousel .profile-item {
  margin: 1px;
}
.lookbook-profile-carousel .profile-item-inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-thumbnail img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title {
  padding: 15px;
  position: relative;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title a {
  color: #333;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title a:hover {
  text-decoration: none;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title h3 {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  padding-right: 35px;
  text-align: left;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title .btn-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title .btn-link img {
  max-width: 16px;
}
.lookbook-profile-carousel .profile-item-inner .lookbook-not-btn .profile-item-title h3 {
  padding: 0;
  text-align: left;
}
.lookbook-profile-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0 !important;
}
.lookbook-profile-carousel .owl-nav button:hover {
  background: transparent !important;
}
.lookbook-profile-carousel .owl-nav button:hover i {
  color: #ececec;
}
.lookbook-profile-carousel .owl-nav button i {
  font-size: 26px;
  color: #6e716e;
}
.lookbook-profile-carousel .owl-nav .owl-prev {
  left: -40px;
}
.lookbook-profile-carousel .owl-nav .owl-next {
  right: -40px;
}
.lookbook-sidebar ul {
  list-style: none;
  padding: 0;
}
.lookbook-sidebar ul li a {
  color: #333;
}
.lookbook-sidebar ul li a:hover {
  text-decoration: revert;
}
.lookbook-widget .lookbook-title a {
  color: #333;
  font-weight: 400;
}
@media only screen and (max-width: 544px) {
  .lookbook-marker-type2 {
    display: block;
  }
  .lookbook-marker-type2 .lookbook-profile-content {
    max-width: 100%;
    float: none;
  }
  .lookbook-marker-type2 .lookbook-profile-products {
    width: 100%;
    margin: 15px 0;
    float: none;
  }
  .lookbook-profile-product {
    min-width: 88px;
    width: 88px;
    padding: 5px;
  }
  .lookbook-profile-product.lookbook-profile-product-popup-bottom {
    top: 25px;
  }
  .lookbook-profile-product img {
    display: block;
  }
  .lookbook-profile-product h3 {
    margin: 10px 0 5px;
    font-size: 1.6rem;
  }
  .lookbook-profile-product .lookbook-btn-product {
    display: block;
  }
  .lookbook-profile-product .lookbook-btn-product form,
  .lookbook-profile-product .lookbook-btn-product a {
    width: 100%;
  }
  #lookbook-popup {
    max-width: 80%;
    padding: 15px;
  }
  #lookbook-popup .ajaxcart-content {
    display: block;
  }
  #lookbook-popup .ajaxcart-content .ajaxcart-content_left {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.mgz-button-modal .mfp-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin: 60px auto 30px;
  background: #fff;
  overflow-x: scroll;
  max-width: 900px;
  max-height: calc(100% - 90px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.mgz-button-modal .mgz-button-modal-title {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 400;
}
.mgz-button-modal .mgz-button-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.mgz-button-modal .mgz-button-modal-content {
  position: relative;
  padding: 10px;
}
.mgz-button-modal .mgz-button-modal-content > .mgz-hidden {
  display: block;
}
.mgz-button-modal .mgz-button-modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.mgz-button-modal.mgz-button-modal-content .mgz-button-modal-content {
  padding: 20px;
}
.mgz-button-modal .mgz-btn-close {
  color: #FFF;
  background: #007dbd;
}
.mgz-button-modal .mgz-btn-close:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.mfp-content .mgz-button-modal-inner {
  display: block;
}
body:not(.mgzpdf-hide-invoice) .order-details-items.invoice .print + .mgzprint-order-print {
  margin-left: 10px;
}
body:not(.mgzpdf-hide-shipment) .order-details-items.shipment .print + .mgzprint-order-print {
  margin-left: 10px;
}
body:not(.mgzpdf-hide-creditmemo) .order-details-items.creditmemo .print + .mgzprint-order-print {
  margin-left: 10px;
}
.mgzpdf-hide-order .actions-toolbar .action.print {
  display: none;
}
.mgzpdf-hide-invoice .order-details-items .action.print,
.mgzpdf-hide-shipment .order-details-items .action.print,
.mgzpdf-hide-creditmemo .order-details-items .action.print {
  display: none;
}
.popupbuilder-popup {
  display: none;
}
.popupbuilder-prevent-scroll {
  overflow: hidden;
}
.mgz-flex.mgz-flex-position-top-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-center-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-left .popupbuilder-widget-content {
  left: 0;
}
.mgz-flex.mgz-flex-position-top-right .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-center-right .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-right .popupbuilder-widget-content {
  right: 0;
}
.mgz-flex.mgz-flex-position-top-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-top-center .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-top-right .popupbuilder-widget-content {
  top: 0;
}
.mgz-flex.mgz-flex-position-bottom-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-center .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-right .popupbuilder-widget-content {
  bottom: 0;
}
.popupbuilder-popup-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.popupbuilder-popup-modal .popupbuilder-buttons-wrapper,
.popupbuilder-popup-modal .popupbuilder-header {
  display: none;
}
.popupbuilder-popup-modal .popupbuilder-message {
  width: 100%;
  max-width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-widget-content {
  background-color: #fff;
  position: absolute;
  pointer-events: all;
  width: 700px;
}
.popupbuilder-popup-modal .popupbuilder-poup-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  max-width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.popupbuilder-popup-modal .popupbuilder-poup-content-inner > .magezon-builder {
  width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-popup {
  display: block;
  width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-popup-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  z-index: 1200;
  cursor: pointer;
  pointer-events: all;
}
.mgz-productpagebuilder .mgz-element-inner .ppbd-product-gallery > .product.media,
.mgz-productpagebuilder .mgz-element-inner .ppbd-product-info > .product-info-main {
  width: 100%;
}
.mgz-productpagebuilder.page-product-downloadable .product-add-form {
  margin: 0;
}
.mgz-productpagebuilder .product-info-main {
  width: 100% !important;
}
.mgz-productpagebuilder .ppbd-product-name {
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-price > .prices-tier.items {
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-price .product-info-stock-sku {
  display: none;
}
.mgz-productpagebuilder .ppbd-product-sku .product.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.mgz-productpagebuilder .ppbd-product-sku .product.sku .type:after {
  content: '#:';
}
.mgz-productpagebuilder .ppbd-product-sku .product.sku .value {
  display: inline-block;
}
.mgz-productpagebuilder .ppbd-product-sku .stock.available {
  display: none;
}
.mgz-productpagebuilder .ppbd-product-sku .product-info-stock-sku {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-stock .stock {
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-stock .stock.available,
.mgz-productpagebuilder .ppbd-product-stock .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.mgz-productpagebuilder .ppbd-social-links > .product-social-links {
  margin: 0;
}
.mgz-productpagebuilder .mgz-tabs-tab-title .counter:before {
  content: '(';
}
.mgz-productpagebuilder .mgz-tabs-tab-title .counter:after {
  content: ')';
}
.mgz-productpagebuilder .mgz-element.product-info-main {
  float: none;
  width: 100% !important;
}
.mgz-productpagebuilder .mgz-element-inner .swatch-option {
  box-sizing: unset;
}
.mgz-productpagebuilder .ppbd-product-addtocart .box-tocart {
  margin-bottom: 0;
}
.mgz-productpagebuilder .ppbd-product-addtocart .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
.mgz-productpagebuilder .ppbd-sharing .ppbd-fb-like,
.mgz-productpagebuilder .ppbd-sharing .ppbd-fb-share,
.mgz-productpagebuilder .ppbd-sharing .ppbd-twitter-share,
.mgz-productpagebuilder .ppbd-sharing .ppbd-pinterest,
.mgz-productpagebuilder .ppbd-sharing .ppbd-googleplus {
  float: left;
  margin-right: 5px;
}
.mgz-productpagebuilder .ppbd-sharing > div:last-child {
  margin-right: 0;
}
.page-product-bundle .product-pdflink-download {
  margin-top: -15px;
  margin-bottom: 30px;
}
.product-addto-links + .product-pdflink-download {
  margin-top: 15px;
}
.bfb-element-datepicker {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.bfb-element-datepicker .ui-datepicker-buttonpane button,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 1px;
  box-sizing: border-box;
  color: #007dbd;
  float: left;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 49%;
  font-weight: 500;
  box-shadow: none;
}
.bfb-element-datepicker .ui-datepicker-buttonpane button:hover,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add:hover {
  background: #007dbd;
  border-color: #007dbd;
  color: #FFF;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr {
  background: transparent;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr th {
  background: transparent;
  border: 0;
  padding: 0;
}
.bfb-element-datepicker table.ui-datepicker-calendar span,
.bfb-element-datepicker table.ui-datepicker-calendar a {
  box-sizing: border-box;
  color: #514943;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  width: 38px;
  padding: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  float: right;
}
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-year,
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin: 0;
}
.bfb-element-datepicker .ui-datepicker-title > select:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-title > .ui-datepicker-year:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-calendar {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #f5f5f5;
}
.bfb-element-datepicker .ui-slider .ui-slider-handle {
  cursor: pointer;
}
.bfb-animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bfb-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.bfb-spinner {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
}
.bfb-spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.bfb-spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.bfb-spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.bfb-spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bfb-spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.bfb-spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bfb-spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bfb-spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
.bfb-spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #ffffff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: 0.5em;
  position: absolute;
  width: 1em;
}
.ie9 .bfb-spinner {
  background: url('../../../../../frontend/Mgs/claue/es_ES/Webkul_MpMassUpload/images/ajax-loader.gif') no-repeat center;
}
.ie9 .bfb-spinner > span {
  display: none;
}
.bfb-popup-overlay {
  display: none;
}
.bfb-popup-show .bfb-popup-overlay {
  z-index: 998;
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.bfb-popup:before,
.bfb-popup:after {
  content: '';
  display: table;
  clear: both;
}
.bfb-popup .bfb-popup-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 20px;
  cursor: pointer;
  opacity: .5;
  z-index: 4;
  background: url('../BlueFormBuilder_Core/images/close-icon.png') center center no-repeat;
  background-size: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.bfb-popup .bfb-popup-close:hover {
  opacity: 1;
  background-size: 22px;
}
.bfb-popup .block.bfb {
  box-shadow: none;
}
.bfb-popup-slidein .bfb-popup {
  opacity: 0;
}
.bfb-popup-slidein.bfb-popup-align-bottom-right .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left .bfb-popup {
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
}
.bfb-popup-slidein.bfb-popup-align-bottom-right.popup-show .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-slidein.popup-show .bfb-popup {
  opacity: 1;
}
.bfb-popup-container {
  position: fixed;
  box-shadow: none;
  z-index: 999;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.bfb-popup-container.bfb-popup-align-inline {
  position: static;
}
.bfb-popup-container .bfb-popup {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: fixed;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container .block.bfb {
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bfb-popup-container .bfb-popup-link {
  cursor: pointer;
  padding: 6px 15px 12px 15px;
  letter-spacing: .5px;
  display: inline-block;
  position: relative;
  transition: transform .3s;
  -webkit-transition: -webkit-transform 0.3s;
  background: #007dbd;
  color: #FFF;
}
.bfb-popup-container .bfb-popup-link:hover {
  text-decoration: none;
}
.bfb-popup-container.bfb-popup-align-left {
  left: 0;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(-200%, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-200%, 0, 0) rotate(90deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link {
  transform: translate3d(-4px, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-4px, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup {
  left: -1px;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-right {
  right: 0;
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link {
  transform: translate3d(4px, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(200%, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup {
  right: -1px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left,
.bfb-popup-container.bfb-popup-align-right {
  top: 50%;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  top: -40px;
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup,
.bfb-popup-container.bfb-popup-align-right.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-left {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-right {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right,
.bfb-popup-container.bfb-popup-align-bottom-left {
  bottom: 0;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(0, 6px, 0);
  -webkit-transform: translate3d(0, 6px, 0);
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-magnific .bfb-popup {
  position: relative;
  border-radius: 3px;
}
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  transition: transform 0.35s ease-out, opacity 0.2s linear;
  -moz-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.2s linear;
  -ms-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -o-transition: transform 0.35s ease-out, opacity 0.2s linear;
}
.bfb-popup-animate-left.mfp-bg,
.bfb-popup-animate-right.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup-animate-left.mfp-ready .mfp-with-anim,
.bfb-popup-animate-right.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.bfb-popup-animate-left.mfp-ready.mfp-bg,
.bfb-popup-animate-right.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.bfb-popup-animate-left.mfp-removing.mfp-bg,
.bfb-popup-animate-right.mfp-removing.mfp-bg {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -moz-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -o-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -ms-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
}
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -moz-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -o-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -ms-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
}
.bfb-popup-align-inline .bfb-popup-link {
  padding: 5px 12px;
}
.bfbAnimation {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
}
.bfb-element .bfb-element-control-inner {
  position: relative;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .iti {
  width: 100%;
}
.bfb-element .intl-tel-input,
.bfb-element .admin__control-text {
  width: 100%;
}
.bfb-element .g-recaptcha {
  display: inline-block;
}
.bfb-element .bfb-element-input-limit {
  text-align: right;
}
.bfb-element .bfb-element-label {
  position: relative;
}
.bfb-element.required .bfb-element-label label {
  padding-right: 15px;
}
.bfb-element.required .bfb-element-label label > span:after {
  color: #e22626;
  content: '*';
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  margin-left: 5px;
}
.bfb-element.bfb-element-hidden {
  display: none;
}
.bfb-element.bfb-element-label-hidden .bfb-element-label {
  display: none;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content {
  left: -18px;
  right: auto;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:before {
  left: 15px;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:after {
  left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content {
  left: auto;
  right: -18px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:before {
  right: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:after {
  right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  text-align: center;
}
.bfb-element.bfb-element-label-right .bfb-element-label {
  width: 25%;
  float: right;
  padding-left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-right .bfb-element-control-inner {
  float: right;
  width: 100%;
}
.bfb-element.bfb-element-icon-left .bfb-control {
  padding-left: 30px;
}
.bfb-element.bfb-element-icon-left .bfb-element-icon {
  left: 0;
}
.bfb-element.bfb-element-icon-right .bfb-control {
  padding-right: 30px;
}
.bfb-element.bfb-element-icon-right .bfb-element-icon {
  right: 0;
}
.bfb-element.bfb-element-label-align-left .bfb-element-label {
  text-align: left;
}
.bfb-element.bfb-element-label-align-right .bfb-element-label {
  text-align: right;
}
.bfb-element.mgz-element-bfb_textarea .admin__control-textarea {
  height: auto;
}
.bfb-element.mgz-element-bfb_date .ui-datepicker-trigger {
  display: none;
}
.bfb-element.mgz-element-bfb_date .bfb-element-icon {
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control select {
  width: auto;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control span {
  margin: 0 5px;
}
.bfb-element.mgz-element-bfb_address .addressfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.bfb-element.mgz-element-bfb_address .subfield {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 20px;
}
.bfb-element.mgz-element-bfb_address .subfield select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_starratings .bfb-element-stars {
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote {
  height: 32px;
  width: auto;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  color: #c7c7c7;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:hover + label:before,
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:before {
  color: #ff5501;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-control-inner {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert {
  padding: 30px 0;
  text-align: center;
  border: 2px dashed #848484;
  background: #FAFAFA;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert:hover i {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 28px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i.bfb-element-icon {
  position: static;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert h3 {
  font-weight: 500;
  margin: 10px 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-spinner {
  background-image: url(../BlueFormBuilder_Core/images/loader.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  display: none;
  height: 20px;
  margin-left: 1rem;
  vertical-align: top;
  width: 20px;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .file-uploader-spinner {
  display: inline-block;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .bfb-element-icon {
  display: none;
}
.bfb-element.mgz-element-bfb_file input[data-role='values'] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  height: 0;
  border: 0;
  outline: none;
  z-index: -1;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px 7px 15px;
  background: #e3e3e3;
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button:hover {
  background: #ebebeb;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row {
  float: left;
  width: 100%;
  color: #007dbd;
  cursor: pointer;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row:last-child {
  margin-bottom: 0;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #e22626;
  margin-top: 5px;
  margin-left: 4px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-row-inner {
  -webkit-border-radius: 0.33333rem;
  -moz-border-radius: 0.33333rem;
  border-radius: 0.33333rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f8f8f8;
  border: .09167rem solid #dadada;
  color: #999;
  padding: 8px;
  line-height: 14px;
  position: relative;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info img {
  height: 25px;
  float: left;
  margin-right: 10px;
  width: auto;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .bfb-file-info-name {
  float: left;
  padding-top: 5px;
  color: #333;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .fa.fa-file {
  float: left;
  font-size: 25px;
  margin-right: 10px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-meta {
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #007dbd;
  color: #ffffff;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:hover,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:hover {
  background: #0077b3;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:before {
  content: '-';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  left: auto;
  right: 0;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:before {
  content: '+';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number input {
  padding-left: 38px;
  padding-right: 38px;
}
.bfb-element.mgz-element-bfb_select select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select {
  height: auto;
  max-width: 100%;
  min-width: 15rem;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select option,
.bfb-element.mgz-element-bfb_multiselect select optgroup {
  padding: .5rem 1rem;
}
.bfb-element.mgz-element-bfb_choicematrix table {
  width: 100%;
}
.bfb-element.mgz-element-bfb_choicematrix tbody label span {
  display: none;
}
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > td {
  padding: 11px 10px;
  position: relative;
}
.bfb-element.mgz-element-bfb_recaptcha .captcha-logo,
.bfb-element.mgz-element-bfb_magento2_captcha .captcha-logo {
  max-height: 80px;
}
.bfb-element .bfb-element-label > label {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 32px;
  font-weight: 600;
  cursor: pointer;
}
.bfb-element .bfb-element-icon {
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 32px;
  width: 32px;
  font-size: 16px;
  color: #333;
}
.bfb-element .bfb-element-description {
  margin-top: 5px;
  float: left;
  width: 100%;
}
.bfb-element .bfb-element-description p:first-child {
  margin-top: 0;
}
.bfb-element .bfb-element-tooltip {
  position: absolute;
  width: 18px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-action {
  position: relative;
  z-index: 5;
  text-align: center;
  line-height: 32px;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  cursor: text;
  bottom: 3.2rem;
  background: #FFF;
  border: 1px solid #d9d9d9;
  position: absolute;
  width: 32rem;
  z-index: 1;
  display: none;
  right: -2.3rem;
  padding: 17px 20px 20px;
  border-top: 3px solid #0077b3;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border: 1.6rem solid transparent;
  height: 0;
  width: 0;
  border-top-color: #d9d9d9;
  content: '';
  display: block;
  position: absolute;
  right: 2rem;
  top: 100%;
  z-index: 2;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before {
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border-top-color: #FFF;
  margin-top: -1px;
  z-index: 3;
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip:hover .bfb-element-tooltip-content {
  display: block;
}
.bfb-element .bfb-autocomplete-wrapper {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: absolute;
  z-index: 20;
  background: #FFF;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete {
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  float: left;
  max-height: 500px;
  overflow: scroll;
  border: 0;
  margin: 0;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li {
  margin: 0;
  padding: 8px 10px 8px 15px;
  display: block;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li:hover {
  text-decoration: none;
  background: #F0F0F0;
}
.bfb-element .bfb-choices-item {
  margin-bottom: 15px;
  padding-right: 20px;
  margin-top: 0;
}
.bfb-element .bfb-choices-item label {
  display: inline-block;
}
.bfb-element .bfb-choices-item .bfb-choices-image {
  margin-bottom: 8px;
  position: relative;
}
.bfb-element .bfb-choices-item > label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.bfb-element .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label {
  background-color: #fff;
  padding: 15px;
  border: 1px solid transparent;
  background-color: #FFF;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected .bfb-choices-image:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "\e5ca";
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background: #72b239;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected > label {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label:hover {
  border-color: #666;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item.option-selected > label {
  border-color: #666;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading {
  background-color: #007dbd;
  color: #FFF;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading .title {
  margin: 0;
  font-weight: 500;
}
.bfb-element.mgz-element-bfb_starratings ul {
  list-style: none;
}
.bfb-element.mgz-element-bfb_starratings ul li {
  display: inline-block;
  font-size: 34px;
  margin-right: 6px;
}
.bfb-pages {
  position: relative;
  z-index: 1;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav {
  padding: 0 15px;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #069;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-pages > .mgz-tabs-nav {
  margin: 0;
  list-style: none;
  background: #007dbd;
  float: none;
  overflow: hidden;
  width: auto;
  position: relative;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page-number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
  color: #666;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page {
  margin: 0 25px 0 0;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-number {
  display: block;
  text-indent: -9999px;
  height: 6px;
  background-color: #ddd;
  margin: 0 0 16px 0;
  position: relative;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: transparent transparent transparent transparent;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page {
  text-align: center;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-triangle {
  border-top-color: #72b239;
}
.bfb-pages.bfb-pages-indicator-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content {
  padding: 20px;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav {
  display: block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title {
  display: inline-block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  padding: 18px 20px;
  color: #333;
  font-size: 1.5rem;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a {
  color: #FFF;
  background: transparent;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a {
  background: #FFF;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #FFF;
  border: 0;
}
.bfb-pages.bfb-pages-indicator-progress > .bfb-page-indicator {
  font-size: 1.8rem;
}
.bfb-pages.bfb-pages-indicator-cirles > .bfb-page-indicator,
.bfb-pages.bfb-pages-indicator-connector > .bfb-page-indicator {
  font-size: 1.6rem;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages .bfb-page-indicator {
  margin-bottom: 20px;
  display: none;
}
.bfb-pages .bfb-page-indicator .bfb-page-indicator-page {
  float: left;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 100%;
  background-color: #ddd;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin: 5px 0 0;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap .bfb-page-indicator-page-progress {
  background-color: #72b239;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.bfb-pages .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
  color: #FFF;
}
.bfb-pages.bfb-pages-nav-left .bfb-nav-buttons {
  text-align: left;
}
.bfb-pages.bfb-pages-nav-right .bfb-nav-buttons {
  text-align: right;
}
.bfb-pages.bfb-pages-nav-center .bfb-nav-buttons {
  text-align: center;
}
.bfb-pages.bfb-pages-nav-split .action.action-prev {
  float: left;
}
.bfb-pages.bfb-pages-nav-split .action.action-next {
  float: right;
}
.bfb-pages .bfb-nav-buttons {
  padding: 15px 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action {
  box-shadow: none;
  font-weight: normal;
  display: inline-block;
  border: 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action:last-child {
  margin-left: 5px;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #575757;
  border-color: #575757;
  color: #FFF;
  width: auto;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next:hover {
  background: #333;
}
.bfb-form-success {
  max-width: 1240px;
}
.bfb-form-success.bfb-form-success-style1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 auto;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title {
  background-color: #007dbd;
  font-weight: 500;
  padding: 15px 20px;
  color: #FFF;
  position: relative;
  margin: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #006699;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-footer {
  background: #f5f5f5;
  padding: 15px 0;
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 {
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 .bfb-form-success-content {
  font-size: 1.25em;
}
.bfb-form-success .bfb-form-success-content {
  padding: 30px 20px;
}
.bfb-form-success svg {
  width: 100px;
  display: block;
  margin: 20px auto 0;
}
.bfb-form-success .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.bfb-form-success .path.circle {
  -webkit-animation: bfbdash 0.9s ease-in-out;
  animation: bfbdash 0.9s ease-in-out;
}
.bfb-form-success .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: bfbdash 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash 0.9s 0.35s ease-in-out forwards;
}
.bfb-form-success .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
mark.im-caret {
  animation: 1s blink step-end infinite !important;
}
mark.im-caret-select {
  background-color: rgba(0, 0, 0, 0.25);
}
@keyframes blink {
  from,
  to {
    border-right-color: black;
  }
  50% {
    border-right-color: transparent;
  }
}
span.im-static {
  color: grey;
}
div.im-colormask {
  display: inline-block;
  border-style: inset;
  border-width: 2px;
  appearance: textfield;
  cursor: text;
}
div.im-colormask > input,
div.im-colormask > input:-webkit-autofill {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  appearance: caret;
  border-style: none;
  left: 0;
  /*calculated*/
}
div.im-colormask > input:focus {
  outline: none;
}
div.im-colormask > input::selection {
  background: none;
}
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > input:-webkit-autofill ~ div {
  background-color: #faffbd;
}
div.im-colormask > div {
  color: black;
  display: inline-block;
  width: 100px;
  /*calculated*/
}
[im-insert="false"] {
  caret-color: red;
  caret-shape: block;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bfb-box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-state-hidden {
  display: none;
}
.bfb-state-shown {
  display: block;
}
.bfb-form-js {
  display: none;
}
.bfb-others {
  display: none;
  margin-top: 5px;
}
.bfb-column {
  float: left;
  width: 100%;
}
.bfb-columnauto > div {
  width: auto;
  display: inline-block;
}
.bfb-column1 > div {
  width: 100%;
}
.bfb-column2 > div {
  width: 50%;
  float: left;
}
.bfb-column2 > div:nth-child(2n+1) {
  clear: left;
}
.bfb-column3 > div {
  width: 33.333%;
  float: left;
}
.bfb-column3 > div:nth-child(3n+1) {
  clear: left;
}
.bfb-column4 > div {
  width: 25%;
  float: left;
}
.bfb-column4 > div:nth-child(4n+1) {
  clear: left;
}
.bfb-column5 > div {
  width: 20%;
  float: left;
}
.bfb-column5 > div:nth-child(5n+1) {
  clear: left;
}
.bfb-column6 > div {
  width: 16.666%;
  float: left;
}
.bfb-column6 > div:nth-child(6n+1) {
  clear: left;
}
.bfb-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
  display: none;
}
.block.bfb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.block.bfb.bfb-loading .bfb-loading-mask {
  display: block;
}
.bfb-submission-confirmed .bfb-submission-title {
  font-weight: 500;
}
.bfb-submission-confirmed .bfb-submission-summary {
  margin-bottom: 40px;
}
.bfb-submission-confirmed table {
  border: 1px solid #d6d6d6;
}
.bfb-submission-confirmed table tr:nth-child(odd) td {
  background: #f2f2f2;
}
.bfb-submission-confirmed table tr td {
  padding: 1.2rem 1.2rem;
}
.bfb-submission-confirmed table tr td:first-child {
  width: 20%;
}
.bfb-submission-confirmed table tr td:last-child {
  border-left: 1px dashed #d6d6d6;
}
.bfb-widget .bfb {
  margin: 0;
}
.iti--allow-dropdown {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.affiliate__positive {
  color: #00aa00;
}
.affiliate__negative {
  color: #ff0000;
}
.affiliate__balance {
  margin-bottom: 2rem;
}
.affiliate__balance:before,
.affiliate__balance:after {
  content: '';
  display: table;
}
.affiliate__balance:after {
  clear: both;
}
.affiliate__balance > div {
  background: #f5f5f5;
  padding: 1rem;
  float: left;
  margin-right: 1rem;
}
.affiliate__widget-programs {
  background: #f5f5f5;
}
.affiliate__widget_group {
  background-color: #ffd1bd;
}
.affiliate__widget_program-name {
  font-size: 2rem;
}
.affiliate__widget_program-name span {
  font-weight: 600;
}
.affiliate__widget-current span {
  background-color: #ffd1bd;
  border-radius: 3px;
  padding: 0 5px;
}
.affiliate__widget-tabs .affiliate__widget-programs tr {
  border-bottom: 1px solid #cccccc;
}
.affiliate__widget-tabs .affiliate__widget-programs td {
  width: 33%;
}
.affiliate-account__promotion-link {
  margin-bottom: 0 !important;
}
.affiliate__promo-programs {
  width: auto;
}
.affiliate__promo-programs > tbody > tr {
  border-bottom: 3px solid #ffffff;
}
.affiliate__promo-programs td {
  padding: 7px 15px !important;
}
.affiliate__promo-programs td p:last-child {
  margin-bottom: 0;
}
.affiliate__promo-title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: .5rem;
}
.affiliate__widget-program_name {
  max-width: 550px;
}
.affiliate__widget-program_description {
  margin-left: 1rem;
}
.affiliate-account__promotion-widget:before,
.affiliate-account__promotion-widget:after {
  content: '';
  display: table;
}
.affiliate-account__promotion-widget:after {
  clear: both;
}
.affiliate-account__promotion-widget .fieldset.general {
  width: 50%;
  float: left;
  padding-right: 1rem;
  box-sizing: border-box;
}
.affiliate-account__promotion-widget .fieldset.information {
  width: 50%;
  float: left;
  padding-left: 1rem;
  box-sizing: border-box;
}
.affiliate-account__promotion-widget .fieldset.information .field.radios label,
.affiliate-account__promotion-widget .fieldset.information .field.checkboxes label {
  font-weight: normal;
  margin-right: 2rem;
}
.affiliate-account__promotion-widget .iframe-container {
  border: 1px solid #C2C2C2;
  border-radius: 1px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.affiliate-account__promotion-widget .iframe-container iframe {
  border: 1px dashed #cfcfcf !important;
}
.affiliate-account__promotion-widget .action.primary {
  float: right;
}
.affiliate__account-create .fieldset.information {
  width: 40%;
  float: left;
}
.affiliate__account-create .fieldset.agreement {
  width: 60%;
  float: left;
  padding-left: 1rem;
  box-sizing: border-box;
}
.affiliate__account-create .fieldset.agreement .agreement-text {
  border: 1px solid #c2c2c2;
  padding: 1rem;
  border-radius: 1px;
  overflow-y: visible;
  overflow-x: hidden;
  max-height: 19rem;
  margin-bottom: 1rem;
}
.affiliate__account-edit .fieldset.general,
.affiliate__account-edit .fieldset.withdraw {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.affiliate__account-edit .fieldset.general {
  padding-right: 2rem;
}
.affiliate__account-edit .fieldset.withdraw {
  padding-left: 2rem;
}
.affiliate__withdraw-request:before,
.affiliate__withdraw-request:after {
  content: '';
  display: table;
}
.affiliate__withdraw-request:after {
  clear: both;
}
.affiliate__withdraw-request .box.balance {
  width: 30%;
  float: left;
  margin-top: -1rem;
}
.affiliate__withdraw-request .box.request {
  width: 70%;
  float: left;
  text-align: right;
}
.affiliate__withdraw-request .box.request .affiliate__withdraw-request-form {
  margin-top: -3px;
}
.affiliate__withdraw-request-form {
  display: inline-table;
  width: 100%;
  max-width: 40rem;
}
.affiliate__withdraw-request-form .field {
  margin: 0;
}
.affiliate__withdraw-request-form .field .control {
  text-decoration: none;
  display: block;
}
.affiliate__withdraw-request-form .field .control:before {
  position: absolute;
  color: #c2c2c2;
  content: '\f09d';
  font: normal normal normal 16px/32px FontAwesome;
  margin: 0 0 0 8px;
}
.affiliate__withdraw-request-form .field .control .input-text {
  padding-left: 4rem;
}
.affiliate__withdraw-request-form .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.affiliate__withdraw-request-form .actions button.action {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -3px;
  white-space: nowrap;
}
.affiliate__statistics-toolbar {
  margin-bottom: 2rem;
  background: #f5f5f5;
  padding: 1rem;
}
.affiliate__statistics-toolbar:before,
.affiliate__statistics-toolbar:after {
  content: '';
  display: table;
}
.affiliate__statistics-toolbar:after {
  clear: both;
}
.affiliate__statistics-toolbar > div {
  margin-right: 2rem;
  float: left;
}
.affiliate__statistics-toolbar > div label {
  margin-right: 1rem;
}
.affiliate__statistics-toolbar > div .datetime-picker {
  max-width: 10rem;
}
.affiliate__statistics-toolbar button[type="submit"] {
  float: left;
}
.affiliate-widget-view .page-main {
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.affiliate__widget {
  padding: 1rem;
}
.affiliate__widget h3 {
  border-bottom: 1px solid #c2c2c2;
  padding: 0 0 .5rem 0;
  margin: 0;
}
.affiliate__widget ul {
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.affiliate__widget ul li {
  text-align: center;
  min-width: 10rem;
  max-width: 11rem;
  float: left;
  display: table-cell;
  padding: 1rem;
  box-sizing: border-box;
}
.affiliate__widget ul li img {
  max-width: 100%;
}
.affiliate__widget ul li a {
  font-weight: normal;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: .5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue {
    float: left;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 30px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .faq-searchform .block-block-content {
    width: 500px;
  }
  .mgz-faq-body-content .mgz-faq-category-inner {
    padding: 10px 20px 20px 0;
  }
  .mgz-faq-body-content .mgz-faq-question-question {
    margin-left: 25px;
    padding-left: 20px;
  }
  .mgz-faq-question-list {
    padding: 20px 80px;
  }
  .mgz-faq-post-form {
    width: 70%;
  }
  .mgz-faq-post-form-inner div {
    width: 49%;
  }
  .mgz-faq-body-content {
    padding: 30px 30px;
  }
  .mgz-faq-banner {
    margin-bottom: 50px;
  }
  .faqc-searchform .block-block-content {
    width: 500px;
  }
  .mgz-faqc-body-content .mgz-faqc-category-inner {
    padding: 10px 20px 20px 0;
  }
  .mgz-faqc-body-content .mgz-faqc-question-question {
    margin-left: 25px;
    padding-left: 20px;
  }
  .mgz-faqc-question-list {
    padding: 20px 80px;
  }
  .mgz-faqc-post-form {
    width: 70%;
  }
  .mgz-faqc-post-form-inner div {
    width: 49%;
  }
  .mgz-faqc-body-content {
    padding: 30px 30px;
  }
  .mgz-faqc-banner {
    margin-bottom: 50px;
  }
  .gts-searchform .block-block-content {
    width: 500px;
  }
  .mgz-gts-body-content .mgz-gts-category-inner {
    padding: 10px 20px 20px 0;
  }
  .mgz-gts-body-content .mgz-gts-question-question {
    margin-left: 25px;
    padding-left: 20px;
  }
  .mgz-gts-question-list {
    padding: 20px 80px;
  }
  .mgz-gts-post-form {
    width: 70%;
  }
  .mgz-gts-post-form-inner div {
    width: 49%;
  }
  .mgz-gts-body-content {
    padding: 30px 30px;
  }
  .mgz-gts-banner {
    margin-bottom: 50px;
  }
  .order-actions-toolbar .mgzprint-order-print {
    float: right;
  }
  .order-actions-toolbar .print + .mgzprint-order-print {
    margin-right: 35px;
  }
  .mgzpdf-hide-order .order-actions-toolbar .print + .mgzprint-order-print {
    margin-right: 0;
  }
  .ppbd-product-gallery-right .fotorama__stage {
    left: 0 !important;
    right: auto !important;
  }
  .ppbd-product-gallery-right .fotorama__nav-wrap {
    right: 0 !important;
    left: auto !important;
  }
  .mgz-productpagebuilder.page-product-downloadable .product-options-wrapper,
  .mgz-productpagebuilder.page-product-downloadable .product-options-bottom {
    width: 100%;
  }
  .affiliate__banner-info {
    width: 60%;
    float: left;
  }
  .affiliate__banner-preview {
    width: 40%;
    float: left;
    padding-left: 1rem;
    box-sizing: border-box;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 25px 10px 18px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 100%;
  }
  .checkout-onepage-success .print {
    display: none;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
    font-size: 14px;
    padding: 0 30px;
    height: 40px;
    font-weight: 600;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address:hover {
    border-color: #56cfe1;
    background-color: #56cfe1;
    color: #fff;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    color: #222;
    background-color: #fff;
    border-color: #222;
    border-width: 2px;
    padding: 0 30px;
    height: 40px;
    font-weight: 600;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-address .form-login {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 18px;
    padding-bottom: 4px;
  }
  .checkout-shipping-address .form-login fieldset#customer-email-fieldset {
    margin-bottom: 15px;
  }
  .checkout-shipping-address .form-login fieldset .field {
    margin-bottom: 15px;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar button.action.login.primary {
    height: 40px;
    font-weight: 600;
    padding: 0 35px;
    line-height: 36px;
    color: #fff;
    border: 2px solid #222;
    background-color: #222;
    margin-bottom: 0;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar button.action.login.primary:hover {
    border: 2px solid #56cfe1 !important;
    background-color: #56cfe1 !important;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar .secondary {
    margin-top: 0;
  }
  form.form.form-shipping-address fieldset.field.street.admin__control-fields {
    padding: 0;
    border: none;
  }
  .table-checkout-shipping-method {
    width: 100%;
  }
  .opc-sidebar {
    display: none;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    right: 0;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .block-authentication .block-title {
    font-size: 24px;
    border-bottom: 0;
    margin-bottom: 20px;
    color: #333;
    line-height: normal;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .mgs-instant-search .products-grid .product-item {
    width: calc(33.33333333%);
  }
  .mgs-instant-search .posts.wrapper .items .item,
  .mgs-instant-search-type-page .posts.wrapper .items .item {
    width: 50%;
  }
  .catalogsearch-result-index .category-product-actions .toolbar .modes {
    display: none;
  }
  .catalogsearch-result-index .category-product-actions .change-product-per-row {
    display: none;
  }
  .header-area.header4.search-visible .search-form .block.block-search {
    position: static;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  .header-area.header4.search-visible .search-form .block.block-search .block-content form.form.minisearch {
    padding: 0;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 10px 10px 10px 25px;
    background-color: #fff;
  }
  .header-area.header4.search-visible .search-form .block.block-search .block-content form.form.minisearch .input-text {
    position: unset !important;
    border-radius: 40px;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    color: #878787;
  }
  .header-area.header4.search-visible .search-form .actions-search {
    display: none;
  }
  .tabs_categories_porfolio_content .item {
    width: calc(50%);
  }
  .portfolio-detail-item .pull-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
  .portfolio-detail-item .pull-left {
    width: 100%;
    padding-right: 0;
  }
  .product-tab-wrapper .product-tab-content .product.info.detailed {
    padding-top: 30px;
  }
  .product-tab-wrapper .product-tab-content .product-tab {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .product-tab-wrapper .product-tab-content .product-tab {
    text-align: center;
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .product-tab-wrapper .product-tab-content .data.item.title {
    box-sizing: border-box;
    float: unset;
    width: auto;
    margin: 0 -1px 0 0;
    display: inline-block;
  }
  .product-tab-wrapper .product-tab-content .data.item.title .switch {
    color: #8e8e8e;
    border-radius: 20px;
    background: none !important;
    padding: 0 25px !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid transparent;
  }
  .product-tab-wrapper .product-tab-content .data.item.title .switch:hover {
    color: #222;
  }
  .product-tab-wrapper .product-tab-content .data.item.title.active .switch {
    border: 1px solid #222;
    color: #222;
    border-radius: 20px;
  }
  .product-tab-wrapper .product-tab-content .data.item.content {
    border: none;
    margin-top: 51px;
    padding: 10px 0;
    background-color: transparent;
    box-shadow: unset;
    text-align: initial;
    display: none;
  }
  .product-tab-wrapper .product-tab-content .data.item.content[aria-hidden="false"] {
    display: block;
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title {
    display: block;
    font-weight: 600;
    color: #000000;
    padding: 0 40px 0 17px;
    background-color: #f6f6f8;
    position: relative;
    line-height: 40px;
    cursor: pointer;
    height: 40px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title a {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: 14px;
    color: #222;
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title a:after {
    content: "+";
    position: absolute;
    background-color: #000;
    line-height: 40px;
    display: block;
    color: #fff;
    right: 0;
    top: 0;
    width: 40px;
    bottom: 0;
    text-align: center;
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title.active a:after {
    content: "-";
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.content {
    padding: 17px;
    border: 1px solid #f6f6f8;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    width: 100%;
  }
  .bundle-options-container .block-bundle-summary {
    position: relative;
    width: 100%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .catalog-category-view.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart,
  .catalog-category-view.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0px;
  }
  .catalog-category-view.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart .icon,
  .catalog-category-view.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart .icon {
    display: block;
    margin: 0;
  }
  .catalog-category-view.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart span.text,
  .catalog-category-view.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart span.text {
    display: none;
    padding: 0;
  }
  .page-products .columns {
    padding-top: 0;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .page-layout-3columns .bottom-pagination {
    border-top: 1px solid #ddd;
    padding-top: 13px;
  }
  .page-layout-3columns .bottom-pagination .toolbar .limiter {
    display: block;
    text-align: right;
  }
  .page-layout-3columns .bottom-pagination .pages {
    padding-top: 0;
    border-top: none;
  }
  .page-layout-3columns .category-product-container .products {
    margin-bottom: 20px;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: block;
  }
  .product-info-main .box-tocart .fieldset,
  .product-options-bottom .box-tocart .fieldset {
    display: flex;
    flex-wrap: wrap;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
    flex-shrink: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: flex;
    padding-top: 0;
    text-align: center;
    vertical-align: bottom;
    flex-shrink: 0;
  }
  .product-info-main .box-tocart .product-social-links,
  .product-options-bottom .box-tocart .product-social-links {
    width: auto;
    display: flex;
    margin-left: 10px;
  }
  .product-info-main .box-tocart .product-social-links .product-addto-links,
  .product-options-bottom .box-tocart .product-social-links .product-addto-links {
    margin: 0;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .product-info-main .product-info-stock-sku {
    margin-top: 10px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-product-view .block-releated {
    padding-top: 30px;
  }
  body.page-layout-product-with-sticky-info .column.main {
    width: 100%;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky {
    overflow: hidden;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky .product-info-main {
    width: 50%;
    padding-left: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky .product-info-main.is_stuck {
    top: 0 !important;
    padding-top: 90px !important;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky .product.media {
    width: 50%;
  }
  body.page-layout-product-with-sticky-info-2 .column.main {
    width: 100%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information {
    display: none;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information.is_stuck {
    top: 0 !important;
    padding-top: 90px !important;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information h2.product-name {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .product-reviews-summary.empty {
    margin-left: 25px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .product-info-price .price-box .price {
    font-size: 22px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product.media {
    float: left;
    width: 50%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main {
    width: 50%;
    text-align: center;
    padding: 0 15px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-reviews-summary.empty {
    margin-left: 0;
    margin-top: auto;
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-reviews-summary.empty > div {
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .swatch-opt .swatch-attribute-options {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main.is_stuck {
    top: 0 !important;
    padding-top: 90px !important;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .fieldset,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .fieldset {
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .fieldset .actions,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .fieldset .actions {
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links {
    justify-content: center;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links .product-addto-links,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links .product-addto-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock {
    color: #222;
    padding: 10px 0;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock span {
    margin-left: 4px;
    font-weight: 400;
    letter-spacing: normal;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock.available span {
    color: #008000;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock.unavailable span {
    color: red;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku {
    display: block;
    vertical-align: top;
    color: #878787;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku strong.type {
    font-weight: 400;
    color: #222;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku strong.type:after {
    content: ":";
    display: inline-block;
    margin-right: 4px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku .value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-brand {
    margin-top: 5px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-brand .brand-name .title {
    font-weight: 400;
    color: #222;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-brand .brand-name .title:after {
    content: ":";
    display: inline-block;
    margin-right: 4px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
    position: relative;
  }
  .page-layout-1column .product-info-main {
    width: 50%;
    padding-left: 30px;
  }
  .page-layout-1column .product.media {
    width: 50%;
    height: auto !important;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .header-area.header3:not(.search-icon-popup) .block-search .minisearch .input-text {
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    color: #878787;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 100%;
    width: 100%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-title-wrapper + .page-main {
    margin-top: 40px;
  }
  .block.block-dashboard-addresses .box {
    margin-bottom: 0 !important;
  }
  .block-dashboard-orders .table-order-items tr th {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 14px;
  }
  .block-dashboard-orders .table-order-items tr th,
  .block-dashboard-orders .table-order-items tr td {
    padding: 15px;
    text-align: center;
    width: auto;
    border: 1px solid #ddd !important;
  }
  .block-dashboard-orders .table-order-items tr td.col.actions .action.view {
    margin: 0;
  }
  .block-dashboard-orders .table-order-items tr td.col.actions .action.view:after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-header .header-area.header2 .top-custom-link ul {
    justify-content: left;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    vertical-align: top;
  }
  .page-footer .middle-footer div[class*="col-des"]:not(:last-child) {
    margin-bottom: 50px;
  }
  .page-footer .bottom-footer small.copyright {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.75;
  }
  .page-footer .bottom-footer ul {
    display: table;
    margin: 0 auto;
  }
  .metro-banner .slide-text h2 {
    margin-top: 13px;
    margin-bottom: 22px;
  }
  .metro-banner .slide-text p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 42px;
    max-width: 500px;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 0;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 100%;
  }
  .page-layout-1column .filter-options .filter-options-content {
    padding: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100%;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 769px), print {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
@media all and (min-width: 1024px), print {
  .page-products .magezon-builder .mgz-element-category_products .toolbar.toolbar-products {
    position: static;
  }
  .page-products .magezon-builder .mgz-element-category_products .product-item-info {
    width: 100%;
  }
  .page-products .magezon-builder .mgz-element-category_products .products-grid .product-item {
    padding: 5px;
    margin-left: 2%;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-2 .product-item {
    width: calc((100% - 6%)/2);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-2:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-3 .product-item {
    width: calc((100% - 6%)/3);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-3:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-4 .product-item {
    width: calc((100% - 6%)/4);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-4 .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-5 .product-item {
    width: calc((100% - 6%)/5);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-5:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-6 .product-item {
    width: calc((100% - 6%)/6);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-6:nth-child(6n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-7 .product-item {
    width: calc((100% - 6%)/7);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-7:nth-child(7n+1) {
    margin-left: 0;
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-8 .product-item {
    width: calc((100% - 6%)/8);
  }
  .page-products .magezon-builder .mgz-element-category_products.cpb-grid-col-8:nth-child(8n+1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 100%;
  }
  .mgs-instant-search .products-grid .product-item {
    width: 25%;
  }
  .mgs-instant-search .posts.wrapper .items .item,
  .mgs-instant-search-type-page .posts.wrapper .items .item {
    width: calc(33.33333333%);
  }
  .catalogsearch-result-index .category-product-actions .toolbar .modes {
    display: block;
  }
  .catalogsearch-result-index .category-product-actions .change-product-per-row {
    display: flex;
  }
  .tabs_categories_porfolio_content .item {
    width: calc(33.33333333%);
  }
  .portfolio-detail-item .pull-right {
    width: calc(33.33333333%);
    padding-left: 15px;
  }
  .portfolio-detail-item .pull-left {
    width: calc(66.66666667%);
    padding-right: 15px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: block;
  }
  .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart .icon,
  .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart .icon {
    display: none;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    margin-bottom: 10px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information {
    text-align: center;
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information h2.product-name {
    padding-top: 70px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main {
    width: 25%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main h2.product-name,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-info-price,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-info-stock-sku,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-brand {
    display: none;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-add-form {
    padding-top: 70px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information {
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
  .header-area.search-visible .search-form .block-search {
    position: static;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  .header-area.search-visible .search-form .block-search .block-content .form.minisearch {
    margin: 6px auto;
    padding: 0;
    border: 1px solid #ffffff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    background-color: #ffffff;
    border-radius: 40px;
  }
  .header-area.search-visible .search-form .block-search .block-content .form.minisearch .input-text {
    position: unset !important;
    border-radius: 40px;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    color: #878787;
    border: 1px solid #878787;
  }
  .header-area.search-visible .search-form .actions-search {
    display: none;
  }
  .header-area.header3 .parent-search .table-icon-menu {
    width: 1%;
  }
  .page-header .middle-header .menu-content {
    margin-left: 20px;
  }
  .page-header .menu-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header-area.header3 .menu-wrapper {
    justify-content: flex-end;
  }
  .menu-wrapper .tab-content .tab-pane {
    display: none;
  }
  .menu-wrapper .tab-content .tab-pane.active {
    display: block;
  }
  .page-footer .middle-footer div[class*="col-des"]:not(:last-child) {
    margin-bottom: 0;
  }
  .page-footer .bottom-footer small.copyright {
    text-align: left;
    margin-bottom: 0;
    line-height: 1;
  }
  .page-footer .bottom-footer ul {
    display: block;
    margin: 0;
  }
  .section-tabs-left .mgs-product-tab .mgs-tab.data.items > .item.title,
  .section-tabs-right .mgs-product-tab .mgs-tab.data.items > .item.title {
    position: relative;
    top: -30px;
  }
  .section-tabs-left .banner-tab,
  .section-tabs-right .banner-tab {
    padding-top: 60px;
  }
  .section-tabs-right .mgs-product-tab .mgs-tab.data.items > .item.title {
    right: -17%;
  }
  .section-tabs-left .mgs-product-tab .mgs-tab.data.items > .item.title {
    left: -17%;
  }
  body.menu-vertical-fixed .page-wrapper {
    padding-left: 270px;
    position: inherit;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header {
    width: 270px;
    left: 0;
    position: fixed;
    top: 0;
    display: block;
    overflow: visible;
    height: 100vh;
    background-color: #fff;
    z-index: 500;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    min-height: 100vh;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-area.header5.active-sticky.scrolling {
    right: inherit;
    width: 270px;
    min-height: 100vh;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-bottom ul.social-link {
    justify-content: center;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li {
    width: 100%;
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li > a {
    padding: 11px 0px 11px 0px;
    position: relative;
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li > .dropdown-menu {
    left: 100% !important;
    top: -11px;
    margin: 0 !important;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .menu-wrapper {
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .menu-wrapper ul.nav-main-menu {
    display: block;
    width: 100%;
    padding: 0;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content {
    padding: 60px 0 200px;
    position: relative;
    min-height: 100vh;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-logo img {
    margin: 0 auto;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-wishlist {
    margin-left: 10px;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-wishlist a {
    font-size: 24px;
    line-height: 1;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .table-icon-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-switchers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-links {
    font-size: 24px;
    line-height: 1;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links {
    margin-left: 10px;
    position: relative;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links .header-acccount {
    left: -15px;
    right: inherit;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links .header-acccount .header.links li a {
    padding: 12px 10px 8px;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 0px;
  }
}
