:root {
  --main-color: #365678;
  --mid-blue: #1861a4;
  --second-color: #009fe3;
  --second-color-bright: #53cbff;
  --body-color: #f0f0f2;
  --font-color: #365678;
  --mid-grey: #414d59;
  --white-color: #fafafa;
  --very-light-blue: #d8ebff;
  --orange-gradient: linear-gradient(90deg, #e75c17 0%, #e98821 100%);
  --orange-gradient-vertical: linear-gradient(0deg, #e75c17 0%, #e98821 100%);
  --blue-gradient-vertical: linear-gradient(180deg, #009fe3 0%, #383c75 100%);
  --blue-gradient: linear-gradient(270deg, #1861a4 0%, #009fe3 100%);
  --max-width: 1200px;
  --max-width-blog: 800px;
  --main-font: 'Rajdhani', sans-serif;
  --clip-20px-both-alt: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  --clip-20px-both: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  --clip-10px-both: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  --clip-10px-square: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px, 10px 10px);
  --clip-20px-square: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px, 20px 20px);
  --clip-0px-square: polygon(0px 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) calc(100% - 0px), calc(100% - 0px) 100%, 0 100%, 0 0px, 0px 0px);
}
img.lazy {
  opacity: 0;
  transition: all 2s;
}
img.lazy.in-viewport {
  opacity: 1;
}
.lazy-content {
  opacity: 1;
  transition: all 2s;
}
.lazy-content.outside-viewport {
  opacity: 0;
}
.x2column.lazy-content .col.image {
  transform: translateX(0);
  transition: all 1s;
}
.x2column.lazy-content.outside-viewport .col.image {
  transform: translateX(-20%) !important;
}
.x2column.lazy-content.outside-viewport .reverse .col.image {
  transform: translateX(20%) !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--main-font);
  background: var(--body-color);
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: var(--font-color);
}
body.no-scroll {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: var(--second-color);
}
a:hover {
  color: var(--font-color);
}
.seafast-btn {
  border-radius: 0;
  padding: 0.75em 2em;
}
.btn {
  font-weight: 600;
}
.btn:hover {
  box-shadow: 0 0 0 3px var(--second-color), 0 0 0 6px rgba(0, 159, 227, 0.25);
  background: var(--mid-blue);
}
.btn-primary {
  display: inline-block;
  box-shadow: 0 0 0 3px var(--second-color), 0 0 0 3px rgba(0, 159, 227, 0);
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s;
  border: none;
  color: var(--white-color);
  cursor: pointer;
  background: var(--mid-blue);
  font-family: var(--main-font);
}
.btn-outline-primary {
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: 0 0 0 3px var(--second-color) inset;
  clip-path: var(--clip-20px-square);
  transition: all 0.3s;
}
.btn-outline-primary:hover {
  background: transparent;
  box-shadow: 0 0 0 3px var(--second-color-bright) inset;
  clip-path: var(--clip-0px-square);
}
a.button.reversed {
  color: #fff;
}
h1,
h2 {
  color: var(--second-color);
}
h1,
h2,
h3 {
  text-wrap: balance;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
p {
  line-height: 1.75em;
  margin: 1em 0;
  font-weight: 500;
}
.fab.fa-linkedin:before {
  content: '\f0e1';
}
.max-width {
  max-width: var(--max-width);
  margin: 0 auto;
}
/* HEADER */
header#main-header.nav-up {
  transform: translateY(-100%);
}
/* Top Header */
header#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  transition: all 0.3s;
}
/* Bottom Header */
header#main-header .bottom-header {
  padding: 0 5%;
  position: relative;
  height: auto;
  transition: all 0.3s;
}
header#main-header .bottom-header .wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  position: relative;
  height: 140px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
}
header#main-header div.logo {
  width: 320px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 5%;
  border-radius: 0 0 3px 0;
  z-index: 810;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: all 0.3s;
}
header#main-header.nav-down div.logo {
  background: var(--second-color-light);
}
header#main-header div.logo a {
  display: block;
  height: auto;
  width: 100%;
  transition: all 0.3s;
  padding: 10px;
  border-radius: 40px;
}
header#main-header div.logo:hover a {
  transform: scale(1.05);
  transition: all 0.3s;
}
header#main-header div.logo a img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  header#main-header div.logo {
    top: 20px;
  }
}
@media screen and (max-width: 540px) {
  header#main-header div.logo {
    width: 300px;
  }
}
/* HEADER SOCIALS */
.fa-facebook:before {
  content: '\f39e';
}
div.header-socials .ccm-block-social-links ul.list-inline li {
  margin: 0 -3px;
}
div.header-socials ul li a {
  background: var(--mid-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 56px;
  font-size: 18px;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  transition: all 0.3s;
}
div.header-socials ul li a:hover {
  background: var(--second-color);
  transition: all 0.3s;
}
.ccm-block-social-links ul.list-inline {
  display: flex;
}
nav#mobile-nav div.header-socials {
  padding-left: 30px;
  height: 48px;
  display: flex;
  align-items: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
nav#mobile-nav div.header-socials .ccm-block-social-links ul.list-inline {
  gap: 5px;
}
nav#mobile-nav div.header-socials ul li {
  margin: 0;
}
nav#mobile-nav div.header-socials ul li a {
  background: var(--second-color);
  width: 36px;
  clip-path: none;
}
/* MAIN NAV */
div.blackout {
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 840;
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.3s;
}
div.blackout.reveal {
  opacity: 1;
  transform: translateX(0);
}
nav#main-nav ul {
  display: flex;
  list-style: none;
}
nav#main-nav ul li {
  margin: 0 -3px;
  position: relative;
}
nav#main-nav ul li a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  background: var(--second-color);
  min-width: 97px;
  text-align: center;
  height: 36px;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
nav#main-nav ul li a:hover,
nav#main-nav ul li a.nav-selected {
  background: var(--mid-blue);
}
/* sub level nav */
nav#main-nav ul ul {
  position: absolute;
  flex-direction: column;
  width: 220px;
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  gap: 3px;
  padding-top: 5px;
}
nav#main-nav li:hover ul {
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
nav#main-nav ul ul li a {
  display: flex;
  align-items: :center;
  background: var(--mid-blue);
  font-size: 0.875em;
  text-align: left;
  clip-path: none;
}
nav#main-nav ul ul li a:hover {
  color: var(--white-color);
  background: var(--second-color);
}
nav#main-nav ul ul li a:after {
  display: none;
}
/* MOBILE BURGER */
#mobile-burger {
  display: none;
  flex-direction: column;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 5%;
  top: 70px;
  transform: translateY(-50%);
  justify-content: center;
  z-index: 900;
  cursor: pointer;
}
#mobile-burger span {
  width: 100%;
  height: 4px;
  background: var(--second-color-bright);
  display: block;
  margin: 3px auto;
  transition: all 0.3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#mobile-burger.opened span {
  background: var(--white-color);
}
#mobile-burger.opened span:first-of-type {
  transform: translate(0, 10px) rotate(-45deg) scale(0.85);
}
#mobile-burger.opened span:nth-of-type(2) {
  transform: scale(0.5);
  opacity: 0;
}
#mobile-burger.opened span:last-of-type {
  transform: translate(0, -10px) rotate(45deg) scale(0.85);
}
@media screen and (max-width: 800px) {
  #mobile-burger {
    top: 45px;
  }
}
/* MOBILE NAV */
nav#mobile-nav {
  position: fixed;
  display: block;
  top: 150px;
  right: 0;
  width: calc(100% - 2rem);
  z-index: 850;
  max-width: 400px;
  transform: translateX(100%);
  transition: all 0.3s;
  background: rgba(0, 159, 227, 0.84);
  padding: 50px 0;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}
nav#mobile-nav.opened {
  transform: translateX(0);
}
nav#mobile-nav ul.nav {
  list-style: none;
  display: flex;
  flex-direction: column;
}
nav#mobile-nav ul.nav li {
  position: relative;
}
nav#mobile-nav ul.nav li a {
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  display: block;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 1.175em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
nav#mobile-nav ul.nav li:hover > a {
  background: rgba(0, 0, 0, 0.1);
}
/* expand stuff */
nav#mobile-nav ul.nav li div.expand {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 48px;
  width: 48px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
nav#mobile-nav ul.nav li div.expand.opened .wrapper {
  transform: scaleY(-1);
}
nav#mobile-nav ul.nav li div.expand:hover {
  background: var(--main-color);
}
nav#mobile-nav ul.nav li div.expand .wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.15);
}
nav#mobile-nav ul.nav li div.expand .wrapper:before {
  content: '\f0dd';
  font-family: 'Font Awesome 5 Pro';
  color: var(--white-color);
  font-weight: 700;
  font-size: 1.175em;
  position: relative;
  top: -3px;
}
/* Subnav */
nav#mobile-nav ul ul {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
nav#mobile-nav ul ul li {
  border-bottom: none;
}
nav#mobile-nav ul ul li a {
  height: 40px;
  line-height: 40px;
  font-size: 0.875em;
}
nav#mobile-nav ul ul li:hover > a {
  background: var(--main-color);
}
/* MAIN IMAGE */
/* MOBILE VIEW */
@media screen and (max-width: 1023px) {
  #mobile-burger {
    display: flex;
  }
  nav#main-nav,
  header#main-header .bottom-header .header-socials {
    display: none;
  }
  nav#mobile-nav {
    display: block;
  }
}
/* YOUTUBE VIDEO */
section.single-video {
  margin: 45px 0;
  padding: 45px 5%;
}
section.single-video .max-width {
  max-width: var(--max-width);
  margin: 0 auto;
  filter: saturate(0.2);
}
/* CONTACT FORM */
::-webkit-input-placeholder {
  color: var(--font-color);
}
section.contact-form {
  padding: 45px 5%;
}
section.contact-form .max-width {
  margin: 0 auto;
}
section.contact-form .ccm-block-express-form {
  padding: 0;
  margin: 45px 0;
  border-radius: 3px;
}
section.contact-form .ccm-block-express-form form {
  max-width: var(--max-width);
  margin: 0 auto;
}
section.contact-form .ccm-dashboard-express-form {
  display: flex;
  margin: 0 -2.5% 0 -2.5%;
}
section.contact-form fieldset {
  width: 95%;
  margin: 0 2.5%;
  border: none;
}
section.contact-form fieldset legend {
  display: none;
}
section.contact-form .form-group {
  margin-bottom: 20px;
}
section.contact-form input {
  font-family: var(--main-font);
}
section.contact-form select,
.list-filter select,
.store-product-block select,
.store-checkout-page select {
  padding: 12px;
  font-family: var(--main-font);
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(158deg, #fbb80c 0%, #f07c4c 35%, #eb5b82 100%);
  color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 47px;
  font-size: 1.125em;
  background-position: right .7em top 50%, 0 0;
  background-repeat: no-repeat;
  background-size: 12px auto, 100%;
  transition: all 0.3s;
}
section.contact-form select:hover,
.list-filter select:hover,
.store-product-block select:hover,
.store-checkout-page select:hover,
.store-checkout-page select:focus {
  box-shadow: 0 0 12px #e1cb3b, 0 0 2px #e1cb3b;
}
section.contact-form input[type=text],
section.contact-form input[type=tel],
section.contact-form input[type=email],
section.contact-form textarea,
.store-product-block input,
.store-checkout-page input[type=email],
.store-checkout-page input[type=text],
.store-checkout-page input[type=number],
.store-checkout-page input[type=tel],
.store-checkout-page textarea {
  padding: 14px 14px 14px 40px;
  border: none;
  border-radius: 3px;
  transition: all 0.3s;
  font-size: 1em;
  color: var(--font-color);
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background: var(--body-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  font-family: var(--main-font);
  border: 2px solid transparent;
}
section.contact-form div.input,
.store-checkout-page div.input {
  position: relative;
}
section.contact-form div.input:after,
.store-checkout-page div.input:after {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--font-color);
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.25em;
  transition: all 0.3s;
  font-weight: 300;
}
div.input {
  position: relative;
}
div.input input {
  padding-left: 36px;
}
div.input:after {
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  color: var(--light-grey);
  top: 50%;
  transform: translate(10px, -50%);
}
div.input.first-name:after,
div.input.last-name:after,
div.input.name:after {
  content: '\f007';
}
div.input.email:after {
  content: '\f2b6';
}
div.input.phone-number:after {
  content: '\f095';
}
div.input.address:after {
  content: '\f3c5';
}
div.input.search:after {
  content: '\f002';
}
div.input.message:after {
  top: 10px !important;
  transform: none !important;
  content: '\f303';
}
section.contact-form textarea {
  min-height: 417px;
}
/* Hide arrow icon in IE browsers */
section.contact-form select::-ms-expand {
  display: none;
}
section.contact-form input[type=text]:hover,
section.contact-form input[type=tel]:hover,
section.contact-form input[type=email]:hover,
.store-checkout-page input[type=number]:hover,
section.contact-form textarea:hover,
.store-product-block input:hover,
.store-checkout-page input[type=email]:hover,
.store-checkout-page input[type=text]:hover,
.store-checkout-page input[type=tel]:hover,
.store-checkout-page textarea:hover {
  background: var(--body-color);
  border: 2px solid #fff;
}
section.contact-form input[type=text]:focus,
section.contact-form input[type=tel]:focus,
section.contact-form input[type=email]:focus,
.store-checkout-page input[type=number]:focus,
section.contact-form textarea:focus,
.store-product-block input:focus,
.store-checkout-page input[type=email]:focus,
.store-checkout-page input[type=text]:focus,
.store-checkout-page input[type=tel]:focus,
.store-checkout-page textarea:focus {
  background: var(--body-color);
  outline: none;
  border: 2px solid var(--second-color);
}
section.contact-form label,
.store-product-block label,
.store-checkout-page label {
  line-height: 1.5em;
  margin: 0 0 5px 0;
  color: var(--font-color);
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
  user-select: none;
}
section.contact-form span.small {
  font-size: 0.65em;
  color: #ed6b68;
}
section.contact-form .form-actions {
  margin-top: 30px;
  padding: 0 2px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  section.contact-form .ccm-dashboard-express-form {
    flex-direction: column;
    margin: 0 -2.5% 0 -2.5%;
  }
  section.contact-form textarea {
    min-height: 150px;
  }
}
/* PAGE SHARING */
div.page-sharing {
  display: flex;
  overflow: hidden;
  justify-content: flex-end;
  width: 100%;
}
div.page-sharing div.list-socials {
  transform: translateX(140%);
  transition: all 0.7s;
}
div.page-sharing.viewing div.list-socials {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.7s;
}
div.page-sharing a.socials-item,
div.page-sharing div.list-sharing-icon {
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
/* BLOG LIST SHARING */
div.list-sharing-icon {
  color: var(--second-color);
}
a.socials-item {
  color: #fff;
}
a.socials-item:hover {
  color: var(--second-color);
}
/* BLOG CONTENT */
body.blog-post {
  overflow: scroll;
}
body.blog-post section.title-block {
  padding: 45px 5% 0 5%;
  margin: 45px 0;
  text-align: center;
}
body.blog-post section.title-block .max-width {
  max-width: var(--max-width-blog);
  margin: 0 auto;
}
section.blog-content {
  padding: 0 5%;
  margin: 45px 0;
}
section.blog-content ul {
  list-style: none;
  margin: 20px 0;
}
section.blog-content ul li,
.cke_wysiwyg_div ul li {
  color: var(--font-color);
  padding-left: 30px;
  position: relative;
  line-height: 1.2em;
  margin: 10px 0;
}
section.blog-content ul li:before,
.cke_wysiwyg_div ul li:before {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 0;
  left: 0;
}
section.blog-content .max-width {
  max-width: var(--max-width-blog);
  margin: 0 auto;
}
section.blog-content img,
.std-form .cke_inner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
/* BLOG PAGE SHARING */
section.page-sharing div.page-sharing {
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
section.page-sharing div.page-sharing div.list-socials {
  transform: translateX(0);
  display: flex;
}
section.page-sharing div.page-sharing.viewing div.list-socials {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.7s;
}
section.page-sharing div.page-sharing a.socials-item {
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: flex;
  text-align: center;
  color: #fff;
  background: var(--second-color);
  border-radius: 3px;
  margin: 0 2px;
  align-items: center;
  justify-content: center;
}
section.page-sharing div.page-sharing a.socials-item svg {
  width: 16px;
}
/* AUTHOR */
section.title-block p.author {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.title-block p.author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
/* FOOTER */
footer#footer {
  padding: 90px 0 60px 0;
  background: #fafafa;
  clip-path: polygon(0 0, 60px 30px, calc(100% - 60px) 30px, 100% 60px, 100% 100%, 0 100%);
}
footer#footer h4 {
  color: var(--main-color);
}
footer#footer p {
  color: var(--main-color);
  line-height: 1.5em;
}
footer#footer p.credit,
footer#footer p.copyright {
  font-size: 0.875em;
}
footer#footer .web-links {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}
footer#footer .web-links .link:first-of-type {
  margin-right: 10px;
}
footer#footer .web-links .link {
  width: 180px;
  margin: 10px 0;
}
footer#footer .web-links .link img {
  width: 100%;
  height: auto;
}
footer#footer .footer-links h4 {
  font-size: 1.125em;
  max-width: 540px;
  text-wrap: balance;
  line-height: 1.5em;
}
/* SITE ADMIN */
section.admin-panel {
  padding: 45px 5%;
  margin: 45px 0;
}
section.admin-panel h3 {
  color: var(--font-color);
}
section.admin-panel .max-width {
  border: 1px solid #eee;
  background: #fbfbfb;
  padding: 30px;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1em;
}
nav.page-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
nav.page-nav ul li {
  margin: 0 2px 5px 2px;
}
ul.list {
  list-style: none;
  margin: 30px 0;
}
.ccm-block-express-form label,
.ccm-block-express-form span.text-muted {
  display: inline-block;
  font-size: 0.875em;
  font-family: var(--main-font);
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.ccm-block-express-form input,
.ccm-block-express-form textarea {
  border: none;
  padding: 10px;
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-bottom: 15px;
  color: #657380;
  width: 100%;
  box-shadow: 0 0 0 3px rgba(117, 180, 179, 0), 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  transition: all 0.3s;
}
.ccm-block-express-form input:focus,
.ccm-block-express-form textarea:focus {
  outline: none;
}
.std-form div.checkbox {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.std-form input[type=checkbox] {
  width: auto;
  margin: 0 0 0 10px;
}
/* ENQUIRY FORM */
.modal-body {
  background: var(--body-color);
}
.ccm-block-express-form fieldset legend {
  display: none;
}
