@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap");
.page-template-cliccan .sticky-header, .page-template-cliccan #footer > .container {
  display: none;
}
.page-template-cliccan #footer {
  padding-top: 0;
}
.page-template-cliccan #footer .bottom {
  margin-top: 0;
}

section.cliccan {
  font-family: "Open Sans", sans-serif;
}
section.cliccan h1, section.cliccan h2, section.cliccan h3 {
  color: #037a78;
  font-weight: 600;
}
section.cliccan h1 {
  font-size: 64px;
}
@media (max-width: 767px) {
  section.cliccan h1 {
    font-size: 48px;
  }
}
section.cliccan h2 {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  section.cliccan h2 {
    font-size: 24px;
  }
}
section.cliccan h3 {
  font-size: 24px;
  color: #00b2b9;
}
@media (max-width: 767px) {
  section.cliccan h3 {
    font-size: 20px;
  }
}
section.cliccan .vc_btn3, section.cliccan .btn {
  background: #d24b09 !important;
  color: #FFF !important;
  font-weight: 600;
  text-transform: none;
  border-radius: 5px;
  padding: 14px 24px !important;
  border: none !important;
}
section.cliccan .vc_btn3:hover, section.cliccan .vc_btn3:focus, section.cliccan .btn:hover, section.cliccan .btn:focus {
  background: rgb(161.095890411, 57.5342465753, 6.904109589) !important;
}
section.cliccan .cc-header .cc-logo-box .wpb_wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
section.cliccan .cc-header .cc-logo-box .cc-logo {
  width: 240px;
  max-width: 100%;
}
section.cliccan .cc-header .cc-logo-box .cc-by-origin {
  width: 100px;
  max-width: 100%;
}
@media (max-width: 480px) {
  section.cliccan .cc-header .vc_btn3 {
    padding: 10px 14px !important;
  }
}
section.cliccan .cc-foot {
  color: #FFF;
  font-size: 14px;
}
section.cliccan .cc-foot .cc-foot-logo {
  width: 180px;
  max-width: 100%;
}
section.cliccan .cc-foot h3 {
  color: inherit;
  margin-bottom: 15px;
}
section.cliccan .cc-foot a {
  color: inherit;
}
section.cliccan .cc-foot ul {
  list-style: none;
  padding: 0;
}
section.cliccan .cc-foot ul li:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  background: #FFF;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  section.cliccan .intro .vc_column-inner {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  section.cliccan .intro .vc_column-inner .wpb_single_image {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  section.cliccan .cc-icon-box:not(:first-child) .vc_column-inner {
    padding-top: 0 !important;
  }
}
section.cliccan .cc-icon-box .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1.3;
  width: 400px;
  max-width: 100%;
}
section.cliccan .cc-icon-box .vc_column-inner > .wpb_wrapper .wpb_single_image {
  flex-shrink: 0;
}
section.cliccan .cc-icon-box .vc_column-inner > .wpb_wrapper .wpb_single_image img {
  width: 60px;
}
@media (min-width: 960px) {
  section.cliccan .cc-icon-box.reverse {
    margin-top: -120px;
  }
  section.cliccan .cc-icon-box.reverse .vc_column-inner > .wpb_wrapper {
    flex-direction: row-reverse;
    justify-content: flex-start;
    text-align: right;
    margin-left: auto;
  }
}
section.cliccan .white-text {
  color: #FFF;
}
section.cliccan .white-text h1, section.cliccan .white-text h2, section.cliccan .white-text h3 {
  color: inherit;
}
@media (max-width: 767px) {
  section.cliccan .mb-m-0 {
    margin-bottom: 0 !important;
  }
}
section.cliccan .form-box .nf-form-cont {
  background: #037a78;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 35px;
}
section.cliccan .form-box .nf-error-msg, section.cliccan .form-box .ninja-forms-req-symbol {
  color: #FFF;
}
section.cliccan .grey-waves:before, section.cliccan .grey-waves:after {
  content: "";
  background: url(../img/cliccan/grey-wave.svg) no-repeat top center #FFF;
  background-size: 120% auto;
  width: 100vw;
  aspect-ratio: 15/1;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
section.cliccan .grey-waves:after {
  background-position: bottom center;
}
section.cliccan .header-wave:after {
  content: "";
  background: url(../img/cliccan/header-wave.png?) no-repeat bottom center;
  background-size: 100% auto;
  width: 100vw;
  max-width: 100vw;
  aspect-ratio: 12/1;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
section.cliccan .footer-waves:before, section.cliccan .footer-waves:after {
  content: "";
  background: url(../img/cliccan/footer-waves.svg) no-repeat top center #FFF;
  background-size: 100% auto;
  width: 100vw;
  aspect-ratio: 11/1;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
section.cliccan .footer-waves:after {
  background-position: bottom center;
}