/*
Theme Name: IT-Central Global Corp.
Theme URI: https://www.it-central.com.ph
Author: Reiner Evangelista
Author URI: http://www.creativeweblogic.com
Description: 2023 web design layout.
Version: 1.0.4
*/
/* Normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*COLOR
--------------------------------------------------*/
:root {
  --color_default: #555555;
  --color_gray: #f8f8f8;
  --color_primary: #228acb;
  --brand_blue: #228acb;
  --brand_green: #40aa88;
  --brand_sky: #0ba9de;
}

/*DEFAULT
--------------------------------------------------*/
* {
  outline: none !important;
  box-sizing: border-box;
  zoom: 1;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  margin-bottom: 1.2rem;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1.2em;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  margin: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.table {
  border-collapse: collapse !important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #333333 !important;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
ul li:last-child {
  margin-bottom: 0 !important;
}

ol {
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}
ol li {
  margin-bottom: 5px;
}
ol li:last-child {
  margin: 0;
}
ol li:last-child {
  margin-bottom: 0 !important;
}

section {
  position: relative;
}

.hidden {
  display: none;
}

.noscroll {
  padding-right: 17px;
  overflow: hidden;
}

.videoWrapper {
  position: relative;
}
.videoWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.25rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.25rem * var(--cw-space-x-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.5rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.5rem * var(--cw-space-x-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.75rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.75rem * var(--cw-space-x-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1rem * var(--cw-space-x-reverse));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.25rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.25rem * var(--cw-space-x-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.5rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.5rem * var(--cw-space-x-reverse));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.75rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.75rem * var(--cw-space-x-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(2rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(2rem * var(--cw-space-x-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--cw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--cw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--cw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--cw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--cw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--cw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.75rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--cw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(2rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--cw-space-y-reverse));
}

.nowrap {
  white-space: nowrap;
}

/*FORMS
--------------------------------------------------*/
label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.form-fields {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.form-fields .form-group {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.form-fields .form-group.half {
  width: 50%;
}
.form-fields .btn-wrapper {
  padding: 0 15px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form-input {
  width: 100%;
  height: 40px;
  font-size: 0.8em;
  line-height: 1.5;
  color: var(--color_default);
  background: #f2f2f2;
  padding: 5px 15px;
  border: 2px solid transparent;
  border-radius: 3px;
  transition: background-color 0.3s ease-in-out;
}
.form-input:focus {
  background-color: white;
}
.form-input::-moz-placeholder {
  color: color-mix(in srgb, var(--brand_blue), white 30%);
}
.form-input::placeholder {
  color: color-mix(in srgb, var(--brand_blue), white 30%);
}

.form-select {
  width: 100%;
  height: 40px;
  font-size: 0.8em;
  line-height: 1.5;
  color: var(--color_default);
  background: #f2f2f2 url(img/icons/chevron-down.svg) right 10px center no-repeat;
  background-size: 20px 20px;
  padding: 5px 15px;
  border: 2px solid rgba(var(--color_primary), 0);
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.3s ease-in-out;
}
.form-select option {
  color: var(--color_default);
}
.form-select:focus {
  background-color: white;
}

.form-textarea {
  width: 100%;
  height: 150px;
  font-size: 0.8em;
  line-height: 1.5;
  color: var(--color_default);
  background: #f2f2f2;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.form-textarea:focus {
  background-color: white;
}
.form-textarea::-moz-placeholder {
  color: color-mix(in srgb, var(--brand_blue), white 30%);
}
.form-textarea::placeholder {
  color: color-mix(in srgb, var(--brand_blue), white 30%);
}

.form-checkbox {
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.form-checkbox input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.form-checkbox .checkmark:after {
  content: "";
  width: 6px;
  height: 12px;
  border: solid var(--color_primary);
  border-width: 0 3px 3px 0;
  display: none;
  transform: rotate(40deg);
  position: relative;
  top: -1px;
}
.form-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/*BUTTONS
--------------------------------------------------*/
.btn-xs {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.25rem 1.5rem;
  border: 0;
  border-radius: 0.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-sm {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  background: #e2e2e2;
  padding: 0.25rem 1.5rem;
  border: 0;
  border-radius: 0.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-md {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  background: #e2e2e2;
  padding: 0.375rem 1.625rem;
  border: 0;
  border-radius: 0.375rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-lg {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  background: #e2e2e2;
  padding: 0.5rem 1.75rem;
  border: 0;
  border-radius: 0.375rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-xl {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  background: #e2e2e2;
  padding: 0.625rem 1.875rem;
  border: 0;
  border-radius: 0.375rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-xs svg, .btn-sm svg, .btn-md svg, .btn-lg svg, .btn-xl svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.btn-xs:disabled, .btn-sm:disabled, .btn-md:disabled, .btn-lg:disabled, .btn-xl:disabled {
  opacity: 0.5;
}

.btn-brand_blue {
  color: white;
  background: var(--brand_blue);
}
.btn-brand_blue:hover {
  background: color-mix(in srgb, var(--brand_blue), black 20%);
}

.btn-brand_darkblue {
  color: white;
  background: color-mix(in srgb, var(--brand_blue), black 25%);
}
.btn-brand_darkblue:hover {
  background: color-mix(in srgb, var(--brand_blue), black 50%);
}

.btn-line-light {
  color: var(--color_primary);
  background: none;
  border: 1px solid color-mix(in srgb, white, black 25%);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn-line-light:hover {
  color: white;
  background: color-mix(in srgb, var(--brand_blue), black 25%);
  border-color: color-mix(in srgb, var(--brand_blue), black 25%);
}

.btn-line-dark {
  color: white;
  background: none;
  border: 1px solid color-mix(in srgb, white, black 25%);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn-line-dark:hover {
  color: white;
  background: color-mix(in srgb, var(--brand_blue), black 25%);
  border-color: color-mix(in srgb, var(--brand_blue), black 25%);
}

.btn-rounded {
  border-radius: 9999px;
}

.btn-mobile {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-mobile .btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-mobile .btn-wrapper div {
  width: 25px;
  height: 2px;
  background: var(--color_primary);
  margin-bottom: 6px;
  transition: background-color 0.3s ease-in-out;
}
.btn-mobile .btn-wrapper div:last-child {
  margin-bottom: 0;
}
.btn-mobile:hover .btn-wrapper div {
  background: var(--color_primary);
}

.btn-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  opacity: 0.3;
  cursor: pointer;
}
.btn-close:hover {
  opacity: 1;
}
.btn-close:before, .btn-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: black;
}
.btn-close:before {
  transform: rotate(45deg);
}
.btn-close:after {
  transform: rotate(-45deg);
}

/*ANIMATE
--------------------------------------------------*/
.rotate {
  display: block;
  animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 200;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

.animate__fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

/*ANIMATIONS
--------------------------------------------------*/
.animate__animated.animate__delay-25ms {
  animation-delay: 0.25s;
}

.animate__animated.animate__delay-30ms {
  animation-delay: 0.3s;
}

.animate__animated.animate__delay-50ms {
  animation-delay: 0.5s;
}

.animate__animated.animate__delay-75ms {
  animation-delay: 0.75s;
}

.animate__animated.animate__delay-1-5s {
  animation-delay: 1.5s;
}

.animate__animated.animate__delay-2-5s {
  animation-delay: 2.5s;
}

.animate__animated.animate__delay-3-5s {
  animation-delay: 3.5s;
}

.animate__animated.animate__delay-4-5s {
  animation-delay: 4.5s;
}

.animate__animated.animate__delay-5-5s {
  animation-delay: 5.5s;
}

/*RESPONSIVE EMBED
--------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*DESKTOP
--------------------------------------------------*/
html {
  font: 400 18px/1 "Open Sans", sans-serif;
}

body {
  font-size: 1rem;
  color: color-mix(in srgb, var(--brand_blue), black 40%);
  background: white;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: calc(1440px + 2rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto;
}

.flex-container {
  width: 100%;
  display: flex;
}

.grid-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-container .col-span-1 {
  grid-column: span 1/span 1;
}
.grid-container .col-span-2 {
  grid-column: span 2/span 2;
}
.grid-container .col-span-3 {
  grid-column: span 3/span 3;
}
.grid-container .col-span-4 {
  grid-column: span 4/span 4;
}
.grid-container .col-span-5 {
  grid-column: span 5/span 5;
}
.grid-container .col-span-6 {
  grid-column: span 6/span 6;
}
.grid-container .col-start-1 {
  grid-column-start: 1;
}

/*PRELOADER
--------------------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  color: #999999;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.preloader img {
  margin-bottom: 0.5rem;
}

/*HEADER
--------------------------------------------------*/
.cw-header {
  width: 100%;
  padding: 2rem 0px;
}
.cw-header .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cw-header .flex-item-l {
  margin-right: 80px;
}
.cw-header .flex-item-r {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.cw-header .flex-item-r ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cw-header .flex-item-r ul li {
  margin: 0 0 0 3rem;
}
.cw-header .flex-item-r ul li a {
  font-weight: 600;
  color: #9a9a9a;
}
.cw-header .flex-item-r ul li a:hover {
  color: var(--brand_blue);
}
.cw-header .flex-item-r ul li.current-menu-item a {
  color: var(--brand_blue);
}
.cw-header .flex-item-r ul li.scroll a {
  color: #9a9a9a;
}
.cw-header .flex-item-r .btn-mobile {
  display: none;
}

/*HERO
--------------------------------------------------*/
.cw-hero {
  width: 100%;
  padding: 4rem 0 6rem 0;
}
.cw-hero .flex-container {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
}
.cw-hero .flex-item-l {
  width: 50%;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cw-hero .flex-item-l h1 {
  font-size: 2.2222rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  color: color-mix(in srgb, var(--brand_blue), black 50%);
  position: relative;
}
.cw-hero .flex-item-l p {
  max-width: 500px;
  font-size: 1.1111rem;
  line-height: 1.5;
}
.cw-hero .flex-item-l .btn-brand_blue {
  margin-top: 2.25rem;
}
.cw-hero .flex-item-r {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cw-hero .flex-item-r .slider {
  width: 100%;
  margin: 0;
}
.cw-hero .flex-item-r .slider .slick-slide {
  height: inherit;
  text-align: center;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-hero .flex-item-r .slider .slick-slide img {
  width: 100%;
  height: auto;
}
.cw-hero .flex-item-r .slider .slick-slide .title {
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 15px;
  display: block;
}
.cw-hero .flex-item-r .slider .slick-dots {
  width: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 100;
}
.cw-hero .flex-item-r .slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 5px 0 !important;
}
.cw-hero .flex-item-r .slider .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
}
.cw-hero .flex-item-r .slider .slick-dots li button:before {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: var(--brand_blue);
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  opacity: 0.5;
}
.cw-hero .flex-item-r .slider .slick-dots li:hover button:before {
  background: var(--brand_blue);
  opacity: 1;
}
.cw-hero .flex-item-r .slider .slick-dots li.slick-active button:before {
  background: var(--brand_blue);
  opacity: 1;
}

/*FEATURED SERVICES
--------------------------------------------------*/
.cw-featured-services {
  color: #ffffff;
  background: var(--brand_blue);
  padding: 8rem 0;
}
.cw-featured-services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-featured-services .headline {
  text-align: center;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-featured-services .headline h2 {
  font-size: 2.2222rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.cw-featured-services .headline p {
  max-width: 45rem;
  font-size: 1.1111rem;
  line-height: 1.5;
}
.cw-featured-services .grid-container {
  max-width: 65rem;
  gap: 4rem;
}
.cw-featured-services .grid-container .grid-item {
  grid-column: span 3/span 3;
  display: flex;
}
.cw-featured-services .grid-container .grid-item .icon {
  width: 85px;
  margin-right: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cw-featured-services .grid-container .grid-item .icon svg {
  width: auto;
  height: auto;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.cw-featured-services .grid-container .grid-item .icon svg * {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cw-featured-services .grid-container .grid-item .icon.path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: dash 1.5s linear forwards;
}
.cw-featured-services .grid-container .grid-item .textarea strong {
  font-size: 1.1111rem;
  line-height: 1.5;
}
.cw-featured-services .grid-container .grid-item .textarea p {
  max-width: 45rem;
  font-size: 1rem;
  line-height: 1.5;
}

/*WHY CHOOSE US
--------------------------------------------------*/
.cw-why-choose-us {
  padding: 8rem 0;
  background: linear-gradient(to top, #fafafa, #ffffff);
}
.cw-why-choose-us .headline {
  margin-bottom: 3rem;
}
.cw-why-choose-us .headline h2 {
  font-size: 2.2222rem;
  font-weight: 400;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 1.25rem;
}
.cw-why-choose-us .headline p {
  font-size: 1rem;
  line-height: 1.5;
}
.cw-why-choose-us .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
.cw-why-choose-us .flex-container .flex-item-l {
  width: 50%;
  padding-right: 4rem;
  display: flex;
}
.cw-why-choose-us .flex-container .flex-item-l .image {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  display: flex;
  overflow: hidden;
}
.cw-why-choose-us .flex-container .flex-item-l .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-why-choose-us .flex-container .flex-item-r {
  width: 50%;
  padding: 4rem 0;
}
.cw-why-choose-us .flex-container .flex-item-r .grid-container {
  gap: 1rem;
}
.cw-why-choose-us .flex-container .flex-item-r .box {
  width: 100%;
  background: color-mix(in srgb, var(--brand_blue), white 90%);
  padding: 1.5rem;
  border-radius: 0.5rem;
  grid-column: span 3/span 3;
}
.cw-why-choose-us .flex-container .flex-item-r .box h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 0.5rem;
}
.cw-why-choose-us .flex-container .flex-item-r .box p {
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.cw-why-choose-us .flex-container .flex-item-r .box .icon {
  display: flex;
}
.cw-why-choose-us .flex-container .flex-item-r .box .icon svg {
  margin-right: 0.5rem;
}

/*FEATURED PARTNERS
--------------------------------------------------*/
.cw-featured-partners {
  padding: 8rem 0;
}
.cw-featured-partners .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-featured-partners .headline {
  text-align: center;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-featured-partners .headline h2 {
  font-size: 2.2222rem;
  font-weight: 400;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 1.25rem;
}
.cw-featured-partners .headline p {
  max-width: 45rem;
  font-size: 1.1111rem;
  line-height: 1.5;
}
.cw-featured-partners .flex-container {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cw-featured-partners .flex-container .flex-item {
  padding: 1rem 1.5rem;
}
.cw-featured-partners .flex-container .flex-item img {
  max-width: 125px;
  max-height: 100px;
  width: auto;
  height: auto;
}
.cw-featured-partners .osti {
  margin-top: 8rem;
}
.cw-featured-partners .osti .headline {
  margin-bottom: 2rem;
}
.cw-featured-partners .osti .flex-container .flex-item img {
  max-width: 500px;
  max-height: 30px;
}

/*FEATURED CLIENTS
--------------------------------------------------*/
.cw-featured-clients {
  padding: 10rem 0 5rem 0;
}
.cw-featured-clients .heading {
  text-align: center;
  margin-bottom: 4rem;
}
.cw-featured-clients .heading h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.cw-featured-clients .heading p {
  font-size: 1.25rem;
  line-height: 1.25;
}
.cw-featured-clients .flex-container {
  display: flex;
  justify-content: center;
}
.cw-featured-clients .flex-container .flex-item {
  max-width: 200px;
  text-align: center;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-featured-clients .flex-container .flex-item .title {
  font-weight: 700;
  margin: 1rem 0 0.5rem 0;
}
.cw-featured-clients .flex-container .flex-item .location {
  font-size: 0.8rem;
}

/*FEATURED TESTIMONIALS
--------------------------------------------------*/
.cw-featured-testimonials {
  padding: 5rem 0 10rem 0;
}
.cw-featured-testimonials .heading {
  text-align: center;
  margin-bottom: 4rem;
}
.cw-featured-testimonials .heading h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.cw-featured-testimonials .heading p {
  font-size: 1.25rem;
  line-height: 1.25;
}
.cw-featured-testimonials .slider {
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
.cw-featured-testimonials .slider .slick-list {
  max-width: 680px;
}
.cw-featured-testimonials .slider .slick-arrow {
  width: 48px;
  height: 48px;
}
.cw-featured-testimonials .slider .slick-arrow svg path {
  transition: all 0.3s ease-in-out;
}
.cw-featured-testimonials .slider .slick-arrow:hover svg path {
  fill: var(--brand_blue);
}
.cw-featured-testimonials .slider .slick-arrow:before {
  display: none;
}
.cw-featured-testimonials .slider .title {
  font-weight: 600;
  margin: 1rem 0 0.5rem 0;
  display: inline-block;
}

/*FEATURED ABOUT
--------------------------------------------------*/
.cw-feature-about {
  background: #f5f5f5;
  padding: 10rem 0 10rem 0;
}
.cw-feature-about .flex-container {
  height: inherit;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cw-feature-about .flex-item-l {
  width: 50%;
  padding-right: 10%;
}
.cw-feature-about .flex-item-l h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.cw-feature-about .flex-item-l h2 sub {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}
.cw-feature-about .flex-item-l p {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.cw-feature-about .flex-item-l .btn-brand_blue {
  margin-top: 3rem;
}
.cw-feature-about .flex-item-r {
  width: 50%;
}
.cw-feature-about .flex-item-r .bubbles {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cw-feature-about .flex-item-r .bubbles img {
  border-radius: 100%;
}
.cw-feature-about .flex-item-r .bubbles div {
  margin: 0 -20px;
}
.cw-feature-about .flex-item-r .bubbles .one {
  display: flex;
  justify-content: center;
}
.cw-feature-about .flex-item-r .bubbles .one a {
  margin-top: -8rem;
}
.cw-feature-about .flex-item-r .bubbles .two {
  display: flex;
  justify-content: center;
}
.cw-feature-about .flex-item-r .bubbles .two a {
  margin-top: 10rem;
}
.cw-feature-about .flex-item-r .bubbles .three {
  display: flex;
  justify-content: center;
}
.cw-feature-about .flex-item-r .bubbles .three a {
  margin-top: -12rem;
}
.cw-feature-about .flex-item-r .bubbles .four {
  display: flex;
  justify-content: center;
}
.cw-feature-about .flex-item-r .bubbles .four a {
  margin-top: 12rem;
}
.cw-feature-about .flex-item-r .bubbles .five {
  display: flex;
  justify-content: center;
}
.cw-feature-about .flex-item-r .bubbles .five a {
  margin-top: -10rem;
}

/*COMPANY PROFILE
--------------------------------------------------*/
.cw-company-profile {
  padding: 8rem 0;
  background: color-mix(in srgb, var(--brand_blue), white 90%);
}
.cw-company-profile .headline {
  margin-bottom: 2rem;
}
.cw-company-profile .headline small.sub {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand_blue);
}
.cw-company-profile .headline h2 {
  font-size: 2.2222rem;
  font-weight: 400;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 1.25rem;
}
.cw-company-profile .headline p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.cw-company-profile .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
.cw-company-profile .flex-container .flex-item-l {
  width: 50%;
  padding: 4rem 0;
}
.cw-company-profile .flex-container .flex-item-l .content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.cw-company-profile .flex-container .flex-item-l .content p strong {
  color: var(--brand_green);
}
.cw-company-profile .flex-container .flex-item-l .content p:last-child {
  margin-bottom: 0;
}
.cw-company-profile .flex-container .flex-item-r {
  width: 50%;
  padding-left: 4rem;
}
.cw-company-profile .flex-container .flex-item-r .image {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  display: flex;
  overflow: hidden;
}
.cw-company-profile .flex-container .flex-item-r .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*COMPANY VALUES
--------------------------------------------------*/
.cw-company-values {
  padding: 8rem 0;
}
.cw-company-values .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.cw-company-values .flex-container:last-child {
  margin-bottom: 0;
}
.cw-company-values .flex-item-l {
  width: 30%;
}
.cw-company-values .flex-item-l .headline small.sub {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand_blue);
}
.cw-company-values .flex-item-l .headline h2 {
  font-size: 2.2222rem;
  font-weight: 400;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 1.25rem;
}
.cw-company-values .flex-item-l .headline p {
  font-size: 1rem;
  line-height: 1.5;
}
.cw-company-values .flex-item-r {
  width: 70%;
  padding-left: 4rem;
}
.cw-company-values .flex-item-r .grid-container {
  gap: 2rem;
}
.cw-company-values .flex-item-r .box {
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.cw-company-values .flex-item-r .grid-item-full {
  grid-column: span 6/span 6;
  display: flex;
}
.cw-company-values .flex-item-r .grid-item-full .box {
  background: #f5f5f5;
  display: flex;
  align-items: flex-start;
}
.cw-company-values .flex-item-r .grid-item-full .box .icon {
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.cw-company-values .flex-item-r .grid-item-full .box .icon svg {
  flex-shrink: 0;
  position: relative;
  top: 2px;
}
.cw-company-values .flex-item-r .grid-item-full .box .icon svg * {
  fill: none;
  stroke: color-mix(in srgb, var(--brand_blue), black 60%);
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cw-company-values .flex-item-r .grid-item {
  grid-column: span 2/span 2;
  display: flex;
}
.cw-company-values .flex-item-r .grid-item .box {
  background: color-mix(in srgb, var(--brand_blue), white 90%);
}
.cw-company-values .flex-item-r .icon {
  display: flex;
}
.cw-company-values .flex-item-r .icon svg {
  margin-right: 0.5rem;
}
.cw-company-values .flex-item-r h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 0.5rem;
}
.cw-company-values .flex-item-r p {
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.cw-company-values .flex-item-r ul, .cw-company-values .flex-item-r ol {
  padding-left: 1rem;
  font-size: 0.85rem;
  margin: 0;
}
.cw-company-values .flex-item-r ul li, .cw-company-values .flex-item-r ol li {
  line-height: 1.5;
}

/*PRODUCTS
--------------------------------------------------*/
.cw-products .product-section {
  padding: 5rem 0;
}
.cw-products .product-section:nth-child(odd) {
  background: color-mix(in srgb, var(--brand_blue), white 90%);
}
.cw-products .headline {
  margin-bottom: 2rem;
}
.cw-products .headline small.sub {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand_blue);
}
.cw-products .headline h2 {
  font-size: 2.2222rem;
  font-weight: 400;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 1.25rem;
}
.cw-products .headline p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.cw-products .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
.cw-products .flex-container .flex-item-l {
  width: 30%;
}
.cw-products .flex-container .flex-item-l .content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.cw-products .flex-container .flex-item-l .content p strong {
  color: var(--brand_green);
}
.cw-products .flex-container .flex-item-l .content p:last-child {
  margin-bottom: 0;
}
.cw-products .flex-container .flex-item-l .content ul, .cw-products .flex-container .flex-item-l .content ol {
  padding-left: 1rem;
  font-size: 0.85rem;
  margin: 0;
}
.cw-products .flex-container .flex-item-l .content ul li, .cw-products .flex-container .flex-item-l .content ol li {
  line-height: 1.5;
}
.cw-products .flex-container .flex-item-l .content ul li {
  list-style: disc;
}
.cw-products .flex-container .flex-item-r {
  width: 70%;
  padding-left: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw-products .flex-container .flex-item-r .image {
  width: 100%;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*CONTACT FORM
--------------------------------------------------*/
.cw-contact-form {
  color: #ffffff;
  background: color-mix(in srgb, var(--brand_blue), black 0%);
  position: relative;
}
.cw-contact-form .headline {
  margin-bottom: 2rem;
}
.cw-contact-form .headline small.sub {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand_blue);
}
.cw-contact-form .headline h2 {
  font-size: 2.2222rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.cw-contact-form .headline p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.cw-contact-form .flex-container {
  flex-wrap: wrap;
}
.cw-contact-form .flex-container .flex-item-l {
  width: 50%;
  display: flex;
}
.cw-contact-form .flex-container .flex-item-l img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
}
.cw-contact-form .flex-container .flex-item-r {
  width: 50%;
  padding: 8rem 0 8rem 4rem;
}
.cw-contact-form .grid-container {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

/*CONTACT DETAILS
--------------------------------------------------*/
.cw-contact-details {
  padding: 8rem 0;
}
.cw-contact-details .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.cw-contact-details .flex-container:last-child {
  margin-bottom: 0;
}
.cw-contact-details .flex-item-l {
  width: 30%;
}
.cw-contact-details .flex-item-l .headline small.sub {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand_blue);
}
.cw-contact-details .flex-item-l .headline h2 {
  font-size: 2.2222rem;
  font-weight: 400;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 1.25rem;
}
.cw-contact-details .flex-item-l .headline p {
  font-size: 1rem;
  line-height: 1.5;
}
.cw-contact-details .flex-item-r {
  width: 70%;
  padding-left: 4rem;
}
.cw-contact-details .flex-item-r .grid-container {
  gap: 2rem;
}
.cw-contact-details .flex-item-r .box {
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.cw-contact-details .flex-item-r .grid-item {
  grid-column: span 6/span 6;
  display: block;
}
.cw-contact-details .flex-item-r .grid-item iframe {
  width: 100%;
  height: 20rem;
  margin-bottom: 2rem;
}
.cw-contact-details .flex-item-r .grid-item .details {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.cw-contact-details .flex-item-r .grid-item .details dl {
  grid-column: span 3/span 3;
  font-size: 0.9rem;
  line-height: 1.75rem;
  margin: 0.5rem 0;
  display: flex;
}
.cw-contact-details .flex-item-r .grid-item .details dl dt {
  color: color-mix(in srgb, var(--brand_blue), black 60%);
}
.cw-contact-details .flex-item-r .grid-item .details dl dt svg {
  width: 1.5rem;
  height: 1.5rem;
}
.cw-contact-details .flex-item-r .grid-item .details dl dd {
  flex-grow: 1;
  margin-left: 0.5rem;
}
.cw-contact-details .flex-item-r .grid-item .details dl dd a {
  color: var(--color_default);
}
.cw-contact-details .flex-item-r .icon {
  display: flex;
}
.cw-contact-details .flex-item-r .icon svg {
  margin-right: 0.5rem;
}
.cw-contact-details .flex-item-r h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 0.5rem;
}
.cw-contact-details .flex-item-r p {
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.cw-contact-details .flex-item-r ul, .cw-contact-details .flex-item-r ol {
  padding-left: 1rem;
  font-size: 0.85rem;
  margin: 0;
}
.cw-contact-details .flex-item-r ul li, .cw-contact-details .flex-item-r ol li {
  line-height: 1.5;
}

/*FAQS
--------------------------------------------------*/
.cw-faqs {
  padding: 150px 0;
}
.cw-faqs .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.cw-faqs .flex-container:last-child {
  margin-bottom: 0;
}
.cw-faqs .flex-item-l {
  width: 30%;
}
.cw-faqs .flex-item-l .headline small.sub {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand_blue);
}
.cw-faqs .flex-item-l .headline h2 {
  font-size: 2.2222rem;
  font-weight: 400;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 1.25rem;
}
.cw-faqs .flex-item-l .headline p {
  font-size: 1rem;
  line-height: 1.5;
}
.cw-faqs .flex-item-r {
  width: 70%;
  padding-left: 4rem;
}
.cw-faqs .flex-item-r article {
  padding-left: 3rem;
  margin-top: 2.5rem;
  position: relative;
}
.cw-faqs .flex-item-r article:before {
  content: "?";
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background: var(--brand_blue);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.cw-faqs .flex-item-r article:last-child {
  margin-bottom: 0;
}
.cw-faqs .flex-item-r h5 {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.cw-faqs .flex-item-r p {
  line-height: 1.5;
  margin-bottom: 1rem;
  opacity: 0.75;
}
.cw-faqs .flex-item-r p:last-child {
  margin-bottom: 0;
}

/*PAGE WRITEUP
--------------------------------------------------*/
.cw-page-writeup {
  padding: 150px 0;
}
.cw-page-writeup .headline h1 {
  font-size: 2.2222rem;
  font-weight: 400;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 1.25rem;
}
.cw-page-writeup .writeup h2 {
  font-size: 2.2222rem;
  font-weight: 400;
  line-height: 1.2;
  color: color-mix(in srgb, var(--brand_blue), black 60%);
  margin-bottom: 1.25rem;
}
.cw-page-writeup .writeup h4 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.cw-page-writeup .writeup p {
  line-height: 1.5;
  margin-bottom: 1rem;
  opacity: 0.75;
}
.cw-page-writeup .writeup p:last-child {
  margin-bottom: 0;
}

/*FOOTER
--------------------------------------------------*/
footer {
  font-size: 0.9rem;
  color: #ffffff;
  background: color-mix(in srgb, var(--brand_blue), black 50%);
  padding: 4rem 0 5rem 0;
}
footer .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .flex-item-l {
  width: 30rem;
}
footer .flex-item-l span.h4 {
  max-width: 20rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 2rem;
  display: block;
}
footer .flex-item-l ul {
  display: flex;
  align-items: center;
}
footer .flex-item-l ul li {
  font-weight: 600;
  margin-right: 1.5rem;
}
footer .flex-item-l ul li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
footer .flex-item-l ul li a:hover {
  color: var(--brand_blue);
}
footer .flex-item-l ul li a svg {
  position: relative;
  top: 2px;
}
footer .flex-item-l ul li a svg path, footer .flex-item-l ul li a svg circle, footer .flex-item-l ul li a svg rect {
  fill: #ffffff;
  transition: fill 0.3s ease-in-out;
}
footer .flex-item-l ul li a:hover svg path, footer .flex-item-l ul li a:hover svg circle, footer .flex-item-l ul li a:hover svg rect {
  fill: var(--brand_blue);
}
footer .flex-item-l ul li:last-child {
  margin-right: 0;
}
footer .flex-item-r {
  width: 30rem;
}
footer .flex-item-r ul {
  display: flex;
  flex-direction: column;
}
footer .flex-item-r ul li {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
footer .flex-item-r ul li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
footer .flex-item-r ul li a:hover {
  color: var(--brand_blue);
}
footer .flex-item-r ul li a svg {
  position: relative;
  top: 2px;
}
footer .flex-item-r ul li a svg path, footer .flex-item-r ul li a svg circle, footer .flex-item-r ul li a svg rect {
  fill: #ffffff;
  transition: fill 0.3s ease-in-out;
}
footer .flex-item-r ul li a:hover svg path, footer .flex-item-r ul li a:hover svg circle, footer .flex-item-r ul li a:hover svg rect {
  fill: var(--brand_blue);
}
footer .flex-item-r ul li:last-child {
  margin-right: 0;
}
footer .copyright {
  color: #ffffff;
  margin-top: 8rem;
}
footer .copyright a {
  font-weight: 600;
  color: #ffffff;
}
footer .copyright a:hover {
  color: var(--brand_blue);
}

/*HOVER EFFECTS
--------------------------------------------------*/
.image-zoom {
  display: block;
  overflow: hidden;
}
.image-zoom img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.image-zoom:hover img {
  transform: scale(1.05);
}

/*ANIMATIONS
--------------------------------------------------*/
.animate__animated.animate__delay-25ms {
  animation-delay: 0.25s;
}

.animate__animated.animate__delay-30ms {
  animation-delay: 0.3s;
}

.animate__animated.animate__delay-50ms {
  animation-delay: 0.5s;
}

.animate__animated.animate__delay-75ms {
  animation-delay: 0.75s;
}

/*404
--------------------------------------------------*/
.cw-404 {
  text-align: center;
  padding: 120px 0;
}
.cw-404 h2 {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.cw-404 h2 strong {
  font-size: 5em;
  display: block;
}
.cw-404 p {
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  color: #666666;
  margin-bottom: 45px;
}

/*MENU BODY
--------------------------------------------------*/
.cw-mobile-menu {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.cw-mobile-menu .flex-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.cw-mobile-menu .flex-container .flex-item-l {
  width: 40%;
  height: 100vh;
  background: var(--brand_blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cw-mobile-menu .flex-container .flex-item-l svg {
  width: auto;
  height: auto;
}
.cw-mobile-menu .flex-container .flex-item-l svg path, .cw-mobile-menu .flex-container .flex-item-l svg circle, .cw-mobile-menu .flex-container .flex-item-l svg rect {
  fill: #ffffff;
}
.cw-mobile-menu .flex-container .flex-item-r {
  width: 60%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li {
  margin: 1rem 0;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li a {
  font-size: 1.25rem;
  font-weight: 400;
  color: #333333;
}
.cw-mobile-menu .flex-container .logo {
  margin-bottom: 30px;
}
.cw-mobile-menu .flex-container .btn-md {
  height: 45px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.25;
  padding: 0 15px;
  display: inline-flex;
  flex-direction: column;
}
.cw-mobile-menu .flex-container .btn-md strong {
  font-size: 14px;
  text-transform: none;
}
.cw-mobile-menu .btn-close {
  position: absolute;
  right: 25px;
  top: 40px;
  cursor: pointer;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.cw-mobile-menu .btn-close:hover {
  filter: grayscale(0);
}

/*OVERRIDE CLASSES
--------------------------------------------------*/
hr {
  border-top: 1px solid #e2e2e2;
  border-bottom: 0;
  margin: 5rem 0;
}

.hidden {
  display: none;
}

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

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

.text-center {
  text-align: center;
}

.vcentered {
  justify-content: center !important;
}

.hcentered {
  align-items: center !important;
}

/*REGULAR DESKTOP
--------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  body {
    font-size: 0.9rem;
  }
}
/*MINI LAPTOP
--------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  body {
    font-size: 0.85rem;
  }
}
/*TABLET
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font: 400 15px/1 "Open Sans", sans-serif;
  }
  /*HEADER
  --------------------------------------------------*/
  .cw-header .flex-item-l img {
    width: 314px;
    height: auto;
  }
  .cw-header .flex-item-r ul {
    display: none;
  }
  .cw-header .flex-item-r .btn-mobile {
    display: flex;
  }
  /*HERO
  --------------------------------------------------*/
  .cw-hero {
    padding: 5rem 0;
  }
  .cw-hero .flex-container {
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .cw-hero .flex-item-l {
    width: 100%;
    text-align: center;
    padding-left: 0;
    align-items: center;
  }
  .cw-hero .flex-item-r {
    width: 100%;
    align-items: center;
    margin-bottom: 2rem;
  }
  .cw-hero .flex-item-r img {
    max-width: 700px;
  }
  /*FEATURED SERVICES
  --------------------------------------------------*/
  .cw-featured-services {
    padding: 5rem 0;
  }
  /*WHY CHOOSE US
  --------------------------------------------------*/
  .cw-why-choose-us {
    padding: 5rem 0;
  }
  .cw-why-choose-us .flex-container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cw-why-choose-us .flex-container .flex-item-l {
    width: 100%;
    height: 500px;
    padding-right: 0;
  }
  .cw-why-choose-us .flex-container .flex-item-r {
    width: 100%;
  }
  /*FEATURED PARTNERS
  --------------------------------------------------*/
  .cw-featured-partners {
    padding: 5rem 0;
  }
  .cw-featured-partners .flex-container .flex-item img {
    max-width: 100px;
    max-height: 80px;
    width: auto;
    height: auto;
  }
  /*COMPANY PROFILE
  --------------------------------------------------*/
  .cw-company-profile {
    padding: 5rem 0;
  }
  .cw-company-profile .headline {
    margin-bottom: 2rem;
  }
  .cw-company-profile .headline small.sub {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--brand_blue);
  }
  .cw-company-profile .headline h2 {
    font-size: 2.2222rem;
    font-weight: 400;
    line-height: 1.2;
    color: color-mix(in srgb, var(--brand_blue), black 60%);
    margin-bottom: 1.25rem;
  }
  .cw-company-profile .headline p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .cw-company-profile .flex-container {
    flex-direction: column;
  }
  .cw-company-profile .flex-container .flex-item-l {
    width: 100%;
  }
  .cw-company-profile .flex-container .flex-item-r {
    width: 100%;
    padding-left: 0;
  }
  .cw-company-profile .flex-container .flex-item-r .image {
    width: 100%;
    height: 500px;
  }
  /*COMPANY VALUES
  --------------------------------------------------*/
  .cw-company-values {
    padding: 5rem 0;
  }
  .cw-company-values .flex-container {
    flex-direction: column;
  }
  .cw-company-values .flex-item-l {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cw-company-values .flex-item-r {
    width: 100%;
    padding-left: 0;
  }
  .cw-company-values .flex-item-r .grid-container {
    gap: 2rem;
  }
  .cw-company-values .flex-item-r .grid-item {
    grid-column: span 6/span 6;
  }
  /*PRODUCTS
  --------------------------------------------------*/
  .cw-products .flex-container {
    flex-direction: column-reverse;
  }
  .cw-products .flex-container .flex-item-l {
    width: 100%;
  }
  .cw-products .flex-container .flex-item-l .content p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }
  .cw-products .flex-container .flex-item-l .content p strong {
    color: var(--brand_green);
  }
  .cw-products .flex-container .flex-item-l .content p:last-child {
    margin-bottom: 0;
  }
  .cw-products .flex-container .flex-item-l .content ul, .cw-products .flex-container .flex-item-l .content ol {
    padding-left: 1rem;
    font-size: 0.85rem;
    margin: 0;
  }
  .cw-products .flex-container .flex-item-l .content ul li, .cw-products .flex-container .flex-item-l .content ol li {
    line-height: 1.5;
  }
  .cw-products .flex-container .flex-item-l .content ul li {
    list-style: disc;
  }
  .cw-products .flex-container .flex-item-r {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2rem;
  }
  /*CONTACT FORM
  --------------------------------------------------*/
  .cw-contact-form .flex-container {
    flex-direction: column;
  }
  .cw-contact-form .flex-container .flex-item-l {
    width: 100%;
    padding: 4rem 0;
    display: flex;
  }
  .cw-contact-form .flex-container .flex-item-l img {
    width: 100%;
    height: 300px;
    position: static;
  }
  .cw-contact-form .flex-container .flex-item-r {
    width: 100%;
    padding: 1rem 0 5rem 0;
  }
  /*CONTACT DETAILS
  --------------------------------------------------*/
  .cw-contact-details {
    padding: 5rem 0;
  }
  .cw-contact-details .flex-container {
    flex-direction: column;
  }
  .cw-contact-details .flex-item-l {
    width: 100%;
    margin-bottom: 3rem;
  }
  .cw-contact-details .flex-item-r {
    width: 100%;
    padding-left: 0;
  }
  /*FAQS
  --------------------------------------------------*/
  .cw-faqs {
    padding: 150px 0;
  }
  .cw-faqs .flex-container {
    flex-direction: column;
  }
  .cw-faqs .flex-item-l {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cw-faqs .flex-item-r {
    width: 100%;
    padding-left: 0;
  }
  /*FOOTER
  --------------------------------------------------*/
  footer {
    font-size: 0.9rem;
    color: #ffffff;
    background: color-mix(in srgb, var(--brand_blue), black 50%);
    padding: 4rem 0 5rem 0;
  }
  footer .flex-container {
    text-align: center;
    flex-direction: column;
  }
  footer .flex-item-l {
    width: 100%;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .flex-item-r {
    width: 100%;
  }
}
/*MOBILE LANDSCAPE
--------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
    max-width: calc(1440px + 2rem);
    padding: 0 1rem;
    margin-right: auto;
    margin-left: auto;
  }
  /*FEATURED SERVICES
  --------------------------------------------------*/
  .cw-featured-services .grid-container .grid-item {
    grid-column: span 6/span 6;
  }
  /*WHY CHOOSE US
  --------------------------------------------------*/
  .cw-why-choose-us .flex-container .flex-item-r {
    width: 100%;
  }
  .cw-why-choose-us .flex-container .flex-item-r .box {
    grid-column: span 6/span 6;
  }
}
/*MOBILE PORTRAIT
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
  /*CONTACT FORM
  --------------------------------------------------*/
  .cw-contact-form .col-span-3 {
    grid-column: span 6/span 6;
  }
  /*CONTACT DETAILS
  --------------------------------------------------*/
  .cw-contact-details .flex-item-r .grid-item .details dl {
    grid-column: span 6/span 6;
  }
}/*# sourceMappingURL=style.css.map */