@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulseHotSpot {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes pulseHotSpotDark {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(33, 29, 109, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(33, 29, 109, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(33, 29, 109, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes pulseHotSpot2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(33, 29, 109, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(33, 29, 109, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(33, 29, 109, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 22px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 22px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 22px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#af-product-card {
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.3;
  padding: 20px 0px;
  max-width: 1040px;
  width: 100%;
  color: #60f262;
}
@media only screen and (max-width: 800px) {
  #af-product-card {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
#af-product-card .pc-padding-top-xs {
  padding-top: 2em;
}
#af-product-card .pc-padding-bottom-xs {
  padding-bottom: 2em;
}
#af-product-card .pc-padding-top-s {
  padding-top: 3em;
}
#af-product-card .pc-padding-bottom-s {
  padding-bottom: 3em;
}
#af-product-card .pc-padding-top-m {
  padding-top: 4em;
}
#af-product-card .pc-padding-bottom-m {
  padding-bottom: 4em;
}
#af-product-card .pc-padding-top-l {
  padding-top: 5em;
}
#af-product-card .pc-padding-bottom-l {
  padding-bottom: 5em;
}
#af-product-card .pc-padding-top-xl {
  padding-top: 6em;
}
#af-product-card .pc-padding-bottom-xl {
  padding-bottom: 6em;
}
#af-product-card .pc-margin-top-xs {
  margin-top: 2em;
}
#af-product-card .pc-margin-bottom-xs {
  margin-bottom: 2em;
}
#af-product-card .pc-margin-top-s {
  margin-top: 3em;
}
#af-product-card .pc-margin-bottom-s {
  margin-bottom: 3em;
}
#af-product-card .pc-margin-top-m {
  margin-top: 4em;
}
#af-product-card .pc-margin-bottom-m {
  margin-bottom: 4em;
}
#af-product-card .pc-margin-top-l {
  margin-top: 5em;
}
#af-product-card .pc-margin-bottom-l {
  margin-bottom: 5em;
}
#af-product-card .pc-margin-top-xl {
  margin-top: 6em;
}
#af-product-card .pc-margin-bottom-xl {
  margin-bottom: 6em;
}
#af-product-card .af-header-v4 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: auto;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background-color: white;
  border-radius: 0;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-header-v4 {
    min-height: 300px;
    overflow: visible;
    flex-direction: column;
  }
}
#af-product-card .af-header-v4 .af-main-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 49%;
  background: #e0dcdb 0% 0% no-repeat padding-box;
  border-radius: 15px 0px 0px 0px;
  max-width: unset;
  z-index: 10;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-header-v4 .af-main-box {
    padding-top: 0;
    width: 100%;
    background: none;
    max-width: unset;
    margin: 0px;
  }
}
#af-product-card .af-header-v4 .af-main-box .af-header-logo {
  width: 100%;
  padding-left: 3.75em;
  padding-bottom: 4.25em;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-header-v4 .af-main-box .af-header-logo {
    padding-left: 0em;
  }
}
#af-product-card
  .af-header-v4
  .af-main-box
  .af-header-logo
  .af-header-logo-img {
  width: auto;
  display: block;
  margin: unset;
}
@media only screen and (max-width: 900px) {
  #af-product-card
    .af-header-v4
    .af-main-box
    .af-header-logo
    .af-header-logo-img {
    margin: auto;
  }
}
#af-product-card .af-header-v4 .af-main-box .af-text-box {
  padding-left: 3.75em;
  color: #000;
  margin: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  #af-product-card .af-header-v4 .af-main-box .af-text-box {
    width: 55%;
  }
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-header-v4 .af-main-box .af-text-box {
    display: none;
  }
}
#af-product-card .af-header-v4 .af-text-box-mobile {
  display: none;
  color: white;
  padding: 20px 0px;
  background: #e0dcdb 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-header-v4 .af-text-box-mobile {
    display: block;
    z-index: 10;
  }
  #af-product-card .af-header-v4 .af-text-box-mobile .af-product-name {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
  }
  #af-product-card .af-header-v4 .af-text-box-mobile .af-product-title {
    font-size: 28px;
  }
  #af-product-card
    .af-header-v4
    .af-text-box-mobile
    .af-product-title
    .af-product-title-span {
    font-weight: 500;
    display: inline;
  }
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-header-v4 .af-text-box-mobile .af-product-title {
    font-size: 24px;
  }
}
#af-product-card .af-header-v4 .af-product-name {
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0.13px;
  padding: 30px 0px 0px 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  width: 90%;
  box-sizing: border-box;
  color: #211d6d;
  text-transform: uppercase;
  margin: 0px;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-header-v4 .af-product-name {
    text-align: center;
    width: 90%;
    margin: auto;
  }
}
#af-product-card .af-header-v4 .af-product-title {
  font-family: "Montserrat Bold", Arial, sans-serif;
  line-height: 1.19;
  font-weight: 300;
  font-size: 36px;
  margin: 0px 12px 0px 0px;
  color: #211d6d;
  text-transform: uppercase;
  padding: 0px;
  font-weight: normal;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-header-v4 .af-product-title {
    text-align: center;
    margin: 0px;
    width: 90%;
    margin: auto;
    font-size: 2em;
  }
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-header-v4 .af-product-title {
    font-size: 24px;
  }
}
#af-product-card .af-header-v4 .af-product-box {
  height: auto;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  z-index: 20;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 51%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#af-product-card .af-header-v4 .af-product-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-header-v4 .af-product-box {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#af-product-card .af-header-v4 .af-product-box .af-product-box-img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#af-product-card .af-functions-v4 {
  width: 100%;
  box-sizing: border-box;
  padding: 2em 2em 2em 2em;
  max-width: 1040px;
  margin: auto;
  background-color: #60f262;
}
#af-product-card .af-functions-v4 .af-functions-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
#af-product-card .af-functions-v4 .af-functions-box .af-functions-lp {
  position: relative;
  max-width: 230px;
  width: 24%;
  margin: 0px 0.5%;
  z-index: 1;
  padding-bottom: 0;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-functions-v4 .af-functions-box .af-functions-lp {
    width: 48%;
    max-width: unset;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:nth-child(1),
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:nth-child(2) {
    padding-bottom: 2.5em;
  }
}
@media only screen and (max-width: 380px) {
  #af-product-card .af-functions-v4 .af-functions-box .af-functions-lp {
    width: 100%;
    max-width: unset;
    padding-bottom: 1.5em;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:nth-child(1),
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:nth-child(2) {
    padding-bottom: 1.5em;
  }
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-lp-icon {
  width: 5em;
  height: 5em;
  display: block;
  margin: 0px auto 1.5em auto;
  position: relative;
  z-index: 1;
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-text-first {
  z-index: 1;
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-text-first
  .af-h2 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  text-align: center;
  font-family: "Montserrat Bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  color: #211d6d;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp
    .af-functions-text-first
    .af-h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp
    .af-functions-text-first
    .af-h2 {
    font-size: 13px;
  }
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-text {
  z-index: 1;
  top: -30px;
  display: none;
  background-color: #60f262;
  padding: 1em 0.7em;
  position: absolute;
  transition: background-color 0.2s;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.161);
  border-radius: 16px;
  text-align: center;
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-text
  .af-h2 {
  margin: 0px;
  text-align: center;
  font-family: "Montserrat Bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #211d6d;
  display: block;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-text
  .af-p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "Montserrat Light", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #211d6d;
  display: none;
}
@media (min-width: 577px) {
  #af-product-card .af-functions-v4 .af-functions-box .af-functions-lp:hover,
  #af-product-card .af-functions-v4 .af-functions-box .af-functions-lp:focus {
    z-index: 9;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text-first,
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:focus
    .af-functions-text-first {
    opacity: 0;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-lp-first-img,
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:focus
    .af-functions-lp-first-img {
    opacity: 0;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text,
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:focus
    .af-functions-text {
    display: block;
    z-index: 1000;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 1em);
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text
    .af-h2,
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:focus
    .af-functions-text
    .af-h2 {
    color: #211d6d;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text
    .af-p,
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:focus
    .af-functions-text
    .af-p {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-functions-v4 .af-functions-box .af-functions-lp {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #af-product-card .af-functions-v4 .af-functions-box .af-functions-lp:hover {
    z-index: 9;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text-first {
    opacity: 0;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text {
    background-color: #60f262;
    padding: 1em 0.7em;
    border-radius: 6px;
    position: absolute;
    transition: background-color 0.5s;
    z-index: 1000;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.16);
    display: block;
    top: -30px;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text
    .af-functions-lp-icon {
    display: block;
    margin: 0px auto 1.5em auto;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text
    .af-h2 {
    color: #211d6d;
    padding-bottom: 10px;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text
    .af-p {
    display: block;
    color: #211d6d;
  }
}
#af-product-card .af-a2-b {
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-a2-b {
    padding: 0px 2em;
  }
}
#af-product-card .af-a2-b .af-a2-b-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.4em;
  font-family: "Montserrat", Arial, sans-serif;
  color: #272727;
  line-height: 1.13;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-a2-b .af-a2-b-title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-a2-b .af-a2-b-title {
    font-size: 24px;
  }
}
#af-product-card .af-a2-a {
  padding: 48px;
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-a2-a {
    padding: 28px 0px;
  }
}
#af-product-card .af-a2-a .af-a2-a-box {
  font-size: 2.4375em;
  text-align: center;
  line-height: 1.3;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-a2-a .af-a2-a-box {
    font-size: 2em;
    line-height: 1.143;
  }
}
@media only screen and (max-width: 450px) {
  #af-product-card .af-a2-a .af-a2-a-box {
    font-size: 1.7142857143em;
    line-height: 1.143;
  }
}
@media only screen and (max-width: 380px) {
  #af-product-card .af-a2-a .af-a2-a-box {
    font-size: 1.5714285714em;
    line-height: 1.143;
  }
}
#af-product-card .af-a2-a .af-a2-a-box .af-a2-t1 {
  text-align: center;
  font-family: "Montserrat Bold", Arial, sans-serif;
  color: #211d6d;
  font-size: 40px;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-a2-a .af-a2-a-box .af-a2-t1 {
    font-size: 30px;
    line-height: 1.143;
  }
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-a2-a .af-a2-a-box .af-a2-t1 {
    font-size: 26px;
    line-height: 1.143;
  }
}
@media only screen and (max-width: 400px) {
  #af-product-card .af-a2-a .af-a2-a-box .af-a2-t1 {
    font-size: 24px;
    line-height: 1.143;
  }
}
#af-product-card .af-a2-a .af-a2-a-box .af-a2-t2 {
  text-align: center;
  color: #211d6d;
  display: block;
  font-family: "Montserrat Light", Arial, sans-serif;
  font-size: 16px;
  margin-top: 8px;
  text-transform: initial;
  line-height: 1.375em;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-a2-a .af-a2-a-box .af-a2-t2 {
    font-size: 18px;
    line-height: 1.143;
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-a2-a .af-a2-a-box .af-a2-t2 {
    font-size: 16px;
    line-height: 1.143;
  }
}
#af-product-card .af-a2-b {
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  box-sizing: border-box;
  border-top: 1px solid #60f262;
  padding-top: 40px;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-a2-b {
    padding: 2em 0em 0em 0em;
  }
}
#af-product-card .af-a2-b .af-a2-b-title {
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Montserrat Light", Arial, sans-serif;
  color: #211d6d;
  max-width: 600px;
  line-height: 1.13;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 0 auto;
  padding: 0px;
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-a2-b .af-a2-b-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-a2-b .af-a2-b-title {
    font-size: 26px;
  }
}
#af-product-card .af-description-functions {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-description-functions {
    max-width: 500px;
  }
}
#af-product-card .af-description-functions .af-description-item {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0px;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-description-functions .af-description-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text {
  width: 50%;
  max-width: 520px;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text {
    width: 100%;
    text-align: left;
    padding: 2.5em;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-box {
  height: 100%;
  background-color: #effeef;
  padding: 1em 2em 1em 2em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  border-radius: 0px 16px 16px 0px;
  border-right: 3px solid #60f262;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text
    .af-description-box {
    border-radius: unset;
    border-right: unset;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text
    .af-description-title-box {
    flex-wrap: wrap;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-title-box
  .af-description-type {
  font-family: "Montserrat Bold", Arial, sans-serif;
  letter-spacing: 0.28px;
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #60f262;
  margin-bottom: 4px;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text
    .af-description-title-box
    .af-description-type {
    font-size: 1em;
    margin-bottom: 0.5714285714em;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-title-box
  .af-description-ng {
  width: 100%;
  font-size: 28px;
  font-family: "Montserrat Light", Arial, sans-serif;
  line-height: 1.2;
  text-align: left;
  display: block;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  color: #211d6d;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text
    .af-description-title-box
    .af-description-ng {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text
    .af-description-title-box
    .af-description-ng {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 500px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text
    .af-description-title-box
    .af-description-ng {
    font-size: 21px;
    line-height: 26px;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-title-box
  .af-description-ng
  .af-description-strong {
  font-weight: 700;
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-item-text-p {
  font-family: "Montserrat Light", Arial, sans-serif;
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 16px;
  color: #211d6d;
  text-align: left;
  line-height: 1.375em;
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-img {
  width: 50%;
  max-width: 520px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-img {
    width: 100%;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-img
  .af-fit-cover {
  max-width: 520px;
  width: 100%;
  height: 23em;
}
@media only screen and (max-width: 800px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-img
    .af-fit-cover {
    height: auto;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-img
  .af-fit-cover
  .af-fit-cover-img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-sizing: border-box;
  max-width: 520px;
  border-radius: 16px 0px 0px 16px;
}
@media only screen and (max-width: 800px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-img
    .af-fit-cover
    .af-fit-cover-img {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-img
    .af-fit-cover
    .af-fit-cover-img {
    border-radius: 0px;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-img
  .af-fit-cover
  .af-fit-cover-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: bottom;
  border: 1px solid #d6d6d6;
  border-radius: 16px 0px 0px 16px;
  box-sizing: border-box;
  max-height: 368px;
}
@media only screen and (max-width: 800px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-img
    .af-fit-cover
    .af-fit-cover-video {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-img
    .af-fit-cover
    .af-fit-cover-video {
    -o-object-fit: unset;
    object-fit: unset;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-right
  .af-description-item-text {
  padding-left: 0em;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-right
    .af-description-item-text {
    padding: 0em;
  }
}
@media only screen and (max-width: 450px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-right
    .af-description-item-text {
    padding: 0em;
  }
}
#af-product-card .af-description-functions .af-description-item.af-item-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-description-functions .af-description-item.af-item-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-left
  .af-description-item-img
  .af-fit-cover
  .af-fit-cover-img {
  border-radius: 0px 16px 16px 0px;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-img
    .af-fit-cover
    .af-fit-cover-img {
    border-radius: 0px;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-left
  .af-description-item-img
  .af-fit-cover
  .af-fit-cover-video {
  border-radius: 0px 16px 16px 0px;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-img
    .af-fit-cover
    .af-fit-cover-video {
    border-radius: 0px;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-left
  .af-description-item-text {
  padding-right: 0em;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-text {
    padding: 0em;
  }
}
@media only screen and (max-width: 450px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-text {
    padding: 0em;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-left
  .af-description-item-text
  .af-description-box {
  border-radius: 16px 0px 0px 16px;
  border-left: 3px solid #60f262;
  border-right: unset;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-text
    .af-description-box {
    border-radius: unset;
    border-left: unset;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-box {
  position: relative;
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-box::before,
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-box::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #effeef;
  width: calc(100% - 60px);
}
#af-product-card .af-description-functions .af-item-right .af-description-box {
  border-top: 3px solid #60f262;
  border-bottom: 3px solid #60f262;
  border-right: 3px solid #60f262;
}
#af-product-card
  .af-description-functions
  .af-item-right
  .af-description-box::before {
  top: -3px;
  right: 60px;
}
#af-product-card
  .af-description-functions
  .af-item-right
  .af-description-box::after {
  bottom: -3px;
  right: 60px;
}
#af-product-card .af-description-functions .af-item-left .af-description-box {
  border-top: 3px solid #60f262;
  border-bottom: 3px solid #60f262;
  border-left: 3px solid #60f262;
}
#af-product-card
  .af-description-functions
  .af-item-left
  .af-description-box::before {
  top: -3px;
  left: 60px;
}
#af-product-card
  .af-description-functions
  .af-item-left
  .af-description-box::after {
  bottom: -3px;
  left: 60px;
}
@media (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-box::before,
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-box::after {
    content: none;
  }
  #af-product-card
    .af-description-functions
    .af-item-right
    .af-description-box {
    border: 0;
  }
  #af-product-card .af-description-functions .af-item-left .af-description-box {
    border: 0;
  }
}
#af-product-card .af-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #60f262;
  padding: 4em 0em;
}
#af-product-card .af-icons .af-icons-info {
  padding: 0px 1.5em 1em 1.5em;
  display: none;
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-icons .af-icons-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
#af-product-card .af-icons .af-icons-info .icons-info {
  width: 1.5em;
}
#af-product-card .af-icons .af-icons-info .icons-info .icons-info-img {
  width: 1.5em;
  height: 1.5em;
  max-width: unset;
  filter: brightness(0) invert(1);
}
#af-product-card .af-icons .af-icons-info .info-text {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.1428571429em;
  color: #211d6d;
  line-height: 1.375;
  letter-spacing: 0.16px;
  padding-left: 14px;
}
#af-product-card .af-icons .af-icons-box {
  width: 95%;
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-icons .af-icons-box {
    width: 100%;
    max-width: 100%;
  }
}
#af-product-card .af-icons .af-icons-box .af-icons-col,
#af-product-card .af-icons .af-icons-box .af-icons-col-mobile {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-icons .af-icons-box .af-icons-col,
  #af-product-card .af-icons .af-icons-box .af-icons-col-mobile {
    display: none;
  }
}
#af-product-card .af-icons .af-icons-box .af-icons-col .af-icons-lp,
#af-product-card .af-icons .af-icons-box .af-icons-col-mobile .af-icons-lp {
  width: 96%;
  max-width: 442px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 1em;
  position: relative;
}
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col
  .af-icons-lp:hover
  .icons-img-img,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:hover
  .icons-img-img,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col
  .af-icons-lp:focus
  .icons-img-img,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:focus
  .icons-img-img {
  z-index: 12;
}
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col
  .af-icons-lp:hover
  .icons-text-box,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:hover
  .icons-text-box,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col
  .af-icons-lp:focus
  .icons-text-box,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:focus
  .icons-text-box {
  position: absolute;
  padding: 1em 1em 1em 7.5em;
  max-width: 442px;
  border: 1px;
  background-color: #60f262;
  border-radius: 16px;
  z-index: 11;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.24);
  top: -1em;
  left: -1em;
  min-height: 130px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col
    .af-icons-lp:hover
    .icons-text-box,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col-mobile
    .af-icons-lp:hover
    .icons-text-box,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col
    .af-icons-lp:focus
    .icons-text-box,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col-mobile
    .af-icons-lp:focus
    .icons-text-box {
    max-width: unset;
  }
}
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col
  .af-icons-lp:hover
  .icons-text-box
  .h3,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:hover
  .icons-text-box
  .h3,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col
  .af-icons-lp:focus
  .icons-text-box
  .h3,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:focus
  .icons-text-box
  .h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #211d6d;
  margin-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 500px) {
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col
    .af-icons-lp:hover
    .icons-text-box
    .h3,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col-mobile
    .af-icons-lp:hover
    .icons-text-box
    .h3,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col
    .af-icons-lp:focus
    .icons-text-box
    .h3,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col-mobile
    .af-icons-lp:focus
    .icons-text-box
    .h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 380px) {
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col
    .af-icons-lp:hover
    .icons-text-box
    .h3,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col-mobile
    .af-icons-lp:hover
    .icons-text-box
    .h3,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col
    .af-icons-lp:focus
    .icons-text-box
    .h3,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col-mobile
    .af-icons-lp:focus
    .icons-text-box
    .h3 {
    font-size: 13px;
  }
}
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col
  .af-icons-lp:hover
  .icons-text-box
  .icons-text-box-p,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:hover
  .icons-text-box
  .icons-text-box-p,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col
  .af-icons-lp:focus
  .icons-text-box
  .icons-text-box-p,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:focus
  .icons-text-box
  .icons-text-box-p {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#af-product-card .af-icons .af-icons-box .af-icons-col .icons-img,
#af-product-card .af-icons .af-icons-box .af-icons-col-mobile .icons-img {
  padding-left: 0em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col
  .icons-img
  .icons-img-img,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col-mobile
  .icons-img
  .icons-img-img {
  width: 4em;
  height: 4em;
  max-width: 4em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
#af-product-card .af-icons .af-icons-box .af-icons-col .icons-text-box,
#af-product-card .af-icons .af-icons-box .af-icons-col-mobile .icons-text-box {
  padding: 0px 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 442px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-icons .af-icons-box .af-icons-col .icons-text-box,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col-mobile
    .icons-text-box {
    padding: 0px 10%;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-icons .af-icons-box .af-icons-col .icons-text-box,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col-mobile
    .icons-text-box {
    padding: 0px 0px 0px 1.5em;
  }
}
#af-product-card .af-icons .af-icons-box .af-icons-col .icons-text-box .h3,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col-mobile
  .icons-text-box
  .h3 {
  font-family: "Montserrat Bold", Arial, sans-serif;
  font-size: 18px;
  color: #211d6d;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-icons .af-icons-box .af-icons-col .icons-text-box .h3,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col-mobile
    .icons-text-box
    .h3 {
    font-size: 16px;
  }
}
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col
  .icons-text-box
  .icons-text-box-p,
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col-mobile
  .icons-text-box
  .icons-text-box-p {
  display: none;
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  color: #211d6d;
  line-height: 1.375;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#af-product-card .af-icons .af-icons-box .af-icons-col-mobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-icons .af-icons-box .af-icons-col-mobile {
    display: block;
    width: 100%;
    padding: 0px;
  }
}
@media (min-width: 577px) {
  #af-product-card
    .af-icons
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-img-img {
    z-index: 12;
  }
  #af-product-card
    .af-icons
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-text-box {
    position: absolute;
    padding: 1em 1em 1em 7.5em;
    max-width: 442px;
    border: 1px;
    background-color: #60f262;
    border-radius: 16px;
    z-index: 11;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.24);
    transition: box-shadow 0.5s ease-out;
    top: -1em;
    left: -1em;
    min-height: 130px;
  }
  #af-product-card
    .af-icons
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-text-box
    .h3 {
    font-family: "Montserrat Bold", Arial, sans-serif;
    font-size: 18px;
    color: #211d6d;
    text-transform: uppercase;
    margin-bottom: 1em;
  }
  #af-product-card
    .af-icons
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-text-box
    .icons-text-box-p {
    display: block;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    color: #211d6d;
  }
}
@media only screen and (max-width: 400px) {
  #af-product-card .af-icons .af-icons-box .af-icons-col .icons-text-box .h3,
  #af-product-card
    .af-icons
    .af-icons-box
    .af-icons-col-mobile
    .icons-text-box
    .h3 {
    font-size: 14px;
  }
}
#af-product-card .pc-b7-2 {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#af-product-card .pc-b7-2 .pc-block-module {
  max-width: 880px;
  padding: 0 1.25em;
  box-sizing: border-box;
  margin: 0 auto;
  height: inherit;
}
#af-product-card .pc-b7-2 .pc-block-module .pc-relative {
  height: inherit;
}
#af-product-card .pc-b7-2 .pc-b7-table {
  display: table;
  width: 100%;
}
#af-product-card .pc-b7-2 .pc-b7-table .pc-b7-cell {
  display: table-cell;
  vertical-align: top;
  width: 48%;
}
#af-product-card .pc-b7-2 .pc-b7-table .pc-b7-cell.pc-b7-cell-small {
  width: 26%;
}
#af-product-card .pc-b7-2 .pc-b7-table .pc-b7-cell .pc-b7-cell-content {
  padding-right: 1.5em;
}
#af-product-card
  .pc-b7-2
  .pc-b7-table
  .pc-b7-cell
  .pc-b7-cell-content.pc-b7-cell-content-right {
  padding-left: 1.5em;
  padding-right: 0;
}
#af-product-card .pc-b7-2 .pc-b7-table .pc-b7-cell .pc-b7-square {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#af-product-card .pc-b7-2 .pc-b7-table .pc-b7-cell .pc-b7-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#af-product-card .pc-b7-2 .pc-b7-table .pc-b7-cell .pc-b7-square .pc-b7-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#af-product-card
  .pc-b7-2
  .pc-b7-table
  .pc-b7-cell
  .pc-b7-square
  .pc-b7-image
  .pc-b7-image-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 400px;
  overflow: hidden;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #af-product-card
    .pc-b7-2
    .pc-b7-table
    .pc-b7-cell
    .pc-b7-square
    .pc-b7-image
    .pc-b7-image-img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#af-product-card .pc-b7-2 .h3 {
  font-family: "Montserrat Bold", Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.2;
  color: #211d6d;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
#af-product-card .pc-b7-2 .pc-b7-table-p {
  color: #211d6d;
  font-family: "Montserrat Light", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.28;
  margin: 0;
  padding: 0;
  text-align: left;
}
#af-product-card .pc-b7-2 .pc-b7-table-p.caption {
  color: #effeef;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: bold;
}
#af-product-card .pc-b7-2 .pc-icon {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto 0.5em auto;
  float: none;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#af-product-card .pc-b7-2 .pc-icon.pc-icon-left {
  margin-left: 0;
}
#af-product-card .pc-b7-2 .pc-icon.pc-icon-spacing {
  margin-bottom: 2em;
  padding-top: 2em;
}
#af-product-card .pc-b7-2 .pc-icon .pc-icon-img {
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}
#af-product-card .pc-b7-2 .pc-gl-text .pc-gl-description {
  margin-top: 12px;
}
@media (max-width: 750px) {
  #af-product-card .pc-b7-2 .pc-b7-table {
    display: block;
    max-width: 465px;
    margin: 0 auto;
  }
  #af-product-card .pc-b7-2 .pc-b7-table .pc-b7-cell {
    display: block;
    width: auto;
    margin: 0em;
  }
  #af-product-card .pc-b7-2 .pc-b7-table .pc-b7-cell.pc-b7-cell-small {
    width: 100%;
    margin: auto;
  }
  #af-product-card .pc-b7-2 .pc-b7-table .pc-b7-cell .pc-b7-cell-content {
    padding: 0 1.25em 3em 1.25em;
  }
  #af-product-card
    .pc-b7-2
    .pc-b7-table
    .pc-b7-cell
    .pc-b7-cell-content.pc-b7-cell-content-right {
    padding: 0em 1.25em 0em 1.25em;
  }
}
#af-product-card.af-shop-3
  .pc-b7-2
  .pc-b7-table
  .pc-b7-cell
  .pc-b7-cell-content {
  padding-right: 1.5em;
  padding-bottom: 2em;
}
#af-product-card.af-shop-3
  .pc-b7-2
  .pc-b7-table
  .pc-b7-cell
  .pc-b7-cell-content.pc-b7-cell-content-right {
  padding-left: 1.5em;
  padding-right: 0;
  padding-bottom: 2em;
}
@media (max-width: 599px) {
  #af-product-card .pc-icon {
    margin-left: 0;
  }
}
#af-product-card .af-content-12-d-box {
  padding-top: 1em;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#af-product-card .af-content-12-d-box .af-content-before {
  background-color: #211d6d;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  border-radius: 16px 16px 0 0;
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-content-12-d-box .af-content-before {
    height: 70%;
  }
}
#af-product-card .af-content-12-d-box .af-content-12-d-img {
  width: 50%;
  border-radius: 16px 0px 0px 0px;
  display: grid;
  place-items: center;
  min-height: 192px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  #af-product-card .af-content-12-d-box .af-content-12-d-img {
    width: 100%;
  }
}
#af-product-card .af-content-12-d-box .af-content-12-d-img .af-content-img {
  display: block;
  width: 90%;
  max-width: 416px;
}
#af-product-card .af-content-12-d-box .af-content-desc {
  width: 50%;
  position: relative;
  border-radius: 0px 16px 0px 0px;
  min-height: 292px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  #af-product-card .af-content-12-d-box .af-content-desc {
    width: 100%;
    min-height: 260px;
  }
}
#af-product-card .af-content-12-d-box .af-content-desc .af-content-title {
  position: static;
  padding-left: 40px;
  bottom: 50%;
  font-size: 48px;
  color: #211d6d;
  padding-bottom: 20px;
  font-family: "Montserrat Bold", Arial, sans-serif;
  line-height: 1.1;
  margin-top: 85px;
}
@media only screen and (max-width: 600px) {
  #af-product-card .af-content-12-d-box .af-content-desc .af-content-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-content-12-d-box .af-content-desc .af-content-title {
    margin-top: 0px;
  }
}
#af-product-card .af-content-12-d-box .af-content-desc .af-content-social {
  position: static;
  padding-left: 40px;
  top: 50%;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #50616d;
  padding-top: 1.25em;
  line-height: 1.4;
  display: flex;
  align-items: end;
  margin-top: auto;
}
#af-product-card
  .af-content-12-d-box
  .af-content-desc
  .af-content-social
  .af-content-social-box
  .af-social-link {
  color: white;
}
#af-product-card
  .af-content-12-d-box
  .af-content-desc
  .af-content-social
  .af-content-social-box
  .af-social-img {
  width: 27px;
  max-width: 27px;
  margin-right: 6px;
}
#af-product-card
  .af-content-12-d-box
  .af-content-desc
  .af-content-social
  .af-social-text {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.1;
  padding-bottom: 3px;
  padding-left: 10px;
}
#af-product-card .af-content-12-d-box .af-content-desc .af-social-info {
  position: static;
  padding-left: 40px;
  bottom: 50px;
  left: 10px;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat Light", Arial, sans-serif;
  width: 70%;
  margin-top: 55px;
}
@media only screen and (max-width: 600px) {
  #af-product-card .af-content-12-d-box .af-content-desc .af-social-info {
    bottom: 5px;
  }
}
@media (max-width: 992px) {
  #af-product-card .af-content-12-d-box .af-content-desc .af-social-info {
    margin-top: 40px;
  }
  #af-product-card .af-content-12-d-box .af-content-desc .af-content-title,
  #af-product-card .af-content-12-d-box .af-content-desc .af-content-social,
  #af-product-card .af-content-12-d-box .af-content-desc .af-social-info {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #af-product-card .af-content-12-d-box .af-content-desc .af-content-title {
    margin-top: 30px;
  }
  #af-product-card .af-content-12-d-box .af-content-desc .af-social-info {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  #af-product-card .af-content-12-d-box .af-content-desc .af-content-title {
    color: #fff;
  }
  #af-product-card .af-content-12-d-box .af-content-desc .af-content-title,
  #af-product-card .af-content-12-d-box .af-content-desc .af-content-social,
  #af-product-card .af-content-12-d-box .af-content-desc .af-social-info {
    padding-left: 50px;
    padding-right: 10px;
  }
}
@media (max-width: 500px) {
  #af-product-card .af-content-12-d-box .af-content-desc .af-content-title {
    margin-top: 0px;
  }
}
#af-product-card .af-slider-d {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 0px 0px 8px 8px;
  text-align: center;
  background-color: #252e50;
  min-height: 260px;
}
#af-product-card .af-slider-d .check-slider-input {
  display: none;
}
#af-product-card .af-slider-d .arrow-right-d,
#af-product-card .af-slider-d .arrow-left-d {
  width: 5%;
  position: absolute;
}
@media only screen and (max-width: 750px) {
  #af-product-card .af-slider-d .arrow-right-d,
  #af-product-card .af-slider-d .arrow-left-d {
    width: 8%;
  }
}
@media only screen and (max-width: 550px) {
  #af-product-card .af-slider-d .arrow-right-d,
  #af-product-card .af-slider-d .arrow-left-d {
    width: 20%;
  }
}
#af-product-card .af-slider-d .arrow-right-d .arrow-label,
#af-product-card .af-slider-d .arrow-left-d .arrow-label {
  display: none;
  cursor: pointer;
}
#af-product-card .af-slider-d .arrow-right-d .arrow-label .img-arrow-left,
#af-product-card .af-slider-d .arrow-left-d .arrow-label .img-arrow-left {
  width: 26px;
  height: 26px;
  max-width: 26px;
  display: block;
  margin: auto;
}
#af-product-card .af-slider-d .arrow-right-d .arrow-label .img-arrow-right,
#af-product-card .af-slider-d .arrow-left-d .arrow-label .img-arrow-right {
  width: 26px;
  height: 26px;
  max-width: 26px;
  display: block;
  margin: auto;
}
#af-product-card .af-slider-d .arrow-left-d {
  top: 70px;
  left: 10px;
}
@media only screen and (max-width: 750px) {
  #af-product-card .af-slider-d .arrow-left-d {
    text-align: center;
  }
}
#af-product-card .af-slider-d .arrow-left-d .arrow-label {
  text-align: center;
}
#af-product-card .af-slider-d .arrow-right-d {
  top: 70px;
  right: 10px;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #af-product-card .af-slider-d .arrow-right-d {
    text-align: center;
  }
}
#af-product-card .af-slider-d .arrow-right-d .arrow-label {
  text-align: center;
}
#af-product-card .af-slider-d .af-slider-min {
  position: relative;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #af-product-card .af-slider-d .af-slider-min {
    width: 84%;
  }
}
@media only screen and (max-width: 550px) {
  #af-product-card .af-slider-d .af-slider-min {
    width: 50%;
  }
}
#af-product-card .af-slider-d .af-slider-min .af-slider-box {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  align-items: start;
}
#af-product-card .af-slider-d .af-slider-min .af-slider-box .af-slider-lp {
  width: 24%;
  max-width: 190px;
  padding: 0px 0px 15px 0px;
  box-sizing: border-box;
  text-align: center;
  display: none;
  opacity: 0;
  z-index: 11;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #af-product-card .af-slider-d .af-slider-min .af-slider-box .af-slider-lp {
    padding: 10px;
    width: 24%;
  }
}
@media only screen and (max-width: 550px) {
  #af-product-card .af-slider-d .af-slider-min .af-slider-box .af-slider-lp {
    width: 100%;
  }
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp
  .af-slider-lp-div {
  max-width: 5em;
  height: 5em;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 20px auto;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp
  .af-slider-lp-div:nth-child(1) {
  width: 100%;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp
  .af-slider-lp-div:nth-child(2) {
  display: none;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp
  .af-a09-a-img {
  width: 112px;
  height: 112px;
  max-width: 112px;
  object-fit: contain;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp
  .af-slider-lp-p {
  margin: 16px 0px;
  padding: 0px;
  font-family: "Montserrat", Arial, sans-serif;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  #af-product-card
    .af-slider-d
    .af-slider-min
    .af-slider-box
    .af-slider-lp
    .af-slider-lp-p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  #af-product-card
    .af-slider-d
    .af-slider-min
    .af-slider-box
    .af-slider-lp
    .af-slider-lp-p {
    font-size: 16px;
  }
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp
  .af-slider-lp-a {
  text-decoration: none;
  line-height: 1.38;
  letter-spacing: 0.16px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  color: white;
  display: none;
}
@media only screen and (max-width: 550px) {
  #af-product-card
    .af-slider-d
    .af-slider-min
    .af-slider-box
    .af-slider-lp:hover {
    border-radius: 0px 0px 8px 8px;
  }
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp:hover
  .af-slider-lp-div:nth-child(1) {
  display: none;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp:hover
  .af-slider-lp-div:nth-child(2) {
  display: block;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp:hover
  .af-slider-lp-p {
  color: #e41429;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp:hover
  .af-slider-lp-a {
  display: inline-block;
  color: #e41429;
}
@media only screen and (min-width: 551px) {
  #af-product-card .af-slider-d .af-label-full {
    display: block;
  }
  #af-product-card .af-slider-d .af-label-width550 {
    display: none;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(1) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(2) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-1 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-2 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-3 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(2) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(3) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-2 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-3 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(3) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(4) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-3 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(4) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(5) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(5) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(6) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(6) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(7) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-9 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
}
@media only screen and (max-width: 550px) {
  #af-product-card .af-slider-d .af-label-full {
    display: none;
  }
  #af-product-card .af-slider-d .af-label-width550 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(1) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(2) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-1 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(2) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(3) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-2 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(3) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(4) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-3 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(4) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(5) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(5) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(6) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .arrow-left-d
    .arrow-label:nth-of-type(6) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .arrow-right-d
    .arrow-label:nth-of-type(7) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
}
#af-product-card .af-a08-a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  text-align: center;
}
#af-product-card .af-a08-a .af-a08-a-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#af-product-card .af-bg-grey {
  background-color: #f6f6f6;
}
#af-product-card .af-footer-img {
  margin-top: -60px;
}
#af-product-card .af-slider-d {
  padding-bottom: 70px;
}
#af-product-card.af-shop-3 .af-footer-img .af-a08-a .af-a08-a-img {
  max-width: 80%;
}
#af-product-card .af-slider-d {
  background-color: #211d6d;
  border-radius: 0px 0px 16px 16px;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp:hover
  .af-slider-lp-p {
  color: #fff;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp
  .af-slider-lp-p {
  width: 80%;
  margin: auto;
}
#af-product-card .af-a2-a .af-a2-a-box .af-a2-t1 .afgreen {
  color: #60f262;
}
#af-product-card .af-green {
  color: #60f262;
}
@media only screen and (max-width: 500px) {
  #af-product-card .pc-padding-bottom-s {
    padding-bottom: 1em;
  }
}
#af-product-card .af-perfect .af-a2-b .af-a2-b-title {
  font-family: "Montserrat Bold", Arial, sans-serif;
  color: #211d6d;
  font-size: 40px;
  color: #60f262;
  text-transform: unset;
}
#af-product-card .af-a2-a {
  padding: 0px 48px 48px 48px;
}
#af-product-card .af-a2-a .af-a2-a-box .af-a2-t1 {
  text-transform: lowercase;
}
#af-product-card .af-a2-a .af-a2-a-box .af-a2-t1::first-letter {
  text-transform: uppercase;
}
#af-product-card .af-content-12-d-box {
  padding-top: 0px;
  margin-top: -10px;
}
#af-product-card .pc-b7-2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-header-v4 .af-main-box .af-header-logo {
    padding-bottom: 0.5em;
  }
  #af-product-card .af-perfect .af-a2-b .af-a2-b-title {
    padding: 0px 5px;
  }
  #af-product-card .af-a2-a .af-a2-a-box .af-a2-t1 {
    font-size: 24px;
    text-transform: lowercase;
    padding: 10px;
  }
  #af-product-card .af-a2-a .af-a2-a-box .af-a2-t1::first-letter {
    text-transform: uppercase;
  }
  #af-product-card .af-a2-b .af-a2-b-title {
    font-size: 22px;
    letter-spacing: 0px;
  }
  #af-product-card .af-icons {
    padding: 2em 0em 1em 0em;
  }
  #af-product-card .pc-b7-2 .pc-icon.pc-icon-spacing {
    box-sizing: content-box;
    height: auto;
  }
  #af-product-card .pc-b7-2 .pc-icon.pc-icon-spacing {
    padding-top: 0em;
  }
  #af-product-card .pc-b7-2 .pc-b7-table .pc-b7-cell .pc-b7-square {
    padding-bottom: 1em;
  }
  #af-product-card .pc-b7-2 .pc-b7-table .pc-b7-cell .pc-b7-cell-content {
    padding: 0 1.25em 1em 1.25em;
  }
  #af-product-card .pc-b7-2 {
    margin-bottom: 30px;
  }
  #af-product-card .af-a2-a {
    padding: 0px 10px 30px 10px;
  }
}
@media only screen and (max-width: 600px) {
  #af-product-card .af-content-12-d-box .af-content-desc .af-content-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 400px) {
  #af-product-card .af-header-v4 .af-text-box-mobile .af-product-name {
    font-size: 14px;
  }
  #af-product-card .af-a2-b .af-a2-b-title {
    font-size: 18px;
  }
}
#af-product-card .afsmall {
  text-transform: none;
  display: inline;
}
#af-product-card
  .af-header-1
  .af-product-header
  .af-product-header-box
  .af-product-text
  .af-span {
  font-weight: 700;
  font-size: 24px;
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-text
  .af-p {
  font-size: 17px;
  font-family: "Montserrat", Arial, sans-serif;
}
#af-product-card .af-a2-a .af-a2-a-box .af-a2-t2 {
  font-family: "Montserrat", Arial, sans-serif;
}
#af-product-card
  .af-content-12-d-box
  .af-content-desc
  .af-content-social
  .af-social-text {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.5;
  padding-bottom: 3px;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
#af-product-card .af-perfect .af-a2-b .af-a2-b-title span {
  background-color: #211d6d;
  padding: 4px 8px;
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-title-box
  .af-description-type
  span {
  background-color: #211d6d;
  padding: 4px 8px;
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-item-text-p {
  font-family: "Montserrat", Arial, sans-serif;
}
@media (min-width: 577px) {
  #af-product-card
    .af-icons
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-text-box
    .icons-text-box-p {
    display: block;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 17px;
    color: #211d6d;
  }
}
#af-product-card
  .af-icons
  .af-icons-box
  .af-icons-col
  .icons-text-box
  .icons-text-box-p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
}
#af-product-card .pc-b7-2 .pc-b7-table-p {
  font-family: "Montserrat", Arial, sans-serif;
}
#af-product-card .af-a2-c .af-a2-c-box .af-a2-t1 {
  font-size: 19px;
}
#af-product-card .af-a2-c .af-a2-c-box .af-a2-t2 {
  margin: 10px 0px 0px 0px;
}
#af-product-card .af-footer-in .af-a2-b .af-a2-b-title {
  color: #211d6d;
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  max-width: 90%;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  #af-product-card .af-footer-in .af-a2-b .af-a2-b-title {
    font-size: 14px;
  }
}
#af-product-card .af-slider-d .arrow-left-d {
  top: 35%;
}
#af-product-card .af-slider-d .arrow-right-d {
  top: 35%;
}
#af-product-card .af-slider-d {
  min-height: unset;
  padding-bottom: unset;
  padding: 40px 0px;
}
#af-product-card .af-a2-b {
  border-top: unset;
  padding-top: 0px;
}
#af-product-card .af-figure {
  padding: 0px;
  margin: 0px;
  height: auto;
  width: 100%;
}
#af-product-card .af-figure .af-figcaption {
  opacity: 0;
  height: 0px;
  width: 0px;
}
#af-product-card .af-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
#af-product-card .afnowrap {
  white-space: nowrap;
}
