@keyframes blink {
  50% {
    opacity: 0.0; } }
@-webkit-keyframes blink {
  50% {
    opacity: 0.0; } }
.blink {
  -webkit-animation: blink 1s step-start 0s infinite;
  -moz-animation: blink 1s step-start 0s infinite;
  animation: blink 1s step-start 0s infinite; }

.section.no-padding-top-mobile {
  padding: 0 1.5rem 3rem; }

.bg-pink {
  background: #f4a3b4; }

.bg-green-light {
  background: #f8ffee; }

.bg-grey {
  background: #323232; }

.bg-blue-light {
  background: #c2e7fb; }

.bg-dark-blue {
  background: #224771; }

.bg-dark {
  background: #323232; }

.bg-white-grey {
  background: #efefef; }

.bg-white-grey-min {
  background: #efefef;
  background: linear-gradient(0deg, #efefef 25%, white 25%); }

.bg-blue-grad {
  background: linear-gradient(289.79deg, #307AC4 0%, #359BFF 80.84%);
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.3); }

.bg-red {
  background: #BC2B3A; }

.grey {
  color: #cccccc !important; }

.black {
  color: #000; }

.bg-black {
  background: #141414; }

.border-bottom-grey {
  border-bottom: 1px dotted #cccccc; }

.btn-gold {
  background-color: #bfa563; }

.container-4 {
  overflow: hidden;
  width: 300px;
  vertical-align: middle;
  white-space: nowrap; }

.border-bottom-solid-grey {
  border-bottom: 1px solid #efefef; }

@font-face {
  font-family: 'CamptonBook';
  src: url("../fonts/Campton/CamptonBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CamptonBookItalic';
  src: url("../fonts/Campton/CamptonBookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CamptonLight';
  src: url("../fonts/Campton/CamptonLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Campton-bold';
  src: url("../fonts/Campton/CamptonBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CamptonThin';
  src: url("../fonts/Campton/CamptonThin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lulo-Clean-W01-One-Bold';
  src: url("../fonts/Lulo-Clean-Font/Lulo-Clean-W01-One-Bold/Lulo-Clean-W01-One-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'CamptonBook';
  font-size: 19px;
  color: #323232; }

.bold {
  font-family: 'OpenSans-Bold'; }

h1,
h2 {
  font-family: 'Lulo-Clean-W01-One-Bold';
  color: #323232; }

.title {
  color: #323232; }

.title.is-1 {
  font-size: 4rem; }
  @media only screen and (max-width: 480px) {
    .title.is-1 {
      font-size: 1.75em; } }
  @media only screen and (max-width: 340px) {
    .title.is-1 {
      font-size: 2rem; } }

.title.is-2 {
  font-size: 3.75rem; }
  @media only screen and (max-width: 480px) {
    .title.is-2 {
      font-size: 1.75em; } }
  @media only screen and (max-width: 340px) {
    .title.is-2 {
      font-size: 1.5rem; } }

.title.is-3 {
  font-size: 2.5rem; }
  @media only screen and (max-width: 480px) {
    .title.is-3 {
      font-size: 1.65rem; } }

@media only screen and (max-width: 480px) {
  .title.is-3.product-detail-title {
    font-size: 1.5rem; } }

.title.is-4 {
  font-size: 1.35rem; }

.title-product {
  font-family: 'Baloo2-Bold'; }

h3 {
  color: #323232;
  font-family: 'Campton-bold'; }

h4 {
  color: #323232;
  font-family: 'Baloo2-Bold'; }

h5 {
  font-family: 'Baloo2-Bold';
  color: #323232; }

@media only screen and (max-width: 480px) {
  .title.is-5 {
    font-size: 1.05rem;
    margin-bottom: 1rem; } }

.is-white {
  color: #fff !important; }

.is-red {
  color: #BC2B3A !important; }

a {
  color: #000; }

a img {
  vertical-align: middle; }

.no-margin-bottom {
  margin-bottom: 1rem !important; }

@media only screen and (max-width: 480px) {
  .no-padding-mobile {
    padding: 0 .75rem; } }

.underline {
  text-decoration: underline; }
  .underline:hover {
    color: #bfa563; }

p {
  font-family: 'CamptonLight';
  font-size: 16px;
  line-height: 1.5;
  color: #323232; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 19px; } }

b, strong {
  color: inherit;
  font-family: 'OpenSans-Bold'; }

small {
  font-size: 14px; }
  small a {
    font-size: 14px;
    color: #323232; }
  small a.active {
    color: #BFA562; }

blockquote {
  background-color: transparent !important; }

.quotes h2 {
  font-family: 'Baloo2-Bold';
  font-size: 36px; }
  @media only screen and (min-width: 768px) {
    .quotes h2 {
      font-size: 50px; } }

.content blockquote {
  padding: 0;
  border: none; }
  .content blockquote p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.35rem; }
    @media only screen and (min-width: 768px) {
      .content blockquote p {
        font-size: 1.5rem; } }
.content a {
  color: #82bb42;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .content a {
      font-size: 18px; } }
.content iframe {
  height: 240px; }
  @media only screen and (min-width: 768px) {
    .content iframe {
      height: 420px; } }
.content .instagram-media {
  height: 100%;
  min-height: 640px; }
  @media only screen and (min-width: 768px) {
    .content .instagram-media {
      min-height: 900px;
      margin-bottom: 1rem; } }

.more-line-height {
  line-height: 2; }

.breadcrumbs p, .breadcrumbs a {
  font-size: 0.8rem; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs p, .breadcrumbs a {
      font-size: 1rem; } }

a {
  font-family: 'CamptonBook';
  font-size: 19px;
  line-height: 1.5;
  transition: all 0.3s; }

.is-active {
  font-family: 'OpenSans-ExtraBold';
  font-size: 19px;
  font-weight: 400; }

@media only screen and (max-width: 480px) {
  .has-text-centered-mobile {
    text-align: center; } }

.has-text-centered-mobile-tablet {
  text-align: center; }
  @media only screen and (min-width: 1280px) {
    .has-text-centered-mobile-tablet {
      text-align: left; } }

@media only screen and (min-width: 768px) {
  .has-text-right-desktop {
    text-align: right; } }

.has-text-right {
  text-align: right; }

.horizontal-menu-right li:hover a {
  transition: all 0.3s; }

.button {
  font-family: "" CamptonLight "";
  min-width: 90px;
  transition: all 0.3s; }
  @media only screen and (min-width: 768px) {
    .button {
      min-width: 90px; } }
  .button:hover {
    transition: all 0.3s;
    color: #BFA562; }

.button.is-primary {
  background-color: #f4a3b4;
  border-color: transparent;
  color: #fff; }
  .button.is-primary:hover {
    background-color: #df7f93; }

.button.is-danger {
  font-size: 19px;
  background: linear-gradient(272.12deg, #FF2021 -8.11%, #D10203 82.98%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  color: #fff;
  transition: all 0.3s; }
  .button.is-danger:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.button.is-success {
  font-size: 19px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  color: #fff;
  margin-top: 1rem;
  background: #82bb42;
  background: linear-gradient(to top, #82bb42 0%, #a5e84e 100%);
  width: 140px; }
  .button.is-success:hover {
    transition: all 0.3s;
    transform: scale(1.025);
    color: #fff; }

@media only screen and (max-width: 480px) {
  .button.is-success.is-fullwidth {
    width: 100% !important; } }

.button.is-info {
  font-size: 19px;
  background: #1b6b94;
  border-radius: 2rem;
  color: #fff; }
  .button.is-info:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.button.is-outline-blue {
  border: 1px solid #224771;
  box-sizing: border-box;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.3));
  border-radius: 2rem;
  color: #224771; }

.button.is-outline-white {
  border: 1px solid #fff;
  background: transparent;
  box-sizing: border-box;
  border-radius: 2rem;
  color: #fff; }
  .button.is-outline-white:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.btn-grey {
  background-color: #ACADB8 !important;
  width: fit-content;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s;
  height: 2.5em; }
  @media only screen and (min-width: 768px) {
    .btn-grey {
      height: 3em; } }
  .btn-grey:hover {
    background-color: #000 !important; }

.card {
  color: #4372a7; }

.horizontal-menu-list {
  text-align: right; }
  .horizontal-menu-list li {
    font-family: 'Baloo2-Regular';
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin-left: 1.5rem; }
    .horizontal-menu-list li .is-active {
      color: #fff; }
    .horizontal-menu-list li a {
      color: #fff; }
      .horizontal-menu-list li a:hover {
        color: #bf2e34; }
    .horizontal-menu-list li a.is-active {
      position: relative; }
      .horizontal-menu-list li a.is-active:after {
        content: '';
        left: 0;
        bottom: 0;
        margin-bottom: -3.05rem;
        margin-left: 50%;
        transform: translateX(-50%);
        position: absolute;
        width: 44px;
        height: 6px;
        background: #D10203;
        border-radius: 10px; }
    .horizontal-menu-list li .menu-highlight {
      margin-top: -1.5rem; }

.text-normal {
  font-size: 19px !important; }

.icon-contact {
  width: 60px;
  margin-bottom: 1rem; }

.menu-footer li {
  line-height: 2; }

.underlined {
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .product-title-text {
    height: auto; } }

@media only screen and (min-width: 768px) {
  .product-content-text {
    height: 9.5rem; } }

.footer {
  font-size: 20px; }
  .footer p, .footer a {
    font-family: 'CamptonThin';
    color: #fff;
    font-size: 20px;
    line-height: 1.5; }
  .footer p strong {
    font-family: 'OpenSans-Bold';
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .footer .icon {
    width: 1.75rem; }
    .footer .icon a {
      color: #f4a3b4;
      font-size: 1.5rem; }
      .footer .icon a:hover {
        color: #df7f93; }
  .footer ul.socmed li {
    display: inline-block;
    margin-right: 0.75rem; }
    .footer ul.socmed li img {
      max-width: 40px;
      width: 100%; }
    .footer ul.socmed li a {
      transition: all 0.3s; }
      .footer ul.socmed li a:hover img {
        transition: all 0.3s;
        transform: scale(1.125); }

.font-reg p:not(:last-child) {
  margin-bottom: 0 !important; }
@media only screen and (min-width: 768px) {
  .font-reg p {
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  .mini-mobile {
    font-size: 1rem !important;
    margin-bottom: 1rem; } }

.top-quote li {
  font-family: 'Baloo2-Bold'; }

.footer-copyright p, .footer-copyright a {
  font-family: 'OpenSans-Bold'; }
.footer-copyright a {
  color: #fff;
  text-decoration: underline; }
  .footer-copyright a:hover {
    color: #c2e7fb; }

.input, .textarea {
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0; }

.label {
  font-family: 'Baloo2-Regular'; }

#subscribe-form {
  padding: 1rem; }
  #subscribe-form .title {
    margin-bottom: 1rem; }

.subscribe-label {
  min-width: 33%; }

.sub {
  font-family: 'Baloo2-Regular';
  text-transform: uppercase; }

.horizontal-menu-left a, .horizontal-menu-right a {
  color: #82bb42;
  font-family: 'Baloo2-Regular';
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.0199rem;
  font-size: 16px; }
.horizontal-menu-left a.is-active, .horizontal-menu-right a.is-active {
  font-family: 'Baloo2-ExtraBold';
  color: #79b339;
  position: relative; }
  .horizontal-menu-left a.is-active:before, .horizontal-menu-right a.is-active:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #79b339;
    bottom: 0;
    left: 0;
    margin-bottom: -0.5rem;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 1; }

.accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0; }
.accordion ul li.list {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #dce7eb;
  background: #F7F7F7;
  padding: 1rem;
  margin-bottom: 0.5rem; }
.accordion ul li.list:nth-of-type(1) {
  animation-delay: 0.5s; }
.accordion ul li.list:nth-of-type(2) {
  animation-delay: 0.75s; }
.accordion ul li.list:nth-of-type(3) {
  animation-delay: 1s; }
.accordion ul li.list i {
  position: absolute;
  transform: translate(-6px, 0);
  top: 0;
  right: 0;
  margin-right: 1rem;
  margin-top: 1.5rem; }
.accordion ul li.list i:before, .accordion ul li.list i:after {
  content: "";
  position: absolute;
  background-color: #79b339;
  width: 3px;
  height: 9px; }
.accordion ul li.list i:before {
  transform: translate(-2px, 0) rotate(45deg); }
.accordion ul li.list i:after {
  transform: translate(2px, 0) rotate(-45deg); }
.accordion ul li.list input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0; }
.accordion ul li.list input[type=checkbox]:checked ~ .content {
  display: none;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%); }
.accordion ul li.list input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg); }
.accordion ul li.list input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg); }
.accordion li.list p {
  max-height: 640px;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2; }
.accordion h4 {
  font-family: 'Baloo2-ExtraBold';
  margin-bottom: 0 !important;
  text-transform: capitalize; }
.accordion .content ul {
  margin-top: 1rem; }
  .accordion .content ul li {
    list-style: disc; }
.accordion .content ol {
  margin-left: 0; }
@media only screen and (min-width: 768px) {
  .accordion .content ul, .accordion .content ol {
    margin-left: 1rem; } }
.accordion li.list .content p {
  font-size: 16px; }
.accordion li.list .content li {
  font-size: 16px; }

.desc-ingredient {
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: left;
  padding: 0 20px; }

.is-capitalize {
  text-transform: capitalize; }

.is-lowercase {
  text-transform: lowercase; }

.transition, ul li i:before, ul li i:after, p {
  transition: all 0.25s ease-in-out; }

.flipIn, ul li {
  animation: flipdown 0.5s ease both; }

.no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }
.font-or {
  font-family: 'Baloo2-Regular';
  font-weight: 700; }

.font-opensansReg {
  font-family: 'Baloo2-Regular'; }

.delete-hover:hover {
  color: #bfa563 !important; }

.t-history-order thead td {
  font-size: 0.9rem; }
.t-history-order tbody td {
  font-size: 0.9rem; }
  .t-history-order tbody td a div p {
    font-size: 0.9rem; }

.truncate {
  white-space: pre-wrap;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.bg-black .title, .bg-black p {
  color: #fff; }

#countdown {
  margin-top: 2rem; }
  #countdown li {
    display: inline-block;
    font-size: 0.625em;
    list-style-type: none;
    padding: 0.5em;
    text-transform: uppercase;
    width: 72px;
    background: #f4a3b4;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff; }
    @media only screen and (max-width: 340px) {
      #countdown li {
        width: 60px;
        font-size: 0.5em; } }
    @media only screen and (min-width: 768px) {
      #countdown li {
        width: 120px;
        padding: 1em; } }
  #countdown li span {
    display: block;
    font-size: 3rem; }
    @media only screen and (max-width: 340px) {
      #countdown li span {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 768px) {
      #countdown li span {
        font-size: 4.5rem; } }

.content h2 {
  font-size: 3.5em;
  margin-bottom: 0.5714em; }
  @media only screen and (max-width: 480px) {
    .content h2 {
      font-size: 1.5em; } }

.modal-card-foot button {
  color: white; }
  @media only screen and (max-width: 480px) {
    .modal-card-foot button {
      font-size: 11px; } }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides .hero-body {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides .hero-body {
  display: block;
  float: left;
  width: 100%;
  border: 0; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

.preloader-item, .preloader-item::before, .preloader-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.preloader-item {
  width: 160px;
  height: 160px;
  margin: auto;
  background: url("../../assets/images/logo.png") no-repeat 50%/70%;
  background-size: 60%;
  color: #224771; }

.preloader-item::before, .preloader-item::after {
  content: '';
  z-index: -1;
  box-shadow: inset 0 0 0 5px;
  animation: clipMe 3s linear infinite; }

.preloader-item::before {
  animation-delay: -1.5s; }

.animation-scale {
  animation: scale 2s linear infinite alternate; }

@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 45px, 5px, 45px); }
  6% {
    clip: rect(0px, 155px, 5px, 45px); }
  15% {
    clip: rect(0px, 160px, 10px, 45px); }
  21% {
    clip: rect(0px, 160px, 115px, 155px); }
  28% {
    clip: rect(5px, 160px, 160px, 155px); }
  34% {
    clip: rect(5px, 160px, 160px, 115px); }
  41% {
    clip: rect(155px, 160px, 160px, 115px); }
  47% {
    clip: rect(155px, 115px, 160px, 115px); }
  54% {
    clip: rect(155px, 115px, 160px, 115px); }
  60% {
    clip: rect(155px, 115px, 160px, 5px); }
  67% {
    clip: rect(155px, 115px, 160px, 0px); }
  74% {
    clip: rect(45px, 5px, 160px, 0px); }
  80% {
    clip: rect(0px, 5px, 155px, 0px); }
  87% {
    clip: rect(0px, 45px, 110px, 0px); }
  93% {
    clip: rect(0px, 45px, 5px, 0px); }
  97% {
    clip: rect(0px, 45px, 5px, 5px); } }
#flower {
  position: relative;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: rotate-flower;
  animation-duration: 3s;
  /* 	animation-fill-mode: forwards;
   */
  animation-iteration-count: infinite; }

@keyframes rotate-flower {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
#flower section {
  position: absolute;
  width: 150px;
  display: flex;
  justify-content: space-between;
  animation-name: rotate-expand;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes rotate-expand {
  0% {
    width: 150px; }
  50% {
    width: 300px; }
  100% {
    width: 150px; } }
#flower section:before {
  content: " ";
  background: linear-gradient(45deg, #c2e7fb 0%, #42beff 100%);
  border-radius: 30% 70% 71% 29% / 47% 47% 53% 53%;
  width: 70px;
  height: 50px;
  mix-blend-mode: soft-light;
  opacity: 0.75; }
#flower section:after {
  content: " ";
  background: linear-gradient(45deg, #c2e7fb 0%, #42beff 100%);
  border-radius: 66% 34% 39% 61% / 47% 47% 53% 53%;
  width: 70px;
  height: 50px;
  mix-blend-mode: soft-light;
  opacity: 0.75; }
#flower .div-two {
  transform: rotate(45deg); }
#flower .div-three {
  transform: rotate(90deg); }
#flower .div-four {
  transform: rotate(135deg); }

/* Hamburger Icon */
#hamburgericon {
  position: fixed;
  z-index: 9998;
  display: none;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #hamburgericon {
      display: block; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #4797f0;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 8px; }

#hamburgericon span:nth-child(4) {
  top: 16px; }

#hamburgericon.hamburger-open span {
  background: #fff; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.modal.is-active {
  display: block; }

.menuBtn {
  font-family: 'OpenSans-ExtraBold';
  border: none;
  outline: none !important;
  min-width: 70px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn {
      min-width: 70px;
      color: #000 !important; } }
  .menuBtn:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .menuBtn:before {
        margin-left: 1rem; } }

.button.menuBtn:focus:not(:active) {
  box-shadow: none; }

.button.menuBtn:focus {
  border-color: transparent; }

.menuBtn-2, .menuBtn-3 {
  font-family: 'OpenSans-ExtraBold';
  border: none;
  outline: none !important;
  min-width: 100px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn-2, .menuBtn-3 {
      min-width: 100px;
      color: #000 !important; } }

.menuBtn-2:focus, .menuBtn-3:focus {
  border-color: #bfa563;
  box-shadow: 0 0 0 0.125em #bfa563; }

.menuBtn-2:hover, .menuBtn-3:hover {
  box-shadow: none; }

#menuleft {
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  overflow: visible;
  margin-left: 0;
  margin-top: 0;
  width: 190px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e; }
  @media only screen and (min-width: 768px) {
    #menuleft {
      width: 270px; } }
  #menuleft .modalmenu li {
    padding: 0.75rem 1.25rem;
    line-height: 1;
    border-bottom: 1px solid #F7F7F7; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu li {
        padding: 1rem 1.5rem; } }
    #menuleft .modalmenu li a {
      font-family: 'OpenSans-Bold';
      color: #000; }
      @media only screen and (max-width: 480px) {
        #menuleft .modalmenu li a {
          font-size: 16px; } }
      #menuleft .modalmenu li a:hover {
        color: #BFA562; }
  #menuleft .modalmenu .has-dropdown:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    margin-top: 0;
    margin-right: 1rem; }
  #menuleft .modalmenu .has-dropdown .dropdown-box {
    display: none; }
  #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
    overflow-y: scroll;
    padding: 1.5rem 1.5rem;
    display: block;
    position: absolute;
    width: 220px;
    background: #fff;
    left: 90%;
    margin-top: -3rem; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
        width: 420px;
        padding: 1.5rem 3rem;
        left: 95%; } }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box strong {
      color: #ACADB8;
      margin-bottom: 1rem;
      font-family: 'OpenSans-Regular'; }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul {
      margin-top: 1rem; }
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li {
        padding: 0.25rem 0;
        line-height: 1.5; }
        @media only screen and (max-width: 480px) {
          #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li a {
            font-size: 14px; } }
  #menuleft .modalmenu .has-dropdown:hover:after {
    background-image: url(../../assets/images/icon/chevron-right-alt.svg); }

.modal-div-section {
  position: relative;
  top: 57px;
  width: 100%;
  height: 100px; }
  @media only screen and (min-width: 768px) {
    .modal-div-section {
      top: 105px; } }

.modal-div-section.scrolled {
  top: 64px; }
  @media only screen and (min-width: 768px) {
    .modal-div-section.scrolled {
      top: 104px; } }

#modal2 #menuleft {
  margin-left: 14rem; }

#modal3 #menuleft {
  margin-left: 22rem; }

#modal #menuleft {
  margin-left: 0rem;
  margin-top: 0.7rem; }
  @media only screen and (min-width: 768px) {
    #modal #menuleft {
      margin-left: 10rem;
      margin-top: 0rem; } }

.btn-login-link {
  font-family: 'OpenSans-ExtraBold';
  min-width: 80px;
  margin-left: 1.75rem;
  border: none; }
  @media only screen and (min-width: 768px) {
    .btn-login-link {
      min-width: auto;
      margin-left: 0; } }

.socmed.top {
  margin-top: 0;
  margin-right: 0;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .socmed.top {
      margin-top: 0;
      display: flex; } }
  .socmed.top li {
    display: inline-block;
    margin-left: 0.5rem; }
    .socmed.top li img {
      height: 1.5rem;
      margin-left: .75rem; }
      @media only screen and (min-width: 768px) {
        .socmed.top li img {
          margin-left: 1.25rem; } }
    .socmed.top li svg {
      height: 1.5rem;
      margin-left: 1.25rem;
      width: 20px;
      color: #bc2b3a; }
      .socmed.top li svg:hover {
        color: #fff; }

.horizontal-menu-left {
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-left {
      display: block; } }
  .horizontal-menu-left li {
    display: inline-block;
    margin-right: 1.5rem; }
    .horizontal-menu-left li a:hover {
      color: #79b339; }

.horizontal-menu-right {
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-right {
      display: block; } }
  .horizontal-menu-right li {
    display: inline-block;
    margin-left: 1.5rem; }
    .horizontal-menu-right li a:hover {
      color: #79b339; }

.super-navs.top-header-section.scrolled {
  top: -55px;
  transition: 0.3s; }

.super-navs.header-section.scrolled {
  padding: 0.5rem 1.25rem;
  top: 0;
  transition: 0.3s; }

.sosmed-icon {
  vertical-align: middle;
  align-items: stretch;
  justify-content: flex-end; }
  .sosmed-icon:hover {
    color: #224771; }

.icon-sosmed-hover:hover g path:first-child {
  fill: #224771; }

.icon-sosmed-hover2:hover g path:first-child {
  fill: #224771; }

.icon-sosmed-hover1:hover path {
  fill: #224771; }

.modal-background {
  background-color: rgba(255, 255, 255, 0.975); }

.overlay-menu {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  background-color: black;
  background: rgba(255, 255, 255, 0.975);
  overflow-y: hidden;
  transition: 0.5s; }

.overlay-open {
  height: 100%; }

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: left;
  padding-left: 1.5rem; }

.overlay-menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #bc2b3a;
  text-transform: capitalize;
  display: block;
  transition: 0.3s;
  font-family: 'CamptonBook'; }

.overlay-menu a.is-active {
  position: relative;
  font-family: 'Campton-bold';
  color: #bc2b3a; }

.overlay-menu a:hover,
.overlay-menu a:focus {
  color: #ccc; }

.open-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  z-index: 10; }

@media screen and (max-height: 480px) {
  .overlay-menu {
    overflow-y: auto; }

  .overlay-menu a {
    font-size: 20px; } }
/* Hamburger Icon */
#hamburgericon {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 19rem;
  margin-top: 0.75rem;
  z-index: 9998;
  display: none;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #hamburgericon {
      display: block; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 6px; }

#hamburgericon span:nth-child(4) {
  top: 12px; }

#hamburgericon.hamburger-open span {
  background: #bc2b3a; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

#eye {
  color: #bc2b3a;
  position: relative;
  z-index: 2;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    #eye {
      display: none; } }

.eye.open:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-top: -4px;
  z-index: 1;
  width: 7px;
  height: 7px;
  background-color: #bc2b3a;
  border-radius: 7px; }

.modal-cart-right {
  background: #ffffff;
  padding: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-height: none;
  width: 450px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e;
  margin: 0px; }
  @media only screen and (max-width: 480px) {
    .modal-cart-right {
      width: 100%; } }

.cart-table {
  display: block; }
  .cart-table tbody {
    height: 60vh;
    display: inline-block;
    width: 100%;
    overflow-y: scroll; }
    @media only screen and (max-width: 480px) {
      .cart-table tbody {
        height: 55vh; } }

.modal-close-cart {
  right: 8px;
  top: 12px; }

.modal-close-cart::before {
  background-color: #000000 !important; }

.modal-close-cart::after {
  background-color: #000000 !important; }

.modal-slideright {
  display: flex;
  visibility: hidden; }
  .modal-slideright .modal-background {
    transition: all .3s;
    opacity: 0; }

.modal-slideright.is-active {
  visibility: visible; }

.modal.modal-slideright .modal-content {
  -webkit-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.modal-slideright .modal-background {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0; }

.modal.modal-slideright.is-active .modal-content {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.modal.modal-fx-slideBottom .modal-content {
  -webkit-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s ease-in-out !important; }

.cart-button {
  border-top: 1px solid #dbdbdb; }
  .cart-button tbody tr td {
    vertical-align: middle; }
    .cart-button tbody tr td h3 {
      font-family: 'OpenSans-Bold';
      color: #bfa563; }
    .cart-button tbody tr td .total-cart {
      color: #000000 !important; }
    .cart-button tbody tr td a {
      min-width: unset;
      font-family: 'OpenSans-Bold'; }

.btn-gold-checkout {
  background-color: #bfa563;
  color: white; }
  .btn-gold-checkout:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000; }

.column-checkout {
  position: fixed;
  bottom: 0;
  overflow: hidden; }

.border-dotted-grey {
  border-bottom: 1px dotted grey; }

.cart-checkout {
  height: 55vh;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media only screen and (max-width: 480px) {
    .cart-checkout {
      height: 45vh; } }

.expandable {
  background: #fff;
  overflow: hidden;
  transition: all .5s ease-in-out;
  line-height: 0;
  padding: 0 1em;
  color: transparent; }

.expandable:target {
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 1em;
  color: black; }

#smartwizard {
  border: unset !important; }
  #smartwizard .nav {
    box-shadow: unset !important; }
    #smartwizard .nav:before {
      z-index: -1 !important; }
    @media only screen and (max-width: 480px) {
      #smartwizard .nav {
        flex-direction: unset !important; } }
    #smartwizard .nav .nav-link.active {
      color: #bfa563 !important; }
      #smartwizard .nav .nav-link.active:after {
        background-color: #bfa563 !important; }
    #smartwizard .nav .nav-link.done {
      color: #5a5a5a !important; }
      #smartwizard .nav .nav-link.done:after {
        background-color: #5a5a5a !important; }
  #smartwizard .toolbar .btn {
    background-color: #5a5a5a !important;
    border: 1px solid #5a5a5a !important; }

.summary-cart1 {
  height: 40vh;
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .summary-cart1 {
      height: 55vh; } }

.summary-cart {
  height: 22vh !important;
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .summary-cart {
      height: 28vh !important; } }

.list-cart-summary {
  height: 300px;
  overflow-y: auto;
  display: inline-block;
  flex-direction: row;
  padding-right: 1rem; }

/* SCREEN LOADER */
.pageloader {
  color: #fff;
  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: bold;
  font-size: 20vh;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  text-align: center;
  padding-top: 35vh; }

.img-loader {
  height: 200px; }

.smoothscale {
  -webkit-animation: scale 3s linear infinite alternate;
  -moz-animation: scale 3s linear infinite alternate;
  -ms-animation: scale 3s linear infinite alternate;
  -o-animation: scale 3s linear infinite alternate;
  animation: scale 3s linear infinite alternate;
  margin: 0 auto; }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.25); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.25); }
  100% {
    -webkit-transform: scale(1); } }
#rotation {
  -webkit-animation: rotation 150s infinite linear; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
.blink {
  -webkit-animation: blink 2s linear infinite;
  -moz-animation: blink 2s linear infinite;
  -ms-animation: blink 2s linear infinite;
  -o-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.scale {
  -webkit-animation: scale 2s linear infinite alternate;
  -moz-animation: scale 2s linear infinite alternate;
  -ms-animation: scale 2s linear infinite alternate;
  -o-animation: scale 2s linear infinite alternate;
  animation: scale 2s linear infinite alternate; }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15); } }
@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
.nuh-title {
  text-align: left;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 11em;
  margin-left: 10em; }
  @media only screen and (max-width: 480px) {
    .nuh-title {
      margin-left: 0em;
      margin-top: 19em; } }

.nuh-title p {
  font-family: 'Lulo-Clean-W01-One-Bold';
  color: #bc2b3a; }

.nuh-title .nuh-title1 {
  font-size: 5vw;
  font-weight: 900;
  line-height: 1em;
  text-shadow: 3px 3px #4a4a4a; }
  @media only screen and (max-width: 480px) {
    .nuh-title .nuh-title1 {
      font-size: 7.5vw; } }

.nuh-heli {
  width: 50vw;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 54vw;
  margin-top: -26vw;
  animation-name: shake;
  animation-duration: 2s;
  animation-iteration-count: infinite; }
  @media only screen and (max-width: 480px) {
    .nuh-heli {
      width: 90vw;
      margin-left: 13vw;
      margin-top: -10vw; } }

.nuh-heli img {
  width: 100%; }

@keyframes shake {
  0% {
    top: 10em; }
  50% {
    top: 10.3em; }
  100% {
    top: 10em; } }
.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem !important; }

#menuleft .less-padding li {
  padding: 0.25rem 1.5rem; }

.mb-0 {
  margin-bottom: 0.25em !important; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem !important; }

.p-0 {
  padding: 0px !important; }

.pt-1 {
  padding-top: 1rem; }

.pt-0 {
  padding-top: 0rem !important; }

.text-box-white {
  background: #ffffff !important; }

.z-1 {
  z-index: 1; }

.border-bottom-0 {
  border-bottom: 0px !important; }

.is-padding-1 {
  padding: 1rem; }

@media only screen and (max-width: 480px) {
  .overflow-mobile {
    overflow-x: scroll; } }

.overflow-scroll {
  overflow-x: scroll; }

@media only screen and (max-width: 480px) {
  .column .flex-start-mobile {
    justify-content: flex-start; } }

.relative {
  position: relative; }

.f-icon {
  width: 80px;
  margin-bottom: 1rem; }

.container.is-fluid {
  margin-left: 0;
  margin-right: 0;
  max-width: none; }

@media only screen and (min-width: 768px) {
  .container.is-fluid-desktop {
    margin-left: 0;
    margin-right: 0;
    max-width: none; } }

.breadcrumb-section {
  padding: 3rem 1.5rem 0; }

@media only screen and (min-width: 768px) {
  header {
    padding-top: 0; } }

.absolute-title {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1.5rem;
  margin-left: 50%;
  transform: translateX(-50%); }

@media only screen and (min-width: 768px) {
  .absolute-title.left {
    margin-top: 1rem;
    margin-left: 1rem;
    transform: translateX(0); } }

.absolute-title-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 3.5rem !important;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center; }

.absolute-title-bottom.left {
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .absolute-title-bottom.left {
      margin-bottom: 2rem !important;
      margin-left: 1rem;
      transform: translateX(0);
      text-align: left;
      max-width: 200px; } }

@media only screen and (min-width: 768px) {
  .is-one-fifth-tablet .card {
    min-height: 280px; } }
@media only screen and (min-width: 1366px) {
  .is-one-fifth-tablet .card {
    min-height: 270px; } }
.is-one-fifth-tablet .card p {
  font-size: 14px; }

.img-full {
  width: 100%; }

.image-square img {
  position: relative;
  width: 100%;
  object-fit: cover;
  object-position: center; }
  .image-square img:after {
    content: "";
    display: block;
    padding-top: 100%;
    opacity: 0.75; }

@media only screen and (max-width: 480px) {
  .is-reverse {
    flex-direction: column-reverse; } }

.navbar {
  background-color: transparent; }

.navbar-item img {
  max-height: 3.5rem;
  margin: 1rem 0; }

.hero.is-medium .hero-body {
  padding: 35rem 1.5rem 9rem; }

.hero.is-fullheight {
  min-height: 90vh;
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .hero.is-fullheight {
      min-height: 97vh;
      margin-top: -5rem; } }

.hero.is-small {
  background-size: cover;
  background-repeat: no-repeat;
  height: 9.5rem; }
  @media only screen and (min-width: 768px) {
    .hero.is-small {
      background-size: 110%;
      background-position: center top;
      height: 37.5rem; } }
  @media only screen and (min-width: 1600px) {
    .hero.is-small {
      height: 45rem; } }

.hero-body {
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover !important; }
  @media only screen and (min-width: 768px) {
    .hero-body {
      background-position: center;
      background-size: cover !important;
      background-size: 100% 100%;
      margin-top: -3rem; } }

.white-box-with-shadow {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 480px) {
    .white-box-with-shadow {
      height: 3.25rem;
      padding-top: 0.75rem; } }
  @media only screen and (max-width: 480px) {
    .white-box-with-shadow .column {
      padding: 0 .5rem; } }

.is-no-padding {
  padding: 0 !Important; }
  .is-no-padding .is-fluid {
    padding: 0;
    margin: 0; }
    .is-no-padding .is-fluid .centered-div {
      padding: 9rem 0 !important; }
      .is-no-padding .is-fluid .centered-div .box-card {
        align-self: center;
        max-width: 80%; }
        @media only screen and (min-width: 768px) {
          .is-no-padding .is-fluid .centered-div .box-card {
            max-width: 50%; } }

.section.is-small {
  padding: 1.5rem; }

.section.is-full-width {
  padding: 3rem 0; }

.section.no-padding {
  padding: 0 0;
  margin: 9rem 0; }

@media only screen and (min-width: 768px) {
  .section {
    padding: 4.5rem 1.5rem; } }

@media only screen and (min-width: 768px) {
  .section.no-padding-top {
    padding: 0 1.5rem 4.5rem; } }

@media only screen and (max-width: 480px) {
  .section.no-padding-top-mobile {
    padding: 0 1.5rem 3rem; } }

@media only screen and (min-width: 768px) {
  .section.is-full-width-desktop {
    padding: 3rem 0; } }

.is-medium.no-padding-bottom {
  padding: 3rem 1.5rem 0; }
  @media only screen and (min-width: 768px) {
    .is-medium.no-padding-bottom {
      padding: 9rem 1.5rem 0; } }

.is-medium.no-padding-top {
  padding: 0rem 1.5rem 3rem; }
  @media only screen and (min-width: 768px) {
    .is-medium.no-padding-top {
      padding: 0rem 1.5rem 9rem; } }

.banner-section {
  margin-top: 3.75rem; }
  @media only screen and (min-width: 768px) {
    .banner-section {
      margin-top: 7.5rem; } }

.top-header-section {
  background: #f1f1f1;
  mix-blend-mode: normal;
  padding: 0.5rem 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: 0.3s; }
  @media only screen and (min-width: 768px) {
    .top-header-section {
      padding: 1rem 1.5rem 1.25rem; } }

.header-section {
  background: #3A3A3A;
  mix-blend-mode: normal;
  padding: 0.75rem 1.25rem;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  transition: 0.3s; }
  @media only screen and (min-width: 768px) {
    .header-section {
      padding: 1rem 1.5rem; } }

.logo-brand {
  background-size: contain;
  background-position: center center;
  width: auto;
  height: 40px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .logo-brand {
      max-width: 140px;
      height: auto;
      margin: 0 auto; } }

.logo-brand-home {
  background-size: contain;
  background-position: center center;
  width: auto;
  height: 40px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .logo-brand-home {
      width: 140px;
      background-position: center center;
      height: 72px;
      margin: 0 auto; } }

.logo-brand-footer {
  max-width: 240px;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .logo-brand-footer {
      max-width: 200px;
      margin-bottom: 0;
      margin-left: -1.5rem; } }

.footer {
  position: relative;
  padding: 3rem 1.5rem;
  background: #141414; }
  .footer .container {
    position: relative; }
  .footer .logo-bottom {
    width: 90px;
    height: 90px;
    position: absolute;
    transform: translateX(-50%);
    margin-left: 50%;
    top: 0;
    left: 0;
    margin-top: -45px;
    background-color: #fff;
    padding: 0 1rem; }
  .footer .socmed-box {
    border-radius: 3rem;
    width: 100%;
    background-color: #82bb42; }
  .footer .socmed-footer li {
    display: inline-block;
    margin: 0.75rem 1.25rem; }
    .footer .socmed-footer li a {
      font-size: 1.5rem; }
      .footer .socmed-footer li a svg {
        vertical-align: sub; }
      .footer .socmed-footer li a:hover g path:first-child {
        fill: #628f30; }

.socmed-top {
  width: 2.5rem;
  position: fixed;
  right: 0;
  margin-top: -444px;
  margin-right: 1rem;
  padding: 4.5rem 0 0.5rem;
  background: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  transition: all 0.7s;
  z-index: 99; }
  @media only screen and (min-width: 768px) {
    .socmed-top {
      display: none; } }
  .socmed-top li {
    text-align: center; }
    .socmed-top li a {
      font-size: 0.8rem;
      fill: #82bb42; }
      .socmed-top li a svg {
        vertical-align: sub;
        width: 24px;
        color: #82bb42; }
      .socmed-top li a:hover g path:first-child {
        fill: #628f30; }

.socmed-top.open {
  margin-top: 0;
  transition: all 0.7s;
  z-index: 99; }

.menu-footer li a {
  font-size: 14px; }
  .menu-footer li a i {
    color: #cccccc; }
.menu-footer li a:hover {
  color: #176892; }

.copyright a:hover {
  color: #176892; }

.position-relative {
  position: relative !important; }

.img-center {
  display: block;
  margin: 0 auto; }

.mr-1 {
  margin-right: 1rem; }

.mr-3 {
  margin-right: 3rem; }

.pr-2 {
  padding-right: 2rem; }

.pl-2 {
  padding-left: 2rem; }

.height180 {
  height: 104px;
  object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .height180 {
      height: 180px; } }

.input-noshadow:focus {
  border-color: #bfa563;
  box-shadow: unset; }

.height75 {
  height: 75vh; }

.flex-nowrap {
  flex-wrap: nowrap !important; }
  @media only screen and (min-width: 768px) {
    .flex-nowrap {
      justify-content: center; } }

@media only screen and (max-width: 480px) {
  .pt-0-mobile {
    padding-top: 0px; } }

@media only screen and (max-width: 480px) {
  .img-rounded-mobile {
    height: 148px;
    width: 148px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
    display: block; } }

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ffffff; }

.swiper-button-next,
.swiper-button-prev {
  top: 44%; }
  @media only screen and (min-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
      top: 40%; } }

.img-hover:hover {
  transform: scale(1.1);
  transition: all 0.3s; }

.search-input:focus {
  border-color: unset;
  box-shadow: unset; }

.section-notfound {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.dropdown-menu-journal {
  left: 170px;
  top: -16px; }
  @media only screen and (min-width: 768px) {
    .dropdown-menu-journal {
      left: 295px; } }

.bb-0 {
  border-bottom: 0px; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-2 {
  padding-bottom: 2rem; }

.py-2 {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.mt-0 {
  margin-top: 0px !important; }

.mb-5 {
  margin-bottom: 5rem; }

.w100 {
  width: 100%; }

.pt-2 {
  padding-top: 2rem; }

.btn-minus,
.plus-item {
  min-width: unset !important; }

.modal .modal-background {
  background-color: #000000d6 !important; }

.error {
  color: #db1010; }

.overflow-auto {
  overflow: auto; }

.input:focus {
  box-shadow: none;
  border-color: #bfa563; }
.input:active {
  box-shadow: none;
  border-color: #bfa563; }
.input:hover {
  border-color: #bfa563; }

.add-margin {
  margin: 0rem 0.5rem; }
  @media only screen and (min-width: 768px) {
    .add-margin {
      margin: 0rem 2.5rem; } }

.logo-text {
  color: #fff;
  font-family: 'Lulo-Clean-W01-One-Bold';
  color: #fff;
  font-size: 18px; }

.line-news {
  display: block;
  height: 6px;
  background-color: #bc2b3a;
  position: absolute;
  left: 0;
  margin-left: 50%;
  margin-top: 0.5rem;
  width: 280px;
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 480px) {
    .line-news {
      width: 140px; } }

.line-about {
  background-color: #0a0a0a;
  border: none;
  display: block;
  height: 6px;
  width: 300px;
  margin-top: 0.5rem; }
  @media only screen and (max-width: 480px) {
    .line-about {
      width: 165px; } }

.line-projects {
  margin-top: 0.5rem;
  display: block;
  height: 6px;
  background-color: #141414;
  position: absolute;
  left: 0;
  margin-left: 50%;
  width: 500px;
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 480px) {
    .line-projects {
      width: 265px; } }

.line-unit {
  display: block;
  height: 6px;
  background-color: #141414;
  position: absolute;
  margin-top: 0.5rem;
  margin-left: 50%;
  left: 0;
  width: 600px;
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 480px) {
    .line-unit {
      width: 250px; } }

.line-video {
  display: block;
  height: 6px;
  background-color: #bc2b3a;
  position: absolute;
  left: 0;
  margin-left: 50%;
  margin-top: 0.5rem;
  width: 500px;
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 480px) {
    .line-video {
      width: 280px; } }

.title-banner {
  position: absolute;
  top: 100px; }

.sort-down {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 23%;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 480px) {
    .sort-down {
      margin-left: 5%;
      margin-top: 135%; } }

.caret-square-up {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 1%;
  margin-right: 1%; }

.img-about {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.img-boxx {
  position: relative; }

.bg-overlay {
  width: 100%;
  height: 97.75%;
  background: rgba(225, 255, 255, 0.7);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  /* font-weight: bold; */
  /* text-align: center; */
  font-size: 60px;
  color: #000;
  z-index: 2; }
  @media only screen and (max-width: 480px) {
    .overlay {
      font-size: 40px; } }

.about {
  margin-right: -6rem; }
  @media only screen and (max-width: 480px) {
    .about {
      margin-right: -1rem; } }

.img-news {
  border-radius: 60px;
  position: relative;
  opacity: 0.35; }
  @media only screen and (max-width: 480px) {
    .img-news {
      border-radius: 20px; } }

.title-news {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 107px;
  margin-left: 55px;
  font-weight: bold;
  font-size: 50px;
  color: #FFF;
  text-align: left; }
  @media only screen and (max-width: 480px) {
    .title-news {
      margin-bottom: 35px;
      margin-left: 15px;
      font-size: 1rem;
      line-height: 1.2; } }

.date-news {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 59px;
  margin-left: 55px;
  font-weight: bold;
  font-size: 25px;
  color: #bc2b3a;
  text-align: left;
  font-style: italic;
  font-family: 'CamptonBookItalic'; }
  @media only screen and (max-width: 480px) {
    .date-news {
      margin-bottom: 15px;
      margin-left: 15px;
      font-size: 15px; } }

.logo-top {
  height: 40px;
  left: 0;
  margin-left: 30px;
  bottom: 0;
  margin-bottom: 4px; }
  @media only screen and (max-width: 480px) {
    .logo-top {
      height: 40px;
      left: 0;
      margin-left: 30px;
      bottom: 0;
      margin-bottom: 5px; } }

.logo-bottom {
  height: 100px;
  top: 0;
  margin-top: -36px;
  left: 0;
  margin-left: -92px; }
  @media only screen and (max-width: 480px) {
    .logo-bottom {
      height: 100px;
      top: 0;
      margin-top: -85px;
      left: 0;
      margin-left: -20px; } }

.video {
  width: 100%; }

.news-popup {
  background: #BC2B3A;
  padding: 3px 5px;
  width: fit-content; }

.modal-card {
  margin: 6rem auto; }
  .modal-card .modal-card-body {
    max-width: 800px;
    height: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 3rem;
    background-size: 170px 180px, 170px 180px; }
    @media only screen and (max-width: 480px) {
      .modal-card .modal-card-body {
        height: 75vh;
        width: 320px;
        background-size: 85px 85px, 85px 85px; } }
  .modal-card .modal-card-foot {
    justify-content: flex-end;
    width: fit-content;
    float: right;
    border-bottom-right-radius: 50px;
    background-color: gray; }
    @media only screen and (max-width: 480px) {
      .modal-card .modal-card-foot {
        height: 40px;
        width: 150px;
        border-bottom-right-radius: 30px; } }
    .modal-card .modal-card-foot button {
      background-color: gray; }

@media only screen and (max-width: 480px) {
  .img-text img {
    height: 150px;
    width: 250px; } }

.mw-100 {
  width: 100%; }

.slick-next:before, .slick-prev:before {
  font-family: slick;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  color: #bc2b3a !important;
  font-size: 3rem; }

@media only screen and (max-width: 480px) {
  .slick-next {
    left: 0;
    margin-left: 275px !important; } }

.red-news {
  position: absolute;
  left: 0;
  top: 0; }

.splide {
  width: 100%;
  max-width: 360px;
  margin: 0 auto; }

.splide__pagination {
  margin-bottom: -2.5rem; }

.splide__arrow {
  background: #bc2b3a; }

.splide__arrow svg {
  fill: #fff; }

.unit-img-list img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto; }

.title-startup {
  font-size: 4.5rem; }

/*.bg-flag{
    position: absolute;
    max-width: 740px;
    height: 700px;
    width: 100%;
    margin: 0 auto;
}

.right-top{

    position: absolute !important;
    //position: relative;
    width: 170px !important;
    right: 0;
    top: 0;
    margin-right: -10x;
    margin-top: -10px;
    z-index: 1;

    @include respond-to(small) {
        width: 45px !important;
        margin-right: 20px;
        }
}

.left-bottom{
    position: absolute !important;
    //position: relative;
    left: 0;
    bottom: 0;
    margin-left: -10px;
    margin-bottom: -10px;
    width: 170px;
    height: 184px;
    
    @include respond-to(small) {
        width: 45px !important;
        margin-left: 20px;
        } 
}*/

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