/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 @import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&amp;family=Roboto:wght@300;400;500;700&amp;display=swap";

 :root {
     --bs-blue: #0d6efd;
     --bs-indigo: #6610f2;
     --bs-purple: #6f42c1;
     --bs-pink: #d63384;
     --bs-red: #dc3545;
     --bs-orange: #fd7e14;
     --bs-yellow: #ffc107;
     --bs-green: #198754;
     --bs-teal: #20c997;
     --bs-cyan: #0dcaf0;
     --bs-white: #fff;
     --bs-gray: #6c757d;
     --bs-gray-dark: #343a40;
     --bs-primary: #0d6efd;
     --bs-secondary: #6c757d;
     --bs-success: #198754;
     --bs-info: #0dcaf0;
     --bs-warning: #ffc107;
     --bs-danger: #dc3545;
     --bs-light: #f8f9fa;
     --bs-dark: #212529;
     --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
     --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0))
 }
 
 *,
 *:before,
 *:after {
     box-sizing: border-box
 }
 
 @media(prefers-reduced-motion:no-preference) {
     :root {
         scroll-behavior: smooth
     }
 }
 
 body {
     margin: 0;
     font-family: var(--bs-font-sans-serif);
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     background-color: #fff;
     -webkit-text-size-adjust: 100%;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
 }
 
 hr {
     margin: 1rem 0;
     color: inherit;
     background-color: currentColor;
     border: 0;
     opacity: .25
 }
 
 hr:not([size]) {
     height: 1px
 }
 
 h6,
 .h6,
 h5,
 .h5,
 h4,
 .h4,
 h3,
 .h3,
 h2,
 .h2,
 h1,
 .h1 {
     margin-top: 0;
     margin-bottom: .5rem;
     font-weight: 500;
     line-height: 1.2
 }
 
 h1,
 .h1 {
     font-size: calc(1.375rem + 1.5vw)
 }
 
 @media(min-width:1200px) {
 
     h1,
     .h1 {
         font-size: 2.5rem
     }
 }
 
 h2,
 .h2 {
     font-size: calc(1.325rem + .9vw)
 }
 
 @media(min-width:1200px) {
 
     h2,
     .h2 {
         font-size: 2rem
     }
 }
 
 h3,
 .h3 {
     font-size: calc(1.3rem + .6vw)
 }
 
 @media(min-width:1200px) {
 
     h3,
     .h3 {
         font-size: 1.75rem
     }
 }
 
 h4,
 .h4 {
     font-size: calc(1.275rem + .3vw)
 }
 
 @media(min-width:1200px) {
 
     h4,
     .h4 {
         font-size: 1.5rem
     }
 }
 
 h5,
 .h5 {
     font-size: 1.25rem
 }
 
 h6,
 .h6 {
     font-size: 1rem
 }
 
 p {
     margin-top: 0;
     margin-bottom: 1rem
 }
 
 abbr[title],
 abbr[data-bs-original-title] {
     -webkit-text-decoration: underline dotted;
     text-decoration: underline dotted;
     cursor: help;
     -webkit-text-decoration-skip-ink: none;
     text-decoration-skip-ink: none
 }
 
 address {
     margin-bottom: 1rem;
     font-style: normal;
     line-height: inherit
 }
 
 ol,
 ul {
     padding-left: 2rem
 }
 
 ol,
 ul,
 dl {
     margin-top: 0;
     margin-bottom: 1rem
 }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
     margin-bottom: 0
 }
 
 dt {
     font-weight: 700
 }
 
 dd {
     margin-bottom: .5rem;
     margin-left: 0
 }
 
 blockquote {
     margin: 0 0 1rem
 }
 
 b,
 strong {
     font-weight: bolder
 }
 
 small,
 .small {
     font-size: .875em
 }
 
 mark,
 .mark {
     padding: .2em;
     background-color: #fcf8e3
 }
 
 sub,
 sup {
     position: relative;
     font-size: .75em;
     line-height: 0;
     vertical-align: baseline
 }
 
 sub {
     bottom: -.25em
 }
 
 sup {
     top: -.5em
 }
 
 a {
     color: #0d6efd;
     text-decoration: underline
 }
 
 a:hover {
     color: #0a58ca
 }
 
 a:not([href]):not([class]),
 a:not([href]):not([class]):hover {
     color: inherit;
     text-decoration: none
 }
 
 pre,
 code,
 kbd,
 samp {
     font-family: var(--bs-font-monospace);
     font-size: 1em;
     direction: ltr;
     unicode-bidi: bidi-override
 }
 
 pre {
     display: block;
     margin-top: 0;
     margin-bottom: 1rem;
     overflow: auto;
     font-size: .875em
 }
 
 pre code {
     font-size: inherit;
     color: inherit;
     word-break: normal
 }
 
 code {
     font-size: .875em;
     color: #d63384;
     word-wrap: break-word
 }
 
 a>code {
     color: inherit
 }
 
 kbd {
     padding: .2rem .4rem;
     font-size: .875em;
     color: #fff;
     background-color: #212529;
     border-radius: .2rem
 }
 
 kbd kbd {
     padding: 0;
     font-size: 1em;
     font-weight: 700
 }
 
 figure {
     margin: 0 0 1rem
 }
 
 img,
 svg {
     vertical-align: middle
 }
 
 table {
     caption-side: bottom;
     border-collapse: collapse
 }
 
 caption {
     padding-top: .5rem;
     padding-bottom: .5rem;
     color: #6c757d;
     text-align: left
 }
 
 th {
     text-align: inherit;
     text-align: -webkit-match-parent
 }
 
 thead,
 tbody,
 tfoot,
 tr,
 td,
 th {
     border-color: inherit;
     border-style: solid;
     border-width: 0
 }
 
 label {
     display: inline-block
 }
 
 button {
     border-radius: 0
 }
 
 button:focus:not(:focus-visible) {
     outline: 0
 }
 
 input,
 button,
 select,
 optgroup,
 textarea {
     margin: 0;
     font-family: inherit;
     font-size: inherit;
     line-height: inherit
 }
 
 button,
 select {
     text-transform: none
 }
 
 [role=button] {
     cursor: pointer
 }
 
 select {
     word-wrap: normal
 }
 
 select:disabled {
     opacity: 1
 }
 
 [list]::-webkit-calendar-picker-indicator {
     display: none
 }
 
 button,
 [type=button],
 [type=reset],
 [type=submit] {
     -webkit-appearance: button
 }
 
 button:not(:disabled),
 [type=button]:not(:disabled),
 [type=reset]:not(:disabled),
 [type=submit]:not(:disabled) {
     cursor: pointer
 }
 
 ::-moz-focus-inner {
     padding: 0;
     border-style: none
 }
 
 textarea {
     resize: vertical
 }
 
 fieldset {
     min-width: 0;
     padding: 0;
     margin: 0;
     border: 0
 }
 
 legend {
     float: left;
     width: 100%;
     padding: 0;
     margin-bottom: .5rem;
     font-size: calc(1.275rem + .3vw);
     line-height: inherit
 }
 
 @media(min-width:1200px) {
     legend {
         font-size: 1.5rem
     }
 }
 
 legend+* {
     clear: left
 }
 
 ::-webkit-datetime-edit-fields-wrapper,
 ::-webkit-datetime-edit-text,
 ::-webkit-datetime-edit-minute,
 ::-webkit-datetime-edit-hour-field,
 ::-webkit-datetime-edit-day-field,
 ::-webkit-datetime-edit-month-field,
 ::-webkit-datetime-edit-year-field {
     padding: 0
 }
 
 ::-webkit-inner-spin-button {
     height: auto
 }
 
 [type=search] {
     outline-offset: -2px;
     -webkit-appearance: textfield
 }
 
 ::-webkit-search-decoration {
     -webkit-appearance: none
 }
 
 ::-webkit-color-swatch-wrapper {
     padding: 0
 }
 
 ::file-selector-button {
     font: inherit
 }
 
 ::-webkit-file-upload-button {
     font: inherit;
     -webkit-appearance: button
 }
 
 output {
     display: inline-block
 }
 
 iframe {
     border: 0
 }
 
 summary {
     display: list-item;
     cursor: pointer
 }
 
 progress {
     vertical-align: baseline
 }
 
 [hidden] {
     display: none !important
 }
 
 .lead {
     font-size: 1.25rem;
     font-weight: 300
 }
 
 .display-1 {
     font-size: calc(1.625rem + 4.5vw);
     font-weight: 300;
     line-height: 1.2
 }
 
 @media(min-width:1200px) {
     .display-1 {
         font-size: 5rem
     }
 }
 
 .display-2 {
     font-size: calc(1.575rem + 3.9vw);
     font-weight: 300;
     line-height: 1.2
 }
 
 @media(min-width:1200px) {
     .display-2 {
         font-size: 4.5rem
     }
 }
 
 .display-3 {
     font-size: calc(1.525rem + 3.3vw);
     font-weight: 300;
     line-height: 1.2
 }
 
 @media(min-width:1200px) {
     .display-3 {
         font-size: 4rem
     }
 }
 
 .display-4 {
     font-size: calc(1.475rem + 2.7vw);
     font-weight: 300;
     line-height: 1.2
 }
 
 @media(min-width:1200px) {
     .display-4 {
         font-size: 3.5rem
     }
 }
 
 .display-5 {
     font-size: calc(1.425rem + 2.1vw);
     font-weight: 300;
     line-height: 1.2
 }
 
 @media(min-width:1200px) {
     .display-5 {
         font-size: 3rem
     }
 }
 
 .display-6 {
     font-size: calc(1.375rem + 1.5vw);
     font-weight: 300;
     line-height: 1.2
 }
 
 @media(min-width:1200px) {
     .display-6 {
         font-size: 2.5rem
     }
 }
 
 .list-unstyled {
     padding-left: 0;
     list-style: none
 }
 
 .list-inline {
     padding-left: 0;
     list-style: none
 }
 
 .list-inline-item {
     display: inline-block
 }
 
 .list-inline-item:not(:last-child) {
     margin-right: .5rem
 }
 
 .initialism {
     font-size: .875em;
     text-transform: uppercase
 }
 
 .blockquote {
     margin-bottom: 1rem;
     font-size: 1.25rem
 }
 
 .blockquote>:last-child {
     margin-bottom: 0
 }
 
 .blockquote-footer {
     margin-top: -1rem;
     margin-bottom: 1rem;
     font-size: .875em;
     color: #6c757d
 }
 
 .blockquote-footer:before {
     content: "— "
 }
 
 .img-fluid {
     max-width: 100%;
     height: auto
 }
 
 .img-thumbnail {
     padding: .25rem;
     background-color: #fff;
     border: 1px solid #dee2e6;
     border-radius: .25rem;
     max-width: 100%;
     height: auto
 }
 
 .figure {
     display: inline-block
 }
 
 .figure-img {
     margin-bottom: .5rem;
     line-height: 1
 }
 
 .figure-caption {
     font-size: .875em;
     color: #6c757d
 }
 
 .container,
 .container-fluid,
 .container-xxl,
 .container-xl,
 .container-lg,
 .container-md,
 .container-sm {
     width: 100%;
     padding-right: var(--bs-gutter-x, .75rem);
     padding-left: var(--bs-gutter-x, .75rem);
     margin-right: auto;
     margin-left: auto
 }
 
 @media(min-width:576px) {
 
     .container-sm,
     .container {
         max-width: 540px
     }
 }
 
 @media(min-width:768px) {
 
     .container-md,
     .container-sm,
     .container {
         max-width: 720px
     }
 }
 
 @media(min-width:992px) {
 
     .container-lg,
     .container-md,
     .container-sm,
     .container {
         max-width: 960px
     }
 }
 
 @media(min-width:1200px) {
 
     .container-xl,
     .container-lg,
     .container-md,
     .container-sm,
     .container {
         max-width: 1200px
     }
 }
 
 @media(min-width:1400px) {
 
     .container-xxl,
     .container-xl,
     .container-lg,
     .container-md,
     .container-sm,
     .container {
         max-width: 1750px
     }
 }
 
 .row {
     --bs-gutter-x: 1.5rem;
     --bs-gutter-y: 0;
     display: flex;
     flex-wrap: wrap;
     margin-top: calc(var(--bs-gutter-y)*-1);
     margin-right: calc(var(--bs-gutter-x)*-.5);
     margin-left: calc(var(--bs-gutter-x)*-.5)
 }
 
 .row>* {
     flex-shrink: 0;
     width: 100%;
     max-width: 100%;
     padding-right: calc(var(--bs-gutter-x)*.5);
     padding-left: calc(var(--bs-gutter-x)*.5);
     margin-top: var(--bs-gutter-y)
 }
 
 .col {
     flex: 1 0 0%
 }
 
 .row-cols-auto>* {
     flex: 0 0 auto;
     width: auto
 }
 
 .row-cols-1>* {
     flex: 0 0 auto;
     width: 100%
 }
 
 .row-cols-2>* {
     flex: 0 0 auto;
     width: 50%
 }
 
 .row-cols-3>* {
     flex: 0 0 auto;
     width: 33.3333333333%
 }
 
 .row-cols-4>* {
     flex: 0 0 auto;
     width: 25%
 }
 
 .row-cols-5>* {
     flex: 0 0 auto;
     width: 20%
 }
 
 .row-cols-6>* {
     flex: 0 0 auto;
     width: 16.6666666667%
 }
 
 @media(min-width:576px) {
     .col-sm {
         flex: 1 0 0%
     }
 
     .row-cols-sm-auto>* {
         flex: 0 0 auto;
         width: auto
     }
 
     .row-cols-sm-1>* {
         flex: 0 0 auto;
         width: 100%
     }
 
     .row-cols-sm-2>* {
         flex: 0 0 auto;
         width: 50%
     }
 
     .row-cols-sm-3>* {
         flex: 0 0 auto;
         width: 33.3333333333%
     }
 
     .row-cols-sm-4>* {
         flex: 0 0 auto;
         width: 25%
     }
 
     .row-cols-sm-5>* {
         flex: 0 0 auto;
         width: 20%
     }
 
     .row-cols-sm-6>* {
         flex: 0 0 auto;
         width: 16.6666666667%
     }
 }
 
 @media(min-width:768px) {
     .col-md {
         flex: 1 0 0%
     }
 
     .row-cols-md-auto>* {
         flex: 0 0 auto;
         width: auto
     }
 
     .row-cols-md-1>* {
         flex: 0 0 auto;
         width: 100%
     }
 
     .row-cols-md-2>* {
         flex: 0 0 auto;
         width: 50%
     }
 
     .row-cols-md-3>* {
         flex: 0 0 auto;
         width: 33.3333333333%
     }
 
     .row-cols-md-4>* {
         flex: 0 0 auto;
         width: 25%
     }
 
     .row-cols-md-5>* {
         flex: 0 0 auto;
         width: 20%
     }
 
     .row-cols-md-6>* {
         flex: 0 0 auto;
         width: 16.6666666667%
     }
 }
 
 @media(min-width:992px) {
     .col-lg {
         flex: 1 0 0%
     }
 
     .row-cols-lg-auto>* {
         flex: 0 0 auto;
         width: auto
     }
 
     .row-cols-lg-1>* {
         flex: 0 0 auto;
         width: 100%
     }
 
     .row-cols-lg-2>* {
         flex: 0 0 auto;
         width: 50%
     }
 
     .row-cols-lg-3>* {
         flex: 0 0 auto;
         width: 33.3333333333%
     }
 
     .row-cols-lg-4>* {
         flex: 0 0 auto;
         width: 25%
     }
 
     .row-cols-lg-5>* {
         flex: 0 0 auto;
         width: 20%
     }
 
     .row-cols-lg-6>* {
         flex: 0 0 auto;
         width: 16.6666666667%
     }
 }
 
 @media(min-width:1200px) {
     .col-xl {
         flex: 1 0 0%
     }
 
     .row-cols-xl-auto>* {
         flex: 0 0 auto;
         width: auto
     }
 
     .row-cols-xl-1>* {
         flex: 0 0 auto;
         width: 100%
     }
 
     .row-cols-xl-2>* {
         flex: 0 0 auto;
         width: 50%
     }
 
     .row-cols-xl-3>* {
         flex: 0 0 auto;
         width: 33.3333333333%
     }
 
     .row-cols-xl-4>* {
         flex: 0 0 auto;
         width: 25%
     }
 
     .row-cols-xl-5>* {
         flex: 0 0 auto;
         width: 20%
     }
 
     .row-cols-xl-6>* {
         flex: 0 0 auto;
         width: 16.6666666667%
     }
 }
 
 @media(min-width:1400px) {
     .col-xxl {
         flex: 1 0 0%
     }
 
     .row-cols-xxl-auto>* {
         flex: 0 0 auto;
         width: auto
     }
 
     .row-cols-xxl-1>* {
         flex: 0 0 auto;
         width: 100%
     }
 
     .row-cols-xxl-2>* {
         flex: 0 0 auto;
         width: 50%
     }
 
     .row-cols-xxl-3>* {
         flex: 0 0 auto;
         width: 33.3333333333%
     }
 
     .row-cols-xxl-4>* {
         flex: 0 0 auto;
         width: 25%
     }
 
     .row-cols-xxl-5>* {
         flex: 0 0 auto;
         width: 20%
     }
 
     .row-cols-xxl-6>* {
         flex: 0 0 auto;
         width: 16.6666666667%
     }
 }
 
 .col-auto {
     flex: 0 0 auto;
     width: auto
 }
 
 .col-1 {
     flex: 0 0 auto;
     width: 8.33333333%
 }
 
 .col-2 {
     flex: 0 0 auto;
     width: 16.66666667%
 }
 
 .col-3 {
     flex: 0 0 auto;
     width: 25%
 }
 
 .col-4 {
     flex: 0 0 auto;
     width: 33.33333333%
 }
 
 .col-5 {
     flex: 0 0 auto;
     width: 41.66666667%
 }
 
 .col-6 {
     flex: 0 0 auto;
     width: 50%
 }
 
 .col-7 {
     flex: 0 0 auto;
     width: 58.33333333%
 }
 
 .col-8 {
     flex: 0 0 auto;
     width: 66.66666667%
 }
 
 .col-9 {
     flex: 0 0 auto;
     width: 75%
 }
 
 .col-10 {
     flex: 0 0 auto;
     width: 83.33333333%
 }
 
 .col-11 {
     flex: 0 0 auto;
     width: 91.66666667%
 }
 
 .col-12 {
     flex: 0 0 auto;
     width: 100%
 }
 
 .offset-1 {
     margin-left: 8.33333333%
 }
 
 .offset-2 {
     margin-left: 16.66666667%
 }
 
 .offset-3 {
     margin-left: 25%
 }
 
 .offset-4 {
     margin-left: 33.33333333%
 }
 
 .offset-5 {
     margin-left: 41.66666667%
 }
 
 .offset-6 {
     margin-left: 50%
 }
 
 .offset-7 {
     margin-left: 58.33333333%
 }
 
 .offset-8 {
     margin-left: 66.66666667%
 }
 
 .offset-9 {
     margin-left: 75%
 }
 
 .offset-10 {
     margin-left: 83.33333333%
 }
 
 .offset-11 {
     margin-left: 91.66666667%
 }
 
 .g-0,
 .gx-0 {
     --bs-gutter-x: 0
 }
 
 .g-0,
 .gy-0 {
     --bs-gutter-y: 0
 }
 
 .g-1,
 .gx-1 {
     --bs-gutter-x: .25rem
 }
 
 .g-1,
 .gy-1 {
     --bs-gutter-y: .25rem
 }
 
 .g-2,
 .gx-2 {
     --bs-gutter-x: .5rem
 }
 
 .g-2,
 .gy-2 {
     --bs-gutter-y: .5rem
 }
 
 .g-3,
 .gx-3 {
     --bs-gutter-x: 1rem
 }
 
 .g-3,
 .gy-3 {
     --bs-gutter-y: 1rem
 }
 
 .g-4,
 .gx-4 {
     --bs-gutter-x: 1.5rem
 }
 
 .g-4,
 .gy-4 {
     --bs-gutter-y: 1.5rem
 }
 
 .g-5,
 .gx-5 {
     --bs-gutter-x: 3rem
 }
 
 .g-5,
 .gy-5 {
     --bs-gutter-y: 3rem
 }
 
 @media(min-width:576px) {
     .col-sm-auto {
         flex: 0 0 auto;
         width: auto
     }
 
     .col-sm-1 {
         flex: 0 0 auto;
         width: 8.33333333%
     }
 
     .col-sm-2 {
         flex: 0 0 auto;
         width: 16.66666667%
     }
 
     .col-sm-3 {
         flex: 0 0 auto;
         width: 25%
     }
 
     .col-sm-4 {
         flex: 0 0 auto;
         width: 33.33333333%
     }
 
     .col-sm-5 {
         flex: 0 0 auto;
         width: 41.66666667%
     }
 
     .col-sm-6 {
         flex: 0 0 auto;
         width: 50%
     }
 
     .col-sm-7 {
         flex: 0 0 auto;
         width: 58.33333333%
     }
 
     .col-sm-8 {
         flex: 0 0 auto;
         width: 66.66666667%
     }
 
     .col-sm-9 {
         flex: 0 0 auto;
         width: 75%
     }
 
     .col-sm-10 {
         flex: 0 0 auto;
         width: 83.33333333%
     }
 
     .col-sm-11 {
         flex: 0 0 auto;
         width: 91.66666667%
     }
 
     .col-sm-12 {
         flex: 0 0 auto;
         width: 100%
     }
 
     .offset-sm-0 {
         margin-left: 0
     }
 
     .offset-sm-1 {
         margin-left: 8.33333333%
     }
 
     .offset-sm-2 {
         margin-left: 16.66666667%
     }
 
     .offset-sm-3 {
         margin-left: 25%
     }
 
     .offset-sm-4 {
         margin-left: 33.33333333%
     }
 
     .offset-sm-5 {
         margin-left: 41.66666667%
     }
 
     .offset-sm-6 {
         margin-left: 50%
     }
 
     .offset-sm-7 {
         margin-left: 58.33333333%
     }
 
     .offset-sm-8 {
         margin-left: 66.66666667%
     }
 
     .offset-sm-9 {
         margin-left: 75%
     }
 
     .offset-sm-10 {
         margin-left: 83.33333333%
     }
 
     .offset-sm-11 {
         margin-left: 91.66666667%
     }
 
     .g-sm-0,
     .gx-sm-0 {
         --bs-gutter-x: 0
     }
 
     .g-sm-0,
     .gy-sm-0 {
         --bs-gutter-y: 0
     }
 
     .g-sm-1,
     .gx-sm-1 {
         --bs-gutter-x: .25rem
     }
 
     .g-sm-1,
     .gy-sm-1 {
         --bs-gutter-y: .25rem
     }
 
     .g-sm-2,
     .gx-sm-2 {
         --bs-gutter-x: .5rem
     }
 
     .g-sm-2,
     .gy-sm-2 {
         --bs-gutter-y: .5rem
     }
 
     .g-sm-3,
     .gx-sm-3 {
         --bs-gutter-x: 1rem
     }
 
     .g-sm-3,
     .gy-sm-3 {
         --bs-gutter-y: 1rem
     }
 
     .g-sm-4,
     .gx-sm-4 {
         --bs-gutter-x: 1.5rem
     }
 
     .g-sm-4,
     .gy-sm-4 {
         --bs-gutter-y: 1.5rem
     }
 
     .g-sm-5,
     .gx-sm-5 {
         --bs-gutter-x: 3rem
     }
 
     .g-sm-5,
     .gy-sm-5 {
         --bs-gutter-y: 3rem
     }
 }
 
 @media(min-width:768px) {
     .col-md-auto {
         flex: 0 0 auto;
         width: auto
     }
 
     .col-md-1 {
         flex: 0 0 auto;
         width: 8.33333333%
     }
 
     .col-md-2 {
         flex: 0 0 auto;
         width: 16.66666667%
     }
 
     .col-md-3 {
         flex: 0 0 auto;
         width: 25%
     }
 
     .col-md-4 {
         flex: 0 0 auto;
         width: 33.33333333%
     }
 
     .col-md-5 {
         flex: 0 0 auto;
         width: 41.66666667%
     }
 
     .col-md-6 {
         flex: 0 0 auto;
         width: 50%
     }
 
     .col-md-7 {
         flex: 0 0 auto;
         width: 58.33333333%
     }
 
     .col-md-8 {
         flex: 0 0 auto;
         width: 66.66666667%
     }
 
     .col-md-9 {
         flex: 0 0 auto;
         width: 75%
     }
 
     .col-md-10 {
         flex: 0 0 auto;
         width: 83.33333333%
     }
 
     .col-md-11 {
         flex: 0 0 auto;
         width: 91.66666667%
     }
 
     .col-md-12 {
         flex: 0 0 auto;
         width: 100%
     }
 
     .offset-md-0 {
         margin-left: 0
     }
 
     .offset-md-1 {
         margin-left: 8.33333333%
     }
 
     .offset-md-2 {
         margin-left: 16.66666667%
     }
 
     .offset-md-3 {
         margin-left: 25%
     }
 
     .offset-md-4 {
         margin-left: 33.33333333%
     }
 
     .offset-md-5 {
         margin-left: 41.66666667%
     }
 
     .offset-md-6 {
         margin-left: 50%
     }
 
     .offset-md-7 {
         margin-left: 58.33333333%
     }
 
     .offset-md-8 {
         margin-left: 66.66666667%
     }
 
     .offset-md-9 {
         margin-left: 75%
     }
 
     .offset-md-10 {
         margin-left: 83.33333333%
     }
 
     .offset-md-11 {
         margin-left: 91.66666667%
     }
 
     .g-md-0,
     .gx-md-0 {
         --bs-gutter-x: 0
     }
 
     .g-md-0,
     .gy-md-0 {
         --bs-gutter-y: 0
     }
 
     .g-md-1,
     .gx-md-1 {
         --bs-gutter-x: .25rem
     }
 
     .g-md-1,
     .gy-md-1 {
         --bs-gutter-y: .25rem
     }
 
     .g-md-2,
     .gx-md-2 {
         --bs-gutter-x: .5rem
     }
 
     .g-md-2,
     .gy-md-2 {
         --bs-gutter-y: .5rem
     }
 
     .g-md-3,
     .gx-md-3 {
         --bs-gutter-x: 1rem
     }
 
     .g-md-3,
     .gy-md-3 {
         --bs-gutter-y: 1rem
     }
 
     .g-md-4,
     .gx-md-4 {
         --bs-gutter-x: 1.5rem
     }
 
     .g-md-4,
     .gy-md-4 {
         --bs-gutter-y: 1.5rem
     }
 
     .g-md-5,
     .gx-md-5 {
         --bs-gutter-x: 3rem
     }
 
     .g-md-5,
     .gy-md-5 {
         --bs-gutter-y: 3rem
     }
 }
 
 @media(min-width:992px) {
     .col-lg-auto {
         flex: 0 0 auto;
         width: auto
     }
 
     .col-lg-1 {
         flex: 0 0 auto;
         width: 8.33333333%
     }
 
     .col-lg-2 {
         flex: 0 0 auto;
         width: 16.66666667%
     }
 
     .col-lg-3 {
         flex: 0 0 auto;
         width: 25%
     }
 
     .col-lg-4 {
         flex: 0 0 auto;
         width: 33.33333333%
     }
 
     .col-lg-5 {
         flex: 0 0 auto;
         width: 41.66666667%
     }
 
     .col-lg-6 {
         flex: 0 0 auto;
         width: 50%
     }
 
     .col-lg-7 {
         flex: 0 0 auto;
         width: 58.33333333%
     }
 
     .col-lg-8 {
         flex: 0 0 auto;
         width: 66.66666667%
     }
 
     .col-lg-9 {
         flex: 0 0 auto;
         width: 75%
     }
 
     .col-lg-10 {
         flex: 0 0 auto;
         width: 83.33333333%
     }
 
     .col-lg-11 {
         flex: 0 0 auto;
         width: 91.66666667%
     }
 
     .col-lg-12 {
         flex: 0 0 auto;
         width: 100%
     }
 
     .offset-lg-0 {
         margin-left: 0
     }
 
     .offset-lg-1 {
         margin-left: 8.33333333%
     }
 
     .offset-lg-2 {
         margin-left: 16.66666667%
     }
 
     .offset-lg-3 {
         margin-left: 25%
     }
 
     .offset-lg-4 {
         margin-left: 33.33333333%
     }
 
     .offset-lg-5 {
         margin-left: 41.66666667%
     }
 
     .offset-lg-6 {
         margin-left: 50%
     }
 
     .offset-lg-7 {
         margin-left: 58.33333333%
     }
 
     .offset-lg-8 {
         margin-left: 66.66666667%
     }
 
     .offset-lg-9 {
         margin-left: 75%
     }
 
     .offset-lg-10 {
         margin-left: 83.33333333%
     }
 
     .offset-lg-11 {
         margin-left: 91.66666667%
     }
 
     .g-lg-0,
     .gx-lg-0 {
         --bs-gutter-x: 0
     }
 
     .g-lg-0,
     .gy-lg-0 {
         --bs-gutter-y: 0
     }
 
     .g-lg-1,
     .gx-lg-1 {
         --bs-gutter-x: .25rem
     }
 
     .g-lg-1,
     .gy-lg-1 {
         --bs-gutter-y: .25rem
     }
 
     .g-lg-2,
     .gx-lg-2 {
         --bs-gutter-x: .5rem
     }
 
     .g-lg-2,
     .gy-lg-2 {
         --bs-gutter-y: .5rem
     }
 
     .g-lg-3,
     .gx-lg-3 {
         --bs-gutter-x: 1rem
     }
 
     .g-lg-3,
     .gy-lg-3 {
         --bs-gutter-y: 1rem
     }
 
     .g-lg-4,
     .gx-lg-4 {
         --bs-gutter-x: 1.5rem
     }
 
     .g-lg-4,
     .gy-lg-4 {
         --bs-gutter-y: 1.5rem
     }
 
     .g-lg-5,
     .gx-lg-5 {
         --bs-gutter-x: 3rem
     }
 
     .g-lg-5,
     .gy-lg-5 {
         --bs-gutter-y: 3rem
     }
 }
 
 @media(min-width:1200px) {
     .col-xl-auto {
         flex: 0 0 auto;
         width: auto
     }
 
     .col-xl-1 {
         flex: 0 0 auto;
         width: 8.33333333%
     }
 
     .col-xl-2 {
         flex: 0 0 auto;
         width: 16.66666667%
     }
 
     .col-xl-3 {
         flex: 0 0 auto;
         width: 25%
     }
 
     .col-xl-4 {
         flex: 0 0 auto;
         width: 33.33333333%
     }
 
     .col-xl-5 {
         flex: 0 0 auto;
         width: 41.66666667%
     }
 
     .col-xl-6 {
         flex: 0 0 auto;
         width: 50%
     }
 
     .col-xl-7 {
         flex: 0 0 auto;
         width: 58.33333333%
     }
 
     .col-xl-8 {
         flex: 0 0 auto;
         width: 66.66666667%
     }
 
     .col-xl-9 {
         flex: 0 0 auto;
         width: 75%
     }
 
     .col-xl-10 {
         flex: 0 0 auto;
         width: 83.33333333%
     }
 
     .col-xl-11 {
         flex: 0 0 auto;
         width: 91.66666667%
     }
 
     .col-xl-12 {
         flex: 0 0 auto;
         width: 100%
     }
 
     .offset-xl-0 {
         margin-left: 0
     }
 
     .offset-xl-1 {
         margin-left: 8.33333333%
     }
 
     .offset-xl-2 {
         margin-left: 16.66666667%
     }
 
     .offset-xl-3 {
         margin-left: 25%
     }
 
     .offset-xl-4 {
         margin-left: 33.33333333%
     }
 
     .offset-xl-5 {
         margin-left: 41.66666667%
     }
 
     .offset-xl-6 {
         margin-left: 50%
     }
 
     .offset-xl-7 {
         margin-left: 58.33333333%
     }
 
     .offset-xl-8 {
         margin-left: 66.66666667%
     }
 
     .offset-xl-9 {
         margin-left: 75%
     }
 
     .offset-xl-10 {
         margin-left: 83.33333333%
     }
 
     .offset-xl-11 {
         margin-left: 91.66666667%
     }
 
     .g-xl-0,
     .gx-xl-0 {
         --bs-gutter-x: 0
     }
 
     .g-xl-0,
     .gy-xl-0 {
         --bs-gutter-y: 0
     }
 
     .g-xl-1,
     .gx-xl-1 {
         --bs-gutter-x: .25rem
     }
 
     .g-xl-1,
     .gy-xl-1 {
         --bs-gutter-y: .25rem
     }
 
     .g-xl-2,
     .gx-xl-2 {
         --bs-gutter-x: .5rem
     }
 
     .g-xl-2,
     .gy-xl-2 {
         --bs-gutter-y: .5rem
     }
 
     .g-xl-3,
     .gx-xl-3 {
         --bs-gutter-x: 1rem
     }
 
     .g-xl-3,
     .gy-xl-3 {
         --bs-gutter-y: 1rem
     }
 
     .g-xl-4,
     .gx-xl-4 {
         --bs-gutter-x: 1.5rem
     }
 
     .g-xl-4,
     .gy-xl-4 {
         --bs-gutter-y: 1.5rem
     }
 
     .g-xl-5,
     .gx-xl-5 {
         --bs-gutter-x: 3rem
     }
 
     .g-xl-5,
     .gy-xl-5 {
         --bs-gutter-y: 3rem
     }
 }
 
 @media(min-width:1400px) {
     .col-xxl-auto {
         flex: 0 0 auto;
         width: auto
     }
 
     .col-xxl-1 {
         flex: 0 0 auto;
         width: 8.33333333%
     }
 
     .col-xxl-2 {
         flex: 0 0 auto;
         width: 16.66666667%
     }
 
     .col-xxl-3 {
         flex: 0 0 auto;
         width: 25%
     }
 
     .col-xxl-4 {
         flex: 0 0 auto;
         width: 33.33333333%
     }
 
     .col-xxl-5 {
         flex: 0 0 auto;
         width: 41.66666667%
     }
 
     .col-xxl-6 {
         flex: 0 0 auto;
         width: 50%
     }
 
     .col-xxl-7 {
         flex: 0 0 auto;
         width: 58.33333333%
     }
 
     .col-xxl-8 {
         flex: 0 0 auto;
         width: 66.66666667%
     }
 
     .col-xxl-9 {
         flex: 0 0 auto;
         width: 75%
     }
 
     .col-xxl-10 {
         flex: 0 0 auto;
         width: 83.33333333%
     }
 
     .col-xxl-11 {
         flex: 0 0 auto;
         width: 91.66666667%
     }
 
     .col-xxl-12 {
         flex: 0 0 auto;
         width: 100%
     }
 
     .offset-xxl-0 {
         margin-left: 0
     }
 
     .offset-xxl-1 {
         margin-left: 8.33333333%
     }
 
     .offset-xxl-2 {
         margin-left: 16.66666667%
     }
 
     .offset-xxl-3 {
         margin-left: 25%
     }
 
     .offset-xxl-4 {
         margin-left: 33.33333333%
     }
 
     .offset-xxl-5 {
         margin-left: 41.66666667%
     }
 
     .offset-xxl-6 {
         margin-left: 50%
     }
 
     .offset-xxl-7 {
         margin-left: 58.33333333%
     }
 
     .offset-xxl-8 {
         margin-left: 66.66666667%
     }
 
     .offset-xxl-9 {
         margin-left: 75%
     }
 
     .offset-xxl-10 {
         margin-left: 83.33333333%
     }
 
     .offset-xxl-11 {
         margin-left: 91.66666667%
     }
 
     .g-xxl-0,
     .gx-xxl-0 {
         --bs-gutter-x: 0
     }
 
     .g-xxl-0,
     .gy-xxl-0 {
         --bs-gutter-y: 0
     }
 
     .g-xxl-1,
     .gx-xxl-1 {
         --bs-gutter-x: .25rem
     }
 
     .g-xxl-1,
     .gy-xxl-1 {
         --bs-gutter-y: .25rem
     }
 
     .g-xxl-2,
     .gx-xxl-2 {
         --bs-gutter-x: .5rem
     }
 
     .g-xxl-2,
     .gy-xxl-2 {
         --bs-gutter-y: .5rem
     }
 
     .g-xxl-3,
     .gx-xxl-3 {
         --bs-gutter-x: 1rem
     }
 
     .g-xxl-3,
     .gy-xxl-3 {
         --bs-gutter-y: 1rem
     }
 
     .g-xxl-4,
     .gx-xxl-4 {
         --bs-gutter-x: 1.5rem
     }
 
     .g-xxl-4,
     .gy-xxl-4 {
         --bs-gutter-y: 1.5rem
     }
 
     .g-xxl-5,
     .gx-xxl-5 {
         --bs-gutter-x: 3rem
     }
 
     .g-xxl-5,
     .gy-xxl-5 {
         --bs-gutter-y: 3rem
     }
 }
 
 .table {
     --bs-table-bg: transparent;
     --bs-table-accent-bg: transparent;
     --bs-table-striped-color: #212529;
     --bs-table-striped-bg: rgba(0, 0, 0, .05);
     --bs-table-active-color: #212529;
     --bs-table-active-bg: rgba(0, 0, 0, .1);
     --bs-table-hover-color: #212529;
     --bs-table-hover-bg: rgba(0, 0, 0, .075);
     width: 100%;
     margin-bottom: 1rem;
     color: #212529;
     vertical-align: top;
     border-color: #dee2e6
 }
 
 .table>:not(caption)>*>* {
     padding: .5rem;
     background-color: var(--bs-table-bg);
     border-bottom-width: 1px;
     box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
 }
 
 .table>tbody {
     vertical-align: inherit
 }
 
 .table>thead {
     vertical-align: bottom
 }
 
 .table>:not(:last-child)>:last-child>* {
     border-bottom-color: currentColor
 }
 
 .caption-top {
     caption-side: top
 }
 
 .table-sm>:not(caption)>*>* {
     padding: .25rem
 }
 
 .table-bordered>:not(caption)>* {
     border-width: 1px 0
 }
 
 .table-bordered>:not(caption)>*>* {
     border-width: 0 1px
 }
 
 .table-borderless>:not(caption)>*>* {
     border-bottom-width: 0
 }
 
 .table-striped>tbody>tr:nth-of-type(odd) {
     --bs-table-accent-bg: var(--bs-table-striped-bg);
     color: var(--bs-table-striped-color)
 }
 
 .table-active {
     --bs-table-accent-bg: var(--bs-table-active-bg);
     color: var(--bs-table-active-color)
 }
 
 .table-hover>tbody>tr:hover {
     --bs-table-accent-bg: var(--bs-table-hover-bg);
     color: var(--bs-table-hover-color)
 }
 
 .table-primary {
     --bs-table-bg: #cfe2ff;
     --bs-table-striped-bg: #c5d7f2;
     --bs-table-striped-color: #000;
     --bs-table-active-bg: #bacbe6;
     --bs-table-active-color: #000;
     --bs-table-hover-bg: #bfd1ec;
     --bs-table-hover-color: #000;
     color: #000;
     border-color: #bacbe6
 }
 
 .table-secondary {
     --bs-table-bg: #e2e3e5;
     --bs-table-striped-bg: #d7d8da;
     --bs-table-striped-color: #000;
     --bs-table-active-bg: #cbccce;
     --bs-table-active-color: #000;
     --bs-table-hover-bg: #d1d2d4;
     --bs-table-hover-color: #000;
     color: #000;
     border-color: #cbccce
 }
 
 .table-success {
     --bs-table-bg: #d1e7dd;
     --bs-table-striped-bg: #c7dbd2;
     --bs-table-striped-color: #000;
     --bs-table-active-bg: #bcd0c7;
     --bs-table-active-color: #000;
     --bs-table-hover-bg: #c1d6cc;
     --bs-table-hover-color: #000;
     color: #000;
     border-color: #bcd0c7
 }
 
 .table-info {
     --bs-table-bg: #cff4fc;
     --bs-table-striped-bg: #c5e8ef;
     --bs-table-striped-color: #000;
     --bs-table-active-bg: #badce3;
     --bs-table-active-color: #000;
     --bs-table-hover-bg: #bfe2e9;
     --bs-table-hover-color: #000;
     color: #000;
     border-color: #badce3
 }
 
 .table-warning {
     --bs-table-bg: #fff3cd;
     --bs-table-striped-bg: #f2e7c3;
     --bs-table-striped-color: #000;
     --bs-table-active-bg: #e6dbb9;
     --bs-table-active-color: #000;
     --bs-table-hover-bg: #ece1be;
     --bs-table-hover-color: #000;
     color: #000;
     border-color: #e6dbb9
 }
 
 .table-danger {
     --bs-table-bg: #f8d7da;
     --bs-table-striped-bg: #eccccf;
     --bs-table-striped-color: #000;
     --bs-table-active-bg: #dfc2c4;
     --bs-table-active-color: #000;
     --bs-table-hover-bg: #e5c7ca;
     --bs-table-hover-color: #000;
     color: #000;
     border-color: #dfc2c4
 }
 
 .table-light {
     --bs-table-bg: #f8f9fa;
     --bs-table-striped-bg: #ecedee;
     --bs-table-striped-color: #000;
     --bs-table-active-bg: #dfe0e1;
     --bs-table-active-color: #000;
     --bs-table-hover-bg: #e5e6e7;
     --bs-table-hover-color: #000;
     color: #000;
     border-color: #dfe0e1
 }
 
 .table-dark {
     --bs-table-bg: #212529;
     --bs-table-striped-bg: #2c3034;
     --bs-table-striped-color: #fff;
     --bs-table-active-bg: #373b3e;
     --bs-table-active-color: #fff;
     --bs-table-hover-bg: #323539;
     --bs-table-hover-color: #fff;
     color: #fff;
     border-color: #373b3e
 }
 
 .table-responsive {
     overflow-x: auto;
     -webkit-overflow-scrolling: touch
 }
 
 @media(max-width:575.98px) {
     .table-responsive-sm {
         overflow-x: auto;
         -webkit-overflow-scrolling: touch
     }
 }
 
 @media(max-width:767.98px) {
     .table-responsive-md {
         overflow-x: auto;
         -webkit-overflow-scrolling: touch
     }
 }
 
 @media(max-width:991.98px) {
     .table-responsive-lg {
         overflow-x: auto;
         -webkit-overflow-scrolling: touch
     }
 }
 
 @media(max-width:1199.98px) {
     .table-responsive-xl {
         overflow-x: auto;
         -webkit-overflow-scrolling: touch
     }
 }
 
 @media(max-width:1399.98px) {
     .table-responsive-xxl {
         overflow-x: auto;
         -webkit-overflow-scrolling: touch
     }
 }
 
 .form-label {
     margin-bottom: .5rem
 }
 
 .col-form-label {
     padding-top: calc(.375rem + 1px);
     padding-bottom: calc(.375rem + 1px);
     margin-bottom: 0;
     font-size: inherit;
     line-height: 1.5
 }
 
 .col-form-label-lg {
     padding-top: calc(.5rem + 1px);
     padding-bottom: calc(.5rem + 1px);
     font-size: 1.25rem
 }
 
 .col-form-label-sm {
     padding-top: calc(.25rem + 1px);
     padding-bottom: calc(.25rem + 1px);
     font-size: .875rem
 }
 
 .form-text {
     margin-top: .25rem;
     font-size: .875em;
     color: #6c757d
 }
 
 .form-control {
     display: block;
     width: 100%;
     padding: .375rem .75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .form-control {
         transition: none
     }
 }
 
 .form-control[type=file] {
     overflow: hidden
 }
 
 .form-control[type=file]:not(:disabled):not([readonly]) {
     cursor: pointer
 }
 
 .form-control:focus {
     color: #212529;
     background-color: #fff;
     border-color: #86b7fe;
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
 }
 
 .form-control::-webkit-date-and-time-value {
     height: 1.5em
 }
 
 .form-control::-moz-placeholder {
     color: #6c757d;
     opacity: 1
 }
 
 .form-control:-ms-input-placeholder {
     color: #6c757d;
     opacity: 1
 }
 
 .form-control::placeholder {
     color: #6c757d;
     opacity: 1
 }
 
 .form-control:disabled,
 .form-control[readonly] {
     background-color: #e9ecef;
     opacity: 1
 }
 
 .form-control::file-selector-button {
     padding: .375rem .75rem;
     margin: -.375rem -.75rem;
     -webkit-margin-end: .75rem;
     margin-inline-end: .75rem;
     color: #212529;
     background-color: #e9ecef;
     pointer-events: none;
     border-color: inherit;
     border-style: solid;
     border-width: 0;
     border-inline-end-width: 1px;
     border-radius: 0;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .form-control::file-selector-button {
         transition: none
     }
 }
 
 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
     background-color: #dde0e3
 }
 
 .form-control::-webkit-file-upload-button {
     padding: .375rem .75rem;
     margin: -.375rem -.75rem;
     -webkit-margin-end: .75rem;
     margin-inline-end: .75rem;
     color: #212529;
     background-color: #e9ecef;
     pointer-events: none;
     border-color: inherit;
     border-style: solid;
     border-width: 0;
     border-inline-end-width: 1px;
     border-radius: 0;
     -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .form-control::-webkit-file-upload-button {
         -webkit-transition: none;
         transition: none
     }
 }
 
 .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
     background-color: #dde0e3
 }
 
 .form-control-plaintext {
     display: block;
     width: 100%;
     padding: .375rem 0;
     margin-bottom: 0;
     line-height: 1.5;
     color: #212529;
     background-color: transparent;
     border: solid transparent;
     border-width: 1px 0
 }
 
 .form-control-plaintext.form-control-sm,
 .form-control-plaintext.form-control-lg {
     padding-right: 0;
     padding-left: 0
 }
 
 .form-control-sm {
     min-height: calc(1.5em + (.5rem + 2px));
     padding: .25rem .5rem;
     font-size: .875rem;
     border-radius: .2rem
 }
 
 .form-control-sm::file-selector-button {
     padding: .25rem .5rem;
     margin: -.25rem -.5rem;
     -webkit-margin-end: .5rem;
     margin-inline-end: .5rem
 }
 
 .form-control-sm::-webkit-file-upload-button {
     padding: .25rem .5rem;
     margin: -.25rem -.5rem;
     -webkit-margin-end: .5rem;
     margin-inline-end: .5rem
 }
 
 .form-control-lg {
     min-height: calc(1.5em + (1rem + 2px));
     padding: .5rem 1rem;
     font-size: 1.25rem;
     border-radius: .3rem
 }
 
 .form-control-lg::file-selector-button {
     padding: .5rem 1rem;
     margin: -.5rem -1rem;
     -webkit-margin-end: 1rem;
     margin-inline-end: 1rem
 }
 
 .form-control-lg::-webkit-file-upload-button {
     padding: .5rem 1rem;
     margin: -.5rem -1rem;
     -webkit-margin-end: 1rem;
     margin-inline-end: 1rem
 }
 
 textarea.form-control {
     min-height: calc(1.5em + (.75rem + 2px))
 }
 
 textarea.form-control-sm {
     min-height: calc(1.5em + (.5rem + 2px))
 }
 
 textarea.form-control-lg {
     min-height: calc(1.5em + (1rem + 2px))
 }
 
 .form-control-color {
     max-width: 3rem;
     height: auto;
     padding: .375rem
 }
 
 .form-control-color:not(:disabled):not([readonly]) {
     cursor: pointer
 }
 
 .form-control-color::-moz-color-swatch {
     height: 1.5em;
     border-radius: .25rem
 }
 
 .form-control-color::-webkit-color-swatch {
     height: 1.5em;
     border-radius: .25rem
 }
 
 .form-select {
     display: block;
     width: 100%;
     padding: .375rem 2.25rem .375rem .75rem;
     -moz-padding-start: calc(.75rem - 3px);
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     background-color: #fff;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right .75rem center;
     background-size: 16px 12px;
     border: 1px solid #ced4da;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }
 
 @media(prefers-reduced-motion:reduce) {
     .form-select {
         transition: none
     }
 }
 
 .form-select:focus {
     border-color: #86b7fe;
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
 }
 
 .form-select[multiple],
 .form-select[size]:not([size="1"]) {
     padding-right: .75rem;
     background-image: none
 }
 
 .form-select:disabled {
     background-color: #e9ecef
 }
 
 .form-select:-moz-focusring {
     color: transparent;
     text-shadow: 0 0 0 #212529
 }
 
 .form-select-sm {
     padding-top: .25rem;
     padding-bottom: .25rem;
     padding-left: .5rem;
     font-size: .875rem
 }
 
 .form-select-lg {
     padding-top: .5rem;
     padding-bottom: .5rem;
     padding-left: 1rem;
     font-size: 1.25rem
 }
 
 .form-check {
     display: block;
     min-height: 1.5rem;
     padding-left: 1.5em;
     margin-bottom: .125rem
 }
 
 .form-check .form-check-input {
     float: left;
     margin-left: -1.5em
 }
 
 .form-check-input {
     width: 1em;
     height: 1em;
     margin-top: .25em;
     vertical-align: top;
     background-color: #fff;
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     border: 1px solid rgba(0, 0, 0, .25);
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     -webkit-print-color-adjust: exact;
     color-adjust: exact
 }
 
 .form-check-input[type=checkbox] {
     border-radius: .25em
 }
 
 .form-check-input[type=radio] {
     border-radius: 50%
 }
 
 .form-check-input:active {
     filter: brightness(90%)
 }
 
 .form-check-input:focus {
     border-color: #86b7fe;
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
 }
 
 .form-check-input:checked {
     background-color: #0d6efd;
     border-color: #0d6efd
 }
 
 .form-check-input:checked[type=checkbox] {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important
 }
 
 .form-check-input:checked[type=radio] {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
 }
 
 .form-check-input[type=checkbox]:indeterminate {
     background-color: #0d6efd;
     border-color: #0d6efd;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
 }
 
 .form-check-input:disabled {
     pointer-events: none;
     filter: none;
     opacity: .5
 }
 
 .form-check-input[disabled]~.form-check-label,
 .form-check-input:disabled~.form-check-label {
     opacity: .5
 }
 
 .form-switch {
     padding-left: 2.5em
 }
 
 .form-switch .form-check-input {
     width: 2em;
     margin-left: -2.5em;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
     background-position: left center;
     border-radius: 2em;
     transition: background-position .15s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .form-switch .form-check-input {
         transition: none
     }
 }
 
 .form-switch .form-check-input:focus {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
 }
 
 .form-switch .form-check-input:checked {
     background-position: right center;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
 }
 
 .form-check-inline {
     display: inline-block;
     margin-right: 1rem
 }
 
 .btn-check {
     position: absolute;
     clip: rect(0, 0, 0, 0);
     pointer-events: none
 }
 
 .btn-check[disabled]+.btn,
 .btn-check:disabled+.btn {
     pointer-events: none;
     filter: none;
     opacity: .65
 }
 
 .form-range {
     width: 100%;
     height: 1.5rem;
     padding: 0;
     background-color: transparent;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none
 }
 
 .form-range:focus {
     outline: 0
 }
 
 .form-range:focus::-webkit-slider-thumb {
     box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
 }
 
 .form-range:focus::-moz-range-thumb {
     box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
 }
 
 .form-range::-moz-focus-outer {
     border: 0
 }
 
 .form-range::-webkit-slider-thumb {
     width: 1rem;
     height: 1rem;
     margin-top: -.25rem;
     background-color: #0d6efd;
     border: 0;
     border-radius: 1rem;
     -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     -webkit-appearance: none;
     appearance: none
 }
 
 @media(prefers-reduced-motion:reduce) {
     .form-range::-webkit-slider-thumb {
         -webkit-transition: none;
         transition: none
     }
 }
 
 .form-range::-webkit-slider-thumb:active {
     background-color: #b6d4fe
 }
 
 .form-range::-webkit-slider-runnable-track {
     width: 100%;
     height: .5rem;
     color: transparent;
     cursor: pointer;
     background-color: #dee2e6;
     border-color: transparent;
     border-radius: 1rem
 }
 
 .form-range::-moz-range-thumb {
     width: 1rem;
     height: 1rem;
     background-color: #0d6efd;
     border: 0;
     border-radius: 1rem;
     -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     -moz-appearance: none;
     appearance: none
 }
 
 @media(prefers-reduced-motion:reduce) {
     .form-range::-moz-range-thumb {
         -moz-transition: none;
         transition: none
     }
 }
 
 .form-range::-moz-range-thumb:active {
     background-color: #b6d4fe
 }
 
 .form-range::-moz-range-track {
     width: 100%;
     height: .5rem;
     color: transparent;
     cursor: pointer;
     background-color: #dee2e6;
     border-color: transparent;
     border-radius: 1rem
 }
 
 .form-range:disabled {
     pointer-events: none
 }
 
 .form-range:disabled::-webkit-slider-thumb {
     background-color: #adb5bd
 }
 
 .form-range:disabled::-moz-range-thumb {
     background-color: #adb5bd
 }
 
 .form-floating {
     position: relative
 }
 
 .form-floating>.form-control,
 .form-floating>.form-select {
     height: calc(3.5rem + 2px);
     line-height: 1.25
 }
 
 .form-floating>label {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     padding: 1rem .75rem;
     pointer-events: none;
     border: 1px solid transparent;
     transform-origin: 0 0;
     transition: opacity .1s ease-in-out, transform .1s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .form-floating>label {
         transition: none
     }
 }
 
 .form-floating>.form-control {
     padding: 1rem .75rem
 }
 
 .form-floating>.form-control::-moz-placeholder {
     color: transparent
 }
 
 .form-floating>.form-control:-ms-input-placeholder {
     color: transparent
 }
 
 .form-floating>.form-control::placeholder {
     color: transparent
 }
 
 .form-floating>.form-control:not(:-moz-placeholder-shown) {
     padding-top: 1.625rem;
     padding-bottom: .625rem
 }
 
 .form-floating>.form-control:not(:-ms-input-placeholder) {
     padding-top: 1.625rem;
     padding-bottom: .625rem
 }
 
 .form-floating>.form-control:focus,
 .form-floating>.form-control:not(:placeholder-shown) {
     padding-top: 1.625rem;
     padding-bottom: .625rem
 }
 
 .form-floating>.form-control:-webkit-autofill {
     padding-top: 1.625rem;
     padding-bottom: .625rem
 }
 
 .form-floating>.form-select {
     padding-top: 1.625rem;
     padding-bottom: .625rem
 }
 
 .form-floating>.form-control:not(:-moz-placeholder-shown)~label {
     opacity: .65;
     transform: scale(.85) translateY(-.5rem) translateX(.15rem)
 }
 
 .form-floating>.form-control:not(:-ms-input-placeholder)~label {
     opacity: .65;
     transform: scale(.85) translateY(-.5rem) translateX(.15rem)
 }
 
 .form-floating>.form-control:focus~label,
 .form-floating>.form-control:not(:placeholder-shown)~label,
 .form-floating>.form-select~label {
     opacity: .65;
     transform: scale(.85) translateY(-.5rem) translateX(.15rem)
 }
 
 .form-floating>.form-control:-webkit-autofill~label {
     opacity: .65;
     transform: scale(.85) translateY(-.5rem) translateX(.15rem)
 }
 
 .input-group {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: stretch;
     width: 100%
 }
 
 .input-group>.form-control,
 .input-group>.form-select {
     position: relative;
     flex: 1 1 auto;
     width: 1%;
     min-width: 0
 }
 
 .input-group>.form-control:focus,
 .input-group>.form-select:focus {
     z-index: 3
 }
 
 .input-group .btn {
     position: relative;
     z-index: 2
 }
 
 .input-group .btn:focus {
     z-index: 3
 }
 
 .input-group-text {
     display: flex;
     align-items: center;
     padding: .375rem .75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     text-align: center;
     white-space: nowrap;
     background-color: #e9ecef;
     border: 1px solid #ced4da;
     border-radius: .25rem
 }
 
 .input-group-lg>.form-control,
 .input-group-lg>.form-select,
 .input-group-lg>.input-group-text,
 .input-group-lg>.btn {
     padding: .5rem 1rem;
     font-size: 1.25rem;
     border-radius: .3rem
 }
 
 .input-group-sm>.form-control,
 .input-group-sm>.form-select,
 .input-group-sm>.input-group-text,
 .input-group-sm>.btn {
     padding: .25rem .5rem;
     font-size: .875rem;
     border-radius: .2rem
 }
 
 .input-group-lg>.form-select,
 .input-group-sm>.form-select {
     padding-right: 3rem
 }
 
 .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
 .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0
 }
 
 .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
 .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0
 }
 
 .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
     margin-left: -1px;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0
 }
 
 .valid-feedback {
     display: none;
     width: 100%;
     margin-top: .25rem;
     font-size: .875em;
     color: #198754
 }
 
 .valid-tooltip {
     position: absolute;
     top: 100%;
     z-index: 5;
     display: none;
     max-width: 100%;
     padding: .25rem .5rem;
     margin-top: .1rem;
     font-size: .875rem;
     color: #fff;
     background-color: rgba(25, 135, 84, .9);
     border-radius: .25rem
 }
 
 .was-validated :valid~.valid-feedback,
 .was-validated :valid~.valid-tooltip,
 .is-valid~.valid-feedback,
 .is-valid~.valid-tooltip {
     display: block
 }
 
 .was-validated .form-control:valid,
 .form-control.is-valid {
     border-color: #198754;
     padding-right: calc(1.5em + .75rem);
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right calc(.375em + .1875rem) center;
     background-size: calc(.75em + .375rem) calc(.75em + .375rem)
 }
 
 .was-validated .form-control:valid:focus,
 .form-control.is-valid:focus {
     border-color: #198754;
     box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
 }
 
 .was-validated textarea.form-control:valid,
 textarea.form-control.is-valid {
     padding-right: calc(1.5em + .75rem);
     background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
 }
 
 .was-validated .form-select:valid,
 .form-select.is-valid {
     border-color: #198754
 }
 
 .was-validated .form-select:valid:not([multiple]):not([size]),
 .was-validated .form-select:valid:not([multiple])[size="1"],
 .form-select.is-valid:not([multiple]):not([size]),
 .form-select.is-valid:not([multiple])[size="1"] {
     padding-right: 4.125rem;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
     background-position: right .75rem center, center right 2.25rem;
     background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
 }
 
 .was-validated .form-select:valid:focus,
 .form-select.is-valid:focus {
     border-color: #198754;
     box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
 }
 
 .was-validated .form-check-input:valid,
 .form-check-input.is-valid {
     border-color: #198754
 }
 
 .was-validated .form-check-input:valid:checked,
 .form-check-input.is-valid:checked {
     background-color: #198754
 }
 
 .was-validated .form-check-input:valid:focus,
 .form-check-input.is-valid:focus {
     box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
 }
 
 .was-validated .form-check-input:valid~.form-check-label,
 .form-check-input.is-valid~.form-check-label {
     color: #198754
 }
 
 .form-check-inline .form-check-input~.valid-feedback {
     margin-left: .5em
 }
 
 .was-validated .input-group .form-control:valid,
 .input-group .form-control.is-valid,
 .was-validated .input-group .form-select:valid,
 .input-group .form-select.is-valid {
     z-index: 1
 }
 
 .was-validated .input-group .form-control:valid:focus,
 .input-group .form-control.is-valid:focus,
 .was-validated .input-group .form-select:valid:focus,
 .input-group .form-select.is-valid:focus {
     z-index: 3
 }
 
 .invalid-feedback {
     display: none;
     width: 100%;
     margin-top: .25rem;
     font-size: .875em;
     color: #dc3545
 }
 
 .invalid-tooltip {
     position: absolute;
     top: 100%;
     z-index: 5;
     display: none;
     max-width: 100%;
     padding: .25rem .5rem;
     margin-top: .1rem;
     font-size: .875rem;
     color: #fff;
     background-color: rgba(220, 53, 69, .9);
     border-radius: .25rem
 }
 
 .was-validated :invalid~.invalid-feedback,
 .was-validated :invalid~.invalid-tooltip,
 .is-invalid~.invalid-feedback,
 .is-invalid~.invalid-tooltip {
     display: block
 }
 
 .was-validated .form-control:invalid,
 .form-control.is-invalid {
     border-color: #dc3545;
     padding-right: calc(1.5em + .75rem);
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right calc(.375em + .1875rem) center;
     background-size: calc(.75em + .375rem) calc(.75em + .375rem)
 }
 
 .was-validated .form-control:invalid:focus,
 .form-control.is-invalid:focus {
     border-color: #dc3545;
     box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
 }
 
 .was-validated textarea.form-control:invalid,
 textarea.form-control.is-invalid {
     padding-right: calc(1.5em + .75rem);
     background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
 }
 
 .was-validated .form-select:invalid,
 .form-select.is-invalid {
     border-color: #dc3545
 }
 
 .was-validated .form-select:invalid:not([multiple]):not([size]),
 .was-validated .form-select:invalid:not([multiple])[size="1"],
 .form-select.is-invalid:not([multiple]):not([size]),
 .form-select.is-invalid:not([multiple])[size="1"] {
     padding-right: 4.125rem;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
     background-position: right .75rem center, center right 2.25rem;
     background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
 }
 
 .was-validated .form-select:invalid:focus,
 .form-select.is-invalid:focus {
     border-color: #dc3545;
     box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
 }
 
 .was-validated .form-check-input:invalid,
 .form-check-input.is-invalid {
     border-color: #dc3545
 }
 
 .was-validated .form-check-input:invalid:checked,
 .form-check-input.is-invalid:checked {
     background-color: #dc3545
 }
 
 .was-validated .form-check-input:invalid:focus,
 .form-check-input.is-invalid:focus {
     box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
 }
 
 .was-validated .form-check-input:invalid~.form-check-label,
 .form-check-input.is-invalid~.form-check-label {
     color: #dc3545
 }
 
 .form-check-inline .form-check-input~.invalid-feedback {
     margin-left: .5em
 }
 
 .was-validated .input-group .form-control:invalid,
 .input-group .form-control.is-invalid,
 .was-validated .input-group .form-select:invalid,
 .input-group .form-select.is-invalid {
     z-index: 2
 }
 
 .was-validated .input-group .form-control:invalid:focus,
 .input-group .form-control.is-invalid:focus,
 .was-validated .input-group .form-select:invalid:focus,
 .input-group .form-select.is-invalid:focus {
     z-index: 3
 }
 
 .btn {
     display: inline-block;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     text-align: center;
     text-decoration: none;
     vertical-align: middle;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: .375rem .75rem;
     font-size: 1rem;
     border-radius: .25rem;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .btn {
         transition: none
     }
 }
 
 .btn:hover {
     color: #212529
 }
 
 .btn-check:focus+.btn,
 .btn:focus {
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
 }
 
 .btn:disabled,
 .btn.disabled,
 fieldset:disabled .btn {
     pointer-events: none;
     opacity: .65
 }
 
 .btn-primary {
     color: #fff;
     background-color: #0d6efd;
     border-color: #0d6efd
 }
 
 .btn-primary:hover {
     color: #fff;
     background-color: #0b5ed7;
     border-color: #0a58ca
 }
 
 .btn-check:focus+.btn-primary,
 .btn-primary:focus {
     color: #fff;
     background-color: #0b5ed7;
     border-color: #0a58ca;
     box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
 }
 
 .btn-check:checked+.btn-primary,
 .btn-check:active+.btn-primary,
 .btn-primary:active,
 .btn-primary.active,
 .show>.btn-primary.dropdown-toggle {
     color: #fff;
     background-color: #0a58ca;
     border-color: #0a53be
 }
 
 .btn-check:checked+.btn-primary:focus,
 .btn-check:active+.btn-primary:focus,
 .btn-primary:active:focus,
 .btn-primary.active:focus,
 .show>.btn-primary.dropdown-toggle:focus {
     box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
 }
 
 .btn-primary:disabled,
 .btn-primary.disabled {
     color: #fff;
     background-color: #0d6efd;
     border-color: #0d6efd
 }
 
 .btn-secondary {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d
 }
 
 .btn-secondary:hover {
     color: #fff;
     background-color: #5c636a;
     border-color: #565e64
 }
 
 .btn-check:focus+.btn-secondary,
 .btn-secondary:focus {
     color: #fff;
     background-color: #5c636a;
     border-color: #565e64;
     box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
 }
 
 .btn-check:checked+.btn-secondary,
 .btn-check:active+.btn-secondary,
 .btn-secondary:active,
 .btn-secondary.active,
 .show>.btn-secondary.dropdown-toggle {
     color: #fff;
     background-color: #565e64;
     border-color: #51585e
 }
 
 .btn-check:checked+.btn-secondary:focus,
 .btn-check:active+.btn-secondary:focus,
 .btn-secondary:active:focus,
 .btn-secondary.active:focus,
 .show>.btn-secondary.dropdown-toggle:focus {
     box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
 }
 
 .btn-secondary:disabled,
 .btn-secondary.disabled {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d
 }
 
 .btn-success {
     color: #fff;
     background-color: #198754;
     border-color: #198754
 }
 
 .btn-success:hover {
     color: #fff;
     background-color: #157347;
     border-color: #146c43
 }
 
 .btn-check:focus+.btn-success,
 .btn-success:focus {
     color: #fff;
     background-color: #157347;
     border-color: #146c43;
     box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
 }
 
 .btn-check:checked+.btn-success,
 .btn-check:active+.btn-success,
 .btn-success:active,
 .btn-success.active,
 .show>.btn-success.dropdown-toggle {
     color: #fff;
     background-color: #146c43;
     border-color: #13653f
 }
 
 .btn-check:checked+.btn-success:focus,
 .btn-check:active+.btn-success:focus,
 .btn-success:active:focus,
 .btn-success.active:focus,
 .show>.btn-success.dropdown-toggle:focus {
     box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
 }
 
 .btn-success:disabled,
 .btn-success.disabled {
     color: #fff;
     background-color: #198754;
     border-color: #198754
 }
 
 .btn-info {
     color: #000;
     background-color: #0dcaf0;
     border-color: #0dcaf0
 }
 
 .btn-info:hover {
     color: #000;
     background-color: #31d2f2;
     border-color: #25cff2
 }
 
 .btn-check:focus+.btn-info,
 .btn-info:focus {
     color: #000;
     background-color: #31d2f2;
     border-color: #25cff2;
     box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
 }
 
 .btn-check:checked+.btn-info,
 .btn-check:active+.btn-info,
 .btn-info:active,
 .btn-info.active,
 .show>.btn-info.dropdown-toggle {
     color: #000;
     background-color: #3dd5f3;
     border-color: #25cff2
 }
 
 .btn-check:checked+.btn-info:focus,
 .btn-check:active+.btn-info:focus,
 .btn-info:active:focus,
 .btn-info.active:focus,
 .show>.btn-info.dropdown-toggle:focus {
     box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
 }
 
 .btn-info:disabled,
 .btn-info.disabled {
     color: #000;
     background-color: #0dcaf0;
     border-color: #0dcaf0
 }
 
 .btn-warning {
     color: #000;
     background-color: #ffc107;
     border-color: #ffc107
 }
 
 .btn-warning:hover {
     color: #000;
     background-color: #ffca2c;
     border-color: #ffc720
 }
 
 .btn-check:focus+.btn-warning,
 .btn-warning:focus {
     color: #000;
     background-color: #ffca2c;
     border-color: #ffc720;
     box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
 }
 
 .btn-check:checked+.btn-warning,
 .btn-check:active+.btn-warning,
 .btn-warning:active,
 .btn-warning.active,
 .show>.btn-warning.dropdown-toggle {
     color: #000;
     background-color: #ffcd39;
     border-color: #ffc720
 }
 
 .btn-check:checked+.btn-warning:focus,
 .btn-check:active+.btn-warning:focus,
 .btn-warning:active:focus,
 .btn-warning.active:focus,
 .show>.btn-warning.dropdown-toggle:focus {
     box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
 }
 
 .btn-warning:disabled,
 .btn-warning.disabled {
     color: #000;
     background-color: #ffc107;
     border-color: #ffc107
 }
 
 .btn-danger {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545
 }
 
 .btn-danger:hover {
     color: #fff;
     background-color: #bb2d3b;
     border-color: #b02a37
 }
 
 .btn-check:focus+.btn-danger,
 .btn-danger:focus {
     color: #fff;
     background-color: #bb2d3b;
     border-color: #b02a37;
     box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
 }
 
 .btn-check:checked+.btn-danger,
 .btn-check:active+.btn-danger,
 .btn-danger:active,
 .btn-danger.active,
 .show>.btn-danger.dropdown-toggle {
     color: #fff;
     background-color: #b02a37;
     border-color: #a52834
 }
 
 .btn-check:checked+.btn-danger:focus,
 .btn-check:active+.btn-danger:focus,
 .btn-danger:active:focus,
 .btn-danger.active:focus,
 .show>.btn-danger.dropdown-toggle:focus {
     box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
 }
 
 .btn-danger:disabled,
 .btn-danger.disabled {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545
 }
 
 .btn-light {
     color: #000;
     background-color: #f8f9fa;
     border-color: #f8f9fa
 }
 
 .btn-light:hover {
     color: #000;
     background-color: #f9fafb;
     border-color: #f9fafb
 }
 
 .btn-check:focus+.btn-light,
 .btn-light:focus {
     color: #000;
     background-color: #f9fafb;
     border-color: #f9fafb;
     box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
 }
 
 .btn-check:checked+.btn-light,
 .btn-check:active+.btn-light,
 .btn-light:active,
 .btn-light.active,
 .show>.btn-light.dropdown-toggle {
     color: #000;
     background-color: #f9fafb;
     border-color: #f9fafb
 }
 
 .btn-check:checked+.btn-light:focus,
 .btn-check:active+.btn-light:focus,
 .btn-light:active:focus,
 .btn-light.active:focus,
 .show>.btn-light.dropdown-toggle:focus {
     box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
 }
 
 .btn-light:disabled,
 .btn-light.disabled {
     color: #000;
     background-color: #f8f9fa;
     border-color: #f8f9fa
 }
 
 .btn-dark {
     color: #fff;
     background-color: #212529;
     border-color: #212529
 }
 
 .btn-dark:hover {
     color: #fff;
     background-color: #1c1f23;
     border-color: #1a1e21
 }
 
 .btn-check:focus+.btn-dark,
 .btn-dark:focus {
     color: #fff;
     background-color: #1c1f23;
     border-color: #1a1e21;
     box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
 }
 
 .btn-check:checked+.btn-dark,
 .btn-check:active+.btn-dark,
 .btn-dark:active,
 .btn-dark.active,
 .show>.btn-dark.dropdown-toggle {
     color: #fff;
     background-color: #1a1e21;
     border-color: #191c1f
 }
 
 .btn-check:checked+.btn-dark:focus,
 .btn-check:active+.btn-dark:focus,
 .btn-dark:active:focus,
 .btn-dark.active:focus,
 .show>.btn-dark.dropdown-toggle:focus {
     box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
 }
 
 .btn-dark:disabled,
 .btn-dark.disabled {
     color: #fff;
     background-color: #212529;
     border-color: #212529
 }
 
 .btn-outline-primary {
     color: #0d6efd;
     border-color: #0d6efd
 }
 
 .btn-outline-primary:hover {
     color: #fff;
     background-color: #0d6efd;
     border-color: #0d6efd
 }
 
 .btn-check:focus+.btn-outline-primary,
 .btn-outline-primary:focus {
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
 }
 
 .btn-check:checked+.btn-outline-primary,
 .btn-check:active+.btn-outline-primary,
 .btn-outline-primary:active,
 .btn-outline-primary.active,
 .btn-outline-primary.dropdown-toggle.show {
     color: #fff;
     background-color: #0d6efd;
     border-color: #0d6efd
 }
 
 .btn-check:checked+.btn-outline-primary:focus,
 .btn-check:active+.btn-outline-primary:focus,
 .btn-outline-primary:active:focus,
 .btn-outline-primary.active:focus,
 .btn-outline-primary.dropdown-toggle.show:focus {
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
 }
 
 .btn-outline-primary:disabled,
 .btn-outline-primary.disabled {
     color: #0d6efd;
     background-color: transparent
 }
 
 .btn-outline-secondary {
     color: #6c757d;
     border-color: #6c757d
 }
 
 .btn-outline-secondary:hover {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d
 }
 
 .btn-check:focus+.btn-outline-secondary,
 .btn-outline-secondary:focus {
     box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
 }
 
 .btn-check:checked+.btn-outline-secondary,
 .btn-check:active+.btn-outline-secondary,
 .btn-outline-secondary:active,
 .btn-outline-secondary.active,
 .btn-outline-secondary.dropdown-toggle.show {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d
 }
 
 .btn-check:checked+.btn-outline-secondary:focus,
 .btn-check:active+.btn-outline-secondary:focus,
 .btn-outline-secondary:active:focus,
 .btn-outline-secondary.active:focus,
 .btn-outline-secondary.dropdown-toggle.show:focus {
     box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
 }
 
 .btn-outline-secondary:disabled,
 .btn-outline-secondary.disabled {
     color: #6c757d;
     background-color: transparent
 }
 
 .btn-outline-success {
     color: #198754;
     border-color: #198754
 }
 
 .btn-outline-success:hover {
     color: #fff;
     background-color: #198754;
     border-color: #198754
 }
 
 .btn-check:focus+.btn-outline-success,
 .btn-outline-success:focus {
     box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
 }
 
 .btn-check:checked+.btn-outline-success,
 .btn-check:active+.btn-outline-success,
 .btn-outline-success:active,
 .btn-outline-success.active,
 .btn-outline-success.dropdown-toggle.show {
     color: #fff;
     background-color: #198754;
     border-color: #198754
 }
 
 .btn-check:checked+.btn-outline-success:focus,
 .btn-check:active+.btn-outline-success:focus,
 .btn-outline-success:active:focus,
 .btn-outline-success.active:focus,
 .btn-outline-success.dropdown-toggle.show:focus {
     box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
 }
 
 .btn-outline-success:disabled,
 .btn-outline-success.disabled {
     color: #198754;
     background-color: transparent
 }
 
 .btn-outline-info {
     color: #0dcaf0;
     border-color: #0dcaf0
 }
 
 .btn-outline-info:hover {
     color: #000;
     background-color: #0dcaf0;
     border-color: #0dcaf0
 }
 
 .btn-check:focus+.btn-outline-info,
 .btn-outline-info:focus {
     box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
 }
 
 .btn-check:checked+.btn-outline-info,
 .btn-check:active+.btn-outline-info,
 .btn-outline-info:active,
 .btn-outline-info.active,
 .btn-outline-info.dropdown-toggle.show {
     color: #000;
     background-color: #0dcaf0;
     border-color: #0dcaf0
 }
 
 .btn-check:checked+.btn-outline-info:focus,
 .btn-check:active+.btn-outline-info:focus,
 .btn-outline-info:active:focus,
 .btn-outline-info.active:focus,
 .btn-outline-info.dropdown-toggle.show:focus {
     box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
 }
 
 .btn-outline-info:disabled,
 .btn-outline-info.disabled {
     color: #0dcaf0;
     background-color: transparent
 }
 
 .btn-outline-warning {
     color: #ffc107;
     border-color: #ffc107
 }
 
 .btn-outline-warning:hover {
     color: #000;
     background-color: #ffc107;
     border-color: #ffc107
 }
 
 .btn-check:focus+.btn-outline-warning,
 .btn-outline-warning:focus {
     box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
 }
 
 .btn-check:checked+.btn-outline-warning,
 .btn-check:active+.btn-outline-warning,
 .btn-outline-warning:active,
 .btn-outline-warning.active,
 .btn-outline-warning.dropdown-toggle.show {
     color: #000;
     background-color: #ffc107;
     border-color: #ffc107
 }
 
 .btn-check:checked+.btn-outline-warning:focus,
 .btn-check:active+.btn-outline-warning:focus,
 .btn-outline-warning:active:focus,
 .btn-outline-warning.active:focus,
 .btn-outline-warning.dropdown-toggle.show:focus {
     box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
 }
 
 .btn-outline-warning:disabled,
 .btn-outline-warning.disabled {
     color: #ffc107;
     background-color: transparent
 }
 
 .btn-outline-danger {
     color: #dc3545;
     border-color: #dc3545
 }
 
 .btn-outline-danger:hover {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545
 }
 
 .btn-check:focus+.btn-outline-danger,
 .btn-outline-danger:focus {
     box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
 }
 
 .btn-check:checked+.btn-outline-danger,
 .btn-check:active+.btn-outline-danger,
 .btn-outline-danger:active,
 .btn-outline-danger.active,
 .btn-outline-danger.dropdown-toggle.show {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545
 }
 
 .btn-check:checked+.btn-outline-danger:focus,
 .btn-check:active+.btn-outline-danger:focus,
 .btn-outline-danger:active:focus,
 .btn-outline-danger.active:focus,
 .btn-outline-danger.dropdown-toggle.show:focus {
     box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
 }
 
 .btn-outline-danger:disabled,
 .btn-outline-danger.disabled {
     color: #dc3545;
     background-color: transparent
 }
 
 .btn-outline-light {
     color: #f8f9fa;
     border-color: #f8f9fa
 }
 
 .btn-outline-light:hover {
     color: #000;
     background-color: #f8f9fa;
     border-color: #f8f9fa
 }
 
 .btn-check:focus+.btn-outline-light,
 .btn-outline-light:focus {
     box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
 }
 
 .btn-check:checked+.btn-outline-light,
 .btn-check:active+.btn-outline-light,
 .btn-outline-light:active,
 .btn-outline-light.active,
 .btn-outline-light.dropdown-toggle.show {
     color: #000;
     background-color: #f8f9fa;
     border-color: #f8f9fa
 }
 
 .btn-check:checked+.btn-outline-light:focus,
 .btn-check:active+.btn-outline-light:focus,
 .btn-outline-light:active:focus,
 .btn-outline-light.active:focus,
 .btn-outline-light.dropdown-toggle.show:focus {
     box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
 }
 
 .btn-outline-light:disabled,
 .btn-outline-light.disabled {
     color: #f8f9fa;
     background-color: transparent
 }
 
 .btn-outline-dark {
     color: #212529;
     border-color: #212529
 }
 
 .btn-outline-dark:hover {
     color: #fff;
     background-color: #212529;
     border-color: #212529
 }
 
 .btn-check:focus+.btn-outline-dark,
 .btn-outline-dark:focus {
     box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
 }
 
 .btn-check:checked+.btn-outline-dark,
 .btn-check:active+.btn-outline-dark,
 .btn-outline-dark:active,
 .btn-outline-dark.active,
 .btn-outline-dark.dropdown-toggle.show {
     color: #fff;
     background-color: #212529;
     border-color: #212529
 }
 
 .btn-check:checked+.btn-outline-dark:focus,
 .btn-check:active+.btn-outline-dark:focus,
 .btn-outline-dark:active:focus,
 .btn-outline-dark.active:focus,
 .btn-outline-dark.dropdown-toggle.show:focus {
     box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
 }
 
 .btn-outline-dark:disabled,
 .btn-outline-dark.disabled {
     color: #212529;
     background-color: transparent
 }
 
 .btn-link {
     font-weight: 400;
     color: #0d6efd;
     text-decoration: underline
 }
 
 .btn-link:hover {
     color: #0a58ca
 }
 
 .btn-link:disabled,
 .btn-link.disabled {
     color: #6c757d
 }
 
 .btn-lg,
 .btn-group-lg>.btn {
     padding: .5rem 1rem;
     font-size: 1.25rem;
     border-radius: .3rem
 }
 
 .btn-sm,
 .btn-group-sm>.btn {
     padding: .25rem .5rem;
     font-size: .875rem;
     border-radius: .2rem
 }
 
 .fade {
     transition: opacity .15s linear
 }
 
 @media(prefers-reduced-motion:reduce) {
     .fade {
         transition: none
     }
 }
 
 .fade:not(.show) {
     opacity: 0
 }
 
 .collapse:not(.show) {
     display: none
 }
 
 .collapsing {
     height: 0;
     overflow: hidden;
     transition: height .35s ease
 }
 
 @media(prefers-reduced-motion:reduce) {
     .collapsing {
         transition: none
     }
 }
 
 .dropup,
 .dropend,
 .dropdown,
 .dropstart {
     position: relative
 }
 
 .dropdown-toggle {
     white-space: nowrap
 }
 
 .dropdown-toggle:after {
     display: inline-block;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: .3em solid;
     border-right: .3em solid transparent;
     border-bottom: 0;
     border-left: .3em solid transparent
 }
 
 .dropdown-toggle:empty:after {
     margin-left: 0
 }
 
 .dropdown-menu {
     position: absolute;
     z-index: 1000;
     display: none;
     min-width: 10rem;
     padding: .5rem 0;
     margin: 0;
     font-size: 1rem;
     color: #212529;
     text-align: left;
     list-style: none;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, .15);
     border-radius: .25rem
 }
 
 .dropdown-menu[data-bs-popper] {
     top: 100%;
     left: 0;
     margin-top: .125rem
 }
 
 .dropdown-menu-start {
     --bs-position: start
 }
 
 .dropdown-menu-start[data-bs-popper] {
     right: auto;
     left: 0
 }
 
 .dropdown-menu-end {
     --bs-position: end
 }
 
 .dropdown-menu-end[data-bs-popper] {
     right: 0;
     left: auto
 }
 
 @media(min-width:576px) {
     .dropdown-menu-sm-start {
         --bs-position: start
     }
 
     .dropdown-menu-sm-start[data-bs-popper] {
         right: auto;
         left: 0
     }
 
     .dropdown-menu-sm-end {
         --bs-position: end
     }
 
     .dropdown-menu-sm-end[data-bs-popper] {
         right: 0;
         left: auto
     }
 }
 
 @media(min-width:768px) {
     .dropdown-menu-md-start {
         --bs-position: start
     }
 
     .dropdown-menu-md-start[data-bs-popper] {
         right: auto;
         left: 0
     }
 
     .dropdown-menu-md-end {
         --bs-position: end
     }
 
     .dropdown-menu-md-end[data-bs-popper] {
         right: 0;
         left: auto
     }
 }
 
 @media(min-width:992px) {
     .dropdown-menu-lg-start {
         --bs-position: start
     }
 
     .dropdown-menu-lg-start[data-bs-popper] {
         right: auto;
         left: 0
     }
 
     .dropdown-menu-lg-end {
         --bs-position: end
     }
 
     .dropdown-menu-lg-end[data-bs-popper] {
         right: 0;
         left: auto
     }
 }
 
 @media(min-width:1200px) {
     .dropdown-menu-xl-start {
         --bs-position: start
     }
 
     .dropdown-menu-xl-start[data-bs-popper] {
         right: auto;
         left: 0
     }
 
     .dropdown-menu-xl-end {
         --bs-position: end
     }
 
     .dropdown-menu-xl-end[data-bs-popper] {
         right: 0;
         left: auto
     }
 }
 
 @media(min-width:1400px) {
     .dropdown-menu-xxl-start {
         --bs-position: start
     }
 
     .dropdown-menu-xxl-start[data-bs-popper] {
         right: auto;
         left: 0
     }
 
     .dropdown-menu-xxl-end {
         --bs-position: end
     }
 
     .dropdown-menu-xxl-end[data-bs-popper] {
         right: 0;
         left: auto
     }
 }
 
 .dropup .dropdown-menu[data-bs-popper] {
     top: auto;
     bottom: 100%;
     margin-top: 0;
     margin-bottom: .125rem
 }
 
 .dropup .dropdown-toggle:after {
     display: inline-block;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: 0;
     border-right: .3em solid transparent;
     border-bottom: .3em solid;
     border-left: .3em solid transparent
 }
 
 .dropup .dropdown-toggle:empty:after {
     margin-left: 0
 }
 
 .dropend .dropdown-menu[data-bs-popper] {
     top: 0;
     right: auto;
     left: 100%;
     margin-top: 0;
     margin-left: .125rem
 }
 
 .dropend .dropdown-toggle:after {
     display: inline-block;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: .3em solid transparent;
     border-right: 0;
     border-bottom: .3em solid transparent;
     border-left: .3em solid
 }
 
 .dropend .dropdown-toggle:empty:after {
     margin-left: 0
 }
 
 .dropend .dropdown-toggle:after {
     vertical-align: 0
 }
 
 .dropstart .dropdown-menu[data-bs-popper] {
     top: 0;
     right: 100%;
     left: auto;
     margin-top: 0;
     margin-right: .125rem
 }
 
 .dropstart .dropdown-toggle:after {
     display: inline-block;
     margin-left: .255em;
     vertical-align: .255em;
     content: ""
 }
 
 .dropstart .dropdown-toggle:after {
     display: none
 }
 
 .dropstart .dropdown-toggle:before {
     display: inline-block;
     margin-right: .255em;
     vertical-align: .255em;
     content: "";
     border-top: .3em solid transparent;
     border-right: .3em solid;
     border-bottom: .3em solid transparent
 }
 
 .dropstart .dropdown-toggle:empty:after {
     margin-left: 0
 }
 
 .dropstart .dropdown-toggle:before {
     vertical-align: 0
 }
 
 .dropdown-divider {
     height: 0;
     margin: .5rem 0;
     overflow: hidden;
     border-top: 1px solid rgba(0, 0, 0, .15)
 }
 
 .dropdown-item {
     display: block;
     width: 100%;
     padding: .25rem 1rem;
     clear: both;
     font-weight: 400;
     color: #212529;
     text-align: inherit;
     text-decoration: none;
     white-space: nowrap;
     background-color: transparent;
     border: 0
 }
 
 .dropdown-item:hover,
 .dropdown-item:focus {
     color: #1e2125;
     background-color: #e9ecef
 }
 
 .dropdown-item.active,
 .dropdown-item:active {
     color: #fff;
     text-decoration: none;
     background-color: #0d6efd
 }
 
 .dropdown-item.disabled,
 .dropdown-item:disabled {
     color: #adb5bd;
     pointer-events: none;
     background-color: transparent
 }
 
 .dropdown-menu.show {
     display: block
 }
 
 .dropdown-header {
     display: block;
     padding: .5rem 1rem;
     margin-bottom: 0;
     font-size: .875rem;
     color: #6c757d;
     white-space: nowrap
 }
 
 .dropdown-item-text {
     display: block;
     padding: .25rem 1rem;
     color: #212529
 }
 
 .dropdown-menu-dark {
     color: #dee2e6;
     background-color: #343a40;
     border-color: rgba(0, 0, 0, .15)
 }
 
 .dropdown-menu-dark .dropdown-item {
     color: #dee2e6
 }
 
 .dropdown-menu-dark .dropdown-item:hover,
 .dropdown-menu-dark .dropdown-item:focus {
     color: #fff;
     background-color: rgba(255, 255, 255, .15)
 }
 
 .dropdown-menu-dark .dropdown-item.active,
 .dropdown-menu-dark .dropdown-item:active {
     color: #fff;
     background-color: #0d6efd
 }
 
 .dropdown-menu-dark .dropdown-item.disabled,
 .dropdown-menu-dark .dropdown-item:disabled {
     color: #adb5bd
 }
 
 .dropdown-menu-dark .dropdown-divider {
     border-color: rgba(0, 0, 0, .15)
 }
 
 .dropdown-menu-dark .dropdown-item-text {
     color: #dee2e6
 }
 
 .dropdown-menu-dark .dropdown-header {
     color: #adb5bd
 }
 
 .btn-group,
 .btn-group-vertical {
     position: relative;
     display: inline-flex;
     vertical-align: middle
 }
 
 .btn-group>.btn,
 .btn-group-vertical>.btn {
     position: relative;
     flex: 1 1 auto
 }
 
 .btn-group>.btn-check:checked+.btn,
 .btn-group>.btn-check:focus+.btn,
 .btn-group>.btn:hover,
 .btn-group>.btn:focus,
 .btn-group>.btn:active,
 .btn-group>.btn.active,
 .btn-group-vertical>.btn-check:checked+.btn,
 .btn-group-vertical>.btn-check:focus+.btn,
 .btn-group-vertical>.btn:hover,
 .btn-group-vertical>.btn:focus,
 .btn-group-vertical>.btn:active,
 .btn-group-vertical>.btn.active {
     z-index: 1
 }
 
 .btn-toolbar {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start
 }
 
 .btn-toolbar .input-group {
     width: auto
 }
 
 .btn-group>.btn:not(:first-child),
 .btn-group>.btn-group:not(:first-child) {
     margin-left: -1px
 }
 
 .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
 .btn-group>.btn-group:not(:last-child)>.btn {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0
 }
 
 .btn-group>.btn:nth-child(n+3),
 .btn-group>:not(.btn-check)+.btn,
 .btn-group>.btn-group:not(:first-child)>.btn {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0
 }
 
 .dropdown-toggle-split {
     padding-right: .5625rem;
     padding-left: .5625rem
 }
 
 .dropdown-toggle-split:after,
 .dropup .dropdown-toggle-split:after,
 .dropend .dropdown-toggle-split:after {
     margin-left: 0
 }
 
 .dropstart .dropdown-toggle-split:before {
     margin-right: 0
 }
 
 .btn-sm+.dropdown-toggle-split,
 .btn-group-sm>.btn+.dropdown-toggle-split {
     padding-right: .375rem;
     padding-left: .375rem
 }
 
 .btn-lg+.dropdown-toggle-split,
 .btn-group-lg>.btn+.dropdown-toggle-split {
     padding-right: .75rem;
     padding-left: .75rem
 }
 
 .btn-group-vertical {
     flex-direction: column;
     align-items: flex-start;
     justify-content: center
 }
 
 .btn-group-vertical>.btn,
 .btn-group-vertical>.btn-group {
     width: 100%
 }
 
 .btn-group-vertical>.btn:not(:first-child),
 .btn-group-vertical>.btn-group:not(:first-child) {
     margin-top: -1px
 }
 
 .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
 .btn-group-vertical>.btn-group:not(:last-child)>.btn {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0
 }
 
 .btn-group-vertical>.btn~.btn,
 .btn-group-vertical>.btn-group:not(:first-child)>.btn {
     border-top-left-radius: 0;
     border-top-right-radius: 0
 }
 
 .nav {
     display: flex;
     flex-wrap: wrap;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none
 }
 
 .nav-link {
     display: block;
     padding: .5rem 1rem;
     color: #0d6efd;
     text-decoration: none;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .nav-link {
         transition: none
     }
 }
 
 .nav-link:hover,
 .nav-link:focus {
     color: #0a58ca
 }
 
 .nav-link.disabled {
     color: #6c757d;
     pointer-events: none;
     cursor: default
 }
 
 .nav-tabs {
     border-bottom: 1px solid #dee2e6
 }
 
 .nav-tabs .nav-link {
     margin-bottom: -1px;
     background: 0 0;
     border: 1px solid transparent;
     border-top-left-radius: .25rem;
     border-top-right-radius: .25rem
 }
 
 .nav-tabs .nav-link:hover,
 .nav-tabs .nav-link:focus {
     border-color: #e9ecef #e9ecef #dee2e6;
     isolation: isolate
 }
 
 .nav-tabs .nav-link.disabled {
     color: #6c757d;
     background-color: transparent;
     border-color: transparent
 }
 
 .nav-tabs .nav-link.active,
 .nav-tabs .nav-item.show .nav-link {
     color: #495057;
     background-color: #fff;
     border-color: #dee2e6 #dee2e6 #fff
 }
 
 .nav-tabs .dropdown-menu {
     margin-top: -1px;
     border-top-left-radius: 0;
     border-top-right-radius: 0
 }
 
 .nav-pills .nav-link {
     background: 0 0;
     border: 0;
     border-radius: .25rem
 }
 
 .nav-pills .nav-link.active,
 .nav-pills .show>.nav-link {
     color: #fff;
     background-color: #0d6efd
 }
 
 .nav-fill>.nav-link,
 .nav-fill .nav-item {
     flex: 1 1 auto;
     text-align: center
 }
 
 .nav-justified>.nav-link,
 .nav-justified .nav-item {
     flex-basis: 0;
     flex-grow: 1;
     text-align: center
 }
 
 .nav-fill .nav-item .nav-link,
 .nav-justified .nav-item .nav-link {
     width: 100%
 }
 
 .tab-content>.tab-pane {
     display: none
 }
 
 .tab-content>.active {
     display: block
 }
 
 .navbar {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     padding-top: .5rem;
     padding-bottom: 1px
 }
 
 .navbar>.container,
 .navbar>.container-fluid,
 .navbar>.container-sm,
 .navbar>.container-md,
 .navbar>.container-lg,
 .navbar>.container-xl,
 .navbar>.container-xxl {
     display: flex;
     flex-wrap: inherit;
     align-items: center;
     justify-content: space-between
 }
 
 .navbar-brand {
     padding-top: .3125rem;
     padding-bottom: .3125rem;
     margin-right: 1rem;
     font-size: 1.25rem;
     text-decoration: none;
     white-space: nowrap
 }
 
 .navbar-nav {
     display: flex;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none
 }
 
 .navbar-nav .nav-link {
     padding-right: 0;
     padding-left: 0
 }
 
 .navbar-nav .dropdown-menu {
     position: static
 }
 
 .navbar-text {
     padding-top: .5rem;
     padding-bottom: .5rem
 }
 
 .navbar-collapse {
     flex-basis: 100%;
     flex-grow: 1;
     align-items: center
 }
 
 .navbar-toggler {
     padding: .25rem .75rem;
     font-size: 1.25rem;
     line-height: 1;
     background-color: transparent;
     border: 1px solid transparent;
     border-radius: .25rem;
     transition: box-shadow .15s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .navbar-toggler {
         transition: none
     }
 }
 
 .navbar-toggler:hover {
     text-decoration: none
 }
 
 .navbar-toggler:focus {
     text-decoration: none;
     outline: 0;
     box-shadow: 0 0 0 .25rem
 }
 
 .navbar-toggler-icon {
     display: inline-block;
     width: 1.5em;
     height: 1.5em;
     vertical-align: middle;
     background-repeat: no-repeat;
     background-position: center;
     background-size: 100%
 }
 
 .navbar-nav-scroll {
     max-height: var(--bs-scroll-height, 75vh);
     overflow-y: auto
 }
 
 @media(min-width:576px) {
     .navbar-expand-sm {
         flex-wrap: nowrap;
         justify-content: flex-start
     }
 
     .navbar-expand-sm .navbar-nav {
         flex-direction: row
     }
 
     .navbar-expand-sm .navbar-nav .dropdown-menu {
         position: absolute
     }
 
     .navbar-expand-sm .navbar-nav .nav-link {
         padding-right: .5rem;
         padding-left: .5rem
     }
 
     .navbar-expand-sm .navbar-nav-scroll {
         overflow: visible
     }
 
     .navbar-expand-sm .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }
 
     .navbar-expand-sm .navbar-toggler {
         display: none
     }
 }
 
 @media(min-width:768px) {
     .navbar-expand-md {
         flex-wrap: nowrap;
         justify-content: flex-start
     }
 
     .navbar-expand-md .navbar-nav {
         flex-direction: row
     }
 
     .navbar-expand-md .navbar-nav .dropdown-menu {
         position: absolute
     }
 
     .navbar-expand-md .navbar-nav .nav-link {
         padding-right: .5rem;
         padding-left: .5rem
     }
 
     .navbar-expand-md .navbar-nav-scroll {
         overflow: visible
     }
 
     .navbar-expand-md .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }
 
     .navbar-expand-md .navbar-toggler {
         display: none
     }
 }
 
 @media(min-width:992px) {
     .navbar-expand-lg {
         flex-wrap: nowrap;
         justify-content: flex-start
     }
 
     .navbar-expand-lg .navbar-nav {
         flex-direction: row
     }
 
     .navbar-expand-lg .navbar-nav .dropdown-menu {
         position: absolute
     }
 
     .navbar-expand-lg .navbar-nav .nav-link {
         padding-right: .5rem;
         padding-left: .5rem
     }
 
     .navbar-expand-lg .navbar-nav-scroll {
         overflow: visible
     }
 
     .navbar-expand-lg .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }
 
     .navbar-expand-lg .navbar-toggler {
         display: none
     }
 }
 
 @media(min-width:1200px) {
     .navbar-expand-xl {
         flex-wrap: nowrap;
         justify-content: flex-start
     }
 
     .navbar-expand-xl .navbar-nav {
         flex-direction: row
     }
 
     .navbar-expand-xl .navbar-nav .dropdown-menu {
         position: absolute
     }
 
     .navbar-expand-xl .navbar-nav .nav-link {
         padding-right: .5rem;
         padding-left: .5rem
     }
 
     .navbar-expand-xl .navbar-nav-scroll {
         overflow: visible
     }
 
     .navbar-expand-xl .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }
 
     .navbar-expand-xl .navbar-toggler {
         display: none
     }
 }
 
 @media(min-width:1400px) {
     .navbar-expand-xxl {
         flex-wrap: nowrap;
         justify-content: flex-start
     }
 
     .navbar-expand-xxl .navbar-nav {
         flex-direction: row
     }
 
     .navbar-expand-xxl .navbar-nav .dropdown-menu {
         position: absolute
     }
 
     .navbar-expand-xxl .navbar-nav .nav-link {
         padding-right: .5rem;
         padding-left: .5rem
     }
 
     .navbar-expand-xxl .navbar-nav-scroll {
         overflow: visible
     }
 
     .navbar-expand-xxl .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }
 
     .navbar-expand-xxl .navbar-toggler {
         display: none
     }
 }
 
 .navbar-expand {
     flex-wrap: nowrap;
     justify-content: flex-start
 }
 
 .navbar-expand .navbar-nav {
     flex-direction: row
 }
 
 .navbar-expand .navbar-nav .dropdown-menu {
     position: absolute
 }
 
 .navbar-expand .navbar-nav .nav-link {
     padding-right: .5rem;
     padding-left: .5rem
 }
 
 .navbar-expand .navbar-nav-scroll {
     overflow: visible
 }
 
 .navbar-expand .navbar-collapse {
     display: flex !important;
     flex-basis: auto
 }
 
 .navbar-expand .navbar-toggler {
     display: none
 }
 
 .navbar-light .navbar-brand {
     color: rgba(0, 0, 0, .9)
 }
 
 .navbar-light .navbar-brand:hover,
 .navbar-light .navbar-brand:focus {
     color: rgba(0, 0, 0, .9)
 }
 
 .navbar-light .navbar-nav .nav-link {
     color: rgba(0, 0, 0, .55)
 }
 
 .navbar-light .navbar-nav .nav-link:hover,
 .navbar-light .navbar-nav .nav-link:focus {
     color: rgba(0, 0, 0, .7)
 }
 
 .navbar-light .navbar-nav .nav-link.disabled {
     color: rgba(0, 0, 0, .3)
 }
 
 .navbar-light .navbar-nav .show>.nav-link,
 .navbar-light .navbar-nav .nav-link.active {
     color: rgba(0, 0, 0, .9)
 }
 
 .navbar-light .navbar-toggler {
     color: rgba(0, 0, 0, .55);
     border-color: rgba(0, 0, 0, .1)
 }
 
 .navbar-light .navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
 }
 
 .navbar-light .navbar-text {
     color: rgba(0, 0, 0, .55)
 }
 
 .navbar-light .navbar-text a,
 .navbar-light .navbar-text a:hover,
 .navbar-light .navbar-text a:focus {
     color: rgba(0, 0, 0, .9)
 }
 
 .navbar-dark .navbar-brand {
     color: #fff
 }
 
 .navbar-dark .navbar-brand:hover,
 .navbar-dark .navbar-brand:focus {
     color: #fff
 }
 
 .navbar-dark .navbar-nav .nav-link {
     color: rgba(255, 255, 255, .55)
 }
 
 .navbar-dark .navbar-nav .nav-link:hover,
 .navbar-dark .navbar-nav .nav-link:focus {
     color: rgba(255, 255, 255, .75)
 }
 
 .navbar-dark .navbar-nav .nav-link.disabled {
     color: rgba(255, 255, 255, .25)
 }
 
 .navbar-dark .navbar-nav .show>.nav-link,
 .navbar-dark .navbar-nav .nav-link.active {
     color: #fff
 }
 
 .navbar-dark .navbar-toggler {
     color: rgba(255, 255, 255, .55);
     border-color: rgba(255, 255, 255, .1)
 }
 
 .navbar-dark .navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
 }
 
 .navbar-dark .navbar-text {
     color: rgba(255, 255, 255, .55)
 }
 
 .navbar-dark .navbar-text a,
 .navbar-dark .navbar-text a:hover,
 .navbar-dark .navbar-text a:focus {
     color: #fff
 }
 
 .card {
     position: relative;
     display: flex;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, .125);
     border-radius: .25rem
 }
 
 .card>hr {
     margin-right: 0;
     margin-left: 0
 }
 
 .card>.list-group {
     border-top: inherit;
     border-bottom: inherit
 }
 
 .card>.list-group:first-child {
     border-top-width: 0;
     border-top-left-radius: calc(.25rem - 1px);
     border-top-right-radius: calc(.25rem - 1px)
 }
 
 .card>.list-group:last-child {
     border-bottom-width: 0;
     border-bottom-right-radius: calc(.25rem - 1px);
     border-bottom-left-radius: calc(.25rem - 1px)
 }
 
 .card>.card-header+.list-group,
 .card>.list-group+.card-footer {
     border-top: 0
 }
 
 .card-body {
     flex: 1 1 auto;
     padding: 1rem
 }
 
 .card-title {
     margin-bottom: .5rem
 }
 
 .card-subtitle {
     margin-top: -.25rem;
     margin-bottom: 0
 }
 
 .card-text:last-child {
     margin-bottom: 0
 }
 
 .card-link:hover {
     text-decoration: none
 }
 
 .card-link+.card-link {
     margin-left: 1rem
 }
 
 .card-header {
     padding: .5rem 1rem;
     margin-bottom: 0;
     background-color: rgba(0, 0, 0, .03);
     border-bottom: 1px solid rgba(0, 0, 0, .125)
 }
 
 .card-header:first-child {
     border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
 }
 
 .card-footer {
     padding: .5rem 1rem;
     background-color: rgba(0, 0, 0, .03);
     border-top: 1px solid rgba(0, 0, 0, .125)
 }
 
 .card-footer:last-child {
     border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
 }
 
 .card-header-tabs {
     margin-right: -.5rem;
     margin-bottom: -.5rem;
     margin-left: -.5rem;
     border-bottom: 0
 }
 
 .card-header-pills {
     margin-right: -.5rem;
     margin-left: -.5rem
 }
 
 .card-img-overlay {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     padding: 1rem;
     border-radius: calc(.25rem - 1px)
 }
 
 .card-img,
 .card-img-top,
 .card-img-bottom {
     width: 100%
 }
 
 .card-img,
 .card-img-top {
     border-top-left-radius: calc(.25rem - 1px);
     border-top-right-radius: calc(.25rem - 1px)
 }
 
 .card-img,
 .card-img-bottom {
     border-bottom-right-radius: calc(.25rem - 1px);
     border-bottom-left-radius: calc(.25rem - 1px)
 }
 
 .card-group>.card {
     margin-bottom: .75rem
 }
 
 @media(min-width:576px) {
     .card-group {
         display: flex;
         flex-flow: row wrap
     }
 
     .card-group>.card {
         flex: 1 0 0%;
         margin-bottom: 0
     }
 
     .card-group>.card+.card {
         margin-left: 0;
         border-left: 0
     }
 
     .card-group>.card:not(:last-child) {
         border-top-right-radius: 0;
         border-bottom-right-radius: 0
     }
 
     .card-group>.card:not(:last-child) .card-img-top,
     .card-group>.card:not(:last-child) .card-header {
         border-top-right-radius: 0
     }
 
     .card-group>.card:not(:last-child) .card-img-bottom,
     .card-group>.card:not(:last-child) .card-footer {
         border-bottom-right-radius: 0
     }
 
     .card-group>.card:not(:first-child) {
         border-top-left-radius: 0;
         border-bottom-left-radius: 0
     }
 
     .card-group>.card:not(:first-child) .card-img-top,
     .card-group>.card:not(:first-child) .card-header {
         border-top-left-radius: 0
     }
 
     .card-group>.card:not(:first-child) .card-img-bottom,
     .card-group>.card:not(:first-child) .card-footer {
         border-bottom-left-radius: 0
     }
 }
 
 .accordion-button {
     position: relative;
     display: flex;
     align-items: center;
     width: 100%;
     padding: 1rem 1.25rem;
     font-size: 1rem;
     color: #212529;
     text-align: left;
     background-color: #fff;
     border: 0;
     border-radius: 0;
     overflow-anchor: none;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
 }
 
 @media(prefers-reduced-motion:reduce) {
     .accordion-button {
         transition: none
     }
 }
 
 .accordion-button:not(.collapsed) {
     color: #0c63e4;
     background-color: #e7f1ff;
     box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
 }
 
 .accordion-button:not(.collapsed):after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
     transform: rotate(-180deg)
 }
 
 .accordion-button:after {
     flex-shrink: 0;
     width: 1.25rem;
     height: 1.25rem;
     margin-left: auto;
     content: "";
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-size: 1.25rem;
     transition: transform .2s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .accordion-button:after {
         transition: none
     }
 }
 
 .accordion-button:hover {
     z-index: 2
 }
 
 .accordion-button:focus {
     z-index: 3;
     border-color: #86b7fe;
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
 }
 
 .accordion-header {
     margin-bottom: 0
 }
 
 .accordion-item {
     background-color: #fff;
     border: 1px solid rgba(0, 0, 0, .125)
 }
 
 .accordion-item:first-of-type {
     border-top-left-radius: .25rem;
     border-top-right-radius: .25rem
 }
 
 .accordion-item:first-of-type .accordion-button {
     border-top-left-radius: calc(.25rem - 1px);
     border-top-right-radius: calc(.25rem - 1px)
 }
 
 .accordion-item:not(:first-of-type) {
     border-top: 0
 }
 
 .accordion-item:last-of-type {
     border-bottom-right-radius: .25rem;
     border-bottom-left-radius: .25rem
 }
 
 .accordion-item:last-of-type .accordion-button.collapsed {
     border-bottom-right-radius: calc(.25rem - 1px);
     border-bottom-left-radius: calc(.25rem - 1px)
 }
 
 .accordion-item:last-of-type .accordion-collapse {
     border-bottom-right-radius: .25rem;
     border-bottom-left-radius: .25rem
 }
 
 .accordion-body {
     padding: 1rem 1.25rem
 }
 
 .accordion-flush .accordion-collapse {
     border-width: 0
 }
 
 .accordion-flush .accordion-item {
     border-right: 0;
     border-left: 0;
     border-radius: 0
 }
 
 .accordion-flush .accordion-item:first-child {
     border-top: 0
 }
 
 .accordion-flush .accordion-item:last-child {
     border-bottom: 0
 }
 
 .accordion-flush .accordion-item .accordion-button {
     border-radius: 0
 }
 
 .breadcrumb {
     display: flex;
     flex-wrap: wrap;
     padding: 0;
     margin-bottom: 1rem;
     list-style: none
 }
 
 .breadcrumb-item+.breadcrumb-item {
     padding-left: .5rem
 }
 
 .breadcrumb-item+.breadcrumb-item:before {
     float: left;
     padding-right: .5rem;
     color: #6c757d;
     content: var(--bs-breadcrumb-divider, "../../../index.html")
 }
 
 .breadcrumb-item.active {
     color: #6c757d
 }
 
 .pagination {
     display: flex;
     padding-left: 0;
     list-style: none
 }
 
 .page-link {
     position: relative;
     display: block;
     color: #0d6efd;
     text-decoration: none;
     background-color: #fff;
     border: 1px solid #dee2e6;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .page-link {
         transition: none
     }
 }
 
 .page-link:hover {
     z-index: 2;
     color: #0a58ca;
     background-color: #e9ecef;
     border-color: #dee2e6
 }
 
 .page-link:focus {
     z-index: 3;
     color: #0a58ca;
     background-color: #e9ecef;
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
 }
 
 .page-item:not(:first-child) .page-link {
     margin-left: -1px
 }
 
 .page-item.active .page-link {
     z-index: 3;
     color: #fff;
     background-color: #0d6efd;
     border-color: #0d6efd
 }
 
 .page-item.disabled .page-link {
     color: #6c757d;
     pointer-events: none;
     background-color: #fff;
     border-color: #dee2e6
 }
 
 .page-link {
     padding: .375rem .75rem
 }
 
 .page-item:first-child .page-link {
     border-top-left-radius: .25rem;
     border-bottom-left-radius: .25rem
 }
 
 .page-item:last-child .page-link {
     border-top-right-radius: .25rem;
     border-bottom-right-radius: .25rem
 }
 
 .pagination-lg .page-link {
     padding: .75rem 1.5rem;
     font-size: 1.25rem
 }
 
 .pagination-lg .page-item:first-child .page-link {
     border-top-left-radius: .3rem;
     border-bottom-left-radius: .3rem
 }
 
 .pagination-lg .page-item:last-child .page-link {
     border-top-right-radius: .3rem;
     border-bottom-right-radius: .3rem
 }
 
 .pagination-sm .page-link {
     padding: .25rem .5rem;
     font-size: .875rem
 }
 
 .pagination-sm .page-item:first-child .page-link {
     border-top-left-radius: .2rem;
     border-bottom-left-radius: .2rem
 }
 
 .pagination-sm .page-item:last-child .page-link {
     border-top-right-radius: .2rem;
     border-bottom-right-radius: .2rem
 }
 
 .badge {
     display: inline-block;
     padding: .35em .65em;
     font-size: .75em;
     font-weight: 700;
     line-height: 1;
     color: #fff;
     text-align: center;
     white-space: nowrap;
     vertical-align: baseline;
     border-radius: .25rem
 }
 
 .badge:empty {
     display: none
 }
 
 .btn .badge {
     position: relative;
     top: -1px
 }
 
 .alert {
     position: absolute;
     padding: 1rem;
     margin-bottom: 1rem;
     border: 1px solid transparent;
     border-radius: .25rem
 }
 
 .alert-heading {
     color: inherit
 }
 
 .alert-link {
     font-weight: 700
 }
 
 .alert-dismissible {
     padding-right: 3rem
 }
 
 .alert-dismissible .btn-close {
     position: absolute;
     top: 0;
     right: 0;
     z-index: 2;
     padding: 1.25rem 1rem
 }
 
 .alert-primary {
     color: #084298;
     background-color: #cfe2ff;
     border-color: #b6d4fe
 }
 
 .alert-primary .alert-link {
     color: #06357a
 }
 
 .alert-secondary {
     color: #41464b;
     background-color: #e2e3e5;
     border-color: #d3d6d8
 }
 
 .alert-secondary .alert-link {
     color: #34383c
 }
 
 .alert-success {
     color: #0f5132;
     background-color: #d1e7dd;
     border-color: #badbcc
 }
 
 .alert-success .alert-link {
     color: #0c4128
 }
 
 .alert-info {
     color: #055160;
     background-color: #cff4fc;
     border-color: #b6effb
 }
 
 .alert-info .alert-link {
     color: #04414d
 }
 
 .alert-warning {
     color: #664d03;
     background-color: #fff3cd;
     border-color: #ffecb5
 }
 
 .alert-warning .alert-link {
     color: #523e02
 }
 
 .alert-danger {
     color: #842029;
     background-color: #f8d7da;
     border-color: #f5c2c7
 }
 
 .alert-danger .alert-link {
     color: #6a1a21
 }
 
 .alert-light {
     color: #636464;
     background-color: #fefefe;
     border-color: #fdfdfe
 }
 
 .alert-light .alert-link {
     color: #4f5050
 }
 
 .alert-dark {
     color: #141619;
     background-color: #d3d3d4;
     border-color: #bcbebf
 }
 
 .alert-dark .alert-link {
     color: #101214
 }
 
 @-webkit-keyframes progress-bar-stripes {
     0% {
         background-position-x: 1rem
     }
 }
 
 @keyframes progress-bar-stripes {
     0% {
         background-position-x: 1rem
     }
 }
 
 .progress {
     display: flex;
     height: 1rem;
     overflow: hidden;
     font-size: .75rem;
     background-color: #e9ecef;
     border-radius: .25rem
 }
 
 .progress-bar {
     display: flex;
     flex-direction: column;
     justify-content: center;
     overflow: hidden;
     color: #fff;
     text-align: center;
     white-space: nowrap;
     background-color: #0d6efd;
     transition: width .6s ease
 }
 
 @media(prefers-reduced-motion:reduce) {
     .progress-bar {
         transition: none
     }
 }
 
 .progress-bar-striped {
     background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     background-size: 1rem 1rem
 }
 
 .progress-bar-animated {
     -webkit-animation: 1s linear infinite progress-bar-stripes;
     animation: 1s linear infinite progress-bar-stripes
 }
 
 @media(prefers-reduced-motion:reduce) {
     .progress-bar-animated {
         -webkit-animation: none;
         animation: none
     }
 }
 
 .list-group {
     display: flex;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
     border-radius: .25rem
 }
 
 .list-group-numbered {
     list-style-type: none;
     counter-reset: section
 }
 
 .list-group-numbered>li:before {
     content: counters(section, ".") ". ";
     counter-increment: section
 }
 
 .list-group-item-action {
     width: 100%;
     color: #495057;
     text-align: inherit
 }
 
 .list-group-item-action:hover,
 .list-group-item-action:focus {
     z-index: 1;
     color: #495057;
     text-decoration: none;
     background-color: #f8f9fa
 }
 
 .list-group-item-action:active {
     color: #212529;
     background-color: #e9ecef
 }
 
 .list-group-item {
     position: relative;
     display: block;
     padding: .5rem 1rem;
     color: #212529;
     text-decoration: none;
     background-color: #fff;
     border: 1px solid rgba(0, 0, 0, .125)
 }
 
 .list-group-item:first-child {
     border-top-left-radius: inherit;
     border-top-right-radius: inherit
 }
 
 .list-group-item:last-child {
     border-bottom-right-radius: inherit;
     border-bottom-left-radius: inherit
 }
 
 .list-group-item.disabled,
 .list-group-item:disabled {
     color: #6c757d;
     pointer-events: none;
     background-color: #fff
 }
 
 .list-group-item.active {
     z-index: 2;
     color: #fff;
     background-color: #0d6efd;
     border-color: #0d6efd
 }
 
 .list-group-item+.list-group-item {
     border-top-width: 0
 }
 
 .list-group-item+.list-group-item.active {
     margin-top: -1px;
     border-top-width: 1px
 }
 
 .list-group-horizontal {
     flex-direction: row
 }
 
 .list-group-horizontal>.list-group-item:first-child {
     border-bottom-left-radius: .25rem;
     border-top-right-radius: 0
 }
 
 .list-group-horizontal>.list-group-item:last-child {
     border-top-right-radius: .25rem;
     border-bottom-left-radius: 0
 }
 
 .list-group-horizontal>.list-group-item.active {
     margin-top: 0
 }
 
 .list-group-horizontal>.list-group-item+.list-group-item {
     border-top-width: 1px;
     border-left-width: 0
 }
 
 .list-group-horizontal>.list-group-item+.list-group-item.active {
     margin-left: -1px;
     border-left-width: 1px
 }
 
 @media(min-width:576px) {
     .list-group-horizontal-sm {
         flex-direction: row
     }
 
     .list-group-horizontal-sm>.list-group-item:first-child {
         border-bottom-left-radius: .25rem;
         border-top-right-radius: 0
     }
 
     .list-group-horizontal-sm>.list-group-item:last-child {
         border-top-right-radius: .25rem;
         border-bottom-left-radius: 0
     }
 
     .list-group-horizontal-sm>.list-group-item.active {
         margin-top: 0
     }
 
     .list-group-horizontal-sm>.list-group-item+.list-group-item {
         border-top-width: 1px;
         border-left-width: 0
     }
 
     .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
         margin-left: -1px;
         border-left-width: 1px
     }
 }
 
 @media(min-width:768px) {
     .list-group-horizontal-md {
         flex-direction: row
     }
 
     .list-group-horizontal-md>.list-group-item:first-child {
         border-bottom-left-radius: .25rem;
         border-top-right-radius: 0
     }
 
     .list-group-horizontal-md>.list-group-item:last-child {
         border-top-right-radius: .25rem;
         border-bottom-left-radius: 0
     }
 
     .list-group-horizontal-md>.list-group-item.active {
         margin-top: 0
     }
 
     .list-group-horizontal-md>.list-group-item+.list-group-item {
         border-top-width: 1px;
         border-left-width: 0
     }
 
     .list-group-horizontal-md>.list-group-item+.list-group-item.active {
         margin-left: -1px;
         border-left-width: 1px
     }
 }
 
 @media(min-width:992px) {
     .list-group-horizontal-lg {
         flex-direction: row
     }
 
     .list-group-horizontal-lg>.list-group-item:first-child {
         border-bottom-left-radius: .25rem;
         border-top-right-radius: 0
     }
 
     .list-group-horizontal-lg>.list-group-item:last-child {
         border-top-right-radius: .25rem;
         border-bottom-left-radius: 0
     }
 
     .list-group-horizontal-lg>.list-group-item.active {
         margin-top: 0
     }
 
     .list-group-horizontal-lg>.list-group-item+.list-group-item {
         border-top-width: 1px;
         border-left-width: 0
     }
 
     .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
         margin-left: -1px;
         border-left-width: 1px
     }
 }
 
 @media(min-width:1200px) {
     .list-group-horizontal-xl {
         flex-direction: row
     }
 
     .list-group-horizontal-xl>.list-group-item:first-child {
         border-bottom-left-radius: .25rem;
         border-top-right-radius: 0
     }
 
     .list-group-horizontal-xl>.list-group-item:last-child {
         border-top-right-radius: .25rem;
         border-bottom-left-radius: 0
     }
 
     .list-group-horizontal-xl>.list-group-item.active {
         margin-top: 0
     }
 
     .list-group-horizontal-xl>.list-group-item+.list-group-item {
         border-top-width: 1px;
         border-left-width: 0
     }
 
     .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
         margin-left: -1px;
         border-left-width: 1px
     }
 }
 
 @media(min-width:1400px) {
     .list-group-horizontal-xxl {
         flex-direction: row
     }
 
     .list-group-horizontal-xxl>.list-group-item:first-child {
         border-bottom-left-radius: .25rem;
         border-top-right-radius: 0
     }
 
     .list-group-horizontal-xxl>.list-group-item:last-child {
         border-top-right-radius: .25rem;
         border-bottom-left-radius: 0
     }
 
     .list-group-horizontal-xxl>.list-group-item.active {
         margin-top: 0
     }
 
     .list-group-horizontal-xxl>.list-group-item+.list-group-item {
         border-top-width: 1px;
         border-left-width: 0
     }
 
     .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
         margin-left: -1px;
         border-left-width: 1px
     }
 }
 
 .list-group-flush {
     border-radius: 0
 }
 
 .list-group-flush>.list-group-item {
     border-width: 0 0 1px
 }
 
 .list-group-flush>.list-group-item:last-child {
     border-bottom-width: 0
 }
 
 .list-group-item-primary {
     color: #084298;
     background-color: #cfe2ff
 }
 
 .list-group-item-primary.list-group-item-action:hover,
 .list-group-item-primary.list-group-item-action:focus {
     color: #084298;
     background-color: #bacbe6
 }
 
 .list-group-item-primary.list-group-item-action.active {
     color: #fff;
     background-color: #084298;
     border-color: #084298
 }
 
 .list-group-item-secondary {
     color: #41464b;
     background-color: #e2e3e5
 }
 
 .list-group-item-secondary.list-group-item-action:hover,
 .list-group-item-secondary.list-group-item-action:focus {
     color: #41464b;
     background-color: #cbccce
 }
 
 .list-group-item-secondary.list-group-item-action.active {
     color: #fff;
     background-color: #41464b;
     border-color: #41464b
 }
 
 .list-group-item-success {
     color: #0f5132;
     background-color: #d1e7dd
 }
 
 .list-group-item-success.list-group-item-action:hover,
 .list-group-item-success.list-group-item-action:focus {
     color: #0f5132;
     background-color: #bcd0c7
 }
 
 .list-group-item-success.list-group-item-action.active {
     color: #fff;
     background-color: #0f5132;
     border-color: #0f5132
 }
 
 .list-group-item-info {
     color: #055160;
     background-color: #cff4fc
 }
 
 .list-group-item-info.list-group-item-action:hover,
 .list-group-item-info.list-group-item-action:focus {
     color: #055160;
     background-color: #badce3
 }
 
 .list-group-item-info.list-group-item-action.active {
     color: #fff;
     background-color: #055160;
     border-color: #055160
 }
 
 .list-group-item-warning {
     color: #664d03;
     background-color: #fff3cd
 }
 
 .list-group-item-warning.list-group-item-action:hover,
 .list-group-item-warning.list-group-item-action:focus {
     color: #664d03;
     background-color: #e6dbb9
 }
 
 .list-group-item-warning.list-group-item-action.active {
     color: #fff;
     background-color: #664d03;
     border-color: #664d03
 }
 
 .list-group-item-danger {
     color: #842029;
     background-color: #f8d7da
 }
 
 .list-group-item-danger.list-group-item-action:hover,
 .list-group-item-danger.list-group-item-action:focus {
     color: #842029;
     background-color: #dfc2c4
 }
 
 .list-group-item-danger.list-group-item-action.active {
     color: #fff;
     background-color: #842029;
     border-color: #842029
 }
 
 .list-group-item-light {
     color: #636464;
     background-color: #fefefe
 }
 
 .list-group-item-light.list-group-item-action:hover,
 .list-group-item-light.list-group-item-action:focus {
     color: #636464;
     background-color: #e5e5e5
 }
 
 .list-group-item-light.list-group-item-action.active {
     color: #fff;
     background-color: #636464;
     border-color: #636464
 }
 
 .list-group-item-dark {
     color: #141619;
     background-color: #d3d3d4
 }
 
 .list-group-item-dark.list-group-item-action:hover,
 .list-group-item-dark.list-group-item-action:focus {
     color: #141619;
     background-color: #bebebf
 }
 
 .list-group-item-dark.list-group-item-action.active {
     color: #fff;
     background-color: #141619;
     border-color: #141619
 }
 
 .btn-close {
     box-sizing: content-box;
     width: 1em;
     height: 1em;
     padding: .25em;
     color: #000;
     background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
     border: 0;
     border-radius: .25rem;
     opacity: .5
 }
 
 .btn-close:hover {
     color: #000;
     text-decoration: none;
     opacity: .75
 }
 
 .btn-close:focus {
     outline: 0;
     box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
     opacity: 1
 }
 
 .btn-close:disabled,
 .btn-close.disabled {
     pointer-events: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     opacity: .25
 }
 
 .btn-close-white {
     filter: invert(1) grayscale(100%) brightness(200%)
 }
 
 .toast {
     width: 350px;
     max-width: 100%;
     font-size: .875rem;
     pointer-events: auto;
     background-color: rgba(255, 255, 255, .85);
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, .1);
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
     border-radius: .25rem
 }
 
 .toast:not(.showing):not(.show) {
     opacity: 0
 }
 
 .toast.hide {
     display: none
 }
 
 .toast-container {
     width: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
     max-width: 100%;
     pointer-events: none
 }
 
 .toast-container>:not(:last-child) {
     margin-bottom: .75rem
 }
 
 .toast-header {
     display: flex;
     align-items: center;
     padding: .5rem .75rem;
     color: #6c757d;
     background-color: rgba(255, 255, 255, .85);
     background-clip: padding-box;
     border-bottom: 1px solid rgba(0, 0, 0, .05);
     border-top-left-radius: calc(.25rem - 1px);
     border-top-right-radius: calc(.25rem - 1px)
 }
 
 .toast-header .btn-close {
     margin-right: -.375rem;
     margin-left: .75rem
 }
 
 .toast-body {
     padding: .75rem;
     word-wrap: break-word
 }
 
 .modal {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1060;
     display: none;
     width: 100%;
     height: 100%;
     overflow-x: hidden;
     overflow-y: auto;
     outline: 0
 }
 
 .modal-dialog {
     position: relative;
     width: auto;
     margin: .5rem;
     pointer-events: none
 }
 
 .modal.fade .modal-dialog {
     transition: transform .3s ease-out;
     transform: translate(0, -50px)
 }
 
 @media(prefers-reduced-motion:reduce) {
     .modal.fade .modal-dialog {
         transition: none
     }
 }
 
 .modal.show .modal-dialog {
     transform: none
 }
 
 .modal.modal-static .modal-dialog {
     transform: scale(1.02)
 }
 
 .modal-dialog-scrollable {
     height: calc(100% - 1rem)
 }
 
 .modal-dialog-scrollable .modal-content {
     max-height: 100%;
     overflow: hidden
 }
 
 .modal-dialog-scrollable .modal-body {
     overflow-y: auto
 }
 
 .modal-dialog-centered {
     display: flex;
     align-items: center;
     min-height: calc(100% - 1rem)
 }
 
 .modal-content {
     position: relative;
     display: flex;
     flex-direction: column;
     width: 100%;
     pointer-events: auto;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, .2);
     border-radius: .3rem;
     outline: 0
 }
 
 .modal-backdrop {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1040;
     width: 100vw;
     height: 100vh;
     background-color: #000
 }
 
 .modal-backdrop.fade {
     opacity: 0
 }
 
 .modal-backdrop.show {
     opacity: .5
 }
 
 .modal-header {
     display: flex;
     flex-shrink: 0;
     align-items: center;
     justify-content: space-between;
     padding: 1rem;
     border-bottom: 1px solid #dee2e6;
     border-top-left-radius: calc(.3rem - 1px);
     border-top-right-radius: calc(.3rem - 1px)
 }
 
 .modal-header .btn-close {
     padding: .5rem;
     margin: -.5rem -.5rem -.5rem auto
 }
 
 .modal-title {
     margin-bottom: 0;
     line-height: 1.5
 }
 
 .modal-body {
     position: relative;
     flex: 1 1 auto;
     padding: 1rem
 }
 
 .modal-footer {
     display: flex;
     flex-wrap: wrap;
     flex-shrink: 0;
     align-items: center;
     justify-content: flex-end;
     padding: .75rem;
     border-top: 1px solid #dee2e6;
     border-bottom-right-radius: calc(.3rem - 1px);
     border-bottom-left-radius: calc(.3rem - 1px)
 }
 
 .modal-footer>* {
     margin: .25rem
 }
 
 @media(min-width:576px) {
     .modal-dialog {
         max-width: 500px;
         margin: 1.75rem auto
     }
 
     .modal-dialog-scrollable {
         height: calc(100% - 3.5rem)
     }
 
     .modal-dialog-centered {
         min-height: calc(100% - 3.5rem)
     }
 
     .modal-sm {
         max-width: 300px
     }
 }
 
 @media(min-width:992px) {
 
     .modal-lg,
     .modal-xl {
         max-width: 800px
     }
 }
 
 @media(min-width:1200px) {
     .modal-xl {
         max-width: 1140px
     }
 }
 
 .modal-fullscreen {
     width: 100vw;
     max-width: none;
     height: 100%;
     margin: 0
 }
 
 .modal-fullscreen .modal-content {
     height: 100%;
     border: 0;
     border-radius: 0
 }
 
 .modal-fullscreen .modal-header {
     border-radius: 0
 }
 
 .modal-fullscreen .modal-body {
     overflow-y: auto
 }
 
 .modal-fullscreen .modal-footer {
     border-radius: 0
 }
 
 @media(max-width:575.98px) {
     .modal-fullscreen-sm-down {
         width: 100vw;
         max-width: none;
         height: 100%;
         margin: 0
     }
 
     .modal-fullscreen-sm-down .modal-content {
         height: 100%;
         border: 0;
         border-radius: 0
     }
 
     .modal-fullscreen-sm-down .modal-header {
         border-radius: 0
     }
 
     .modal-fullscreen-sm-down .modal-body {
         overflow-y: auto
     }
 
     .modal-fullscreen-sm-down .modal-footer {
         border-radius: 0
     }
 }
 
 @media(max-width:767.98px) {
     .modal-fullscreen-md-down {
         width: 100vw;
         max-width: none;
         height: 100%;
         margin: 0
     }
 
     .modal-fullscreen-md-down .modal-content {
         height: 100%;
         border: 0;
         border-radius: 0
     }
 
     .modal-fullscreen-md-down .modal-header {
         border-radius: 0
     }
 
     .modal-fullscreen-md-down .modal-body {
         overflow-y: auto
     }
 
     .modal-fullscreen-md-down .modal-footer {
         border-radius: 0
     }
 }
 
 @media(max-width:991.98px) {
     .modal-fullscreen-lg-down {
         width: 100vw;
         max-width: none;
         height: 100%;
         margin: 0
     }
 
     .modal-fullscreen-lg-down .modal-content {
         height: 100%;
         border: 0;
         border-radius: 0
     }
 
     .modal-fullscreen-lg-down .modal-header {
         border-radius: 0
     }
 
     .modal-fullscreen-lg-down .modal-body {
         overflow-y: auto
     }
 
     .modal-fullscreen-lg-down .modal-footer {
         border-radius: 0
     }
 }
 
 @media(max-width:1199.98px) {
     .modal-fullscreen-xl-down {
         width: 100vw;
         max-width: none;
         height: 100%;
         margin: 0
     }
 
     .modal-fullscreen-xl-down .modal-content {
         height: 100%;
         border: 0;
         border-radius: 0
     }
 
     .modal-fullscreen-xl-down .modal-header {
         border-radius: 0
     }
 
     .modal-fullscreen-xl-down .modal-body {
         overflow-y: auto
     }
 
     .modal-fullscreen-xl-down .modal-footer {
         border-radius: 0
     }
 }
 
 @media(max-width:1399.98px) {
     .modal-fullscreen-xxl-down {
         width: 100vw;
         max-width: none;
         height: 100%;
         margin: 0
     }
 
     .modal-fullscreen-xxl-down .modal-content {
         height: 100%;
         border: 0;
         border-radius: 0
     }
 
     .modal-fullscreen-xxl-down .modal-header {
         border-radius: 0
     }
 
     .modal-fullscreen-xxl-down .modal-body {
         overflow-y: auto
     }
 
     .modal-fullscreen-xxl-down .modal-footer {
         border-radius: 0
     }
 }
 
 .tooltip {
     position: absolute;
     z-index: 1080;
     display: block;
     margin: 0;
     font-family: var(--bs-font-sans-serif);
     font-style: normal;
     font-weight: 400;
     line-height: 1.5;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     letter-spacing: normal;
     word-break: normal;
     word-spacing: normal;
     white-space: normal;
     line-break: auto;
     font-size: .875rem;
     word-wrap: break-word;
     opacity: 0
 }
 
 .tooltip.show {
     opacity: .9
 }
 
 .tooltip .tooltip-arrow {
     position: absolute;
     display: block;
     width: .8rem;
     height: .4rem
 }
 
 .tooltip .tooltip-arrow:before {
     position: absolute;
     content: "";
     border-color: transparent;
     border-style: solid
 }
 
 .bs-tooltip-top,
 .bs-tooltip-auto[data-popper-placement^=top] {
     padding: .4rem 0
 }
 
 .bs-tooltip-top .tooltip-arrow,
 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
     bottom: 0
 }
 
 .bs-tooltip-top .tooltip-arrow:before,
 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
     top: -1px;
     border-width: .4rem .4rem 0;
     border-top-color: #000
 }
 
 .bs-tooltip-end,
 .bs-tooltip-auto[data-popper-placement^=right] {
     padding: 0 .4rem
 }
 
 .bs-tooltip-end .tooltip-arrow,
 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
     left: 0;
     width: .4rem;
     height: .8rem
 }
 
 .bs-tooltip-end .tooltip-arrow:before,
 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
     right: -1px;
     border-width: .4rem .4rem .4rem 0;
     border-right-color: #000
 }
 
 .bs-tooltip-bottom,
 .bs-tooltip-auto[data-popper-placement^=bottom] {
     padding: .4rem 0
 }
 
 .bs-tooltip-bottom .tooltip-arrow,
 .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
     top: 0
 }
 
 .bs-tooltip-bottom .tooltip-arrow:before,
 .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
     bottom: -1px;
     border-width: 0 .4rem .4rem;
     border-bottom-color: #000
 }
 
 .bs-tooltip-start,
 .bs-tooltip-auto[data-popper-placement^=left] {
     padding: 0 .4rem
 }
 
 .bs-tooltip-start .tooltip-arrow,
 .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
     right: 0;
     width: .4rem;
     height: .8rem
 }
 
 .bs-tooltip-start .tooltip-arrow:before,
 .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
     left: -1px;
     border-width: .4rem 0 .4rem .4rem;
     border-left-color: #000
 }
 
 .tooltip-inner {
     max-width: 200px;
     padding: .25rem .5rem;
     color: #fff;
     text-align: center;
     background-color: #000;
     border-radius: .25rem
 }
 
 .popover {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1070;
     display: block;
     max-width: 276px;
     font-family: var(--bs-font-sans-serif);
     font-style: normal;
     font-weight: 400;
     line-height: 1.5;
     text-align: left;
     text-align: start;
     text-decoration: none;
     text-shadow: none;
     text-transform: none;
     letter-spacing: normal;
     word-break: normal;
     word-spacing: normal;
     white-space: normal;
     line-break: auto;
     font-size: .875rem;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, .2);
     border-radius: .3rem
 }
 
 .popover .popover-arrow {
     position: absolute;
     display: block;
     width: 1rem;
     height: .5rem
 }
 
 .popover .popover-arrow:before,
 .popover .popover-arrow:after {
     position: absolute;
     display: block;
     content: "";
     border-color: transparent;
     border-style: solid
 }
 
 .bs-popover-top>.popover-arrow,
 .bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
     bottom: calc(-.5rem - 1px)
 }
 
 .bs-popover-top>.popover-arrow:before,
 .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before {
     bottom: 0;
     border-width: .5rem .5rem 0;
     border-top-color: rgba(0, 0, 0, .25)
 }
 
 .bs-popover-top>.popover-arrow:after,
 .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after {
     bottom: 1px;
     border-width: .5rem .5rem 0;
     border-top-color: #fff
 }
 
 .bs-popover-end>.popover-arrow,
 .bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
     left: calc(-.5rem - 1px);
     width: .5rem;
     height: 1rem
 }
 
 .bs-popover-end>.popover-arrow:before,
 .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before {
     left: 0;
     border-width: .5rem .5rem .5rem 0;
     border-right-color: rgba(0, 0, 0, .25)
 }
 
 .bs-popover-end>.popover-arrow:after,
 .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after {
     left: 1px;
     border-width: .5rem .5rem .5rem 0;
     border-right-color: #fff
 }
 
 .bs-popover-bottom>.popover-arrow,
 .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
     top: calc(-.5rem - 1px)
 }
 
 .bs-popover-bottom>.popover-arrow:before,
 .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before {
     top: 0;
     border-width: 0 .5rem .5rem;
     border-bottom-color: rgba(0, 0, 0, .25)
 }
 
 .bs-popover-bottom>.popover-arrow:after,
 .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after {
     top: 1px;
     border-width: 0 .5rem .5rem;
     border-bottom-color: #fff
 }
 
 .bs-popover-bottom .popover-header:before,
 .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before {
     position: absolute;
     top: 0;
     left: 50%;
     display: block;
     width: 1rem;
     margin-left: -.5rem;
     content: "";
     border-bottom: 1px solid #f0f0f0
 }
 
 .bs-popover-start>.popover-arrow,
 .bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
     right: calc(-.5rem - 1px);
     width: .5rem;
     height: 1rem
 }
 
 .bs-popover-start>.popover-arrow:before,
 .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before {
     right: 0;
     border-width: .5rem 0 .5rem .5rem;
     border-left-color: rgba(0, 0, 0, .25)
 }
 
 .bs-popover-start>.popover-arrow:after,
 .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after {
     right: 1px;
     border-width: .5rem 0 .5rem .5rem;
     border-left-color: #fff
 }
 
 .popover-header {
     padding: .5rem 1rem;
     margin-bottom: 0;
     font-size: 1rem;
     background-color: #f0f0f0;
     border-bottom: 1px solid rgba(0, 0, 0, .2);
     border-top-left-radius: calc(.3rem - 1px);
     border-top-right-radius: calc(.3rem - 1px)
 }
 
 .popover-header:empty {
     display: none
 }
 
 .popover-body {
     padding: 1rem;
     color: #212529
 }
 
 .carousel {
     position: relative
 }
 
 .carousel.pointer-event {
     touch-action: pan-y
 }
 
 .carousel-inner {
     position: relative;
     width: 100%;
     overflow: hidden
 }
 
 .carousel-inner:after {
     display: block;
     clear: both;
     content: ""
 }
 
 .carousel-item {
     position: relative;
     display: none;
     float: left;
     width: 100%;
     margin-right: -100%;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     transition: transform .6s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .carousel-item {
         transition: none
     }
 }
 
 .carousel-item.active,
 .carousel-item-next,
 .carousel-item-prev {
     display: block
 }
 
 .carousel-item-next:not(.carousel-item-start),
 .active.carousel-item-end {
     transform: translateX(100%)
 }
 
 .carousel-item-prev:not(.carousel-item-end),
 .active.carousel-item-start {
     transform: translateX(-100%)
 }
 
 .carousel-fade .carousel-item {
     opacity: 0;
     transition-property: opacity;
     transform: none
 }
 
 .carousel-fade .carousel-item.active,
 .carousel-fade .carousel-item-next.carousel-item-start,
 .carousel-fade .carousel-item-prev.carousel-item-end {
     z-index: 1;
     opacity: 1
 }
 
 .carousel-fade .active.carousel-item-start,
 .carousel-fade .active.carousel-item-end {
     z-index: 0;
     opacity: 0;
     transition: opacity 0s .6s
 }
 
 @media(prefers-reduced-motion:reduce) {
 
     .carousel-fade .active.carousel-item-start,
     .carousel-fade .active.carousel-item-end {
         transition: none
     }
 }
 
 .carousel-control-prev,
 .carousel-control-next {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 15%;
     padding: 0;
     color: #fff;
     text-align: center;
     background: 0 0;
     border: 0;
     opacity: .5;
     transition: opacity .15s ease
 }
 
 @media(prefers-reduced-motion:reduce) {
 
     .carousel-control-prev,
     .carousel-control-next {
         transition: none
     }
 }
 
 .carousel-control-prev:hover,
 .carousel-control-prev:focus,
 .carousel-control-next:hover,
 .carousel-control-next:focus {
     color: #fff;
     text-decoration: none;
     outline: 0;
     opacity: .9
 }
 
 .carousel-control-prev {
     left: 0
 }
 
 .carousel-control-next {
     right: 0
 }
 
 .carousel-control-prev-icon,
 .carousel-control-next-icon {
     display: inline-block;
     width: 2rem;
     height: 2rem;
     background-repeat: no-repeat;
     background-position: 50%;
     background-size: 100% 100%
 }
 
 .carousel-control-prev-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
 }
 
 .carousel-control-next-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
 }
 
 .carousel-indicators {
     position: absolute;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 2;
     display: flex;
     justify-content: center;
     padding: 0;
     margin-right: 15%;
     margin-bottom: 1rem;
     margin-left: 15%;
     list-style: none
 }
 
 .carousel-indicators [data-bs-target] {
     box-sizing: content-box;
     flex: 0 1 auto;
     width: 30px;
     height: 3px;
     padding: 0;
     margin-right: 3px;
     margin-left: 3px;
     text-indent: -999px;
     cursor: pointer;
     background-color: #fff;
     background-clip: padding-box;
     border: 0;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     opacity: .5;
     transition: opacity .6s ease
 }
 
 @media(prefers-reduced-motion:reduce) {
     .carousel-indicators [data-bs-target] {
         transition: none
     }
 }
 
 .carousel-indicators .active {
     opacity: 1
 }
 
 .carousel-caption {
     position: absolute;
     right: 15%;
     bottom: 1.25rem;
     left: 15%;
     padding-top: 1.25rem;
     padding-bottom: 1.25rem;
     color: #fff;
     text-align: center
 }
 
 .carousel-dark .carousel-control-prev-icon,
 .carousel-dark .carousel-control-next-icon {
     filter: invert(1) grayscale(100)
 }
 
 .carousel-dark .carousel-indicators [data-bs-target] {
     background-color: #000
 }
 
 .carousel-dark .carousel-caption {
     color: #000
 }
 
 @-webkit-keyframes spinner-border {
     to {
         transform: rotate(360deg)
     }
 }
 
 @keyframes spinner-border {
     to {
         transform: rotate(360deg)
     }
 }
 
 .spinner-border {
     display: inline-block;
     width: 2rem;
     height: 2rem;
     vertical-align: -.125em;
     border: .25em solid currentColor;
     border-right-color: transparent;
     border-radius: 50%;
     -webkit-animation: .75s linear infinite spinner-border;
     animation: .75s linear infinite spinner-border
 }
 
 .spinner-border-sm {
     width: 1rem;
     height: 1rem;
     border-width: .2em
 }
 
 @-webkit-keyframes spinner-grow {
     0% {
         transform: scale(0)
     }
 
     50% {
         opacity: 1;
         transform: none
     }
 }
 
 @keyframes spinner-grow {
     0% {
         transform: scale(0)
     }
 
     50% {
         opacity: 1;
         transform: none
     }
 }
 
 .spinner-grow {
     display: inline-block;
     width: 2rem;
     height: 2rem;
     vertical-align: -.125em;
     background-color: currentColor;
     border-radius: 50%;
     opacity: 0;
     -webkit-animation: .75s linear infinite spinner-grow;
     animation: .75s linear infinite spinner-grow
 }
 
 .spinner-grow-sm {
     width: 1rem;
     height: 1rem
 }
 
 @media(prefers-reduced-motion:reduce) {
 
     .spinner-border,
     .spinner-grow {
         -webkit-animation-duration: 1.5s;
         animation-duration: 1.5s
     }
 }
 
 .offcanvas {
     position: fixed;
     bottom: 0;
     z-index: 1050;
     display: flex;
     flex-direction: column;
     max-width: 100%;
     visibility: hidden;
     background-color: #fff;
     background-clip: padding-box;
     outline: 0;
     transition: transform .3s ease-in-out
 }
 
 @media(prefers-reduced-motion:reduce) {
     .offcanvas {
         transition: none
     }
 }
 
 .offcanvas-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 1rem
 }
 
 .offcanvas-header .btn-close {
     padding: .5rem;
     margin-top: -.5rem;
     margin-right: -.5rem;
     margin-bottom: -.5rem
 }
 
 .offcanvas-title {
     margin-bottom: 0;
     line-height: 1.5
 }
 
 .offcanvas-body {
     flex-grow: 1;
     padding: 1rem;
     overflow-y: auto
 }
 
 .offcanvas-start {
     top: 0;
     left: 0;
     width: 400px;
     border-right: 1px solid rgba(0, 0, 0, .2);
     transform: translateX(-100%)
 }
 
 .offcanvas-end {
     top: 0;
     right: 0;
     width: 400px;
     border-left: 1px solid rgba(0, 0, 0, .2);
     transform: translateX(100%)
 }
 
 .offcanvas-top {
     top: 0;
     right: 0;
     left: 0;
     height: 30vh;
     max-height: 100%;
     border-bottom: 1px solid rgba(0, 0, 0, .2);
     transform: translateY(-100%)
 }
 
 .offcanvas-bottom {
     right: 0;
     left: 0;
     height: 30vh;
     max-height: 100%;
     border-top: 1px solid rgba(0, 0, 0, .2);
     transform: translateY(100%)
 }
 
 .offcanvas.show {
     transform: none
 }
 
 .clearfix:after {
     display: block;
     clear: both;
     content: ""
 }
 
 .link-primary {
     color: #0d6efd
 }
 
 .link-primary:hover,
 .link-primary:focus {
     color: #0a58ca
 }
 
 .link-secondary {
     color: #6c757d
 }
 
 .link-secondary:hover,
 .link-secondary:focus {
     color: #565e64
 }
 
 .link-success {
     color: #198754
 }
 
 .link-success:hover,
 .link-success:focus {
     color: #146c43
 }
 
 .link-info {
     color: #0dcaf0
 }
 
 .link-info:hover,
 .link-info:focus {
     color: #3dd5f3
 }
 
 .link-warning {
     color: #ffc107
 }
 
 .link-warning:hover,
 .link-warning:focus {
     color: #ffcd39
 }
 
 .link-danger {
     color: #dc3545
 }
 
 .link-danger:hover,
 .link-danger:focus {
     color: #b02a37
 }
 
 .link-light {
     color: #f8f9fa
 }
 
 .link-light:hover,
 .link-light:focus {
     color: #f9fafb
 }
 
 .link-dark {
     color: #212529
 }
 
 .link-dark:hover,
 .link-dark:focus {
     color: #1a1e21
 }
 
 .ratio {
     position: relative;
     width: 100%
 }
 
 .ratio:before {
     display: block;
     padding-top: var(--bs-aspect-ratio);
     content: ""
 }
 
 .ratio>* {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%
 }
 
 .ratio-1x1 {
     --bs-aspect-ratio: 100%
 }
 
 .ratio-4x3 {
     --bs-aspect-ratio: calc(3/4*100%)
 }
 
 .ratio-16x9 {
     --bs-aspect-ratio: calc(9/16*100%)
 }
 
 .ratio-21x9 {
     --bs-aspect-ratio: calc(9/21*100%)
 }
 
 .fixed-top {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030
 }
 
 .fixed-bottom {
     position: fixed;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1030
 }
 
 .sticky-top {
     position: sticky;
     top: 0;
     z-index: 1020
 }
 
 @media(min-width:576px) {
     .sticky-sm-top {
         position: sticky;
         top: 0;
         z-index: 1020
     }
 }
 
 @media(min-width:768px) {
     .sticky-md-top {
         position: sticky;
         top: 0;
         z-index: 1020
     }
 }
 
 @media(min-width:992px) {
     .sticky-lg-top {
         position: sticky;
         top: 0;
         z-index: 1020
     }
 }
 
 @media(min-width:1200px) {
     .sticky-xl-top {
         position: sticky;
         top: 0;
         z-index: 1020
     }
 }
 
 @media(min-width:1400px) {
     .sticky-xxl-top {
         position: sticky;
         top: 0;
         z-index: 1020
     }
 }
 
 .visually-hidden,
 .visually-hidden-focusable:not(:focus):not(:focus-within) {
     position: absolute !important;
     width: 1px !important;
     height: 1px !important;
     padding: 0 !important;
     margin: -1px !important;
     overflow: hidden !important;
     clip: rect(0, 0, 0, 0) !important;
     white-space: nowrap !important;
     border: 0 !important
 }
 
 .stretched-link:after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
     content: ""
 }
 
 .text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap
 }
 
 .align-baseline {
     vertical-align: baseline !important
 }
 
 .align-top {
     vertical-align: top !important
 }
 
 .align-middle {
     vertical-align: middle !important
 }
 
 .align-bottom {
     vertical-align: bottom !important
 }
 
 .align-text-bottom {
     vertical-align: text-bottom !important
 }
 
 .align-text-top {
     vertical-align: text-top !important
 }
 
 .float-start {
     float: left !important
 }
 
 .float-end {
     float: right !important
 }
 
 .float-none {
     float: none !important
 }
 
 .overflow-auto {
     overflow: auto !important
 }
 
 .overflow-hidden {
     overflow: hidden !important
 }
 
 .overflow-visible {
     overflow: visible !important
 }
 
 .overflow-scroll {
     overflow: scroll !important
 }
 
 .d-inline {
     display: inline !important
 }
 
 .d-inline-block {
     display: inline-block !important
 }
 
 .d-block {
     display: block !important
 }
 
 .d-grid {
     display: grid !important
 }
 
 .d-table {
     display: table !important
 }
 
 .d-table-row {
     display: table-row !important
 }
 
 .d-table-cell {
     display: table-cell !important
 }
 
 .d-flex {
     display: flex !important
 }
 
 .d-inline-flex {
     display: inline-flex !important
 }
 
 .d-none {
     display: none !important
 }
 
 .shadow {
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
 }
 
 .shadow-sm {
     box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
 }
 
 .shadow-lg {
     box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
 }
 
 .shadow-none {
     box-shadow: none !important
 }
 
 .position-static {
     position: static !important
 }
 
 .position-relative {
     position: relative !important
 }
 
 .position-absolute {
     position: absolute !important
 }
 
 .position-fixed {
     position: fixed !important
 }
 
 .position-sticky {
     position: sticky !important
 }
 
 .top-0 {
     top: 0 !important
 }
 
 .top-50 {
     top: 50% !important
 }
 
 .top-100 {
     top: 100% !important
 }
 
 .bottom-0 {
     bottom: 0 !important
 }
 
 .bottom-50 {
     bottom: 50% !important
 }
 
 .bottom-100 {
     bottom: 100% !important
 }
 
 .start-0 {
     left: 0 !important
 }
 
 .start-50 {
     left: 50% !important
 }
 
 .start-100 {
     left: 100% !important
 }
 
 .end-0 {
     right: 0 !important
 }
 
 .end-50 {
     right: 50% !important
 }
 
 .end-100 {
     right: 100% !important
 }
 
 .translate-middle {
     transform: translate(-50%, -50%) !important
 }
 
 .translate-middle-x {
     transform: translateX(-50%) !important
 }
 
 .translate-middle-y {
     transform: translateY(-50%) !important
 }
 
 .border {
     border: 1px solid #dee2e6 !important
 }
 
 .border-0 {
     border: 0 !important
 }
 
 .border-top {
     border-top: 1px solid #dee2e6 !important
 }
 
 .border-top-0 {
     border-top: 0 !important
 }
 
 .border-end {
     border-right: 1px solid #dee2e6 !important
 }
 
 .border-end-0 {
     border-right: 0 !important
 }
 
 .border-bottom {
     border-bottom: 1px solid #dee2e6 !important
 }
 
 .border-bottom-0 {
     border-bottom: 0 !important
 }
 
 .border-start {
     border-left: 1px solid #dee2e6 !important
 }
 
 .border-start-0 {
     border-left: 0 !important
 }
 
 .border-primary {
     border-color: #0d6efd !important
 }
 
 .border-secondary {
     border-color: #6c757d !important
 }
 
 .border-success {
     border-color: #198754 !important
 }
 
 .border-info {
     border-color: #0dcaf0 !important
 }
 
 .border-warning {
     border-color: #ffc107 !important
 }
 
 .border-danger {
     border-color: #dc3545 !important
 }
 
 .border-light {
     border-color: #f8f9fa !important
 }
 
 .border-dark {
     border-color: #212529 !important
 }
 
 .border-white {
     border-color: #fff !important
 }
 
 .border-1 {
     border-width: 1px !important
 }
 
 .border-2 {
     border-width: 2px !important
 }
 
 .border-3 {
     border-width: 3px !important
 }
 
 .border-4 {
     border-width: 4px !important
 }
 
 .border-5 {
     border-width: 5px !important
 }
 
 .w-25 {
     width: 25% !important
 }
 
 .w-50 {
     width: 50% !important
 }
 
 .w-75 {
     width: 75% !important
 }
 
 .w-100 {
     width: 100% !important
 }
 
 .w-auto {
     width: auto !important
 }
 
 .mw-100 {
     max-width: 100% !important
 }
 
 .vw-100 {
     width: 100vw !important
 }
 
 .min-vw-100 {
     min-width: 100vw !important
 }
 
 .h-25 {
     height: 25% !important
 }
 
 .h-50 {
     height: 50% !important
 }
 
 .h-75 {
     height: 75% !important
 }
 
 .h-100 {
     height: 100% !important
 }
 
 .h-auto {
     height: auto !important
 }
 
 .mh-100 {
     max-height: 100% !important
 }
 
 .vh-100 {
     height: 100vh !important
 }
 
 .min-vh-100 {
     min-height: 100vh !important
 }
 
 .flex-fill {
     flex: 1 1 auto !important
 }
 
 .flex-row {
     flex-direction: row !important
 }
 
 .flex-column {
     flex-direction: column !important
 }
 
 .flex-row-reverse {
     flex-direction: row-reverse !important
 }
 
 .flex-column-reverse {
     flex-direction: column-reverse !important
 }
 
 .flex-grow-0 {
     flex-grow: 0 !important
 }
 
 .flex-grow-1 {
     flex-grow: 1 !important
 }
 
 .flex-shrink-0 {
     flex-shrink: 0 !important
 }
 
 .flex-shrink-1 {
     flex-shrink: 1 !important
 }
 
 .flex-wrap {
     flex-wrap: wrap !important
 }
 
 .flex-nowrap {
     flex-wrap: nowrap !important
 }
 
 .flex-wrap-reverse {
     flex-wrap: wrap-reverse !important
 }
 
 .gap-0 {
     gap: 0 !important
 }
 
 .gap-1 {
     gap: .25rem !important
 }
 
 .gap-2 {
     gap: .5rem !important
 }
 
 .gap-3 {
     gap: 1rem !important
 }
 
 .gap-4 {
     gap: 1.5rem !important
 }
 
 .gap-5 {
     gap: 3rem !important
 }
 
 .justify-content-start {
     justify-content: flex-start !important
 }
 
 .justify-content-end {
     justify-content: flex-end !important
 }
 
 .justify-content-center {
     justify-content: center !important
 }
 
 .justify-content-between {
     justify-content: space-between !important
 }
 
 .justify-content-around {
     justify-content: space-around !important
 }
 
 .justify-content-evenly {
     justify-content: space-evenly !important
 }
 
 .align-items-start {
     align-items: flex-start !important
 }
 
 .align-items-end {
     align-items: flex-end !important
 }
 
 .align-items-center {
     align-items: center !important
 }
 
 .align-items-baseline {
     align-items: baseline !important
 }
 
 .align-items-stretch {
     align-items: stretch !important
 }
 
 .align-content-start {
     align-content: flex-start !important
 }
 
 .align-content-end {
     align-content: flex-end !important
 }
 
 .align-content-center {
     align-content: center !important
 }
 
 .align-content-between {
     align-content: space-between !important
 }
 
 .align-content-around {
     align-content: space-around !important
 }
 
 .align-content-stretch {
     align-content: stretch !important
 }
 
 .align-self-auto {
     align-self: auto !important
 }
 
 .align-self-start {
     align-self: flex-start !important
 }
 
 .align-self-end {
     align-self: flex-end !important
 }
 
 .align-self-center {
     align-self: center !important
 }
 
 .align-self-baseline {
     align-self: baseline !important
 }
 
 .align-self-stretch {
     align-self: stretch !important
 }
 
 .order-first {
     order: -1 !important
 }
 
 .order-0 {
     order: 0 !important
 }
 
 .order-1 {
     order: 1 !important
 }
 
 .order-2 {
     order: 2 !important
 }
 
 .order-3 {
     order: 3 !important
 }
 
 .order-4 {
     order: 4 !important
 }
 
 .order-5 {
     order: 5 !important
 }
 
 .order-last {
     order: 6 !important
 }
 
 .m-0 {
     margin: 0 !important
 }
 
 .m-1 {
     margin: .25rem !important
 }
 
 .m-2 {
     margin: .5rem !important
 }
 
 .m-3 {
     margin: 1rem !important
 }
 
 .m-4 {
     margin: 1.5rem !important
 }
 
 .m-5 {
     margin: 3rem !important
 }
 
 .m-auto {
     margin: auto !important
 }
 
 .mx-0 {
     margin-right: 0 !important;
     margin-left: 0 !important
 }
 
 .mx-1 {
     margin-right: .25rem !important;
     margin-left: .25rem !important
 }
 
 .mx-2 {
     margin-right: .5rem !important;
     margin-left: .5rem !important
 }
 
 .mx-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important
 }
 
 .mx-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important
 }
 
 .mx-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important
 }
 
 .mx-auto {
     margin-right: auto !important;
     margin-left: auto !important
 }
 
 .my-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important
 }
 
 .my-1 {
     margin-top: .25rem !important;
     margin-bottom: .25rem !important
 }
 
 .my-2 {
     margin-top: .5rem !important;
     margin-bottom: .5rem !important
 }
 
 .my-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important
 }
 
 .my-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important
 }
 
 .my-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important
 }
 
 .my-auto {
     margin-top: auto !important;
     margin-bottom: auto !important
 }
 
 .mt-0 {
     margin-top: 0 !important
 }
 
 .mt-1 {
     margin-top: .25rem !important
 }
 
 .mt-2 {
     margin-top: .5rem !important
 }
 
 .mt-3 {
     margin-top: 1rem !important
 }
 
 .mt-4 {
     margin-top: 1.5rem !important
 }
 
 .mt-5 {
     margin-top: 3rem !important
 }
 
 .mt-auto {
     margin-top: auto !important
 }
 
 .me-0 {
     margin-right: 0 !important
 }
 
 .me-1 {
     margin-right: .25rem !important
 }
 
 .me-2 {
     margin-right: .5rem !important
 }
 
 .me-3 {
     margin-right: 1rem !important
 }
 
 .me-4 {
     margin-right: 1.5rem !important
 }
 
 .me-5 {
     margin-right: 3rem !important
 }
 
 .me-auto {
     margin-right: auto !important
 }
 
 .mb-0 {
     margin-bottom: 0 !important
 }
 
 .mb-1 {
     margin-bottom: .25rem !important
 }
 
 .mb-2 {
     margin-bottom: .5rem !important
 }
 
 .mb-3 {
     margin-bottom: 1rem !important
 }
 
 .mb-4 {
     margin-bottom: 1.5rem !important
 }
 
 .mb-5 {
     margin-bottom: 3rem !important
 }
 
 .mb-auto {
     margin-bottom: auto !important
 }
 
 .ms-0 {
     margin-left: 0 !important
 }
 
 .ms-1 {
     margin-left: .25rem !important
 }
 
 .ms-2 {
     margin-left: .5rem !important
 }
 
 .ms-3 {
     margin-left: 1rem !important
 }
 
 .ms-4 {
     margin-left: 1.5rem !important
 }
 
 .ms-5 {
     margin-left: 3rem !important
 }
 
 .ms-auto {
     margin-left: auto !important
 }
 
 .p-0 {
     padding: 0 !important
 }
 
 .p-1 {
     padding: .25rem !important
 }
 
 .p-2 {
     padding: .5rem !important
 }
 
 .p-3 {
     padding: 1rem !important
 }
 
 .p-4 {
     padding: 1.5rem !important
 }
 
 .p-5 {
     padding: 3rem !important
 }
 
 .px-0 {
     padding-right: 0 !important;
     padding-left: 0 !important
 }
 
 .px-1 {
     padding-right: .25rem !important;
     padding-left: .25rem !important
 }
 
 .px-2 {
     padding-right: .5rem !important;
     padding-left: .5rem !important
 }
 
 .px-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important
 }
 
 .px-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important
 }
 
 .px-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important
 }
 
 .py-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important
 }
 
 .py-1 {
     padding-top: .25rem !important;
     padding-bottom: .25rem !important
 }
 
 .py-2 {
     padding-top: .5rem !important;
     padding-bottom: .5rem !important
 }
 
 .py-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important
 }
 
 .py-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important
 }
 
 .py-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important
 }
 
 .pt-0 {
     padding-top: 0 !important
 }
 
 .pt-1 {
     padding-top: .25rem !important
 }
 
 .pt-2 {
     padding-top: .5rem !important
 }
 
 .pt-3 {
     padding-top: 1rem !important
 }
 
 .pt-4 {
     padding-top: 1.5rem !important
 }
 
 .pt-5 {
     padding-top: 3rem !important
 }
 
 .pe-0 {
     padding-right: 0 !important
 }
 
 .pe-1 {
     padding-right: .25rem !important
 }
 
 .pe-2 {
     padding-right: .5rem !important
 }
 
 .pe-3 {
     padding-right: 1rem !important
 }
 
 .pe-4 {
     padding-right: 1.5rem !important
 }
 
 .pe-5 {
     padding-right: 3rem !important
 }
 
 .pb-0 {
     padding-bottom: 0 !important
 }
 
 .pb-1 {
     padding-bottom: .25rem !important
 }
 
 .pb-2 {
     padding-bottom: .5rem !important
 }
 
 .pb-3 {
     padding-bottom: 1rem !important
 }
 
 .pb-4 {
     padding-bottom: 1.5rem !important
 }
 
 .pb-5 {
     padding-bottom: 3rem !important
 }
 
 .ps-0 {
     padding-left: 0 !important
 }
 
 .ps-1 {
     padding-left: .25rem !important
 }
 
 .ps-2 {
     padding-left: .5rem !important
 }
 
 .ps-3 {
     padding-left: 1rem !important
 }
 
 .ps-4 {
     padding-left: 1.5rem !important
 }
 
 .ps-5 {
     padding-left: 3rem !important
 }
 
 .font-monospace {
     font-family: var(--bs-font-monospace) !important
 }
 
 .fs-1 {
     font-size: calc(1.375rem + 1.5vw) !important
 }
 
 .fs-2 {
     font-size: calc(1.325rem + .9vw) !important
 }
 
 .fs-3 {
     font-size: calc(1.3rem + .6vw) !important
 }
 
 .fs-4 {
     font-size: calc(1.275rem + .3vw) !important
 }
 
 .fs-5 {
     font-size: 1.25rem !important
 }
 
 .fs-6 {
     font-size: 1rem !important
 }
 
 .fst-italic {
     font-style: italic !important
 }
 
 .fst-normal {
     font-style: normal !important
 }
 
 .fw-light {
     font-weight: 300 !important
 }
 
 .fw-lighter {
     font-weight: lighter !important
 }
 
 .fw-normal {
     font-weight: 400 !important
 }
 
 .fw-bold {
     font-weight: 700 !important
 }
 
 .fw-bolder {
     font-weight: bolder !important
 }
 
 .lh-1 {
     line-height: 1 !important
 }
 
 .lh-sm {
     line-height: 1.25 !important
 }
 
 .lh-base {
     line-height: 1.5 !important
 }
 
 .lh-lg {
     line-height: 2 !important
 }
 
 .text-start {
     text-align: left !important
 }
 
 .text-end {
     text-align: right !important
 }
 
 .text-center {
     text-align: center !important
 }
 
 .text-decoration-none {
     text-decoration: none !important
 }
 
 .text-decoration-underline {
     text-decoration: underline !important
 }
 
 .text-decoration-line-through {
     text-decoration: line-through !important
 }
 
 .text-lowercase {
     text-transform: lowercase !important
 }
 
 .text-uppercase {
     text-transform: uppercase !important
 }
 
 .text-capitalize {
     text-transform: capitalize !important
 }
 
 .text-wrap {
     white-space: normal !important
 }
 
 .text-nowrap {
     white-space: nowrap !important
 }
 
 .text-break {
     word-wrap: break-word !important;
     word-break: break-word !important
 }
 
 .text-primary {
     color: #0d6efd !important
 }
 
 .text-secondary {
     color: #6c757d !important
 }
 
 .text-success {
     color: #198754 !important
 }
 
 .text-info {
     color: #0dcaf0 !important
 }
 
 .text-warning {
     color: #ffc107 !important
 }
 
 .text-danger {
     color: #dc3545 !important
 }
 
 .text-light {
     color: #f8f9fa !important
 }
 
 .text-dark {
     color: #212529 !important
 }
 
 .text-white {
     color: #fff !important
 }
 
 .text-body {
     color: #212529 !important
 }
 
 .text-muted {
     color: #6c757d !important
 }
 
 .text-black-50 {
     color: rgba(0, 0, 0, .5) !important
 }
 
 .text-white-50 {
     color: rgba(255, 255, 255, .5) !important
 }
 
 .text-reset {
     color: inherit !important
 }
 
 .bg-primary {
     background-color: #0d6efd !important
 }
 
 .bg-secondary {
     background-color: #6c757d !important
 }
 
 .bg-success {
     background-color: #198754 !important
 }
 
 .bg-info {
     background-color: #0dcaf0 !important
 }
 
 .bg-warning {
     background-color: #ffc107 !important
 }
 
 .bg-danger {
     background-color: #dc3545 !important
 }
 
 .bg-light {
     background-color: #f8f9fa !important
 }
 
 .bg-dark {
     background-color: #212529 !important
 }
 
 .bg-body {
     background-color: #fff !important
 }
 
 .bg-white {
     background-color: #fff !important
 }
 
 .bg-transparent {
     background-color: transparent !important
 }
 
 .bg-gradient {
     background-image: var(--bs-gradient) !important
 }
 
 .user-select-all {
     -webkit-user-select: all !important;
     -moz-user-select: all !important;
     -ms-user-select: all !important;
     user-select: all !important
 }
 
 .user-select-auto {
     -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
     -ms-user-select: auto !important;
     user-select: auto !important
 }
 
 .user-select-none {
     -webkit-user-select: none !important;
     -moz-user-select: none !important;
     -ms-user-select: none !important;
     user-select: none !important
 }
 
 .pe-none {
     pointer-events: none !important
 }
 
 .pe-auto {
     pointer-events: auto !important
 }
 
 .rounded {
     border-radius: .25rem !important
 }
 
 .rounded-0 {
     border-radius: 0 !important
 }
 
 .rounded-1 {
     border-radius: .2rem !important
 }
 
 .rounded-2 {
     border-radius: .25rem !important
 }
 
 .rounded-3 {
     border-radius: .3rem !important
 }
 
 .rounded-circle {
     border-radius: 50% !important
 }
 
 .rounded-pill {
     border-radius: 50rem !important
 }
 
 .rounded-top {
     border-top-left-radius: .25rem !important;
     border-top-right-radius: .25rem !important
 }
 
 .rounded-end {
     border-top-right-radius: .25rem !important;
     border-bottom-right-radius: .25rem !important
 }
 
 .rounded-bottom {
     border-bottom-right-radius: .25rem !important;
     border-bottom-left-radius: .25rem !important
 }
 
 .rounded-start {
     border-bottom-left-radius: .25rem !important;
     border-top-left-radius: .25rem !important
 }
 
 .visible {
     visibility: visible !important
 }
 
 .invisible {
     visibility: hidden !important
 }
 
 @media(min-width:576px) {
     .float-sm-start {
         float: left !important
     }
 
     .float-sm-end {
         float: right !important
     }
 
     .float-sm-none {
         float: none !important
     }
 
     .d-sm-inline {
         display: inline !important
     }
 
     .d-sm-inline-block {
         display: inline-block !important
     }
 
     .d-sm-block {
         display: block !important
     }
 
     .d-sm-grid {
         display: grid !important
     }
 
     .d-sm-table {
         display: table !important
     }
 
     .d-sm-table-row {
         display: table-row !important
     }
 
     .d-sm-table-cell {
         display: table-cell !important
     }
 
     .d-sm-flex {
         display: flex !important
     }
 
     .d-sm-inline-flex {
         display: inline-flex !important
     }
 
     .d-sm-none {
         display: none !important
     }
 
     .flex-sm-fill {
         flex: 1 1 auto !important
     }
 
     .flex-sm-row {
         flex-direction: row !important
     }
 
     .flex-sm-column {
         flex-direction: column !important
     }
 
     .flex-sm-row-reverse {
         flex-direction: row-reverse !important
     }
 
     .flex-sm-column-reverse {
         flex-direction: column-reverse !important
     }
 
     .flex-sm-grow-0 {
         flex-grow: 0 !important
     }
 
     .flex-sm-grow-1 {
         flex-grow: 1 !important
     }
 
     .flex-sm-shrink-0 {
         flex-shrink: 0 !important
     }
 
     .flex-sm-shrink-1 {
         flex-shrink: 1 !important
     }
 
     .flex-sm-wrap {
         flex-wrap: wrap !important
     }
 
     .flex-sm-nowrap {
         flex-wrap: nowrap !important
     }
 
     .flex-sm-wrap-reverse {
         flex-wrap: wrap-reverse !important
     }
 
     .gap-sm-0 {
         gap: 0 !important
     }
 
     .gap-sm-1 {
         gap: .25rem !important
     }
 
     .gap-sm-2 {
         gap: .5rem !important
     }
 
     .gap-sm-3 {
         gap: 1rem !important
     }
 
     .gap-sm-4 {
         gap: 1.5rem !important
     }
 
     .gap-sm-5 {
         gap: 3rem !important
     }
 
     .justify-content-sm-start {
         justify-content: flex-start !important
     }
 
     .justify-content-sm-end {
         justify-content: flex-end !important
     }
 
     .justify-content-sm-center {
         justify-content: center !important
     }
 
     .justify-content-sm-between {
         justify-content: space-between !important
     }
 
     .justify-content-sm-around {
         justify-content: space-around !important
     }
 
     .justify-content-sm-evenly {
         justify-content: space-evenly !important
     }
 
     .align-items-sm-start {
         align-items: flex-start !important
     }
 
     .align-items-sm-end {
         align-items: flex-end !important
     }
 
     .align-items-sm-center {
         align-items: center !important
     }
 
     .align-items-sm-baseline {
         align-items: baseline !important
     }
 
     .align-items-sm-stretch {
         align-items: stretch !important
     }
 
     .align-content-sm-start {
         align-content: flex-start !important
     }
 
     .align-content-sm-end {
         align-content: flex-end !important
     }
 
     .align-content-sm-center {
         align-content: center !important
     }
 
     .align-content-sm-between {
         align-content: space-between !important
     }
 
     .align-content-sm-around {
         align-content: space-around !important
     }
 
     .align-content-sm-stretch {
         align-content: stretch !important
     }
 
     .align-self-sm-auto {
         align-self: auto !important
     }
 
     .align-self-sm-start {
         align-self: flex-start !important
     }
 
     .align-self-sm-end {
         align-self: flex-end !important
     }
 
     .align-self-sm-center {
         align-self: center !important
     }
 
     .align-self-sm-baseline {
         align-self: baseline !important
     }
 
     .align-self-sm-stretch {
         align-self: stretch !important
     }
 
     .order-sm-first {
         order: -1 !important
     }
 
     .order-sm-0 {
         order: 0 !important
     }
 
     .order-sm-1 {
         order: 1 !important
     }
 
     .order-sm-2 {
         order: 2 !important
     }
 
     .order-sm-3 {
         order: 3 !important
     }
 
     .order-sm-4 {
         order: 4 !important
     }
 
     .order-sm-5 {
         order: 5 !important
     }
 
     .order-sm-last {
         order: 6 !important
     }
 
     .m-sm-0 {
         margin: 0 !important
     }
 
     .m-sm-1 {
         margin: .25rem !important
     }
 
     .m-sm-2 {
         margin: .5rem !important
     }
 
     .m-sm-3 {
         margin: 1rem !important
     }
 
     .m-sm-4 {
         margin: 1.5rem !important
     }
 
     .m-sm-5 {
         margin: 3rem !important
     }
 
     .m-sm-auto {
         margin: auto !important
     }
 
     .mx-sm-0 {
         margin-right: 0 !important;
         margin-left: 0 !important
     }
 
     .mx-sm-1 {
         margin-right: .25rem !important;
         margin-left: .25rem !important
     }
 
     .mx-sm-2 {
         margin-right: .5rem !important;
         margin-left: .5rem !important
     }
 
     .mx-sm-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important
     }
 
     .mx-sm-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important
     }
 
     .mx-sm-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important
     }
 
     .mx-sm-auto {
         margin-right: auto !important;
         margin-left: auto !important
     }
 
     .my-sm-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important
     }
 
     .my-sm-1 {
         margin-top: .25rem !important;
         margin-bottom: .25rem !important
     }
 
     .my-sm-2 {
         margin-top: .5rem !important;
         margin-bottom: .5rem !important
     }
 
     .my-sm-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important
     }
 
     .my-sm-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important
     }
 
     .my-sm-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important
     }
 
     .my-sm-auto {
         margin-top: auto !important;
         margin-bottom: auto !important
     }
 
     .mt-sm-0 {
         margin-top: 0 !important
     }
 
     .mt-sm-1 {
         margin-top: .25rem !important
     }
 
     .mt-sm-2 {
         margin-top: .5rem !important
     }
 
     .mt-sm-3 {
         margin-top: 1rem !important
     }
 
     .mt-sm-4 {
         margin-top: 1.5rem !important
     }
 
     .mt-sm-5 {
         margin-top: 3rem !important
     }
 
     .mt-sm-auto {
         margin-top: auto !important
     }
 
     .me-sm-0 {
         margin-right: 0 !important
     }
 
     .me-sm-1 {
         margin-right: .25rem !important
     }
 
     .me-sm-2 {
         margin-right: .5rem !important
     }
 
     .me-sm-3 {
         margin-right: 1rem !important
     }
 
     .me-sm-4 {
         margin-right: 1.5rem !important
     }
 
     .me-sm-5 {
         margin-right: 3rem !important
     }
 
     .me-sm-auto {
         margin-right: auto !important
     }
 
     .mb-sm-0 {
         margin-bottom: 0 !important
     }
 
     .mb-sm-1 {
         margin-bottom: .25rem !important
     }
 
     .mb-sm-2 {
         margin-bottom: .5rem !important
     }
 
     .mb-sm-3 {
         margin-bottom: 1rem !important
     }
 
     .mb-sm-4 {
         margin-bottom: 1.5rem !important
     }
 
     .mb-sm-5 {
         margin-bottom: 3rem !important
     }
 
     .mb-sm-auto {
         margin-bottom: auto !important
     }
 
     .ms-sm-0 {
         margin-left: 0 !important
     }
 
     .ms-sm-1 {
         margin-left: .25rem !important
     }
 
     .ms-sm-2 {
         margin-left: .5rem !important
     }
 
     .ms-sm-3 {
         margin-left: 1rem !important
     }
 
     .ms-sm-4 {
         margin-left: 1.5rem !important
     }
 
     .ms-sm-5 {
         margin-left: 3rem !important
     }
 
     .ms-sm-auto {
         margin-left: auto !important
     }
 
     .p-sm-0 {
         padding: 0 !important
     }
 
     .p-sm-1 {
         padding: .25rem !important
     }
 
     .p-sm-2 {
         padding: .5rem !important
     }
 
     .p-sm-3 {
         padding: 1rem !important
     }
 
     .p-sm-4 {
         padding: 1.5rem !important
     }
 
     .p-sm-5 {
         padding: 3rem !important
     }
 
     .px-sm-0 {
         padding-right: 0 !important;
         padding-left: 0 !important
     }
 
     .px-sm-1 {
         padding-right: .25rem !important;
         padding-left: .25rem !important
     }
 
     .px-sm-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }
 
     .px-sm-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }
 
     .px-sm-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important
     }
 
     .px-sm-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }
 
     .py-sm-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important
     }
 
     .py-sm-1 {
         padding-top: .25rem !important;
         padding-bottom: .25rem !important
     }
 
     .py-sm-2 {
         padding-top: .5rem !important;
         padding-bottom: .5rem !important
     }
 
     .py-sm-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important
     }
 
     .py-sm-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important
     }
 
     .py-sm-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important
     }
 
     .pt-sm-0 {
         padding-top: 0 !important
     }
 
     .pt-sm-1 {
         padding-top: .25rem !important
     }
 
     .pt-sm-2 {
         padding-top: .5rem !important
     }
 
     .pt-sm-3 {
         padding-top: 1rem !important
     }
 
     .pt-sm-4 {
         padding-top: 1.5rem !important
     }
 
     .pt-sm-5 {
         padding-top: 3rem !important
     }
 
     .pe-sm-0 {
         padding-right: 0 !important
     }
 
     .pe-sm-1 {
         padding-right: .25rem !important
     }
 
     .pe-sm-2 {
         padding-right: .5rem !important
     }
 
     .pe-sm-3 {
         padding-right: 1rem !important
     }
 
     .pe-sm-4 {
         padding-right: 1.5rem !important
     }
 
     .pe-sm-5 {
         padding-right: 3rem !important
     }
 
     .pb-sm-0 {
         padding-bottom: 0 !important
     }
 
     .pb-sm-1 {
         padding-bottom: .25rem !important
     }
 
     .pb-sm-2 {
         padding-bottom: .5rem !important
     }
 
     .pb-sm-3 {
         padding-bottom: 1rem !important
     }
 
     .pb-sm-4 {
         padding-bottom: 1.5rem !important
     }
 
     .pb-sm-5 {
         padding-bottom: 3rem !important
     }
 
     .ps-sm-0 {
         padding-left: 0 !important
     }
 
     .ps-sm-1 {
         padding-left: .25rem !important
     }
 
     .ps-sm-2 {
         padding-left: .5rem !important
     }
 
     .ps-sm-3 {
         padding-left: 1rem !important
     }
 
     .ps-sm-4 {
         padding-left: 1.5rem !important
     }
 
     .ps-sm-5 {
         padding-left: 3rem !important
     }
 
     .text-sm-start {
         text-align: left !important
     }
 
     .text-sm-end {
         text-align: right !important
     }
 
     .text-sm-center {
         text-align: center !important
     }
 }
 
 @media(min-width:768px) {
     .float-md-start {
         float: left !important
     }
 
     .float-md-end {
         float: right !important
     }
 
     .float-md-none {
         float: none !important
     }
 
     .d-md-inline {
         display: inline !important
     }
 
     .d-md-inline-block {
         display: inline-block !important
     }
 
     .d-md-block {
         display: block !important
     }
 
     .d-md-grid {
         display: grid !important
     }
 
     .d-md-table {
         display: table !important
     }
 
     .d-md-table-row {
         display: table-row !important
     }
 
     .d-md-table-cell {
         display: table-cell !important
     }
 
     .d-md-flex {
         display: flex !important
     }
 
     .d-md-inline-flex {
         display: inline-flex !important
     }
 
     .d-md-none {
         display: none !important
     }
 
     .flex-md-fill {
         flex: 1 1 auto !important
     }
 
     .flex-md-row {
         flex-direction: row !important
     }
 
     .flex-md-column {
         flex-direction: column !important
     }
 
     .flex-md-row-reverse {
         flex-direction: row-reverse !important
     }
 
     .flex-md-column-reverse {
         flex-direction: column-reverse !important
     }
 
     .flex-md-grow-0 {
         flex-grow: 0 !important
     }
 
     .flex-md-grow-1 {
         flex-grow: 1 !important
     }
 
     .flex-md-shrink-0 {
         flex-shrink: 0 !important
     }
 
     .flex-md-shrink-1 {
         flex-shrink: 1 !important
     }
 
     .flex-md-wrap {
         flex-wrap: wrap !important
     }
 
     .flex-md-nowrap {
         flex-wrap: nowrap !important
     }
 
     .flex-md-wrap-reverse {
         flex-wrap: wrap-reverse !important
     }
 
     .gap-md-0 {
         gap: 0 !important
     }
 
     .gap-md-1 {
         gap: .25rem !important
     }
 
     .gap-md-2 {
         gap: .5rem !important
     }
 
     .gap-md-3 {
         gap: 1rem !important
     }
 
     .gap-md-4 {
         gap: 1.5rem !important
     }
 
     .gap-md-5 {
         gap: 3rem !important
     }
 
     .justify-content-md-start {
         justify-content: flex-start !important
     }
 
     .justify-content-md-end {
         justify-content: flex-end !important
     }
 
     .justify-content-md-center {
         justify-content: center !important
     }
 
     .justify-content-md-between {
         justify-content: space-between !important
     }
 
     .justify-content-md-around {
         justify-content: space-around !important
     }
 
     .justify-content-md-evenly {
         justify-content: space-evenly !important
     }
 
     .align-items-md-start {
         align-items: flex-start !important
     }
 
     .align-items-md-end {
         align-items: flex-end !important
     }
 
     .align-items-md-center {
         align-items: center !important
     }
 
     .align-items-md-baseline {
         align-items: baseline !important
     }
 
     .align-items-md-stretch {
         align-items: stretch !important
     }
 
     .align-content-md-start {
         align-content: flex-start !important
     }
 
     .align-content-md-end {
         align-content: flex-end !important
     }
 
     .align-content-md-center {
         align-content: center !important
     }
 
     .align-content-md-between {
         align-content: space-between !important
     }
 
     .align-content-md-around {
         align-content: space-around !important
     }
 
     .align-content-md-stretch {
         align-content: stretch !important
     }
 
     .align-self-md-auto {
         align-self: auto !important
     }
 
     .align-self-md-start {
         align-self: flex-start !important
     }
 
     .align-self-md-end {
         align-self: flex-end !important
     }
 
     .align-self-md-center {
         align-self: center !important
     }
 
     .align-self-md-baseline {
         align-self: baseline !important
     }
 
     .align-self-md-stretch {
         align-self: stretch !important
     }
 
     .order-md-first {
         order: -1 !important
     }
 
     .order-md-0 {
         order: 0 !important
     }
 
     .order-md-1 {
         order: 1 !important
     }
 
     .order-md-2 {
         order: 2 !important
     }
 
     .order-md-3 {
         order: 3 !important
     }
 
     .order-md-4 {
         order: 4 !important
     }
 
     .order-md-5 {
         order: 5 !important
     }
 
     .order-md-last {
         order: 6 !important
     }
 
     .m-md-0 {
         margin: 0 !important
     }
 
     .m-md-1 {
         margin: .25rem !important
     }
 
     .m-md-2 {
         margin: .5rem !important
     }
 
     .m-md-3 {
         margin: 1rem !important
     }
 
     .m-md-4 {
         margin: 1.5rem !important
     }
 
     .m-md-5 {
         margin: 3rem !important
     }
 
     .m-md-auto {
         margin: auto !important
     }
 
     .mx-md-0 {
         margin-right: 0 !important;
         margin-left: 0 !important
     }
 
     .mx-md-1 {
         margin-right: .25rem !important;
         margin-left: .25rem !important
     }
 
     .mx-md-2 {
         margin-right: .5rem !important;
         margin-left: .5rem !important
     }
 
     .mx-md-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important
     }
 
     .mx-md-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important
     }
 
     .mx-md-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important
     }
 
     .mx-md-auto {
         margin-right: auto !important;
         margin-left: auto !important
     }
 
     .my-md-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important
     }
 
     .my-md-1 {
         margin-top: .25rem !important;
         margin-bottom: .25rem !important
     }
 
     .my-md-2 {
         margin-top: .5rem !important;
         margin-bottom: .5rem !important
     }
 
     .my-md-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important
     }
 
     .my-md-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important
     }
 
     .my-md-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important
     }
 
     .my-md-auto {
         margin-top: auto !important;
         margin-bottom: auto !important
     }
 
     .mt-md-0 {
         margin-top: 0 !important
     }
 
     .mt-md-1 {
         margin-top: .25rem !important
     }
 
     .mt-md-2 {
         margin-top: .5rem !important
     }
 
     .mt-md-3 {
         margin-top: 1rem !important
     }
 
     .mt-md-4 {
         margin-top: 1.5rem !important
     }
 
     .mt-md-5 {
         margin-top: 3rem !important
     }
 
     .mt-md-auto {
         margin-top: auto !important
     }
 
     .me-md-0 {
         margin-right: 0 !important
     }
 
     .me-md-1 {
         margin-right: .25rem !important
     }
 
     .me-md-2 {
         margin-right: .5rem !important
     }
 
     .me-md-3 {
         margin-right: 1rem !important
     }
 
     .me-md-4 {
         margin-right: 1.5rem !important
     }
 
     .me-md-5 {
         margin-right: 3rem !important
     }
 
     .me-md-auto {
         margin-right: auto !important
     }
 
     .mb-md-0 {
         margin-bottom: 0 !important
     }
 
     .mb-md-1 {
         margin-bottom: .25rem !important
     }
 
     .mb-md-2 {
         margin-bottom: .5rem !important
     }
 
     .mb-md-3 {
         margin-bottom: 1rem !important
     }
 
     .mb-md-4 {
         margin-bottom: 1.5rem !important
     }
 
     .mb-md-5 {
         margin-bottom: 3rem !important
     }
 
     .mb-md-auto {
         margin-bottom: auto !important
     }
 
     .ms-md-0 {
         margin-left: 0 !important
     }
 
     .ms-md-1 {
         margin-left: .25rem !important
     }
 
     .ms-md-2 {
         margin-left: .5rem !important
     }
 
     .ms-md-3 {
         margin-left: 1rem !important
     }
 
     .ms-md-4 {
         margin-left: 1.5rem !important
     }
 
     .ms-md-5 {
         margin-left: 3rem !important
     }
 
     .ms-md-auto {
         margin-left: auto !important
     }
 
     .p-md-0 {
         padding: 0 !important
     }
 
     .p-md-1 {
         padding: .25rem !important
     }
 
     .p-md-2 {
         padding: .5rem !important
     }
 
     .p-md-3 {
         padding: 1rem !important
     }
 
     .p-md-4 {
         padding: 1.5rem !important
     }
 
     .p-md-5 {
         padding: 3rem !important
     }
 
     .px-md-0 {
         padding-right: 0 !important;
         padding-left: 0 !important
     }
 
     .px-md-1 {
         padding-right: .25rem !important;
         padding-left: .25rem !important
     }
 
     .px-md-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }
 
     .px-md-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }
 
     .px-md-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important
     }
 
     .px-md-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }
 
     .py-md-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important
     }
 
     .py-md-1 {
         padding-top: .25rem !important;
         padding-bottom: .25rem !important
     }
 
     .py-md-2 {
         padding-top: .5rem !important;
         padding-bottom: .5rem !important
     }
 
     .py-md-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important
     }
 
     .py-md-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important
     }
 
     .py-md-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important
     }
 
     .pt-md-0 {
         padding-top: 0 !important
     }
 
     .pt-md-1 {
         padding-top: .25rem !important
     }
 
     .pt-md-2 {
         padding-top: .5rem !important
     }
 
     .pt-md-3 {
         padding-top: 1rem !important
     }
 
     .pt-md-4 {
         padding-top: 1.5rem !important
     }
 
     .pt-md-5 {
         padding-top: 3rem !important
     }
 
     .pe-md-0 {
         padding-right: 0 !important
     }
 
     .pe-md-1 {
         padding-right: .25rem !important
     }
 
     .pe-md-2 {
         padding-right: .5rem !important
     }
 
     .pe-md-3 {
         padding-right: 1rem !important
     }
 
     .pe-md-4 {
         padding-right: 1.5rem !important
     }
 
     .pe-md-5 {
         padding-right: 3rem !important
     }
 
     .pb-md-0 {
         padding-bottom: 0 !important
     }
 
     .pb-md-1 {
         padding-bottom: .25rem !important
     }
 
     .pb-md-2 {
         padding-bottom: .5rem !important
     }
 
     .pb-md-3 {
         padding-bottom: 1rem !important
     }
 
     .pb-md-4 {
         padding-bottom: 1.5rem !important
     }
 
     .pb-md-5 {
         padding-bottom: 3rem !important
     }
 
     .ps-md-0 {
         padding-left: 0 !important
     }
 
     .ps-md-1 {
         padding-left: .25rem !important
     }
 
     .ps-md-2 {
         padding-left: .5rem !important
     }
 
     .ps-md-3 {
         padding-left: 1rem !important
     }
 
     .ps-md-4 {
         padding-left: 1.5rem !important
     }
 
     .ps-md-5 {
         padding-left: 3rem !important
     }
 
     .text-md-start {
         text-align: left !important
     }
 
     .text-md-end {
         text-align: right !important
     }
 
     .text-md-center {
         text-align: center !important
     }
 }
 
 @media(min-width:992px) {
     .float-lg-start {
         float: left !important
     }
 
     .float-lg-end {
         float: right !important
     }
 
     .float-lg-none {
         float: none !important
     }
 
     .d-lg-inline {
         display: inline !important
     }
 
     .d-lg-inline-block {
         display: inline-block !important
     }
 
     .d-lg-block {
         display: block !important
     }
 
     .d-lg-grid {
         display: grid !important
     }
 
     .d-lg-table {
         display: table !important
     }
 
     .d-lg-table-row {
         display: table-row !important
     }
 
     .d-lg-table-cell {
         display: table-cell !important
     }
 
     .d-lg-flex {
         display: flex !important
     }
 
     .d-lg-inline-flex {
         display: inline-flex !important
     }
 
     .d-lg-none {
         display: none !important
     }
 
     .flex-lg-fill {
         flex: 1 1 auto !important
     }
 
     .flex-lg-row {
         flex-direction: row !important
     }
 
     .flex-lg-column {
         flex-direction: column !important
     }
 
     .flex-lg-row-reverse {
         flex-direction: row-reverse !important
     }
 
     .flex-lg-column-reverse {
         flex-direction: column-reverse !important
     }
 
     .flex-lg-grow-0 {
         flex-grow: 0 !important
     }
 
     .flex-lg-grow-1 {
         flex-grow: 1 !important
     }
 
     .flex-lg-shrink-0 {
         flex-shrink: 0 !important
     }
 
     .flex-lg-shrink-1 {
         flex-shrink: 1 !important
     }
 
     .flex-lg-wrap {
         flex-wrap: wrap !important
     }
 
     .flex-lg-nowrap {
         flex-wrap: nowrap !important
     }
 
     .flex-lg-wrap-reverse {
         flex-wrap: wrap-reverse !important
     }
 
     .gap-lg-0 {
         gap: 0 !important
     }
 
     .gap-lg-1 {
         gap: .25rem !important
     }
 
     .gap-lg-2 {
         gap: .5rem !important
     }
 
     .gap-lg-3 {
         gap: 1rem !important
     }
 
     .gap-lg-4 {
         gap: 1.5rem !important
     }
 
     .gap-lg-5 {
         gap: 3rem !important
     }
 
     .justify-content-lg-start {
         justify-content: flex-start !important
     }
 
     .justify-content-lg-end {
         justify-content: flex-end !important
     }
 
     .justify-content-lg-center {
         justify-content: center !important
     }
 
     .justify-content-lg-between {
         justify-content: space-between !important
     }
 
     .justify-content-lg-around {
         justify-content: space-around !important
     }
 
     .justify-content-lg-evenly {
         justify-content: space-evenly !important
     }
 
     .align-items-lg-start {
         align-items: flex-start !important
     }
 
     .align-items-lg-end {
         align-items: flex-end !important
     }
 
     .align-items-lg-center {
         align-items: center !important
     }
 
     .align-items-lg-baseline {
         align-items: baseline !important
     }
 
     .align-items-lg-stretch {
         align-items: stretch !important
     }
 
     .align-content-lg-start {
         align-content: flex-start !important
     }
 
     .align-content-lg-end {
         align-content: flex-end !important
     }
 
     .align-content-lg-center {
         align-content: center !important
     }
 
     .align-content-lg-between {
         align-content: space-between !important
     }
 
     .align-content-lg-around {
         align-content: space-around !important
     }
 
     .align-content-lg-stretch {
         align-content: stretch !important
     }
 
     .align-self-lg-auto {
         align-self: auto !important
     }
 
     .align-self-lg-start {
         align-self: flex-start !important
     }
 
     .align-self-lg-end {
         align-self: flex-end !important
     }
 
     .align-self-lg-center {
         align-self: center !important
     }
 
     .align-self-lg-baseline {
         align-self: baseline !important
     }
 
     .align-self-lg-stretch {
         align-self: stretch !important
     }
 
     .order-lg-first {
         order: -1 !important
     }
 
     .order-lg-0 {
         order: 0 !important
     }
 
     .order-lg-1 {
         order: 1 !important
     }
 
     .order-lg-2 {
         order: 2 !important
     }
 
     .order-lg-3 {
         order: 3 !important
     }
 
     .order-lg-4 {
         order: 4 !important
     }
 
     .order-lg-5 {
         order: 5 !important
     }
 
     .order-lg-last {
         order: 6 !important
     }
 
     .m-lg-0 {
         margin: 0 !important
     }
 
     .m-lg-1 {
         margin: .25rem !important
     }
 
     .m-lg-2 {
         margin: .5rem !important
     }
 
     .m-lg-3 {
         margin: 1rem !important
     }
 
     .m-lg-4 {
         margin: 1.5rem !important
     }
 
     .m-lg-5 {
         margin: 3rem !important
     }
 
     .m-lg-auto {
         margin: auto !important
     }
 
     .mx-lg-0 {
         margin-right: 0 !important;
         margin-left: 0 !important
     }
 
     .mx-lg-1 {
         margin-right: .25rem !important;
         margin-left: .25rem !important
     }
 
     .mx-lg-2 {
         margin-right: .5rem !important;
         margin-left: .5rem !important
     }
 
     .mx-lg-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important
     }
 
     .mx-lg-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important
     }
 
     .mx-lg-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important
     }
 
     .mx-lg-auto {
         margin-right: auto !important;
         margin-left: auto !important
     }
 
     .my-lg-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important
     }
 
     .my-lg-1 {
         margin-top: .25rem !important;
         margin-bottom: .25rem !important
     }
 
     .my-lg-2 {
         margin-top: .5rem !important;
         margin-bottom: .5rem !important
     }
 
     .my-lg-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important
     }
 
     .my-lg-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important
     }
 
     .my-lg-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important
     }
 
     .my-lg-auto {
         margin-top: auto !important;
         margin-bottom: auto !important
     }
 
     .mt-lg-0 {
         margin-top: 0 !important
     }
 
     .mt-lg-1 {
         margin-top: .25rem !important
     }
 
     .mt-lg-2 {
         margin-top: .5rem !important
     }
 
     .mt-lg-3 {
         margin-top: 1rem !important
     }
 
     .mt-lg-4 {
         margin-top: 1.5rem !important
     }
 
     .mt-lg-5 {
         margin-top: 3rem !important
     }
 
     .mt-lg-auto {
         margin-top: auto !important
     }
 
     .me-lg-0 {
         margin-right: 0 !important
     }
 
     .me-lg-1 {
         margin-right: .25rem !important
     }
 
     .me-lg-2 {
         margin-right: .5rem !important
     }
 
     .me-lg-3 {
         margin-right: 1rem !important
     }
 
     .me-lg-4 {
         margin-right: 1.5rem !important
     }
 
     .me-lg-5 {
         margin-right: 3rem !important
     }
 
     .me-lg-auto {
         margin-right: auto !important
     }
 
     .mb-lg-0 {
         margin-bottom: 0 !important
     }
 
     .mb-lg-1 {
         margin-bottom: .25rem !important
     }
 
     .mb-lg-2 {
         margin-bottom: .5rem !important
     }
 
     .mb-lg-3 {
         margin-bottom: 1rem !important
     }
 
     .mb-lg-4 {
         margin-bottom: 1.5rem !important
     }
 
     .mb-lg-5 {
         margin-bottom: 3rem !important
     }
 
     .mb-lg-auto {
         margin-bottom: auto !important
     }
 
     .ms-lg-0 {
         margin-left: 0 !important
     }
 
     .ms-lg-1 {
         margin-left: .25rem !important
     }
 
     .ms-lg-2 {
         margin-left: .5rem !important
     }
 
     .ms-lg-3 {
         margin-left: 1rem !important
     }
 
     .ms-lg-4 {
         margin-left: 1.5rem !important
     }
 
     .ms-lg-5 {
         margin-left: 3rem !important
     }
 
     .ms-lg-auto {
         margin-left: auto !important
     }
 
     .p-lg-0 {
         padding: 0 !important
     }
 
     .p-lg-1 {
         padding: .25rem !important
     }
 
     .p-lg-2 {
         padding: .5rem !important
     }
 
     .p-lg-3 {
         padding: 1rem !important
     }
 
     .p-lg-4 {
         padding: 1.5rem !important
     }
 
     .p-lg-5 {
         padding: 3rem !important
     }
 
     .px-lg-0 {
         padding-right: 0 !important;
         padding-left: 0 !important
     }
 
     .px-lg-1 {
         padding-right: .25rem !important;
         padding-left: .25rem !important
     }
 
     .px-lg-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }
 
     .px-lg-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }
 
     .px-lg-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important
     }
 
     .px-lg-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }
 
     .py-lg-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important
     }
 
     .py-lg-1 {
         padding-top: .25rem !important;
         padding-bottom: .25rem !important
     }
 
     .py-lg-2 {
         padding-top: .5rem !important;
         padding-bottom: .5rem !important
     }
 
     .py-lg-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important
     }
 
     .py-lg-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important
     }
 
     .py-lg-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important
     }
 
     .pt-lg-0 {
         padding-top: 0 !important
     }
 
     .pt-lg-1 {
         padding-top: .25rem !important
     }
 
     .pt-lg-2 {
         padding-top: .5rem !important
     }
 
     .pt-lg-3 {
         padding-top: 1rem !important
     }
 
     .pt-lg-4 {
         padding-top: 1.5rem !important
     }
 
     .pt-lg-5 {
         padding-top: 3rem !important
     }
 
     .pe-lg-0 {
         padding-right: 0 !important
     }
 
     .pe-lg-1 {
         padding-right: .25rem !important
     }
 
     .pe-lg-2 {
         padding-right: .5rem !important
     }
 
     .pe-lg-3 {
         padding-right: 1rem !important
     }
 
     .pe-lg-4 {
         padding-right: 1.5rem !important
     }
 
     .pe-lg-5 {
         padding-right: 3rem !important
     }
 
     .pb-lg-0 {
         padding-bottom: 0 !important
     }
 
     .pb-lg-1 {
         padding-bottom: .25rem !important
     }
 
     .pb-lg-2 {
         padding-bottom: .5rem !important
     }
 
     .pb-lg-3 {
         padding-bottom: 1rem !important
     }
 
     .pb-lg-4 {
         padding-bottom: 1.5rem !important
     }
 
     .pb-lg-5 {
         padding-bottom: 3rem !important
     }
 
     .ps-lg-0 {
         padding-left: 0 !important
     }
 
     .ps-lg-1 {
         padding-left: .25rem !important
     }
 
     .ps-lg-2 {
         padding-left: .5rem !important
     }
 
     .ps-lg-3 {
         padding-left: 1rem !important
     }
 
     .ps-lg-4 {
         padding-left: 1.5rem !important
     }
 
     .ps-lg-5 {
         padding-left: 3rem !important
     }
 
     .text-lg-start {
         text-align: left !important
     }
 
     .text-lg-end {
         text-align: right !important
     }
 
     .text-lg-center {
         text-align: center !important
     }
 }
 
 @media(min-width:1200px) {
     .float-xl-start {
         float: left !important
     }
 
     .float-xl-end {
         float: right !important
     }
 
     .float-xl-none {
         float: none !important
     }
 
     .d-xl-inline {
         display: inline !important
     }
 
     .d-xl-inline-block {
         display: inline-block !important
     }
 
     .d-xl-block {
         display: block !important
     }
 
     .d-xl-grid {
         display: grid !important
     }
 
     .d-xl-table {
         display: table !important
     }
 
     .d-xl-table-row {
         display: table-row !important
     }
 
     .d-xl-table-cell {
         display: table-cell !important
     }
 
     .d-xl-flex {
         display: flex !important
     }
 
     .d-xl-inline-flex {
         display: inline-flex !important
     }
 
     .d-xl-none {
         display: none !important
     }
 
     .flex-xl-fill {
         flex: 1 1 auto !important
     }
 
     .flex-xl-row {
         flex-direction: row !important
     }
 
     .flex-xl-column {
         flex-direction: column !important
     }
 
     .flex-xl-row-reverse {
         flex-direction: row-reverse !important
     }
 
     .flex-xl-column-reverse {
         flex-direction: column-reverse !important
     }
 
     .flex-xl-grow-0 {
         flex-grow: 0 !important
     }
 
     .flex-xl-grow-1 {
         flex-grow: 1 !important
     }
 
     .flex-xl-shrink-0 {
         flex-shrink: 0 !important
     }
 
     .flex-xl-shrink-1 {
         flex-shrink: 1 !important
     }
 
     .flex-xl-wrap {
         flex-wrap: wrap !important
     }
 
     .flex-xl-nowrap {
         flex-wrap: nowrap !important
     }
 
     .flex-xl-wrap-reverse {
         flex-wrap: wrap-reverse !important
     }
 
     .gap-xl-0 {
         gap: 0 !important
     }
 
     .gap-xl-1 {
         gap: .25rem !important
     }
 
     .gap-xl-2 {
         gap: .5rem !important
     }
 
     .gap-xl-3 {
         gap: 1rem !important
     }
 
     .gap-xl-4 {
         gap: 1.5rem !important
     }
 
     .gap-xl-5 {
         gap: 3rem !important
     }
 
     .justify-content-xl-start {
         justify-content: flex-start !important
     }
 
     .justify-content-xl-end {
         justify-content: flex-end !important
     }
 
     .justify-content-xl-center {
         justify-content: center !important
     }
 
     .justify-content-xl-between {
         justify-content: space-between !important
     }
 
     .justify-content-xl-around {
         justify-content: space-around !important
     }
 
     .justify-content-xl-evenly {
         justify-content: space-evenly !important
     }
 
     .align-items-xl-start {
         align-items: flex-start !important
     }
 
     .align-items-xl-end {
         align-items: flex-end !important
     }
 
     .align-items-xl-center {
         align-items: center !important
     }
 
     .align-items-xl-baseline {
         align-items: baseline !important
     }
 
     .align-items-xl-stretch {
         align-items: stretch !important
     }
 
     .align-content-xl-start {
         align-content: flex-start !important
     }
 
     .align-content-xl-end {
         align-content: flex-end !important
     }
 
     .align-content-xl-center {
         align-content: center !important
     }
 
     .align-content-xl-between {
         align-content: space-between !important
     }
 
     .align-content-xl-around {
         align-content: space-around !important
     }
 
     .align-content-xl-stretch {
         align-content: stretch !important
     }
 
     .align-self-xl-auto {
         align-self: auto !important
     }
 
     .align-self-xl-start {
         align-self: flex-start !important
     }
 
     .align-self-xl-end {
         align-self: flex-end !important
     }
 
     .align-self-xl-center {
         align-self: center !important
     }
 
     .align-self-xl-baseline {
         align-self: baseline !important
     }
 
     .align-self-xl-stretch {
         align-self: stretch !important
     }
 
     .order-xl-first {
         order: -1 !important
     }
 
     .order-xl-0 {
         order: 0 !important
     }
 
     .order-xl-1 {
         order: 1 !important
     }
 
     .order-xl-2 {
         order: 2 !important
     }
 
     .order-xl-3 {
         order: 3 !important
     }
 
     .order-xl-4 {
         order: 4 !important
     }
 
     .order-xl-5 {
         order: 5 !important
     }
 
     .order-xl-last {
         order: 6 !important
     }
 
     .m-xl-0 {
         margin: 0 !important
     }
 
     .m-xl-1 {
         margin: .25rem !important
     }
 
     .m-xl-2 {
         margin: .5rem !important
     }
 
     .m-xl-3 {
         margin: 1rem !important
     }
 
     .m-xl-4 {
         margin: 1.5rem !important
     }
 
     .m-xl-5 {
         margin: 3rem !important
     }
 
     .m-xl-auto {
         margin: auto !important
     }
 
     .mx-xl-0 {
         margin-right: 0 !important;
         margin-left: 0 !important
     }
 
     .mx-xl-1 {
         margin-right: .25rem !important;
         margin-left: .25rem !important
     }
 
     .mx-xl-2 {
         margin-right: .5rem !important;
         margin-left: .5rem !important
     }
 
     .mx-xl-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important
     }
 
     .mx-xl-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important
     }
 
     .mx-xl-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important
     }
 
     .mx-xl-auto {
         margin-right: auto !important;
         margin-left: auto !important
     }
 
     .my-xl-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important
     }
 
     .my-xl-1 {
         margin-top: .25rem !important;
         margin-bottom: .25rem !important
     }
 
     .my-xl-2 {
         margin-top: .5rem !important;
         margin-bottom: .5rem !important
     }
 
     .my-xl-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important
     }
 
     .my-xl-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important
     }
 
     .my-xl-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important
     }
 
     .my-xl-auto {
         margin-top: auto !important;
         margin-bottom: auto !important
     }
 
     .mt-xl-0 {
         margin-top: 0 !important
     }
 
     .mt-xl-1 {
         margin-top: .25rem !important
     }
 
     .mt-xl-2 {
         margin-top: .5rem !important
     }
 
     .mt-xl-3 {
         margin-top: 1rem !important
     }
 
     .mt-xl-4 {
         margin-top: 1.5rem !important
     }
 
     .mt-xl-5 {
         margin-top: 3rem !important
     }
 
     .mt-xl-auto {
         margin-top: auto !important
     }
 
     .me-xl-0 {
         margin-right: 0 !important
     }
 
     .me-xl-1 {
         margin-right: .25rem !important
     }
 
     .me-xl-2 {
         margin-right: .5rem !important
     }
 
     .me-xl-3 {
         margin-right: 1rem !important
     }
 
     .me-xl-4 {
         margin-right: 1.5rem !important
     }
 
     .me-xl-5 {
         margin-right: 3rem !important
     }
 
     .me-xl-auto {
         margin-right: auto !important
     }
 
     .mb-xl-0 {
         margin-bottom: 0 !important
     }
 
     .mb-xl-1 {
         margin-bottom: .25rem !important
     }
 
     .mb-xl-2 {
         margin-bottom: .5rem !important
     }
 
     .mb-xl-3 {
         margin-bottom: 1rem !important
     }
 
     .mb-xl-4 {
         margin-bottom: 1.5rem !important
     }
 
     .mb-xl-5 {
         margin-bottom: 3rem !important
     }
 
     .mb-xl-auto {
         margin-bottom: auto !important
     }
 
     .ms-xl-0 {
         margin-left: 0 !important
     }
 
     .ms-xl-1 {
         margin-left: .25rem !important
     }
 
     .ms-xl-2 {
         margin-left: .5rem !important
     }
 
     .ms-xl-3 {
         margin-left: 1rem !important
     }
 
     .ms-xl-4 {
         margin-left: 1.5rem !important
     }
 
     .ms-xl-5 {
         margin-left: 3rem !important
     }
 
     .ms-xl-auto {
         margin-left: auto !important
     }
 
     .p-xl-0 {
         padding: 0 !important
     }
 
     .p-xl-1 {
         padding: .25rem !important
     }
 
     .p-xl-2 {
         padding: .5rem !important
     }
 
     .p-xl-3 {
         padding: 1rem !important
     }
 
     .p-xl-4 {
         padding: 1.5rem !important
     }
 
     .p-xl-5 {
         padding: 3rem !important
     }
 
     .px-xl-0 {
         padding-right: 0 !important;
         padding-left: 0 !important
     }
 
     .px-xl-1 {
         padding-right: .25rem !important;
         padding-left: .25rem !important
     }
 
     .px-xl-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }
 
     .px-xl-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }
 
     .px-xl-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important
     }
 
     .px-xl-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }
 
     .py-xl-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important
     }
 
     .py-xl-1 {
         padding-top: .25rem !important;
         padding-bottom: .25rem !important
     }
 
     .py-xl-2 {
         padding-top: .5rem !important;
         padding-bottom: .5rem !important
     }
 
     .py-xl-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important
     }
 
     .py-xl-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important
     }
 
     .py-xl-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important
     }
 
     .pt-xl-0 {
         padding-top: 0 !important
     }
 
     .pt-xl-1 {
         padding-top: .25rem !important
     }
 
     .pt-xl-2 {
         padding-top: .5rem !important
     }
 
     .pt-xl-3 {
         padding-top: 1rem !important
     }
 
     .pt-xl-4 {
         padding-top: 1.5rem !important
     }
 
     .pt-xl-5 {
         padding-top: 3rem !important
     }
 
     .pe-xl-0 {
         padding-right: 0 !important
     }
 
     .pe-xl-1 {
         padding-right: .25rem !important
     }
 
     .pe-xl-2 {
         padding-right: .5rem !important
     }
 
     .pe-xl-3 {
         padding-right: 1rem !important
     }
 
     .pe-xl-4 {
         padding-right: 1.5rem !important
     }
 
     .pe-xl-5 {
         padding-right: 3rem !important
     }
 
     .pb-xl-0 {
         padding-bottom: 0 !important
     }
 
     .pb-xl-1 {
         padding-bottom: .25rem !important
     }
 
     .pb-xl-2 {
         padding-bottom: .5rem !important
     }
 
     .pb-xl-3 {
         padding-bottom: 1rem !important
     }
 
     .pb-xl-4 {
         padding-bottom: 1.5rem !important
     }
 
     .pb-xl-5 {
         padding-bottom: 3rem !important
     }
 
     .ps-xl-0 {
         padding-left: 0 !important
     }
 
     .ps-xl-1 {
         padding-left: .25rem !important
     }
 
     .ps-xl-2 {
         padding-left: .5rem !important
     }
 
     .ps-xl-3 {
         padding-left: 1rem !important
     }
 
     .ps-xl-4 {
         padding-left: 1.5rem !important
     }
 
     .ps-xl-5 {
         padding-left: 3rem !important
     }
 
     .text-xl-start {
         text-align: left !important
     }
 
     .text-xl-end {
         text-align: right !important
     }
 
     .text-xl-center {
         text-align: center !important
     }
 }
 
 @media(min-width:1400px) {
     .float-xxl-start {
         float: left !important
     }
 
     .float-xxl-end {
         float: right !important
     }
 
     .float-xxl-none {
         float: none !important
     }
 
     .d-xxl-inline {
         display: inline !important
     }
 
     .d-xxl-inline-block {
         display: inline-block !important
     }
 
     .d-xxl-block {
         display: block !important
     }
 
     .d-xxl-grid {
         display: grid !important
     }
 
     .d-xxl-table {
         display: table !important
     }
 
     .d-xxl-table-row {
         display: table-row !important
     }
 
     .d-xxl-table-cell {
         display: table-cell !important
     }
 
     .d-xxl-flex {
         display: flex !important
     }
 
     .d-xxl-inline-flex {
         display: inline-flex !important
     }
 
     .d-xxl-none {
         display: none !important
     }
 
     .flex-xxl-fill {
         flex: 1 1 auto !important
     }
 
     .flex-xxl-row {
         flex-direction: row !important
     }
 
     .flex-xxl-column {
         flex-direction: column !important
     }
 
     .flex-xxl-row-reverse {
         flex-direction: row-reverse !important
     }
 
     .flex-xxl-column-reverse {
         flex-direction: column-reverse !important
     }
 
     .flex-xxl-grow-0 {
         flex-grow: 0 !important
     }
 
     .flex-xxl-grow-1 {
         flex-grow: 1 !important
     }
 
     .flex-xxl-shrink-0 {
         flex-shrink: 0 !important
     }
 
     .flex-xxl-shrink-1 {
         flex-shrink: 1 !important
     }
 
     .flex-xxl-wrap {
         flex-wrap: wrap !important
     }
 
     .flex-xxl-nowrap {
         flex-wrap: nowrap !important
     }
 
     .flex-xxl-wrap-reverse {
         flex-wrap: wrap-reverse !important
     }
 
     .gap-xxl-0 {
         gap: 0 !important
     }
 
     .gap-xxl-1 {
         gap: .25rem !important
     }
 
     .gap-xxl-2 {
         gap: .5rem !important
     }
 
     .gap-xxl-3 {
         gap: 1rem !important
     }
 
     .gap-xxl-4 {
         gap: 1.5rem !important
     }
 
     .gap-xxl-5 {
         gap: 3rem !important
     }
 
     .justify-content-xxl-start {
         justify-content: flex-start !important
     }
 
     .justify-content-xxl-end {
         justify-content: flex-end !important
     }
 
     .justify-content-xxl-center {
         justify-content: center !important
     }
 
     .justify-content-xxl-between {
         justify-content: space-between !important
     }
 
     .justify-content-xxl-around {
         justify-content: space-around !important
     }
 
     .justify-content-xxl-evenly {
         justify-content: space-evenly !important
     }
 
     .align-items-xxl-start {
         align-items: flex-start !important
     }
 
     .align-items-xxl-end {
         align-items: flex-end !important
     }
 
     .align-items-xxl-center {
         align-items: center !important
     }
 
     .align-items-xxl-baseline {
         align-items: baseline !important
     }
 
     .align-items-xxl-stretch {
         align-items: stretch !important
     }
 
     .align-content-xxl-start {
         align-content: flex-start !important
     }
 
     .align-content-xxl-end {
         align-content: flex-end !important
     }
 
     .align-content-xxl-center {
         align-content: center !important
     }
 
     .align-content-xxl-between {
         align-content: space-between !important
     }
 
     .align-content-xxl-around {
         align-content: space-around !important
     }
 
     .align-content-xxl-stretch {
         align-content: stretch !important
     }
 
     .align-self-xxl-auto {
         align-self: auto !important
     }
 
     .align-self-xxl-start {
         align-self: flex-start !important
     }
 
     .align-self-xxl-end {
         align-self: flex-end !important
     }
 
     .align-self-xxl-center {
         align-self: center !important
     }
 
     .align-self-xxl-baseline {
         align-self: baseline !important
     }
 
     .align-self-xxl-stretch {
         align-self: stretch !important
     }
 
     .order-xxl-first {
         order: -1 !important
     }
 
     .order-xxl-0 {
         order: 0 !important
     }
 
     .order-xxl-1 {
         order: 1 !important
     }
 
     .order-xxl-2 {
         order: 2 !important
     }
 
     .order-xxl-3 {
         order: 3 !important
     }
 
     .order-xxl-4 {
         order: 4 !important
     }
 
     .order-xxl-5 {
         order: 5 !important
     }
 
     .order-xxl-last {
         order: 6 !important
     }
 
     .m-xxl-0 {
         margin: 0 !important
     }
 
     .m-xxl-1 {
         margin: .25rem !important
     }
 
     .m-xxl-2 {
         margin: .5rem !important
     }
 
     .m-xxl-3 {
         margin: 1rem !important
     }
 
     .m-xxl-4 {
         margin: 1.5rem !important
     }
 
     .m-xxl-5 {
         margin: 3rem !important
     }
 
     .m-xxl-auto {
         margin: auto !important
     }
 
     .mx-xxl-0 {
         margin-right: 0 !important;
         margin-left: 0 !important
     }
 
     .mx-xxl-1 {
         margin-right: .25rem !important;
         margin-left: .25rem !important
     }
 
     .mx-xxl-2 {
         margin-right: .5rem !important;
         margin-left: .5rem !important
     }
 
     .mx-xxl-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important
     }
 
     .mx-xxl-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important
     }
 
     .mx-xxl-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important
     }
 
     .mx-xxl-auto {
         margin-right: auto !important;
         margin-left: auto !important
     }
 
     .my-xxl-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important
     }
 
     .my-xxl-1 {
         margin-top: .25rem !important;
         margin-bottom: .25rem !important
     }
 
     .my-xxl-2 {
         margin-top: .5rem !important;
         margin-bottom: .5rem !important
     }
 
     .my-xxl-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important
     }
 
     .my-xxl-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important
     }
 
     .my-xxl-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important
     }
 
     .my-xxl-auto {
         margin-top: auto !important;
         margin-bottom: auto !important
     }
 
     .mt-xxl-0 {
         margin-top: 0 !important
     }
 
     .mt-xxl-1 {
         margin-top: .25rem !important
     }
 
     .mt-xxl-2 {
         margin-top: .5rem !important
     }
 
     .mt-xxl-3 {
         margin-top: 1rem !important
     }
 
     .mt-xxl-4 {
         margin-top: 1.5rem !important
     }
 
     .mt-xxl-5 {
         margin-top: 3rem !important
     }
 
     .mt-xxl-auto {
         margin-top: auto !important
     }
 
     .me-xxl-0 {
         margin-right: 0 !important
     }
 
     .me-xxl-1 {
         margin-right: .25rem !important
     }
 
     .me-xxl-2 {
         margin-right: .5rem !important
     }
 
     .me-xxl-3 {
         margin-right: 1rem !important
     }
 
     .me-xxl-4 {
         margin-right: 1.5rem !important
     }
 
     .me-xxl-5 {
         margin-right: 3rem !important
     }
 
     .me-xxl-auto {
         margin-right: auto !important
     }
 
     .mb-xxl-0 {
         margin-bottom: 0 !important
     }
 
     .mb-xxl-1 {
         margin-bottom: .25rem !important
     }
 
     .mb-xxl-2 {
         margin-bottom: .5rem !important
     }
 
     .mb-xxl-3 {
         margin-bottom: 1rem !important
     }
 
     .mb-xxl-4 {
         margin-bottom: 1.5rem !important
     }
 
     .mb-xxl-5 {
         margin-bottom: 3rem !important
     }
 
     .mb-xxl-auto {
         margin-bottom: auto !important
     }
 
     .ms-xxl-0 {
         margin-left: 0 !important
     }
 
     .ms-xxl-1 {
         margin-left: .25rem !important
     }
 
     .ms-xxl-2 {
         margin-left: .5rem !important
     }
 
     .ms-xxl-3 {
         margin-left: 1rem !important
     }
 
     .ms-xxl-4 {
         margin-left: 1.5rem !important
     }
 
     .ms-xxl-5 {
         margin-left: 3rem !important
     }
 
     .ms-xxl-auto {
         margin-left: auto !important
     }
 
     .p-xxl-0 {
         padding: 0 !important
     }
 
     .p-xxl-1 {
         padding: .25rem !important
     }
 
     .p-xxl-2 {
         padding: .5rem !important
     }
 
     .p-xxl-3 {
         padding: 1rem !important
     }
 
     .p-xxl-4 {
         padding: 1.5rem !important
     }
 
     .p-xxl-5 {
         padding: 3rem !important
     }
 
     .px-xxl-0 {
         padding-right: 0 !important;
         padding-left: 0 !important
     }
 
     .px-xxl-1 {
         padding-right: .25rem !important;
         padding-left: .25rem !important
     }
 
     .px-xxl-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }
 
     .px-xxl-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }
 
     .px-xxl-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important
     }
 
     .px-xxl-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }
 
     .py-xxl-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important
     }
 
     .py-xxl-1 {
         padding-top: .25rem !important;
         padding-bottom: .25rem !important
     }
 
     .py-xxl-2 {
         padding-top: .5rem !important;
         padding-bottom: .5rem !important
     }
 
     .py-xxl-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important
     }
 
     .py-xxl-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important
     }
 
     .py-xxl-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important
     }
 
     .pt-xxl-0 {
         padding-top: 0 !important
     }
 
     .pt-xxl-1 {
         padding-top: .25rem !important
     }
 
     .pt-xxl-2 {
         padding-top: .5rem !important
     }
 
     .pt-xxl-3 {
         padding-top: 1rem !important
     }
 
     .pt-xxl-4 {
         padding-top: 1.5rem !important
     }
 
     .pt-xxl-5 {
         padding-top: 3rem !important
     }
 
     .pe-xxl-0 {
         padding-right: 0 !important
     }
 
     .pe-xxl-1 {
         padding-right: .25rem !important
     }
 
     .pe-xxl-2 {
         padding-right: .5rem !important
     }
 
     .pe-xxl-3 {
         padding-right: 1rem !important
     }
 
     .pe-xxl-4 {
         padding-right: 1.5rem !important
     }
 
     .pe-xxl-5 {
         padding-right: 3rem !important
     }
 
     .pb-xxl-0 {
         padding-bottom: 0 !important
     }
 
     .pb-xxl-1 {
         padding-bottom: .25rem !important
     }
 
     .pb-xxl-2 {
         padding-bottom: .5rem !important
     }
 
     .pb-xxl-3 {
         padding-bottom: 1rem !important
     }
 
     .pb-xxl-4 {
         padding-bottom: 1.5rem !important
     }
 
     .pb-xxl-5 {
         padding-bottom: 3rem !important
     }
 
     .ps-xxl-0 {
         padding-left: 0 !important
     }
 
     .ps-xxl-1 {
         padding-left: .25rem !important
     }
 
     .ps-xxl-2 {
         padding-left: .5rem !important
     }
 
     .ps-xxl-3 {
         padding-left: 1rem !important
     }
 
     .ps-xxl-4 {
         padding-left: 1.5rem !important
     }
 
     .ps-xxl-5 {
         padding-left: 3rem !important
     }
 
     .text-xxl-start {
         text-align: left !important
     }
 
     .text-xxl-end {
         text-align: right !important
     }
 
     .text-xxl-center {
         text-align: center !important
     }
 }
 
 @media(min-width:1200px) {
     .fs-1 {
         font-size: 2.5rem !important
     }
 
     .fs-2 {
         font-size: 2rem !important
     }
 
     .fs-3 {
         font-size: 1.75rem !important
     }
 
     .fs-4 {
         font-size: 1.5rem !important
     }
 }
 
 @media print {
     .d-print-inline {
         display: inline !important
     }
 
     .d-print-inline-block {
         display: inline-block !important
     }
 
     .d-print-block {
         display: block !important
     }
 
     .d-print-grid {
         display: grid !important
     }
 
     .d-print-table {
         display: table !important
     }
 
     .d-print-table-row {
         display: table-row !important
     }
 
     .d-print-table-cell {
         display: table-cell !important
     }
 
     .d-print-flex {
         display: flex !important
     }
 
     .d-print-inline-flex {
         display: inline-flex !important
     }
 
     .d-print-none {
         display: none !important
     }
 }
 
 html {
     position: relative;
     overflow-x: hidden;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-family: "Roboto", sans-serif
 }
 
 body {
     position: relative;
     overflow-x: hidden;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-family: "Roboto", sans-serif
 }
 
 #wrapper {
     position: relative;
     overflow-x: hidden
 }
 
 .row>* {
     padding-right: 15px;
     padding-left: 15px
 }
 
 h1,
 .h1,
 h2,
 .h2,
 h3,
 .h3,
 h4,
 .h4,
 h5,
 .h5,
 h6,
 .h6 {
     font-family: "Roboto", sans-serif
 }
 
 h1,
 .h1 {
     font-size: 60px;
     line-height: 80px;
     font-weight: 700
 }
 
 h2,
 .h2 {
     font-size: 36px;
     line-height: 46px;
     font-family: "Montserrat", sans-serif;
     color: #24272b;
     font-weight: 700
 }
 
 @media screen and (max-width:768px) {
 
     h2,
     .h2 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 h3,
 .h3 {
     font-size: 21px;
     line-height: 26px;
     color: #24272b;
     font-weight: 700
 }
 
 p {
     font-family: "Roboto", sans-serif;
     font-size: 20px;
     line-height: 34px;
     color: #24272b;
     font-weight: 400;
     letter-spacing: 0
 }
 
 p span {
     font-weight: 700
 }
 
 @media screen and (max-width:768px) {
     p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .subtitle {
     color: #009941;
     font-size: 14px;
     line-height: 20px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 14px;
     letter-spacing: .2px
 }
 
 main ul li {
     font-family: "Montserrat", sans-serif;
     font-size: 14px;
     line-height: 32px;
     color: #0c0c0c;
     font-weight: 300
 }
 .menu-footer-menu-container ul li {line-height: 1.5; font-weight: 400; font-family: "Roboto", sans-serif;}
 
 main ul li span {
     font-weight: 700
 }
 
 a {
     outline: none !important;
     text-decoration: none;
     color: #000
 }
 
 a:visited {
     color: inherit
 }
 
 a:hover {
     color: inherit
 }
 
 .container {
     padding: 0 50px
 }
 
 @media screen and (max-width:1400px) {
     .container {
         padding: 0 15px
     }
 }
 
 .container--small {
     max-width: 1040px
 }
 
 @media screen and (max-width:1199px) {
     .container--small {
         max-width: 960px
     }
 }
 
 @media screen and (max-width:991px) {
     .container--small {
         max-width: 720px
     }
 }
 
 @media screen and (max-width:768px) {
     .container--small {
         max-width: 540px
     }
 }
 
 .container--small-920 {
     max-width: 920px
 }
 
 @media screen and (max-width:991px) {
     .container--small-920 {
         max-width: 720px
     }
 }
 
 @media screen and (max-width:768px) {
     .container--small-920 {
         max-width: 540px
     }
 }
 
 .container--smaller-medium {
     max-width: 1200px
 }
 
 @media screen and (max-width:1199px) {
     .container--smaller-medium {
         max-width: 960px
     }
 }
 
 @media screen and (max-width:991px) {
     .container--smaller-medium {
         max-width: 720px
     }
 }
 
 @media screen and (max-width:768px) {
     .container--smaller-medium {
         max-width: 540px
     }
 }
 
 .container--medium {
     max-width: 1320px
 }
 
 @media screen and (max-width:1199px) {
     .container--medium {
         max-width: 960px
     }
 }
 
 @media screen and (max-width:991px) {
     .container--medium {
         max-width: 720px
     }
 }
 
 @media screen and (max-width:768px) {
     .container--medium {
         max-width: 540px
     }
 }
 
 .container--large {
     max-width: 1530px
 }
 
 @media screen and (max-width:1199px) {
     .container--large {
         max-width: 960px
     }
 }
 
 @media screen and (max-width:991px) {
     .container--large {
         max-width: 720px
     }
 }
 
 @media screen and (max-width:768px) {
     .container--large {
         max-width: 540px
     }
 }
 
 .container--blog {
     max-width: 770px
 }
 
 @media screen and (max-width:991px) {
     .container--blog {
         max-width: 720px
     }
 }
 
 @media screen and (max-width:768px) {
     .container--blog {
         max-width: 540px
     }
 }
 
 .parallax {
     background-attachment: fixed !important;
     display: none;
     transition-delay: .25s
 }
 
 .button {
     display: inline-block;
     background: #009941;
     padding: 20px 53px 19px;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 700;
     -webkit-animation: btn-color-out .25s ease-in;
     animation: btn-color-out .25s ease-in
 }
 
 .button:hover {
     background: #43954b;
     -webkit-animation: btn-color-in .25s ease-in;
     animation: btn-color-in .25s ease-in;
     color: #fff
 }
 
 .button:visited {
     color: #fff
 }
 
 .button:focus {
     color: #fff
 }
 
 .text-center {
     text-align: center
 }
 
 .text-right {
     text-align: right
 }
 
 .align-bottom {
     align-items: flex-end
 }
 
 .align-center {
     align-items: center
 }
 
 /* @-webkit-keyframes btn-color-in {
     0% {
         background-color: #009941;
         opacity: 1
     }
 
     50% {
         opacity: .75
     }
 
     100% {
         background-color: #43954b;
         opacity: 1
     }
 }
 
 @keyframes btn-color-in {
     0% {
         background-color: #009941;
         opacity: 1
     }
 
     50% {
         opacity: .75
     }
 
     100% {
         background-color: #43954b;
         opacity: 1
     }
 }
 
 @-webkit-keyframes btn-color-out {
     0% {
         background-color: #43954b;
         opacity: 1
     }
 
     50% {
         opacity: .75
     }
 
     100% {
         background-color: #009941;
         opacity: 1
     }
 }
 
 @keyframes btn-color-out {
     0% {
         background-color: #43954b;
         opacity: 1
     }
 
     50% {
         opacity: .75
     }
 
     100% {
         background-color: #009941;
         opacity: 1
     }
 } */
 
 @-webkit-keyframes gradient-move {
     from {
         transform: scale(1);
         opacity: 1
     }
 
     to {
         transform: scale(.8);
         opacity: .75
     }
 }
 
 @keyframes gradient-move {
     from {
         transform: scale(1);
         opacity: 1
     }
 
     to {
         transform: scale(.8);
         opacity: .75
     }
 }
 
 @-webkit-keyframes discovery-icon {
     from {
         transform: scale(.4)
     }
 
     to {
         transform: scale(1)
     }
 }
 
 @keyframes discovery-icon {
     from {
         transform: scale(.4)
     }
 
     to {
         transform: scale(1)
     }
 }
 
 .grecaptcha-badge {
     z-index: 2
 }
 
 #cookie-notice {
     background-color: #32323a;
     color: #333;
     font-family: inherit;
     position: fixed;
     width: 500px;
     height: auto;
     min-height: unset !important;
     max-height: 675px;
     min-width: unset !important;
     bottom: 20px;
     right: 20px;
     left: auto !important;
     overflow: auto;
     box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
 }
 
 @media screen and (max-width:768px) {
     #cookie-notice {
         width: 100%;
         right: 0;
         bottom: 0
     }
 }
 
 #cookie-notice #cn-accept-cookie {
     width: 155px;
     height: 56px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 12px;
     line-height: 26px;
     font-weight: 700;
     margin-right: 11px !important;
     background: #009941 !important;
     -webkit-animation: btn-color-out .25s ease-in;
     animation: btn-color-out .25s ease-in;
     border-radius: 0 !important;
     letter-spacing: 0;
     color: #fff !important;
     font-family: "Roboto", sans-serif
 }
 
 #cookie-notice #cn-accept-cookie:hover {
     background: #43954b;
     -webkit-animation: btn-color-in .25s ease-in;
     animation: btn-color-in .25s ease-in;
     color: #fff
 }
 
 #cookie-notice #cn-refuse-cookie {
     width: 155px;
     height: 56px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 12px;
     line-height: 26px;
     font-weight: 700;
     margin-left: 4px !important;
     background: 0 0 !important;
     border: 1px solid #009941 !important;
     color: #009941 !important;
     transition: all .25s ease;
     border-radius: 0 !important;
     letter-spacing: 0;
     font-family: "Roboto", sans-serif
 }
 
 #cookie-notice #cn-refuse-cookie:hover {
     background: #009941 !important;
     color: #fff !important
 }
 
 #cn-notice-buttons {
     display: flex !important;
     margin: 0 0 10px -10px
 }
 
 #cn-notice-text {
     font-size: 16px;
     line-height: 24px;
     font-weight: 700;
     color: #86878c;
     margin-bottom: 20px;
     text-align: left;
     font-family: "Roboto", sans-serif
 }
 
 #cn-notice-text a {
     color: #009941;
     transition: all .25s ease
 }
 
 #cn-notice-text a:hover {
     color: #000
 }
 
 .cn-close-icon {
     display: none
 }
 
 #cookie-notice .cookie-notice-container {
     padding: 32px 35px 25px 25px !important
 }
 
 #approachModal .modal-dialog {
     max-width: 1000px
 }
 
 .site-header,
 .sticky-nav {
     position: relative;
     box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, .35);
     background: #fff;
     z-index: 11
 }
 
 .site-header .main-menu,
 .sticky-nav .main-menu {
     position: relative;
     z-index: 1
 }
 
 @media screen and (max-width:991px) {
 
     .site-header .main-menu,
     .sticky-nav .main-menu {
         background: #fff
     }
 }
 
 .site-header__topbar,
 .sticky-nav__topbar {
     background: #292b2a;
     padding: 16px 0
 }
 
 @media screen and (max-width:768px) {
 
     .site-header__topbar,
     .sticky-nav__topbar {
         display: none
     }
 }
 
 @media screen and (max-width:768px) {
 
     .site-header__topbar .social-icons,
     .sticky-nav__topbar .social-icons {
         display: flex;
         justify-content: center
     }
 }
 
 .site-header__topbar .social-icons .icon,
 .sticky-nav__topbar .social-icons .icon {
     margin-right: 20px;
     transition: all .25s ease
 }
 
 @media screen and (max-width:768px) {
 
     .site-header__topbar .social-icons .icon,
     .sticky-nav__topbar .social-icons .icon {
         margin: 0 10px
     }
 }
 
 .site-header__topbar .social-icons .icon:hover,
 .sticky-nav__topbar .social-icons .icon:hover {
     opacity: .8
 }
 
 .site-header__topbar .contact-info,
 .sticky-nav__topbar .contact-info {
     display: flex;
     justify-content: flex-end;
     margin-right: 20px
 }
 
 @media screen and (max-width:768px) {
 
     .site-header__topbar .contact-info,
     .sticky-nav__topbar .contact-info {
         margin: 10px 0 0;
         justify-content: center;
         flex-wrap: wrap
     }
 }
 
 .site-header__topbar .contact-info .contact-item,
 .sticky-nav__topbar .contact-info .contact-item {
     font-family: "Roboto", sans-serif;
     color: #fff;
     font-size: 16px;
     font-weight: 500;
     display: flex;
     align-items: center;
     transition: all .25s ease
 }
 
 .site-header__topbar .contact-info .contact-item:hover,
 .sticky-nav__topbar .contact-info .contact-item:hover {
     opacity: .8
 }
 
 .site-header__topbar .contact-info .contact-item svg,
 .site-header__topbar .contact-info .contact-item img,
 .sticky-nav__topbar .contact-info .contact-item svg,
 .sticky-nav__topbar .contact-info .contact-item img {
     margin-right: 12px
 }
 
 @media screen and (max-width:768px) {
 
     .site-header__topbar .contact-info .contact-item,
     .sticky-nav__topbar .contact-info .contact-item {
         margin: 5px 15px 0
     }
 }
 
 .site-header__topbar .contact-info .contact-item:last-of-type,
 .sticky-nav__topbar .contact-info .contact-item:last-of-type {
     margin-left: 60px
 }
 
 @media screen and (max-width:768px) {
 
     .site-header__topbar .contact-info .contact-item:last-of-type,
     .sticky-nav__topbar .contact-info .contact-item:last-of-type {
         margin-left: 15px
     }
 }
 
 .site-header__menu,
 .sticky-nav__menu {
     display: flex;
     align-items: center;
     justify-content: space-between;
     height: 106px
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu,
     .sticky-nav__menu {
         padding: 10px 0;
         height: auto
     }
 }
 
 .site-header__menu .navbar,
 .sticky-nav__menu .navbar {
     position: relative;
     margin: 0;
     padding: 0
 }
 
 @media screen and (max-width:430px) {
 
     .site-header__menu .navbar,
     .sticky-nav__menu .navbar {
         justify-content: flex-end;
         flex-wrap: nowrap
     }
 }
 
 .site-header__menu .navbar .button-mobile,
 .sticky-nav__menu .navbar .button-mobile {
     display: none;
     width: 155px;
     height: 56px;
     justify-content: center;
     align-items: center;
     font-size: 12px;
     line-height: 26px;
     font-weight: 700;
     margin-right: 11px;
     background: #009941;
     -webkit-animation: btn-color-out .25s ease-in;
     animation: btn-color-out .25s ease-in;
     border-radius: 0;
     letter-spacing: 0;
     padding: 20px 15px 19px
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .button-mobile,
     .sticky-nav__menu .navbar .button-mobile {
         display: flex
     }
 }
 
 @media screen and (max-width:430px) {
 
     .site-header__menu .navbar .button-mobile,
     .sticky-nav__menu .navbar .button-mobile {
         margin: 0 15px 0 20px;
         width: 105px
     }
 }
 
 .site-header__menu .navbar .navbar-toggler,
 .sticky-nav__menu .navbar .navbar-toggler {
     padding: 1em .75rem
 }
 
 .site-header__menu .navbar .navbar-toggler .navbar-toggler-icon,
 .sticky-nav__menu .navbar .navbar-toggler .navbar-toggler-icon {
     background-image: none;
     display: block;
     width: 30px;
     height: 3px;
     border-radius: 5px;
     background: #009941;
     position: relative;
     transition: transform 0s !important
 }
 
 .site-header__menu .navbar .navbar-toggler .navbar-toggler-icon:before,
 .sticky-nav__menu .navbar .navbar-toggler .navbar-toggler-icon:before {
     content: "";
     position: absolute;
     left: 0;
     top: -8px;
     width: 30px;
     height: 3px;
     border-radius: 5px;
     background: #009941;
     transition: all .35s ease;
     transition: transform 0s !important
 }
 
 .site-header__menu .navbar .navbar-toggler .navbar-toggler-icon:after,
 .sticky-nav__menu .navbar .navbar-toggler .navbar-toggler-icon:after {
     content: "";
     position: absolute;
     left: 0;
     top: 8px;
     width: 30px;
     height: 3px;
     border-radius: 5px;
     background: #009941;
     transition: all .35s ease;
     transition: transform 0s !important
 }
 
 .site-header__menu .navbar .navbar-toggler:focus,
 .sticky-nav__menu .navbar .navbar-toggler:focus {
     box-shadow: none
 }
 
 .site-header__menu .navbar .navbar-toggler.icon-close .navbar-toggler-icon,
 .sticky-nav__menu .navbar .navbar-toggler.icon-close .navbar-toggler-icon {
        background: transparent;
 }
 
 .site-header__menu .navbar .navbar-toggler.icon-close .navbar-toggler-icon:before,
 .sticky-nav__menu .navbar .navbar-toggler.icon-close .navbar-toggler-icon:before {
     transform: rotate(45deg);
     top: 0
 }
 
 .site-header__menu .navbar .navbar-toggler.icon-close .navbar-toggler-icon:after,
 .sticky-nav__menu .navbar .navbar-toggler.icon-close .navbar-toggler-icon:after {
     transform: rotate(-45deg);
     top: 0
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-collapse,
     .sticky-nav__menu .navbar .navbar-collapse {
         position: absolute;
         top: 65px;
         right: 0;
         width: 230px;
         padding: 0;
         background: #fff;
         box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .08);
         z-index: 10;
         max-height: 65vh;
         overflow-y: scroll;
         overflow-x: hidden
     }
 }
 
 @media screen and (max-width:430px) {
 
     .site-header__menu .navbar .navbar-collapse,
     .sticky-nav__menu .navbar .navbar-collapse {
         top: 106px
     }
 }
 
 .site-header__menu .navbar .navbar-collapse .menu-main-menu-container,
 .sticky-nav__menu .navbar .navbar-collapse .menu-main-menu-container {
     width: 100%
 }
 
 .site-header__menu .navbar .navbar-nav,
 .sticky-nav__menu .navbar .navbar-nav {
     display: flex;
     margin: 0;
     width: 100%
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item,
 .sticky-nav__menu .navbar .navbar-nav .nav-item {
     position: relative;
     display: flex;
     font-family: "Roboto", sans-serif;
     font-size: 17px;
     font-weight: 700;
     padding: 0;
     transition: all .25s ease
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item,
     .sticky-nav__menu .navbar .navbar-nav .nav-item {
         font-size: 16px
     }
   
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item,
     .sticky-nav__menu .navbar .navbar-nav .nav-item {
         justify-content: space-between;
         display: block
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item:hover .dropdown-toggle:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item:hover .dropdown-toggle:after {
     top: 50px;
     right: 8px;
     transform: rotate(-180deg)
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item:hover .dropdown-toggle:after,
     .sticky-nav__menu .navbar .navbar-nav .nav-item:hover .dropdown-toggle:after {
         top: 22px;
         right: 3px;
         transform: rotate(0)
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item:hover .nav-link,
 .sticky-nav__menu .navbar .navbar-nav .nav-item:hover .nav-link {
     color: #009941
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item:hover .nav-link:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item:hover .nav-link:after {
     opacity: 1
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item:hover .dropdown-menu .nav-item .nav-link,
 .sticky-nav__menu .navbar .navbar-nav .nav-item:hover .dropdown-menu .nav-item .nav-link {
     color: #000
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item.current-nav-item,
 .site-header__menu .navbar .navbar-nav .nav-item.current-menu-parent,
 .site-header__menu .navbar .navbar-nav .nav-item.current-menu-ancestor,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.current-nav-item,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.current-menu-parent,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.current-menu-ancestor {
     position: relative
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item.current-nav-item .nav-link,
 .site-header__menu .navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
 .site-header__menu .navbar .navbar-nav .nav-item.current-menu-ancestor .nav-link,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.current-nav-item .nav-link,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.current-menu-ancestor .nav-link {
     color: #009941
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item.current-nav-item .nav-link:after,
 .site-header__menu .navbar .navbar-nav .nav-item.current-menu-parent .nav-link:after,
 .site-header__menu .navbar .navbar-nav .nav-item.current-menu-ancestor .nav-link:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.current-nav-item .nav-link:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.current-menu-parent .nav-link:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.current-menu-ancestor .nav-link:after {
     opacity: 1
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-toggle,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-toggle {
     position: relative;
     display: inline-block;
     transition: all .25s ease;
     margin: 0 6px 0 8px
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item .dropdown-toggle,
     .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-toggle {
         position: absolute;
         width: 50px;
         height: 50px;
         right: 0;
         top: 3px;
         display: flex;
         align-items: center;
         justify-content: center
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-toggle:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-toggle:after {
     display: flex;
     align-items: center;
     justify-content: center;
     border: 0;
     margin: 0;
     position: absolute;
     background-image: none;
     content: "";
     width: 13px;
     height: 8px;
     background-repeat: no-repeat;
     top: 51px;
     right: 8px;
     transform: rotate(0);
     transition: all .25s ease;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.6' height='7.214' viewBox='0 0 11.6 7.214'%3E%3Cpath id='Path_7110' data-name='Path 7110' d='M8683.28,3996.971l-4.386-4.385-4.386,4.385-1.414-1.414,5.8-5.8,5.8,5.8Z' transform='translate(8684.694 3996.971) rotate(180)' fill='%23009941'/%3E%3C/svg%3E");
     color: #009941;
     font-size: 16px;
     font-weight: 700
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item .dropdown-toggle:after,
     .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-toggle:after {
         width: 25px;
         height: 25px;
         top: 22px;
         right: 3px;
         transition: none;
         transition: rotate .25s ease
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-toggle.show:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-toggle.show:after {
     top: 3px;
     right: 16px;
     transform: rotate(-180deg)
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .nav-link,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .nav-link {
     position: relative;
     color: #24272b;
     padding: 41px 22px
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item .nav-link,
     .sticky-nav__menu .navbar .navbar-nav .nav-item .nav-link {
         width: 100%;
         padding: 41px 20px
     }
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item .nav-link,
     .sticky-nav__menu .navbar .navbar-nav .nav-item .nav-link {
         width: 100%;
         padding: 16px 25px
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .nav-link:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .nav-link:after {
     content: "";
     position: absolute;
     width: 100%;
     width: calc(100% - 44px);
     margin-left: 22px;
     background: #009941;
     height: 3px;
     bottom: 1px;
     left: 0;
     opacity: 0;
     transition: all .25s ease
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item .nav-link:after,
     .sticky-nav__menu .navbar .navbar-nav .nav-item .nav-link:after {
         display: none
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item.dropdown .nav-link:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.dropdown .nav-link:after {
     width: 100%;
     width: calc(100% - 22px)
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item ul,
 .sticky-nav__menu .navbar .navbar-nav .nav-item ul {
     position: static
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu {
     position: absolute;
     top: 107px;
     left: 0;
     border: 0;
     border-radius: 0;
     padding: 0;
     width: 165px;
     min-width: unset;
     box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .15)
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu,
     .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu {
         position: relative;
         top: 0;
         margin-top: 12px;
         margin-bottom: 0;
         left: 0;
         width: 230px
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-toggle,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-toggle {
     display: none
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-toggle,
     .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-toggle {
         display: flex;
         top: 0;
         right: 0
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
     font-size: 12px;
     font-weight: 700;
     padding: 0
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item,
     .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
         width: 230px
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
     color: #24272b;
     padding: 16px 25px !important
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
     color: #009941 !important
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:after {
     display: none
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
     left: 165px;
     top: 0
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu,
     .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
         position: relative;
         top: 0;
         margin-top: 0;
         margin-bottom: 0;
         left: 0;
         width: 230px
     }
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-link,
     .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-link {
         max-width: 182px
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.submenu-btn,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.submenu-btn {
     background: #009941;
     -webkit-animation: btn-color-out .25s ease-in;
     animation: btn-color-out .25s ease-in
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.submenu-btn .nav-link,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.submenu-btn .nav-link {
     color: #fff;
     padding: 18px 25px !important;
     margin: 0 auto;
     text-align: center
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.submenu-btn .nav-link:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.submenu-btn .nav-link:after {
     display: none
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.submenu-btn:hover,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.submenu-btn:hover {
     -webkit-animation: btn-color-in .25s ease-in;
     animation: btn-color-in .25s ease-in;
     background: #43954b
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.submenu-btn:hover .nav-link,
 .sticky-nav__menu .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.submenu-btn:hover .nav-link {
     color: #fff !important
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item.menu-btn,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.menu-btn {
     padding: 0;
     align-items: center;
     margin-left: 52px
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item.menu-btn,
     .sticky-nav__menu .navbar .navbar-nav .nav-item.menu-btn {
         margin-left: 10px
     }
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item.menu-btn,
     .sticky-nav__menu .navbar .navbar-nav .nav-item.menu-btn {
         margin-left: 0
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item.menu-btn .nav-link,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.menu-btn .nav-link {
     display: flex;
     align-items: center;
     background: #009941;
     padding: 0 53px !important;
     height: 62px;
     color: #fff;
     -webkit-animation: btn-color-out .25s ease-in;
     animation: btn-color-out .25s ease-in
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item.menu-btn .nav-link:after,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.menu-btn .nav-link:after {
     display: none
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item.menu-btn .nav-link,
     .sticky-nav__menu .navbar .navbar-nav .nav-item.menu-btn .nav-link {
         padding: 0 9px !important
     }
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu .navbar .navbar-nav .nav-item.menu-btn .nav-link,
     .sticky-nav__menu .navbar .navbar-nav .nav-item.menu-btn .nav-link {
         display: flex;
         justify-content: center
     }
 }
 
 .site-header__menu .navbar .navbar-nav .nav-item.menu-btn .nav-link:hover,
 .sticky-nav__menu .navbar .navbar-nav .nav-item.menu-btn .nav-link:hover {
     background: #43954b;
     -webkit-animation: btn-color-in .25s ease-in;
     animation: btn-color-in .25s ease-in;
     color: #fff
 }
 
 @media screen and (max-width:600px) {
 
     .site-header__menu--AUTOBAY,
     .sticky-nav__menu--AUTOBAY {
         flex-wrap: wrap
     }
 }
 
 .site-header__menu--AUTOBAY .logo,
 .sticky-nav__menu--AUTOBAY .logo {
     display: flex
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY .logo,
     .sticky-nav__menu--AUTOBAY .logo {
         max-width: 260px
     }
 }
 
 @media screen and (max-width:600px) {
 
     .site-header__menu--AUTOBAY .logo,
     .sticky-nav__menu--AUTOBAY .logo {
         max-width: unset;
         width: 100%;
         margin-bottom: 20px;
         justify-content: center
     }
 }
 
 @media screen and (max-width:600px) {
 
     .site-header__menu--AUTOBAY .logo a img,
     .sticky-nav__menu--AUTOBAY .logo a img {
         width: 100px;
         max-width: 100%
     }
 }
 
 .site-header__menu--AUTOBAY .logo .AUTOBAY-logo,
 .sticky-nav__menu--AUTOBAY .logo .AUTOBAY-logo {
     position: relative;
     padding-left: 60px;
     top: 8px
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY .logo .AUTOBAY-logo,
     .sticky-nav__menu--AUTOBAY .logo .AUTOBAY-logo {
         top: 15px
     }
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY .logo .AUTOBAY-logo,
     .sticky-nav__menu--AUTOBAY .logo .AUTOBAY-logo {
         top: 5px;
         padding-left: 39px
     }
     .class-partner-programme .main-wrapper .s2-home2 .row > div:nth-child(1) .s2-home2__feature::before,
     .class-partner-programme .main-wrapper .s2-home2 .col-xl-3:nth-child(4) .s2-home2__feature:after{
        display: none  !important;
     }
 }
 
 @media screen and (max-width:600px) {
 
     .site-header__menu--AUTOBAY .logo .AUTOBAY-logo,
     .sticky-nav__menu--AUTOBAY .logo .AUTOBAY-logo {
         top: 8px
     }
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY .logo .AUTOBAY-logo img,
     .sticky-nav__menu--AUTOBAY .logo .AUTOBAY-logo img {
         max-width: 200px
     }
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY .logo .AUTOBAY-logo img,
     .sticky-nav__menu--AUTOBAY .logo .AUTOBAY-logo img {
         max-width: 145px
     }
 }
 
 @media screen and (max-width:600px) {
 
     .site-header__menu--AUTOBAY .logo .AUTOBAY-logo img,
     .sticky-nav__menu--AUTOBAY .logo .AUTOBAY-logo img {
         width: 169px;
         max-width: 100%
     }
 }
 
 .site-header__menu--AUTOBAY .logo .AUTOBAY-logo:before,
 .sticky-nav__menu--AUTOBAY .logo .AUTOBAY-logo:before {
     content: "";
     position: absolute;
     left: 33px;
     top: 0;
     width: 1px;
     height: 54px;
     background: #707070
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY .logo .AUTOBAY-logo:before,
     .sticky-nav__menu--AUTOBAY .logo .AUTOBAY-logo:before {
         top: -6px
     }
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY .logo .AUTOBAY-logo:before,
     .sticky-nav__menu--AUTOBAY .logo .AUTOBAY-logo:before {
         top: -5px;
         left: 21px;
         height: 38px
     }
 }
 
 @media screen and (max-width:600px) {
 
     .site-header__menu--AUTOBAY .logo .AUTOBAY-logo:before,
     .sticky-nav__menu--AUTOBAY .logo .AUTOBAY-logo:before {
         top: -2px
     }
 }
 
 @media screen and (max-width:600px) {
 
     .site-header__menu--AUTOBAY .navbar,
     .sticky-nav__menu--AUTOBAY .navbar {
         text-align: center;
         margin: 0 auto
     }
 }
 
 .site-header__menu--AUTOBAY .navbar .button-mobile,
 .sticky-nav__menu--AUTOBAY .navbar .button-mobile {
     background: #01a7b8;
     -webkit-animation: unset;
     animation: unset;
     transition: all .25s ease
 }
 
 @media screen and (max-width:455px) {
 
     .site-header__menu--AUTOBAY .navbar .button-mobile,
     .sticky-nav__menu--AUTOBAY .navbar .button-mobile {
         width: 155px
     }
 }
 
 .site-header__menu--AUTOBAY .navbar .button-mobile:hover,
 .sticky-nav__menu--AUTOBAY .navbar .button-mobile:hover {
     background: #9ea4aa
 }
 
 .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item.current-nav-item .nav-link,
 .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item.current-nav-item .nav-link {
     color: #01a7b8
 }
 
 .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item.current-nav-item .nav-link:after,
 .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item.current-nav-item .nav-link:after {
     background: #01a7b8
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item .nav-link,
     .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item .nav-link {
         padding: 41px 12px
     }
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item .nav-link:after,
     .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item .nav-link:after {
         width: calc(100% - 22px);
         left: -11px
     }
 }
 
 .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-toggle:after,
 .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-toggle:after {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.6' height='7.214' viewBox='0 0 11.6 7.214'%3E%3Cpath id='Path_7110' data-name='Path 7110' d='M8683.28,3996.971l-4.386-4.385-4.386,4.385-1.414-1.414,5.8-5.8,5.8,5.8Z' transform='translate(8684.694 3996.971) rotate(180)' fill='%2301A7B8'/%3E%3C/svg%3E")
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-toggle:after,
     .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-toggle:after {
         right: 1px
     }
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn,
     .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn {
         margin-left: 20px
     }
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn,
     .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn {
         margin-left: 10px
     }
 }
 
 .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn .nav-link,
 .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn .nav-link {
     background: #01a7b8;
     -webkit-animation: unset !important;
     animation: unset !important
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn .nav-link,
     .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn .nav-link {
         padding: 0 20px !important
     }
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn .nav-link,
     .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn .nav-link {
         padding: 0 13px !important
     }
 }
 
 .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn .nav-link:hover,
 .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item.menu-btn .nav-link:hover {
     background: #9ea4aa
 }
 
 .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item:hover .nav-link,
 .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item:hover .nav-link {
     color: #01a7b8
 }
 
 .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item:hover .nav-link:after,
 .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item:hover .nav-link:after {
     background: #01a7b8
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY .navbar .navbar-nav .nav-item:hover .dropdown-toggle:after,
     .sticky-nav__menu--AUTOBAY .navbar .navbar-nav .nav-item:hover .dropdown-toggle:after {
         right: 2px
     }
 }
 
 .site-header__menu--AUTOBAY .navbar .navbar-toggler .navbar-toggler-icon,
 .sticky-nav__menu--AUTOBAY .navbar .navbar-toggler .navbar-toggler-icon {
     background: #01a7b8
 }
 
 .site-header__menu--AUTOBAY .navbar .navbar-toggler .navbar-toggler-icon:before,
 .site-header__menu--AUTOBAY .navbar .navbar-toggler .navbar-toggler-icon:after,
 .sticky-nav__menu--AUTOBAY .navbar .navbar-toggler .navbar-toggler-icon:before,
 .sticky-nav__menu--AUTOBAY .navbar .navbar-toggler .navbar-toggler-icon:after {
     background: #01a7b8
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__menu--AUTOBAY-sticky,
     .sticky-nav__menu--AUTOBAY-sticky {
         padding: 18px 0
     }
 }
 
 @media screen and (max-width:600px) {
 
     .site-header__menu--AUTOBAY-sticky,
     .sticky-nav__menu--AUTOBAY-sticky {
         padding: 10px 0
     }
 }
 
 .site-header__menu--AUTOBAY-sticky .logo,
 .sticky-nav__menu--AUTOBAY-sticky .logo {
     display: flex
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY-sticky .logo,
     .sticky-nav__menu--AUTOBAY-sticky .logo {
         max-width: 260px
     }
 }
 
 .site-header__menu--AUTOBAY-sticky .logo .AUTOBAY-logo,
 .sticky-nav__menu--AUTOBAY-sticky .logo .AUTOBAY-logo {
     position: relative;
     padding-left: 60px;
     top: 8px
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY-sticky .logo .AUTOBAY-logo,
     .sticky-nav__menu--AUTOBAY-sticky .logo .AUTOBAY-logo {
         top: 15px
     }
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY-sticky .logo .AUTOBAY-logo,
     .sticky-nav__menu--AUTOBAY-sticky .logo .AUTOBAY-logo {
         top: 5px;
         padding-left: 39px
     }
 }
 
 @media screen and (max-width:600px) {
 
     .site-header__menu--AUTOBAY-sticky .logo .AUTOBAY-logo,
     .sticky-nav__menu--AUTOBAY-sticky .logo .AUTOBAY-logo {
         display: none
     }
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY-sticky .logo .AUTOBAY-logo img,
     .sticky-nav__menu--AUTOBAY-sticky .logo .AUTOBAY-logo img {
         max-width: 200px
     }
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY-sticky .logo .AUTOBAY-logo img,
     .sticky-nav__menu--AUTOBAY-sticky .logo .AUTOBAY-logo img {
         max-width: 145px
     }
 }
 
 .site-header__menu--AUTOBAY-sticky .logo .AUTOBAY-logo:before,
 .sticky-nav__menu--AUTOBAY-sticky .logo .AUTOBAY-logo:before {
     content: "";
     position: absolute;
     left: 33px;
     top: 0;
     width: 1px;
     height: 54px;
     background: #707070
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY-sticky .logo .AUTOBAY-logo:before,
     .sticky-nav__menu--AUTOBAY-sticky .logo .AUTOBAY-logo:before {
         top: -6px
     }
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY-sticky .logo .AUTOBAY-logo:before,
     .sticky-nav__menu--AUTOBAY-sticky .logo .AUTOBAY-logo:before {
         top: -5px;
         left: 21px;
         height: 38px
     }
 }
 
 @media screen and (max-width:600px) {
 
     .site-header__menu--AUTOBAY-sticky .logo .AUTOBAY-logo:before,
     .sticky-nav__menu--AUTOBAY-sticky .logo .AUTOBAY-logo:before {
         top: -2px
     }
 }
 
 .site-header__menu--AUTOBAY-sticky .navbar .button-mobile,
 .sticky-nav__menu--AUTOBAY-sticky .navbar .button-mobile {
     background: #01a7b8;
     -webkit-animation: unset;
     animation: unset;
     transition: all .25s ease
 }
 
 .site-header__menu--AUTOBAY-sticky .navbar .button-mobile:hover,
 .sticky-nav__menu--AUTOBAY-sticky .navbar .button-mobile:hover {
     background: #9ea4aa
 }
 
 .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.current-nav-item .nav-link,
 .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.current-nav-item .nav-link {
     color: #01a7b8
 }
 
 .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.current-nav-item .nav-link:after,
 .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.current-nav-item .nav-link:after {
     background: #01a7b8
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item .nav-link,
     .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item .nav-link {
         padding: 41px 12px
     }
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item .nav-link:after,
     .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item .nav-link:after {
         width: calc(100% - 22px);
         left: -11px
     }
 }
 
 .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item .dropdown-toggle:after,
 .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item .dropdown-toggle:after {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.6' height='7.214' viewBox='0 0 11.6 7.214'%3E%3Cpath id='Path_7110' data-name='Path 7110' d='M8683.28,3996.971l-4.386-4.385-4.386,4.385-1.414-1.414,5.8-5.8,5.8,5.8Z' transform='translate(8684.694 3996.971) rotate(180)' fill='%2301A7B8'/%3E%3C/svg%3E")
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item .dropdown-toggle:after,
     .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item .dropdown-toggle:after {
         right: 1px
     }
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn,
     .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn {
         margin-left: 20px
     }
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn,
     .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn {
         margin-left: 10px
     }
 }
 
 .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn .nav-link,
 .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn .nav-link {
     background: #01a7b8;
     -webkit-animation: unset !important;
     animation: unset !important
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn .nav-link,
     .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn .nav-link {
         padding: 0 20px !important
     }
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn .nav-link,
     .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn .nav-link {
         padding: 0 13px !important
     }
 }
 
 .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn .nav-link:hover,
 .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item.menu-btn .nav-link:hover {
     background: #9ea4aa
 }
 
 .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item:hover .nav-link,
 .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item:hover .nav-link {
     color: #01a7b8
 }
 
 .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item:hover .nav-link:after,
 .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item:hover .nav-link:after {
     background: #01a7b8
 }
 
 @media screen and (max-width:1500px) {
 
     .site-header__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item:hover .dropdown-toggle:after,
     .sticky-nav__menu--AUTOBAY-sticky .navbar .navbar-nav .nav-item:hover .dropdown-toggle:after {
         right: 2px
     }
 }
 
 .site-header__mobile-menu,
 .sticky-nav__mobile-menu {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #fff;
     transition: opacity .15s ease;
     opacity: 0;
     visibility: hidden;
     z-index: -1;
     padding: 140px 5px 0;
     overflow-y: scroll
 }
 
 .site-header__mobile-menu.visible,
 .sticky-nav__mobile-menu.visible {
     visibility: visible;
     z-index: 0;
     opacity: 1
 }
 
 .site-header__mobile-menu.visible-sticky,
 .sticky-nav__mobile-menu.visible-sticky {
     padding: 122px 5px 0
 }
 
 .site-header__mobile-menu .navbar .navbar-nav,
 .sticky-nav__mobile-menu .navbar .navbar-nav {
     margin: 0;
     padding: 0;
     width: 100%
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item {
     font-size: 22px;
     line-height: 16px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-toggle,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-toggle {
     position: relative;
     display: inline-block;
     transition: all .25s ease;
     margin: 0 6px 0 8px
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-toggle,
     .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-toggle {
         position: absolute;
         width: 50px;
         height: 50px;
         right: 0;
         top: 3px;
         display: flex;
         align-items: center;
         justify-content: center
     }
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-toggle:after,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-toggle:after {
     display: flex;
     align-items: center;
     justify-content: center;
     border: 0;
     margin: 0;
     position: absolute;
     background-image: none;
     content: "";
     width: 13px;
     height: 8px;
     background-repeat: no-repeat;
     top: 51px;
     right: 8px;
     transform: rotate(0);
     transition: all .25s ease;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.6' height='7.214' viewBox='0 0 11.6 7.214'%3E%3Cpath id='Path_7110' data-name='Path 7110' d='M8683.28,3996.971l-4.386-4.385-4.386,4.385-1.414-1.414,5.8-5.8,5.8,5.8Z' transform='translate(8684.694 3996.971) rotate(180)' fill='%23009941'/%3E%3C/svg%3E");
     color: #009941;
     font-size: 16px;
     font-weight: 700
 }
 
 @media screen and (max-width:991px) {
 
     .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-toggle:after,
     .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-toggle:after {
         width: 25px;
         height: 25px;
         top: 22px;
         right: -5px;
         transition: none;
         transition: rotate .25s ease
     }
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-toggle.show:after,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-toggle.show:after {
     top: 3px;
     right: 8px;
     transform: rotate(-180deg)
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .nav-link,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .nav-link {
     position: relative;
     color: #20264c;
     padding: 22px 0 16px !important;
     transition: color .25s ease;
     font-weight: 700;
     text-decoration: none;
     overflow: hidden;
     position: relative;
     display: inline-block;
     width: 100%;
     border-bottom: 1px solid #ededed;
     font-size: 20px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .nav-link:hover,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .nav-link:hover {
     color: #009941
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .nav-link .expand,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .nav-link .expand {
     position: absolute;
     top: 19px;
     right: 0;
     transition: transform .15s ease;
     transform: rotate(0)
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .nav-link .expand.arrow-rotate,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .nav-link .expand.arrow-rotate {
     transform: rotate(90deg)
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .nav-link .expand svg path,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .nav-link .expand svg path {
     fill: #009941
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile {
     display: none;
     padding: 20px 0
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .logo,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .logo {
     margin-bottom: 25px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .heading,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .heading {
     font-size: 16px;
     line-height: 21px;
     font-weight: 700;
     color: #9da2a8;
     margin-bottom: 20px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item {
     margin-bottom: 5px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item a,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item a {
     font-size: 16px;
     line-height: 18px;
     font-weight: 700;
     color: #25282a;
     transition: all .25s ease
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item a:visited,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item a:visited {
     color: #25282a
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item a:hover,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item a:hover {
     color: #009941
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item p,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item p {
     font-size: 15px;
     line-height: 24px;
     color: #86878c
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item img,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item img {
     margin-right: 11px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu ul,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu ul {
     list-style: none;
     padding: 0;
     margin: 0
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu ul li,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu ul li {
     margin-bottom: 19px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu ul li a,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu ul li a {
     font-family: "Roboto", sans-serif;
     font-size: 18px;
     line-height: 16px;
     font-weight: 700;
     color: #24272b;
     transition: all .25s ease
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu ul li a:hover,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu ul li a:hover {
     color: #009941
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news {
     margin-bottom: 40px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .photo img,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .photo img {
     max-width: 100%;
     width: 100%;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .16)
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .title,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .title {
     font-size: 16px;
     line-height: 18px;
     font-weight: 700;
     color: #25282a;
     transition: all .25s ease;
     display: block;
     margin-top: 15px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .title:hover,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .title:hover {
     color: #009941
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link {
     font-size: 16px;
     font-weight: 500;
     color: #009941;
     display: flex;
     align-items: center;
     margin-top: 9px;
     margin-bottom: 14px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link svg,
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link img,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link svg,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link img {
     margin-left: 17px;
     transition: all .25s ease
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link:hover svg,
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link:hover img,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link:hover svg,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link:hover img {
     margin-left: 40px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .left-col,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .left-col {
     position: relative;
     margin-bottom: 50px
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .left-col:after,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .left-col:after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -25px;
     width: 100%;
     height: 1px;
     background: #e6e6e6
 }
 
 @media screen and (max-width:1400px) {
 
     .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .left-col:after,
     .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .left-col:after {
         right: 30px
     }
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .right-col .menu,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .right-col .menu {
     display: flex
 }
 
 @media screen and (max-width:768px) {
 
     .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .right-col .menu,
     .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .right-col .menu {
         display: block
     }
 }
 
 .site-header__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .right-col .menu .menu-item,
 .sticky-nav__mobile-menu .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .right-col .menu .menu-item {
     display: flex;
     align-items: flex-start
 }
 
 .site-header__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .nav-link:hover,
 .sticky-nav__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .nav-link:hover {
     color: #01a7b8
 }
 
 .site-header__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-toggle:after,
 .sticky-nav__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-toggle:after {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.6' height='7.214' viewBox='0 0 11.6 7.214'%3E%3Cpath id='Path_7110' data-name='Path 7110' d='M8683.28,3996.971l-4.386-4.385-4.386,4.385-1.414-1.414,5.8-5.8,5.8,5.8Z' transform='translate(8684.694 3996.971) rotate(180)' fill='%2301A7B8'/%3E%3C/svg%3E")
 }
 
 .site-header__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu ul li a:hover,
 .sticky-nav__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu ul li a:hover {
     color: #01a7b8
 }
 
 .site-header__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item a:hover,
 .sticky-nav__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .menu .menu-item a:hover {
     color: #01a7b8
 }
 
 .site-header__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .title:hover,
 .sticky-nav__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .title:hover {
     color: #01a7b8
 }
 
 .site-header__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link,
 .sticky-nav__mobile-menu--AUTOBAY .navbar .navbar-nav .nav-item .dropdown-mobile .megamenu-row-mobile .featured-news .link {
     color: #01a7b8
 }
 
 .site-header__megamenu,
 .sticky-nav__megamenu {
     position: absolute;
     width: 100%;
     background: #fff;
     left: 0;
     top: 162px;
     z-index: 11;
     padding-bottom: 48px;
     display: none;
     box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, .1);
     border-top: 1px solid #e6e6e6
 }
 
 .site-header__megamenu .content,
 .sticky-nav__megamenu .content {
     padding: 25px 0 0 330px
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__megamenu .content,
     .sticky-nav__megamenu .content {
         padding: 25px 0 0
     }
 }
 
 .site-header__megamenu .content .logo,
 .sticky-nav__megamenu .content .logo {
     margin-bottom: 24px
 }
 
 .site-header__megamenu .content .megamenu-row,
 .sticky-nav__megamenu .content .megamenu-row {
     display: flex
 }
 
 .site-header__megamenu .content .megamenu-row .heading,
 .sticky-nav__megamenu .content .megamenu-row .heading {
     font-size: 16px;
     line-height: 21px;
     font-weight: 700;
     color: #9da2a8;
     margin-bottom: 20px
 }
 
 .site-header__megamenu .content .megamenu-row .menu .menu-item,
 .sticky-nav__megamenu .content .megamenu-row .menu .menu-item {
     margin-bottom: 5px
 }
 
 .site-header__megamenu .content .megamenu-row .menu .menu-item a,
 .sticky-nav__megamenu .content .megamenu-row .menu .menu-item a {
     font-size: 16px;
     line-height: 18px;
     font-weight: 700;
     color: #25282a;
     transition: all .25s ease
 }
 
 .site-header__megamenu .content .megamenu-row .menu .menu-item a:visited,
 .sticky-nav__megamenu .content .megamenu-row .menu .menu-item a:visited {
     color: #25282a
 }
 
 .site-header__megamenu .content .megamenu-row .menu .menu-item a:hover,
 .sticky-nav__megamenu .content .megamenu-row .menu .menu-item a:hover {
     color: #009941
 }
 
 .site-header__megamenu .content .megamenu-row .menu .menu-item p,
 .sticky-nav__megamenu .content .megamenu-row .menu .menu-item p {
     font-size: 15px;
     line-height: 24px;
     color: #86878c
 }
 
 .site-header__megamenu .content .megamenu-row .menu .menu-item img,
 .sticky-nav__megamenu .content .megamenu-row .menu .menu-item img {
     margin-right: 11px
 }
 
 .site-header__megamenu .content .megamenu-row .menu ul,
 .sticky-nav__megamenu .content .megamenu-row .menu ul {
     list-style: none;
     padding: 0;
     margin: 0
 }
 
 .site-header__megamenu .content .megamenu-row .menu ul li,
 .sticky-nav__megamenu .content .megamenu-row .menu ul li {
     margin-bottom: 19px
 }
 
 .site-header__megamenu .content .megamenu-row .menu ul li a,
 .sticky-nav__megamenu .content .megamenu-row .menu ul li a {
     font-family: "Roboto", sans-serif;
     font-size: 18px;
     line-height: 16px;
     font-weight: 700;
     color: #24272b;
     transition: all .25s ease
 }
 
 .site-header__megamenu .content .megamenu-row .menu ul li a:hover,
 .sticky-nav__megamenu .content .megamenu-row .menu ul li a:hover {
     color: #009941
 }
 
 .site-header__megamenu .content .megamenu-row .featured-news .photo img,
 .sticky-nav__megamenu .content .megamenu-row .featured-news .photo img {
     max-width: 330px;
     width: 100%;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .16);
     height: 260px;
    object-fit: cover;
 }
 
 .site-header__megamenu .content .megamenu-row .featured-news .title,
 .sticky-nav__megamenu .content .megamenu-row .featured-news .title {
     font-size: 16px;
     line-height: 18px;
     font-weight: 700;
     color: #25282a;
     transition: all .25s ease;
     display: block;
     margin-top: 15px;
     max-width: 330px
 }
 
 .site-header__megamenu .content .megamenu-row .featured-news .title:hover,
 .sticky-nav__megamenu .content .megamenu-row .featured-news .title:hover {
     color: #009941
 }
 
 .site-header__megamenu .content .megamenu-row .featured-news .link,
 .sticky-nav__megamenu .content .megamenu-row .featured-news .link {
     font-size: 16px;
     font-weight: 500;
     color: #009941;
     display: flex;
     align-items: center;
     margin-top: 9px;
     margin-bottom: 14px
 }
 
 .site-header__megamenu .content .megamenu-row .featured-news .link svg,
 .site-header__megamenu .content .megamenu-row .featured-news .link img,
 .sticky-nav__megamenu .content .megamenu-row .featured-news .link svg,
 .sticky-nav__megamenu .content .megamenu-row .featured-news .link img {
     margin-left: 17px;
     transition: all .25s ease
 }
 
 .site-header__megamenu .content .megamenu-row .featured-news .link:hover svg,
 .site-header__megamenu .content .megamenu-row .featured-news .link:hover img,
 .sticky-nav__megamenu .content .megamenu-row .featured-news .link:hover svg,
 .sticky-nav__megamenu .content .megamenu-row .featured-news .link:hover img {
     margin-left: 40px
 }
 
 .site-header__megamenu .content .megamenu-row .left-col,
 .sticky-nav__megamenu .content .megamenu-row .left-col {
     width: 45%;
     position: relative;
     padding-right: 50px
 }
 
 .site-header__megamenu .content .megamenu-row .left-col:after,
 .sticky-nav__megamenu .content .megamenu-row .left-col:after {
     content: "";
     position: absolute;
     right: 45px;
     top: 0;
     width: 1px;
     height: 295px;
     background: #e6e6e6
 }
 
 @media screen and (max-width:1400px) {
 
     .site-header__megamenu .content .megamenu-row .left-col:after,
     .sticky-nav__megamenu .content .megamenu-row .left-col:after {
         right: 30px
     }
 }
 
 .site-header__megamenu .content .megamenu-row .right-col .menu,
 .sticky-nav__megamenu .content .megamenu-row .right-col .menu {
     display: flex
 }
 
 .site-header__megamenu .content .megamenu-row .right-col .menu .menu-item,
 .sticky-nav__megamenu .content .megamenu-row .right-col .menu .menu-item {
     display: flex;
     align-items: flex-start
 }
 
 .site-header__megamenu--company .content,
 .sticky-nav__megamenu--company .content {
     padding: 30px 0 0 281px
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__megamenu--company .content,
     .sticky-nav__megamenu--company .content {
         padding: 30px 0 0
     }
 }
 
 .site-header__megamenu--company .content .megamenu-row,
 .sticky-nav__megamenu--company .content .megamenu-row {
     margin-right: 0
 }
 
 .site-header__megamenu--company .content .megamenu-row .left-col,
 .sticky-nav__megamenu--company .content .megamenu-row .left-col {
     width: 41%
 }
 
 .site-header__megamenu--company .content .megamenu-row .left-col:after,
 .sticky-nav__megamenu--company .content .megamenu-row .left-col:after {
     content: "";
     right: 115px;
     top: 0;
     height: 270px
 }
 
 .site-header__megamenu--company .content .megamenu-row .right-col,
 .sticky-nav__megamenu--company .content .megamenu-row .right-col {
     padding-right: 3px
 }
 
 .site-header__megamenu--company .content .megamenu-row .col:not(:last-of-type),
 .sticky-nav__megamenu--company .content .megamenu-row .col:not(:last-of-type) {
     margin-right: 27px
 }
 
 .site-header__megamenu--platform .content,
 .sticky-nav__megamenu--platform .content {
     padding: 70px 0 0
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__megamenu--platform .content,
     .sticky-nav__megamenu--platform .content {
         padding: 70px 0 0
     }
 }
 
 .site-header__megamenu--platform .megamenu-row .left-col,
 .sticky-nav__megamenu--platform .megamenu-row .left-col {
     display: flex;
     width: 55% !important
 }
 
 @media screen and (max-width:1200px) {
 
     .site-header__megamenu--platform .megamenu-row .left-col,
     .sticky-nav__megamenu--platform .megamenu-row .left-col {
         min-width: 55% !important
     }
 }
 
 .site-header__megamenu--platform .megamenu-row .left-col .image,
 .sticky-nav__megamenu--platform .megamenu-row .left-col .image {
     min-width: 344px;
     margin-right: 28px;
     margin-top: -8px
 }
 
 @media screen and (max-width:1800px) {
 
     .site-header__megamenu--platform .megamenu-row .left-col .image,
     .sticky-nav__megamenu--platform .megamenu-row .left-col .image {
         min-width: unset;
         margin-right: 10px
     }
 }
 
 .site-header__megamenu--platform .megamenu-row .left-col .text-wrapper,
 .sticky-nav__megamenu--platform .megamenu-row .left-col .text-wrapper {
     padding-right: 25px
 }
 
 .site-header__megamenu--platform .megamenu-row .left-col .text-wrapper .logo,
 .sticky-nav__megamenu--platform .megamenu-row .left-col .text-wrapper .logo {
     margin-bottom: 46px
 }
 
 .site-header__megamenu--platform .megamenu-row .left-col .text-wrapper .menu .menu-item .button,
 .sticky-nav__megamenu--platform .megamenu-row .left-col .text-wrapper .menu .menu-item .button {
     color: #fff;
     margin-top: 26px;
     padding: 20px 20px 19px;
     width: 100%;
     max-width: 201px;
     text-align: center
 }
 
 .site-header__megamenu--platform .megamenu-row .left-col .text-wrapper .menu .menu-item .button:visited,
 .sticky-nav__megamenu--platform .megamenu-row .left-col .text-wrapper .menu .menu-item .button:visited {
     color: #fff
 }
 
 .site-header--transparent,
 .sticky-nav--transparent {
     background: 0 0;
     box-shadow: none
 }
 
 @media screen and (max-width:991px) {
 
     .site-header--transparent .main-menu,
     .sticky-nav--transparent .main-menu {
         background: 0 0
     }
 }
 
 .site-header--transparent .site-header__topbar,
 .sticky-nav--transparent .site-header__topbar {
     background: #16191d
 }
 
 .site-header--transparent .site-header__menu .navbar .nav-item .nav-link,
 .sticky-nav--transparent .site-header__menu .navbar .nav-item .nav-link {
     color: #fff
 }
 
 .site-header--transparent .site-header__menu .navbar .nav-item.menu-btn,
 .sticky-nav--transparent .site-header__menu .navbar .nav-item.menu-btn {
     display: none
 }
 
 @media screen and (max-width:991px) {
 
     .site-header--transparent .site-header__menu .navbar .button-mobile,
     .sticky-nav--transparent .site-header__menu .navbar .button-mobile {
         display: none
     }
 }
 
 .site-header--transparent .site-header__menu .navbar .navbar-toggler,
 .sticky-nav--transparent .site-header__menu .navbar .navbar-toggler {
     border: 0
 }
 
 .site-header--home4,
 .sticky-nav--home4 {
     transition: all .25s ease
 }
 
 .site-header--home4 .site-header__menu .navbar .navbar-nav .nav-item:hover .nav-link,
 .sticky-nav--home4 .site-header__menu .navbar .navbar-nav .nav-item:hover .nav-link {
     color: #009941 !important
 }
 
 .site-header--home4:hover,
 .sticky-nav--home4:hover {
     background: rgba(255, 255, 255, .95)
 }
 
 .site-header--home4:hover .site-header__menu .navbar .navbar-nav .nav-item .nav-link,
 .sticky-nav--home4:hover .site-header__menu .navbar .navbar-nav .nav-item .nav-link {
     color: #24272b
 }
 
 .site-header--home4:hover .site-header__megamenu,
 .sticky-nav--home4:hover .site-header__megamenu {
     background: rgba(255, 255, 255, .95)
 }
 
 .sticky-nav {
     background-color: #fff;
     position: fixed;
     top: -106px;
     height: 106px;
     left: 0;
     width: 100%;
     transition: all .3s;
     z-index: 10;
     transition: .5s;
     height: 106px;
     visibility: hidden
 }
 
 @media screen and (max-width:991px) {
     .sticky-nav {
         height: 91px;
         top: -106px;
         z-index: 11
     }
 }
 
 @media screen and (max-width:430px) {
     .sticky-nav .navbar .navbar-collapse {
         top: 65px
     }
 }
 
 .sticky-nav--transparent .navbar .navbar-nav .nav-item.menu-btn {
     display: none
 }
 
 .sticky-nav--home4 {
     box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, .35)
 }
 
 .sticky-nav--home4:hover {
     background: #fff
 }
 
 .main-wrapper {
     position: relative
 }
 
 .main-wrapper .s1 {
     position: relative;
     padding: 115px 0 75px
 }
 
 .main-wrapper .s1--home {
     background-image: url(../../themes/ccsg/img/homepage-masthead-photo-gradient.jpg);
     background-size: cover;
     background-position: center 42%;
     background-repeat: no-repeat
 }
 
 .main-wrapper .s1--tsoverview {
     background-image: url(../../themes/ccsg/img/target-overview-masthead.jpg);
     background-size: cover;
     background-position: center 50%;
     background-repeat: no-repeat;
     padding: 135px 0 115px
 }
 
 .main-wrapper .s1--tioverview {
     background-image: url(../../themes/ccsg/img/target-insight-masthead.jpg);
     background-size: cover;
     background-position: center 50%;
     background-repeat: no-repeat;
     padding: 128px 0 100px
 }
 
 .main-wrapper .s1--target-insight {
     background-image: url(../../themes/ccsg/img/target-insight/new-target-insight-masthead-bg.jpg);
     background-size: cover;
     background-position: center 80%;
     background-repeat: no-repeat;
     padding: 150px 0 142px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s1--target-insight:before {
         content: "";
         position: absolute;
         left: 0;
         top: 0;
         height: 100%;
         width: 100%;
         background: rgba(0, 0, 0, .5)
     }
 }
 
 .main-wrapper .s1--target-insight .s1__text h1,
 .main-wrapper .s1--target-insight .s1__text .h1 {
     letter-spacing: -2.5px;
     max-width: 728px;
     margin-bottom: 21px
 }
 
 .main-wrapper .s1--target-insight .s1__text p {
     font-size: 24px;
     line-height: 40px;
     margin-bottom: 22px;
     max-width: 649px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--target-insight .s1__text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .s1--target-insight .s1__text .button-section {
     margin-top: 30px
 }
 
 .main-wrapper .s1--target-insight .s1__text .button-section .button {
     margin-right: 60px
 }
 
 .main-wrapper .s1--approach {
     background-image: url(../../themes/ccsg/img/our-approach-masthead.jpg);
     background-size: cover;
     background-position: center 50%;
     background-repeat: no-repeat;
     padding: 128px 0 100px
 }
 
 .main-wrapper .s1--careers {
     background-image: url(../../themes/ccsg/img/careers-masthead.jpg);
     background-size: cover;
     background-position: center 50%;
     background-repeat: no-repeat;
     padding: 160px 0 140px
 }
 
 .main-wrapper .s1--aboutus {
     background-image: url(../../themes/ccsg/img/masthead-london-cityscape1.jpg);
     background-size: cover;
     background-position: center 50%;
     background-repeat: no-repeat;
     padding: 130px 0 90px
 }
 
 .main-wrapper .s1--partnership {
     background-image: url(../../themes/ccsg/img/partner/partnership-bg-v2.jpg);
     background-size: cover;
     background-position: center 50%;
     background-repeat: no-repeat;
     padding: 145px 0 77px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s1--partnership:before {
         content: "";
         position: absolute;
         left: 0;
         top: 0;
         height: 100%;
         width: 100%;
         background: rgba(255, 255, 255, .5)
     }
 }
 
 .main-wrapper .s1--partnership .s1__text h1,
 .main-wrapper .s1--partnership .s1__text .h1 {
     font-size: 50px;
     line-height: 60px;
     max-width: 710px
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1--partnership .s1__text h1,
     .main-wrapper .s1--partnership .s1__text .h1 {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--partnership .s1__text h1,
     .main-wrapper .s1--partnership .s1__text .h1 {
         font-size: 35px;
         line-height: 40px
     }
 }
 
 .main-wrapper .s1--target-discovery {
     background-image: url(../../themes/ccsg/img/target-discovery/discovery-masthead.jpg);
     background-size: cover;
     background-position: center 50%;
     background-repeat: no-repeat;
     padding: 170px 0 113px;
     overflow: hidden
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--target-discovery {
         padding: 47px 0 43px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--target-discovery .s1__text {
     position: relative;
     z-index: 2
 }
 
 .main-wrapper .s1--target-discovery .s1__text h1,
 .main-wrapper .s1--target-discovery .s1__text .h1 {
     letter-spacing: -2.5px;
     max-width: 742px;
     font-size: 50px;
     line-height: 60px;
     margin-bottom: 20px
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1--target-discovery .s1__text h1,
     .main-wrapper .s1--target-discovery .s1__text .h1 {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--target-discovery .s1__text h1,
     .main-wrapper .s1--target-discovery .s1__text .h1 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset;
         text-align: center;
         letter-spacing: -.5px
     }
 }
 
 .main-wrapper .s1--target-discovery .s1__text p {
     font-size: 24px;
     line-height: 34px;
     max-width: 795px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--target-discovery .s1__text p {
         font-size: 16px;
         line-height: 24px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--target-discovery .s1__text p span {
     font-weight: 700
 }
 
 .main-wrapper .s1--target-discovery .s1__text .target-logo-mobile {
     display: none
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--target-discovery .s1__text .target-logo-mobile {
         display: block;
         width: 228px;
         margin: 28px auto 29px
     }
 }
 
 .main-wrapper .s1--target-discovery .s1__text .button-section {
     display: flex;
     flex-wrap: wrap;
     margin-top: 36px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--target-discovery .s1__text .button-section {
         justify-content: center;
         margin-top: 22px
     }
 }
 
 .main-wrapper .s1--target-discovery .s1__text .button-section .button {
     padding: 20px 42px 19px;
     margin-right: 25px;
     margin-bottom: 20px;
     cursor: pointer
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--target-discovery .s1__text .button-section .button {
         margin-right: 0
     }
 }
 
 .main-wrapper .s1--target-discovery .s1__text .button-section .button:focus {
     color: #fff
 }
 
 .main-wrapper .s1--target-discovery .s1__text .button-section .button:visited {
     color: #fff
 }
 
 .main-wrapper .s1--target-discovery .s1__text .button-section .target-logo {
     position: relative;
     top: -4px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--target-discovery .s1__text .button-section .target-logo {
         display: none
     }
 }
 
 .main-wrapper .s1--all-targets {
     background-image: url('../images/ccsg-newtarget-masthead-v2.jpg');
     background-size: cover;
     background-position: center 37%;
     background-repeat: no-repeat;
     padding: 172px 0 126px;
     overflow: hidden
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--all-targets {
         padding: 47px 0 43px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--all-targets .s1__text {
     position: relative;
     z-index: 2;
     max-width: 630px
 }
 
 .main-wrapper .s1--all-targets .s1__text h1,
 .main-wrapper .s1--all-targets .s1__text .h1 {
     letter-spacing: -1px;
     max-width: 875px;
     font-size: 50px;
     line-height: 60px;
     margin-bottom: 13px
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1--all-targets .s1__text h1,
     .main-wrapper .s1--all-targets .s1__text .h1 {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .s1--all-targets .s1__text h1,
     .main-wrapper .s1--all-targets .s1__text .h1 {
         letter-spacing: -.5px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--all-targets .s1__text h1,
     .main-wrapper .s1--all-targets .s1__text .h1 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset;
         text-align: center
     }
 }
 
 .main-wrapper .s1--all-targets .s1__text p {
     font-size: 24px;
     line-height: 40px;
     max-width: 795px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--all-targets .s1__text p {
         font-size: 16px;
         line-height: 24px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--all-targets .s1__text p span {
     font-weight: 700
 }
 
 .main-wrapper .s1--all-targets .s1__text .target-logo-mobile {
     display: none
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--all-targets .s1__text .target-logo-mobile {
         display: block;
         width: 228px;
         margin: 28px auto 29px
     }
 }
 
 .main-wrapper .s1--all-targets .s1__text .button-section {
     display: flex;
     flex-wrap: wrap;
     margin-top: 36px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--all-targets .s1__text .button-section {
         justify-content: center;
         margin-top: 22px
     }
 }
 
 .main-wrapper .s1--all-targets .s1__text .button-section .button {
     padding: 20px 42px 19px;
     margin-right: 46px;
     margin-bottom: 20px;
     cursor: pointer
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--all-targets .s1__text .button-section .button {
         margin-right: 0
     }
 }
 
 .main-wrapper .s1--all-targets .s1__text .button-section .button:focus {
     color: #fff
 }
 
 .main-wrapper .s1--all-targets .s1__text .button-section .button:visited {
     color: #fff
 }
 
 .main-wrapper .s1--all-targets .s1__text .button-section .target-logo {
     position: relative;
     top: -4px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--all-targets .s1__text .button-section .target-logo {
         margin: 0 11px
     }
 }
 
 .main-wrapper .s1--caseview {
     background-image: url(../../themes/ccsg/img/target-caseview/masthead-caseview-v3.jpg);
     background-size: cover;
     background-position: center 50%;
     background-repeat: no-repeat;
     padding: 128px 0 201px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s1--caseview {
         background-position: 80% 50%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s1--caseview:before {
         content: "";
         position: absolute;
         left: 0;
         top: 0;
         height: 100%;
         width: 100%;
         background: rgba(255, 255, 255, .5)
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s1--caseview:before {
         background: rgba(255, 255, 255, .8)
     }
 }
 
 .main-wrapper .s1--caseview .s1__text h1,
 .main-wrapper .s1--caseview .s1__text .h1 {
     font-size: 50px;
     line-height: 60px;
     margin-bottom: 30px;
     max-width: 640px;
     letter-spacing: -2.5px
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1--caseview .s1__text h1,
     .main-wrapper .s1--caseview .s1__text .h1 {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--caseview .s1__text h1,
     .main-wrapper .s1--caseview .s1__text .h1 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset
     }
 }
 
 .main-wrapper .s1--caseview .s1__text p {
     font-size: 24px;
     line-height: 38px;
     margin-bottom: -13px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--caseview .s1__text p {
         font-size: 16px;
         line-height: 26px
     }
 }
 
 .main-wrapper .s1--caseview .s1__text .button-section .button {
     margin-right: 58px
 }
 
 .main-wrapper .s1--AUTOBAY {
     background: #25282a;
     padding: 128px 0 120px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s1--AUTOBAY {
         padding: 80px 0 100px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s1--AUTOBAY {
         padding: 75px 0 340px !important
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .s1--AUTOBAY {
         padding: 75px 0 270px !important
     }
 }
 
 @media screen and (max-width:420px) {
     .main-wrapper .s1--AUTOBAY {
         padding: 75px 0 240px !important
     }
 }
 
 .main-wrapper .s1--AUTOBAY .s1__text h1,
 .main-wrapper .s1--AUTOBAY .s1__text .h1 {
     font-size: 50px;
     line-height: 60px;
     max-width: 843px;
     margin-bottom: 25px
 }
 
 @media screen and (max-width:1500px) {
 
     .main-wrapper .s1--AUTOBAY .s1__text h1,
     .main-wrapper .s1--AUTOBAY .s1__text .h1 {
         font-size: 50px;
         line-height: 60px;
         max-width: 775px;
         letter-spacing: 0
     }
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1--AUTOBAY .s1__text h1,
     .main-wrapper .s1--AUTOBAY .s1__text .h1 {
         font-size: 44px;
         line-height: 54px;
         max-width: 704px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--AUTOBAY .s1__text h1,
     .main-wrapper .s1--AUTOBAY .s1__text .h1 {
         font-size: 35px;
         line-height: 40px
     }
 }
 
 .main-wrapper .s1--AUTOBAY .s1__text p {
     font-size: 24px;
     line-height: 40px;
     max-width: 743px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s1--AUTOBAY .s1__text p {
         font-size: 20px;
         line-height: 36px;
         max-width: 650px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--AUTOBAY .s1__text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s1--AUTOBAY .s1__text .button-section {
         flex-direction: column
     }
 }
 
 .main-wrapper .s1--AUTOBAY .s1__text .button-section .button {
     background: #01a7b8;
     -webkit-animation: unset;
     animation: unset;
     transition: all .25s ease;
     margin-right: 37px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s1--AUTOBAY .s1__text .button-section .button {
         margin-bottom: 25px
     }
 }
 
 .main-wrapper .s1--AUTOBAY .s1__text .button-section .button:hover {
     background: #9ea4aa
 }
 
 .main-wrapper .s1--AUTOBAY .s1__text .button-section .target-logo {
     max-width: 300px
 }
 
 @media screen and (max-width:350px) {
     .main-wrapper .s1--AUTOBAY .s1__text .button-section .target-logo {
         max-width: 100%
     }
 }
 
 .main-wrapper .s1--AUTOBAY .s1__image {
     position: absolute;
     bottom: 0;
     right: 0
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .s1--AUTOBAY .s1__image {
         max-width: 58%
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s1--AUTOBAY .s1__image {
         max-width: 100%
     }
 }
 
 .main-wrapper .s1--our-approach {
     background-image: url(../../themes/ccsg/img/our-approach/ccsg-ourapproach-masthead.jpg);
     background-size: cover;
     background-position: center 50%;
     background-repeat: no-repeat;
     padding: 154px 0 67px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s1--our-approach {
         background-position: 80% 50%
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s1--our-approach:before {
         content: "";
         position: absolute;
         left: 0;
         top: 0;
         height: 100%;
         width: 100%;
         background: rgba(255, 255, 255, .5)
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s1--our-approach:before {
         background: rgba(255, 255, 255, .8)
     }
 }
 
 .main-wrapper .s1--our-approach .s1__text h1,
 .main-wrapper .s1--our-approach .s1__text .h1 {
     font-size: 50px;
     line-height: 60px;
     margin-bottom: 20px;
     max-width: 640px;
     letter-spacing: -2.5px
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1--our-approach .s1__text h1,
     .main-wrapper .s1--our-approach .s1__text .h1 {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--our-approach .s1__text h1,
     .main-wrapper .s1--our-approach .s1__text .h1 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset
     }
 }
 
 .main-wrapper .s1--our-approach .s1__text p {
     font-size: 24px;
     line-height: 40px;
     max-width: 670px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--our-approach .s1__text p {
         font-size: 16px;
         line-height: 26px
     }
 }
 
 .main-wrapper .s1--our-approach .s1__text .button-section .button {
     margin-right: 58px
 }
 
 .main-wrapper .s1--about-us-new {
     background-image: url(../../themes/ccsg/img/about-us/ccsg-aboutus-masthead.jpg);
     background-size: cover;
     background-position: 50% 30%;
     background-repeat: no-repeat;
     padding: 191px 0 229px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s1--about-us-new {
         background-position: 80% 50%
     }
 }
 
 .main-wrapper .s1--about-us-new .s1__text h1,
 .main-wrapper .s1--about-us-new .s1__text .h1 {
     font-size: 50px;
     line-height: 60px;
     margin-bottom: 30px;
     max-width: 640px;
     letter-spacing: -2.5px;
     color: #fff
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1--about-us-new .s1__text h1,
     .main-wrapper .s1--about-us-new .s1__text .h1 {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--about-us-new .s1__text h1,
     .main-wrapper .s1--about-us-new .s1__text .h1 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset
     }
 }
 
 .main-wrapper .s1--about-us-new .s1__text p {
     font-size: 19px;
     line-height: 33px;
     margin-bottom: -13px;
     color: #fff;
     max-width: 743px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--about-us-new .s1__text p {
         font-size: 16px;
         line-height: 26px
     }
 }
 
 .main-wrapper .s1--about-us-new .s1__text .button-section .button {
     margin-right: 58px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s1 {
         padding: 75px 0
     }
 }
 
 .main-wrapper .s1__text {
     position: relative;
     z-index: 1
 }
 
 .main-wrapper .s1__text .subtitle {
     color: #fff;
     font-size: 14px;
     line-height: 20px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 7px;
     letter-spacing: .2px
 }
 
 .main-wrapper .s1__text h1,
 .main-wrapper .s1__text .h1 {
     color: #fff;
     font-family: "Montserrat", sans-serif;
     font-size: 50px;
     line-height: 60px;
     font-weight: 700;
     letter-spacing: -.5px;
     max-width: 620px;
     margin-bottom: 15px
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1__text h1,
     .main-wrapper .s1__text .h1 {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1__text h1,
     .main-wrapper .s1__text .h1 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset
     }
 }
 
 .main-wrapper .s1__text .h1-tsoverview {
     max-width: 696px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1__text .h1-tsoverview {
         max-width: unset
     }
 }
 
 .main-wrapper .s1__text .h1-approach {
     font-size: 50px;
     line-height: 60px;
     max-width: 705px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s1__text .h1-approach {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1__text .h1-approach {
         font-size: 35px;
         line-height: 40px;
         max-width: unset
     }
 }
 
 .main-wrapper .s1__text .h1-careers {
     font-size: 50px;
     line-height: 60px;
     max-width: 650px;
     margin-top: 14px;
     margin-bottom: 33px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s1__text .h1-careers {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1__text .h1-careers {
         font-size: 35px;
         line-height: 40px;
         max-width: unset
     }
 }
 
 .main-wrapper .s1__text p {
     color: #fff;
     font-size: 18px;
     line-height: 30px;
     max-width: 570px;
     margin-bottom: 30px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s1__text p {
         margin-bottom: 20px;
         font-size: 16px;
         line-height: 26px
     }
 }
 
 .main-wrapper .s1__text .p-tsoverview {
     font-size: 20px;
     line-height: 34px;
     margin-bottom: 22px;
     max-width: 649px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1__text .p-tsoverview {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .s1__text .p-tsoverview-v2 {
     max-width: 687px
 }
 
 .main-wrapper .s1__text .p-careers {
     max-width: 709px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1__text .p-careers {
         max-width: unset
     }
 }
 
 .main-wrapper .s1__text .p-approach {
     max-width: 697px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1__text .p-approach {
         max-width: unset
     }
 }
 
 .main-wrapper .s1__text .p-partnership {
     max-width: 707px;
     font-size: 24px;
     line-height: 40px;
     color: #24272b
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s1__text .p-partnership {
         font-size: 20px;
         line-height: 36px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1__text .p-partnership {
         font-size: 16px;
         line-height: 24px;
         max-width: unset
     }
 }
 
 .main-wrapper .s1__text .button {
     margin-top: 12px
 }
 
 .main-wrapper .s1__text .button-section {
     display: flex;
     flex-wrap: wrap;
     margin-top: 36px
 }
 
 .main-wrapper .s1__text .button-section .button {
     padding: 17px 20px;
     margin-right: 20px;
     margin-bottom: 15px;
     width: 200px;
     text-align: center;
     cursor: pointer
 }
 
 .main-wrapper .s1__text .button-section .button.button-border {
     background: 0 0;
     font-size: 16px;
     line-height: 26px;
     font-weight: 700;
     color: #009941;
     border: 1px solid #009941;
     padding: 16px 20px;
     border-radius: 0;
     transition: all .25s ease;
     -webkit-animation: unset;
     animation: unset
 }
 
 .main-wrapper .s1__text .button-section .button.button-border:hover {
     background: #009941;
     color: #fff
 }
 
 .main-wrapper .s1__text--black-text .subtitle {
     color: #009941
 }
 
 .main-wrapper .s1__text--black-text h1,
 .main-wrapper .s1__text--black-text .h1 {
     color: #24272b;
     letter-spacing: -3px
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .s1__text--black-text h1,
     .main-wrapper .s1__text--black-text .h1 {
         letter-spacing: -.5px
     }
 }
 
 .main-wrapper .s1__text--black-text p {
     color: #24272b;
     line-height: 24px
 }
 
 .main-wrapper .s1 .about-label {
     max-width: 348px;
     margin-top: 100px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s1 .about-label {
         margin-top: 10px
     }
 }
 
 .main-wrapper .s2 {
     background: #009941;
     padding: 12px 0 15px;
     box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .28)
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2 {
         padding: 5px 0 25px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2 {
         padding: 25px 0 25px
     }
 }
 
 .main-wrapper .s2--tsoverview {
     padding: 23px 0 25px
 }
 
 .main-wrapper .s2 .feature-border {
     position: relative
 }
 
 .main-wrapper .s2 .feature-border:before {
     content: "";
     position: absolute;
     width: 1px;
     height: 56px;
     background: #fff;
     left: -3px;
     top: 19px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2 .feature-border:before {
         display: none
     }
 }
 
 .main-wrapper .s2 .feature-border:after {
     content: "";
     position: absolute;
     width: 1px;
     height: 56px;
     background: #fff;
     right: 0;
     top: 19px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2 .feature-border:after {
         right: 13px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2 .feature-border:after {
         display: none
     }
 }
 
 .main-wrapper .s2__feature {
     display: flex;
     align-items: center
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2__feature {
         flex-wrap: wrap
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2__feature {
         justify-content: center;
         flex-wrap: nowrap
     }
 }
 
 .main-wrapper .s2__feature--2 {
     justify-content: center;
     margin-left: 14px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2__feature--2 {
         justify-content: flex-start;
         margin-left: 24px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2__feature--2 {
         justify-content: center;
         margin: 25px 0 35px;
         margin-left: 0
     }
 }
 
 .main-wrapper .s2__feature--3 {
     justify-content: flex-end;
     margin-right: 24px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2__feature--3 {
         justify-content: flex-start;
         margin-right: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2__feature--3 {
         margin-left: 38px;
         justify-content: flex-start
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2__feature--3 {
         justify-content: center;
         margin-right: 0;
         margin-left: 0
     }
 }
 
 .main-wrapper .s2__feature svg {
     margin-right: 28px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2__feature svg {
         flex-wrap: wrap;
         margin-right: 0;
         height: 140px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2__feature svg {
         height: auto;
         width: 100px;
         margin-right: 28px
     }
 }
 
 .main-wrapper .s2__feature .icon {
     margin-right: 28px;
     display: flex;
     align-items: center
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2__feature .icon {
         flex-wrap: wrap;
         margin-right: 0;
         height: 140px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2__feature .icon {
         height: auto;
         width: 100px;
         margin-right: 28px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2__feature--tsoverview svg {
         width: auto
     }
 }
 
 .main-wrapper .s2__feature .text {
     color: #fff;
     font-size: 21px;
     line-height: 21px;
     font-weight: 300;
     text-transform: uppercase;
     max-width: 170px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2__feature .text {
         max-width: unset;
         width: 100%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2__feature .text {
         width: auto;
         max-width: 160px
     }
 }
 
 .main-wrapper .s2__feature .text span {
     font-weight: 700
 }
 
 .main-wrapper .s2__feature .text .title {
     font-family: "Montserrat", sans-serif;
     font-weight: 700;
     font-size: 32px;
     line-height: 36px;
     letter-spacing: -.5px;
     text-transform: none
 }
 
 .main-wrapper .s2__feature .text .desc {
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     line-height: 24px;
     text-transform: none;
     font-weight: 400
 }
 
 .s3 {
     padding: 30px 0;
     position: relative
 }
 
 .s3--v2 {
     padding: 60px 0 20px
 }
 
 .s3--tioverview {
     padding: 65px 0 68px
 }
 
 .s3--approach {
     padding: 65px 0 20px
 }
 
 .s3--about {
     padding: 65px 0 68px
 }
 
 .s3__box {
     position: relative
 }
 
 .s3__box--v2 {
     background-image: url(../../themes/ccsg/img/services-bg.png);
     background-size: cover;
     background-position: right center;
     background-repeat: no-repeat
 }
 
 @media screen and (max-width:1400px) {
     .s3__box--v2 {
         background-size: 100%;
         background-position: right bottom
     }
 }
 
 @media screen and (max-width:1200px) {
     .s3__box--v2 {
         background-size: 80%;
         background-position: right bottom
     }
 }
 
 @media screen and (max-width:600px) {
     .s3__box--v2 {
         background-size: 100%
     }
 }
 
 .s3__box .photo {
     position: absolute;
     top: 0;
     left: 0;
     background-size: cover;
     background-position: center;
     width: 40%;
     height: 100%;
     z-index: 1
 }
 
 @media screen and (max-width:1200px) {
     .s3__box .photo {
         width: 420px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3__box .photo {
         width: 100%;
         height: 350px;
         top: auto;
         bottom: 0
     }
 }
 
 @media screen and (max-width:420px) {
     .s3__box .photo {
         height: 250px
     }
 }
 
 .s3__box .photo.img-tsfeatures {
     left: auto;
     right: 0
 }
 
 .s3__box .photo--tioverview {
     top: 25px;
     left: 53px;
     width: auto;
     height: auto;
     z-index: 0
 }
 
 @media screen and (max-width:1400px) {
     .s3__box .photo--tioverview {
         left: 25px
     }
 }
 
 @media screen and (max-width:1200px) {
     .s3__box .photo--tioverview {
         max-width: 400px;
         top: 120px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3__box .photo--tioverview {
         margin: 0 auto;
         top: auto;
         max-width: 68%;
         left: 0;
         right: 0
     }
 }
 
 @media screen and (max-width:768px) {
     .s3__box .photo--tioverview {
         max-width: 90%;
         left: -38px
     }
 }
 
 .s3__box .photo--discovery {
     max-width: 505px;
     width: 100%;
     height: auto;
     top: 89px;
     left: 24px
 }
 
 @media screen and (max-width:1200px) {
     .s3__box .photo--discovery {
         max-width: 400px;
         top: 120px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3__box .photo--discovery {
         margin: 0 auto;
         top: auto;
         max-width: 68%;
         left: 0;
         right: 0
     }
 }
 
 @media screen and (max-width:768px) {
     .s3__box .photo--discovery {
         max-width: 90%;
         left: -38px
     }
 }
 
 .s3__box .about {
     position: relative;
     border: 15px solid #e5f5eb
 }
 
 .s3__box .about .text {
     margin-left: 40%;
     padding: 70px 45px 38px 50px
 }
 
 .s3__box .about .text--tsoverview {
     padding: 70px 124px 73px 120px
 }
 
 @media screen and (max-width:1400px) {
     .s3__box .about .text--tsoverview {
         padding: 65px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3__box .about .text--tsoverview {
         padding: 40px 25px 10px
     }
 }
 
 .s3__box .about .text--tioverview {
     padding: 70px 124px 73px 120px;
     margin-left: 570px
 }
 
 @media screen and (max-width:1400px) {
     .s3__box .about .text--tioverview {
         padding: 65px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3__box .about .text--tioverview {
         padding: 40px 25px 10px
     }
 }
 
 .s3__box .about .text--approach {
     padding: 100px 120px 72px
 }
 
 @media screen and (max-width:1400px) {
     .s3__box .about .text--approach {
         padding: 65px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3__box .about .text--approach {
         padding: 40px 25px 10px
     }
 }
 
 .s3__box .about .text--discovery {
     padding: 128px 28px 191px 22px;
     margin-left: 50%
 }
 
 .s3__box .about .text--discovery h2,
 .s3__box .about .text--discovery .h2 {
     margin-bottom: 52px !important
 }
 
 .s3__box .about .text--discovery p {
     max-width: 633px
 }
 
 @media screen and (max-width:1400px) {
     .s3__box .about .text--discovery p {
         max-width: 486px
     }
 }
 
 @media screen and (max-width:1200px) {
     .s3__box .about .text {
         margin-left: 415px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3__box .about .text {
         margin-left: 0;
         margin-bottom: 350px;
         padding: 40px 25px 10px
     }
 }
 
 @media screen and (max-width:420px) {
     .s3__box .about .text {
         margin-bottom: 250px
     }
 }
 
 .s3__box .about .text--tsfeatures {
     margin-left: 0;
     margin-right: 48%;
     padding: 80px 108px 76px 85px
 }
 
 @media screen and (max-width:1400px) {
     .s3__box .about .text--tsfeatures {
         padding: 65px
     }
 }
 
 @media screen and (max-width:1200px) {
     .s3__box .about .text--tsfeatures {
         margin-right: 250px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3__box .about .text--tsfeatures {
         padding: 40px 25px 0;
         margin-right: 0;
         margin-bottom: 35%
     }
 }
 
 .s3__box .about .text--partnership {
     padding: 92px 120px 66px
 }
 
 @media screen and (max-width:1400px) {
     .s3__box .about .text--partnership {
         padding: 65px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3__box .about .text--partnership {
         margin-left: 0;
         padding: 40px 25px 10px
     }
 }
 
 .s3__box .about .text--partnership p {
     max-width: 684px;
     margin-top: 39px
 }
 
 .s3__box .about .text .target-tioverview {
     margin-top: 20px;
     max-width: 100%
 }
 
 .s3__box .about .text .subtitle {
     color: #009941;
     font-size: 14px;
     line-height: 20px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 14px;
     letter-spacing: .2px
 }
 
 .s3__box .about .text h2,
 .s3__box .about .text .h2 {
     max-width: 650px;
     margin-bottom: 20px
 }
 
 .s3__box .about .text .bold {
     font-size: 18px;
     line-height: 26px;
     font-weight: 500;
     margin-bottom: 22px
 }
 
 @media screen and (max-width:600px) {
     .s3__box .about .text .bold {
         font-size: 16px
     }
 }
 
 .s3__box .about .text .link {
     font-size: 16px;
     font-weight: 500;
     color: #009941;
     display: flex;
     align-items: center;
     margin-top: 30px;
     margin-bottom: 10px
 }
 
 .s3__box .about .text .link svg,
 .s3__box .about .text .link img {
     margin-left: 17px;
     transition: all .25s ease
 }
 
 .s3__box .about .text .link:hover svg,
 .s3__box .about .text .link:hover img {
     margin-left: 40px
 }
 
 .s3__box .about .text .years {
     display: flex;
     align-items: center;
     max-width: 410px;
     position: relative;
     margin: 46px 0 32px
 }
 
 @media screen and (max-width:420px) {
     .s3__box .about .text .years {
         flex-wrap: wrap
     }
 }
 
 .s3__box .about .text .years svg {
     position: absolute;
     left: 0;
     top: 0
 }
 
 .s3__box .about .text .years .year {
     font-family: "Montserrat", sans-serif;
     color: #009941;
     font-size: 100px;
     line-height: 26px;
     font-weight: 700;
     margin-left: 28px
 }
 
 @media screen and (max-width:600px) {
     .s3__box .about .text .years .year {
         font-size: 70px
     }
 }
 
 @media screen and (max-width:420px) {
     .s3__box .about .text .years .year {
         margin-top: 20px
     }
 }
 
 .s3__box .about .text .years .year-title {
     margin-left: 10px;
     font-family: "Montserrat", sans-serif;
     color: #24272b;
     font-size: 40px;
     line-height: 38px;
     letter-spacing: -.5px;
     font-weight: 700
 }
 
 @media screen and (max-width:600px) {
     .s3__box .about .text .years .year-title {
         font-size: 30px;
         line-height: 28px
     }
 }
 
 @media screen and (max-width:420px) {
     .s3__box .about .text .years .year-title {
         margin-top: 30px
     }
 }
 
 .s3__box .about .text .svg-tsoverview {
     margin-top: 50px
 }
 
 @media screen and (max-width:991px) {
     .s3__box .about .text .svg-tsoverview {
         width: 300px;
         max-width: 100%
     }
 }
 
 @media screen and (max-width:991px) {
     .s3__box .about .text .img-tsoverview {
         background-position: center 20%
     }
 }
 
 .s3__box .about .text .p-approach {
     margin: 20px 0 65px;
     max-width: 675px
 }
 
 .s3__box .about .text .svg-approach {
     max-width: 100%
 }
 
 .s3__box .about .text .button {
     width: 236px;
     text-align: center
 }
 
 @media screen and (max-width:400px) {
     .s3__box .about .text .button {
         width: 200px
     }
 }
 
 .s3--discovery {
     padding: 58px 0 15px
 }
 
 .s3--discovery .s3__box .photo img {
     left: 147px
 }
 
 @media screen and (max-width:1600px) {
     .s3--discovery .s3__box .photo img {
         left: 87px
     }
 }
 
 @media screen and (max-width:1400px) {
     .s3--discovery .s3__box .photo img {
         left: 27px
     }
 }
 
 @media screen and (max-width:1200px) {
     .s3--discovery .s3__box .photo img {
         left: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .s3--discovery .s3__box .photo img {
         bottom: 30px;
         padding-right: 20px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3--discovery .s3__box .about .text {
         padding: 40px 25px 30px
     }
 }
 
 .s3--target-services {
     padding: 91px 0;
     position: relative
 }
 
 .s3--target-services .s3__box .photo {
     width: 50%
 }
 
 @media screen and (max-width:991px) {
     .s3--target-services .s3__box .photo {
         width: 100%
     }
 }
 
 .s3--target-services .s3__box .about .text {
     margin-left: 50%;
     padding: 132px 115px 102px 134px
 }
 
 @media screen and (max-width:1400px) {
     .s3--target-services .s3__box .about .text {
         padding: 65px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3--target-services .s3__box .about .text {
         margin-left: 0;
         padding: 40px 25px 10px
     }
 }
 
 .s3--target-services .s3__box .about .text h2,
 .s3--target-services .s3__box .about .text .h2 {
     font-size: 36px;
     line-height: 46px;
     max-width: 515px;
     margin-bottom: 32px
 }
 
 @media screen and (max-width:768px) {
 
     .s3--target-services .s3__box .about .text h2,
     .s3--target-services .s3__box .about .text .h2 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .s3--target-services .s3__box .about .text p {
     font-size: 20px;
     line-height: 34px;
     color: #24272b
 }
 
 @media screen and (max-width:768px) {
     .s3--target-services .s3__box .about .text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .s3--ts-overview .s3__box .about .text {
     padding: 70px 120px
 }
 
 @media screen and (max-width:1400px) {
     .s3--ts-overview .s3__box .about .text {
         padding: 65px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3--ts-overview .s3__box .about .text {
         margin-left: 0;
         padding: 40px 25px 10px
     }
 }
 
 .s3--all-targets {
     padding: 91px 0 0
 }
 
 .s3--all-targets .s3__box .photo {
     width: 50%;
     margin-top: 92px;
     margin-left: -11px
 }
 
 @media screen and (max-width:991px) {
     .s3--all-targets .s3__box .photo {
         width: 100%;
         margin-bottom: 50px;
         margin-left: 0
     }
 }
 
 @media screen and (max-width:768px) {
     .s3--all-targets .s3__box .photo {
         margin-bottom: 0
     }
 }
 
 @media screen and (max-width:500px) {
     .s3--all-targets .s3__box .photo {
         margin-bottom: -50px
     }
 }
 
 @media screen and (max-width:420px) {
     .s3--all-targets .s3__box .photo {
         margin-bottom: 0
     }
 }
 
 .s3--all-targets .s3__box .about .text {
     margin-left: 50%;
     padding: 71px 99px 55px 8px
 }
 
 @media screen and (max-width:1400px) {
     .s3--all-targets .s3__box .about .text {
         padding: 65px 65px 65px 0
     }
 }
 
 @media screen and (max-width:991px) {
     .s3--all-targets .s3__box .about .text {
         margin-left: 0;
         padding: 40px 25px 10px
     }
 }
 
 .s3--all-targets .s3__box .about .text .subtitle {
     margin-bottom: 27px
 }
 
 .s3--all-targets .s3__box .about .text h2,
 .s3--all-targets .s3__box .about .text .h2 {
     font-size: 36px;
     line-height: 46px;
     max-width: 683px;
     margin-bottom: 32px
 }
 
 @media screen and (max-width:768px) {
 
     .s3--all-targets .s3__box .about .text h2,
     .s3--all-targets .s3__box .about .text .h2 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .s3--all-targets .s3__box .about .text p {
     font-size: 20px;
     line-height: 34px;
     color: #24272b
 }
 
 @media screen and (max-width:768px) {
     .s3--all-targets .s3__box .about .text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .s3--all-targets .s3__box .about .text ul {
     list-style: none;
     margin: 33px 0 0;
     padding: 0
 }
 
 .s3--all-targets .s3__box .about .text ul li {
     text-transform: uppercase;
     font-size: 16px;
     line-height: 24px;
     margin-bottom: 9px
 }
 
 .s3--all-targets .s3__box .about .text ul li img {
     margin-right: 5px;
     width: 14px
 }
 
 .s3--about-us-new {
     padding: 119px 0 50px;
     position: relative
 }
 
 .s3--about-us-new .s3__box .photo {
     width: 50%
 }
 
 @media screen and (max-width:991px) {
     .s3--about-us-new .s3__box .photo {
         width: 100%
     }
 }
 
 .s3--about-us-new .s3__box .about .text {
     margin-left: 50%;
     padding: 145px 115px 133px 75px
 }
 
 @media screen and (max-width:1400px) {
     .s3--about-us-new .s3__box .about .text {
         padding: 65px
     }
 }
 
 @media screen and (max-width:991px) {
     .s3--about-us-new .s3__box .about .text {
         margin-left: 0;
         padding: 40px 25px 10px
     }
 }
 
 .s3--about-us-new .s3__box .about .text h2,
 .s3--about-us-new .s3__box .about .text .h2 {
     font-size: 36px;
     line-height: 46px;
     max-width: 515px;
     margin-bottom: 20px
 }
 
 @media screen and (max-width:768px) {
 
     .s3--about-us-new .s3__box .about .text h2,
     .s3--about-us-new .s3__box .about .text .h2 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .s3--about-us-new .s3__box .about .text p {
     font-size: 24px;
     line-height: 40px;
     color: #24272b
 }
 
 @media screen and (max-width:768px) {
     .s3--about-us-new .s3__box .about .text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .s4 {
     position: relative;
     padding-bottom: 55px
 }
 
 .s4__box {
     position: relative;
     border: 15px solid #e5f5eb;
     padding: 63px 35px 40px
 }
 
 @media screen and (max-width:991px) {
     .s4__box {
         margin-bottom: 30px
     }
 }
 
 .s4__box .logo {
     margin-bottom: 41px
 }
 
 @media screen and (max-width:1200px) {
     .s4__box .logo {
         width: 180px
     }
 }
 
 .s4__box h3,
 .s4__box .h3 {
     margin-bottom: 17px
 }
 
 .s4__box p {
     margin-bottom: 28px
 }
 
 .s4__box .link {
     font-size: 16px;
     font-weight: 500;
     color: #009941;
     display: flex;
     align-items: center
 }
 
 .s4__box .link svg {
     margin-left: 17px;
     transition: all .25s ease
 }
 
 .s4__box .link:hover svg {
     margin-left: 40px
 }
 
 .s4__box-green {
     background: #009941;
     padding: 83px 35px 30px;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between
 }
 
 .s4__box-green .top-part {
     text-align: center
 }
 
 .s4__box-green .top-part .env {
     margin-bottom: 30px
 }
 
 .s4__box-green .top-part .title {
     font-size: 21px;
     font-weight: 700;
     line-height: 26px;
     color: #fff;
     margin-bottom: 25px
 }
 
 .s4__box-green .top-part p {
     margin-bottom: 28px;
     color: #fff
 }
 
 .s4__box-green .link {
     position: relative;
     background: #fff;
     padding: 19px 22px;
     width: 100%;
     font-size: 16px;
     font-weight: 700;
     color: #009941;
     display: flex;
     align-items: center;
     width: 100%;
     cursor: pointer
 }
 
 .s4__box-green .link svg {
     position: absolute;
     left: 110px;
     top: 23px;
     transition: all .25s ease
 }
 
 .s4__box-green .link:hover svg {
     left: 85%
 }
 
 @media screen and (max-width:1200px) {
     .s4__box-green .link:hover svg {
         left: 80%
     }
 }
 
 @media screen and (max-width:991px) {
     .s4__box-green .link:hover svg {
         left: 92%
     }
 }
 
 @media screen and (max-width:768px) {
     .s4__box-green .link:hover svg {
         left: 90%
     }
 }
 
 @media screen and (max-width:600px) {
     .s4__box-green .link:hover svg {
         left: 87%
     }
 }
 
 @media screen and (max-width:500px) {
     .s4__box-green .link:hover svg {
         left: 85%
     }
 }
 
 @media screen and (max-width:380px) {
     .s4__box-green .link:hover svg {
         left: 81%
     }
 }
 
 .s5 {
     position: relative;
     background: #eaeaea;
     padding: 80px 0 220px
 }
 
 @media screen and (max-width:1200px) {
     .s5 .align-bottom {
         align-items: center
     }
 }
 
 .s5__text .subtitle {
     margin-bottom: 14px
 }
 
 .s5__text .checkmarks {
     margin-top: 29px
 }
 
 .s5__text .checkmarks .check-item {
     display: flex;
     margin-bottom: 15px;
     max-width: 495px
 }
 
 @media screen and (max-width:991px) {
     .s5__text .checkmarks .check-item {
         max-width: unset
     }
 }
 
 .s5__text .checkmarks .check-item .icon {
     width: 55px;
     height: 55px;
     background: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex: 0 0 55px;
     margin-right: 27px;
     box-shadow: 0px 3px 14px -5px rgba(0, 0, 0, .3)
 }
 
 .s5__text .checkmarks .check-item .text .title {
     font-size: 21px;
     line-height: 26px;
     color: #24272b;
     font-weight: 700;
     margin-top: 12px;
     margin-bottom: 19px
 }
 
 .s5__photo {
     padding-left: 0;
     margin-bottom: 30px
 }
 
 @media screen and (max-width:1200px) {
     .s5__photo {
         padding-left: 15px
     }
 }
 
 @media screen and (max-width:991px) {
     .s5__photo {
         margin-top: 30px
     }
 }
 
 .s5__photo img {
     width: 100%
 }
 
 .s6 {
     position: relative;
     background-image: url(../../themes/ccsg/img/news-image.jpg);
     background-size: cover;
     background-position: center;
     max-width: 1300px;
     margin: -160px auto 0 auto;
     padding: 85px 0 153px
 }
 
 .s6--singleteam {
     margin-top: 0;
     padding: 64px 0 75px;
     background-image: url(../../themes/ccsg/img/job-opportunity.jpg);
     margin-top: -160px;
     margin-bottom: 88px
 }
 
 @media screen and (max-width:991px) {
     .s6--singleteam {
         margin-bottom: 0;
         margin-top: 0
     }
 }
 
 .s6__text {
     text-align: center
 }
 
 .s6__text .subtitle {
     color: #fff;
     margin-bottom: 22px
 }
 
 .s6__text .subtitle--singleteam {
     color: #009941;
     font-weight: 700
 }
 
 .s6__text h2,
 .s6__text .h2 {
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-weight: 700
 }
 
 .s6__text h2.singleteam,
 .s6__text .singleteam.h2 {
     margin-bottom: 48px
 }
 
 .s6__text .button--singleteam {
     background: 0 0;
     color: #009941;
     border: 1px solid #009941;
     transition: all .25s ease;
     width: 174px;
     height: 62px;
     display: inline-block;
     padding: 18px 20px;
     text-align: center;
     -webkit-animation: none;
     animation: none
 }
 
 .s6__text .button--singleteam:hover {
     background: #009941;
     color: #fff
 }
 
 .s7 {
     position: relative;
     margin-top: -102px;
     padding-bottom: 64px
 }
 
 @media screen and (max-width:991px) {
     .s7__blog .blog-item {
         margin-bottom: 40px
     }
 }
 
 .s7__blog .blog-item .title {
     display: block;
     font-size: 21px;
     line-height: 26px;
     color: #24272b;
     font-weight: 700;
     margin: 23px 0 20px;
     transition: all .25s ease
 }
 
 .s7__blog .blog-item .title:visited {
     color: #24272b
 }
 
 .s7__blog .blog-item .title:hover {
     color: #009941
 }
 
 .s7__blog .blog-item .separator {
     position: relative;
     width: 100%;
     height: 2px;
     background: #b8b8b8;
     margin-bottom: 20px
 }
 
 .s7__blog .blog-item .separator:before {
     content: "";
     position: absolute;
     bottom: -1px;
     left: 0;
     background: #009941;
     width: 33%;
     height: 4px
 }
 
 .s7__blog .blog-item .btn {
     font-size: 16px;
     line-height: 26px;
     font-weight: 700;
     color: #009941;
     border: 1px solid #009941;
     padding: 17px 47px;
     border-radius: 0;
     transition: all .25s ease;
     margin-top: 36px
 }
 
 .s7__blog .blog-item .btn:hover {
     background: #009941;
     color: #fff
 }
 
 .s8 {
     position: relative;
     background: #eaeaea;
     padding: 65px 0
 }
 
 .s8__photo {
     max-width: 500px
 }
 
 @media screen and (max-width:991px) {
     .s8__photo {
         max-width: unset;
         margin-bottom: 30px
     }
 }
 
 .s8__text .subtitle {
     margin-bottom: 22px
 }
 
 .s8__text h2,
 .s8__text .h2 {
     margin-bottom: 20px
 }
 
 .s8__text p {
     margin-bottom: 25px;
     max-width: 550px
 }
 
 @media screen and (max-width:991px) {
     .s8__text p {
         max-width: unset
     }
 }
 
 .s8__text .link {
     font-size: 16px;
     font-weight: 500;
     color: #009941;
     display: flex;
     align-items: center;
     margin-top: 41px
 }
 
 .s8__text .link svg {
     margin-left: 17px;
     transition: all .25s ease
 }
 
 .s8__text .link:hover svg {
     margin-left: 40px
 }
 
 .s9 {
     padding: 40px 0
 }
 
 @media screen and (max-width:991px) {
     .s9 {
         padding: 70px 0
     }
 }
 
 .s9--careers {
     padding: 60px 0 55px
 }
 
 .s9--contact {
     padding: 0 0 50px
 }
 
 .s9--discovery {
     padding: 40px 0 50px
 }
 
 .s9__text--contact {
     padding-top: 30px
 }
 
 .s9__text h2,
 .s9__text .h2 {
     margin-bottom: 25px;
     max-width: 430px
 }
 
 .s9__text h3,
 .s9__text .h3 {
     margin-top: 59px
 }
 
 .s9__text p {
     max-width: 720px
 }
 
 @media screen and (max-width:991px) {
     .s9__text p {
         max-width: unset
     }
 }
 
 .s9__text .contact-info {
     margin-top: 60px
 }
 
 .s9__text .contact-info .info-item {
     display: flex;
     margin-bottom: 40px
 }
 
 .s9__text .contact-info .info-item .icon {
     flex: 0 0 40px;
     margin-right: 15px
 }
 
 .s9__text .contact-info .info-item .info .title {
     font-size: 21px;
     line-height: 26px;
     font-weight: 700;
     color: #24272b;
     margin-bottom: 15px
 }
 
 .s9__text .contact-info .info-item .info .desc {
     font-size: 16px;
     line-height: 24px;
     color: #86878c
 }
 
 .s9__text .contact-info .info-item .info .desc a {
     font-size: 16px;
     line-height: 24px;
     color: #86878c;
     transition: all .25s ease
 }
 
 .s9__text .contact-info .info-item .info .desc a:hover {
     color: #009941
 }
 
 .s9__text .contact-info .info-item .info .sicons {
     margin-top: 40px
 }
 
 .s9__text .contact-info .info-item .info .sicons a {
     margin-right: 33px
 }
 
 .s9__text .contact-info .info-item .info .sicons a svg path {
     transition: all .25s ease
 }
 
 .s9__text .contact-info .info-item .info .sicons a svg path:hover {
     fill: #009941
 }
 
 .s9__text .vacancies {
     display: block;
     background: #eaeaea;
     color: #86878c;
     font-size: 16px;
     line-height: 24px;
     font-weight: 700;
     padding: 24px 28px;
     margin-top: 70px
 }
 
 @media screen and (max-width:991px) {
     .s9__text .vacancies {
         margin-bottom: 40px
     }
 }
 
 .s9__text .checkmarks {
     margin-top: 50px
 }
 
 .s9__text .checkmarks .check-item {
     display: flex;
     margin-bottom: 18px;
     max-width: 495px
 }
 
 @media screen and (max-width:991px) {
     .s9__text .checkmarks .check-item {
         max-width: unset
     }
 }
 
 .s9__text .checkmarks .check-item .icon {
     width: 39px;
     height: 39px;
     background: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex: 0 0 39px;
     margin-right: 24px;
     box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, .3)
 }
 
 .s9__text .checkmarks .check-item .text .title {
     font-size: 21px;
     line-height: 26px;
     color: #24272b;
     margin-top: 7px
 }
 
 .s9__form {
     border: 15px solid #e5f5eb;
     padding: 38px 50px 34px
 }
 
 @media screen and (max-width:991px) {
     .s9__form {
         margin-top: 30px
     }
 }
 
 @media screen and (max-width:500px) {
     .s9__form {
         padding: 38px 25px 55px
     }
 }
 
 .s9__form--contact {
     margin-top: -190px;
     background: #fff
 }
 
 @media screen and (max-width:991px) {
     .s9__form--contact {
         margin-top: 30px
     }
 }
 
 .s9__form .form-top {
     text-align: center
 }
 
 .s9__form .form-top .title {
     font-size: 32px;
     line-height: 36px;
     font-family: "Montserrat", sans-serif;
     font-weight: 700;
     color: #24272b;
     margin-top: 36px
 }
 
 @media screen and (max-width:600px) {
     .s9__form .form-top .title {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .s9__form .form {
     margin-top: 30px
 }
 
 .s9__form .form label {
     width: 100%;
     font-size: 14px;
     line-height: 29px;
     color: #86878c;
     font-weight: 500;
     text-align: left
 }
 
 .s9__form .form input[type=text],
 .s9__form .form input[type=email],
 .s9__form .form input[type=phone] {
     border: 1px solid #86878c;
     border-radius: 4px;
     width: 100%;
     padding: 6px 15px;
     font-size: 14px;
     line-height: 26px;
     color: #86878c;
     font-weight: 400;
     margin-bottom: 20px;
     transition: all .25s ease
 }
 
 .s9__form .form input[type=text]::-moz-placeholder,
 .s9__form .form input[type=email]::-moz-placeholder,
 .s9__form .form input[type=phone]::-moz-placeholder {
     color: #c4c5c9
 }
 
 .s9__form .form input[type=text]:-ms-input-placeholder,
 .s9__form .form input[type=email]:-ms-input-placeholder,
 .s9__form .form input[type=phone]:-ms-input-placeholder {
     color: #c4c5c9
 }
 
 .s9__form .form input[type=text]::placeholder,
 .s9__form .form input[type=email]::placeholder,
 .s9__form .form input[type=phone]::placeholder {
     color: #c4c5c9
 }
 
 .s9__form .form input[type=text]:focus,
 .s9__form .form input[type=email]:focus,
 .s9__form .form input[type=phone]:focus {
     outline: none !important;
     border-color: #009941 !important;
     box-shadow: none !important
 }
 
 .s9__form .form .form-logo-2 {
     padding-left: 0
 }
 
 @media screen and (max-width:576px) {
     .s9__form .form .form-logo-2 {
         padding-left: 15px;
         margin-top: 10px
     }
 }
 
 .s9__form .form .form-logo,
 .s9__form .form .form-logo-2 {
     display: flex;
     justify-content: flex-start;
     align-items: center;
     margin-top: 14px
 }
 
 .s9__form .form .form-logo p,
 .s9__form .form .form-logo-2 p {
     display: flex
 }
 
 .s9__form .form .form-logo .wpcf7-list-item,
 .s9__form .form .form-logo-2 .wpcf7-list-item {
     display: flex;
     margin: 0;
     padding: 0;
     display: flex;
     align-items: center
 }
 
 .s9__form .form .form-logo .wpcf7-list-item label .wpcf7-list-item-label,
 .s9__form .form .form-logo-2 .wpcf7-list-item label .wpcf7-list-item-label {
     display: inline-block;
     width: 100%;
     width: calc(100% - 50px)
 }
 
 .s9__form .form .form-logo .wpcf7-list-item input[type=checkbox],
 .s9__form .form .form-logo-2 .wpcf7-list-item input[type=checkbox] {
     display: inline-block;
     margin-right: 20px;
     margin-top: 3px;
     vertical-align: top;
     position: relative;
     width: 22px;
     height: 22px;
     border: 1px solid #707070;
     border-radius: 4px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0;
     cursor: pointer;
     transition: background .175s cubic-bezier(.1, .1, .25, 1)
 }
 
 .s9__form .form .form-logo .wpcf7-list-item input[type=checkbox]:before,
 .s9__form .form .form-logo-2 .wpcf7-list-item input[type=checkbox]:before {
     position: absolute;
     content: "";
     display: block;
     top: 2px;
     left: 7px;
     width: 7px;
     height: 12px;
     border-style: solid;
     border-color: #009941;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
     opacity: 0
 }
 
 .s9__form .form .form-logo .wpcf7-list-item input[type=checkbox]:checked,
 .s9__form .form .form-logo-2 .wpcf7-list-item input[type=checkbox]:checked {
     color: #fff;
     border-color: #707070;
     background: #fff
 }
 
 .s9__form .form .form-logo .wpcf7-list-item input[type=checkbox]:checked:before,
 .s9__form .form .form-logo-2 .wpcf7-list-item input[type=checkbox]:checked:before {
     opacity: 1
 }
 
 .s9__form .form .logos-wrapper {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 10px
 }
 
 @media screen and (max-width:1400px) {
     .s9__form .form .logos-wrapper {
         grid-template-columns: repeat(2, 1fr)
     }
 }
 
 @media screen and (max-width:600px) {
     .s9__form .form .logos-wrapper {
         grid-template-columns: 100%
     }
 }
 
 .s9__form .form .legal {
     font-size: 12px;
     line-height: 18px;
     text-align: left;
     color: #24272b;
     margin-right: -10px;
     margin: 25px -10px 30px 0
 }
 
 .s9__form .form input[type=file] {
     margin-top: 5px
 }
 
 .s9__form .form input[type=file]::file-selector-button {
     background: #85878b;
     border: 0;
     outline: none;
     transition: all .25s ease;
     font-size: 14px;
     line-height: 26px;
     color: #fff;
     width: 105px;
     height: 38px;
     text-align: center;
     padding: 5px 0;
     border-radius: 4px
 }
 
 .s9__form .form input[type=file]::file-selector-button:hover {
     background: #009941
 }
 
 .s9__form .form .cv-formats {
     text-align: left;
     color: #24272b;
     font-size: 10px;
     line-height: 18px;
     margin-top: -5px
 }
 
 .s9__form .form .wpcf7-list-item {
     margin: 0 20px 0 0
 }
 
 .s9__form .form .form-accept .wpcf7-list-item {
     display: flex;
     margin: 0;
     padding: 0;
     display: flex;
     align-items: center
 }
 
 .s9__form .form .form-accept .wpcf7-list-item label {
     display: flex;
     align-items: center
 }
 
 .s9__form .form .form-accept .wpcf7-list-item label .wpcf7-list-item-label {
     font-size: 12px;
     line-height: 18px;
     text-align: left;
     color: #24272b;
     font-weight: 400
 }
 
 .s9__form .form .form-accept .wpcf7-list-item label .wpcf7-list-item-label a {
     color: #009941;
     font-weight: 700;
     transition: all .25s ease
 }
 
 .s9__form .form .form-accept .wpcf7-list-item label .wpcf7-list-item-label a:hover {
     color: #24272b
 }
 
 .s9__form .form .form-accept .wpcf7-list-item input[type=checkbox] {
     flex: 0 0 18px;
     margin-right: 14px;
     margin-right: 20px;
     vertical-align: top;
     position: relative;
     width: 18px;
     height: 18px;
     border: 1px solid #707070;
     border-radius: 4px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0;
     cursor: pointer;
     transition: background .175s cubic-bezier(.1, .1, .25, 1)
 }
 
 .s9__form .form .form-accept .wpcf7-list-item input[type=checkbox]:before {
     position: absolute;
     content: "";
     display: block;
     top: 2px;
     left: 6px;
     width: 5px;
     height: 10px;
     border-style: solid;
     border-color: #009941;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
     opacity: 0
 }
 
 .s9__form .form .form-accept .wpcf7-list-item input[type=checkbox]:checked {
     color: #fff;
     border-color: #707070;
     background: #fff
 }
 
 .s9__form .form .form-accept .wpcf7-list-item input[type=checkbox]:checked:before {
     opacity: 1
 }
 
 .s9__form .form .form-submit {
     position: relative
 }
 
 .s9__form .form .form-submit input[type=submit] {
     display: block;
     margin: 50px auto 0;
     background: #009941;
     padding: 24px 53px 22px;
     width: 236px;
     text-align: center;
     border-radius: 0;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 700;
     border: 0;
     -webkit-animation: btn-color-out .25s ease-in;
     animation: btn-color-out .25s ease-in
 }
 
 @media screen and (max-width:576px) {
     .s9__form .form .form-submit input[type=submit] {
         width: 180px
     }
 }
 
 .s9__form .form .form-submit input[type=submit]:hover {
     background: #43954b;
     -webkit-animation: btn-color-in .25s ease-in;
     animation: btn-color-in .25s ease-in
 }
 
 .s9__form .form .form-submit input[type=submit]:visited {
     color: #fff
 }
 
 .s9__form .form .form-submit .wpcf7-spinner {
     position: absolute;
     bottom: 20px;
     right: 20px
 }
 
 @media screen and (max-width:1200px) {
     .s9__form .form .form-submit .wpcf7-spinner {
         right: -20px
     }
 }
 
 @media screen and (max-width:991px) {
     .s9__form .form .form-submit .wpcf7-spinner {
         right: 50px
     }
 }
 
 @media screen and (max-width:768px) {
     .s9__form .form .form-submit .wpcf7-spinner {
         right: 0
     }
 }
 
 @media screen and (max-width:500px) {
     .s9__form .form .form-submit .wpcf7-spinner {
         right: 0;
         left: 0;
         margin: 0 auto;
         bottom: -40px
     }
 }
 
 .s9__form .form .wpcf7-not-valid-tip {
     font-size: 12px;
     line-height: 18px;
     color: #24272b;
     color: #009941
 }
 
 .s9__form .form .wpcf7-response-output {
     padding: 5px 15px;
     font-size: 12px;
     line-height: 18px;
     color: #24272b;
     margin-top: 30px
 }
 
 @media screen and (max-width:500px) {
     .s9__form .form .wpcf7-response-output {
         margin-top: 60px
     }
 }
 
 .s9__form .form .wpcf7 form.invalid .wpcf7-response-output,
 .s9__form .form .wpcf7 form.unaccepted .wpcf7-response-output,
 .s9__form .form .wpcf7 form.payment-required .wpcf7-response-output {
     border-color: #009941;
     font-size: 12px;
     line-height: 18px;
     color: #24272b
 }
 
 .modal-backdrop {
     background: #24272b;
     opacity: .39
 }
 
 .contact-modal .modal-dialog {
     max-width: 570px
 }
 
 .contact-modal .modal-dialog .modal-content {
     padding: 65px 0 45px;
     position: relative;
     border-radius: 0;
     justify-content: center;
     align-items: center;
     border: 0;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .35)
 }
 
 .contact-modal .modal-dialog .modal-content .title {
     font-family: "Montserrat", sans-serif;
     color: #24272b;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     margin-bottom: 30px;
     margin-top: 15px
 }
 
 .contact-modal .modal-dialog .modal-content .desc {
     font-size: 14px;
     line-height: 26px;
     color: #86878c;
     margin-bottom: 40px;
     padding: 0 30px;
     max-width: 400px;
     text-align: center
 }
 
 .contact-modal .modal-dialog .modal-content .button {
     cursor: pointer;
     width: 236px;
     text-align: center
 }
 
 .contact-modal .custom-close {
     position: absolute;
     top: 25px;
     right: 25px;
     cursor: pointer
 }
 
 .contact-modal .custom-close svg line {
     transition: all .25s ease
 }
 
 .contact-modal .custom-close:hover svg line {
     stroke: #86878c
 }
 
 .contact-modal--AUTOBAY .button {
     background: #01a7b8;
     -webkit-animation: unset !important;
     animation: unset !important;
     transition: all .25s ease
 }
 
 .contact-modal--AUTOBAY .button:hover {
     background: #9ea4aa
 }
 
 .subscribe-modal .modal-dialog {
     max-width: 570px
 }
 
 .subscribe-modal .modal-dialog .modal-content {
     padding: 65px 70px 25px;
     position: relative;
     border-radius: 0;
     justify-content: center;
     align-items: center;
     border: 0;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .35)
 }
 
 @media screen and (max-width:576px) {
     .subscribe-modal .modal-dialog .modal-content {
         padding: 45px 25px 5px
     }
 }
 
 .subscribe-modal .modal-dialog .modal-content form {
     margin-top: 30px
 }
 
 .subscribe-modal .modal-dialog .modal-content .title {
     font-family: "Montserrat", sans-serif;
     color: #24272b;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     margin-bottom: 14px;
     margin-top: 32px
 }
 
 @media screen and (max-width:576px) {
     .subscribe-modal .modal-dialog .modal-content .title {
         font-size: 26px;
         line-height: 33px
     }
 }
 
 .subscribe-modal .modal-dialog .modal-content .desc {
     font-size: 16px;
     line-height: 24px;
     color: #86878c;
     margin-bottom: 6px;
     text-align: center
 }
 
 .subscribe-modal .modal-dialog .modal-content .button {
     cursor: pointer;
     width: 236px;
     text-align: center
 }
 
 .subscribe-modal .modal-dialog .modal-content label {
     font-size: 14px;
     line-height: 26px;
     font-weight: 400;
     color: #86878c;
     width: 100%
 }
 
 .subscribe-modal .modal-dialog .modal-content .acceptan {
     display: flex;
     margin-top: 37px
 }
 
 .subscribe-modal .modal-dialog .modal-content .acceptan input {
     flex: 0 0 22px;
     max-width: unset
 }
 
 .subscribe-modal .modal-dialog .modal-content .acceptan p {
     color: #24272b;
     font-size: 12px;
     line-height: 18px
 }
 
 .subscribe-modal .modal-dialog .modal-content .acceptan p a {
     color: #009941;
     font-weight: 700;
     transition: all .25s ease
 }
 
 .subscribe-modal .modal-dialog .modal-content .acceptan p a:hover {
     color: #24272b
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-submit {
     position: relative;
     margin-bottom: 30px
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-submit .wpcf7-spinner {
     position: absolute;
     bottom: 18px
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept {
     margin-top: 30px
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept .wpcf7-list-item {
     display: flex;
     margin: 0;
     padding: 0;
     display: flex;
     align-items: center
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept .wpcf7-list-item p {
     color: #24272b;
     font-size: 12px;
     line-height: 18px
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept .wpcf7-list-item label {
     display: flex;
     padding-right: 10px
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept .wpcf7-list-item label p {
     margin-bottom: 1rem
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept .wpcf7-list-item label .wpcf7-list-item-label {
     font-size: 12px;
     line-height: 18px;
     text-align: left;
     color: #24272b;
     font-weight: 400
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept .wpcf7-list-item label .wpcf7-list-item-label a {
     color: #009941;
     font-weight: 700;
     transition: all .25s ease
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept .wpcf7-list-item label .wpcf7-list-item-label a:hover {
     color: #24272b
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept .wpcf7-list-item input[type=checkbox] {
     flex: 0 0 18px;
     margin-right: 14px;
     margin-right: 20px;
     vertical-align: top;
     position: relative;
     width: 18px;
     height: 18px;
     border: 1px solid #707070;
     border-radius: 4px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0;
     cursor: pointer;
     transition: background .175s cubic-bezier(.1, .1, .25, 1)
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept .wpcf7-list-item input[type=checkbox]:before {
     position: absolute;
     content: "";
     display: block;
     top: 2px;
     left: 6px;
     width: 5px;
     height: 10px;
     border-style: solid;
     border-color: #009941;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
     opacity: 0
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept .wpcf7-list-item input[type=checkbox]:checked {
     color: #fff;
     border-color: #707070;
     background: #fff
 }
 
 .subscribe-modal .modal-dialog .modal-content .form-accept .wpcf7-list-item input[type=checkbox]:checked:before {
     opacity: 1
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=submit] {
     display: block;
     margin: 50px auto 0;
     background: #009941;
     padding: 24px 53px 22px;
     width: 236px;
     text-align: center;
     border-radius: 0;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 700;
     border: 0;
     -webkit-animation: btn-color-out .25s ease-in;
     animation: btn-color-out .25s ease-in
 }
 
 @media screen and (max-width:576px) {
     .subscribe-modal .modal-dialog .modal-content input[type=submit] {
         width: 180px
     }
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=submit]:hover {
     background: #43954b;
     -webkit-animation: btn-color-in .25s ease-in;
     animation: btn-color-in .25s ease-in
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=submit]:visited {
     color: #fff
 }
 
 .subscribe-modal .modal-dialog .modal-content .tnp-field-button {
     margin-top: -20px
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=checkbox] {
     display: inline-block;
     margin-right: 20px;
     margin-top: 3px;
     vertical-align: top;
     position: relative;
     width: 22px;
     height: 22px;
     border: 1px solid #707070;
     border-radius: 4px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0;
     cursor: pointer;
     transition: background .175s cubic-bezier(.1, .1, .25, 1)
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=checkbox]:before {
     position: absolute;
     content: "";
     display: block;
     top: 2px;
     left: 7px;
     width: 7px;
     height: 12px;
     border-style: solid;
     border-color: #009941;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
     opacity: 0
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=checkbox]:checked {
     color: #fff;
     border-color: #707070;
     background: #fff
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=checkbox]:checked:before {
     opacity: 1
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=text],
 .subscribe-modal .modal-dialog .modal-content input[type=email],
 .subscribe-modal .modal-dialog .modal-content input[type=phone] {
     border: 1px solid #86878c;
     border-radius: 4px;
     width: 100%;
     padding: 6px 15px;
     font-size: 14px;
     line-height: 26px;
     color: #86878c;
     font-weight: 400;
     margin-bottom: 10px;
     height: auto;
     background: 0 0;
     transition: all .25s ease
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=text]::-moz-placeholder,
 .subscribe-modal .modal-dialog .modal-content input[type=email]::-moz-placeholder,
 .subscribe-modal .modal-dialog .modal-content input[type=phone]::-moz-placeholder {
     color: #86878c
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=text]:-ms-input-placeholder,
 .subscribe-modal .modal-dialog .modal-content input[type=email]:-ms-input-placeholder,
 .subscribe-modal .modal-dialog .modal-content input[type=phone]:-ms-input-placeholder {
     color: #86878c
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=text]::placeholder,
 .subscribe-modal .modal-dialog .modal-content input[type=email]::placeholder,
 .subscribe-modal .modal-dialog .modal-content input[type=phone]::placeholder {
     color: #86878c
 }
 
 .subscribe-modal .modal-dialog .modal-content input[type=text]:focus,
 .subscribe-modal .modal-dialog .modal-content input[type=email]:focus,
 .subscribe-modal .modal-dialog .modal-content input[type=phone]:focus {
     outline: none !important;
     border-color: #009941 !important;
     box-shadow: none !important
 }
 
 .subscribe-modal .custom-close {
     position: absolute;
     top: 25px;
     right: 25px;
     cursor: pointer
 }
 
 .subscribe-modal .custom-close svg line {
     transition: all .25s ease
 }
 
 .subscribe-modal .custom-close:hover svg line {
     stroke: #86878c
 }
 
 .video-modal .modal-dialog {
     max-width: 570px
 }
 
 .video-modal .modal-dialog .modal-content {
     padding: 0;
     position: relative;
     border-radius: 0;
     justify-content: center;
     align-items: center;
     border: 0;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .35)
 }
 
 .video-modal .modal-dialog .modal-content video {
     max-width: 100%
 }
 
 .video-modal .custom-close {
     position: absolute;
     top: 25px;
     right: 25px;
     z-index: 5;
     cursor: pointer
 }
 
 .video-modal .custom-close svg line {
     stroke: #fff;
     transition: all .25s ease
 }
 
 .video-modal .custom-close:hover svg line {
     opacity: .8
 }
 
 .brochure-modal .modal-dialog {
     max-width: 570px
 }
 
 .brochure-modal .modal-dialog .modal-content {
     padding: 65px 70px 25px;
     position: relative;
     border-radius: 0;
     justify-content: center;
     align-items: center;
     border: 0;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .35)
 }
 
 @media screen and (max-width:576px) {
     .brochure-modal .modal-dialog .modal-content {
         padding: 45px 25px 5px
     }
 }
 
 .brochure-modal .modal-dialog .modal-content .pdf-button {
     margin-top: 20px;
     margin-bottom: 60px;
     display: none
 }
 
 .brochure-modal .modal-dialog .modal-content .title {
     font-family: "Montserrat", sans-serif;
     color: #24272b;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     margin-bottom: 14px;
     margin-top: 32px;
     text-align: center
 }
 
 @media screen and (max-width:576px) {
     .brochure-modal .modal-dialog .modal-content .title {
         font-size: 26px;
         line-height: 33px
     }
 }
 
 .brochure-modal .modal-dialog .modal-content .desc {
     font-size: 16px;
     line-height: 24px;
     color: #86878c;
     margin-bottom: 6px;
     text-align: center
 }
 
 .brochure-modal .modal-dialog .modal-content .button {
     cursor: pointer;
     width: 236px;
     text-align: center
 }
 
 .brochure-modal .modal-dialog .modal-content label {
     font-size: 14px;
     line-height: 26px;
     font-weight: 400;
     color: #86878c;
     width: 100%
 }
 
 .brochure-modal .modal-dialog .modal-content .legal {
     font-size: 12px;
     line-height: 18px;
     font-weight: 400;
     color: #24272b;
     margin-top: 15px
 }
 
 .brochure-modal .modal-dialog .modal-content .wpcf7-list-item {
     margin: 20px 0 0
 }
 
 .brochure-modal .modal-dialog .modal-content .wpcf7-list-item .wpcf7-list-item-label {
     font-size: 12px;
     line-height: 18px;
     font-weight: 400;
     color: #24272b;
     margin-top: 15px
 }
 
 .brochure-modal .modal-dialog .modal-content .wpcf7-list-item .wpcf7-list-item-label a {
     color: #009941;
     transition: all .25s ease
 }
 
 .brochure-modal .modal-dialog .modal-content .wpcf7-list-item .wpcf7-list-item-label a:hover {
     color: #24272b
 }
 
 .brochure-modal .modal-dialog .modal-content .acceptan {
     display: flex;
     margin-top: 37px
 }
 
 .brochure-modal .modal-dialog .modal-content .acceptan input {
     flex: 0 0 22px;
     max-width: unset
 }
 
 .brochure-modal .modal-dialog .modal-content .acceptan p {
     color: #24272b;
     font-size: 12px;
     line-height: 18px
 }
 
 .brochure-modal .modal-dialog .modal-content .acceptan p a {
     color: #009941;
     font-weight: 700;
     transition: all .25s ease
 }
 
 .brochure-modal .modal-dialog .modal-content .acceptan p a:hover {
     color: #24272b
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=submit] {
     display: block;
     margin: 50px auto 0;
     background: #009941;
     padding: 24px 53px 22px;
     width: 236px;
     text-align: center;
     border-radius: 0;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 700;
     border: 0;
     -webkit-animation: btn-color-out .25s ease-in;
     animation: btn-color-out .25s ease-in
 }
 
 @media screen and (max-width:576px) {
     .brochure-modal .modal-dialog .modal-content input[type=submit] {
         width: 180px
     }
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=submit]:hover {
     background: #43954b;
     -webkit-animation: btn-color-in .25s ease-in;
     animation: btn-color-in .25s ease-in
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=submit]:visited {
     color: #fff
 }
 
 .brochure-modal .modal-dialog .modal-content .tnp-field-button {
     margin-top: -20px
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=checkbox] {
     display: inline-block;
     margin-right: 10px;
     margin-top: 3px;
     vertical-align: top;
     position: relative;
     width: 22px;
     height: 22px;
     border: 1px solid #707070;
     border-radius: 4px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0;
     cursor: pointer;
     transition: background .175s cubic-bezier(.1, .1, .25, 1)
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=checkbox]:before {
     position: absolute;
     content: "";
     display: block;
     top: 2px;
     left: 7px;
     width: 7px;
     height: 12px;
     border-style: solid;
     border-color: #009941;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
     opacity: 0
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=checkbox]:checked {
     color: #fff;
     border-color: #707070;
     background: #fff
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=checkbox]:checked:before {
     opacity: 1
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=text],
 .brochure-modal .modal-dialog .modal-content input[type=email],
 .brochure-modal .modal-dialog .modal-content input[type=phone],
 .brochure-modal .modal-dialog .modal-content textarea {
     border: 1px solid #86878c;
     border-radius: 4px;
     width: 100%;
     padding: 6px 15px;
     font-size: 14px;
     line-height: 26px;
     color: #86878c;
     font-weight: 400;
     margin-bottom: 17px;
     height: auto;
     background: 0 0;
     transition: all .25s ease
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=text]::-moz-placeholder,
 .brochure-modal .modal-dialog .modal-content input[type=email]::-moz-placeholder,
 .brochure-modal .modal-dialog .modal-content input[type=phone]::-moz-placeholder,
 .brochure-modal .modal-dialog .modal-content textarea::-moz-placeholder {
     color: #86878c
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=text]:-ms-input-placeholder,
 .brochure-modal .modal-dialog .modal-content input[type=email]:-ms-input-placeholder,
 .brochure-modal .modal-dialog .modal-content input[type=phone]:-ms-input-placeholder,
 .brochure-modal .modal-dialog .modal-content textarea:-ms-input-placeholder {
     color: #86878c
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=text]::placeholder,
 .brochure-modal .modal-dialog .modal-content input[type=email]::placeholder,
 .brochure-modal .modal-dialog .modal-content input[type=phone]::placeholder,
 .brochure-modal .modal-dialog .modal-content textarea::placeholder {
     color: #86878c
 }
 
 .brochure-modal .modal-dialog .modal-content input[type=text]:focus,
 .brochure-modal .modal-dialog .modal-content input[type=email]:focus,
 .brochure-modal .modal-dialog .modal-content input[type=phone]:focus,
 .brochure-modal .modal-dialog .modal-content textarea:focus {
     outline: none !important;
     border-color: #009941 !important;
     box-shadow: none !important
 }
 
 .brochure-modal .modal-dialog .modal-content textarea {
     height: 150px
 }
 
 .brochure-modal .wpcf7-spinner {
     top: -40px
 }
 
 .brochure-modal .custom-close {
     position: absolute;
     top: 25px;
     right: 25px;
     cursor: pointer
 }
 
 .brochure-modal .custom-close svg line {
     transition: all .25s ease
 }
 
 .brochure-modal .custom-close:hover svg line {
     stroke: #86878c
 }
 
 .becomepartner-modal .modal-dialog {
     max-width: 570px
 }
 
 .becomepartner-modal .modal-dialog .modal-content {
     padding: 46px 70px 25px;
     position: relative;
     border-radius: 0;
     justify-content: center;
     align-items: center;
     border: 0;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .35)
 }
 
 @media screen and (max-width:576px) {
     .becomepartner-modal .modal-dialog .modal-content {
         padding: 45px 25px 5px
     }
 }
 
 .becomepartner-modal .modal-dialog .modal-content .pdf-button {
     margin-top: 20px;
     margin-bottom: 60px;
     display: none
 }
 
 .becomepartner-modal .modal-dialog .modal-content .title {
     font-family: "Montserrat", sans-serif;
     color: #24272b;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     margin-bottom: 24px;
     margin-top: 23px;
     text-align: center
 }
 
 @media screen and (max-width:576px) {
     .becomepartner-modal .modal-dialog .modal-content .title {
         font-size: 26px;
         line-height: 33px
     }
 }
 
 .becomepartner-modal .modal-dialog .modal-content p {
     text-align: center;
     margin: 0 0 30px
 }
 
 .becomepartner-modal .modal-dialog .modal-content .desc {
     font-size: 16px;
     line-height: 24px;
     color: #86878c;
     margin-bottom: 6px;
     text-align: center
 }
 
 .becomepartner-modal .modal-dialog .modal-content .button {
     cursor: pointer;
     width: 236px;
     text-align: center
 }
 
 .becomepartner-modal .modal-dialog .modal-content label {
     font-size: 14px;
     line-height: 26px;
     font-weight: 400;
     color: #86878c;
     width: 100%
 }
 
 .becomepartner-modal .modal-dialog .modal-content .legal {
     font-size: 12px;
     line-height: 18px;
     font-weight: 400;
     color: #24272b;
     margin-top: 15px
 }
 
 .becomepartner-modal .modal-dialog .modal-content .wpcf7-list-item {
     margin: 20px 0 0
 }
 
 .becomepartner-modal .modal-dialog .modal-content .wpcf7-list-item label {
     display: flex
 }
 
 .becomepartner-modal .modal-dialog .modal-content .wpcf7-list-item .wpcf7-list-item-label {
     font-size: 12px;
     line-height: 18px;
     font-weight: 400;
     color: #24272b;
     margin-top: 0;
     margin-left: 12px
 }
 
 .becomepartner-modal .modal-dialog .modal-content .wpcf7-list-item .wpcf7-list-item-label a {
     color: #009941;
     transition: all .25s ease;
     font-weight: 700
 }
 
 .becomepartner-modal .modal-dialog .modal-content .wpcf7-list-item .wpcf7-list-item-label a:hover {
     color: #24272b
 }
 
 .becomepartner-modal .modal-dialog .modal-content .acceptan {
     display: flex;
     margin-top: 37px
 }
 
 .becomepartner-modal .modal-dialog .modal-content .acceptan input {
     flex: 0 0 22px;
     max-width: unset
 }
 
 .becomepartner-modal .modal-dialog .modal-content .acceptan p {
     color: #24272b;
     font-size: 12px;
     line-height: 18px
 }
 
 .becomepartner-modal .modal-dialog .modal-content .acceptan p a {
     color: #009941;
     font-weight: 700;
     transition: all .25s ease
 }
 
 .becomepartner-modal .modal-dialog .modal-content .acceptan p a:hover {
     color: #24272b
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=submit] {
     display: block;
     margin: 50px auto 0;
     background: #009941;
     padding: 24px 53px 22px;
     width: 236px;
     text-align: center;
     border-radius: 0;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 700;
     border: 0;
     -webkit-animation: btn-color-out .25s ease-in;
     animation: btn-color-out .25s ease-in
 }
 
 @media screen and (max-width:576px) {
     .becomepartner-modal .modal-dialog .modal-content input[type=submit] {
         width: 180px
     }
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=submit]:hover {
     background: #43954b;
     -webkit-animation: btn-color-in .25s ease-in;
     animation: btn-color-in .25s ease-in
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=submit]:visited {
     color: #fff
 }
 
 .becomepartner-modal .modal-dialog .modal-content .tnp-field-button {
     margin-top: -20px
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=checkbox] {
     display: inline-block;
     margin-right: 10px;
     margin-top: 3px;
     vertical-align: top;
     position: relative;
     width: 22px;
     min-width: 22px;
     height: 22px;
     border: 1px solid #707070;
     border-radius: 4px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0;
     cursor: pointer;
     transition: background .175s cubic-bezier(.1, .1, .25, 1)
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=checkbox]:before {
     position: absolute;
     content: "";
     display: block;
     top: 2px;
     left: 7px;
     width: 7px;
     height: 12px;
     border-style: solid;
     border-color: #009941;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
     opacity: 0
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=checkbox]:checked {
     color: #fff;
     border-color: #707070;
     background: #fff
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=checkbox]:checked:before {
     opacity: 1
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=text],
 .becomepartner-modal .modal-dialog .modal-content input[type=email],
 .becomepartner-modal .modal-dialog .modal-content input[type=phone],
 .becomepartner-modal .modal-dialog .modal-content select,
 .becomepartner-modal .modal-dialog .modal-content textarea {
     border: 1px solid #86878c;
     border-radius: 4px;
     width: 100%;
     padding: 6px 15px;
     font-size: 14px;
     line-height: 26px;
     color: #86878c;
     font-weight: 400;
     margin-bottom: 17px;
     height: auto;
     background: 0 0;
     transition: all .25s ease
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=text]::-moz-placeholder,
 .becomepartner-modal .modal-dialog .modal-content input[type=email]::-moz-placeholder,
 .becomepartner-modal .modal-dialog .modal-content input[type=phone]::-moz-placeholder,
 .becomepartner-modal .modal-dialog .modal-content select::-moz-placeholder,
 .becomepartner-modal .modal-dialog .modal-content textarea::-moz-placeholder {
     color: #86878c
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=text]:-ms-input-placeholder,
 .becomepartner-modal .modal-dialog .modal-content input[type=email]:-ms-input-placeholder,
 .becomepartner-modal .modal-dialog .modal-content input[type=phone]:-ms-input-placeholder,
 .becomepartner-modal .modal-dialog .modal-content select:-ms-input-placeholder,
 .becomepartner-modal .modal-dialog .modal-content textarea:-ms-input-placeholder {
     color: #86878c
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=text]::placeholder,
 .becomepartner-modal .modal-dialog .modal-content input[type=email]::placeholder,
 .becomepartner-modal .modal-dialog .modal-content input[type=phone]::placeholder,
 .becomepartner-modal .modal-dialog .modal-content select::placeholder,
 .becomepartner-modal .modal-dialog .modal-content textarea::placeholder {
     color: #86878c
 }
 
 .becomepartner-modal .modal-dialog .modal-content input[type=text]:focus,
 .becomepartner-modal .modal-dialog .modal-content input[type=email]:focus,
 .becomepartner-modal .modal-dialog .modal-content input[type=phone]:focus,
 .becomepartner-modal .modal-dialog .modal-content select:focus,
 .becomepartner-modal .modal-dialog .modal-content textarea:focus {
     outline: none !important;
     border-color: #009941 !important;
     box-shadow: none !important
 }
 
 .becomepartner-modal .modal-dialog .modal-content textarea {
     height: 150px
 }
 
 .becomepartner-modal .modal-dialog .modal-content select {
     height: 40px
 }
 
 .becomepartner-modal .wpcf7-spinner {
     top: -40px
 }
 
 .becomepartner-modal .custom-close {
     position: absolute;
     top: 25px;
     right: 25px;
     cursor: pointer
 }
 
 .becomepartner-modal .custom-close svg line {
     transition: all .25s ease
 }
 
 .becomepartner-modal .custom-close:hover svg line {
     stroke: #86878c
 }
 
 .main-wrapper {
     position: relative
 }
 
 .main-wrapper .s1 {
     position: relative
 }
 
 .main-wrapper .s1--homev2 {
     background: #25282a;
     padding: 178px 0 96px;
     overflow: hidden
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev2 {
         padding: 47px 0 43px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev2 video {
     position: absolute;
     top: 50%;
     left: 50%;
     height: auto;
     width: auto;
     transform: translateX(-50%) translateY(-50%);
     min-width: 100%;
     min-height: 100%;
     opacity: 1
 }
 
 .main-wrapper .s1--homev2:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background: #000;
     background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(10, 10, 11, .5) 57%, rgba(10, 10, 11, 0) 78%);
     z-index: 1
 }
 
 .main-wrapper .s1--homev2 .s1__text {
     position: relative;
     z-index: 2
 }
 
 .main-wrapper .s1--homev2 .s1__text h1,
 .main-wrapper .s1--homev2 .s1__text .h1 {
     letter-spacing: -3px;
     max-width: 831px;
     font-size: 50px;
     line-height: 60px;
     margin-bottom: 24px
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .s1--homev2 .s1__text h1,
     .main-wrapper .s1--homev2 .s1__text .h1 {
         font-size: 50px;
         line-height: 60px;
         letter-spacing: -.5px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--homev2 .s1__text h1,
     .main-wrapper .s1--homev2 .s1__text .h1 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev2 .s1__text p {
     font-size: 24px;
     line-height: 40px;
     max-width: 749px;
     font-family: "Roboto", sans-serif;
     margin-bottom: 0
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev2 .s1__text p {
         font-size: 16px;
         line-height: 24px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev2 .s1__text p span {
     font-weight: 700
 }
 
 .main-wrapper .s1--homev2 .s1__text .target-logo-mobile {
     display: none
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev2 .s1__text .target-logo-mobile {
         display: block;
         width: 228px;
         margin: 28px auto 29px
     }
 }
 
 .main-wrapper .s1--homev2 .s1__text .button-section {
     display: flex;
     flex-wrap: wrap;
     margin-top: 16px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev2 .s1__text .button-section {
         justify-content: center;
         margin-top: 22px
     }
 }
 
 .main-wrapper .s1--homev2 .s1__text .button-section .button {
     padding: 20px 42px 19px;
     margin-right: 41px;
     margin-bottom: 20px;
     cursor: pointer;
     width: unset
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev2 .s1__text .button-section .button {
         margin-right: 0
     }
 }
 
 .main-wrapper .s1--homev2 .s1__text .button-section .button:focus {
     color: #fff
 }
 
 .main-wrapper .s1--homev2 .s1__text .button-section .button:visited {
     color: #fff
 }
 
 .main-wrapper .s1--homev2 .s1__text .button-section .target-logo {
     position: relative;
     top: -4px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev2 .s1__text .button-section .target-logo {
         display: none
     }
 }
 
 .main-wrapper .s2-home2 {
     background: #eaeaea;
     padding: 38px 0 34px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-home2 {
         padding: 38px 0 14px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-home2 {
         padding: 30px 0 34px
     }
 }
 
 .main-wrapper .s2-home2__feature {
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-home2__feature {
         margin-bottom: 20px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-home2__feature {
         flex-wrap: wrap;
         text-align: center
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-home2__feature {
         justify-content: center;
         flex-wrap: nowrap
     }
 }
 
 .main-wrapper .s2-home2__feature:after {
     content: "";
     position: absolute;
     right: 0;
     top: 32px;
     width: 1px;
     height: 62px;
     background: #707070
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-home2__feature:after {
         display: none
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-home2__feature .logo-target {
         margin-top: 8px;
         margin-right: 32px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-home2__feature .logo-target {
         margin-top: 28px;
         margin-right: 0
     }
 }
 
 .main-wrapper .s2-home2__feature .icon {
     height: 72px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-home2__feature .icon {
         min-width: 85px;
         width: 85px
     }
 }
 
 .main-wrapper .s2-home2__feature .icon img {
     margin-right: 17px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-home2__feature .icon img {
         margin-right: 0
     }
 }
 
 .main-wrapper .s2-home2__feature .text {
     color: #25282a;
     font-size: 21px;
     line-height: 21px;
     font-weight: 300;
     text-transform: uppercase;
     max-width: 185px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-home2__feature .text {
         max-width: unset;
         width: 100%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-home2__feature .text {
         width: auto;
         max-width: 160px;
         text-align: left;
         margin-left: 17px
     }
 }
 
 .main-wrapper .s2-home2__feature .text span {
     font-weight: 700
 }
 
 .main-wrapper .s2-home2 .col-xl-3:nth-child(1) .s2-home2__feature:before {
     content: "";
     position: absolute;
     left: 0;
     top: 3px;
     width: 1px;
     height: 62px;
     background: #707070
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-home2 .col-xl-3:nth-child(1) .s2-home2__feature:before {
         display: none
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-home2 .col-xl-3:nth-child(1) .s2-home2__feature:after {
         right: -17px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-home2 .col-xl-3:nth-child(1) .s2-home2__feature img {
         position: relative;
         top: 10px;
         left: 12px
     }
     .class-partner-programme .main-wrapper .s2-home2 .col-xl-3:nth-child(1) .s2-home2__feature img {
    top: 34px;
}
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-home2 .col-xl-3:nth-child(2) .s2-home2__feature:after {
         right: -4px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-home2 .col-xl-3:nth-child(2) .s2-home2__feature .text {
         max-width: 130px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-home2 .col-xl-3:nth-child(3) .s2-home2__feature:after {
                right: -3px;
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-home2 .col-xl-3:nth-child(3) .s2-home2__feature .text {
         max-width: 170px;
                 padding-right: 8px;
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-home2 .col-xl-3:nth-child(4) .s2-home2__feature {
         justify-content: flex-start;
         margin-left: -18px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-home2 .col-xl-3:nth-child(4) .s2-home2__feature .text {
         max-width: 180px
     }
 }
 
 .main-wrapper .p5--home2 {
     padding: 35px 0 32px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p5--home2 {
         padding: 35px 0 52px
     }
 }
 
 .main-wrapper .p5--home2 .p5__catalogue img {
     max-width: 463px;
     margin-top: 14px;
     margin-left: 69px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p5--home2 .p5__catalogue img {
         max-width: 100%;
         margin: 0 0 0 -15px
     }
 }
 
 .main-wrapper .s10 {
     padding-bottom: 25px
 }
 
 .main-wrapper .s10__text {
     text-align: center;
     padding: 83px 0 33px
 }
 
 .main-wrapper .s10__text p {
     max-width: 980px;
     margin: 12px auto 0
 }
 
 .main-wrapper .s10__services {
     display: flex;
     background-color: #26282a
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10__services {
         flex-wrap: wrap
     }
 }
 
 .main-wrapper .s10__services .service-item {
     min-width: 33.33%;
     min-width: calc(100%/3);
     height: 495px;
     position: relative;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s10__services .service-item {
         height: 540px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10__services .service-item {
         min-width: 100%
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .s10__services .service-item {
         height: 580px
     }
 }
 
 .main-wrapper .s10__services .service-item:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url(../../themes/ccsg/img/home2/service1-bg.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     opacity: .6;
     transition: all .85s ease
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10__services .service-item:before {
         opacity: .1
     }
 }
 
 .main-wrapper .s10__services .service-item:nth-child(2):before {
     background: url(../../themes/ccsg/img/home2/service2-bg.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 .main-wrapper .s10__services .service-item:nth-child(3):before {
     background: url(../../themes/ccsg/img/home2/service3-bg.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 .main-wrapper .s10__services .service-item .service-name {
     position: relative;
     z-index: 1;
     transition: all .65s ease;
     opacity: 1;
     transform: translateY(0)
 }
 
 .main-wrapper .s10__services .service-item .service-name h3,
 .main-wrapper .s10__services .service-item .service-name .h3 {
     font-family: "Montserrat", sans-serif;
     color: #fff;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .s10__services .service-item .service-name h3,
     .main-wrapper .s10__services .service-item .service-name .h3 {
         display: none
     }
 }
 
 .main-wrapper .s10__services .service-item .service-name-mobile {
     position: relative;
     display: none
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10__services .service-item .service-name-mobile {
         display: block
     }
 }
 
 .main-wrapper .s10__services .service-item .service-name-mobile h3,
 .main-wrapper .s10__services .service-item .service-name-mobile .h3 {
     font-family: "Montserrat", sans-serif;
     color: #fff;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     margin-top: 8px;
     text-align: center
 }
 
 .main-wrapper .s10__services .service-item .overlay {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     transform: translateY(35%);
     transition: all .65s ease;
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 57px 20px
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .s10__services .service-item .overlay {
         padding: 40px 20px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s10__services .service-item .overlay {
         padding: 15px 20px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10__services .service-item .overlay {
         position: relative;
         transform: translateY(0);
         opacity: 1;
         justify-content: center;
         padding-bottom: 30px
     }
 }
 
 .main-wrapper .s10__services .service-item .overlay .icon {
     position: relative;
     min-height: 91px
 }
 
 .main-wrapper .s10__services .service-item .overlay .icon img {
     width: 50%;
     max-width: 50%;
     margin-left: 25%
 }
 
 .main-wrapper .s10__services .service-item .overlay .separator {
     width: 70px;
     height: 4px;
     background: #009941;
     margin: 82px 0 0
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .s10__services .service-item .overlay .separator {
         margin: 62px 0 0
     }
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .s10__services .service-item .overlay .separator {
         margin: 52px 0 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10__services .service-item .overlay .separator {
         margin: 15px 0 0
     }
 }
 
 .main-wrapper .s10__services .service-item .overlay .title {
     color: #fff;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     font-family: "Montserrat", sans-serif;
     margin-top: 44px
 }
 
 .main-wrapper .s10__services .service-item .overlay p {
     max-width: 532px;
     margin: 23px auto 0;
     line-height: 21px;
     font-size: 16px;
     text-align: center;
     color: #fff
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .s10__services .service-item .overlay p {
         margin: 15px auto 0
     }
 }
 
 .main-wrapper .s10__services .service-item .overlay .checkmark-wrap {
     display: grid;
     grid-template-columns: 60% 45%;
     width: 100%;
     max-width: 515px;
     margin-top: 22px
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .s10__services .service-item .overlay .checkmark-wrap {
         margin-top: 10px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10__services .service-item .overlay .checkmark-wrap {
         margin-top: 20px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s10__services .service-item .overlay .checkmark-wrap {
         grid-template-columns: 100%
     }
 }
 
 .main-wrapper .s10__services .service-item .overlay .checkmark-wrap .check-item {
     display: flex;
     width: 33.33%;
     min-width: 33.33%;
     width: calc(100%/3);
     min-width: calc(100%/3);
     align-items: center;
     padding-left: 0;
     width: 100%
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .s10__services .service-item .overlay .checkmark-wrap .check-item {
         min-width: 50%
     }
 }
 
 .main-wrapper .s10__services .service-item .overlay .checkmark-wrap .check-item .icon {
     width: 16px;
     height: 16px;
     min-width: 16px;
     min-height: 16px;
     border-radius: 50%;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 9px
 }
 
 .main-wrapper .s10__services .service-item .overlay .checkmark-wrap .check-item .icon img {
     position: relative;
     left: -2px
 }
 
 .main-wrapper .s10__services .service-item .overlay .checkmark-wrap .check-item .text {
     font-size: 16px;
     line-height: 20px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 5px;
     margin-top: 5px
 }
 
 .main-wrapper .s10__services .service-item:hover:before {
     opacity: .1
 }
 
 .main-wrapper .s10__services .service-item:hover .service-name {
     transform: translateY(-54px)
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .s10__services .service-item:hover .service-name {
         transform: translateY(-65px)
     }
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .s10__services .service-item:hover .service-name {
         transform: translateY(-85px)
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s10__services .service-item:hover .service-name {
         transform: translateY(-140px)
     }
 }
 
 .main-wrapper .s10__services .service-item:hover .overlay {
     opacity: 1;
     transform: translateY(0)
 }
 
 .main-wrapper .s11 {
     padding: 40px 0 100px
 }
 
 .main-wrapper .s11__text {
     text-align: center
 }
 
 .main-wrapper .s11__text h2,
 .main-wrapper .s11__text .h2 {
     margin-bottom: 21px
 }
 
 .main-wrapper .s11__text p {
     max-width: 966px;
     margin: 0 auto
 }
 
 .main-wrapper .s11__text .photo {
     margin-top: 92px
 }
 
 .main-wrapper .s12 {
     padding: 115px 0 100px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s12 {
         padding: 85px 0 90px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s12__text {
         margin-bottom: 50px
     }
 }
 
 .main-wrapper .s12__text h3,
 .main-wrapper .s12__text .h3 {
     font-size: 32px;
     line-height: 36px;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 22px
 }
 
 .main-wrapper .s12__text p {
     max-width: 480px;
     margin-bottom: 40px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s12__text p {
         max-width: unset
     }
 }
 
 .main-wrapper .s12__text .button {
     padding: 20px 63px 19px
 }
 
 .main-wrapper .s12__tabs .accordion {
     margin-top: -30px
 }
 
 .main-wrapper .s12__tabs .accordion .accordion-item {
     border-radius: 0;
     border: 0;
     margin-top: 32px
 }
 
 .main-wrapper .s12__tabs .accordion .accordion-item .accordion-header .accordion-button {
     padding: 0 0 32px;
     border: 0;
     border-bottom: 1px solid #009941;
     border-radius: 0;
     font-size: 21px;
     line-height: 31px;
     font-family: "Montserrat", sans-serif;
     font-weight: 700;
     color: #24272b
 }
 
 .main-wrapper .s12__tabs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
     background: 0 0;
     border: 0;
     border-bottom: 1px solid #009941
 }
 
 .main-wrapper .s12__tabs .accordion .accordion-item .accordion-header .accordion-button:focus {
     box-shadow: none
 }
 
 .main-wrapper .s12__tabs .accordion .accordion-item .accordion-header .accordion-button:after {
     width: 27.889px;
     height: 17.48px;
     background-size: unset;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.889' height='17.48' viewBox='0 0 27.889 17.48'%3E%3Cpath id='Path_6769' data-name='Path 6769' d='M8673.8,4003.349l12.177-12.177,12.177,12.177' transform='translate(8699.923 4005.116) rotate(180)' fill='none' stroke='%2324272b' stroke-width='5'/%3E%3C/svg%3E")
 }
 
 .main-wrapper .s12__tabs .accordion .accordion-item .accordion-body {
     padding: 20px 0 10px;
     font-size: 16px;
     line-height: 24px;
     color: #86878c;
     font-weight: 400
 }
 
 .main-wrapper .s13 {
     padding-top: 60px;
     padding-bottom: 60px
 }
 
 .main-wrapper .s13__content {
     display: flex;
     align-items: center
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s13__content {
         flex-wrap: wrap
     }
 }
 
 .main-wrapper .s13__content .photo {
     max-width: 900px;
     border: 15px solid #e5f5eb;
     box-sizing: border-box;
     margin-right: -266px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s13__content .photo {
         margin-right: 0;
         width: 100%
     }
 }
 
 .main-wrapper .s13__content .text {
     max-width: 534px;
     margin-top: 35px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s13__content .text {
         width: 100%;
         margin-top: 0;
         max-width: unset;
         min-width: 100%
     }
 }
 
 .main-wrapper .s13__content .text .inside-bg {
     background: #fff;
     box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, .29);
     padding: 65px 70px 37px;
     box-sizing: border-box
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s13__content .text .inside-bg {
         padding: 45px 25px 37px
     }
 }
 
 .main-wrapper .s13__content .text .inside-bg h4,
 .main-wrapper .s13__content .text .inside-bg .h4 {
     font-size: 21px;
     line-height: 26px;
     font-weight: 700;
     color: #24272b;
     margin-bottom: 12px
 }
 
 .main-wrapper .s13__content .text .inside-bg p {
     line-height: 26px
 }
 
 .main-wrapper .s13__content .text .inside-bg .separator {
     height: 3px;
     width: 87px;
     background: #009941;
     margin-bottom: 16px
 }
 
 .main-wrapper .s13__content .text .inside-bg .btn {
     font-size: 16px;
     line-height: 26px;
     font-weight: 700;
     color: #009941;
     border: 1px solid #009941;
     padding: 17px 47px;
     border-radius: 0;
     transition: all .25s ease;
     margin-top: 11px
 }
 
 .main-wrapper .s13__content .text .inside-bg .btn:hover {
     background: #009941;
     color: #fff
 }
 
 .main-wrapper .s14 {
     background: #eaeaea;
     padding: 58px 0 83px
 }
 
 .main-wrapper .s14__text {
     text-align: center
 }
 
 .main-wrapper .s14__text h2,
 .main-wrapper .s14__text .h2 {
     margin-bottom: 27px
 }
 
 .main-wrapper .s14__text p {
     max-width: 754px;
     margin: 0 auto
 }
 
 .main-wrapper .s14__logos {
     background: #fff;
     padding: 18px 15px;
     margin-top: 34px;
     overflow: hidden
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s14__logos {
         flex-wrap: wrap;
         padding: 18px 15px 8px
     }
 }
 
 .main-wrapper .s14__logos .swiper-slide {
     transition: all .25s ease;
     display: flex;
     justify-content: center;
     align-items: center
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s14__logos .swiper-slide {
         margin-bottom: 10px
     }
 }
 
 .main-wrapper .s14__logos .swiper-slide img {
     min-width: 135px;
     max-width: 135px
 }
 
 .main-wrapper .s3--home2 {
     padding: 60px 0 19px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s3--home2 {
         padding: 60px 0 90px
     }
 }
 
 .main-wrapper .s3--home2 .s3__box .photo {
     left: auto;
     right: 0;
     width: 51%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s3--home2 .s3__box .photo {
         width: 100%
     }
 }
 
 .main-wrapper .s3--home2 .s3__box .about .text {
     margin-left: 0;
     margin-right: 50%;
     padding: 91px 70px 48px 50px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s3--home2 .s3__box .about .text {
         margin-right: 0;
         padding: 61px 70px 48px 50px
     }
 }
 
 @media screen and (max-width:420px) {
     .main-wrapper .s3--home2 .s3__box .about .text {
         padding: 50px 25px 38px
     }
 }
 
 .main-wrapper .s3--home2 .s3__box .about .text p {
     margin-bottom: 23px
 }
 
 .main-wrapper .s3--home2 .s3__box .about .text .button {
     margin-top: 15px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s3--home2 .s3__box .about .text .button {
         width: 100%;
         max-width: 244px
     }
 }
 
 .main-wrapper .s9--home2 {
     padding: 40px 0 55px
 }
 
 .main-wrapper .s9--home2 .s9__text {
     margin-top: -60px
 }
 
 .main-wrapper .s9--home2 .s9__text p {
     max-width: 720px
 }
 
 .main-wrapper .s9--home2 .s9__form {
     position: relative;
     background: #fff;
     padding: 0
 }
 
 .main-wrapper .s9--home2 .s9__form .form-top {
     background: #fff;
     padding: 38px 50px 34px
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .s9--home2 .s9__form .form-top {
         padding: 38px 25px 55px
     }
 }
 
 .main-wrapper .s9--home2 .s9__form:after {
     content: "";
     position: absolute;
     right: -45%;
     top: -7%;
     width: 900px;
     height: 840px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .3) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s9--home2 .s9__form:after {
         right: -50%
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s9--home2 .s9__form:after {
         width: 500px;
         height: 440px;
         right: -44%;
         top: 5%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s9--home2 .s9__form:after {
         width: 900px;
         height: 840px
     }
 }
 
 .main-wrapper {
     position: relative
 }
 
 .main-wrapper .s1 {
     position: relative
 }
 
 .main-wrapper .s1--homev3 {
     background: #25282a;
     overflow: hidden;
     padding: 0
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 {
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev3 video {
     position: absolute;
     top: 50%;
     left: 50%;
     height: auto;
     width: auto;
     transform: translateX(-50%) translateY(-50%);
     min-width: 100%;
     min-height: 100%;
     opacity: 1
 }
 
 .main-wrapper .s1--homev3 .swipper-wrapper {
     display: flex;
     flex-wrap: nowrap
 }
 
 .main-wrapper .s1--homev3 .swiper-slide {
     height: auto;
     flex-shrink: 0;
     overflow: hidden
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-1:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background: rgba(0, 0, 0, .58);
     z-index: 1
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text {
     text-align: center;
     position: relative;
     z-index: 2;
     padding: 74px 0 131px
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text img {
     margin-bottom: 50px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text img {
         max-width: 200px
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text h1,
 .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text .h1 {
     letter-spacing: -3px;
     max-width: 1100px;
     font-size: 60px;
     line-height: 70px;
     margin: 0 auto 18px;
     color: #fff;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text h1,
     .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text .h1 {
         font-size: 50px;
         line-height: 60px;
         letter-spacing: -.5px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text h1,
     .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text .h1 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text p {
     font-size: 24px;
     line-height: 30px;
     max-width: 1100px;
     font-family: "Roboto", sans-serif;
     margin: 0 auto;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text p {
         font-size: 16px;
         line-height: 24px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-1 .s1__text p span {
     font-weight: 700
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-1 .bars:before {
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     width: 50%;
     height: 12px;
     background: #01a7b8;
     z-index: 2
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-1 .bars:after {
     content: "";
     position: absolute;
     bottom: 0;
     right: 0;
     width: 50%;
     height: 12px;
     background: #009941;
     z-index: 2
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-2:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background: #000;
     background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(10, 10, 11, .5) 57%, rgba(10, 10, 11, 0) 78%);
     z-index: 1
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text {
     position: relative;
     z-index: 2;
     padding: 164px 0 96px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text {
         padding: 78px 0 43px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text h2,
 .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .h2 {
     letter-spacing: -3px;
     max-width: 885px;
     font-size: 60px;
     line-height: 70px;
     margin-bottom: 16px;
     color: #fff;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text h2,
     .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .h2 {
         font-size: 50px;
         line-height: 60px;
         letter-spacing: -.5px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text h2,
     .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .h2 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text p {
     font-size: 24px;
     line-height: 30px;
     max-width: 779px;
     font-family: "Roboto", sans-serif;
     margin-bottom: 0;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text p {
         font-size: 16px;
         line-height: 24px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text p span {
     font-weight: 700
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .target-logo-mobile {
     display: none
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .target-logo-mobile {
         display: block;
         width: 228px;
         margin: 28px auto 29px
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .button-section {
     display: flex;
     flex-wrap: wrap;
     margin-top: 27px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .button-section {
         justify-content: center;
         margin-top: 22px
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .button-section .button {
     padding: 20px 42px 19px;
     margin-right: 93px;
     margin-bottom: 20px;
     cursor: pointer;
     width: unset
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .button-section .button {
         margin-right: 0
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .button-section .button:focus {
     color: #fff
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .button-section .button:visited {
     color: #fff
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .button-section .target-logo {
     position: relative;
     top: -4px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-2 .s1__text .button-section .target-logo {
         display: none
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background: #000;
     background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(10, 10, 11, .5) 57%, rgba(10, 10, 11, 0) 78%);
     z-index: 1
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-3 video {
         min-height: 150%
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text {
     position: relative;
     z-index: 2;
     padding: 118px 0 96px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text {
         padding: 78px 0 43px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text h2,
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .h2 {
     letter-spacing: -3px;
     max-width: 885px;
     font-size: 60px;
     line-height: 70px;
     margin-bottom: 16px;
     color: #fff;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text h2,
     .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .h2 {
         font-size: 50px;
         line-height: 60px;
         letter-spacing: -.5px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text h2,
     .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .h2 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text p {
     font-size: 24px;
     line-height: 30px;
     max-width: 779px;
     font-family: "Roboto", sans-serif;
     margin-bottom: 0;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text p {
         font-size: 16px;
         line-height: 24px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text p span {
     font-weight: 700
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .target-logo-mobile {
     display: none
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .target-logo-mobile {
         display: block;
         width: 228px;
         margin: 28px auto 29px
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .button-section {
     display: flex;
     flex-wrap: wrap;
     margin-top: 30px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .button-section {
         justify-content: center;
         margin-top: 22px
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .button-section .button {
     padding: 20px 54px 19px;
     margin-right: 83px;
     margin-bottom: 20px;
     cursor: pointer;
     width: unset;
     background: #01a7b8;
     -webkit-animation: unset;
     animation: unset;
     transition: all .25s ease
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .button-section .button {
         margin-right: 0
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .button-section .button:focus {
     color: #fff
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .button-section .button:visited {
     color: #fff
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .button-section .button:hover {
     background: #9ea4aa
 }
 
 .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .button-section .target-logo {
     position: relative;
     top: -4px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-slide.slide-3 .s1__text .button-section .target-logo {
         display: none
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-pagination {
     bottom: 50px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev3 .swiper-pagination {
         bottom: 20px
     }
 }
 
 .main-wrapper .s1--homev3 .swiper-pagination .swiper-pagination-bullet {
     background: #fff;
     height: 14px;
     width: 14px;
     opacity: 1;
     margin: 0 6px
 }
 
 .main-wrapper .s1--homev3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: #fff;
     position: relative
 }
 
 .main-wrapper .s1--homev3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
     content: "";
     position: absolute;
     left: 3px;
     top: 3px;
     height: 8px;
     width: 8px;
     background: #009941;
     border-radius: 50px
 }
 
 .main-wrapper .s1-home3 {
     background: #fff;
     background: radial-gradient(circle, #fff 0%, #eaeaea 100%);
     padding: 74px 0 26px
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .s1-home3 {
         padding: 74px 0 60px
     }
 }
 
 .main-wrapper .s1-home3 .grid-wrapper {
     display: grid;
     grid-template-columns: 27% 46% 27%
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .s1-home3 .grid-wrapper {
         align-items: center
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s1-home3 .grid-wrapper {
         grid-template-columns: 100%
     }
 }
 
 .main-wrapper .s1-home3__AUTOBAY .logo {
     margin-bottom: 38px
 }
 
 .main-wrapper .s1-home3__AUTOBAY .list .list-item {
     display: flex;
     align-items: flex-start;
     margin-bottom: 22px
 }
 
 .main-wrapper .s1-home3__AUTOBAY .list .list-item img {
     margin-right: 9px
 }
 
 .main-wrapper .s1-home3__AUTOBAY .list .list-item .text {
     font-size: 18px;
     line-height: 22px
 }
 
 .main-wrapper .s1-home3__AUTOBAY .list .list-item .text span {
     font-weight: 700
 }
 
 .main-wrapper .s1-home3__AUTOBAY .btn-wrapper {
     margin-top: 36px
 }
 
 .main-wrapper .s1-home3__AUTOBAY .btn-wrapper .button {
     background: #01a7b8;
     -webkit-animation: unset;
     animation: unset;
     transition: all .25s ease;
     padding: 20px 61px 19px
 }
 
 .main-wrapper .s1-home3__AUTOBAY .btn-wrapper .button:hover {
     background: #9ea4aa
 }
 
 .main-wrapper .s1-home3__image {
     position: relative;
     top: -43px;
     margin-bottom: -43px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .s1-home3__image {
         top: -10px;
         margin-bottom: unset
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s1-home3__image {
         top: unset;
         margin: 40px 0
     }
 }
 
 .main-wrapper .s1-home3__image img {
     min-width: 758px
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .s1-home3__image img {
         min-width: unset
     }
 }
 
 .main-wrapper .s1-home3__target {
     text-align: right
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s1-home3__target {
         text-align: left
     }
 }
 
 .main-wrapper .s1-home3__target .logo {
     margin-bottom: 38px
 }
 
 .main-wrapper .s1-home3__target p {
     font-size: 18px;
     line-height: 22px
 }
 
 .main-wrapper .s1-home3__target .icons {
     margin-top: 9px
 }
 
 .main-wrapper .s1-home3__target .btn-wrapper {
     margin-top: 45px
 }
 
 .main-wrapper .s1-home3__target .btn-wrapper .button {
     background: #137e09;
     padding: 20px 61px 19px
 }
 
 .main-wrapper .target-services-s3--home3 {
     padding: 70px 0 22px !important
 }
 
 .main-wrapper .target-services-s3--home3:after {
     top: -35% !important
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s3--home3:after {
         top: -11% !important
     }
 }
 
 .main-wrapper .target-services-s3--home3:before {
     top: 12% !important
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--home3:before {
         top: 37% !important
     }
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__text {
     margin-bottom: 57px
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__text .subtitle {
     margin-bottom: 14px
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__text h2,
 .main-wrapper .target-services-s3--home3 .target-services-s3__text .h2 {
     max-width: 930px;
     margin: 0 auto 30px
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__text p {
     max-width: 1177px
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__text p span {
     color: #24272b
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes:before {
     display: none
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item {
     padding: 0 8px 18px
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item--w25 {
     width: 25%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item--w25 {
         width: 50%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item--w25 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item--w33 {
     width: 33%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item--w33 {
         width: 50%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item--w33 {
         width: 100%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item--last {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper {
     min-height: unset;
     align-items: flex-start
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .text {
     padding: 35px 26px 15px 35px
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .text h4,
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .text .h4 {
     font-family: "Montserrat", sans-serif;
     font-size: 23px;
     line-height: 24px;
     font-weight: 700;
     margin-bottom: 13px
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .text img {
     margin-bottom: 11px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .text img {
         margin-bottom: 11px
     }
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .text p {
     font-family: "Montserrat", sans-serif;
     font-size: 18px;
     line-height: 24px
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .text--smaller-padding {
     padding: 43px 23px 21px 35px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .photo {
         padding: 0 20px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .photo {
         padding: 0 20px 15px;
         text-align: center
     }
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .photo--w39 {
     min-width: 39%;
     display: flex;
     align-items: center;
     justify-content: center
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .photo--w39 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .photo--w63 {
     min-width: 63%;
     display: flex;
     align-items: center;
     justify-content: center
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .photo--align-bottom {
     display: flex;
     align-items: flex-end;
     justify-content: center
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .photo--v1 {
     background: url(../../themes/ccsg/img/home3/ccsg-hp-s2-img1.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100%;
     min-width: 50%;
     margin-left: 5px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .photo--v1 {
         margin-left: 0;
         width: 100%;
         height: 190px
     }
 }
 
 .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .photo--v2 {
     background: url(../../themes/ccsg/img/home3/ccsg-hp-s2-img2.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100%;
     min-width: 53%;
     margin-left: 5px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--home3 .target-services-s3__boxes .box-item .inner-wrapper .photo--v2 {
         margin-left: 0;
         width: 100%;
         height: 190px
     }
 }
 
 .main-wrapper .s3-home3 {
     padding: 60px 0 100px
 }
 
 .main-wrapper .s3-home3 .separator {
     height: 1px;
     width: 1088px;
     max-width: 100%;
     margin: 0 auto 15px;
     background: #c3c3c3
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s3-home3 .separator {
         margin-bottom: 50px
     }
 }
 
 .main-wrapper .s3-home3__text h2,
 .main-wrapper .s3-home3__text .h2 {
     margin-bottom: 51px
 }
 
 .main-wrapper .s3-home3__text p {
     margin-bottom: 34px
 }
 
 .main-wrapper .s3-home3__text p:nth-of-type(1) {
     max-width: 648px
 }
 
 .main-wrapper .s3-home3__text p:nth-of-type(2) {
     max-width: 633px
 }
 
 .main-wrapper .s3-home3__image {
     position: relative;
     left: 33px;
     top: 23px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s3-home3__image {
         left: unset;
         top: unset
     }
 }
 
 .main-wrapper .s3-home3__image:after {
     content: "";
     position: absolute;
     left: -15%;
     top: -14%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .15) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s3-home3__image:after {
         width: 500px;
         height: 440px;
         top: 1%;
         left: -7%
     }
 }
 
 .main-wrapper .as-s6--home3 {
     background: #f2f2f2;
     padding: 79px 0 110px
 }
 
 .main-wrapper .s6-home3 {
     padding: 127px 0 82px;
     background: #f2f2f2
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s6-home3 {
         padding: 102px 0 65px
     }
 }
 
 .main-wrapper .s6-home3__subscribe {
     text-align: center
 }
 
 .main-wrapper .s6-home3__subscribe h3,
 .main-wrapper .s6-home3__subscribe .h3 {
     font-size: 36px;
     line-height: 42px;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 33px
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s6-home3__subscribe h3,
     .main-wrapper .s6-home3__subscribe .h3 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s6-home3__subscribe .form-wrapper {
         text-align: center
     }
 }
 
 .main-wrapper .s6-home3__subscribe .form-wrapper input[type=email] {
     border: 0;
     border-bottom: 1px solid #23272b;
     background: 0 0;
     border-radius: 0;
     font-size: 24px;
     line-height: 30px;
     font-weight: 300;
     color: #23272b;
     padding: 12px 0;
     width: 466px;
     max-width: 100%;
     margin-right: 40px;
     outline: none;
     font-family: "Montserrat", sans-serif
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s6-home3__subscribe .form-wrapper input[type=email] {
         width: 100%;
         margin-bottom: 0;
         margin-right: 0
     }


 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s6-home3__subscribe .form-wrapper input[type=email] {
         font-size: 18px;
         margin-bottom: 0;
     }
 }
 
 .main-wrapper .s6-home3__subscribe .form-wrapper input[type=email]::-moz-placeholder {
     color: #23272b
 }
 
 .main-wrapper .s6-home3__subscribe .form-wrapper input[type=email]:-ms-input-placeholder {
     color: #23272b
 }
 
 .main-wrapper .s6-home3__subscribe .form-wrapper input[type=email]::placeholder {
     color: #23272b
 }
 
 .main-wrapper .s6-home3__subscribe .form-wrapper input[type=email]:focus {
     box-shadow: unset;
     border: 0;
     border-bottom: 1px solid #23272b;
     outline: none
 }
 
 .main-wrapper .s6-home3__subscribe .form-wrapper input[type=submit] {
     display: inline-block;
     border: 0;
     border-radius: 0;
     background: #009941;
     padding: 20px 53px 19px;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 700;
     -webkit-animation: btn-color-out .25s ease-in;
     animation: btn-color-out .25s ease-in;
     width: 236px;
     text-align: center;
     outline: none
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s6-home3__subscribe .form-wrapper input[type=submit] {
         display: block;
         margin: 0 auto
     }
 }
 
 .main-wrapper .s6-home3__subscribe .form-wrapper input[type=submit]:hover {
     background: #43954b;
     -webkit-animation: btn-color-in .25s ease-in;
     animation: btn-color-in .25s ease-in;
     color: #fff
 }
 
 .main-wrapper .s6-home3__subscribe .form-wrapper input[type=submit]:visited {
     color: #fff
 }
 
 .main-wrapper .s6-home3__subscribe .form-wrapper input[type=submit]:focus {
     color: #fff;
     outline: none
 }
 
 .main-wrapper .s6-home3__subscribe .form-wrapper .wpcf7-not-valid-tip {
     position: absolute;
     display: inline-block;
     left: 0;
     bottom: -50px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s6-home3__subscribe .form-wrapper .wpcf7-not-valid-tip {
         bottom: -40px
     }
 }
 
 .main-wrapper .s6-home3__subscribe .form-wrapper .wpcf7-spinner {
     display: block;
     margin: 15px auto 0
 }
 
 .main-wrapper .s1--homev4 {
     margin-top: -106px;
     background: #25282a;
     overflow: hidden;
     padding: 0
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 {
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev4 video {
     position: absolute;
     top: 50%;
     left: 50%;
     height: auto;
     width: auto;
     transform: translateX(-50%) translateY(-50%);
     min-width: 100%;
     min-height: 100%;
     opacity: 1
 }
 
 .main-wrapper .s1--homev4 .container {
     height: 100%;
     display: flex;
     align-items: center
 }
 
 .main-wrapper .s1--homev4 .swiper {
     height: calc(100vh - 66px)
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper {
         height: auto
     }
 }
 
 .main-wrapper .s1--homev4 .swipper-wrapper {
     display: flex;
     flex-wrap: nowrap
 }
 
 .main-wrapper .s1--homev4 .swiper-slide {
     height: auto;
     flex-shrink: 0;
     overflow: hidden
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-1:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background: rgba(0, 0, 0, .58);
     z-index: 1
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-1 .container {
     justify-content: center
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text {
     text-align: center;
     position: relative;
     z-index: 2;
     padding: 74px 0 131px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text {
         padding: 164px 20px 181px
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text img {
     margin-bottom: 74px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text img {
         display: none
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text img {
         margin-bottom: 35px;
         max-width: 200px
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text h1,
 .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text .h1 {
     letter-spacing: -3px;
     max-width: 1100px;
     font-size: 60px;
     line-height: 70px;
     margin: 0 auto 11px;
     color: #fff;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text h1,
     .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text .h1 {
         font-size: 50px;
         line-height: 60px;
         letter-spacing: -.5px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text h1,
     .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text .h1 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text h2,
 .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text .h2 {
     font-family: "Roboto", sans-serif;
     color: #fff;
     font-size: 48px;
     line-height: 60px;
     letter-spacing: -2px;
     font-weight: 400;
     margin-bottom: 28px
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text h2,
     .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text .h2 {
         font-size: 30px;
         line-height: 40px
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text p {
     font-size: 24px;
     line-height: 30px;
     max-width: 979px;
     font-family: "Roboto", sans-serif;
     margin: 0 auto;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text p {
         font-size: 16px;
         line-height: 24px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-1 .s1__text p span {
     font-weight: 700
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-2:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background: #000;
     background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(10, 10, 11, .5) 57%, rgba(10, 10, 11, 0) 78%);
     z-index: 1
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text {
     position: relative;
     z-index: 2;
     padding: 164px 0 96px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text {
         padding: 128px 20px 93px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text h2,
 .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .h2 {
     letter-spacing: -3px;
     max-width: 885px;
     font-size: 60px;
     line-height: 70px;
     margin-bottom: 16px;
     color: #fff;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text h2,
     .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .h2 {
         font-size: 50px;
         line-height: 60px;
         letter-spacing: -.5px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text h2,
     .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .h2 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text p {
     font-size: 24px;
     line-height: 30px;
     max-width: 779px;
     font-family: "Roboto", sans-serif;
     margin-bottom: 0;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text p {
         font-size: 16px;
         line-height: 24px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text p span {
     font-weight: 700
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .target-logo-mobile {
     display: none
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .target-logo-mobile {
         display: block;
         width: 228px;
         margin: 28px auto 29px
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .button-section {
     display: flex;
     flex-wrap: wrap;
     margin-top: 27px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .button-section {
         justify-content: center;
         margin-top: 22px
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .button-section .button {
     padding: 20px 42px 19px;
     margin-right: 93px;
     margin-bottom: 20px;
     cursor: pointer;
     width: unset
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .button-section .button {
         margin-right: 0
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .button-section .button:focus {
     color: #fff
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .button-section .button:visited {
     color: #fff
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .button-section .target-logo {
     position: relative;
     top: -4px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .button-section .target-logo {
         display: none
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background: #000;
     background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(10, 10, 11, .5) 57%, rgba(10, 10, 11, 0) 78%);
     z-index: 1
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-3 video {
         min-height: 150%
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text {
     position: relative;
     z-index: 2;
     padding: 118px 0 96px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text {
         padding: 128px 20px 93px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text h2,
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .h2 {
     letter-spacing: -3px;
     max-width: 885px;
     font-size: 60px;
     line-height: 70px;
     margin-bottom: 16px;
     color: #fff;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text h2,
     .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .h2 {
         font-size: 50px;
         line-height: 60px;
         letter-spacing: -.5px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text h2,
     .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .h2 {
         font-size: 35px;
         line-height: 40px;
         max-width: unset;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text p {
     font-size: 24px;
     line-height: 30px;
     max-width: 779px;
     font-family: "Roboto", sans-serif;
     margin-bottom: 0;
     text-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text p {
         font-size: 16px;
         line-height: 24px;
         text-align: center
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text p span {
     font-weight: 700
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .target-logo-mobile {
     display: none
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .target-logo-mobile {
         display: block;
         width: 228px;
         margin: 28px auto 29px
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .button-section {
     display: flex;
     flex-wrap: wrap;
     margin-top: 30px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .button-section {
         justify-content: center;
         margin-top: 22px
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .button-section .button {
     padding: 20px 54px 19px;
     margin-right: 83px;
     margin-bottom: 20px;
     cursor: pointer;
     width: unset;
     background: #01a7b8;
     -webkit-animation: unset;
     animation: unset;
     transition: all .25s ease
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .button-section .button {
         margin-right: 0
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .button-section .button:focus {
     color: #fff
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .button-section .button:visited {
     color: #fff
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .button-section .button:hover {
     background: #9ea4aa
 }
 
 .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .button-section .target-logo {
     position: relative;
     top: -4px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .button-section .target-logo {
         display: none
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-pagination {
     bottom: 50px;
     z-index: 9
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s1--homev4 .swiper-pagination {
         bottom: 20px
     }
 }
 
 .main-wrapper .s1--homev4 .swiper-pagination .swiper-pagination-bullet {
     background: #fff;
     height: 14px;
     width: 14px;
     opacity: 1;
     margin: 0 6px
 }
 
 .main-wrapper .s1--homev4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: #fff;
     position: relative
 }
 
 .main-wrapper .s1--homev4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
     content: "";
     position: absolute;
     left: 3px;
     top: 3px;
     height: 8px;
     width: 8px;
     background: #009941;
     border-radius: 50px
 }
 
 .main-wrapper .s2-home4 {
     background: #f2f2f2;
     padding: 25px 0 18px
 }
 
 .main-wrapper .s2-home4__icons {
     display: flex
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-home4__icons {
         flex-wrap: wrap
     }
 }
 
 .main-wrapper .s2-home4__icons .icon-item {
     position: relative;
     width: 25%;
     display: flex;
     align-items: center
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s2-home4__icons .icon-item {
         padding-left: 0 !important
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-home4__icons .icon-item {
         width: 50%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-home4__icons .icon-item {
         width: 100%
     }
 }
 
 .main-wrapper .s2-home4__icons .icon-item .icon {
     width: 135px;
     height: 136px;
     display: flex;
     align-items: center;
     justify-content: center
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s2-home4__icons .icon-item .icon {
         transform: scale(.85)
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-home4__icons .icon-item .icon {
         margin-right: 10px !important
     }
 }
 
 .main-wrapper .s2-home4__icons .icon-item .text {
     font-size: 21px;
     line-height: 21px;
     text-transform: uppercase;
     font-weight: 300
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s2-home4__icons .icon-item .text {
         font-size: 19px
     }
 }
 
 .main-wrapper .s2-home4__icons .icon-item .text span {
     font-weight: 700
 }
 
 .main-wrapper .s2-home4__icons .icon-item:not(:last-child):after {
     content: "";
     position: absolute;
     right: -11px;
     top: 42px;
     width: 1px;
     height: 56px;
     background: #009941
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-home4__icons .icon-item:not(:last-child):after {
         display: none
     }
 }
 
 .main-wrapper .s2-home4__icons .icon-item:nth-child(1) {
     padding-left: 16px
 }
 
 .main-wrapper .s2-home4__icons .icon-item:nth-child(1) .icon {
     margin-right: 11px
 }
 
 @media screen and (max-width:1750px) {
     .main-wrapper .s2-home4__icons .icon-item:nth-child(1):after {
         right: 18px
     }
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .s2-home4__icons .icon-item:nth-child(1):after {
         right: 3px
     }
 }
 
 .main-wrapper .s2-home4__icons .icon-item:nth-child(2) {
     padding-left: 57px
 }
 
 @media screen and (max-width:1750px) {
     .main-wrapper .s2-home4__icons .icon-item:nth-child(2) {
         padding-left: 27px
     }
 }
 
 .main-wrapper .s2-home4__icons .icon-item:nth-child(2) .icon {
     margin-right: 3px
 }
 
 .main-wrapper .s2-home4__icons .icon-item:nth-child(2):after {
     right: 0
 }
 
 .main-wrapper .s2-home4__icons .icon-item:nth-child(3) {
     padding-left: 53px
 }
 
 @media screen and (max-width:1750px) {
     .main-wrapper .s2-home4__icons .icon-item:nth-child(3) {
         padding-left: 23px
     }
 }
 
 .main-wrapper .s2-home4__icons .icon-item:nth-child(3) .icon {
     margin-right: 10px
 }
 
 .main-wrapper .s2-home4__icons .icon-item:nth-child(4) {
     padding-left: 75px
 }
 
 @media screen and (max-width:1750px) {
     .main-wrapper .s2-home4__icons .icon-item:nth-child(4) {
         padding-left: 45px
     }
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .s2-home4__icons .icon-item:nth-child(4) {
         padding-left: 25px
     }
 }
 
 .main-wrapper .s2-home4__icons .icon-item:nth-child(4) .icon {
     margin-right: 3px;
     position: relative;
     right: -8px;
     top: -8px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-home4__icons .icon-item:nth-child(4) .icon {
         right: unset
     }
 }
 
 .main-wrapper .s3-home4 {
     padding: 210px 0 0
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .s3-home4 {
         padding: 187px 0 116px
     }
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .s3-home4 {
         padding: 157px 0 136px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s3-home4 {
         padding: 107px 0 106px
     }
 }
 
 .main-wrapper .s3-home4__text {
     padding-left: 85px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .s3-home4__text {
         padding-left: 0
     }
 }
 
 .main-wrapper .s3-home4__text .logo {
     margin-bottom: 36px
 }
 
 .main-wrapper .s3-home4__text h2,
 .main-wrapper .s3-home4__text .h2 {
     max-width: 500px;
     margin-bottom: 21px
 }
 
 .main-wrapper .s3-home4__text p {
     max-width: 639px
 }
 
 .main-wrapper .s3-home4__text .btn-wrapper {
     margin-top: 45px
 }
 
 .main-wrapper .s3-home4__image {
     position: relative;
     left: -82px;
     top: -96px
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .s3-home4__image {
         left: unset;
         top: -41px
     }
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .s3-home4__image {
         top: 0
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s3-home4__image {
         top: 40px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s3-home4__image {
         margin-top: 40px
     }
 }
 
 .main-wrapper .s3-home4__image:before {
     content: "";
     position: absolute;
     left: -15%;
     top: -8%;
     width: 750px;
     height: 750px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .2) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate;
     -webkit-animation-delay: 1s;
     animation-delay: 1s
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .s3-home4__image:before {
         width: 600px;
         height: 600px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s3-home4__image:before {
         width: 440px;
         height: 440px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s3-home4__image:before {
         width: 240px;
         height: 240px;
         top: -4%
     }
 }
 
 .main-wrapper .s3-home4__image img {
     min-width: 959px
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .s3-home4__image img {
         min-width: unset
     }
 }
 
 .main-wrapper .s4-home4 {
     padding: 150px 0 175px;
     background: #25282a;
     position: relative
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s4-home4 {
         padding: 96px 0 94px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s4-home4 {
         padding: 96px 0 500px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s4-home4 {
         padding: 96px 0 350px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s4-home4 {
         padding: 96px 0 300px
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .s4-home4 {
         padding: 96px 0 250px
     }
 }
 
 .main-wrapper .s4-home4__image {
     position: absolute;
     left: 0;
     bottom: 0
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .s4-home4__image {
         max-width: 80%
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s4-home4__image {
         max-width: 70%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s4-home4__image {
         max-width: 100%
     }
 }
 
 .main-wrapper .s4-home4__text {
     position: relative;
     z-index: 1;
     padding-left: 85px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s4-home4__text {
         padding-left: 0
     }
 }
 
 .main-wrapper .s4-home4__text .logo {
     margin-left: -18px;
     margin-bottom: 32px
 }
 
 .main-wrapper .s4-home4__text h2,
 .main-wrapper .s4-home4__text .h2 {
     color: #fff;
     max-width: 550px;
     margin-bottom: 23px
 }
 
 .main-wrapper .s4-home4__text p {
     color: #fff;
     max-width: 650px
 }
 
 .main-wrapper .s4-home4__text .btn-wrapper {
     margin-top: 46px
 }
 
 .main-wrapper .s4-home4__text .btn-wrapper .button {
     -webkit-animation: none;
     animation: none;
     background: #01a7b8;
     transition: all .25s ease
 }
 
 .main-wrapper .s4-home4__text .btn-wrapper .button:hover {
     background: #9ea4aa
 }
 
 .main-wrapper .s5-home4 {
     padding: 111px 0 121px
 }
 
 .main-wrapper .s5-home4__text {
     padding-left: 85px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .s5-home4__text {
         padding-left: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s5-home4__text {
         margin-bottom: 50px
     }
 }
 
 .main-wrapper .s5-home4__text h2,
 .main-wrapper .s5-home4__text .h2 {
     max-width: 550px;
     margin-bottom: 23px
 }
 
 .main-wrapper .s5-home4__text p {
     max-width: 609px
 }
 
 .main-wrapper .s5-home4__text .btn-wrapper {
     margin-top: 44px
 }
 
 .main-wrapper .s5-home4__text .btn-wrapper .button {
     width: 239px;
     text-align: center
 }
 
 .main-wrapper .s6-home4 {
     background: #16191d;
     position: relative;
     z-index: 1
 }
 
 .main-wrapper .s6-home4 .background-light {
     position: absolute;
     width: 100%;
     height: 100%;
     overflow: hidden
 }
 
 .main-wrapper .s6-home4 .background-light:before {
     content: "";
     position: absolute;
     left: -300px;
     top: -300px;
     width: 700px;
     height: 700px;
     background: #606367;
     background: radial-gradient(at center, #606367, #161A1D00);
     filter: blur(19px)
 }
 
 .main-wrapper .s6-home4 .container {
     padding-top: 107px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s6-home4 .container {
         padding-bottom: 107px
     }
 }
 
 .main-wrapper .s6-home4__image {
     min-width: 1209px;
     position: relative;
     left: -149px;
     margin-bottom: -55px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .s6-home4__image {
         min-width: 1086px
     }
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .s6-home4__image {
         min-width: 1006px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s6-home4__image {
         min-width: 800px;
         left: -80px;
         top: 25px;
         margin-bottom: unset
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s6-home4__image {
         min-width: 657px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s6-home4__image {
         margin: 0 auto 30px;
         left: unset;
         top: unset
     }
     
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s6-home4__image {
         min-width: 130%;
         left: -15%
     }
 }
 
 .main-wrapper .s6-home4__form {
     position: relative;
     z-index: 1;
     max-width: 555px;
     padding-bottom: 40px;
     padding-top: 40px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s6-home4__form {
         padding-bottom: unset
     }
 }
 
 .main-wrapper .s6-home4__form .icon {
     margin-bottom: 18px
 }
 
 .main-wrapper .s6-home4__form .wpcf7 {
     position: relative;
     z-index: 1;
     width: 100%;
     max-width: 700px
 }

 .main-wrapper .s6-home4__form .wpcf7 h2{color: #FFF;}
 .main-wrapper .s6-home4__form .wpcf7 .webform-section-wrapper{ }
 .main-wrapper .s6-home4__form .wpcf7 .webform-section-wrapper .webform-section{}



.form-composite .fieldset-wrapper{}
.form-composite .fieldset-wrapper .form-item{width: 100%;padding: 9px 8px 9px 14px;
position: relative;border: 1px solid #fff;border-radius: 4px;color: #fff;
font-family: "Roboto", sans-serif;font-size: 14px;font-weight: 400;background: rgba(255, 255, 255, .1);
margin: 0 0 5px;display: flex;align-items: center;}
.form-composite .fieldset-wrapper .form-item label{}
.form-composite .fieldset-wrapper .form-item input[type="radio"]{
width: 14px;border: 1px solid #fff;-o-appearance: none;-ms-appearance: none;-moz-appearance: none;-khtml-appearance: none;
-webkit-appearance: none;height: 14px;border-radius: 100px;margin-right: 7px;}
.form-composite .fieldset-wrapper .form-item input[type="radio"]:checked+label::after{content: ''; width: 10px; height: 10px; background: #FFF; border-radius: 100px; position: absolute;left: 0;}

.webform-submission-form .form-actions{display: flex; justify-content: space-between; margin-top: 40px;}




 @media screen and (max-width:1200px) {
     .main-wrapper .s6-home4__form .wpcf7 {
         max-width: 100%
     }
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .heading {
     margin-bottom: 15px
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .btn-wrapper {
     margin-top: 35px
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .btn-wrapper--both {
     display: flex;
     justify-content: space-between
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .btn-wrapper--both p {
     width: 100%;
     display: flex;
     justify-content: space-between
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .btn-wrapper--right {
     display: flex;
     align-items: center
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .btn-wrapper--right .info {
     position: absolute;
     right: 0;
     bottom: 131px;
     margin-left: 25px;
     font-size: 15px;
     line-height: 26px;
     font-weight: 300;
     color: #fff;
     opacity: .5
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s6-home4__form .wpcf7 .btn-wrapper--right .info {
         bottom: 131px;
         font-size: 12px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s6-home4__form .wpcf7 .btn-wrapper--right .info {
         display: none
     }
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .btn-wrapper--right .info p {
     font-size: 15px;
     line-height: 26px;
     margin-bottom: 0
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s6-home4__form .wpcf7 .btn-wrapper--right .info p {
         font-size: 12px
     }
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .btn-wrapper--right .info p {
     color: #fff
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .btn-wrapper--right .info span {
     font-weight: 700
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .title {
     font-size: 36px;
     line-height: 46px;
     color: #fff;
     font-family: "Montserrat", sans-serif;
     font-weight: 700
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s6-home4__form .wpcf7 .title {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .title-below {
     font-size: 28px;
     line-height: 36px;
     color: #fff;
     font-family: "Montserrat", sans-serif;
     font-weight: 300
 }
 
 .main-wrapper .s6-home4__form .wpcf7 input {
     background: 0 0;
     border: 0;
     border-bottom: 1px solid #fff;
     border-radius: 0;
     color: #fff;
     font-family: "Montserrat", sans-serif;
     font-weight: 300;
     width: 100%
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s6-home4__form .wpcf7 input {
         font-size: 16px
     }
 }
 
 .main-wrapper .s6-home4__form .wpcf7 input::-moz-placeholder {
     color: #fff
 }
 
 .main-wrapper .s6-home4__form .wpcf7 input:-ms-input-placeholder {
     color: #fff
 }
 
 .main-wrapper .s6-home4__form .wpcf7 input::placeholder {
     color: #fff
 }
 
 .main-wrapper .s6-home4__form .wpcf7 input:focus {
     border: 0;
     outline: none;
     box-shadow: none;
     border-bottom: 1px solid #fff
 }
 
 .main-wrapper .s6-home4__form .wpcf7 input[type=text] {
     font-size: 20px;
     line-height: 45px;
     padding: 10px 0
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .webform-section-wrapper .form-item-your-phone label {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    line-height: normal;
    margin-bottom: 19px;
}

 @media screen and (max-width:1200px) {
     .main-wrapper .s6-home4__form .wpcf7 input[type=text] {
         font-size: 16px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s6-home4__form .wpcf7 input[type=text] {
         font-size: 16px
     }
 }
 

 .main-wrapper .s6-home4__form .wpcf7 input[type=text]{
     padding: 10px 112px 10px 0
 }
 .main-wrapper .s6-home4__form .wpcf7 .webform-section-wrapper .iti--allow-dropdown {
    width: 100%;
}

 .main-wrapper .s6-home4__form .wpcf7 .webform-section-wrapper .form-item-your-name {
    position: relative;
}
 .main-wrapper .s6-home4__form .wpcf7 .webform-section-wrapper .form-item-your-name label {
    position: absolute;
    right: 0;
    color: #FFF;
    bottom: 19px;
}
 
 @media screen and (max-width:600px) {
     .main-wrapper .s6-home4__form .wpcf7 input[name=your-name] {
         padding: 10px 0
     }
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-phonetext {
     padding-left: 50px !important
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-radio {
     display: flex;
     flex-direction: column
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-radio .wpcf7-list-item {
     position: relative;
     border: 1px solid #fff;
     border-radius: 4px;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 14px;
     font-weight: 400;
     background: rgba(255, 255, 255, .1);
     margin: 0 0 5px
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-radio .wpcf7-list-item label {
     width: 100%;
     padding: 3px 8px 3px 20px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s6-home4__form .wpcf7 .wpcf7-radio .wpcf7-list-item label {
         padding: 6px 8px 6px 20px
     }
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-radio .wpcf7-list-item span {
     font-weight: 400
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-radio input[type=radio] {
     position: relative;
     visibility: hidden;
     width: unset
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-radio input[type=radio]+span:before {
     display: block;
     position: absolute;
     content: "";
     border-radius: 50%;
     height: 14px;
     width: 14px;
     top: 12px;
     left: 12px;
     border: 1px solid #fff
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-radio input[type=radio]+span:after {
     display: block;
     position: absolute;
     content: "";
     border-radius: 100%;
     height: 8px;
     width: 8px;
     top: 15px;
     left: 15px;
     visibility: hidden
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-radio input[type=radio]:checked+span:before {
     background: 0 0
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-radio input[type=radio]:checked+span:after {
     background: #fff;
     visibility: visible
 }
 
 .main-wrapper .s6-home4__form .wpcf7 select {
     position: relative;
     border: 1px solid #fff;
     border-radius: 4px;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 14px;
     font-weight: 400;
     width: 100%;
     padding: 10px 8px 9px 10px;
     background-color: #2e3034
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .form-accept .wpcf7-list-item {
     display: flex;
     margin: 0;
     padding: 0;
     display: flex;
     align-items: center
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .form-accept .wpcf7-list-item label {
     display: flex;
     align-items: center
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .form-accept .wpcf7-list-item label .wpcf7-list-item-label {
     font-size: 12px;
     line-height: 18px;
     text-align: left;
     color: #fff;
     font-weight: 400
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .form-accept .wpcf7-list-item label .wpcf7-list-item-label a {
     color: #fff;
     font-weight: 700;
     transition: all .25s ease
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .form-accept .wpcf7-list-item label .wpcf7-list-item-label a:hover {
     opacity: .9
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .form-accept .wpcf7-list-item input[type=checkbox] {
     flex: 0 0 18px;
     margin-right: 14px;
     margin-right: 20px;
     vertical-align: top;
     position: relative;
     width: 18px;
     height: 18px;
     border: 1px solid #fff;
     border-radius: 4px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0;
     cursor: pointer;
     transition: background .175s cubic-bezier(.1, .1, .25, 1)
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .form-accept .wpcf7-list-item input[type=checkbox]:before {
     position: absolute;
     content: "";
     display: block;
     top: 2px;
     left: 6px;
     width: 5px;
     height: 10px;
     border-style: solid;
     border-color: #009941;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
     opacity: 0
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .form-accept .wpcf7-list-item input[type=checkbox]:checked {
     color: #fff;
     border-color: #fff;
     background: #fff
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .form-accept .wpcf7-list-item input[type=checkbox]:checked:before {
     opacity: 1
 }
 
 .main-wrapper .s6-home4__form .wpcf7 input[type=submit] {
     margin-top: 0;
     display: inline-block;
     background: #fff;
     padding: 19px 30px;
     color: #009941;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 700;
     border: 0;
     width: 236px;
     height: 62px;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     transition: all .25s ease
 }


 
  /*.main-wrapper .s6-home4__form .wpcf7 input[type=submit]:hover {
     background: #fff;
     color: #009941
 }
 
 .main-wrapper .s6-home4__form .wpcf7 input[type=submit]:visited {
     color: #fff;
     border: 0;
     outline: none;
     box-shadow: none
 }
 
 .main-wrapper .s6-home4__form .wpcf7 input[type=submit]:focus {
     color: #009941
 } */


 .main-wrapper .s6-home4__form .wpcf7 input[type=submit].webform-button--next{
    background: #009941;
    color: #fff;
    border-color: #009941;
 }
.main-wrapper .s6-home4__form .wpcf7 input[type=submit].webform-button--next:hover {
    background: #fff;
    color: #009941
}
 
 .main-wrapper .s6-home4__form .wpcf7 button {
     display: inline-block;
     background: 0 0;
     border: 2px solid #fff;
     padding: 8px 10px 7px;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 700;
     width: 236px;
     height: 62px;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     transition: all .25s ease
 }

 .main-wrapper .s6-home4__form .wpcf7 input[type=submit].webform-button--previous{
    color: rgb(255, 255, 255);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: 236px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: 0px 0px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    background: transparent !important;
    border-image: initial;
    padding: 8px 10px 7px;
    transition: 0.25s;
 } 
 .main-wrapper .s6-home4__form .wpcf7 input[type=submit].webform-button--previous:hover{
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 153, 65);
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s6-home4__form .wpcf7 button {
         width: 150px
     }
 }
 
 .main-wrapper .s6-home4__form .wpcf7 button:hover {
     background: #fff;
     color: #009941
 }
 
 .main-wrapper .s6-home4__form .wpcf7 button:visited {
     color: #fff;
     border: 0;
     outline: none;
     box-shadow: none
 }
 
 .main-wrapper .s6-home4__form .wpcf7 button:focus {
     color: #009941
 }
 
 .main-wrapper .s6-home4__form .wpcf7 button.filled {
     background: #009941;
     color: #fff;
     border-color: #009941
 }
 
 .main-wrapper .s6-home4__form .wpcf7 button.filled:visited {
     color: #fff
 }
 
 .main-wrapper .s6-home4__form .wpcf7 button.filled:focus {
     color: #fff
 }
 
 .main-wrapper .s6-home4__form .wpcf7 button.filled:hover {
     background: #fff;
     border-color: #fff;
     color: #009941
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-response-output {
     color: #fff;
     margin: 20px 0 0;
     font-size: 15px;
     border-color: #fff !important
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .error-message {
     color: #fff !important;
     margin-bottom: 10px;
     padding: .2em 1em;
     font-size: 15px;
     border: 2px solid #fff
 }
 
 .main-wrapper .s6-home4__form .wpcf7 .wpcf7-not-valid-tip {
     color: #fff;
     font-size: 15px
 }
 
 .main-wrapper .s7-home4 {
     padding: 89px 0 40px
 }
 
 .main-wrapper .s7-home4__heading {
     text-align: center;
     margin-bottom: 39px
 }
 
 .main-wrapper .s7-home4__heading h2,
 .main-wrapper .s7-home4__heading .h2 {
     margin-bottom: 15px
 }
 
 .main-wrapper .s7-home4__boxes {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 15px;
     max-width: 1536px;
     margin: 0 auto
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s7-home4__boxes {
         grid-template-columns: 100%
     }
 }
 
 .main-wrapper .s7-home4__boxes .box-item {
     border-radius: 25px;
     box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, .16);
     display: flex;
     flex-direction: column;
     padding-bottom: 26px
 }
 
 .main-wrapper .s7-home4__boxes .box-item .image {
     flex: 1;
     padding: 37px 0 0
 }
 
 .main-wrapper .s7-home4__boxes .box-item .text-wrapper {
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
     padding: 0 42px;
     margin-top: -18px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s7-home4__boxes .box-item .text-wrapper {
         margin-top: 0;
         padding: 0 30px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s7-home4__boxes .box-item .text-wrapper {
         flex-direction: column;
         align-items: flex-start
     }
 }
 
 .main-wrapper .s7-home4__boxes .box-item .text-wrapper .subtitle {
     margin-bottom: 10px
 }
 
 .main-wrapper .s7-home4__boxes .box-item .text-wrapper h4,
 .main-wrapper .s7-home4__boxes .box-item .text-wrapper .h4 {
     font-family: "Montserrat", sans-serif;
     font-size: 35px;
     line-height: 45px;
     font-weight: 700
 }
 
 @media screen and (max-width:1500px) {
 
     .main-wrapper .s7-home4__boxes .box-item .text-wrapper h4,
     .main-wrapper .s7-home4__boxes .box-item .text-wrapper .h4 {
         font-size: 28px;
         line-height: 35px
     }
 }
 
 .main-wrapper .s7-home4__boxes .box-item .text-wrapper .btn-wrapper {
     min-width: 216px;
     margin-bottom: 19px
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .s7-home4__boxes .box-item .text-wrapper .btn-wrapper {
         margin-bottom: 15px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s7-home4__boxes .box-item .text-wrapper .btn-wrapper {
         margin-top: 20px
     }
 }
 
 .main-wrapper .s7-home4__boxes .box-item--white {
     background-image: url(../images/ccsg-newhome-s6-bg1-v2.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 .main-wrapper .s7-home4__boxes .box-item--white .btn-wrapper .button {
     background: 0 0;
     border: 1px solid #009941;
     color: #009941;
     -webkit-animation: none;
     animation: none;
     transition: all .25s ease
 }
 
 .main-wrapper .s7-home4__boxes .box-item--white .btn-wrapper .button:hover {
     background: #009941;
     color: #fff
 }
 
 .main-wrapper .s7-home4__boxes .box-item--dark {
     background: #24272b
 }
 
 .main-wrapper .s7-home4__boxes .box-item--dark .text-wrapper .subtitle {
     color: #01a7b8
 }
 
 .main-wrapper .s7-home4__boxes .box-item--dark .text-wrapper h4,
 .main-wrapper .s7-home4__boxes .box-item--dark .text-wrapper .h4 {
     color: #fff
 }
 
 .main-wrapper .s7-home4__boxes .box-item--dark .text-wrapper .btn-wrapper .button {
     background: 0 0;
     border: 1px solid #01a7b8;
     color: #01a7b8;
     -webkit-animation: none;
     animation: none;
     transition: all .25s ease;
     padding: 20px 48px 19px
 }
 
 .main-wrapper .s7-home4__boxes .box-item--dark .text-wrapper .btn-wrapper .button:hover {
     background: #01a7b8;
     color: #fff
 }
 
 .site-footer {
     background: #24272b;
     padding: 38px 0 0
 }
 
 @media screen and (max-width:991px) {
     .site-footer__logo {
         display: flex;
         justify-content: space-between;
         align-items: center
     }
 }
 
 @media screen and (max-width:576px) {
     .site-footer__logo {
         flex-direction: column;
         align-items: flex-start
     }
 }
 
 @media screen and (max-width:576px) {
     .site-footer__logo .logo-btn {
         flex-direction: column;
         display: flex
     }
 }
 
 .site-footer__logo .logo-btn svg,
 .site-footer__logo .logo-btn img {
     margin-bottom: 43px
 }
 
 @media screen and (max-width:991px) {
 
     .site-footer__logo .logo-btn svg,
     .site-footer__logo .logo-btn img {
         flex: 0 0 200px
     }
 }
 
 @media screen and (max-width:576px) {
 
     .site-footer__logo .logo-btn svg,
     .site-footer__logo .logo-btn img {
         margin-bottom: 0
     }
 }
 
 .site-footer__logo .logo-btn .button {
     margin-bottom: 43px;
     width: 236px;
     text-align: center;
     cursor: pointer
 }
 
 @media screen and (max-width:1200px) {
     .site-footer__logo .logo-btn .button {
         width: 200px
     }
 }
 
 @media screen and (max-width:991px) {
     .site-footer__logo .text {
         max-width: 280px;
         margin-left: 50px
     }
 }
 
 @media screen and (max-width:576px) {
     .site-footer__logo .text {
         max-width: unset;
         margin-left: 0
     }
 }
 
 .site-footer__logo .text p {
     color: #fff;
     font-size: 14px;
     line-height: 26px;
     margin-bottom: 26px
 }
 
 .site-footer__logo p {
     color: #fff;
     font-size: 14px;
     line-height: 26px
 }
 
 .site-footer__info {
     display: flex;
     justify-content: space-between
 }
 
 @media screen and (max-width:991px) {
     .site-footer__info {
         justify-content: space-between
     }
 }
 
 @media screen and (max-width:768px) {
     .site-footer__info {
         flex-wrap: wrap
     }
 }
 
 @media screen and (max-width:576px) {
     .site-footer__info {
         flex-direction: column
     }
 }
 
 .site-footer__info ul {
     margin: 0;
     padding: 0;
     list-style: none
 }
 
 .site-footer__info ul li a {
     color: #fff;
     font-size: 14px;
     line-height: 26px;
     transition: all .25s ease;
     padding: 0
 }
 
 .site-footer__info ul li a:visited {
     color: #fff
 }
 
 .site-footer__info ul li a:hover {
     color: #009941
 }
 
 .site-footer__info .title {
     font-size: 21px;
     line-height: 32px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 15px
 }
 
 .site-footer__info .footer-nav-wrap {
     width: 31%
 }
 
 @media screen and (max-width:768px) {
     .site-footer__info .footer-nav-wrap {
         width: 100%
     }
 }
 
 .site-footer__info .footer-nav-wrap .title {
     font-size: 21px;
     line-height: 32px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 15px
 }
 
 .site-footer__info .footer-nav-wrap .footer-nav {
     display: flex;
     justify-content: space-between
 }
 
 @media screen and (max-width:768px) {
     .site-footer__info .footer-nav-wrap .footer-nav {
         justify-content: unset
     }
 }
 
 .site-footer__info .footer-nav-wrap .footer-nav #footer-menu {
     margin-right: 100px
 }
 
 @media screen and (max-width:1200px) {
     .site-footer__info .footer-nav-wrap .footer-nav #footer-menu {
         margin-right: 0
     }
 }
 
 @media screen and (max-width:768px) {
     .site-footer__info .footer-nav-wrap .footer-nav #footer-menu {
         margin-right: 60px
     }
 }
 
 .site-footer__info .footer-nav-wrap .footer-nav ul {
     margin: 0;
     padding: 0;
     list-style: none
 }
 
 .site-footer__info .footer-nav-wrap .footer-nav ul li a {
     color: #fff;
     font-size: 14px;
     line-height: 26px;
     transition: all .25s ease;
     padding: 0
 }
 
 .site-footer__info .footer-nav-wrap .footer-nav ul li a:visited {
     color: #fff
 }
 
 .site-footer__info .footer-nav-wrap .footer-nav ul li a:hover {
     color: #009941
 }
 
 .site-footer__info .address {
     width: 26%;
     padding-left: 41px
 }
 
 @media screen and (max-width:1200px) {
     .site-footer__info .address {
         padding-left: 0
     }
 }
 
 @media screen and (max-width:768px) {
     .site-footer__info .address {
         width: 100%;
         margin-top: 35px
     }
 }
 
 .site-footer__info .address .title {
     font-size: 21px;
     line-height: 32px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 15px
 }
 
 .site-footer__info .address p {
     color: #fff;
     font-size: 14px;
     line-height: 26px
 }
 
 .site-footer__info .contact-info {
     width: 20%
 }
 
 @media screen and (max-width:1200px) {
     .site-footer__info .contact-info {
         width: 26%
     }
 }
 
 @media screen and (max-width:768px) {
     .site-footer__info .contact-info {
         width: 100%;
         margin-top: 35px
     }
 }
 
 .site-footer__info .contact-info .title {
     font-size: 21px;
     line-height: 32px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 15px
 }
 
 .site-footer__info .contact-info p {
     color: #fff;
     font-size: 14px;
     line-height: 26px;
     margin-bottom: 26px
 }
 
 .site-footer__info .contact-info p a {
     color: #fff;
     transition: all .25s ease
 }
 
 .site-footer__info .contact-info p a:visited {
     color: #fff
 }
 
 .site-footer__info .contact-info p a:hover {
     color: #009941
 }
 
 .site-footer__info .contact-info .social {
     margin-top: 42px;
     transition: all .25s ease
 }
 
 .site-footer__info .contact-info .social .social-item {
     transition: all .25s ease
 }
 
 .site-footer__info .contact-info .social .social-item:hover {
     opacity: .8
 }
 
 .site-footer__info .contact-info .social .social-1 {
     margin-right: 32px
 }
 
 .site-footer__info .contact-info .social .social-2 {
     margin-right: 29px
 }
 
 .site-footer__copy {
     border-top: 2px solid #44474b;
     width: 100%;
     text-align: center;
     font-size: 12px;
     line-height: 26px;
     color: #fff;
     padding: 11px 0 15px;
     margin-top: 205px
 }
 
 @media screen and (max-width:768px) {
     .site-footer__copy {
         margin-top: 50px
     }
 }
 
 .site-footer__copy p {
     font-size: 14px;
     line-height: 26px;
     color: #fff;
     margin-bottom: 0;
     text-align: right
 }
 
 @media screen and (max-width:768px) {
     .site-footer__copy p {
         text-align: center;
         margin-top: 5px
     }
 }
 
 .site-footer__copy p a {
     color: #fff;
     font-weight: 700;
     transition: all .25s ease
 }
 
 .site-footer__copy p a:hover {
     color: #009941
 }
 
 .site-footer #scroll-back.scroll-back-AUTOBAY {
     background: #01a7b8
 }
 
 .site-footer--new-home {
     background: #16191d
 }
 
 .site-footer--new-home .upper-footer {
     max-width: 1360px;
     margin: 0 auto;
     padding-top: 58px
 }
 
 @media screen and (max-width:991px) {
     .site-footer--new-home .upper-footer {
         padding-top: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .site-footer--new-home .site-footer__logo {
         flex-direction: column;
         margin-bottom: 25px;
         align-items: flex-start
     }
 }
 
 @media screen and (max-width:1200px) {
     .site-footer--new-home .site-footer__logo .logo-btn .button {
         padding: 20px 47px 19px
     }
 }
 
 .site-footer--new-home .site-footer__info {
     display: flex;
     flex-direction: column;
     margin-left: auto;
     max-width: 815px
 }
 
 @media screen and (max-width:1200px) {
     .site-footer--new-home .site-footer__info {
         padding-left: 30px
     }
 }
 
 @media screen and (max-width:991px) {
     .site-footer--new-home .site-footer__info {
         padding-left: 0
     }
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form {
     border: 1px solid #fff;
     padding: 26px 69px;
     margin-bottom: 23px
 }
 
 @media screen and (max-width:991px) {
     .site-footer--new-home .site-footer__info .subscribe-form {
         padding: 26px 25px 26px;
         margin-bottom: 45px
     }
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form h3,
 .site-footer--new-home .site-footer__info .subscribe-form .h3 {
     font-size: 21px;
     line-height: 30px;
     font-weight: 700;
     color: #fff;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 0
 }
 
 @media screen and (max-width:991px) {
     .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper {
         text-align: center
     }
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=email] {
     border: 0;
     border-bottom: 1px solid #fff;
     background: 0 0;
     border-radius: 0;
     font-size: 18px;
     line-height: 24px;
     font-weight: 300;
     color: #fff;
     padding: 12px 0;
     width: 336px;
     max-width: 100%;
     margin-right: 40px;
     outline: none;
     font-family: "Montserrat", sans-serif
 }
 
 @media screen and (max-width:1200px) {
     .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=email] {
         width: 270px
     }
 }
 
 @media screen and (max-width:991px) {
     .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=email] {
         width: 100%;
         margin-bottom: 25px;
         margin-right: 0
     }
 }
 
 @media screen and (max-width:600px) {
     .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=email] {
         font-size: 18px
     }
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=email]::-moz-placeholder {
     color: #fff
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=email]:-ms-input-placeholder {
     color: #fff
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=email]::placeholder {
     color: #fff
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=email]:focus {
     box-shadow: unset;
     border: 0;
     border-bottom: 1px solid #fff;
     outline: none
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=submit] {
     display: inline-block;
     border: 1px solid #009941;
     border-radius: 0;
     background: 0 0;
     padding: 13px;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 700;
     -webkit-animation: none;
     animation: none;
     width: 170px;
     text-align: center;
     outline: none;
     transition: all .25s ease;
     float: right
 }
 
 @media screen and (max-width:991px) {
     .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=submit] {
         float: left
     }
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=submit]:hover {
     background: #009941;
     color: #fff
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=submit]:visited {
     color: #fff
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper input[type=submit]:focus {
     color: #fff;
     outline: none
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper .wpcf7-response-output {
     color: #fff
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper .wpcf7-not-valid-tip {
     position: absolute;
     display: inline-block;
     left: 0;
     bottom: -50px
 }
 
 @media screen and (max-width:768px) {
     .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper .wpcf7-not-valid-tip {
         bottom: -40px
     }
 }
 
 .site-footer--new-home .site-footer__info .subscribe-form .form-wrapper .wpcf7-spinner {
     position: absolute;
     display: block;
     margin: 15px auto 0
 }
 
 .site-footer--new-home .site-footer__info .content {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 20px
 }
 
 @media screen and (max-width:768px) {
     .site-footer--new-home .site-footer__info .content {
         grid-template-columns: 100%
     }
 }
 
 .site-footer--new-home .site-footer__info .content .contact-info {
     width: unset
 }
 
 .site-footer--new-home .site-footer__info .content .contact-info .social {
     margin-top: 104px
 }
 
 .site-footer--new-home .site-footer__copy {
     margin-top: 60px
 }
 
 .site-footer--AUTOBAY .site-footer__logo .logo-btn .button {
     background: #01a7b8;
     -webkit-animation: unset !important;
     animation: unset !important;
     transition: all .25s ease
 }
 
 .site-footer--AUTOBAY .site-footer__logo .logo-btn .button:hover {
     background: #9ea4aa
 }
 
 .site-footer--AUTOBAY .site-footer__info ul li a:hover {
     color: #01a7b8
 }
 
 .site-footer--AUTOBAY .site-footer__copy p a:hover {
     color: #01a7b8
 }
 
 #scroll-back {
     width: 46px;
     height: 46px;
     position: fixed;
     bottom: 45px;
     right: 127px;
     background: #009941;
     z-index: 100;
     cursor: pointer;
     outline: none;
     border: none;
     display: none;
     box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, .4)
 }
 
 @media screen and (max-width:1700px) {
     #scroll-back {
         right: 60px
     }
 }
 
 @media screen and (max-width:1400px) {
     #scroll-back {
         right: 45px
     }
 }
 
 @media screen and (max-width:991px) {
     #scroll-back {
         right: 25px;
         bottom: 25px
     }
 }
 
 #scroll-back svg,
 #scroll-back img {
     width: 19px
 }
 
 #scroll-back svg path,
 #scroll-back img path {
     fill: #fff
 }
 
 .post,
 .page {
     margin: 0;
     padding: 0
 }
 
 .main-wrapper .p1 {
     position: relative;
     background: #eaeaea;
     padding: 45px 0 70px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p1 {
         padding: 70px 0 70px
     }
 }
 
 .main-wrapper .p1--about {
     padding: 90px 0
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p1--about {
         padding: 70px 0 70px
     }
 }
 
 .main-wrapper .p1__text .subtitle {
     margin-bottom: 20px
 }
 
 .main-wrapper .p1__text h2,
 .main-wrapper .p1__text .h2 {
     margin-bottom: 22px;
     padding-right: 50px
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .p1__text h2,
     .main-wrapper .p1__text .h2 {
         padding-right: 0
     }
 }
 
 .main-wrapper .p1__text p {
     max-width: 500px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p1__text p {
         max-width: unset
     }
 }
 
 .main-wrapper .p1__text .link {
     font-size: 16px;
     font-weight: 500;
     color: #009941;
     display: flex;
     align-items: center;
     margin-top: 30px;
     margin-bottom: 10px
 }
 
 .main-wrapper .p1__text .link svg,
 .main-wrapper .p1__text .link img {
     margin-left: 17px;
     transition: all .25s ease
 }
 
 .main-wrapper .p1__text .link:hover svg,
 .main-wrapper .p1__text .link:hover img {
     margin-left: 40px
 }
 
 .main-wrapper .p1__text--about {
     max-width: 750px;
     padding-right: 50px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p1__text--about {
         max-width: unset;
         padding-right: 0
     }
 }
 
 .main-wrapper .p1__text--about h2,
 .main-wrapper .p1__text--about .h2 {
     max-width: 570px
 }
 
 .main-wrapper .p1__text--about p {
     max-width: 700px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p1 .svg-wrap {
         text-align: center;
         margin-bottom: 35px
     }
 }
 
 .main-wrapper .p1 svg {
     max-width: 100%
 }
 
 @media screen and (max-width:450px) {
     .main-wrapper .p1 svg {
         margin: -50px 0
     }
 }
 
 .main-wrapper .p1 .about-photo {
     position: relative
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p1 .about-photo {
         margin-bottom: 30px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .p1 .about-photo {
         margin-bottom: 55px
     }
 }
 
 .main-wrapper .p1 .about-photo .about-photo-label {
     position: absolute;
     bottom: 47px;
     left: -47px;
     z-index: 1
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .p1 .about-photo .about-photo-label {
         bottom: 0;
         left: 0
     }
 }
 
 .main-wrapper .p1 .about-photo .about-photo-label .contact-label {
     width: 325px;
     max-width: 100%;
     height: 91px;
     background: #fff;
     border-left: 5px solid #009941;
     border-radius: 7px;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16)
 }
 
 .main-wrapper .p1 .about-photo .about-photo-label .contact-label img {
     margin-right: 22px
 }
 
 .main-wrapper .p1 .about-photo .about-photo-label .contact-label .text .title {
     font-size: 18px;
     color: #24272b
 }
 
 .main-wrapper .p1 .about-photo .about-photo-label .contact-label .text a {
     color: #009941;
     font-size: 22px;
     font-weight: 700
 }
 
 .main-wrapper .p1--approach {
     padding: 17px 0
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .p1--approach {
         padding: 70px 0 70px
     }
 }
 
 .main-wrapper .p1--approach .p1__text {
     max-width: 926px
 }
 
 .main-wrapper .p1--approach .p1__text h2,
 .main-wrapper .p1--approach .p1__text .h2 {
     max-width: 857px
 }
 
 .main-wrapper .p1--approach .p1__text p {
     max-width: 777px
 }
 
 .main-wrapper .p1--approach .about-photo {
     text-align: right
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p1--approach .about-photo {
         text-align: center
     }
 }
 
 .main-wrapper .p1--ts-overview .p1__text h2,
 .main-wrapper .p1--ts-overview .p1__text .h2 {
     padding-right: 0
 }
 
 .main-wrapper .p1--ts-overview .p1__text p {
     max-width: 782px
 }
 
 .main-wrapper .p2 {
     padding: 55px 0 30px
 }
 
 .main-wrapper .p2__headline {
     margin-bottom: 74px
 }
 
 .main-wrapper .p2__check {
     max-width: 310px;
     text-align: center;
     margin-bottom: 30px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p2__check {
         margin: 0 auto;
         margin-bottom: 30px
     }
 }
 
 .main-wrapper .p2__check--center {
     margin: 0 auto;
     margin-bottom: 30px
 }
 
 .main-wrapper .p2__check--right {
     margin-left: auto
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p2__check--right {
         margin: 0 auto;
         margin-bottom: 30px
     }
 }
 
 .main-wrapper .p2__check .title {
     font-size: 21px;
     line-height: 26px;
     font-weight: 700;
     margin-bottom: 7px;
     color: #24272b
 }
 
 .main-wrapper .p2__check .icon-wrap {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 73px
 }
 
 .main-wrapper .p2__check .icon-wrap .check-icon {
     width: 55px;
     height: 55px;
     border-radius: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #009941;
     box-shadow: 0px 3px 6px 0px rgba(17, 40, 82, .14)
 }
 
 .main-wrapper .p3 {
     background: #009941;
     padding: 30px 0
 }
 
 .main-wrapper .p3__text {
     display: flex;
     justify-content: center;
     align-items: center
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p3__text .banner-arrow {
         width: 100%;
         max-width: 40px
     }
 }
 
 .main-wrapper .p3__text h3,
 .main-wrapper .p3__text .h3 {
     color: #fff;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     max-width: 420px;
     text-align: center;
     margin-left: 31px;
     margin-right: 40px
 }
 
 .main-wrapper .p3__text h3.h3-about,
 .main-wrapper .p3__text .h3-about.h3 {
     max-width: 770px
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .p3__text h3.h3-about,
     .main-wrapper .p3__text .h3-about.h3 {
         font-size: 24px;
         line-height: 32px
     }
 }
 
 .main-wrapper .p3__text h3.h3-approach,
 .main-wrapper .p3__text .h3-approach.h3 {
     max-width: 554px
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .p3__text h3.h3-approach,
     .main-wrapper .p3__text .h3-approach.h3 {
         font-size: 24px;
         line-height: 32px
     }
 }
 
 .main-wrapper .p4 {
     position: relative;
     background: #eaeaea;
     padding: 135px 0 155px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p4 {
         padding: 75px 0 65px
     }
 }
 
 .main-wrapper .p4 .subtitle {
     margin-bottom: 22px
 }
 
 .main-wrapper .p4 .title {
     font-family: "Montserrat", sans-serif;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     margin-bottom: 18px;
     max-width: 697px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .p4 .title {
         font-size: 24px;
         line-height: 30px
     }
 }
 
 .main-wrapper .p4 p {
     max-width: 800px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p4 p.ts-features {
         max-width: unset
     }
 }
 
 .main-wrapper .p4 .scrollslider {
     height: 230px;
     position: relative;
     overflow: hidden;
     margin-right: -20px;
     max-width: 620px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p4 .scrollslider {
         margin-top: 50px;
         margin-right: 0
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .p4 .scrollslider {
         margin-bottom: 60px;
         height: 250px
     }
 }
 
 .main-wrapper .p4 .scrollslider--v2,
 .main-wrapper .p4 .scrollslider--v3 {
     margin-right: 0;
     margin-left: -30px;
     padding-left: 80px;
     height: 300px
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .p4 .scrollslider--v2,
     .main-wrapper .p4 .scrollslider--v3 {
         margin-top: 0;
         margin-right: 0
     }
 }
 
 @media screen and (max-width:600px) {
 
     .main-wrapper .p4 .scrollslider--v2,
     .main-wrapper .p4 .scrollslider--v3 {
         padding-left: 0;
         margin-left: 0
     }
 }
 
 .main-wrapper .p4 .scrollslider--v2 .swiper-slide-active .bar-inside,
 .main-wrapper .p4 .scrollslider--v3 .swiper-slide-active .bar-inside {
     width: calc(100% - 53px) !important
 }
 
 @media screen and (max-width:600px) {
 
     .main-wrapper .p4 .scrollslider--v2 .swiper-slide-active .bar-inside,
     .main-wrapper .p4 .scrollslider--v3 .swiper-slide-active .bar-inside {
         width: calc(100% - 33px) !important
     }
 }
 
 .main-wrapper .p4 .swiper-container,
 .main-wrapper .p4 .swiper-container-2 {
     overflow: visible
 }
 
 .main-wrapper .p4 .swiper-container-2,
 .main-wrapper .p4 .swiper-container-3 {
     height: 230px;
     overflow: hidden;
     margin-top: 40px
 }
 
 .main-wrapper .p4 .swiper-slide {
     align-items: center;
     display: flex;
     margin: 0;
     transition: margin .5s ease
 }
 
 .main-wrapper .p4 .swiper-pagination,
 .main-wrapper .p4 .swiper-pagination-2,
 .main-wrapper .p4 .swiper-pagination-3 {
     right: 0;
     top: 108px
 }
 
 @media screen and (max-width:600px) {
 
     .main-wrapper .p4 .swiper-pagination,
     .main-wrapper .p4 .swiper-pagination-2,
     .main-wrapper .p4 .swiper-pagination-3 {
         display: flex;
         right: auto;
         left: 0;
         top: 240px
     }
 }
 
 .main-wrapper .p4 .swiper-pagination .swiper-pagination-bullet,
 .main-wrapper .p4 .swiper-pagination-2 .swiper-pagination-bullet,
 .main-wrapper .p4 .swiper-pagination-3 .swiper-pagination-bullet {
     width: 7px;
     height: 7px;
     background: #86878c;
     transform: scale(1);
     transition: transform .25s ease;
     opacity: 1;
     margin: 20px
 }
 
 @media screen and (max-width:600px) {
 
     .main-wrapper .p4 .swiper-pagination .swiper-pagination-bullet,
     .main-wrapper .p4 .swiper-pagination-2 .swiper-pagination-bullet,
     .main-wrapper .p4 .swiper-pagination-3 .swiper-pagination-bullet {
         margin: 10px
     }
 }
 
 .main-wrapper .p4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
 .main-wrapper .p4 .swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active,
 .main-wrapper .p4 .swiper-pagination-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: #009941;
     transform: scale(1.9)
 }
 
 .main-wrapper .p4 .swiper-pagination-2,
 .main-wrapper .p4 .swiper-pagination-3 {
     right: auto;
     left: 15px;
     position: absolute;
     top: 155px
 }
 
 @media screen and (max-width:600px) {
 
     .main-wrapper .p4 .swiper-pagination-2,
     .main-wrapper .p4 .swiper-pagination-3 {
         display: flex;
         right: auto;
         left: 0;
         top: 290px
     }
 }
 
 .main-wrapper .p4 .swiper-container .bar,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper .bar,
 .main-wrapper .p4 .swiper-slide .bar,
 .main-wrapper .p4 .swiper-container-3 .bar {
     padding: 0;
     display: flex;
     align-items: center;
     flex: 0 0 100%
 }
 
 @media screen and (max-width:420px) {
 
     .main-wrapper .p4 .swiper-container .bar,
     .main-wrapper .p4 .swiper-container-2 .swiper-wrapper .bar,
     .main-wrapper .p4 .swiper-slide .bar,
     .main-wrapper .p4 .swiper-container-3 .bar {
         padding: 5px 0
     }
 }
 
 .main-wrapper .p4 .swiper-container .bar .bar-inside,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper .bar .bar-inside,
 .main-wrapper .p4 .swiper-slide .bar .bar-inside,
 .main-wrapper .p4 .swiper-container-3 .bar .bar-inside {
     background: #fff;
     max-width: 100%;
     width: 380px;
     border-radius: 50px;
     display: flex;
     align-items: center;
     padding: 9px 16px;
     transform: translateX(0);
     transition: all .5s ease;
     height: 47px
 }
 
 @media screen and (max-width:420px) {
 
     .main-wrapper .p4 .swiper-container .bar .bar-inside,
     .main-wrapper .p4 .swiper-container-2 .swiper-wrapper .bar .bar-inside,
     .main-wrapper .p4 .swiper-slide .bar .bar-inside,
     .main-wrapper .p4 .swiper-container-3 .bar .bar-inside {
         width: 100%
     }
 }
 
 .main-wrapper .p4 .swiper-container .bar .icon,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper .bar .icon,
 .main-wrapper .p4 .swiper-slide .bar .icon,
 .main-wrapper .p4 .swiper-container-3 .bar .icon {
     width: 29px;
     height: 29px;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, .5);
     border-radius: 50%;
     margin-right: 26px;
     transition: all .5s ease;
     flex: 0 0 29px
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .p4 .swiper-container .bar .icon,
     .main-wrapper .p4 .swiper-container-2 .swiper-wrapper .bar .icon,
     .main-wrapper .p4 .swiper-slide .bar .icon,
     .main-wrapper .p4 .swiper-container-3 .bar .icon {
         flex: 0 0 29px;
         margin-right: 12px
     }
 }
 
 .main-wrapper .p4 .swiper-container .bar .icon svg,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper .bar .icon svg,
 .main-wrapper .p4 .swiper-slide .bar .icon svg,
 .main-wrapper .p4 .swiper-container-3 .bar .icon svg {
     position: relative;
     left: 1px;
     transition: all .5s ease
 }
 
 .main-wrapper .p4 .swiper-container .bar .icon svg path,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper .bar .icon svg path,
 .main-wrapper .p4 .swiper-slide .bar .icon svg path,
 .main-wrapper .p4 .swiper-container-3 .bar .icon svg path {
     transition: all .5s ease
 }
 
 .main-wrapper .p4 .swiper-container .bar .title-bar,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper .bar .title-bar,
 .main-wrapper .p4 .swiper-slide .bar .title-bar,
 .main-wrapper .p4 .swiper-container-3 .bar .title-bar {
     position: relative;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     line-height: 20px;
     font-weight: 400;
     color: #86878c;
     transition: all .5s ease
 }
 
 .main-wrapper .p4 .swiper-container.swiper-slide-next,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper.swiper-slide-next,
 .main-wrapper .p4 .swiper-slide.swiper-slide-next,
 .main-wrapper .p4 .swiper-container-3.swiper-slide-next {
     margin-top: -18px
 }
 
 .main-wrapper .p4 .swiper-container.swiper-slide-active,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper.swiper-slide-active,
 .main-wrapper .p4 .swiper-slide.swiper-slide-active,
 .main-wrapper .p4 .swiper-container-3.swiper-slide-active {
     display: flex;
     align-items: center;
     margin: -18px 0 0
 }
 
 .main-wrapper .p4 .swiper-container.swiper-slide-active .bar,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper.swiper-slide-active .bar,
 .main-wrapper .p4 .swiper-slide.swiper-slide-active .bar,
 .main-wrapper .p4 .swiper-container-3.swiper-slide-active .bar {
     height: 68px;
     display: flex;
     align-items: center
 }
 
 .main-wrapper .p4 .swiper-container.swiper-slide-active .bar .bar-inside,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper.swiper-slide-active .bar .bar-inside,
 .main-wrapper .p4 .swiper-slide.swiper-slide-active .bar .bar-inside,
 .main-wrapper .p4 .swiper-container-3.swiper-slide-active .bar .bar-inside {
     position: relative;
     width: calc(100% - 123px);
     transform: translateX(33px);
     height: 68px
 }
 
 @media screen and (max-width:600px) {
 
     .main-wrapper .p4 .swiper-container.swiper-slide-active .bar .bar-inside,
     .main-wrapper .p4 .swiper-container-2 .swiper-wrapper.swiper-slide-active .bar .bar-inside,
     .main-wrapper .p4 .swiper-slide.swiper-slide-active .bar .bar-inside,
     .main-wrapper .p4 .swiper-container-3.swiper-slide-active .bar .bar-inside {
         width: calc(100% - 33px)
     }
 }
 
 .main-wrapper .p4 .swiper-container.swiper-slide-active .bar .title-bar,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper.swiper-slide-active .bar .title-bar,
 .main-wrapper .p4 .swiper-slide.swiper-slide-active .bar .title-bar,
 .main-wrapper .p4 .swiper-container-3.swiper-slide-active .bar .title-bar {
     color: #009941;
     font-size: 21px;
     font-weight: 700
 }
 
 .main-wrapper .p4 .swiper-container.swiper-slide-active .bar .icon,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper.swiper-slide-active .bar .icon,
 .main-wrapper .p4 .swiper-slide.swiper-slide-active .bar .icon,
 .main-wrapper .p4 .swiper-container-3.swiper-slide-active .bar .icon {
     width: 41px;
     height: 41px;
     background: #009941;
     flex: 0 0 41px
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .p4 .swiper-container.swiper-slide-active .bar .icon,
     .main-wrapper .p4 .swiper-container-2 .swiper-wrapper.swiper-slide-active .bar .icon,
     .main-wrapper .p4 .swiper-slide.swiper-slide-active .bar .icon,
     .main-wrapper .p4 .swiper-container-3.swiper-slide-active .bar .icon {
         flex: 0 0 41px
     }
 }
 
 .main-wrapper .p4 .swiper-container.swiper-slide-active .bar .icon svg,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper.swiper-slide-active .bar .icon svg,
 .main-wrapper .p4 .swiper-slide.swiper-slide-active .bar .icon svg,
 .main-wrapper .p4 .swiper-container-3.swiper-slide-active .bar .icon svg {
     width: 18px;
     height: 11px
 }
 
 .main-wrapper .p4 .swiper-container.swiper-slide-active .bar .icon svg path,
 .main-wrapper .p4 .swiper-container-2 .swiper-wrapper.swiper-slide-active .bar .icon svg path,
 .main-wrapper .p4 .swiper-slide.swiper-slide-active .bar .icon svg path,
 .main-wrapper .p4 .swiper-container-3.swiper-slide-active .bar .icon svg path {
     stroke: #fff
 }
 
 .main-wrapper .p4 #thumbnail-slider {
     margin-top: 40px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p4 #thumbnail-slider {
         margin-top: 0;
         margin-bottom: 30px
     }
 }
 
 .main-wrapper .p4 #thumbnail-slider.thumbnail-slider-v2 {
     padding-right: 15px;
     margin-top: 10px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p4 #thumbnail-slider.thumbnail-slider-v2 {
         padding-right: 0
     }
 }
 
 .main-wrapper .p4 #thumbnail-slider .splide__track {
     padding-top: 20px !important
 }
 
 .main-wrapper .p4 #thumbnail-slider .splide__slide {
     height: 85px;
     display: flex;
     align-items: center;
     margin: -10px 0
 }
 
 .main-wrapper .p4 #thumbnail-slider .splide__slide .bar {
     height: 90px;
     display: flex;
     align-items: center
 }
 
 .main-wrapper .p4 #thumbnail-slider .splide__slide .bar .bar-inside {
     position: relative;
     width: calc(100% - 33px);
     transform: translateX(33px);
     height: 68px
 }
 
 .main-wrapper .p4 #thumbnail-slider .splide__slide .bar .title-bar {
     color: #009941;
     font-size: 21px;
     font-weight: 700
 }
 
 .main-wrapper .p4 #thumbnail-slider .splide__slide .bar .icon {
     width: 41px;
     height: 41px;
     background: #009941
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p4 #thumbnail-slider .splide__slide .bar .icon {
         flex: 0 0 41px
     }
 }
 
 .main-wrapper .p4 #thumbnail-slider .splide__slide .bar .icon svg {
     width: 18px;
     height: 11px
 }
 
 .main-wrapper .p4 #thumbnail-slider .splide__slide .bar .icon svg path {
     stroke: #fff
 }
 
 .main-wrapper .p4--v2 {
     padding: 65px 0 117px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p4--v2 {
         padding: 65px 0 65px
     }
 }
 
 .main-wrapper .p4--v2 .title {
     max-width: unset
 }
 
 .main-wrapper .p4--v2 p {
     max-width: 900px
 }
 
 .main-wrapper .p4--v2 .scrollslider {
     max-width: 620px
 }
 
 .main-wrapper .p4--ts-overview p {
     max-width: 826px
 }
 
 .main-wrapper .p4--ts-overview .scroll-slider {
     margin-left: auto
 }
 
 .main-wrapper .p5 {
     position: relative;
     padding: 5px 0 25px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p5 {
         padding: 73px 0 25px
     }
 }
 
 .main-wrapper .p5__catalogue {
     margin-right: -30px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p5__catalogue {
         margin-right: 0
     }
 }
 
 .main-wrapper .p5__catalogue--discovery {
     position: relative;
     margin-right: -30px;
     top: 17px;
     left: -20px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .p5__catalogue--discovery {
         top: 0;
         left: 0;
         margin: 25px 0 0
     }
 }
 
 .main-wrapper .p5__catalogue--discovery img {
     width: 100%;
     max-width: 457px;
     height: auto
 }
 
 .main-wrapper .p5__text {
     padding-left: 80px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p5__text {
         padding-left: 0
     }
 }
 
 .main-wrapper .p5__text--discovery {
     padding-left: 30px
 }
 
 .main-wrapper .p5__text .subtitle {
     margin-bottom: 20px
 }
 
 .main-wrapper .p5__text h3,
 .main-wrapper .p5__text .h3 {
     font-size: 32px;
     line-height: 36px;
     font-family: "Montserrat", sans-serif;
     color: #24272b
 }
 
 @media screen and (max-width:600px) {
 
     .main-wrapper .p5__text h3,
     .main-wrapper .p5__text .h3 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .p5__text .p-discovery {
     margin: 15px 0 -10px
 }
 
 .main-wrapper .p5__text .link {
     font-size: 16px;
     font-weight: 500;
     color: #009941;
     display: flex;
     align-items: center;
     margin-top: 22px;
     cursor: pointer
 }
 
 .main-wrapper .p5__text .link svg,
 .main-wrapper .p5__text .link img {
     margin-left: 17px;
     transition: all .25s ease
 }
 
 .main-wrapper .p5__text .link:hover svg,
 .main-wrapper .p5__text .link:hover img {
     margin-left: 40px
 }
 
 .main-wrapper .p5--discovery {
     padding: 35px 0 40px
 }
 
 .main-wrapper .p5--caseview {
     padding: 73px 0 25px
 }
 
 .main-wrapper .p5--caseview .p5__text {
     padding-left: 31px;
     margin-top: -4px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p5--caseview .p5__text {
         padding-left: 0
     }
 }
 
 .main-wrapper .p5--caseview .p5__text h3,
 .main-wrapper .p5--caseview .p5__text .h3 {
     font-size: 36px;
     line-height: 46px
 }
 
 .main-wrapper .p5--caseview .p5__text p {
     margin: 32px 0 -20px
 }
 
 .main-wrapper .p5--caseview .p5__catalogue {
     position: relative;
     top: -13px;
     left: 4px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p5--caseview .p5__catalogue {
         top: 0;
         margin-top: 20px
     }
 }
 
 .main-wrapper .p5--caseview .p5__catalogue img {
     max-width: 470px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .p5--caseview .p5__catalogue img {
         max-width: 100%
     }
 }
 
 .main-wrapper .p5--home {
     padding: 35px 0 0
 }
 
 .main-wrapper .p5--home .p5__catalogue {
     margin-right: 30px;
     top: 20px;
     position: relative
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p5--home .p5__catalogue {
         top: 0
     }
 }
 
 .main-wrapper .p6 {
     position: relative;
     padding: 0
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p6 {
         padding: 50px 0 0
     }
 }
 
 .main-wrapper .p6--v2 {
     padding: 0 0 20px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p6--v2 {
         padding: 50px 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p6--v2 {
         padding: 50px 0 20px
     }
 }
 
 .main-wrapper .p6__text {
     max-width: 728px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p6__text {
         max-width: unset
     }
 }
 
 .main-wrapper .p6__text h1,
 .main-wrapper .p6__text .h1 {
     font-size: 50px;
     line-height: 60px;
     margin-bottom: 20px;
     font-family: "Montserrat", sans-serif
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .p6__text h1,
     .main-wrapper .p6__text .h1 {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .p6__text h1,
     .main-wrapper .p6__text .h1 {
         font-size: 35px;
         line-height: 40px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p6__text--v2 {
         max-width: unset
     }
 }
 
 .main-wrapper .p6__text h2,
 .main-wrapper .p6__text .h2 {
     font-size: 40px;
     line-height: 50px;
     margin-bottom: 20px
 }
 
 @media screen and (max-width:600px) {
 
     .main-wrapper .p6__text h2,
     .main-wrapper .p6__text .h2 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .p6__text .button {
     margin-top: 36px
 }
 
 .main-wrapper .p6__photo svg {
     width: 753px;
     position: relative;
     left: -60px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p6__photo svg {
         max-width: 100%;
         left: 0
     }
 }
 
 .main-wrapper .p6__photo img {
     margin-top: 10px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p6__photo.text-right {
         text-align: center;
         margin-top: -50px;
         z-index: -1;
         position: relative
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .p6__photo.text-right {
         margin-top: -10px
     }
 }
 
 .main-wrapper .p7 {
     position: relative;
     background: #eaeaea;
     padding: 65px 0 65px
 }
 
 .main-wrapper .p7__item {
     display: flex;
     max-width: 350px;
     justify-content: center;
     margin: 0 auto
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p7__item {
         margin-bottom: 30px;
         justify-content: unset
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .p7__item {
         max-width: unset
     }
 }
 
 .main-wrapper .p7__item svg,
 .main-wrapper .p7__item img {
     flex: 0 0 57px;
     margin-right: 31px
 }
 
 .main-wrapper .p7__item svg.arrow-v2,
 .main-wrapper .p7__item img.arrow-v2 {
     height: 57px
 }
 
 .main-wrapper .p7__item .text {
     margin-top: 10px
 }
 
 .main-wrapper .p7__item .text .title {
     font-family: "Montserrat", sans-serif;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     color: #24272b;
     margin-bottom: 8px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .p7__item .text .title {
         font-size: 22px;
         line-height: 30px
     }
 }
 
 .main-wrapper .p7__item .text .desc {
     font-size: 18px;
     line-height: 26px;
     font-weight: 500;
     color: #86878c
 }
 
 .main-wrapper .p7--tioverview {
     padding: 65px 0
 }
 
 .main-wrapper .p8 {
     position: relative;
     background: #009941;
     padding: 42px 0
 }
 
 .main-wrapper .p8__bar {
     display: flex;
     max-width: 768px;
     margin: 0 auto
 }
 
 .main-wrapper .p8__bar svg,
 .main-wrapper .p8__bar img {
     flex: 0 0 61px;
     margin-right: 47px
 }
 
 .main-wrapper .p8__bar .title {
     color: #fff;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .p8__bar .title {
         font-size: 22px;
         line-height: 30px
     }
 }
 
 .main-wrapper .p8__bar--tioverview {
     align-items: center;
     justify-content: center
 }
 
 .main-wrapper .p8__bar--tioverview svg {
     flex: 0 0 88px;
     margin-right: 30px
 }
 
 .main-wrapper .p8__bar--tioverview .title {
     margin-bottom: 6px
 }
 
 .main-wrapper .p9 {
     background: #eaeaea;
     padding: 70px 0 90px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p9 {
         padding: 70px 0 10px
     }
 }
 
 .main-wrapper .p9__headline {
     max-width: 982px;
     margin: 0 auto 80px;
     text-align: center
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .p9__headline {
         max-width: unset
     }
 }
 
 .main-wrapper .p9__headline .subtitle {
     margin-bottom: 20px
 }
 
 .main-wrapper .p9__box {
     background: #fff;
     position: relative;
     border-bottom: 7.5px solid #f8b721;
     padding: 0 35px 45px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     height: 100%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p9__box {
         margin-bottom: 80px;
         height: auto
     }
 }
 
 .main-wrapper .p9__box--v2 {
     border-bottom: 7.5px solid #99c551
 }
 
 .main-wrapper .p9__box--v3 {
     border-bottom: 7.5px solid #167f35
 }
 
 .main-wrapper .p9__box .number {
     margin: 0 auto;
     width: 80px;
     height: 80px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #f8b721;
     font-size: 29px;
     font-weight: 500;
     color: #fff;
     position: relative;
     top: -40px
 }
 
 .main-wrapper .p9__box .number--v2 {
     background: #99c551
 }
 
 .main-wrapper .p9__box .number--v3 {
     background: #167f35
 }
 
 .main-wrapper .p9__box .title {
     font-family: "Montserrat", sans-serif;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     color: #24272b;
     margin-bottom: 15px
 }
 
 .main-wrapper .p9__box .desc {
     font-size: 18px;
     line-height: 26px;
     font-weight: 500;
     color: #86878c
 }
 
 .main-wrapper .p10 {
     padding: 85px 0;
     position: relative
 }
 
 .main-wrapper .p10__photo {
     text-align: center
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p10__text {
         margin-top: 30px
     }
 }
 
 .main-wrapper .p10__text h2,
 .main-wrapper .p10__text .h2 {
     margin-bottom: 25px
 }
 
 .main-wrapper .p10__text span {
     color: #24272b
 }
 
 .main-wrapper .p11 {
     padding: 60px 0 45px;
     background: #eaeaea
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p11 {
         padding: 60px 0 85px
     }
 }
 
 .main-wrapper .p11__headline {
     margin-bottom: 60px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p11__text .desktop {
         display: none
     }
 }
 
 .main-wrapper .p11__text .mobile {
     display: none
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p11__text .mobile {
         display: block
     }
 }
 
 .main-wrapper .p11__text .boxinfo {
     max-width: 100%;
     width: 400px;
     background: #fff;
     border-radius: 10px;
     padding: 0 35px 19px;
     margin: 0 auto;
     text-align: center;
     box-shadow: 0px 5px 11px -3px rgba(0, 0, 0, .2);
     position: relative;
     z-index: 1
 }
 
 .main-wrapper .p11__text .boxinfo .number {
     position: relative;
     margin-bottom: 20px;
     top: -20px;
     background: #167f35;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     color: #fff;
     font-size: 29px;
     font-weight: 500;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto
 }
 
 .main-wrapper .p11__text .part1 {
     position: relative;
     margin: 0 auto;
     max-width: 770px;
     z-index: 1
 }
 
 .main-wrapper .p11__text .part1 img {
     position: absolute;
     left: 0;
     top: 46%
 }
 
 .main-wrapper .p11__text .part1 p {
     color: #86878c;
     font-size: 16px
 }
 
 .main-wrapper .p11__text .part2 {
     text-align: center;
     max-width: 100%;
     width: 872px;
     margin: -67px auto 0 auto
 }
 
 .main-wrapper .p11__text .part2 img {
     max-width: 100%
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p11__text .part2 img {
         text-align: center;
         margin: 45px auto 12px auto;
         width: 450px;
         position: relative;
         left: 1px
     }
 }
 
 .main-wrapper .p11__text .part3 {
     position: relative;
     text-align: center;
     z-index: 1
 }
 
 .main-wrapper .p11__text .part3 img {
     max-width: 100%;
     width: 545px;
     left: -120px;
     margin-top: -1px;
     position: relative
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p11__text .part3 img {
         width: 185px;
         left: auto;
         right: auto;
         margin: 0 auto 20px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .p11__text .part3 img {
         width: 150px
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .p11__text .part3 img {
         width: 115px
     }
 }
 
 .main-wrapper .p11__text .part3 .boxinfo {
     position: absolute;
     left: 54px;
     width: 370px;
     top: 164px;
     padding: 0 20px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .p11__text .part3 .boxinfo {
         left: 0
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p11__text .part3 .boxinfo {
         position: relative;
         top: 0;
         left: 0;
         padding: 0 20px 10px
     }
 }
 
 .main-wrapper .p11__text .part3 .boxinfo .number {
     margin-bottom: -12px
 }
 
 .main-wrapper .p11__text .part4 {
     position: relative;
     text-align: center;
     margin-top: -1px
 }
 
 .main-wrapper .p11__text .part4 img {
     max-width: 100%;
     width: 590px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p11__text .part4 img {
         margin: 0 auto;
         text-align: center;
         width: 320px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .p11__text .part4 img {
         width: 225px
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .p11__text .part4 img {
         width: 160px
     }
 }
 
 .main-wrapper .p11__text .part4 .boxinfo {
     position: absolute;
     right: 96px;
     width: 370px;
     top: 134px;
     padding: 0 41px 6px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .p11__text .part4 .boxinfo {
         right: 0
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p11__text .part4 .boxinfo {
         position: relative;
         top: 0;
         left: 0
     }
 }
 
 .main-wrapper .p11__text .part4 .boxinfo .number {
     margin-bottom: -8px
 }
 
 .main-wrapper .p12 {
     padding: 68px 0 65px
 }
 
 .main-wrapper .p12__text h2,
 .main-wrapper .p12__text .h2 {
     margin-bottom: 18px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p12__text p {
         max-width: unset
     }
 }
 
 .main-wrapper .p12__photo {
     text-align: center
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p12__photo {
         margin-top: 30px
     }
 }
 
 .main-wrapper .p12__photo img {
     max-width: 418px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .p12__photo img {
         max-width: 100%
     }
 }
 
 .main-wrapper .p13 {
     background: #eaeaea;
     padding: 67px 0 50px
 }
 
 .main-wrapper .p13__headline {
     max-width: 684px;
     margin: 0 auto 47px auto
 }
 
 .main-wrapper .p13__check-item .icon {
     background: #009941;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 55px;
     height: 55px;
     border-radius: 50%;
     box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, .4);
     margin: 0 auto 12px auto
 }
 
 .main-wrapper .p13__check-item .title {
     font-size: 21px;
     line-height: 26px;
     font-weight: 700;
     color: #24272b
 }
 
 .main-wrapper .p13__check-item .check-list {
     margin: 6px 0 0;
     padding: 0;
     list-style: none
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p13__check-item .check-list {
         margin-bottom: 30px
     }
 }
 
 .main-wrapper .p13__check-item .check-list li {
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     line-height: 24px;
     color: #86878c;
     font-weight: 400;
     position: relative;
     display: inline-block
 }
 
 .main-wrapper .p13__check-item .check-list li:before {
     content: "";
     width: 3px;
     height: 3px;
     position: absolute;
     border-radius: 50%;
     left: -10px;
     top: 10px;
     background: #86878c
 }
 
 .main-wrapper .p14 {
     padding: 70px 0 95px
 }
 
 .main-wrapper .p14__text p {
     max-width: 970px;
     margin: 30px auto 0 auto
 }
 
 .main-wrapper .p14__text .process-outlined {
     text-align: center;
     padding-left: 90px;
     margin-top: 100px;
     max-width: 100%
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p14__text .process-outlined {
         padding-left: 50px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p14__text .process-outlined {
         margin-top: 60px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .p14__text .process-outlined {
         padding-left: 35px
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .p14__text .process-outlined {
         padding-left: 20px
     }
 }
 
 .main-wrapper .p15 {
     padding: 103px 0 32px;
     background: #f8f7f7
 }
 
 .main-wrapper .p15__masthead h1,
 .main-wrapper .p15__masthead .h1,
 .main-wrapper .p15__masthead h2,
 .main-wrapper .p15__masthead .h2 {
     font-family: "Montserrat", sans-serif;
     font-size: 40px;
     line-height: 50px;
     font-weight: 700;
     margin-top: 20px
 }
 
 .main-wrapper .p16 {
     padding: 60px 0 50px
 }
 
 .main-wrapper .p16__text .text-wrap {
     margin-bottom: 60px
 }
 
 .main-wrapper .p16__text .text-wrap .title {
     font-size: 21px;
     line-height: 26px;
     font-weight: 700;
     color: #24272b;
     margin-bottom: 5px
 }
 
 .main-wrapper .p16__text .text-wrap .title-main {
     font-size: 32px;
     line-height: 40px;
     font-weight: 700;
     font-family: "Montserrat", sans-serif;
     color: #24272b;
     margin-bottom: 22px
 }
 
 .main-wrapper .p16__text .text-wrap .blank-space {
     margin-bottom: 30px
 }
 
 .main-wrapper .p16__text .text-wrap a {
     color: #86878c;
     transition: all .25s ease
 }
 
 .main-wrapper .p16__text .text-wrap a:hover {
     color: #009941
 }
 
 .main-wrapper .p16__text .text-wrap p {
     margin-bottom: 22px
 }
 
 .main-wrapper .p16__text .text-wrap .p-list p {
     margin-bottom: 2px
 }
 
 .main-wrapper .p17 {
     padding: 80px 0 30px
 }
 
 .main-wrapper .p17--meet-the-team {
     background: #f8f7f7;
     padding: 80px 0 200px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p17--meet-the-team {
         padding: 70px 0 120px
     }
 }
 
 .main-wrapper .p17 .container {
     position: relative
 }
 
 .main-wrapper .p17 .p17-row-team {
     margin-top: 30px
 }
 
 .main-wrapper .p17__headline {
     margin-bottom: 38px
 }
 
 .main-wrapper .p17__headline h1,
 .main-wrapper .p17__headline .h1 {
     font-size: 32px;
     line-height: 36px;
     font-family: "Montserrat", sans-serif;
     color: #24272b;
     font-weight: 700
 }
 
 @media screen and (max-width:600px) {
 
     .main-wrapper .p17__headline h1,
     .main-wrapper .p17__headline .h1 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .p17__headline .subtitle {
     margin-bottom: 20px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p17 .p17-tmargin {
         margin-bottom: -40px
     }
 }
 
 .main-wrapper .p17__team {
     margin-bottom: 70px;
     z-index: 0;
     position: relative
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p17__team {
         margin: 0 auto 40px auto;
         text-align: center;
         display: inline-block
     }
 }
 
 .main-wrapper .p17__team .team-photo {
     border: 13px solid #fff;
     box-shadow: 0px 1px 12px -2px rgba(0, 0, 0, .2);
     border-radius: 18px 18px 0 0
 }
 
 .main-wrapper .p17__team .team-photo .team-inner-shadow {
     box-shadow: inset 0 0 8px rgba(0, 0, 0, .3);
     border-radius: 13px;
     overflow: hidden
 }
 
 .main-wrapper .p17__team .team-photo .team-inner-shadow img {
     position: relative;
     z-index: -1
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p17__team .team-photo .team-inner-shadow img {
         width: 100%
     }
 }
 
 .main-wrapper .p17__team .box-info {
     background: #fff;
     width: 100%;
     max-width: 100%;
     padding: 22px 0 18px 18px;
     margin-left: auto;
     margin-top: -25px;
     box-shadow: 0px 1px 12px -2px rgba(0, 0, 0, .2);
     position: relative;
     text-align: left;
     min-height: 107px;
     max-height: 107px;
     transition: all .25s ease;
     border-radius: 0 0 18px 18px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p17__team .box-info {
         width: 100%;
         max-height: 181px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p17__team .box-info {
         max-height: 120px
     }
 }
 
 .main-wrapper .p17__team .box-info.box-animated {
     max-height: 370px
 }
 
 .main-wrapper .p17__team .box-info .name {
     font-size: 24px;
     line-height: 26px;
     font-weight: 700;
     color: #24272b;
     margin-right: 70px;
     margin-bottom: 5px
 }
 
 .main-wrapper .p17__team .box-info .position {
     font-size: 15px;
     line-height: 21px;
     color: #009941;
     font-weight: 700;
     margin-right: 70px
 }
 
 .main-wrapper .p17__team .box-info .team-link {
     position: absolute;
     top: 24px;
     right: 13px;
     z-index: 1;
     font-size: 40px;
     font-weight: 700;
     color: #fff;
     background: #009941;
     text-align: center;
     width: 43px;
     height: 43px;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer
 }
 
 .main-wrapper .p17__team .box-info .team-link.team-expand:after {
     content: "";
     font-size: 40px;
     font-weight: 700;
     color: #fff;
     transform: rotate(180deg);
     width: 24.684px;
     height: 15.878px;
     position: relative;
     top: 1px;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.684' height='15.878' viewBox='0 0 24.684 15.878'%3E%3Cpath d='M8673.8,4001.746l10.574-10.574,10.574,10.574' transform='translate(-8672.034 -3987.636)' fill='none' stroke='%23fff' stroke-width='5'/%3E%3C/svg%3E")
 }
 
 .main-wrapper .p17__team .box-info .team-link.team-collapse:after {
     content: "";
     color: #fff;
     width: 24.684px;
     height: 15.878px;
     transform: rotate(0);
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.684' height='15.878' viewBox='0 0 24.684 15.878'%3E%3Cpath d='M8673.8,4001.746l10.574-10.574,10.574,10.574' transform='translate(-8672.034 -3987.636)' fill='none' stroke='%23fff' stroke-width='5'/%3E%3C/svg%3E")
 }
 
 .main-wrapper .p17__team .box-info .desc {
     overflow-y: scroll;
     max-height: 167px;
     padding-right: 20px;
     margin-top: 20px;
     margin-right: 13px;
     visibility: hidden;
     opacity: 0;
     transition: all .25s ease
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p17__team .box-info .desc p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .p17__team .box-info .desc.animated {
     visibility: visible;
     opacity: 1;
     transition: all .1s ease
 }
 
 .main-wrapper .p17__team .box-info .desc .link {
     font-size: 16px;
     font-weight: 500;
     color: #009941;
     display: flex;
     align-items: center;
     margin-top: 40px;
     margin-bottom: 10px
 }
 
 .main-wrapper .p17__team .box-info .desc .link svg {
     margin-left: 17px;
     transition: all .25s ease
 }
 
 .main-wrapper .p17__team .box-info .desc .link:hover svg {
     margin-left: 40px
 }
 
 .main-wrapper .p17__team .box-info .desc::-webkit-scrollbar-track {
     border-radius: 10px;
     background-color: #eaeaea
 }
 
 .main-wrapper .p17__team .box-info .desc::-webkit-scrollbar {
     width: 9px;
     background-color: #fff
 }
 
 .main-wrapper .p17__team .box-info .desc::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color: #ccc
 }
 
 .main-wrapper .p17__button {
     margin-top: -17px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p17__button {
         margin-top: 0
     }
 }
 
 .main-wrapper .p17__button .button {
     font-size: 12px;
     line-height: 26px;
     font-weight: 700;
     color: #fff;
     padding: 13px 33px
 }
 
 .main-wrapper .p18 {
     padding: 70px 0 330px;
     background: #f8f7f7
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p18 {
         padding: 70px 0 120px
     }
 }
 
 .main-wrapper .p18__headline {
     margin-bottom: 33px
 }
 
 .main-wrapper .p18__headline .breadcrumbs p {
     font-family: "Montserrat", sans-serif;
     font-size: 12px;
     line-height: 20px;
     letter-spacing: -.5px;
     font-weight: 600;
     color: #24272b
 }
 
 .main-wrapper .p18__headline .breadcrumbs p a {
     color: #24272b;
     margin: 0 3px;
     transition: all .25s ease
 }
 
 .main-wrapper .p18__headline .breadcrumbs p a:hover {
     color: #009941
 }
 
 .main-wrapper .p18__headline .breadcrumbs p span {
     font-weight: 600
 }
 
 .main-wrapper .p18__headline h1,
 .main-wrapper .p18__headline .h1 {
     font-size: 40px;
     line-height: 50px;
     font-family: "Montserrat", sans-serif;
     font-weight: 700
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p18__content {
         margin-top: 30px
     }
 }
 
 .main-wrapper .p18__content .subtitle {
     margin-bottom: 22px
 }
 
 .main-wrapper .p18__content .team-title {
     margin-bottom: 15px
 }
 
 .main-wrapper .p18__content .link {
     font-size: 16px;
     font-weight: 500;
     color: #009941;
     display: flex;
     align-items: center;
     margin-top: 40px;
     margin-bottom: 10px
 }
 
 .main-wrapper .p18__content .link svg {
     margin-left: 17px;
     transition: all .25s ease
 }
 
 .main-wrapper .p18__content .link:hover svg {
     margin-left: 40px
 }
 
 .main-wrapper .p19 {
     padding: 110px 0;
     margin-top: 15px;
     background: #eaeaea
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p19 {
         padding: 55px 0 100px
     }
 }
 
 .main-wrapper .p19__text {
     padding-left: 66px;
     text-align: left;
     padding-top: 31px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .p19__text {
         padding-left: 20px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p19__text {
         padding-left: 0;
         margin-bottom: 45px
     }
 }
 
 .main-wrapper .p19__text p {
     max-width: 888px;
     margin: 0 auto
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p19__text p {
         max-width: unset
     }
 }
 
 .main-wrapper .p19__text h2,
 .main-wrapper .p19__text .h2 {
     margin-bottom: 23px
 }
 
 .main-wrapper .p19 .content-boxes-wrap {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 8px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p19 .content-boxes-wrap {
         order: 2
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .p19 .content-boxes-wrap {
         grid-template-columns: repeat(2, 1fr)
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .p19 .content-boxes-wrap {
         grid-template-columns: 100%
     }
 }
 
 .main-wrapper .p19__contentbox {
     height: 100%
 }
 
 .main-wrapper .p19__contentbox .inside-bg {
     background: #fff;
     height: 100%;
     border-radius: 31px;
     padding: 18px 40px 0 30px;
     box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11)
 }
 
 .main-wrapper .p19__contentbox .inside-bg .title {
     font-size: 21px;
     line-height: 26px;
     font-weight: 700;
     color: #24272b;
     margin: 12px 0 6px
 }
 
 .main-wrapper .p19__contentbox .inside-bg p {
     font-size: 18px;
     line-height: 24px;
     font-family: "Montserrat", sans-serif
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .p19__contentbox .inside-bg p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .p20 {
     padding: 100px 0 8px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p20 {
         padding: 100px 0 10px
     }
 }
 
 .main-wrapper .p20__photo {
     position: relative;
     margin-right: -31px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .p20__photo {
         margin-right: 0
     }
 }
 
 .main-wrapper .p20__text {
     margin-top: -139px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p20__text {
         margin-top: 0;
         margin-bottom: 50px
     }
 }
 
 .main-wrapper .p20__text h2,
 .main-wrapper .p20__text .h2 {
     margin-bottom: 27px
 }
 
 .main-wrapper .p20__text p {
     max-width: 550px
 }
 
 .main-wrapper .p21 {
     padding: 20px 0 108px
 }
 
 .main-wrapper .p21__content {
     border: 15px solid #e5f5eb;
     display: flex;
     align-items: center;
     padding: 30px 50px 33px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p21__content {
         flex-wrap: wrap;
         padding: 40px 25px 35px
     }
 }
 
 .main-wrapper .p21__content .photo {
     min-width: 45%;
     text-align: center
 }
 
 .main-wrapper .p21__content .photo img {
     max-width: 448px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .p21__content .photo img {
         max-width: 100%
     }
 }
 
 .main-wrapper .p21__content .text {
     max-width: 725px;
     position: relative;
     padding-left: 40px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .p21__content .text {
         padding-left: 0;
         margin-top: 40px
     }
 }
 
 .main-wrapper .p21__content .text .subtitle {
     margin-bottom: 22px
 }
 
 .main-wrapper .p21__content .text h2,
 .main-wrapper .p21__content .text .h2 {
     margin-bottom: 21px
 }
 
 .main-wrapper .p21__content .text .button {
     margin-top: 14px;
     cursor: pointer
 }
 
 .main-wrapper .single-blog {
     position: relative;
     padding: 30px 0 67px
 }
 
 .main-wrapper .single-blog__content {
     padding: 58px 70px 44px;
     border: 1px solid #e3e4e3
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .single-blog__content {
         padding: 35px 30px
     }
 }
 
 .main-wrapper .single-blog__content .post-content .post-title {
     font-family: "Montserrat", sans-serif;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     color: #24272b;
     margin-bottom: 10px
 }
 
 .main-wrapper .single-blog__content .post-content .post-date {
     color: #009941;
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     margin-bottom: 25px
 }
 
 .main-wrapper .single-blog__content .post-content .category-name {
     width: 230px;
     border: 1px solid gray;
     border-right-width: 17px;
     color: gray;
     font-size: 14px;
     line-height: 20px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 37px;
     letter-spacing: .2px;
     padding: 15px 17px;
     display: block;
     transition: all .25s ease
 }
 
 .main-wrapper .single-blog__content .post-content .category-name:hover {
     border-right-width: 30px
 }
 
 .main-wrapper .single-blog__content .post-content .category-name.category-case-studies {
     border-color: #e94a60;
     color: #e94a60;
     order: 3
 }
 
 .main-wrapper .single-blog__content .post-content .category-name.category-company-updates {
     border-color: #009941;
     color: #009941;
     order: 1
 }
 
 .main-wrapper .single-blog__content .post-content .category-name.category-events {
     border-color: #d8dd4a;
     color: #d8dd4a;
     order: 4
 }
 
 .main-wrapper .single-blog__content .post-content .category-name.category-general-news {
     border-color: #e4e1e6;
     color: #e4e1e6;
     color: #888b8d;
     order: 5
 }
 
 .main-wrapper .single-blog__content .post-content .category-name.category-product-updates {
     border-color: #12509f;
     color: #12509f;
     order: 2
 }
 
 .main-wrapper .single-blog__content .post-content p {
     margin-bottom: 30px
 }
 
 .main-wrapper .single-blog__content .post-content .wp-block-quote {
     display: flex;
     flex-direction: column-reverse;
     background: #f8f7f7;
     border-radius: 15px;
     padding: 37px 70px 20px;
     text-align: center;
     overflow: hidden;
     position: relative;
     margin: 40px 0
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .single-blog__content .post-content .wp-block-quote {
         padding: 35px 30px 20px
     }
 }
 
 .main-wrapper .single-blog__content .post-content .wp-block-quote-is-layout-flow:after {
     content: "";
     position: absolute;
     right: 30px;
     top: 25px;
     width: 185px;
     height: 192px;
     background-repeat: no-repeat;
     background-image: url(../../themes/ccsg/img/quote.png)
 }
 
 .main-wrapper .single-blog__content .post-content .wp-block-quote h6 {
     color: #009941;
     font-size: 14px;
     line-height: 20px;
     font-weight: 700;
     margin-bottom: 20px;
     font-style: normal;
     z-index: 1;
     position: relative
 }
 
 .main-wrapper .single-blog__content .post-content .wp-block-quote p {
     color: #86878c;
     font-size: 28px;
     line-height: 36px;
     font-weight: 500;
     z-index: 1;
     position: relative
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .single-blog__content .post-content .wp-block-quote p {
         font-size: 20px;
         line-height: 28px
     }
 }
 
 .main-wrapper .single-blog__content .post-content ul {
     margin-bottom: 35px;
     padding: 0
 }
 
 .main-wrapper .single-blog__content .post-content .wp-block-gallery {
     margin: 42px 0 0
 }
 
 .main-wrapper .single-blog__content .post-end {
     display: flex;
     justify-content: space-between;
     margin-top: 50px
 }
 
 .main-wrapper .single-blog__content .post-end__title {
     font-size: 14px;
     line-height: 20px;
     font-weight: 700;
     color: #009941;
     margin-bottom: 21px
 }
 
 .main-wrapper .single-blog__content .post-end .post-tags .my-tags-list {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 16px;
     line-height: 24px;
     color: #86878c;
     font-weight: 400;
     font-family: "Roboto", sans-serif;
     margin-left: -3px;
     margin-top: -10px
 }
 
 .main-wrapper .single-blog__content .post-end .post-tags .my-tags-list li {
     margin: 0;
     padding: 0;
     display: inline-block;
     margin-left: 13px
 }
 
 .main-wrapper .single-blog__content .post-end .post-tags .my-tags-list li a {
     position: relative;
     font-size: 16px;
     line-height: 24px;
     color: #86878c;
     font-weight: 700;
     transition: all .25s ease;
     font-family: "Roboto", sans-serif
 }
 
 .main-wrapper .single-blog__content .post-end .post-tags .my-tags-list li a:hover {
     color: #009941
 }
 
 .main-wrapper .single-blog__content .post-end .post-tags .my-tags-list li a:before {
     content: "#";
     position: absolute;
     left: -10px;
     top: -2px
 }
 
 .main-wrapper .single-blog__content .post-end .share-wrap {
     text-align: right
 }
 
 .main-wrapper .single-blog__content .post-end .share-wrap .sicons {
     display: flex
 }
 
 .main-wrapper .single-blog__content .post-end .share-wrap .sicons a {
     margin-left: 25px
 }
 
 .main-wrapper .single-blog__content .post-end .share-wrap .sicons a svg path {
     transition: all .25s ease
 }
 
 .main-wrapper .single-blog__content .post-end .share-wrap .sicons a:hover svg path {
     fill: #009941
 }
 
 .main-wrapper .single-blog__sidebar {
     border: 1px solid #e3e4e3;
     padding: 35px 30px
 }
 
 .main-wrapper .single-blog__sidebar--v2 {
     display: flex;
     flex-direction: column;
     margin-top: 25px
 }
 
 .main-wrapper .single-blog__sidebar h2,
 .main-wrapper .single-blog__sidebar .h2 {
     font-size: 16px;
     line-height: 24px;
     font-weight: 700;
     font-family: "Roboto", sans-serif;
     color: #24272b;
     margin-bottom: 25px
 }
 
 .main-wrapper .single-blog__sidebar .wp-block-search__inside-wrapper {
     position: relative; width: 100%;
 }
 
 .main-wrapper .single-blog__sidebar .wp-block-search__inside-wrapper input[type=search] {
     height: 52px;
     background: #e5f5eb;
     border: 0;
     border-radius: 0
 }
 
 .main-wrapper .single-blog__sidebar .wp-block-search__inside-wrapper input[type=search]:focus {
     outline: none;
     box-shadow: none
 }
 
 .main-wrapper .single-blog__sidebar .wp-block-search__inside-wrapper button {
     position: absolute;
     right: 0;
     top: 0;
     height: 100%;
     width: 52px;
     background: #009941;
     border: 0;
     outline: none
 }
 
 .main-wrapper .single-blog__sidebar .wp-block-search__inside-wrapper button svg {
     min-height: auto;
     min-width: auto
 }
 
 .main-wrapper .single-blog__sidebar .wp-block-search__inside-wrapper button svg path {
     fill: #fff
 }
 
 .main-wrapper .single-blog__sidebar .category-name {
     width: 100%;
     border: 1px solid gray;
     border-right-width: 17px;
     color: gray;
     font-size: 14px;
     line-height: 20px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 15px;
     letter-spacing: .2px;
     padding: 15px 17px;
     display: block;
     transition: all .25s ease
 }
 
 .main-wrapper .single-blog__sidebar .category-name:hover {
     border-right-width: 30px
 }
 
 .main-wrapper .single-blog__sidebar .category-name.category-case-studies {
     border-color: #e94a60;
     color: #e94a60;
     order: 3
 }
 
 .main-wrapper .single-blog__sidebar .category-name.category-company-updates {
     border-color: #009941;
     color: #009941;
     order: 1
 }
 
 .main-wrapper .single-blog__sidebar .category-name.category-events {
     border-color: #d8dd4a;
     color: #d8dd4a;
     order: 4
 }
 
 .main-wrapper .single-blog__sidebar .category-name.category-general-news {
     border-color: #e4e1e6;
     color: #e4e1e6;
     color: #888b8d;
     order: 5
 }
 
 .main-wrapper .single-blog__sidebar .category-name.category-product-updates {
     border-color: #12509f;
     color: #12509f;
     order: 2
 }
 
 .main-wrapper .single-blog__nav {
     margin-top: 53px
 }
 
 .main-wrapper .single-blog__nav .subtitle {
     margin-bottom: 0
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .single-blog__nav .text-right {
         text-align: left;
         margin-top: 8px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .single-blog__nav .text-center,
     .main-wrapper .single-blog__nav .text-right {
         text-align: left !important;
         margin: 0 0 15px;
         order: 1
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .single-blog__nav .prev-nav {
         order: 2
     }
 }
 
 .main-wrapper .single-blog__nav a {
     font-size: 21px;
     line-height: 26px;
     color: #24272b;
     font-weight: 700;
     transition: all .25s ease
 }
 
 .main-wrapper .single-blog__nav a:hover {
     color: #009941
 }
 
 .main-wrapper .news-wrap {
     padding: 90px 0 50px
 }
 
 .main-wrapper .news-wrap .col-lg-4 {
     margin-bottom: 30px
 }
 
 .main-wrapper .news-wrap .news-item {
     position: relative;
     padding: 30px 28px 23px;
     height: 100%;
     display: block
 }
 
 .main-wrapper .news-wrap .news-item:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     height: 100%;
     width: 100%;
     background: rgba(0, 0, 0, .6)
 }
 
 .main-wrapper .news-wrap .news-item .category {
     z-index: 1;
     position: relative;
     display: block
 }
 
 .main-wrapper .news-wrap .news-item .category span {
     background: #009941;
     font-size: 14px;
     line-height: 20px;
     font-weight: 700;
     color: #fff;
     padding: 7px 10px;
     transition: all .25s ease;
     opacity: 1
 }
 
 .main-wrapper .news-wrap .news-item .category span:hover {
     opacity: .9
 }
 
 .main-wrapper .news-wrap .news-item .category .category-case-studies {
     background: #e94a60
 }
 
 .main-wrapper .news-wrap .news-item .category .category-company-updates {
     background: #009941
 }
 
 .main-wrapper .news-wrap .news-item .category .category-events {
     background: #d8dd4a
 }
 
 .main-wrapper .news-wrap .news-item .category .category-general-news {
     background: #e4e1e6
 }
 
 .main-wrapper .news-wrap .news-item .category .category-product-updates {
     background: #12509f
 }
 
 .main-wrapper .news-wrap .news-item .text {
     position: relative;
     z-index: 1;
     margin-top: 200px;
     display: block
 }
 
 .main-wrapper .news-wrap .news-item .text .title {
     font-size: 21px;
     line-height: 26px;
     color: #fff;
     font-weight: 700;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 10px;
     display: block;
     transition: all .25s ease;
     opacity: 1;  
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     display: -webkit-box;
     overflow: hidden;
     padding-right: 30px;
 }
 .main-wrapper .news-wrap .news-item .text .title a{color: #FFF;}
 
 .main-wrapper .news-wrap .news-item .text .title:hover {
     opacity: .9
 }
 
 .main-wrapper .news-wrap .news-item .text .date {
     display: flex;
     background: url(../images/icon-calendar.svg) no-repeat 0px 2px;
     padding: 0 0 0 24px;
 }
 
 
 .main-wrapper .news-wrap .news-item .text .date svg,
 .main-wrapper .news-wrap .news-item .text .date img {
     position: relative;
     top: 2px;
     margin-right: 15px;
     height: 17px;
     width: auto
 }
 
 .main-wrapper .news-wrap .news-item .text .date p {
     color: #fff;
     font-size: 14px;
     position: relative;
     top: -5px
 }
 
 .main-wrapper .news-wrap__nav {
     display: flex;
     justify-content: center;
     margin-top: 50px
 }
 
 .main-wrapper .news-wrap__nav .page-numbers {
     width: 50px;
     height: 50px;
     background: #e5ece4;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 14px;
     font-weight: 500;
     color: #009941;
     margin: 0 10px
 }
 
 .main-wrapper .news-wrap__nav .page-numbers.current {
     background: #009941;
     color: #fff
 }
 
 .main-wrapper .news-wrap .no-results {
     text-align: center;
     padding: 50px 0
 }
 
 .main-wrapper .news-wrap .no-results p {
     font-size: 18px;
     line-height: 28px;
     margin-top: -15px
 }
 
 .main-wrapper .news-wrap .no-results h3,
 .main-wrapper .news-wrap .no-results .h3 {
     font-size: 36px;
     line-height: 44px;
     color: #07070a;
     font-family: "Montserrat", sans-serif
 }
 
 .main-wrapper .news-wrap .no-results .button {
     display: inline-block;
     margin-top: 30px
 }
 
 .main-wrapper .s2-target-discovery {
     background: #eaeaea;
     padding: 38px 0 34px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-target-discovery {
         padding: 38px 0 14px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-target-discovery {
         padding: 30px 0 34px
     }
 }
 
 .main-wrapper .s2-target-discovery__feature {
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-target-discovery__feature {
         margin-bottom: 20px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-target-discovery__feature {
         flex-wrap: wrap;
         text-align: center
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-target-discovery__feature {
         justify-content: center;
         flex-wrap: nowrap
     }
 }
 
 .main-wrapper .s2-target-discovery__feature:after {
     content: "";
     position: absolute;
     right: 0;
     top: 3px;
     width: 1px;
     height: 62px;
     background: #707070
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-target-discovery__feature:after {
         display: none
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-target-discovery__feature .logo-target {
         margin-top: 8px;
         margin-right: 32px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-target-discovery__feature .logo-target {
         margin-top: 28px;
         margin-right: 0
     }
 }
 
 .main-wrapper .s2-target-discovery__feature .icon {
     height: 72px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-target-discovery__feature .icon {
         min-width: 85px;
         width: 85px
     }
 }
 
 .main-wrapper .s2-target-discovery__feature .icon img {
     margin-right: 17px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-target-discovery__feature .icon img {
         margin-right: 0
     }
 }
 
 .main-wrapper .s2-target-discovery__feature .text {
     color: #25282a;
     font-size: 20px;
     line-height: 21px;
     font-weight: 300;
     text-transform: uppercase;
     max-width: 185px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-target-discovery__feature .text {
         max-width: unset;
         width: 100%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-target-discovery__feature .text {
         width: auto;
         max-width: 160px;
         text-align: left;
         margin-left: 17px
     }
 }
 
 .main-wrapper .s2-target-discovery__feature .text span {
     font-weight: 700
 }
 
 .main-wrapper .s2-target-discovery .col-xl-3:nth-child(1) .s2-target-discovery__feature:before {
     content: "";
     position: absolute;
     left: 0;
     top: 3px;
     width: 1px;
     height: 62px;
     background: #707070
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s2-target-discovery .col-xl-3:nth-child(1) .s2-target-discovery__feature:before {
         display: none
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-target-discovery .col-xl-3:nth-child(1) .s2-target-discovery__feature:after {
         right: -17px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-target-discovery .col-xl-3:nth-child(1) .s2-target-discovery__feature img {
         position: relative;
         top: 10px;
         left: 12px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-target-discovery .col-xl-3:nth-child(2) .s2-target-discovery__feature:after {
         right: -4px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-target-discovery .col-xl-3:nth-child(2) .s2-target-discovery__feature .text {
         max-width: 158px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-target-discovery .col-xl-3:nth-child(3) .s2-target-discovery__feature:after {
         right: -21px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-target-discovery .col-xl-3:nth-child(3) .s2-target-discovery__feature .text {
         max-width: 202px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-target-discovery .col-xl-3:nth-child(4) .s2-target-discovery__feature:after {
         right: -16px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-target-discovery .col-xl-3:nth-child(4) .s2-target-discovery__feature {
         justify-content: flex-start;
         margin-left: 8px
     }
 }
 
 @media screen and (min-width:1201px) {
     .main-wrapper .s2-target-discovery .col-xl-3:nth-child(4) .s2-target-discovery__feature .text {
         max-width: 188px
     }
 }
 
 .main-wrapper .s10-discovery__text {
     text-align: center;
     padding: 68px 0 58px
 }
 
 .main-wrapper .s10-discovery__text p {
     max-width: unset;
     margin: 21px auto 0
 }
 
 .main-wrapper .s10-discovery__services {
     display: flex;
     background-color: #26282a
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10-discovery__services {
         flex-wrap: wrap
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item {
     min-width: 33.33%;
     min-width: calc(100%/3);
     height: 440px;
     position: relative;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10-discovery__services .service-item {
         min-width: 100%
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .s10-discovery__services .service-item {
         height: 500px
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url(../../themes/ccsg/img/target-discovery/discovery-feature-bg1.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     opacity: .6;
     transition: all .85s ease
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10-discovery__services .service-item:before {
         opacity: .1
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item:nth-child(1) .overlay {
     padding: 73px 20px 0
 }
 
 .main-wrapper .s10-discovery__services .service-item:nth-child(2):before {
     background: url(../../themes/ccsg/img/target-discovery/discovery-feature-bg2.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 .main-wrapper .s10-discovery__services .service-item:nth-child(2) .overlay p {
     max-width: 348px
 }
 
 .main-wrapper .s10-discovery__services .service-item:nth-child(3):before {
     background: url(../../themes/ccsg/img/target-discovery/discovery-feature-bg3.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 .main-wrapper .s10-discovery__services .service-item:nth-child(3) .overlay p {
     max-width: 362px
 }
 
 .main-wrapper .s10-discovery__services .service-item .service-name {
     position: relative;
     z-index: 1;
     transition: all .65s ease;
     opacity: 1;
     transform: translateY(0)
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10-discovery__services .service-item .service-name {
         display: none
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item .service-name h3,
 .main-wrapper .s10-discovery__services .service-item .service-name .h3 {
     font-family: "Montserrat", sans-serif;
     color: #fff;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700
 }
 
 .main-wrapper .s10-discovery__services .service-item .service-name-mobile {
     position: relative;
     display: none
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10-discovery__services .service-item .service-name-mobile {
         display: block
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item .service-name-mobile h3,
 .main-wrapper .s10-discovery__services .service-item .service-name-mobile .h3 {
     font-family: "Montserrat", sans-serif;
     color: #fff;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     margin-top: 8px;
     text-align: center
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     transform: translateY(35%);
     transition: all .65s ease;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 60px 20px 20px
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .s10-discovery__services .service-item .overlay {
         padding: 22px 20px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10-discovery__services .service-item .overlay {
         position: relative;
         transform: translateY(0);
         opacity: 1;
         justify-content: center;
         padding-bottom: 30px
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay .icon {
     position: relative;
     min-height: 91px
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay .icon img {
     width: 50%;
     max-width: 50%;
     margin-left: 25%
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay .separator {
     width: 70px;
     height: 4px;
     background: #009941;
     margin: 18px 0 0
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10-discovery__services .service-item .overlay .separator {
         margin: 15px 0 0
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay .title {
     color: #fff;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     font-family: "Montserrat", sans-serif;
     margin-top: 44px
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay p {
     max-width: 556px;
     margin: 23px auto 0;
     line-height: 18px;
     font-size: 16px;
     text-align: center;
     color: #fff
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .s10-discovery__services .service-item .overlay p {
         margin: 15px auto 0
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap {
     display: flex;
     flex-wrap: wrap;
     margin-top: 17px;
     padding: 0 30px
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap {
         margin-top: 10px;
         padding: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap {
         margin-top: 20px;
         max-width: 500px
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap .check-item {
     display: flex;
     width: 47%;
     min-width: 47%;
     align-items: center;
     padding-left: 30px;
     margin-bottom: 5px
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap .check-item {
         padding-left: 0
     }
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap .check-item {
         min-width: 50%
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap .check-item .icon {
     width: 29px;
     height: 29px;
     min-width: 29px;
     min-height: 29px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 18px
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap .check-item .icon img {
     position: relative;
     width: 100%;
     min-width: 100%;
     max-width: 100%;
     height: auto
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap .check-item .text {
     font-size: 16px;
     line-height: 20px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 5px;
     margin-top: 8px
 }
 
 @media screen and (max-width:400px) {
     .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap .check-item .text {
         font-size: 14px;
         line-height: 18px
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap--v2 {
     display: block;
     margin-top: 25px
 }
 
 .main-wrapper .s10-discovery__services .service-item .overlay .checkmark-wrap--v2 .check-item {
     min-width: 100%;
     width: 100%
 }
 
 .main-wrapper .s10-discovery__services .service-item:hover:before {
     opacity: .1
 }
 
 .main-wrapper .s10-discovery__services .service-item:hover .service-name {
     transform: translateY(-50px)
 }
 
 .main-wrapper .s10-discovery__services .service-item:hover .service-name--checkmarks {
     transform: translateY(-104px)
 }
 
 @media screen and (max-width:1320px) {
     .main-wrapper .s10-discovery__services .service-item:hover .service-name--checkmarks {
         transform: translateY(-120px)
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s10-discovery__services .service-item:hover .service-name--checkmarks {
         transform: translateY(-140px)
     }
 }
 
 .main-wrapper .s10-discovery__services .service-item:hover .overlay {
     opacity: 1;
     transform: translateY(0)
 }
 
 .main-wrapper .discovery-p1 {
     background: #eaeaea;
     padding-bottom: 50px
 }
 
 .main-wrapper .discovery-p1__text {
     padding: 53px 0 47px
 }
 
 .main-wrapper .discovery-p1__text h2,
 .main-wrapper .discovery-p1__text .h2 {
     max-width: 400px;
     margin: 0 auto
 }
 
 .main-wrapper .discovery-p1__bars {
     max-width: 1030px;
     margin: 0 auto
 }
 
 .main-wrapper .discovery-p1__bars .bar {
     padding: 0;
     display: flex;
     align-items: center;
     flex: 0 0 100%
 }
 
 @media screen and (max-width:420px) {
     .main-wrapper .discovery-p1__bars .bar {
         padding: 5px 0
     }
 }
 
 .main-wrapper .discovery-p1__bars .bar .bar-inside {
     background: #fff;
     max-width: 100%;
     width: 100%;
     border-radius: 50px;
     display: flex;
     align-items: center;
     padding: 9px 16px;
     transform: translateX(0);
     transition: all .5s ease;
     height: 68px;
     margin-bottom: 21px
 }
 
 .main-wrapper .discovery-p1__bars .bar .icon {
     width: 41px;
     height: 41px;
     background: #009941;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, .5);
     border-radius: 50%;
     margin-right: 26px;
     transition: all .5s ease;
     flex: 0 0 41px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .discovery-p1__bars .bar .icon {
         margin-right: 12px
     }
 }
 
 .main-wrapper .discovery-p1__bars .bar .title-bar {
     position: relative;
     font-family: "Roboto", sans-serif;
     font-size: 21px;
     line-height: 24px;
     font-weight: 700;
     color: #009941
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .discovery-p1__bars .bar .title-bar {
         font-size: 18px;
         line-height: 22px
     }
 }
 
 .main-wrapper .target-discovery-masthead {
     padding: 81px 0 28px;
     position: relative
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead {
         padding: 52px 0 52px
     }
 }
 
 .main-wrapper .target-discovery-masthead:after {
     content: "";
     position: absolute;
     right: 21%;
     top: -20%;
     width: 900px;
     height: 840px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .4) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead:after {
         right: 0;
         top: -63%
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-discovery-masthead:after {
         width: 500px;
         height: 440px;
         right: -11%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-discovery-masthead:after {
         left: -41%;
         top: auto;
         bottom: 12%
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .target-discovery-masthead:after {
         bottom: 4%
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead .row {
         align-items: center
     }
 }
 
 .main-wrapper .target-discovery-masthead__text {
     position: relative;
     z-index: 2
 }
 
 .main-wrapper .target-discovery-masthead__text h1,
 .main-wrapper .target-discovery-masthead__text .h1 {
     font-size: 50px;
     line-height: 60px;
     letter-spacing: -2.5px;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 25px
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .target-discovery-masthead__text h1,
     .main-wrapper .target-discovery-masthead__text .h1 {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .target-discovery-masthead__text h1,
     .main-wrapper .target-discovery-masthead__text .h1 {
         font-size: 35px;
         line-height: 40px
     }
 }
 
 .main-wrapper .target-discovery-masthead__text p {
     font-size: 24px;
     line-height: 40px;
     color: #24272b;
     max-width: 616px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead__text p {
         font-size: 20px;
         line-height: 36px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-discovery-masthead__text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .target-discovery-masthead__text .btn-wrapper {
     margin-top: 58px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead__text .btn-wrapper {
         margin-top: 36px
     }
 }
 
 .main-wrapper .target-discovery-masthead__text .btn-wrapper .button {
     margin-right: 41px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead__text .btn-wrapper .button {
         margin-right: 25px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-discovery-masthead__text .btn-wrapper .button {
         margin-bottom: 20px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead__text .btn-wrapper .target-logo {
         width: 200px
     }
 }
 
 .main-wrapper .target-discovery-masthead__image {
     position: relative;
     right: -24px;
     top: 2px;
     z-index: 1
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-discovery-masthead__image {
         right: 0
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead__image {
         top: 0;
         right: 0;
         margin-bottom: 0
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-discovery-masthead__image {
         margin: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-discovery-masthead__image {
         margin: 60px -20px 0 0
     }
 }
 
 .main-wrapper .target-discovery-masthead__image .main {
     min-width: 835px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-discovery-masthead__image .main {
         min-width: unset
     }
 }
 
 .main-wrapper .target-discovery-masthead__image .icon {
     position: absolute;
     z-index: 2;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 51px;
     height: 51px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-discovery-masthead__image .icon {
         transform: scale(.7)
     }
 }
 
 .main-wrapper .target-discovery-masthead__image .icon:after {
     content: "";
     position: absolute;
     width: 51px;
     height: 51px;
     border-radius: 50px;
     background: #fff;
     border-radius: 50px;
     box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
     transition: all .25s ease
 }
 
 .main-wrapper .target-discovery-masthead__image .icon:before {
     content: "";
     position: absolute;
     top: -22px;
     left: -22px;
     width: 96px;
     height: 96px;
     background: rgba(255, 255, 255, .5);
     z-index: -1;
     border-radius: 50px;
     -webkit-animation: discovery-icon 2.5s infinite alternate;
     animation: discovery-icon 2.5s infinite alternate
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead__image .icon:before {
         width: 70px;
         height: 70px;
         top: -9px;
         left: -9px
     }
 }
 
 .main-wrapper .target-discovery-masthead__image .icon--v1 {
     left: 91px;
     top: 91px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-discovery-masthead__image .icon--v1 {
         left: 69px;
         top: 91px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead__image .icon--v1 {
         left: 51px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-discovery-masthead__image .icon--v1 {
         left: 37px;
         top: 56px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-discovery-masthead__image .icon--v1 {
         left: 74px;
         top: 81px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-discovery-masthead__image .icon--v1 {
         left: 49px;
         top: 57px
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .target-discovery-masthead__image .icon--v1 {
         left: 8%;
         top: 11%
     }
 }
 
 .main-wrapper .target-discovery-masthead__image .icon--v1:before {
     -webkit-animation-delay: .9s;
     animation-delay: .9s
 }
 
 .main-wrapper .target-discovery-masthead__image .icon--v2 {
     left: 139px;
     bottom: 168px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-discovery-masthead__image .icon--v2 {
         left: 112px;
         bottom: 125px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead__image .icon--v2 {
         left: 90px;
         bottom: 100px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-discovery-masthead__image .icon--v2 {
         left: 68px;
         bottom: 76px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-discovery-masthead__image .icon--v2 {
         left: 104px;
         bottom: 129px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-discovery-masthead__image .icon--v2 {
         left: 77px;
         bottom: 95px
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .target-discovery-masthead__image .icon--v2 {
         left: 14%;
         bottom: 22%
     }
 }
 
 .main-wrapper .target-discovery-masthead__image .icon--v2:before {
     -webkit-animation-delay: .3s;
     animation-delay: .3s
 }
 
 .main-wrapper .target-discovery-masthead__image .icon--v3 {
     left: 217px;
     bottom: 27px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-discovery-masthead__image .icon--v3 {
         left: 174px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead__image .icon--v3 {
         left: 139px;
         bottom: 14px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-discovery-masthead__image .icon--v3 {
         left: 104px;
         bottom: 10px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-discovery-masthead__image .icon--v3 {
         left: 176px;
         bottom: 27px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-discovery-masthead__image .icon--v3 {
         left: 126px;
         bottom: 18px
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .target-discovery-masthead__image .icon--v3 {
         left: 23%;
         bottom: 2%
     }
 }
 
 .main-wrapper .target-discovery-masthead__image .icon--v3:before {
     -webkit-animation-delay: 1.2s;
     animation-delay: 1.2s
 }
 
 .main-wrapper .target-discovery-masthead__image .icon--v4 {
     right: 259px;
     bottom: 64px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-discovery-masthead__image .icon--v4 {
         right: 228px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-discovery-masthead__image .icon--v4 {
         right: 196px;
         bottom: 48px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-discovery-masthead__image .icon--v4 {
         right: 143px;
         bottom: 49px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-discovery-masthead__image .icon--v4 {
         right: 229px;
         bottom: 90px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-discovery-masthead__image .icon--v4 {
         right: 172px;
         bottom: 59px
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .target-discovery-masthead__image .icon--v4 {
         right: 31%;
         bottom: 15%
     }
 }
 
 .main-wrapper .target-discovery-masthead__image .icon--v4:before {
     -webkit-animation-delay: 1.5s;
     animation-delay: 1.5s
 }
 
 .main-wrapper .target-discovery-masthead__image .icon--v4 .hover {
     top: 9px
 }
 
 .main-wrapper .target-discovery-masthead__image .icon--v5 {
     right: 176px;
     top: 38px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-discovery-masthead__image .icon--v5 {
         right: 153px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-discovery-masthead__image .icon--v5 {
         right: 115px;
         top: 31px
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .target-discovery-masthead__image .icon--v5 {
         right: 25%;
         top: 9%
     }
 }
 
 .main-wrapper .target-discovery-masthead__image .icon--v5:before {
     -webkit-animation-delay: .6s;
     animation-delay: .6s
 }
 
 .main-wrapper .target-discovery-masthead__image .icon .normal {
     position: relative;
     z-index: 1;
     top: -2px;
     left: 0;
     transition: all .25s ease
 }
 
 .main-wrapper .target-discovery-masthead__image .icon .hover {
     z-index: 1;
     opacity: 0;
     visibility: hidden;
     position: absolute;
     transition: all .25s ease
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-check:hover:after {
     background: #009941
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-check:hover .normal {
     opacity: 0;
     visibility: hidden
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-check:hover .hover {
     opacity: 1;
     visibility: visible
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-error:hover:after {
     background: #e13440
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-error:hover .normal {
     opacity: 0;
     visibility: hidden
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-error:hover .hover {
     opacity: 1;
     visibility: visible
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-warning:hover:after {
     background: #efb948
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-warning:hover .normal {
     opacity: 0;
     visibility: hidden
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-warning:hover .hover {
     opacity: 1;
     visibility: visible
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-question:hover:after {
     background: #9da2a8
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-question:hover .normal {
     opacity: 0;
     visibility: hidden
 }
 
 .main-wrapper .target-discovery-masthead__image .icon.icon-question:hover .hover {
     opacity: 1;
     visibility: visible
 }
 
 .main-wrapper .target-cv-circles {
     padding: 82px 0 145px;
     background: #24272b
 }
 
 .main-wrapper .target-cv-circles__heading {
     text-align: center;
     margin-bottom: 74px
 }
 
 .main-wrapper .target-cv-circles__heading h2,
 .main-wrapper .target-cv-circles__heading .h2 {
     color: #fff;
     max-width: 934px;
     margin: 0 auto 30px
 }
 
 .main-wrapper .target-cv-circles__heading p {
     color: #fff;
     margin: 0 auto;
     max-width: 1250px
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars {
     display: flex;
     justify-content: space-between;
     max-width: 1430px;
     margin: 0 auto
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-cv-circles__circual-progress-bars {
         flex-direction: column
     }
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item {
     position: relative
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item {
         transform: scale(.75) !important;
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item {
         transform: scale(1) !important;
         width: 300px;
         margin: 0 auto 115px
     }
 }
 
 @media screen and (max-width:400px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item {
         transform: scale(.85) !important;
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:last-of-type {
         margin: 0 auto
     }
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(1):after {
     content: "";
     background: url(../../themes/ccsg/img/target-caseview/new-target-caseview-s2-arrow1.png);
     width: 32px;
     height: 45px;
     background-size: contain;
     background-repeat: no-repeat;
     position: absolute;
     top: 42%;
     right: -23%
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(1):after {
         right: -40%
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(1):after {
         right: -25%
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(1):after {
         right: -23%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(1):after {
         margin: 0 auto;
         transform: rotate(90deg);
         right: 0;
         left: 0;
         bottom: -70px;
         top: auto
     }
 }
 
 @media screen and (max-width:400px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(1):after {
         bottom: -102px
     }
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(2):after {
     content: "";
     background: url(../../themes/ccsg/img/target-caseview/new-target-caseview-s2-arrow2.png);
     width: 32px;
     height: 45px;
     background-size: contain;
     background-repeat: no-repeat;
     position: absolute;
     top: 42%;
     right: -25%
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(2):after {
         right: -43%
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(2):after {
         right: -29%
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(2):after {
         right: -26%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(2):after {
         margin: 0 auto;
         transform: rotate(90deg);
         right: 0;
         left: 0;
         bottom: -70px;
         top: auto
     }
 }
 
 @media screen and (max-width:400px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item:nth-child(2):after {
         bottom: -102px
     }
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .bar-1 {
     position: absolute;
     left: -29px;
     top: -26px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .bar-1 {
         left: -41px;
         top: -52px;
         transform: scale(.8)
     }
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .bar-2 {
     position: absolute;
     right: -24px;
     top: -26px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .bar-2 {
         right: -44px;
         top: -52px;
         transform: scale(.8)
     }
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .bar-3 {
     position: absolute;
     right: 5px;
     bottom: -28px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .bar-3 {
         right: -4px;
         bottom: -24px;
         transform: scale(.97)
     }
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .text {
     position: relative;
     z-index: 1;
     width: 372px;
     height: 372px;
     background: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     flex-direction: column;
     padding: 35px 0 0
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .text {
         width: 300px;
         height: 300px
     }
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .text .number {
     color: #009941;
     font-size: 75px;
     line-height: 50px;
     font-weight: 700;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 35px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .text .number {
         font-size: 54px;
         line-height: 37px;
         margin-bottom: 21px
     }
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .text h4,
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .text .h4 {
     color: #009941;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     text-align: center;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 19px
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .text p {
     font-size: 20px;
     line-height: 28px;
     max-width: 268px;
     margin: 0 auto;
     text-align: center
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-cv-circles__circual-progress-bars .circle-item .text p {
         max-width: 220px
     }
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item--color2 .text .number,
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item--color2 .text h4,
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item--color2 .text .h4 {
     color: #75b9a6
 }
 
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item--color3 .text .number,
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item--color3 .text h4,
 .main-wrapper .target-cv-circles__circual-progress-bars .circle-item--color3 .text .h4 {
     color: #99c551
 }
 
 .main-wrapper .target-cv-s1 {
     padding: 39px 0 0
 }
 
 .main-wrapper .target-cv-s1__heading {
     text-align: center;
     margin-bottom: 27px
 }
 
 .main-wrapper .target-cv-s1__heading h2,
 .main-wrapper .target-cv-s1__heading .h2 {
     max-width: 972px;
     margin: 0 auto 10px
 }
 
 .main-wrapper .target-cv-s1__heading p {
     max-width: 809px;
     margin: 0 auto
 }
 
 .main-wrapper .target-cv-s1__heading .hl-text {
     margin-top: 34px
 }
 
 .main-wrapper .target-cv-s1__heading .hl-text p {
     font-family: "Montserrat", sans-serif;
     display: inline-block;
     padding: 6px 28px;
     background: #e84e56;
     color: #fff;
     font-size: 21px;
     line-height: 30px;
     font-weight: 700;
     margin-bottom: 7px;
     text-transform: uppercase;
     max-width: unset
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .target-cv-s1__heading .hl-text p {
         font-size: 18px;
         line-height: 22px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-cv-s1__heading .hl-text--desktop {
         display: none
     }
 }
 
 .main-wrapper .target-cv-s1__heading .hl-text--mobile {
     display: none
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-cv-s1__heading .hl-text--mobile {
         display: block
     }
 }
 
 .main-wrapper .target-cv-s1__heading .hl-text--mobile p {
     padding: 0;
     background: 0 0;
     margin-bottom: 0
 }
 
 .main-wrapper .target-cv-s1__heading .hl-text--mobile p span {
     background-color: #e84e56;
     box-shadow: .5em 0 0 #e84e56, -.5em 0 0 #e84e56;
     line-height: 1.8;
     padding: 4px 0
 }
 
 .main-wrapper .target-cv-s1 .graphic-m-bottom {
     margin-bottom: 30px
 }
 
 .main-wrapper .target-cv-s1__graphic {
     height: 100%;
     display: flex;
     flex-direction: column
 }
 
 .main-wrapper .target-cv-s1__graphic .graphic-item {
     background: #fff;
     border-radius: 26px;
     box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .16);
     flex-direction: column;
     display: flex;
     flex: 1
 }
 
 .main-wrapper .target-cv-s1__graphic .graphic-item .head {
     position: relative;
     height: 174px;
     display: flex;
     align-items: center;
     justify-content: center
 }
 
 .main-wrapper .target-cv-s1__graphic .graphic-item .head .icon {
     position: absolute;
     top: 21px;
     right: 21px;
     width: 38px;
     height: 38px
 }
 
 .main-wrapper .target-cv-s1__graphic .graphic-item .head .graphic--v2 {
     position: relative;
     right: -11px;
     top: 2px
 }
 
 .main-wrapper .target-cv-s1__graphic .graphic-item .head .graphic--v5 {
     position: relative;
     right: -11px
 }
 
 .main-wrapper .target-cv-s1__graphic .graphic-item .text {
     background: #eaeaea;
     padding: 10px 15px 10px;
     min-height: 101px;
     text-align: center;
     font-family: "Montserrat", sans-serif;
     font-size: 16px;
     line-height: 24px;
     font-weight: 700;
     border-bottom-left-radius: 26px;
     border-bottom-right-radius: 26px;
     flex: 1;
     display: flex;
     align-items: center;
     justify-content: center
 }
 
 .main-wrapper .target-cv-s1--v2 {
     padding: 58px 0 0
 }
 
 .main-wrapper .target-cv-s1--v2 .target-cv-s1__heading {
     margin-bottom: 65px
 }
 
 .main-wrapper .s10--caseview {
     padding: 0 !important
 }
 
 .main-wrapper .s10--caseview .s10__text {
     padding: 68px 0 47px
 }
 
 .main-wrapper .s10--caseview .s10__text h2,
 .main-wrapper .s10--caseview .s10__text .h2 {
     max-width: 822px;
     margin: 0 auto
 }
 
 .main-wrapper .s10--caseview .s10__text p {
     max-width: 1000px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10--caseview .s10__services .service-item {
         height: 300px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10--caseview .s10__services .service-item:before {
         opacity: .25
     }
 }
 
 .main-wrapper .s10--caseview .s10__services .service-item:nth-child(1):before {
     background: url(../../themes/ccsg/img/target-caseview/caseview-s2-bg1.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 .main-wrapper .s10--caseview .s10__services .service-item:nth-child(2):before {
     background: url(../../themes/ccsg/img/target-caseview/caseview-s2-bg2.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 .main-wrapper .s10--caseview .s10__services .service-item:nth-child(3):before {
     background: url(../../themes/ccsg/img/target-caseview/caseview-s2-bg3.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 .main-wrapper .s10--caseview .s10__services .service-item .service-name {
     padding: 0 20px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10--caseview .s10__services .service-item .service-name {
         display: none
     }
 }
 
 .main-wrapper .s10--caseview .s10__services .service-item .service-name h3,
 .main-wrapper .s10--caseview .s10__services .service-item .service-name .h3 {
     text-align: center
 }
 
 .main-wrapper .s10--caseview .s10__services .service-item .overlay {
     padding: 130px 20px 20px
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .s10--caseview .s10__services .service-item .overlay {
         padding: 130px 20px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s10--caseview .s10__services .service-item .overlay {
         position: relative;
         transform: translateY(0);
         opacity: 1;
         justify-content: center;
         padding-bottom: 30px;
         padding-top: 22px
     }
 }
 
 .main-wrapper .s10--caseview .s10__services .service-item .overlay p {
     max-width: 306px;
     margin: 25px auto 0;
     line-height: 34px;
     font-size: 20px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-home2--caseview {
         padding: 30px 0 16px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-home2--caseview .col-xl-3:nth-child(1) {
         margin-bottom: 24px
     }
 }
 
 .main-wrapper .s2-home2--caseview .col-xl-3:nth-child(1) .s2-home2__feature img {
     left: 9px;
     top: 6px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s2-home2--caseview .col-xl-3:nth-child(1) .s2-home2__feature img {
         margin-top: 9px
     }
 }
 
 .main-wrapper .s2-home2--caseview .col-xl-3:nth-child(2) .s2-home2__feature img {
     position: relative;
     top: 8px;
     left: -4px
 }
 
 .main-wrapper .s2-home2--caseview .col-xl-3:nth-child(2) .s2-home2__feature .text {
     max-width: 168px
 }
 
 .main-wrapper .s2-home2--caseview .col-xl-3:nth-child(2) .s2-home2__feature:after {
     right: 6px
 }
 
 .main-wrapper .s2-home2--caseview .col-xl-3:nth-child(3) .s2-home2__feature img {
     position: relative;
     top: 11px;
     left: -14px
 }
 
 .main-wrapper .s2-home2--caseview .col-xl-3:nth-child(3) .s2-home2__feature .text {
     max-width: 206px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-home2--caseview .col-xl-3:nth-child(4) .s2-home2__feature:before {
         display: none !important
     }
 }
 
 .main-wrapper .s2-home2--caseview .col-xl-3:nth-child(4) .s2-home2__feature img {
     position: relative;
     top: 9px
 }
 
 .main-wrapper .s2-home2--caseview .col-xl-3:nth-child(4) .s2-home2__feature .text {
     max-width: 211px
 }
 
 .main-wrapper .s2-home2--caseview .s2-home2__feature {
     position: relative
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-home2--caseview .s2-home2__feature {
         margin-bottom: 20px
     }
 
     .main-wrapper .s2-home2--caseview .s2-home2__feature:before {
         content: "";
         position: absolute;
         bottom: -12px;
         left: 0;
         right: 0;
         margin: auto;
         width: 100%;
         height: 1px;
         background: #151515;
         max-width: 300px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-home2--caseview .s2-home2__feature .icon img {
         left: 0 !important
     }
 }
 
 .main-wrapper .s2-home2--caseview .s2-home2__feature .text {
     font-size: 20px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s2-home2--caseview .s2-home2__feature .text {
         max-width: 205px !important
     }
 }
 
 .main-wrapper .s3--caseview {
     padding: 47px 0 0
 }
 
 .main-wrapper .s3--caseview .s3__box {
     background: #eaeaea
 }
 
 .main-wrapper .s3--caseview .s3__box .photo {
     max-width: 813px;
     height: auto;
     width: unset;
     left: 1px;
     top: 20px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s3--caseview .s3__box .photo {
         max-width: 580px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s3--caseview .s3__box .photo {
         left: 0
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s3--caseview .s3__box .photo {
         max-width: 100%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s3--caseview .s3__box .photo--desktop {
         display: none
     }
 }
 
 .main-wrapper .s3--caseview .s3__box .photo--mobile {
     position: relative;
     display: none
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s3--caseview .s3__box .photo--mobile {
         display: block;
         top: 0;
         margin-bottom: 20px
     }
 }
 
 .main-wrapper .s3--caseview .s3__box .about .text {
     padding: 127px 49px 84px 100px;
     margin-left: 713px;
     max-width: 726px;
     z-index: 1;
     position: relative
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .s3--caseview .s3__box .about .text {
         padding: 127px 49px 84px 40px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .s3--caseview .s3__box .about .text {
         margin-left: 477px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .s3--caseview .s3__box .about .text {
         padding-top: 400px;
         margin: 0
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .s3--caseview .s3__box .about .text {
         padding: 0 49px 44px 50px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .s3--caseview .s3__box .about .text {
         padding: 0 25px 44px
     }
 }
 
 .main-wrapper .s3--caseview .s3__box .about .text h2,
 .main-wrapper .s3--caseview .s3__box .about .text .h2 {
     max-width: 750px;
     margin-bottom: 12px
 }
 
 .main-wrapper .s3--caseview .s3__box .about .text p {
     max-width: 800px
 }
 
 .main-wrapper .s3--caseview .s3__box .about .text .button {
     margin-top: 25px;
     width: 202px
 }
 
 .main-wrapper .s9--caseview {
     padding: 40px 0 55px
 }
 
 @media screen and (min-width:992px) {
     .main-wrapper .s9--caseview .s9__text {
         margin-top: -60px
     }
 }
 
 .main-wrapper .all-targets-s1 {
     padding: 44px 0 44px
 }
 
 .main-wrapper .all-targets-s1__heading {
     text-align: center
 }
 
 .main-wrapper .all-targets-s1__heading h2,
 .main-wrapper .all-targets-s1__heading .h2 {
     max-width: 800px;
     margin: 0 auto 24px
 }
 
 .main-wrapper .all-targets-s1__heading p {
     max-width: 900px;
     margin: 0 auto
 }
 
 .main-wrapper .all-targets-s2 {
     padding: 29px 0 24px;
     background: #eaeaea
 }
 
 .main-wrapper .all-targets-s2 .cbox-margin {
     margin-bottom: 30px
 }
 
 .main-wrapper .all-targets-s2__heading h3,
 .main-wrapper .all-targets-s2__heading .h3 {
     text-align: center;
     font-family: "Montserrat", sans-serif;
     font-size: 24px;
     line-height: 35px;
     max-width: 660px;
     margin: 0 auto 41px
 }
 
 .main-wrapper .all-targets-s2__cbox {
     background: #fff;
     border-radius: 31px;
     padding: 29px 29px 15px;
     height: 100%;
     box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11)
 }
 
 .main-wrapper .all-targets-s2__cbox img {
     margin-bottom: 24px
 }
 
 .main-wrapper .all-targets-s2__cbox h4,
 .main-wrapper .all-targets-s2__cbox .h4 {
     font-size: 24px;
     line-height: 35px;
     font-family: "Montserrat", sans-serif;
     font-weight: 700
 }
 
 .main-wrapper .all-targets-s2__cbox p {
     font-size: 14px;
     line-height: 18px;
     max-width: 270px
 }
 
 .main-wrapper .all-targets-s3 {
     padding: 45px 0 0
 }
 
 .main-wrapper .all-targets-s3__text {
     padding-bottom: 23px
 }
 
 .main-wrapper .all-targets-s3__text .subtitle {
     color: #e13440;
     margin-bottom: 22px
 }
 
 .main-wrapper .all-targets-s3__text h2,
 .main-wrapper .all-targets-s3__text .h2 {
     margin-bottom: 24px
 }
 
 .main-wrapper .all-targets-s3__text p {
     max-width: 813px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s3__text p {
         max-width: unset
     }
 }
 
 .main-wrapper .all-targets-s3__photo {
     padding-left: 0;
     position: relative;
     left: -27px;
     top: 19px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .all-targets-s3__photo {
         left: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s3__photo {
         padding-left: 0
     }
 }
 
 .main-wrapper .all-targets-s3__photo img {
     width: 605px
 }
 
 .main-wrapper .all-targets-s3__bottom-text {
     padding-top: 58px;
     text-align: center
 }
 
 .main-wrapper .all-targets-s3__bottom-text .separator {
     width: 1084px;
     height: 1px;
     display: block;
     background: #d5d5d5;
     margin: 0 auto
 }
 
 .main-wrapper .all-targets-s3__bottom-text h3,
 .main-wrapper .all-targets-s3__bottom-text .h3 {
     font-size: 32px;
     line-height: 36px;
     font-family: "Montserrat", sans-serif;
     color: #24272b;
     font-weight: 700;
     margin-bottom: 27px
 }
 
 @media screen and (max-width:600px) {
 
     .main-wrapper .all-targets-s3__bottom-text h3,
     .main-wrapper .all-targets-s3__bottom-text .h3 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .all-targets-s3__bottom-text p {
     max-width: 850px;
     margin: 0 auto
 }
 
 .main-wrapper .all-targets-s4 {
     position: relative;
     padding: 73px 0;
     background: #eaeaea;
     overflow: hidden
 }
 
 .main-wrapper .all-targets-s4:before {
     content: "";
     position: absolute;
     left: 50%;
     top: var(--parallax-offset, -424px);
     margin-left: -825px;
     width: 1650px;
     height: 1650px;
     border-radius: 50%;
     background: rgba(255, 255, 255, .47)
 }
 
 .main-wrapper .all-targets-s4__main {
     text-align: center;
     margin-bottom: 36px;
     position: relative;
     z-index: 1
 }
 
 .main-wrapper .all-targets-s4__plans {
     display: flex;
     justify-content: center;
     position: relative;
     z-index: 1
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .all-targets-s4__plans {
         flex-wrap: wrap;
         justify-content: center
     }
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item {
     padding: 41px 31px 37px;
     border-radius: 11px;
     height: 100%;
     transition: all .25s ease
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .all-targets-s4__plans .plan-item {
         width: 20%
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .all-targets-s4__plans .plan-item {
         padding: 41px 8px 37px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .all-targets-s4__plans .plan-item {
         margin-bottom: 25px;
         padding: 20px 8px 20px;
         margin-bottom: 0;
         width: unset
     }
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .logo {
     background: #fff;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 223px;
     height: 223px;
     margin-bottom: 12px
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .label {
     background: #009941;
     color: #fff;
     border-radius: 14px;
     font-size: 14px;
     line-height: 24px;
     font-weight: 700;
     text-align: center;
     text-transform: uppercase;
     padding: 1px 5px 2px
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .label--color1 {
     background: #009941
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .label--color2 {
     background: #de5953
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .label--color3 {
     background: #75b9a6
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .label--color4 {
     background: #efb948
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .label--color5 {
     background: #99c551
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item h4,
 .main-wrapper .all-targets-s4__plans .plan-item .h4 {
     font-size: 16px;
     line-height: 24px;
     font-weight: 700;
     text-align: center;
     margin: 5px 0 11px
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item ul {
     list-style: none;
     padding: 0 0 0 7px;
     margin: 0
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item ul li {
     display: flex;
     font-family: "Roboto", sans-serif;
     font-size: 12px;
     line-height: 24px;
     color: #25282a;
     font-weight: 400
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item ul li img {
     margin-right: 10px
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item ul li span {
     font-weight: 400
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap {
     margin-top: 14px
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn {
     display: block;
     border: 1px solid #009941;
     color: #009941;
     text-align: center;
     font-size: 16px;
     line-height: 26px;
     font-weight: 500;
     border-radius: 0;
     padding: 4px 5px 5px;
     outline: none;
     transition: all .25s ease
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn:focus {
     box-shadow: none
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn:visited {
     color: #009941
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn:hover {
     background: #009941;
     color: #fff
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color1 {
     border: 1px solid #009941;
     color: #009941
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color1:visited {
     color: #009941
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color1:hover {
     background: #009941
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color2 {
     border: 1px solid #de5953;
     color: #de5953
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color2:visited {
     color: #de5953
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color2:hover {
     background: #de5953
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color3 {
     border: 1px solid #75b9a6;
     color: #75b9a6
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color3:visited {
     color: #75b9a6
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color3:hover {
     background: #75b9a6
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color4 {
     border: 1px solid #efb948;
     color: #efb948
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color4:visited {
     color: #efb948
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color4:hover {
     background: #efb948
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color5 {
     border: 1px solid #99c551;
     color: #99c551
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color5:visited {
     color: #99c551
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item .btn-wrap .btn--color5:hover {
     background: #99c551
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item:hover {
     box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11)
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item:hover .btn-wrap .btn--color1 {
     color: #fff;
     background: #009941
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item:hover .btn-wrap .btn--color2 {
     color: #fff;
     background: #de5953
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item:hover .btn-wrap .btn--color3 {
     color: #fff;
     background: #75b9a6
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item:hover .btn-wrap .btn--color4 {
     color: #fff;
     background: #efb948
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item:hover .btn-wrap .btn--color5 {
     color: #fff;
     background: #99c551
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item.active {
     box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11)
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item.active .btn-wrap .btn--color1 {
     color: #fff;
     background: #009941
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item.active .btn-wrap .btn--color2 {
     color: #fff;
     background: #de5953
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item.active .btn-wrap .btn--color3 {
     color: #fff;
     background: #75b9a6
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item.active .btn-wrap .btn--color4 {
     color: #fff;
     background: #efb948
 }
 
 .main-wrapper .all-targets-s4__plans .plan-item.active .btn-wrap .btn--color5 {
     color: #fff;
     background: #99c551
 }
 
 .main-wrapper .all-targets-s5 {
     padding: 51px 0 87px;
     position: relative
 }
 
 .main-wrapper .all-targets-s5:before {
     content: "";
     position: absolute;
     left: 3%;
     top: 26%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .2) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate;
     -webkit-animation-delay: 1s;
     animation-delay: 1s
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .all-targets-s5:before {
         width: 500px;
         height: 440px
     }
 }
 
 .main-wrapper .all-targets-s5:after {
     content: "";
     position: absolute;
     right: 3%;
     top: 26%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .2) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate;
     -webkit-animation-delay: 1s;
     animation-delay: 1s
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .all-targets-s5:after {
         width: 500px;
         height: 440px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s5:after {
         top: 40%
     }
 }
 
 .main-wrapper .all-targets-s5__heading {
     text-align: center;
     margin-bottom: 67px
 }
 
 .main-wrapper .all-targets-s5__heading h2,
 .main-wrapper .all-targets-s5__heading .h2 {
     max-width: 958px;
     margin: 0 auto 22px
 }
 
 .main-wrapper .all-targets-s5__heading .subtitle {
     margin-bottom: 19px
 }
 
 .main-wrapper .all-targets-s5__heading p {
     max-width: 1010px;
     margin: 0 auto
 }
 
 .main-wrapper .all-targets-s5__boxes {
     display: flex;
     flex-wrap: wrap;
     margin: 0 auto;
     max-width: 1380px
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item {
     padding: 0 8px;
     margin-bottom: 16px
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper {
     background: #fff;
     border-radius: 31px;
     height: 100%;
     box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11);
     display: flex;
     overflow: hidden
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper {
         flex-wrap: wrap
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .text {
     padding: 29px 25px 35px 33px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .text {
         padding: 29px 20px 35px
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .text img {
     margin-bottom: 9px
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .text h4,
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .text .h4 {
     font-family: "Montserrat", sans-serif;
     font-size: 24px;
     line-height: 30px;
     font-weight: 700;
     margin-bottom: 11px
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .text p {
     font-size: 18px;
     line-height: 24px;
     font-weight: 400;
     font-family: "Montserrat", sans-serif
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo {
     min-width: 47%;
     height: 100%;
     min-height: 290px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo {
         min-width: 100% !important;
         background-size: 100% !important;
         background-position: unset !important;
         height: unset;
         min-height: 275px
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo img {
     display: none;
     width: 100%
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo img {
         display: block
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--small {
     min-width: 40%
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--medium {
     min-width: 50%
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--large {
     min-width: 62%
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--1 {
    background-image: url('../images/target-new-s4-img1-v3.jpg');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--1 {
         background: 0 0;
         min-height: unset
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--2 {
     min-height: unset;
     margin-top: 46px
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--2 img {
     display: block;
     max-width: 294px;
     width: 100%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--2 img {
         margin: 0 auto
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--3 {
     background: url('../images/target-new-s4-img2.jpg');
     background-size: cover;
     background-position: 76% 48%;
     background-size: 119%;
     background-repeat: no-repeat
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--3 {
         min-height: 333px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--3 {
         min-height: 256px
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--4 {
     background: url('../images/target-s4-img3.jpg');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item .inner-wrapper .photo--4 {
         background: 0 0;
         min-height: unset;
         order: 2
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item--w25 {
     width: 25%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w25 {
         width: 33.33%;
         width: calc(100%/3)
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w25 {
         width: 50%
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w25 {
         width: 100%
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item--w36 {
     width: 36%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w36 {
         width: 50%
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w36 {
         width: 100%
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item--w34 {
     width: 34%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w34 {
         width: 50%
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w34 {
         width: 100%
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item--w33 {
     width: 33%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w33 {
         width: 50%
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w33 {
         width: 100%
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item--w30 {
     width: 30%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w30 {
         width: 50%
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w30 {
         width: 100%
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item--w42 {
     width: 42%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w42 {
         width: 33.33%;
         width: calc(100%/3)
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w42 {
         width: 50%
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w42 {
         width: 100%
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item--w47 {
     width: 47%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w47 {
         width: 50%
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w47 {
         width: 100%
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item--w50 {
     width: 50%
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w50 {
         width: 100%
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item--w53 {
     width: 53%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w53 {
         width: 50%
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w53 {
         width: 100%
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item--w66 {
     width: 66%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w66 {
         width: 100%
     }
 }
 
 .main-wrapper .all-targets-s5__boxes .box-item--w70 {
     width: 70%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item--w70 {
         width: 100%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .all-targets-s5__boxes .box-item:last-of-type {
         width: 100%
     }
 }
 
 .main-wrapper .all-targets-s6 {
     padding: 55px 0 41px;
     background: #eaeaea
 }
 
 .main-wrapper .all-targets-s6__image img {
     min-width: 742px;
     position: relative;
     left: -76px;
     top: 15px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .all-targets-s6__image img {
         min-width: 645px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s6__image img {
         min-width: unset;
         left: 0;
         top: 0
     }
 }
 
 .main-wrapper .all-targets-s6__text {
     position: relative;
     z-index: 1;
     padding-left: 70px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .all-targets-s6__text {
         padding-left: 0
     }
 }
 
 .main-wrapper .all-targets-s6__text h3,
 .main-wrapper .all-targets-s6__text .h3 {
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 22px
 }
 
 @media screen and (max-width:600px) {
 
     .main-wrapper .all-targets-s6__text h3,
     .main-wrapper .all-targets-s6__text .h3 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .all-targets-s6__text p span {
     color: #009941
 }
 
 .main-wrapper .all-targets-s6__text ul {
     list-style: none;
     padding: 0;
     margin: 43px 0 0
 }
 
 .main-wrapper .all-targets-s6__text ul li {
     display: flex;
     font-family: "Montserrat", sans-serif;
     font-size: 16px;
     line-height: 24px;
     color: #24272b;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 17px
 }
 
 .main-wrapper .all-targets-s6__text ul li img {
     margin-right: 10px
 }
 
 .main-wrapper .all-targets-s6__text ul li span {
     font-weight: 700
 }
 
 .main-wrapper .all-targets-s7 {
     padding: 54px 0 70px
 }
 
 .main-wrapper .all-targets-s7__text {
     text-align: center
 }
 
 .main-wrapper .all-targets-s7__text h2,
 .main-wrapper .all-targets-s7__text .h2 {
     font-size: 45px;
     line-height: 60px;
     margin: 0 auto 25px;
     letter-spacing: -1px
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .all-targets-s7__text h2,
     .main-wrapper .all-targets-s7__text .h2 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .all-targets-s7__text p {
     max-width: 1145px;
     margin: 0 auto 36px
 }
 
 .main-wrapper .all-targets-s7__text p a {
     font-weight: 700;
     color: #009941;
     transition: all .25s ease
 }
 
 .main-wrapper .all-targets-s7__text p a:visited {
     color: #86878c
 }
 
 .main-wrapper .all-targets-s7__text p a:hover {
     color: #009941
 }
 
 .main-wrapper .target-services-masthead {
     padding: 129px 0 0;
     position: relative
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead {
         padding: 52px 0 52px
     }
 }
 
 .main-wrapper .target-services-masthead:after {
     content: "";
     position: absolute;
     right: 21%;
     top: -20%;
     width: 900px;
     height: 840px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .4) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead:after {
         right: 0;
         top: -63%
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-masthead:after {
         width: 500px;
         height: 440px;
         right: -11%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-masthead:after {
         right: 0;
         top: auto;
         bottom: 0
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead .row {
         align-items: center
     }
 }
 
 .main-wrapper .target-services-masthead__text {
     position: relative;
     z-index: 2
 }
 
 .main-wrapper .target-services-masthead__text h1,
 .main-wrapper .target-services-masthead__text .h1 {
     font-size: 50px;
     line-height: 60px;
     letter-spacing: -2.5px;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 25px
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .target-services-masthead__text h1,
     .main-wrapper .target-services-masthead__text .h1 {
         font-size: 44px;
         line-height: 54px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .target-services-masthead__text h1,
     .main-wrapper .target-services-masthead__text .h1 {
         font-size: 35px;
         line-height: 40px
     }
 }
 
 .main-wrapper .target-services-masthead__text p {
     font-size: 24px;
     line-height: 40px;
     color: #24272b
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead__text p {
         font-size: 20px;
         line-height: 36px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-masthead__text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .target-services-masthead__text .btn-wrapper {
     margin-top: 58px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead__text .btn-wrapper {
         margin-top: 36px
     }
 }
 
 .main-wrapper .target-services-masthead__text .btn-wrapper .button {
     margin-right: 41px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead__text .btn-wrapper .button {
         margin-right: 25px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-masthead__text .btn-wrapper .button {
         margin-bottom: 20px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead__text .btn-wrapper .target-logo {
         width: 200px
     }
 }
 
 .main-wrapper .target-services-masthead__image {
     position: relative;
     z-index: 1;
     top: -81px;
     right: -10px;
     margin-bottom: -77px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead__image {
         top: 0;
         right: 0;
         margin-bottom: 0
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-masthead__image {
         margin: 0 -50px 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-masthead__image {
         margin: 40px -50px 0
     }
 }
 
 .main-wrapper .target-services-masthead__image .logo {
     position: absolute;
     bottom: 114px;
     left: -51px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead__image .logo {
         bottom: 51px;
         left: -28px;
         width: 180px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-masthead__image .logo {
         bottom: 40px;
         left: 17px;
         width: 150px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead__image lottie-player {
         width: 100% !important;
         max-width: 100% !important;
         height: auto !important
     }
 }
 
 .main-wrapper .target-services-masthead--software {
     padding: 136px 0 100px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-services-masthead--software {
         padding: 92px 0 92px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-masthead--software {
         padding: 52px 0 52px
     }
 }
 
 .main-wrapper .target-services-masthead--software:after {
     display: none
 }
 
 .main-wrapper .target-services-masthead--software .target-services-masthead__image {
     position: relative;
     left: -16%;
     top: -27%;
     margin-bottom: -220px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-services-masthead--software .target-services-masthead__image {
         top: -27%
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead--software .target-services-masthead__image {
         left: -25%;
         top: -120px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-masthead--software .target-services-masthead__image {
         left: -20%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-masthead--software .target-services-masthead__image {
         margin: 70px 0 0;
         padding-left: 0;
         left: 0;
         right: 0;
         top: 0
     }
 }
 
 .main-wrapper .target-services-masthead--software .target-services-masthead__image video {
     width: 1100px
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .target-services-masthead--software .target-services-masthead__image video {
         width: 1100px
     }
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-services-masthead--software .target-services-masthead__image video {
         width: 1000px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-masthead--software .target-services-masthead__image video {
         width: 700px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-masthead--software .target-services-masthead__image video {
         width: 600px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-masthead--software .target-services-masthead__image video {
         max-width: 100%
     }
 }
 
 .main-wrapper .target-services-masthead--software .target-services-masthead__image img {
     min-width: 982px
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .target-services-masthead--software .target-services-masthead__image img {
         min-width: unset
     }
 }
 
 .main-wrapper .target-services-masthead--software .target-services-masthead__text .btn-wrapper {
     margin-top: 37px
 }
 
 .main-wrapper .target-services-s2 {
     padding: 83px 0 93px;
     background: #f2f2f2
 }
 
 .main-wrapper .target-services-s2__cbox-wrapper {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 8px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s2__cbox-wrapper {
         grid-template-columns: repeat(2, 1fr)
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .target-services-s2__cbox-wrapper {
         grid-template-columns: 100%
     }
 }
 
 .main-wrapper .target-services-s2__cbox-wrapper .cbox-item .inner-wrapper {
     background: #fff;
     border-radius: 31px;
     box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11);
     padding: 25px 25px 6px;
     text-align: left;
     height: 100%;
     transition: all .25s ease
 }
 
 .main-wrapper .target-services-s2__cbox-wrapper .cbox-item img {
     margin-bottom: 18px
 }
 
 .main-wrapper .target-services-s2__cbox-wrapper .cbox-item p {
     font-size: 16px;
     line-height: 24px;
     color: #24272b;
     font-weight: 300;
     font-family: "Roboto", sans-serif
 }
 
 .main-wrapper .target-services-s2__cbox-wrapper .cbox-item:hover .inner-wrapper {
     box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .31);
     transform: scale(.95)
 }
 
 .main-wrapper .target-services-s2__text {
     padding-left: 51px;
     padding-top: 43px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-s2__text {
         padding-left: 10px;
         padding-top: 10px
     }
 }
 
 .main-wrapper .target-services-s2__text .subtitle {
     color: #e13440;
     margin-bottom: 29px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s2__text .subtitle {
         margin-bottom: 13px
     }
 }
 
 .main-wrapper .target-services-s2__text h2,
 .main-wrapper .target-services-s2__text .h2 {
     font-size: 36px;
     line-height: 46px;
     color: #24272b;
     margin-bottom: 25px
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .target-services-s2__text h2,
     .main-wrapper .target-services-s2__text .h2 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .target-services-s2__text p {
     font-size: 20px;
     line-height: 34px;
     color: #24272b;
     max-width: 427px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-s2__text p {
         max-width: unset;
         margin-bottom: 50px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s2__text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .target-services-s2--target-all {
     padding: 127px 0 75px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--target-all {
         padding: 80px 0 75px
     }
 }
 
 .main-wrapper .target-services-s2--target-all .target-services-s2__cbox-wrapper .cbox-item img {
     margin-bottom: 11px
 }
 
 .main-wrapper .target-services-s2--target-all .target-services-s2__cbox-wrapper .cbox-item h4,
 .main-wrapper .target-services-s2--target-all .target-services-s2__cbox-wrapper .cbox-item .h4 {
     font-size: 22px;
     line-height: 35px;
     font-weight: 700;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 0
 }
 
 .main-wrapper .target-services-s2--target-all .target-services-s2__text {
     padding-top: 0
 }
 
 .main-wrapper .target-services-s2--target-all .target-services-s2__text .subtitle {
     margin-bottom: 16px
 }
 
 .main-wrapper .target-services-s2--target-all .target-services-s2__text h2,
 .main-wrapper .target-services-s2--target-all .target-services-s2__text .h2 {
     margin-bottom: 22px
 }
 
 .main-wrapper .target-services-s2--target-all .target-services-s2__text p {
     max-width: 472px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--target-all .target-services-s2__text p {
         max-width: unset
     }
 }
 
 .main-wrapper .target-services-s2--target-insight {
     padding: 78px 0 91px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--target-insight {
         padding: 80px 0 75px
     }
 }
 
 .main-wrapper .target-services-s2--target-insight .target-services-s2__cbox-wrapper .cbox-item .inner-wrapper {
     padding: 25px 25px 21px
 }
 
 .main-wrapper .target-services-s2--target-insight .target-services-s2__cbox-wrapper .cbox-item img {
     margin-bottom: 16px
 }
 
 .main-wrapper .target-services-s2--target-insight .target-services-s2__cbox-wrapper .cbox-item p {
     line-height: 24px
 }
 
 .main-wrapper .target-services-s2--target-insight .target-services-s2__text {
     padding-top: 7px;
     padding-left: 6px
 }
 
 .main-wrapper .target-services-s2--target-insight .target-services-s2__text .subtitle {
     margin-bottom: 23px
 }
 
 .main-wrapper .target-services-s2--target-insight .target-services-s2__text h2,
 .main-wrapper .target-services-s2--target-insight .target-services-s2__text .h2 {
     margin-bottom: 32px
 }
 
 .main-wrapper .target-services-s2--target-insight .target-services-s2__text p {
     max-width: 523px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--target-insight .target-services-s2__text p {
         max-width: unset
     }
 }
 
 .main-wrapper .target-services-s2--target-caseview {
     padding: 84px 0 91px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--target-caseview {
         padding: 80px 0 75px
     }
 }
 
 .main-wrapper .target-services-s2--target-caseview .target-services-s2__cbox-wrapper .cbox-item .inner-wrapper {
     padding: 25px 25px 21px
 }
 
 .main-wrapper .target-services-s2--target-caseview .target-services-s2__cbox-wrapper .cbox-item img {
     margin-bottom: 16px
 }
 
 .main-wrapper .target-services-s2--target-caseview .target-services-s2__cbox-wrapper .cbox-item p {
     font-size: 16px;
     line-height: 24px
 }
 
 .main-wrapper .target-services-s2--target-caseview .target-services-s2__text {
     padding-top: 24px;
     padding-left: 40px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--target-caseview .target-services-s2__text {
         padding-left: 0
     }
 }
 
 .main-wrapper .target-services-s2--target-caseview .target-services-s2__text .subtitle {
     margin-bottom: 29px
 }
 
 .main-wrapper .target-services-s2--target-caseview .target-services-s2__text h2,
 .main-wrapper .target-services-s2--target-caseview .target-services-s2__text .h2 {
     margin-bottom: 32px
 }
 
 .main-wrapper .target-services-s2--target-caseview .target-services-s2__text p {
     max-width: 472px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--target-caseview .target-services-s2__text p {
         max-width: unset
     }
 }
 
 .main-wrapper .target-services-s2--software {
     padding: 84px 0 84px;
     position: relative;
     z-index: 5
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--software {
         padding: 80px 0 75px
     }
 }
 
 .main-wrapper .target-services-s2--software .target-services-s2__cbox-wrapper .cbox-item .inner-wrapper {
     padding: 17px 32px 3px;
     min-height: 234px
 }
 
 .main-wrapper .target-services-s2--software .target-services-s2__cbox-wrapper .cbox-item h4,
 .main-wrapper .target-services-s2--software .target-services-s2__cbox-wrapper .cbox-item .h4 {
     font-size: 22px;
     line-height: 35px;
     font-weight: 700;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 0
 }
 
 .main-wrapper .target-services-s2--software .target-services-s2__cbox-wrapper .cbox-item img {
     margin-bottom: 19px
 }
 
 .main-wrapper .target-services-s2--software .target-services-s2__cbox-wrapper .cbox-item p {
     font-size: 16px;
     line-height: 24px
 }
 
 .main-wrapper .target-services-s2--software .target-services-s2__text {
     padding-left: 46px;
     padding-top: 17px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--software .target-services-s2__text {
         padding-left: 0
     }
 }
 
 .main-wrapper .target-services-s2--software .target-services-s2__text .subtitle {
     margin-bottom: 8px
 }
 
 .main-wrapper .target-services-s2--software .target-services-s2__text h2,
 .main-wrapper .target-services-s2--software .target-services-s2__text .h2 {
     margin-bottom: 22px
 }
 
 .main-wrapper .target-services-s2--software .target-services-s2__text p {
     margin-bottom: 34px;
     max-width: unset
 }
 
 .main-wrapper .target-services-s2--discovery .target-services-s2__cbox-wrapper .cbox-item {
     min-height: 236px
 }
 
 .main-wrapper .target-services-s2--discovery .target-services-s2__cbox-wrapper .cbox-item p {
     font-size: 16px;
     line-height: 24px;
     margin-bottom: 6px
 }
 
 .main-wrapper .target-services-s2--discovery .target-services-s2__text {
     padding-left: 28px;
     padding-top: 67px
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .target-services-s2--discovery .target-services-s2__text {
         padding-top: 0
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--discovery .target-services-s2__text {
         padding-left: 0
     }
 }
 
 .main-wrapper .target-services-s2--discovery .target-services-s2__text p {
     max-width: 472px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--discovery .target-services-s2__text p {
         max-width: unset
     }
 }
 
 .main-wrapper .target-services-s2--AUTOBAY {
     padding: 84px 0 84px;
     position: relative;
     z-index: 5
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--AUTOBAY {
         padding: 80px 0 75px
     }
 }
 
 .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__cbox-wrapper .cbox-item .inner-wrapper {
     padding: 17px 32px 3px;
     min-height: 234px
 }
 
 .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__cbox-wrapper .cbox-item h4,
 .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__cbox-wrapper .cbox-item .h4 {
     font-size: 22px;
     line-height: 35px;
     font-weight: 700;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 0
 }
 
 .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__cbox-wrapper .cbox-item img {
     margin-bottom: 19px
 }
 
 .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__cbox-wrapper .cbox-item p {
     font-size: 16px;
     line-height: 24px
 }
 
 .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__text {
     padding-left: 46px;
     padding-top: 17px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__text {
         padding-left: 0
     }
 }
 
 .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__text .subtitle {
     margin-bottom: 8px;
     color: #01a7b8
 }
 
 .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__text h2,
 .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__text .h2 {
     margin-bottom: 22px
 }
 
 .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__text p {
     margin-bottom: 34px;
     max-width: 441px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s2--AUTOBAY .target-services-s2__text p {
         max-width: unset
     }
 }
 
 .main-wrapper .target-services-s3 {
     position: relative;
     padding: 78px 0 99px
 }
 
 .main-wrapper .target-services-s3:before {
     content: "";
     position: absolute;
     left: -23%;
     top: -8%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .2) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate;
     -webkit-animation-delay: 1s;
     animation-delay: 1s
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s3:before {
         width: 500px;
         height: 440px
     }
 }
 
 .main-wrapper .target-services-s3:after {
     content: "";
     position: absolute;
     right: -17%;
     top: -6%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .15) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s3:after {
         width: 500px;
         height: 440px;
         top: 15%
     }
 }
 
 .main-wrapper .target-services-s3__text {
     text-align: center;
     margin-bottom: 104px
 }
 
 .main-wrapper .target-services-s3__text .subtitle {
     margin-bottom: 23px
 }
 
 .main-wrapper .target-services-s3__text h2,
 .main-wrapper .target-services-s3__text .h2 {
     font-size: 36px;
     line-height: 46px;
     max-width: 860px;
     margin: 0 auto 30px
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .target-services-s3__text h2,
     .main-wrapper .target-services-s3__text .h2 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .target-services-s3__text p {
     font-size: 20px;
     line-height: 34px;
     max-width: 972px;
     color: #24272b;
     margin: 0 auto
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3__text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .target-services-s3__boxes {
     position: relative;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     margin: 0 -8px
 }
 
 .main-wrapper .target-services-s3__boxes:before {
     content: "";
     position: absolute;
     left: 25%;
     top: -8%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .1) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate;
     -webkit-animation-delay: 2s;
     animation-delay: 2s
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s3__boxes:before {
         width: 500px;
         height: 440px
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item {
     padding: 0 8px 16px
 }
 
 .main-wrapper .target-services-s3__boxes .box-item--w58 {
     width: 58%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3__boxes .box-item--w58 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item--w50 {
     width: 50%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3__boxes .box-item--w50 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item--w42 {
     width: 42%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3__boxes .box-item--w42 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item--w41 {
     width: 41%
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3__boxes .box-item--w41 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item--w32 {
     width: 32%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3__boxes .box-item--w32 {
         width: 36%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3__boxes .box-item--w32 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item--w25 {
     width: 26%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3__boxes .box-item--w25 {
         width: 36%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3__boxes .box-item--w25 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper {
     background: #fff;
     border-radius: 31px;
     height: 100%;
     box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11);
     display: flex;
     align-items: center;
     min-height: 292px;
     overflow: hidden
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper {
         flex-wrap: wrap
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .text {
     text-align: left;
     padding: 10px 25px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .text {
         width: 100%;
         padding: 10px 15px !important
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .text img {
     margin-bottom: 24px
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .text p {
     font-size: 18px;
     line-height: 24px;
     color: #24272b;
     font-family: "Montserrat", sans-serif;
     font-weight: 300
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo {
     text-align: center
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--gray {
     background: #f1eff2;
     height: 100%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--gray {
         display: block !important;
         padding: 20px !important
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--align-right {
     text-align: right
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--align-right {
         margin-left: auto
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--align-right-bottom {
     display: flex;
     justify-content: flex-end;
     align-items: flex-end
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--align-right-bottom {
         display: block;
         text-align: right
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--hidden-scroll {
     min-width: 56%;
     padding: 16px 30px
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--hidden-scroll .image-wrapper {
     max-height: 260px;
     overflow-y: scroll
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--hidden-scroll .image-wrapper {
         max-height: 305px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--hidden-scroll .image-wrapper {
         max-height: unset
     }
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--hidden-scroll #custom-scrollbar::-webkit-scrollbar-track {
     border-radius: 0;
     border: 1px solid #e6e6e6;
     background-color: #fff
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--hidden-scroll #custom-scrollbar::-webkit-scrollbar {
     width: 8px;
     background-color: #f5f5f5
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--hidden-scroll #custom-scrollbar::-webkit-scrollbar-thumb {
     border-radius: 7px;
     background-color: #86878c
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--w52 {
     min-width: 52%
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--w49 {
     min-width: 49%
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--w48 {
     min-width: 48%;
     text-align: left
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--w43 {
     min-width: 43%;
     text-align: left
 }
 
 .main-wrapper .target-services-s3__boxes .box-item .inner-wrapper .photo--w36 {
     min-width: 36%
 }
 
 .main-wrapper .target-services-s3--discovery {
     padding: 78px 0 53px
 }
 
 .main-wrapper .target-services-s3--discovery .target-services-s3__text {
     margin-bottom: 48px
 }
 
 .main-wrapper .target-services-s3--discovery .target-services-s3__text .subtitle {
     margin-bottom: 17px
 }
 
 .main-wrapper .target-services-s3--discovery .target-services-s3__text h2,
 .main-wrapper .target-services-s3--discovery .target-services-s3__text .h2 {
     max-width: 930px;
     margin: 0 auto 20px
 }
 
 .main-wrapper .target-services-s3--discovery .target-services-s3__text p {
     max-width: 1022px
 }
 
 .main-wrapper .target-services-s3--discovery .target-services-s3__text p span {
     color: #24272b
 }
 
 .main-wrapper .target-services-s3--discovery .target-services-s3__boxes .box-item {
     padding: 0 8px 46px
 }
 
 .main-wrapper .target-services-s3--discovery .target-services-s3__boxes .box-item .inner-wrapper .text {
     padding: 21px 0 10px 41px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--discovery .target-services-s3__boxes .box-item .inner-wrapper .text {
         padding: 10px 15px
     }
 }
 
 .main-wrapper .target-services-s3--discovery .target-services-s3__boxes .box-item .inner-wrapper .text img {
     margin-bottom: 32px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--discovery .target-services-s3__boxes .box-item .inner-wrapper .text img {
         margin-bottom: 15px
     }
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-services-s3--discovery .target-services-s3__boxes .box-item .inner-wrapper .photo {
         padding: 0 20px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--discovery .target-services-s3__boxes .box-item .inner-wrapper .photo {
         padding: 0 20px 15px;
         text-align: center
     }
 }
 
 .main-wrapper .target-services-s3--discovery .target-services-s3__boxes .box-item .inner-wrapper .photo--discovery-background {
     background: url(../../themes/ccsg/img/target-discovery/ccsg-discovery-s2-img2.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100%;
     min-width: 44%;
     margin-left: 5px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--discovery .target-services-s3__boxes .box-item .inner-wrapper .photo--discovery-background {
         margin-left: 0;
         width: 100%;
         height: 190px
     }
 }
 
 .main-wrapper .target-services-s3--insight {
     padding: 95px 0 80px
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__text {
     margin-bottom: 60px
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__text .subtitle {
     margin-bottom: 22px
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__text h2,
 .main-wrapper .target-services-s3--insight .target-services-s3__text .h2 {
     max-width: 930px;
     margin: 0 auto 30px
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__text p {
     max-width: 1177px
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__text p span {
     color: #24272b
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item {
     padding: 0 8px 18px
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--flex-start {
     align-items: flex-start
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--flex-start .inner-wrapper {
         flex-wrap: wrap
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--w42 {
     width: 42%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--w42 {
         width: 50%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--w42 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--w58 {
     width: 58%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--w58 {
         width: 50%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--w58 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--w75 {
     width: 75%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--w75 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--w25 {
     width: 25%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--w25 {
         width: 100%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item--w25 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper {
     min-height: unset;
     align-items: flex-start
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper {
         align-items: center
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text {
     padding: 38px 10px 15px 41px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text {
         padding: 10px 15px
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--box1 {
     padding: 38px 10px 15px 41px
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--box3 {
     padding: 38px 33px 15px 41px
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--w45 {
     width: 45%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--w45 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--w57 {
     width: 57%
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--w62 {
     width: 62%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--w62 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--w71 {
     width: 71%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--w71 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--w81 {
     width: 81%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--w81 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--right {
     padding: 37px 60px 15px 65px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--right {
         padding-left: 25px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--right {
         width: 100%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--right {
         padding: 10px 15px
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text img {
     margin-bottom: 15px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text img {
         margin-bottom: 15px
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text p {
     font-family: "Montserrat", sans-serif;
     font-size: 20px;
     line-height: 34px
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .text--pmargin p {
     margin-bottom: 32px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo {
         padding: 0 20px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo {
         padding: 0 20px 15px;
         text-align: center
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo--box2 {
     min-width: 57%;
     padding-top: 32px;
     padding-right: 35px
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo--box3 {
     position: relative;
     min-width: 45%;
     height: 100%;
     min-height: 366px;
     box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11)
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo--box3 {
         min-height: unset;
         box-shadow: none;
         height: unset
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo--box3:after {
     content: "";
     background: url(../../themes/ccsg/img/target-insight/target-insight-img2-v2.png);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100%;
     width: 100%;
     position: absolute;
     right: 0;
     top: 0
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo--box3:after {
         display: none
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo--box3 img {
     display: none
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo--box3 img {
         display: block
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo--box4 {
     min-width: 49%;
     padding-top: 44px;
     padding-right: 50px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo--box4 {
         width: 100%;
         padding: 0 10px 10px
     }
 }
 
 .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo--left {
     padding-left: 38px;
     padding-top: 29px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s3--insight .target-services-s3__boxes .box-item .inner-wrapper .photo--left {
         width: 100%;
         order: 2;
         padding: 0 20px
     }
 }
 
 .main-wrapper .target-services-s3--caseview {
     padding: 70px 0 10px
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__text {
     margin-bottom: 72px
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__text .subtitle {
     margin-bottom: 14px
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__text h2,
 .main-wrapper .target-services-s3--caseview .target-services-s3__text .h2 {
     max-width: 930px;
     margin: 0 auto 30px
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__text p {
     max-width: 1177px
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__text p span {
     color: #24272b
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item {
     padding: 0 8px 18px
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item--w25 {
     width: 25%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item--w25 {
         width: 50%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item--w25 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item--w33 {
     width: 33%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item--w33 {
         width: 50%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item--w33 {
         width: 100%
     }
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper {
     min-height: unset;
     align-items: flex-start
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .text {
     padding: 43px 36px 43px 42px
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .text img {
     margin-bottom: 30px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .text img {
         margin-bottom: 15px
     }
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .text p {
     font-family: "Montserrat", sans-serif;
     font-size: 18px;
     line-height: 24px
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .text--smaller-padding {
     padding: 43px 36px 21px 42px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .photo {
         padding: 0 20px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .photo {
         padding: 0 20px 15px;
         text-align: center
     }
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .photo--w62 {
     min-width: 62%
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .photo--w63 {
     min-width: 63%;
     display: flex;
     align-items: center;
     justify-content: center
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .photo--align-bottom {
     display: flex;
     align-items: flex-end;
     justify-content: center
 }
 
 .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .photo--caseview-background {
     background: url(../../themes/ccsg/img/target-caseview/new-target-caseview-s3-img3-v2.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100%;
     min-width: 57%;
     margin-left: 5px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--caseview .target-services-s3__boxes .box-item .inner-wrapper .photo--caseview-background {
         margin-left: 0;
         width: 100%;
         height: 190px
     }
 }
 
 .main-wrapper .target-services-s3--software {
     padding: 94px 0 112px
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__boxes:before {
     top: auto;
     bottom: -70%;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .15) 0%, rgba(255, 255, 255, 0) 67%);
     left: 0;
     right: 0;
     margin: 0 auto
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper {
     align-items: flex-start
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper {
         align-items: center
     }
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .text {
     padding: 31px 12px 10px 32px
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .text img {
     margin-bottom: 14px
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .text--right {
     padding: 31px 43px 10px 73px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .text--right {
         padding: 31px 43px 10px 40px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .photo {
         padding: 16px 10px !important
     }
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .photo--6 {
     min-width: 57%;
     padding-right: 40px
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .photo--w55 {
     min-width: 55%;
     padding: 16px 0
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .photo--w53 {
     min-width: 53%;
     padding: 13px 0 9px 7px
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .photo--bg3 {
     background: url(../../themes/ccsg/img/target-software/target-software-s2-img3.png);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100%;
     min-width: 49%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .photo--bg3 {
         width: 100%;
         height: 300px
     }
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .photo--bg4 {
     background: url(../../themes/ccsg/img/target-software/target-software-s2-img4.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100%;
     min-width: 51%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .photo--bg4 {
         width: 100%;
         height: 300px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s3--software .target-services-s3__boxes .box-item .inner-wrapper .photo--hidden-scroll .image-wrapper {
         overflow: hidden
     }
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__text {
     margin-bottom: 109px
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__text .subtitle {
     margin-bottom: 31px
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__text h2,
 .main-wrapper .target-services-s3--software .target-services-s3__text .h2 {
     max-width: 883px;
     margin: 0 auto 35px
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__text p {
     max-width: 1400px
 }
 
 .main-wrapper .target-services-s3--software .target-services-s3__text p span {
     color: #24272b
 }
 
 .main-wrapper .target-services-s4 {
     position: relative;
     padding: 61px 0;
     background: #f2f2f2
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s4 {
         padding: 61px 0 30px
     }
 }
 
 /* .main-wrapper .target-services-s4:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 42%;
     height: 100%;
     background: url(../../themes/ccsg/img/target-services/target-services-s4-bg.png);
     background-size: 39%;
     background-repeat: repeat
 } */
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s4:before {
         width: 100%;
         height: 50%;
         background-size: 30%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s4:before {
         height: 60%
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .target-services-s4:before {
         height: 75%
     }
 }
 
 .main-wrapper .target-services-s4__text {
     position: relative;
     z-index: 1;
     max-width: 550px;
     margin-bottom: 38px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-s4__text {
         max-width: 450px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s4__text {
         max-width: unset
     }
 }
 
 .main-wrapper .target-services-s4__text .subtitle {
     margin-bottom: 20px
 }
 
 .main-wrapper .target-services-s4__text h3,
 .main-wrapper .target-services-s4__text .h3 {
     font-family: "Montserrat", sans-serif;
     color: #fff;
     font-size: 36px;
     line-height: 46px;
     margin-bottom: 30px
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .target-services-s4__text h3,
     .main-wrapper .target-services-s4__text .h3 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .target-services-s4__text p {
     color: #fff;
     font-size: 20px;
     line-height: 34px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s4__text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .target-services-s4__text .btn-wrapper {
     margin-top: 58px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-s4__text .btn-wrapper {
         margin-top: 36px
     }
 }
 
 .main-wrapper .target-services-s4__text .btn-wrapper .button {
     margin-right: 41px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-s4__text .btn-wrapper .button {
         margin-right: 25px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s4__text .btn-wrapper .button {
         margin-bottom: 20px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-s4__text .btn-wrapper .target-logo {
         width: 200px
     }
 }
 
 .main-wrapper .target-services-s4__video {
     display: flex;
     justify-content: flex-end
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s4__video {
         justify-content: flex-start
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s4__video lottie-player {
         height: auto !important
     }
 }
 
 .main-wrapper .target-services-s4--discovery {
     padding: 147px 0 88px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s4--discovery {
         padding: 58px 0 303px
     }
 }
 
 .main-wrapper .target-services-s4--discovery:before {
     width: 49%;
     left: auto;
     right: 0;
     background-size: 34%
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s4--discovery:before {
         width: 100%;
         height: 65%
     }
 }
 
 .main-wrapper .target-services-s4--discovery:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     background: url(/themes/custom/ccsg/images/ccsg-discovery-s3-photo.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100%;
     width: 52%
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s4--discovery:after {
         height: 35%;
         width: 100%;
         top: auto;
         bottom: 0
     }
 }
 
 .main-wrapper .target-services-s4--discovery .target-services-s4__text {
     padding-left: 91px;
     max-width: 678px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-services-s4--discovery .target-services-s4__text {
         padding-left: 65px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s4--discovery .target-services-s4__text {
         padding-left: 0;
         max-width: unset
     }
 }
 
 .main-wrapper .target-services-s4--discovery .target-services-s4__text p {
     margin-bottom: 52px
 }
 
 .main-wrapper .target-services-s4--insight {
     padding: 128px 0 69px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s4--insight {
         padding: 61px 0 30px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s4--insight:before {
         width: 100%;
         height: 65%;
         background-size: 30%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s4--insight:before {
         height: 65%
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .target-services-s4--insight:before {
         height: 80%
     }
 }
 
 .main-wrapper .target-services-s4--insight .target-services-s4__image {
     text-align: right;
     position: relative;
     top: 20px;
     right: -12px
 }
 
 .main-wrapper .target-services-s4--software {
     padding: 0
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s4--software {
         padding: 60px 0 0
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s4--software {
         padding: 61px 0 30px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s4--software:before {
         width: 100%;
         height: 55%;
         background-size: 30%
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s4--software:before {
         height: 65%
     }
 }
 
 @media screen and (max-width:500px) {
     .main-wrapper .target-services-s4--software:before {
         height: 80%
     }
 }
 
 .main-wrapper .target-services-s4--software .target-services-s4__video {
     margin: -20px 0 0;
     right: -34px;
     top: 6px;
     position: relative
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s4--software .target-services-s4__video {
         right: 0;
         left: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-services-s4--software .target-services-s4__text {
         margin-bottom: 0
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s4--software .target-services-s4__text {
         margin-bottom: 30px
     }
 }
 
 .main-wrapper .target-services-s4--software .target-services-s4__text .button {
     padding: 20px 21px 19px;
     margin-top: 10px
 }
 
 .main-wrapper .target-services-s5 {
     position: relative;
     padding: 68px 0 50px;
     overflow: hidden
 }
 
 .main-wrapper .target-services-s5:before {
     content: "";
     position: absolute;
     left: -28%;
     top: -8%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .2) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate;
     -webkit-animation-delay: 1s;
     animation-delay: 1s
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s5:before {
         width: 500px;
         height: 440px;
         left: -49%;
         top: -52%
     }
 }
 
 .main-wrapper .target-services-s5:after {
     content: "";
     position: absolute;
     right: -25%;
     top: -109%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .2) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-services-s5:after {
         width: 500px;
         height: 440px;
         top: auto;
         bottom: -50%;
         right: -40%
     }
 }
 
 .main-wrapper .target-services-s5__text {
     text-align: center
 }
 
 .main-wrapper .target-services-s5__text h2,
 .main-wrapper .target-services-s5__text .h2 {
     font-size: 45px;
     line-height: 60px;
     max-width: 860px;
     margin: 0 auto 15px;
     letter-spacing: -1px
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .target-services-s5__text h2,
     .main-wrapper .target-services-s5__text .h2 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .target-services-s5__text p {
     font-size: 20px;
     line-height: 34px;
     color: #24272b;
     max-width: 680px;
     margin: 0 auto 36px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-services-s5__text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .target-services-s5__text p a {
     font-weight: 700;
     color: #86878c;
     transition: all .25s ease
 }
 
 .main-wrapper .target-services-s5__text p a:visited {
     color: #86878c
 }
 
 .main-wrapper .target-services-s5__text p a:hover {
     color: #009941
 }
 
 .main-wrapper .target-software-boxes {
     padding: 118px 0 59px;
     position: relative
 }
 
 .main-wrapper .target-software-boxes:before {
     content: "";
     position: absolute;
     left: -23%;
     top: 4%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .2) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate;
     -webkit-animation-delay: 1s;
     animation-delay: 1s
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-software-boxes:before {
         width: 500px;
         height: 440px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes:before {
         top: -5%
     }
 }
 
 .main-wrapper .target-software-boxes:after {
     content: "";
     position: absolute;
     right: 11%;
     bottom: -12%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .15) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-software-boxes:after {
         width: 500px;
         height: 440px;
         bottom: -4%
     }
 }
 
 .main-wrapper .target-software-boxes__video-text {
     margin-bottom: 38px
 }
 
 .main-wrapper .target-software-boxes__video-text .subtitle {
     margin-bottom: 21px
 }
 
 .main-wrapper .target-software-boxes__video-text h2,
 .main-wrapper .target-software-boxes__video-text .h2 {
     max-width: 600px;
     margin-bottom: 22px
 }
 
 .main-wrapper .target-software-boxes__video-text p {
     max-width: 693px
 }
 
 .main-wrapper .target-software-boxes__video-text .counters {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     max-width: 675px;
     gap: 15px;
     margin-top: 68px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .target-software-boxes__video-text .counters {
         grid-template-columns: 100%
     }
 }
 
 .main-wrapper .target-software-boxes__video-text .counters .counter-item {
     position: relative;
     background: #fff;
     border-radius: 12px;
     padding: 0 10px 4px;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
     text-align: center
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .target-software-boxes__video-text .counters .counter-item {
         margin-bottom: 20px
     }
 }
 
 .main-wrapper .target-software-boxes__video-text .counters .counter-item .icon {
     position: relative;
     top: -22px
 }
 
 .main-wrapper .target-software-boxes__video-text .counters .counter-item .logo {
     position: absolute;
     right: 13px;
     top: 17px
 }
 
 .main-wrapper .target-software-boxes__video-text .counters .counter-item .number {
     font-size: 21px;
     line-height: 24px;
     font-weight: 700;
     color: #24272b;
     margin: -15px 0 0
 }
 
 .main-wrapper .target-software-boxes__video-text .counters .counter-item p {
     font-size: 12px;
     line-height: 20px;
     font-weight: 300;
     margin-bottom: 0
 }
 
 .main-wrapper .target-software-boxes__heading {
     padding-top: 78px;
     margin-top: 66px;
     margin-bottom: 57px;
     position: relative;
     text-align: center
 }
 
 .main-wrapper .target-software-boxes__heading:before {
     content: "";
     width: 100%;
     max-width: 1088px;
     height: 1px;
     background: #c3c3c3;
     margin: 0 auto;
     position: absolute;
     top: 0;
     right: 0;
     left: 0
 }
 
 .main-wrapper .target-software-boxes .green-animation {
     position: relative
 }
 
 .main-wrapper .target-software-boxes .green-animation:after {
     content: "";
     position: absolute;
     left: 11%;
     top: -4%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .15) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate;
     -webkit-animation-delay: 1s;
     animation-delay: 1s
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-software-boxes .green-animation:after {
         width: 500px;
         height: 440px;
         top: 35%
     }
 }
 
 .main-wrapper .target-software-boxes__box {
     background: #fff;
     border-radius: 31px;
     box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11);
     width: 83%;
     position: relative;
     overflow: hidden;
     margin-bottom: 33px;
     display: flex
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes__box {
         width: 100%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes__box {
         flex-wrap: wrap
     }
 }
 
 .main-wrapper .target-software-boxes__box--right {
     margin-left: auto
 }
 
 .main-wrapper .target-software-boxes__box--photo-bg p {
     color: #fff
 }
 
 .main-wrapper .target-software-boxes__box--photo-bg-1 {
     position: relative
 }
 
 .main-wrapper .target-software-boxes__box--photo-bg-1:after {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     height: 100%;
     width: 45%;
     background: url(../../themes/ccsg/img/target-software/target-software-boxes-img1-v5.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes__box--photo-bg-1:after {
         width: 100%
     }
 }
 
 .main-wrapper .target-software-boxes__box--photo-bg-1:before {
     content: "";
     height: 100%;
     width: 55%;
     background: #1f2020;
     position: absolute;
     left: 0;
     top: 0
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes__box--photo-bg-1:before {
         width: 100%;
         background: rgba(31, 32, 32, .79);
         z-index: 1
     }
 }
 
 .main-wrapper .target-software-boxes__box--photo-bg-2:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 47%;
     height: 100%;
     background: url(../../themes/ccsg/img/target-software/new-target-caseview-s3-box6-photo.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes__box--photo-bg-2:after {
         width: 100%
     }
 }
 
 .main-wrapper .target-software-boxes__box--photo-bg-2:before {
     content: "";
     height: 100%;
     width: 53%;
     background: #1f2020;
     position: absolute;
     right: 0;
     top: 0
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes__box--photo-bg-2:before {
         width: 100%;
         background: rgba(31, 32, 32, .79);
         z-index: 1
     }
 }
 
 .main-wrapper .target-software-boxes__box .text {
     position: relative;
     z-index: 1;
     padding: 38px 15px 38px 37px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes__box .text {
         width: 100% !important;
         padding: 38px 15px !important
     }
 }
 
 .main-wrapper .target-software-boxes__box .text .counters {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     max-width: 400px;
     gap: 15px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .target-software-boxes__box .text .counters {
         grid-template-columns: 100%
     }
 }
 
 .main-wrapper .target-software-boxes__box .text .counters .counter-item {
     position: relative;
     background: #fff;
     border-radius: 12px;
     padding: 0 10px 4px;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
     text-align: center
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .target-software-boxes__box .text .counters .counter-item {
         margin-bottom: 20px
     }
 }
 
 .main-wrapper .target-software-boxes__box .text .counters .counter-item .icon {
     position: relative;
     top: -22px
 }
 
 .main-wrapper .target-software-boxes__box .text .counters .counter-item .logo {
     position: absolute;
     right: 13px;
     top: 17px
 }
 
 .main-wrapper .target-software-boxes__box .text .counters .counter-item .number {
     font-size: 21px;
     line-height: 24px;
     font-weight: 700;
     color: #24272b;
     margin: -15px 0 0
 }
 
 .main-wrapper .target-software-boxes__box .text .counters .counter-item p {
     font-size: 12px;
     line-height: 20px;
     font-weight: 300;
     margin-bottom: 0;
     font-family: "Roboto", sans-serif
 }
 
 .main-wrapper .target-software-boxes__box .text .icon img {
     margin-bottom: 18px
 }
 
 .main-wrapper .target-software-boxes__box .text p {
     font-family: "Montserrat", sans-serif;
     font-size: 24px;
     line-height: 34px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes__box .text p {
         font-size: 18px;
         line-height: 24px;
         max-width: unset !important
     }
 }
 
 .main-wrapper .target-software-boxes__box .text .checkboxes {
     display: grid;
     grid-template-columns: 55% 45%;
     margin-top: 37px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .target-software-boxes__box .text .checkboxes {
         grid-template-columns: 100% !important
     }
 }
 
 .main-wrapper .target-software-boxes__box .text .checkboxes .checkbox-item {
     display: flex;
     align-items: flex-start;
     margin-bottom: 17px
 }
 
 .main-wrapper .target-software-boxes__box .text .checkboxes .checkbox-item img {
     margin-right: 15px;
     position: relative;
     top: 2px
 }
 
 .main-wrapper .target-software-boxes__box .text .checkboxes .checkbox-item p {
     font-size: 16px;
     line-height: 22px;
     margin-bottom: 0
 }
 
 .main-wrapper .target-software-boxes__box .text .icons {
     margin-top: 24px
 }
 
 .main-wrapper .target-software-boxes__box .text--box1 {
     width: 52%;
     padding: 38px 15px 37px 37px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes__box .text--box1 {
         width: 100%
     }
 }
 
 .main-wrapper .target-software-boxes__box .text--box2 {
     width: 52%;
     padding: 38px 15px 19px 37px
 }
 
 .main-wrapper .target-software-boxes__box .text--box2 .icon img {
     margin-bottom: 24px
 }
 
 .main-wrapper .target-software-boxes__box .text--box2 p {
     max-width: 645px;
     margin-top: -9px
 }
 
 .main-wrapper .target-software-boxes__box .text--box2 .checkboxes {
     grid-template-columns: 57% 43%
 }
 
 .main-wrapper .target-software-boxes__box .text--box2 .checkboxes .checkbox-item {
     margin-bottom: 26px
 }
 
 .main-wrapper .target-software-boxes__box .text--box2 .checkboxes .checkbox-item img {
     top: -4px
 }
 
 .main-wrapper .target-software-boxes__box .text--box3 {
     width: 50%;
     padding: 38px 15px 20px 37px
 }
 
 .main-wrapper .target-software-boxes__box .text--box3 .icon img {
     margin-bottom: 24px
 }
 
 .main-wrapper .target-software-boxes__box .text--box3 p {
     max-width: 596px;
     margin-top: -10px
 }
 
 .main-wrapper .target-software-boxes__box .text--box3 .checkboxes {
     grid-template-columns: 47% 53%
 }
 
 .main-wrapper .target-software-boxes__box .text--box3 .checkboxes .checkbox-item img {
     top: -8px
 }
 
 .main-wrapper .target-software-boxes__box .text--box4 {
     width: 53%;
     margin-left: auto;
     padding: 38px 15px 18px 37px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes__box .text--box4 {
         width: 100%
     }
 }
 
 .main-wrapper .target-software-boxes__box .text--box4 .icon img {
     margin-bottom: 24px
 }
 
 .main-wrapper .target-software-boxes__box .text--box4 p {
     max-width: 637px
 }
 
 .main-wrapper .target-software-boxes__box .text--box4 .checkboxes {
     grid-template-columns: 40% 60%;
     max-width: 634px;
     margin-top: 21px
 }
 
 .main-wrapper .target-software-boxes__box .text--box5 {
     width: 44%;
     margin-left: auto;
     padding: 36px 0 37px 37px
 }
 
 .main-wrapper .target-software-boxes__box .text--box5 .icon img {
     margin-bottom: 31px
 }
 
 .main-wrapper .target-software-boxes__box .text--box5 p {
     max-width: 551px
 }
 
 .main-wrapper .target-software-boxes__box .text--box5 .counters {
     max-width: 449px;
     margin-top: 32px
 }
 
 .main-wrapper .target-software-boxes__box .text--box5 .counters .counter-item .number {
     margin: -43px 0 0
 }
 
 .main-wrapper .target-software-boxes__box .text--box6 {
     width: 53%;
     margin-left: auto;
     padding: 50px 15px 18px 37px
 }
 
 .main-wrapper .target-software-boxes__box .text--box6 .icon img {
     margin-bottom: 28px
 }
 
 .main-wrapper .target-software-boxes__box .text--box6 p {
     max-width: 593px;
     margin-bottom: 32px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes__box .photo {
         text-align: center !important;
         padding: 15px !important;
         width: 100%
     }
 }
 
 .main-wrapper .target-software-boxes__box .photo--half-gray-bg {
     min-width: 48%;
     padding: 68px 47px 31px 0;
     text-align: right;
     position: relative
 }
 
 .main-wrapper .target-software-boxes__box .photo--half-gray-bg:after {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     background: #f2f2f2;
     width: 65%;
     height: 100%
 }
 
 .main-wrapper .target-software-boxes__box .photo--half-gray-bg img {
     position: relative;
     z-index: 1
 }
 
 .main-wrapper .target-software-boxes__box .photo--box3 {
     min-width: 50%;
     padding: 41px 34px 2px 0;
     text-align: right
 }
 
 .main-wrapper .target-software-boxes__box .photo--box5 {
     min-width: 56%;
     padding: 26px 40px 13px 0;
     text-align: right;
     position: relative
 }
 
 .main-wrapper .target-software-boxes__box .photo--box5:after {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     background: #f2f2f2;
     width: 67%;
     height: 100%
 }
 
 .main-wrapper .target-software-boxes__box .photo--box5 img {
     position: relative;
     z-index: 1
 }
 
 .main-wrapper .target-software-boxes__box .photo--hidden-scroll {
     background: #f2f2f2;
     min-width: 49%;
     padding: 35px 27px 32px 30px
 }
 
 .main-wrapper .target-software-boxes__box .photo--hidden-scroll .image-wrapper {
     max-height: 371px;
     overflow-y: scroll;
     text-align: center
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-software-boxes__box .photo--hidden-scroll .image-wrapper {
         max-height: 305px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-software-boxes__box .photo--hidden-scroll .image-wrapper {
         max-height: unset;
         overflow: hidden
     }
 }
 
 .main-wrapper .target-software-boxes__box .photo--hidden-scroll #custom-scrollbar::-webkit-scrollbar-track {
     border-radius: 0;
     border: 1px solid #e6e6e6;
     background-color: #fff
 }
 
 .main-wrapper .target-software-boxes__box .photo--hidden-scroll #custom-scrollbar::-webkit-scrollbar {
     width: 14px;
     background-color: #f5f5f5
 }
 
 .main-wrapper .target-software-boxes__box .photo--hidden-scroll #custom-scrollbar::-webkit-scrollbar-thumb {
     border-radius: 7px;
     background-color: #86878c
 }
 
 .main-wrapper .target-software-boxes__box .photo--box6 {
     min-width: 47%;
     padding: 0 53px 60px 0;
     text-align: right
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY {
     padding: 87px 0 0;
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY {
         padding-bottom: 50px
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY:before,
 .main-wrapper .target-software-boxes--AUTOBAY:after {
     display: none
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__heading {
     margin-top: 0;
     padding-top: 0;
     margin-bottom: 117px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__heading {
         margin-bottom: 60px
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__heading:before {
     display: none
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__heading .subtitle {
     margin-bottom: 23px;
     color: #01a7b8
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__heading h2,
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__heading .h2 {
     margin-bottom: 37px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__heading p {
     max-width: 1308px;
     margin: 0 auto
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box {
     width: 89%;
     margin-bottom: 54px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box {
         width: 100%
     }
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text {
         padding-left: 60px !important
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text {
         padding: 81px 15px 81px 60px !important
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text {
         padding: 50px 15px 50px !important
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text h3,
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text .h3 {
     font-size: 36px;
     line-height: 46px;
     font-weight: 700;
     font-family: "Montserrat", sans-serif
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text h3,
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text .h3 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text p {
     font-size: 20px;
     line-height: 34px;
     font-family: "Roboto", sans-serif
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text .checkboxes {
     display: block;
     margin-top: 31px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text .checkboxes {
         max-width: unset !important
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text .checkboxes .checkbox-item {
     margin-bottom: 13px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text .checkboxes .checkbox-item img {
     top: 6px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text .checkboxes .checkbox-item img {
         top: 2px
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text .checkboxes .checkbox-item p {
     font-size: 20px;
     line-height: 30px;
     font-family: "Roboto", sans-serif
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text .checkboxes .checkbox-item p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text .description {
     margin-top: 26px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box1 {
     padding: 122px 15px 104px 110px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box2 {
     padding: 122px 15px 163px 110px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box2 .description {
     max-width: 464px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box3 {
     padding: 113px 15px 91px 110px;
     margin-left: -129px;
     padding-right: 129px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box3 {
         margin-left: -101px;
         padding-right: 101px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box3 {
         margin-left: -79px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box3 {
         margin-left: unset
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box4 {
     padding: 87px 15px 72px 110px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box4 {
         margin-left: unset
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box4 h3,
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box4 .h3 {
     max-width: 400px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box4 .checkboxes {
     max-width: 517px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box5 {
     padding: 137px 15px 102px 110px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box5 {
         margin-left: unset
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box6 {
     padding: 146px 15px 133px 157px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box6 {
         margin-left: unset
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box6 h3,
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box6 .h3 {
     max-width: 306px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box6 .checkboxes {
     max-width: 470px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box7 {
     padding: 116px 15px 91px 110px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box7 .checkboxes {
     max-width: 412px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box8 {
     padding: 117px 45px 42px 110px;
     width: 52%
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box8 {
         padding: 97px 45px 62px 110px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box8 {
         margin-left: unset
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box8 h3,
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box8 .h3 {
     max-width: 532px;
     margin-bottom: 30px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .text--box8 p {
     max-width: 582px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo {
         width: 100% !important;
         padding: 0 !important
     }
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo img {
         min-width: unset !important;
         margin-right: unset !important
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--dark-bg {
     background: #25282b
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v1 {
     position: absolute;
     bottom: 0;
     right: 0
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v1 {
         max-width: 60%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v1 {
         position: relative;
         max-width: unset;
         padding: 0 !important
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v1 img {
     min-width: 980px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v2 {
     display: flex;
     align-items: flex-end
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v2 {
         width: 40%
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v2 img {
     min-width: 767px;
     margin-right: -17px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v3 {
     min-width: 60%;
     padding: 36px 0 0;
     text-align: right;
     padding-left: 40px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v3 {
         padding: 0;
         display: flex;
         align-items: center
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v3 {
         width: 45%;
         min-width: 50%;
         justify-content: flex-end;
         padding-left: 40px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v3 {
         padding-bottom: 0 !important
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v3 img {
     min-width: 844px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v3 img {
         padding-left: 20px;
         padding-right: 20px;
         padding-top: 40px
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v4 {
     display: flex;
     align-items: flex-end
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v4 {
         width: 40%
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v4 img {
     min-width: 749px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v5 {
     display: flex;
     align-items: flex-end
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v5 {
         width: 55%;
         margin-left: auto
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v5 img {
     min-width: 876px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v6 {
     padding-left: 110px;
     display: flex;
     align-items: flex-end
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v6 {
         padding-left: 40px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v6 {
         width: 40%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v6 {
         order: 2;
         justify-content: center
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v6 img {
     min-width: 595px
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v7 {
     display: block;
     background: url("../../themes/ccsg/img/autobay/ccsg-autobay-s4-img7.jpg");
     background-position: center;
     background-size: cover;
     width: 47%;
     min-height: 100%;
     margin-left: auto
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v7 {
         height: 350px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v7 {
         height: 250px
     }
 }
 
 .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v8 {
     display: flex;
     align-items: center;
     margin-left: auto;
     padding: 25px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v8 {
         width: 40%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--AUTOBAY .target-software-boxes__box .photo--v8 img {
         padding: 25px
     }
 }
 
 .main-wrapper .target-software-boxes--our-approach-new {
     padding: 71px 0 75px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new:before {
     left: -1%;
     top: 44%
 }
 
 .main-wrapper .target-software-boxes--our-approach-new:after {
     right: -2%;
     bottom: 9%
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__heading {
     margin-top: 0;
     padding-top: 0;
     margin-bottom: 95px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__heading:before {
     display: none
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__heading h2,
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__heading .h2 {
     max-width: 640px;
     margin: 0 auto 36px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__heading p {
     margin: 0 auto;
     max-width: 942px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box:after {
         width: 100% !important;
         height: 300px !important;
         top: unset !important;
         bottom: 0 !important
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .photo {
         padding: 0 !important;
         order: 2 !important
     }
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text {
         padding-left: 45px !important;
         padding-right: 45px !important
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text {
         padding-bottom: 340px !important;
         padding-left: 15px !important;
         padding-right: 15px !important
     }
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text h3,
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text .h3 {
     font-family: "Montserrat", sans-serif;
     font-size: 30px;
     line-height: 35px;
     margin-bottom: 4px
 }
 
 @media screen and (max-width:991px) {
 
     .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text h3,
     .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text .h3 {
         margin-bottom: 15px
     }
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text p {
     font-size: 18px;
     line-height: 24px;
     margin-top: 0
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text .icon img {
     margin-bottom: 26px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box1 {
     width: 48%;
     padding: 67px 15px 49px 62px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box1 h3,
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box1 .h3 {
     max-width: 362px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box1 p {
     max-width: 491px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box2 {
     width: 46%;
     padding: 83px 15px 93px 62px;
     margin-left: auto
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box2 p {
     max-width: 491px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box3 {
     width: 48%;
     padding: 67px 15px 95px 62px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box3 h3,
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box3 .h3 {
     max-width: 362px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box3 p {
     max-width: 505px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box4 {
     width: 46%;
     padding: 74px 15px 48px 62px;
     margin-left: auto
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box4 p {
     max-width: 474px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box5 {
     width: 48%;
     padding: 67px 15px 81px 62px;
     margin-left: unset
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box5 h3,
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box5 .h3 {
     max-width: 421px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box5 p {
     max-width: 509px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box6 {
     width: 46%;
     padding: 59px 15px 43px 62px;
     margin-left: auto
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box6 {
         padding-bottom: 43px !important
     }
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box .text--box6 p {
     max-width: 497px
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-bg-1:before {
     display: none
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-bg-1:after {
     background: url("../../themes/ccsg/img/our-approach/ccsg-ourapproach-s1-img1.jpg");
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 52%
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-bg-2:before {
     display: none
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-bg-2:after {
     background: url("../../themes/ccsg/img/our-approach/ccsg-ourapproach-s1-img2.jpg");
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 54%
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-bg-3:after {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     height: 100%;
     background: url("../../themes/ccsg/img/our-approach/ccsg-ourapproach-s1-img3.jpg");
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 52%
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-bg-4:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     background: url("../../themes/ccsg/img/our-approach/ccsg-ourapproach-s1-img4.jpg");
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 54%
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-bg-5:after {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     height: 100%;
     background: url("../../themes/ccsg/img/our-approach/ccsg-ourapproach-s1-img5.jpg");
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 52%
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-6 {
     display: flex;
     align-items: center
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-6:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     background: #f2f2f2;
     width: 54%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-6:after {
         display: none
     }
 }
 
 .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-6 .photo {
     height: 100%;
     display: flex;
     width: 54%;
     align-items: center;
     justify-content: center;
     position: relative;
     z-index: 1;
     cursor: pointer
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .target-software-boxes--our-approach-new .target-software-boxes__box--photo-6 .photo {
         width: 100%;
         padding: 20px !important;
         background: #f2f2f2
     }
 }
 
 .main-wrapper .AUTOBAY-s1__text {
     text-align: center;
     padding-bottom: 38px
 }
 
 .main-wrapper .AUTOBAY-s1__text .subtitle {
     color: #01a7b8;
     margin-bottom: 25px
 }
 
 .main-wrapper .AUTOBAY-s1__graphics {
     padding: 67px 0 90px;
     background: #25282b
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s1__graphics {
         padding: 47px 0 140px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s1__graphics {
         padding: 47px 0
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper {
     display: flex
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper {
         flex-wrap: wrap
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox {
     width: 25%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     height: 100%;
     transition: all .7s ease
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox {
         width: 50%;
         margin-bottom: -70px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox {
         width: 100%;
         margin-bottom: 30px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .image {
     left: -24px;
     top: -9px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .image {
         top: 27px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .image img {
     min-width: 423px
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .image img {
         min-width: 380px
     }
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .image img {
         min-width: 342px;
         max-width: 342px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .image img {
         min-width: 307px;
         max-width: 307px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .image img {
         min-width: 260px;
         max-width: 260px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .text-wrapper {
     padding-left: 90px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .text-wrapper {
         padding-left: 30px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .text-wrapper {
         padding-left: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .text-wrapper {
         padding-left: 50px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v1 .text-wrapper {
         padding-left: 0
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image {
     left: -74px;
     top: 6px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image {
         left: -59px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image {
         left: -40px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image {
         left: -14px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image .i1 {
     position: relative;
     min-width: 269px
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image .i1 {
         min-width: 242px;
         max-width: 242px
     }
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image .i1 {
         min-width: 217px;
         max-width: 217px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image .i1 {
         min-width: 195px;
         max-width: 195px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image .i1 {
         min-width: 165px;
         max-width: 165px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image .i2 {
     position: absolute;
     left: 285px;
     top: 110px;
     min-width: 178px;
     transition: all .7s ease
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image .i2 {
         min-width: 160px;
         max-width: 160px
     }
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image .i2 {
         left: 259px
     }
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image .i2 {
         min-width: 144px;
         max-width: 144px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image .i2 {
         min-width: 129px;
         max-width: 129px;
         left: 205px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .image .i2 {
         min-width: 109px;
         max-width: 109px;
         left: 163px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .text-wrapper {
     padding-left: 25px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .text-wrapper {
         padding-left: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .text-wrapper {
         padding-left: 30px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v2 .text-wrapper {
         padding-left: 0
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .image {
     left: -3px;
     top: 18px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .image {
         left: 22px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .image {
         left: 18px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .image img {
     min-width: 283px
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .image img {
         min-width: 254px;
         max-width: 254px
     }
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .image img {
         min-width: 228px;
         max-width: 228px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .image img {
         min-width: 205px;
         max-width: 205px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .image img {
         min-width: 174px;
         max-width: 174px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .text-wrapper {
     padding-left: 19px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .text-wrapper {
         padding-left: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .text-wrapper {
         padding-left: 50px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v3 .text-wrapper {
         padding-left: 0
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .image {
     left: -117px;
     top: 21px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .image {
         left: -100px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .image {
         left: -77px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .image img {
     min-width: 596px
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .image img {
         min-width: 536px
     }
 }
 
 @media screen and (max-width:1500px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .image img {
         min-width: 482px;
         max-width: 482px
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .image img {
         min-width: 433px;
         max-width: 433px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .image img {
         min-width: 368px;
         max-width: 368px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .text-wrapper {
     padding-left: 39px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .text-wrapper {
         padding-left: 20px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .text-wrapper {
         padding-left: 30px
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--v4 .text-wrapper {
         padding-left: 0
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .image {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 280px;
     width: 100%;
     transition: all .7s ease
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .image {
         height: 250px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .image {
         height: unset
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .text-wrapper {
     position: relative;
     z-index: 1;
     top: -35px;
     display: flex
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .text-wrapper {
         display: flex
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .text-wrapper {
         width: 100%;
         top: unset;
         margin-top: 50px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .text-wrapper .arrow {
     position: relative;
     top: 24px;
     min-width: 35px;
     margin-right: 20px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .text-wrapper .arrow {
         top: 21px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .text-wrapper .arrow .rotated {
     transform: rotate(180deg)
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .text-wrapper .text .num {
     font-size: 62px;
     line-height: 70px;
     font-weight: 700;
     color: #01a7b8;
     font-family: "Montserrat", sans-serif
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .text-wrapper .text .num {
         font-size: 50px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .text-wrapper .text p {
     color: #fff;
     font-size: 23px;
     line-height: 24px;
     font-family: "Montserrat", sans-serif;
     margin-top: 22px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .text-wrapper .text p {
         font-size: 19px
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--animated.cbox--v1 .image {
     transform: scale(.9) translateX(-20px) translateY(-5px)
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--animated.cbox--v1 .image {
         transform: scale(.9) translateX(12px) translateY(-5px)
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--animated.cbox--v2 .image {
     transform: translateX(17px) translateY(-8px)
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--animated.cbox--v2 .image {
         transform: translateX(29px) translateY(-8px)
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--animated.cbox--v2 .image .i2 {
     transform: scale(.9) translateX(-78px) translateY(6px)
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--animated.cbox--v2 .image .i2 {
         transform: scale(.9) translateX(-43px) translateY(6px)
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--animated.cbox--v3 .image {
     transform: scale(.9) translateX(-17px) translateY(-5px)
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--animated.cbox--v3 .image {
         transform: scale(.9) translateX(9px) translateY(-5px)
     }
 }
 
 .main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox--animated.cbox--v4 .image {
     transform: translateX(45px)
 }
 
 .main-wrapper .AUTOBAY-s4 {
     padding: 70px 0 104px;
     background: #25282b;    margin-top: 100px;
 }
 
 .main-wrapper .AUTOBAY-s4__heading {
     text-align: center
 }
 
 .main-wrapper .AUTOBAY-s4__heading .subtitle {
     color: #01a7b8;
     margin-bottom: 19px
 }
 
 .main-wrapper .AUTOBAY-s4__heading h2,
 .main-wrapper .AUTOBAY-s4__heading .h2 {
     max-width: 888px;
     margin: 0 auto 67px;
     color: #fff
 }
 
 .main-wrapper .AUTOBAY-s4__icons {
     display: grid;
     grid-template-columns: repeat(6, minmax(0, 1fr));
     gap: 20px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s4__icons {
         grid-template-columns: repeat(3, 1fr)
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s4__icons {
         grid-template-columns: repeat(2, 1fr)
     }
 }
 
 .main-wrapper .AUTOBAY-s4__icons .icon-item .icon {
     margin-bottom: 25px;
     text-align: center
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s4__icons .icon-item .icon img {
         max-width: 140px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s4__icons .icon-item .icon img {
         max-width: 100px
     }
 }
 
 .main-wrapper .AUTOBAY-s4__icons .icon-item p {
     font-size: 23px;
     line-height: 35px;
     font-weight: 700;
     text-align: center;
     color: #fff;
     font-family: "Montserrat", sans-serif
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s4__icons .icon-item p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .AUTOBAY-s5 {
     position: relative;
     background: #fff
 }
 
 .main-wrapper .AUTOBAY-s5:after {
     content: "";
     position: absolute;
     top: 0;
     right: 0;
     width: 50%;
     height: 100%;
     background: #01a7b8
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5:after {
         display: none
     }
 }
 
 .main-wrapper .AUTOBAY-s5__text {
     padding: 142px 0 242px;
     max-width: 662px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s5__text {
         padding-right: 50px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5__text {
         padding: 101px 0 100px;
         max-width: unset
     }
 }
 
 .main-wrapper .AUTOBAY-s5__text .subtitle {
     color: #01a7b8;
     margin-bottom: 28px
 }
 
 .main-wrapper .AUTOBAY-s5__text h3,
 .main-wrapper .AUTOBAY-s5__text .h3 {
     font-size: 45px;
     line-height: 60px;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 25px
 }
 
 @media screen and (max-width:1400px) {
 
     .main-wrapper .AUTOBAY-s5__text h3,
     .main-wrapper .AUTOBAY-s5__text .h3 {
         font-size: 36px;
         line-height: 46px
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .AUTOBAY-s5__text h3,
     .main-wrapper .AUTOBAY-s5__text .h3 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .AUTOBAY-s5__text h4,
 .main-wrapper .AUTOBAY-s5__text .h4 {
     font-size: 20px;
     line-height: 26px;
     font-weight: 700;
     margin-top: 30px
 }
 
 .main-wrapper .AUTOBAY-s5__text .checkmarks {
     margin-top: 50px
 }
 
 .main-wrapper .AUTOBAY-s5__text .checkmarks .check-item {
     display: flex;
     margin-bottom: 18px;
     max-width: 495px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s5__text .checkmarks .check-item {
         max-width: unset
     }
 }
 
 .main-wrapper .AUTOBAY-s5__text .checkmarks .check-item .icon {
     width: 39px;
     height: 39px;
     background: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex: 0 0 39px;
     margin-right: 24px;
     box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, .3)
 }
 
 .main-wrapper .AUTOBAY-s5__text .checkmarks .check-item .text .title {
     font-size: 21px;
     line-height: 26px;
     color: #24272b;
     margin-top: 7px
 }
 
 .main-wrapper .AUTOBAY-s5__form {
     position: relative;
     z-index: 1;
     align-items: center;
     display: flex;
     height: 100%;
     margin: 0 0 0 20%;
     max-width: 555px;
     top: -20px
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .AUTOBAY-s5__form {
         margin: 0 0 0 17%
     }
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .AUTOBAY-s5__form {
         margin: 0 0 0 15%
     }
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .AUTOBAY-s5__form {
         margin: 0 0 0 12%
     }
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s5__form {
         margin: 0 0 0 8%
     }
 }
 
 @media screen and (max-width:1300px) {
     .main-wrapper .AUTOBAY-s5__form {
         margin: 0 0 0 5%
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5__form {
         padding: 80px 0;
         margin: 0;
         max-width: unset;
         top: unset
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5__form:before {
         content: "";
         position: absolute;
         left: -50vw;
         top: 0;
         background: #01a7b8;
         width: 200vw;
         height: 100%
     }
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 {
     position: relative;
     z-index: 1;
     width: 100%;
     max-width: 700px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 {
         max-width: 100%
     }
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .heading {
     margin-bottom: 55px
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .btn-wrapper {
     margin-top: 35px
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .btn-wrapper--both {
     display: flex;
     justify-content: space-between
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .btn-wrapper--both p {
     width: 100%;
     display: flex;
     justify-content: space-between
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .btn-wrapper--right {
     display: flex;
     align-items: center
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .btn-wrapper--right .info {
     position: absolute;
     right: 0;
     bottom: 131px;
     margin-left: 25px;
     font-size: 15px;
     line-height: 26px;
     font-weight: 300;
     color: #fff;
     opacity: .5
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .btn-wrapper--right .info p {
     font-size: 15px;
     line-height: 26px;
     margin-bottom: 0
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 .btn-wrapper--right .info p {
         font-size: 12px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 .btn-wrapper--right .info {
         bottom: 131px;
         font-size: 12px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 .btn-wrapper--right .info {
         display: none
     }
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .btn-wrapper--right .info p {
     color: #fff
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .btn-wrapper--right .info span {
     font-weight: 700
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .title {
     font-size: 36px;
     line-height: 46px;
     color: #fff;
     font-family: "Montserrat", sans-serif;
     font-weight: 700
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 .title {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .title-below {
     font-size: 28px;
     line-height: 36px;
     color: #fff;
     font-family: "Montserrat", sans-serif;
     font-weight: 300
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 input {
     background: 0 0;
     border: 0;
     border-bottom: 1px solid #fff;
     border-radius: 0;
     color: #fff;
     font-family: "Montserrat", sans-serif;
     font-weight: 300;
     width: 100%
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 input {
         font-size: 16px
     }
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 input::-moz-placeholder {
     color: #fff
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 input:-ms-input-placeholder {
     color: #fff
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 input::placeholder {
     color: #fff
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 input:focus {
     border: 0;
     outline: none;
     box-shadow: none;
     border-bottom: 1px solid #fff
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 input[type=text] {
     font-size: 20px;
     line-height: 45px;
     padding: 10px 0
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 input[type=text] {
         font-size: 16px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 input[type=text] {
         font-size: 16px
     }
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 input[name=your-name] {
     font-size: 30px;
     padding: 10px 112px 10px 0
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 input[name=your-name] {
         font-size: 16px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 input[name=your-name] {
         padding: 10px 0
     }
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 select {
     position: relative;
     border: 1px solid #fff;
     border-radius: 4px;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 14px;
     font-weight: 400;
     width: 100%;
     padding: 10px 8px 9px 10px;
     background-color: #1bb0bf
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-phonetext {
     padding-left: 50px !important
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-radio {
     display: flex;
     flex-direction: column
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-radio .wpcf7-list-item {
     position: relative;
     border: 1px solid #fff;
     border-radius: 4px;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 14px;
     font-weight: 400;
     background: rgba(255, 255, 255, .1);
     margin: 0 0 5px
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-radio .wpcf7-list-item label {
     width: 100%;
     padding: 3px 8px 3px 20px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-radio .wpcf7-list-item label {
         padding: 6px 8px 6px 20px
     }
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-radio .wpcf7-list-item span {
     font-weight: 400
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-radio input[type=radio] {
     position: relative;
     visibility: hidden;
     width: unset
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-radio input[type=radio]+span:before {
     display: block;
     position: absolute;
     content: "";
     border-radius: 50%;
     height: 14px;
     width: 14px;
     top: 12px;
     left: 12px;
     border: 1px solid #fff
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-radio input[type=radio]+span:after {
     display: block;
     position: absolute;
     content: "";
     border-radius: 100%;
     height: 8px;
     width: 8px;
     top: 15px;
     left: 15px;
     visibility: hidden
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-radio input[type=radio]:checked+span:before {
     background: 0 0
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-radio input[type=radio]:checked+span:after {
     background: #fff;
     visibility: visible
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .form-accept .wpcf7-list-item {
     display: flex;
     margin: 0;
     padding: 0;
     display: flex;
     align-items: center
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .form-accept .wpcf7-list-item label {
     display: flex;
     align-items: center
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .form-accept .wpcf7-list-item label .wpcf7-list-item-label {
     font-size: 12px;
     line-height: 18px;
     text-align: left;
     color: #fff;
     font-weight: 400
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .form-accept .wpcf7-list-item label .wpcf7-list-item-label a {
     color: #fff;
     font-weight: 700;
     transition: all .25s ease
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .form-accept .wpcf7-list-item label .wpcf7-list-item-label a:hover {
     opacity: .9
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .form-accept .wpcf7-list-item input[type=checkbox] {
     flex: 0 0 18px;
     margin-right: 14px;
     margin-right: 20px;
     vertical-align: top;
     position: relative;
     width: 18px;
     height: 18px;
     border: 1px solid #fff;
     border-radius: 4px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: 0;
     cursor: pointer;
     transition: background .175s cubic-bezier(.1, .1, .25, 1)
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .form-accept .wpcf7-list-item input[type=checkbox]:before {
     position: absolute;
     content: "";
     display: block;
     top: 2px;
     left: 6px;
     width: 5px;
     height: 10px;
     border-style: solid;
     border-color: #01a7b8;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
     opacity: 0
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .form-accept .wpcf7-list-item input[type=checkbox]:checked {
     color: #fff;
     border-color: #fff;
     background: #fff
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .form-accept .wpcf7-list-item input[type=checkbox]:checked:before {
     opacity: 1
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 input[type=submit] {
     margin-top: 40px;
     display: inline-block;
     background: #fff;
     padding: 19px 30px;
     color: #01a7b8;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 700;
     border: 0;
     width: 236px;
     height: 62px;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     transition: all .25s ease
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 input[type=submit]:hover {
     background: #fff;
     color: #01a7b8
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 input[type=submit]:visited {
     color: #fff;
     border: 0;
     outline: none;
     box-shadow: none
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 input[type=submit]:focus {
     color: #01a7b8
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 button {
     display: inline-block;
     background: 0 0;
     border: 2px solid #fff;
     padding: 8px 10px 7px;
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     font-weight: 700;
     width: 236px;
     height: 62px;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     transition: all .25s ease
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .AUTOBAY-s5__form .wpcf7 button {
         width: 150px
     }
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 button:hover {
     background: #fff;
     color: #01a7b8
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 button:visited {
     color: #fff;
     border: 0;
     outline: none;
     box-shadow: none
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 button:focus {
     color: #01a7b8
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 button.filled {
     background: #fff;
     color: #01a7b8
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 button.filled:hover {
     background: rgba(255, 255, 255, .9);
     border-color: rgba(255, 255, 255, .9)
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 button.filled:visited {
     color: #01a7b8
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 button.filled:focus {
     color: #01a7b8
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-response-output {
     color: #fff;
     margin: 20px 0 0;
     font-size: 15px;
     border-color: #fff !important
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .error-message {
     color: #fff !important;
     margin-bottom: 10px;
     padding: .2em 1em;
     font-size: 15px;
     border: 2px solid #fff
 }
 
 .main-wrapper .AUTOBAY-s5__form .wpcf7 .wpcf7-not-valid-tip {
     color: #fff;
     font-size: 15px
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new:after {
     background: #009941
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__text {
     padding: 166px 0 160px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__text {
         padding-right: 50px
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__text {
         padding: 101px 0 100px
     }
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__text h3,
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__text .h3 {
     font-size: 36px;
     line-height: 46px;
     max-width: 600px;
     margin-bottom: 17px
 }
 
 @media screen and (max-width:1200px) {
 
     .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__text h3,
     .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__text .h3 {
         max-width: unset
     }
 }
 
 @media screen and (max-width:768px) {
 
     .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__text h3,
     .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__text .h3 {
         font-size: 30px;
         line-height: 36px
     }
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__text p {
     max-width: 631px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__text p {
         max-width: unset
     }
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form {
     top: -40px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form {
         top: unset
     }
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form:before {
         background: #009941
     }
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form select {
     background-color: #1aa354
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form .wpcf7 button:hover {
     color: #009941
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form .wpcf7 button:focus {
     color: #009941
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form .wpcf7 button.filled {
     background: #fff;
     color: #009941
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form .wpcf7 button.filled:hover {
     background: rgba(255, 255, 255, .9);
     border-color: rgba(255, 255, 255, .9)
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form .wpcf7 button.filled:visited {
     color: #009941
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form .wpcf7 button.filled:focus {
     color: #009941
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form .wpcf7 .form-accept .wpcf7-list-item input[type=checkbox]:checked:before {
     border-color: #009941
 }
 
 .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form .wpcf7 input[type=submit] {
     color: #009941
 }
 
 .main-wrapper .AUTOBAY-s2 {
     padding: 73px 0
 }
 
 .main-wrapper .AUTOBAY-s2__text .subtitle {
     color: #01a7b8;
     margin-bottom: 22px
 }
 
 .main-wrapper .AUTOBAY-s2__text h2,
 .main-wrapper .AUTOBAY-s2__text .h2 {
     margin-bottom: 32px
 }
 
 .main-wrapper .AUTOBAY-s2__text p {
     max-width: 648px
 }
 
 .main-wrapper .AUTOBAY-s2__image {
     position: relative;
     left: -27px;
     top: -24px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .AUTOBAY-s2__image {
         left: 60px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s2__image {
         margin-top: 50px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s2__image {
         left: 40px
     }
 }
 
 .main-wrapper .AUTOBAY-s2__image img {
     min-width: 930px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .AUTOBAY-s2__image img {
         min-width: unset
     }
 }
 
 .main-wrapper .AUTOBAY-s3 {
     padding: 40px 0 100px
 }
 
 .main-wrapper .AUTOBAY-s3__graphics {
     display: grid;
     grid-template-columns: repeat(4, minmax(0, 1fr));
     gap: 20px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s3__graphics {
         grid-template-columns: repeat(2, minmax(0, 1fr))
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .AUTOBAY-s3__graphics {
         grid-template-columns: 100%
     }
 }
 
 .main-wrapper .AUTOBAY-s3__graphics .graphic-item {
     position: relative;
     text-align: center
 }
 
 @media screen and (max-width:1800px) {
     .main-wrapper .AUTOBAY-s3__graphics .graphic-item img {
         max-width: 80%
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s3__graphics .graphic-item img {
         max-width: 100%
     }
 }
 
 .main-wrapper .AUTOBAY-s3__graphics .graphic-item:not(:last-child):before {
     content: "";
     position: absolute;
     width: 27px;
     height: 31px;
         background: url(../images/ccsg-autobay-c-arrow.png);
     background-size: 100%;
     background-repeat: no-repeat;
     right: -24px;
     top: 50%;
     top: calc(50% - 15px)
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .AUTOBAY-s3__graphics .graphic-item:not(:last-child):before {
         display: none
     }
 }
 
 .main-wrapper .approach-s2 {
     background: #f2f2f2;
     padding: 67px 0 62px
 }
 
 .main-wrapper .approach-s2__heading {
     text-align: center;
     margin-bottom: 56px
 }
 
 .main-wrapper .approach-s2__heading h2,
 .main-wrapper .approach-s2__heading .h2 {
     max-width: 1021px;
     margin: 0 auto 3px
 }
 
 .main-wrapper .approach-s2__heading p {
     max-width: 900px;
     margin: 0 auto
 }
 
 .main-wrapper .approach-s2__boxes {
     display: grid;
     grid-template-columns: repeat(4, minmax(0, 1fr));
     gap: 30px;
     max-width: 1400px;
     margin: 0 auto
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .approach-s2__boxes {
         grid-template-columns: repeat(2, minmax(0, 1fr))
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .approach-s2__boxes {
         grid-template-columns: 100%
     }
 }
 
 .main-wrapper .approach-s2__boxes .box-item {
     display: flex;
     flex-direction: column;
     align-items: center
 }
 
 .main-wrapper .approach-s2__boxes .box-item .number {
     background: #009941;
     font-size: 36px;
     line-height: 42px;
     font-weight: 700;
     color: #fff;
     font-family: "Montserrat", sans-serif;
     text-align: center;
     border-radius: 14px 14px 0 0;
     width: 121px;
     height: 70px;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .2)
 }
 
 .main-wrapper .approach-s2__boxes .box-item .box {
     position: relative;
     z-index: 1;
     width: 100%
 }
 
 .main-wrapper .approach-s2__boxes .box-item .box .inner-wrapper {
     background: #fff;
     border-radius: 30px;
     text-align: center;
     padding: 43px 25px 15px;
     min-height: 321px;
     box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .2)
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .approach-s2__boxes .box-item .box .inner-wrapper {
         min-height: 339px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .approach-s2__boxes .box-item .box .inner-wrapper {
         min-height: 320px
     }
 }
 
 .main-wrapper .approach-s2__boxes .box-item .box .inner-wrapper .icon {
     height: 130px;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 15px
 }
 
 .main-wrapper .approach-s2__boxes .box-item .box .inner-wrapper p {
     font-size: 26px;
     line-height: 34px;
     font-weight: 700
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .approach-s2__boxes .box-item .box .inner-wrapper p {
         font-size: 22px;
         line-height: 30px
     }
 }
 
 .main-wrapper .as-s1 {
     background: #f2f2f2;
     padding: 84px 0 65px
 }
 
 .main-wrapper .as-s1__text {
     padding-left: 50px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .as-s1__text {
         padding-left: 0
     }
 }
 
 .main-wrapper .as-s1__text h2,
 .main-wrapper .as-s1__text .h2 {
     margin-bottom: 58px
 }
 
 .main-wrapper .as-s1__text p {
     font-size: 24px;
     line-height: 40px;
     max-width: 673px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .as-s1__text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .as-s1__text p:first-of-type {
     margin-bottom: 38px
 }
 
 .main-wrapper .as-s1__image {
     position: relative;
     right: -15px;
     top: -9px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s1__image {
         right: unset;
         top: unset;
         margin-top: 30px
     }
 }
 
 .main-wrapper .as-s2 {
     padding: 105px 0 83px;
     position: relative
 }
 
 .main-wrapper .as-s2:before {
     content: "";
     position: absolute;
     left: -23%;
     top: -32%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .2) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate;
     -webkit-animation-delay: 1s;
     animation-delay: 1s
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .as-s2:before {
         width: 500px;
         height: 440px
     }
 }
 
 .main-wrapper .as-s2:after {
     content: "";
     position: absolute;
     right: -23%;
     bottom: -32%;
     width: 900px;
     height: 900px;
     background: #009941;
     background: radial-gradient(circle, rgba(0, 153, 65, .15) 0%, rgba(255, 255, 255, 0) 67%);
     z-index: -1;
     -webkit-animation: gradient-move 2.5s infinite alternate;
     animation: gradient-move 2.5s infinite alternate
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .as-s2:after {
         width: 500px;
         height: 440px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s2:after {
         bottom: -23%
     }
 }
 
 .main-wrapper .as-s2__text {
     text-align: center
 }
 
 .main-wrapper .as-s2__text h2,
 .main-wrapper .as-s2__text .h2 {
     margin-bottom: 44px
 }
 
 .main-wrapper .as-s2__text p {
     font-size: 24px;
     line-height: 40px;
     max-width: 1323px;
     margin: 0 auto 30px
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .as-s2__text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .as-s2__text .devices {
     margin-top: 47px;
     margin-bottom: 93px
 }
 
 .main-wrapper .as-s3 {
     padding: 50px 0;
     position: relative
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s3 {
         padding: 0
     }
 }
 
 .main-wrapper .as-s3:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 50%;
     height: 100%;
     background: #fff;
     box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11);
     z-index: 1
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s3:before {
         display: none
     }
 }
 
 .main-wrapper .as-s3:after {
     content: "";
     position: absolute;
     top: 0;
     right: 0;
     width: 50%;
     height: 100%;
     background: #f2f2f2
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s3:after {
         display: none
     }
 }
 
 .main-wrapper .as-s3__icons {
     position: relative;
     z-index: 3;
     padding: 43px 0 40px 45px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .as-s3__icons {
         padding-left: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s3__icons {
         padding-top: 50px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s3__icons:before {
         content: "";
         position: absolute;
         top: 0;
         left: -50vw;
         width: 200vw;
         height: 100%;
         background: #fff;
         box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11);
         z-index: -1
     }
 }
 
 .main-wrapper .as-s3__icons h2,
 .main-wrapper .as-s3__icons .h2 {
     margin-bottom: 58px
 }
 
 .main-wrapper .as-s3__icons .cbox-wrapper {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 33px 60px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .as-s3__icons .cbox-wrapper {
         grid-template-columns: 100%
     }
 }
 
 .main-wrapper .as-s3__icons .cbox-wrapper .cbox-item img {
     margin-bottom: 24px
 }
 
 .main-wrapper .as-s3__icons .cbox-wrapper .cbox-item h4,
 .main-wrapper .as-s3__icons .cbox-wrapper .cbox-item .h4 {
     font-size: 24px;
     line-height: 30px;
     font-weight: 700;
     font-family: "Montserrat", sans-serif;
     margin-bottom: 16px
 }
 
 .main-wrapper .as-s3__icons .cbox-wrapper .cbox-item p {
     font-family: "Montserrat", sans-serif;
     font-size: 18px;
     line-height: 24px;
     max-width: 341px
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .as-s3__icons .cbox-wrapper .cbox-item p {
         max-width: unset !important
     }
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .as-s3__icons .cbox-wrapper .cbox-item p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .as-s3__icons .cbox-wrapper .cbox-item:nth-child(2) p {
     max-width: 272px
 }
 
 .main-wrapper .as-s3__icons .cbox-wrapper .cbox-item:nth-child(3) p {
     max-width: 335px
 }
 
 .main-wrapper .as-s3__icons .cbox-wrapper .cbox-item:nth-child(4) p {
     max-width: 265px
 }
 
 .main-wrapper .as-s3__text {
     position: relative;
     z-index: 3;
     padding: 43px 0 0 81px
 }
 
 @media screen and (max-width:1600px) {
     .main-wrapper .as-s3__text {
         padding-left: 40px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s3__text {
         padding-left: 0
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s3__text:before {
         content: "";
         position: absolute;
         top: 0;
         left: -50vw;
         width: 200vw;
         height: 100%;
         background: #f2f2f2;
         z-index: -1
     }
 }
 
 .main-wrapper .as-s3__text h2,
 .main-wrapper .as-s3__text .h2 {
     margin-bottom: 49px
 }
 
 .main-wrapper .as-s3__text p {
     font-size: 24px;
     line-height: 40px;
     max-width: 1323px;
     margin: 0 auto 41px;
     position: relative;
     z-index: 1
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .as-s3__text p {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .as-s3__text .image {
     text-align: right;
     position: relative;
     top: -67px;
     right: 12px;
     margin-bottom: -67px
 }
 
 @media screen and (max-width:1700px) {
     .main-wrapper .as-s3__text .image {
         top: -30px;
         margin-bottom: -30px
     }
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s3__text .image {
         right: unset
     }
 }
 
 .main-wrapper .as-s4 {
     padding: 141px 0 0
 }
 
 .main-wrapper .as-s4 .separator {
     background: #707070;
     width: 100%;
     height: 1px;
     margin-top: 101px
 }
 
 .main-wrapper .as-s4__headline {
     margin-bottom: 77px
 }
 
 .main-wrapper .as-s4__team {
     display: grid;
     grid-template-columns: repeat(4, minmax(0, 1fr));
     gap: 25px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s4__team {
         grid-template-columns: repeat(2, minmax(0, 1fr))
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .as-s4__team {
         grid-template-columns: 100%
     }
 }
 
 .main-wrapper .as-s4__team .team-item .team-item-wrapper {
     position: relative
 }
 
 .main-wrapper .as-s4__team .team-item .team-item-wrapper:before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #019941;
     background: linear-gradient(0deg, rgba(1, 153, 65, .5) 0%, rgba(41, 43, 41, .5) 100%);
     z-index: 1;
     opacity: 0;
     transition: all .25s ease
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .as-s4__team .team-item .team-item-wrapper:before {
         display: none
     }
 }
 
 .main-wrapper .as-s4__team .team-item .team-item-wrapper .text {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     z-index: 2;
     margin-top: -4px;
     opacity: 0;
     transform: translateY(20px);
     transition: all .25s ease;
     padding: 20px;
     text-align: center
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .as-s4__team .team-item .team-item-wrapper .text {
         position: relative;
         transform: translateY(0px);
         opacity: 1;
         margin-top: 10px
     }
 }
 
 .main-wrapper .as-s4__team .team-item .team-item-wrapper .text .name {
     color: #fff;
     font-size: 30px;
     line-height: 36px;
     font-weight: 700;
     margin-bottom: 5px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .as-s4__team .team-item .team-item-wrapper .text .name {
         font-size: 24px;
         line-height: 30px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .as-s4__team .team-item .team-item-wrapper .text .name {
         color: #24272b
     }
 }
 
 .main-wrapper .as-s4__team .team-item .team-item-wrapper .text .position {
     color: #fff;
     font-size: 20px;
     line-height: 26px;
     font-weight: 700
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .as-s4__team .team-item .team-item-wrapper .text .position {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 @media screen and (max-width:600px) {
     .main-wrapper .as-s4__team .team-item .team-item-wrapper .text .position {
         color: #009941
     }
 }
 
 .main-wrapper .as-s4__team .team-item .team-item-wrapper:hover:before {
     opacity: 1
 }
 
 .main-wrapper .as-s4__team .team-item .team-item-wrapper:hover .text {
     transform: translateY(0px);
     opacity: 1
 }
 
 .main-wrapper .as-s4__button {
     margin-top: 43px
 }
 
 .main-wrapper .as-s5 {
     padding: 107px 0 57px;
     position: relative;
     background: #292b2a
 }
 
 .main-wrapper .as-s5__testimonials {
     position: relative;
     overflow: hidden
 }
 
 .main-wrapper .as-s5__testimonials h2,
 .main-wrapper .as-s5__testimonials .h2 {
     color: #fff;
     text-align: center;
     margin-bottom: 157px
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper {
     position: relative
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .quote-icon1 {
     position: absolute;
     top: -61px;
     left: -109px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .as-s5__testimonials .slider-wrapper .quote-icon1 {
         left: 0;
         top: -85px
     }
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .quote-icon2 {
     position: absolute;
     bottom: -64px;
     right: -75px
 }
 
 @media screen and (max-width:1400px) {
     .main-wrapper .as-s5__testimonials .slider-wrapper .quote-icon2 {
         right: 0;
         bottom: -80px
     }
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .testimonials-item {
     max-width: 1060px;
     margin: 0 auto;
     padding-bottom: 50px
 }
 
 @media screen and (max-width:1200px) {
     .main-wrapper .as-s5__testimonials .slider-wrapper .testimonials-item {
         max-width: unset
     }
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .testimonials-item .review {
     position: relative;
     color: #fff;
     font-size: 22px;
     line-height: 38px;
     font-weight: 700;
     text-align: center
 }
 
 @media screen and (max-width:768px) {
     .main-wrapper .as-s5__testimonials .slider-wrapper .testimonials-item .review {
         font-size: 16px;
         line-height: 24px
     }
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .testimonials-item .author {
     text-align: center;
     font-size: 20px;
     line-height: 26px;
     margin-top: 146px
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .testimonials-item .author .name {
     color: #009941;
     font-weight: 800
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .testimonials-item .author .position {
     color: #fff;
     font-weight: 500
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .swiper-button-prev {
     top: 13%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s5__testimonials .slider-wrapper .swiper-button-prev {
         display: none
     }
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .swiper-button-prev:after {
     content: "";
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.425' height='15.761' viewBox='0 0 25.425 15.761'%3E%3Cg id='Group_29203' data-name='Group 29203' transform='translate(1.414 0.707)'%3E%3Cpath id='Path_233' data-name='Path 233' d='M1463.931,2120.767l-7.173,7.173,7.173,7.173' transform='translate(-1456.758 -2120.767)' fill='none' stroke='%23009640' stroke-width='2'/%3E%3Cpath id='Path_234' data-name='Path 234' d='M1449.371,2127.941h24.011' transform='translate(-1449.371 -2120.767)' fill='none' stroke='%23009640' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
     width: 26px;
     height: 16px
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .swiper-button-next {
     top: 13%
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s5__testimonials .slider-wrapper .swiper-button-next {
         display: none
     }
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .swiper-button-next:after {
     content: "";
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.425' height='15.761' viewBox='0 0 25.425 15.761'%3E%3Cg id='Group_29202' data-name='Group 29202' transform='translate(-927.68 -2146.293)'%3E%3Cpath id='Path_233' data-name='Path 233' d='M1456.758,2120.767l7.173,7.173-7.173,7.173' transform='translate(-512.24 26.233)' fill='none' stroke='%23019941' stroke-width='2'/%3E%3Cpath id='Path_234' data-name='Path 234' d='M1473.382,2127.941h-24.011' transform='translate(-521.691 26.233)' fill='none' stroke='%23019941' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
     width: 26px;
     height: 16px
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .swiper-button-disabled {
     opacity: 1
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .swiper-pagination {
     display: none
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s5__testimonials .slider-wrapper .swiper-pagination {
         display: block
     }
 }
 
 .main-wrapper .as-s5__testimonials .slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: #009941
 }
 
 .main-wrapper .as-s6 {
     padding: 112px 0 100px
 }
 
 .main-wrapper .as-s6 .btn-wrapper {
     text-align: center;
     margin-top: 10px
 }
 
 .main-wrapper .as-s6 .btn-wrapper .button {
     width: 230px;
     text-align: center
 }
 
 .main-wrapper .as-s6__blog h2,
 .main-wrapper .as-s6__blog .h2 {
     text-align: center;
     margin-bottom: 75px
 }
 
 .main-wrapper .as-s6__blog .news-wrapper {
     padding: 0 0 50px;
     position: relative
 }
 .main-wrapper .as-s6__blog .news-wrapper .newsSwiper{
    overflow: visible;
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .swiper-button-prev {
     top: 44%;
     background: #fff;
     box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .2);
     width: 44px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s6__blog .news-wrapper .swiper-button-prev {
         display: none
     }
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .swiper-button-prev:after {
     content: "";
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.425' height='15.761' viewBox='0 0 25.425 15.761'%3E%3Cg id='Group_29203' data-name='Group 29203' transform='translate(1.414 0.707)'%3E%3Cpath id='Path_233' data-name='Path 233' d='M1463.931,2120.767l-7.173,7.173,7.173,7.173' transform='translate(-1456.758 -2120.767)' fill='none' stroke='%23009640' stroke-width='2'/%3E%3Cpath id='Path_234' data-name='Path 234' d='M1449.371,2127.941h24.011' transform='translate(-1449.371 -2120.767)' fill='none' stroke='%23009640' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
     width: 26px;
     height: 16px
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .swiper-button-next {
     top: 44%;
     background: #fff;
     box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .2);
     width: 44px
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s6__blog .news-wrapper .swiper-button-next {
         display: none
     }
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .swiper-button-next:after {
     content: "";
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.425' height='15.761' viewBox='0 0 25.425 15.761'%3E%3Cg id='Group_29202' data-name='Group 29202' transform='translate(-927.68 -2146.293)'%3E%3Cpath id='Path_233' data-name='Path 233' d='M1456.758,2120.767l7.173,7.173-7.173,7.173' transform='translate(-512.24 26.233)' fill='none' stroke='%23019941' stroke-width='2'/%3E%3Cpath id='Path_234' data-name='Path 234' d='M1473.382,2127.941h-24.011' transform='translate(-521.691 26.233)' fill='none' stroke='%23019941' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
     width: 26px;
     height: 16px
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .swiper-pagination {
     display: none
 }
 
 @media screen and (max-width:991px) {
     .main-wrapper .as-s6__blog .news-wrapper .swiper-pagination {
         display: block
     }
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: #009941
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .swiper-slide {
     opacity: .4;
     transition: all .25s ease
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .swiper-slide.swiper-slide-active {
     opacity: 1
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item {
     border-radius: 25px;
     overflow: hidden;
     box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .2);
     background: #fff
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .photo {
     position: relative
 }
 .main-wrapper .as-s6__blog .news-wrapper .news-item .photo img{width: 100%;}
 .main-wrapper .as-s6__blog .news-wrapper .news-item .photo .category {
     z-index: 1;
     position: absolute;
     left: 0;
     top: 43px;
     display: block
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .photo .category span {
     background: #009941;
     font-size: 16px;
     line-height: 26px;
     font-weight: 700;
     color: #fff;
     padding: 7px 16px 7px 36px;
     transition: all .25s ease;
     opacity: 1
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .photo .category .category-case-studies {
     background: #e94a60
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .photo .category .category-company-updates {
     background: #009941
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .photo .category .category-events {
     background: #d8dd4a
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .photo .category .category-general-news {
     background: #e4e1e6
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .photo .category .category-product-updates {
     background: #12509f
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .text {
     padding: 13px 36px 20px
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .text .title {
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     display: -webkit-box;
     overflow: hidden;
     font-size: 24px;
     line-height: 32px;
     font-weight: 700;
     margin-bottom: 10px
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .text .title a {
     transition: all .25s ease
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .text .title:hover a {
     color: #009941
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .text .link {
     color: #009941;
     font-weight: 700;
     font-size: 16px;
     line-height: 26px
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .text .link img {
     margin-left: 7px;
     transition: all .25s ease;
     transform: translateX(0)
 }
 
 .main-wrapper .as-s6__blog .news-wrapper .news-item .text .link:hover img {
     transform: translateX(10px)
 }
 
 #map {
     width: 100%;
     height: 440px
 }
 
 .sliderscroll {
     position: fixed;
     width: 100%;
     height: 100vh;
     top: 0;
     left: 0;
     z-index: 1;
     display: none
 }
 
 .sliderscroll-2 {
     position: fixed;
     width: 100%;
     height: 100vh;
     top: 0;
     left: 0;
     z-index: 1;
     display: none
 }
 
 .sliderscroll-3 {
     position: fixed;
     width: 100%;
     height: 100vh;
     top: 0;
     left: 0;
     z-index: 1;
     display: none
 }
 
 .custom-list-hl {
     background: #f8f7f7;
     border-radius: 15px;
     padding: 27px 55px 12px;
     margin: 35px 0
 }
 
 @media screen and (max-width:500px) {
     .custom-list-hl {
         padding: 27px 20px 12px
     }
 }
 
 .custom-list-hl__title {
     font-size: 16px;
     line-height: 24px;
     font-weight: 700;
     text-transform: uppercase;
     color: #009941;
     margin-bottom: 30px
 }
 
 .custom-list-hl__item {
     display: flex;
     align-items: center;
     margin-bottom: 30px
 }
 
 .custom-list-hl__item .icon {
     flex: 0 0 29px;
     width: 29px;
     height: 29px;
     border-radius: 50%;
     background: #009941;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 15px;
     box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, .4)
 }
 
 .custom-list-hl__item p {
     margin-bottom: 0 !important
 }
 
 .team-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, .2);
     z-index: 1;
     visibility: hidden;
     opacity: 0
 }
 
 .team-overlay.team-animated {
     visibility: visible;
     opacity: 1
 }
 
 #cookie-law-info-bar {
     top: auto !important;
     bottom: 20px;
     left: auto !important;
     right: 20px;
     width: 535px
 }
 
 @media screen and (max-width:768px) {
     #cookie-law-info-bar {
         bottom: 0;
         right: 0;
         max-width: 100% !important;
         width: 100% !important
     }
 }
 
 #cookie-law-info-bar .cli-bar-message {
     font-size: 16px;
     line-height: 24px;
     font-weight: 700;
     color: #86878c;
     margin-bottom: 20px
 }
 
 #cookie-law-info-bar .cli-bar-message a {
     color: #009941;
     transition: all .25s ease
 }
 
 #cookie-law-info-bar .cli-bar-message a:hover {
     color: #24272b
 }
 
 #cookie-law-info-bar #wt-cli-accept-all-btn {
     width: 155px;
     height: 56px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 12px;
     line-height: 26px;
     font-weight: 700;
     margin-right: 11px !important;
     background: #009941 !important;
     -webkit-animation: btn-color-out .25s ease-in;
     animation: btn-color-out .25s ease-in
 }
 
 #cookie-law-info-bar #wt-cli-accept-all-btn:hover {
     -webkit-animation: btn-color-in .25s ease-in;
     animation: btn-color-in .25s ease-in;
     background: #43954b !important
 }
 
 #cookie-law-info-bar #cookie_action_close_header_reject {
     width: 155px;
     height: 56px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 12px;
     line-height: 26px;
     font-weight: 700;
     margin-left: 4px !important;
     background: 0 0 !important;
     border: 1px solid #009941 !important;
     color: #009941 !important;
     transition: all .25s ease
 }
 
 #cookie-law-info-bar #cookie_action_close_header_reject:hover {
     background: #009941 !important;
     color: #fff !important
 }
 
 #cookie-law-info-bar .cli-bar-btn_container {
     margin-left: -4px !important
 }
 
 #cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=popup] {
     padding: 32px 35px 25px 25px !important
 }



/* --------------------------------------- */


.nav-wrap.sticky{position: fixed; top: -200px; left: 0; width: 100%; z-index: 9999; background: #fff; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .11); transition: all 0.5s ease;}
.nav-wrap.sticky.stickyScroll{top: 0; transition: all 0.5s ease;} 
.path-home-page .nav-wrap.sticky .navbar-nav .nav-item .nav-link{color: #000;}


 


/* User login */
.tabs-wrapper {margin-top: 50px; ;justify-content: center;}

.tabs-wrapper {justify-content: center;display: flex;}
.tabs-wrapper .nav-tabs {display: flex;flex-direction: row !important;}
.tabs-wrapper .nav-tabs .nav-item {display: inline-block;}
.tabs-wrapper .nav-tabs .nav-item .tab-toggle.dropdown-toggle {display: none;}
.tabs-wrapper .nav-tabs .nav-item a {font-family: "Roboto", sans-serif;font-size: 17px;font-weight: 700;color: #000;}
.tabs-wrapper .nav-tabs .nav-item .is-active {background: #f9f9f9;}

.user-pass,
.user-form,
.user-login-form {background: #f9f9f9;margin: 0 auto 50px auto;max-width: 580px;padding: 20px 30px 60px 30px;}
.region-header .tabs-wrapper {margin-top: 50px; justify-content: center; margin-bottom: -25px;position: relative;
z-index: 1;}

.password-login-reset{margin: 50px auto auto auto;}

.path-clearsight-login .user-login-form {margin: 50px auto auto auto;}

.region-header .tabs-wrapper .tabs{max-width: 581px;width: 100%;}

.messages-list * {color: var(--white);}

.messages-list__wrapper {max-width: 1000px;margin: auto;}
.messages-list__wrapper .messages-list__item .messages__header {margin-block-end: 0;}
.messages__content {font-size: 14px;margin-top: 6px;}
.is-initial.is-password-empty .password-strength__title{height: 0;}

.form-item__description a{font-size: 14px;}    
.is-horizontal .tabs__link {background: var(--lightBg);margin: 0 1px;}

.user-pass .button,
.user-form .button,
.user-login-form .button{padding: 10px 24px; border: none;}

.path-user p{font-size: 14px; }

/* meet the team */

.main-wrapper .p17--meet-the-team .p17__team.index {
    z-index: 1;
}

/* news page */
/*09-07-25 (neha)*/



.field.field--name-field-book-demo.field--type-link.field--label-hidden.field__item.action_button {
    text-align: center;
}
.field.field--name-field-book-demo.field--type-link.field--label-hidden.field__item.action_button a {
    display: inline-block;
    background: #009941;
    padding: 20px 53px 19px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    -webkit-animation: btn-color-out .25s ease-in;
    animation: btn-color-out .25s ease-in;
}

.field.field--name-field-book-demo.field--type-link.field--label-hidden.field__item.action_button a:hover {
    background: #43954b;
    -webkit-animation: btn-color-in .25s ease-in;
    animation: btn-color-in .25s ease-in;
    color: #fff;
}
.main-wrapper .single-blog__content .block-inline-blocknews-image-section {
    margin: 0 0 1rem;
}
.main-wrapper .single-blog__content .post-end .share-wrap .sicons a .icon {
    width: 20px;
    height: 20px;
}
.news-pagination {display: flex;justify-content: center;margin-top: 0;padding-bottom: 70px;margin-bottom: 0;}

.news-pagination .pager__item {
    width: 50px;
    height: 50px;
    background: #e5ece4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #009941;
    margin: 0 10px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    padding:0;
}

li.pager__item.is-active {
    background: #009941;
    color: #fff;
}
.news-pagination .pager__item span {
    font-weight: 500;
}
.news-pagination .pager__item a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
        color: #009941;
}
.path-taxonomy .pagination.news-pagination .pager__item.active a {
    color: #fff;
}

/* .class-target-risk-management-solution-rolled-out-500-stores-central-europe-27-november-2021 .main-wrapper .single-blog__content .post-content p strong {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #009941 !important;
    margin-bottom: 30px;
} */

.class-target-risk-management-solution-rolled-out-500-stores-central-europe-27-november-2021 blockquote.wp-block-quote .align-left.media.media--type-svg-image .img-fluid {
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, .4);
}

.class-target-risk-management-solution-rolled-out-500-stores-central-europe-27-november-2021 .main-wrapper .single-blog__content .post-content .wp-block-quote p {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 34px;
    color: #24272b;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
}

.class-target-risk-management-solution-rolled-out-500-stores-central-europe-27-november-2021 .main-wrapper .single-blog__content .post-content .wp-block-quote .field.field--name-body p strong {
    color: #000!important;
}

.class-target-risk-management-solution-rolled-out-500-stores-central-europe-27-november-2021 .main-wrapper .single-blog__content .post-content .wp-block-quote p strong {
    color: #000 !important;
}


.class-target-risk-management-solution-rolled-out-500-stores-central-europe-27-november-2021 .main-wrapper .single-blog__content .post-content .wp-block-quote .field.field--name-body p:first-child strong {
  text-align: center;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #009941 !important;
    margin-bottom: 30px;
}

.class-target-risk-management-solution-rolled-out-500-stores-central-europe-27-november-2021 .main-wrapper .single-blog__content .post-content .wp-block-quote-is-layout-flow:after {
    display: none;
}
strong.green {
    color: #009a44 !important;
}
.class-target-risk-management-solution-rolled-out-500-stores-central-europe-27-november-2021 .block-inline-blocknews-text {
    background: #f8f7f7;
    border-radius: 15px;
    padding: 27px 55px 12px;
    margin: 35px 0;
}

.class-target-risk-management-solution-rolled-out-500-stores-central-europe-27-november-2021 .block-inline-blocknews-text h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #009941;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Roboto", sans-serif;
}
.hr-tag {
    background-color: #e4e1e6;
    color: #e4e1e6;
    border-top: 2px solid;
    margin-top: 45px;
    margin-bottom: 45px;
}
.class-ccsg-showcases-targets-latest-features-at-retail-risk-leicester-0 .news_text._none .container {
    padding: 0;
}
.class-ccsg-showcases-targets-latest-features-at-retail-risk-leicester-0 .news_text._none .col-lg-9 {
    flex-basis: 66.66%;
}

.class-ccsg-showcases-targets-latest-features-at-retail-risk-leicester-0 .news_text._none .col-lg-3 {
    flex-basis: 33.33%;
}
.class-ccsg-showcases-targets-latest-features-at-retail-risk-leicester-0 .news_text._none .block.block-layout-builder.block-inline-blocknews-image-section img.img_type_left {
    width: 126px;
}
.class-target-version-55-available-now-heres-everything-users-need-know .block.block-layout-builder.block-inline-blocknews-image-section img.img_type_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-bottom: 28px;
}
.img_type_center {
    text-align: center;
    margin: auto;
    display: block;
}
.class-target-v5-6-release-delivers-a-number-of-enhancements-to-the-platform section.pb-0.hmExproreSolutions.section_3 .layout.layout--twocol-section.layout--twocol-section--50-50 {
    align-items: initial !important;
}
.class-target-risk-management-solution-rolled-out-500-stores-central-europe-27-november-2021 .wp-block-spacer,
.class-ccsg-appoints-new-commercial-lead .wp-block-spacer,
.class-meet-the-ccsg-team-adam-dudley .wp-block-spacer,
.class-ccsg-sponsors-leading-retail-risk-conference .wp-block-spacer,
.class-ccsg-presents-retail-risk-leicester-2022 .wp-block-spacer,
.class-meet-ccsg-team-alan-wilson .wp-block-spacer,
.class-ccsg-releases-target-v54 .wp-block-spacer,
.class-new-integration-single-user-sign-and-enhanced-audit-tracking-introduced-target-v58 .wp-block-spacer {
    height: auto !important;
}
.main-wrapper .AUTOBAY-s1__graphics .cbox-wrapper .cbox .text-wrapper .text p span {
    white-space: initial !important;
}
section.hmExproreSolutions.book_a_demo .layout--twocol-section .layout__region.layout__region--second form .form-item-privacy-policy input {
    margin-bottom: 0;
    margin-right: 13px;
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    cursor: pointer;
    padding: 0;
}

.path-search .search-form {
    padding: 60px 12px 5px;
    background: #f8f7f7;
    text-align: center;
    margin: auto;
}

.path-search main>.container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}


.path-search h2 {
    background: #f8f7f7;
    padding: 0 12px 30px;
        text-align: center;
}
.path-search .search-form label {
    margin-bottom: 7px;
}
.path-search .search-form .container-inline div {
    text-align: left;
}
.path-search .search-form #edit-submit {
    height: 38px;
    line-height: 38px;
    padding: 0 42px;
    border: none;
}
.path-taxonomy .pagination.news-pagination .pager__item.active {
    background: #009941;
    color: #fff;
}
.path-taxonomy .news-pagination {
    padding-top: 48px;
    padding-bottom: 16px;
}
.main-wrapper .s1--homev4 .swiper-slide.slide-2 .s1__text .third-banner-title {
    margin-bottom: 0;
}

.main-wrapper .s1--homev4 .swiper-slide.slide-3 .s1__text .third-banner-title {
    margin-bottom: 0;
}
.class-introducing-ccsgs-updated-target-website-bold-new-direction-retail-loss-prevention .main-wrapper .single-blog__content .block-inline-blocknews-image-section {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.class-introducing-ccsgs-updated-target-website-bold-new-direction-retail-loss-prevention .main-wrapper .single-blog__content .block-inline-blocknews-image-section .img_type_left {
    width: 150px;
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}




.class-introducing-ccsgs-updated-target-website-bold-new-direction-retail-loss-prevention .main-wrapper .single-blog__content .block-inline-blocknews-image-section img.img_type_right {
    width: 190px;
}
.block-inline-blockpartners-second-section section.s2-home2 .col-xl-3.col-md-6 .text p {
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0;
        font-weight: 300;
}

.main-wrapper .s2-home2 .col-xl-3:nth-child(4) .s2-home2__feature:after {
    display: none;
}
.class-autobay #scroll-back {
    background: #01a7b8;
}
.class-careers .main-wrapper .alert-dismissible  .news-wrap {
    padding: 8px 0 0;
}
.class-careers .main-wrapper .alert-dismissible .news-wrap .container {
    padding: 0;
}
.class-careers section.book_a_demo .layout.layout--twocol-section {
    align-items: initial;
}
.class-partner-programme .main-wrapper .s2-home2__feature:after {
    top: 32px;
}
.class-partner-programme .main-wrapper .s2-home2 .row > div:nth-child(1) .s2-home2__feature::before {
    content: '';
    display: block;
    width: 1px;
    height: 62px;
    background: #707070;
    position: absolute;
    top: 32px;
    left: 0;
}
.class-partner-programme .main-wrapper .s2-home2 .col-xl-3:nth-child(4) .s2-home2__feature:after{
        content: '';
    display: block;
    width: 1px;
    height: 62px;
    background: #707070;
    position: absolute;
    top: 32px;
    right: -17px;
}
.class-careers .block.block-webform.block-webform-block .js-hide.form-submit {
    display: none;
}
.class-careers .block.block-webform.block-webform-block .form-submit {
    background: #009941!important;
    margin: 13px 0 !important;
    text-decoration: none;
}
section.hmExproreSolutions.book_a_demo .layout--twocol-section .layout__region.layout__region--second form .form-item-privacy-policy .webform-element-description a span.wpcf7-form-control-wrap {
    color: #009941;
    font-weight: 700;
}
section.hmExproreSolutions.book_a_demo .layout--twocol-section .layout__region.layout__region--second form .form-item-privacy-policy .webform-element-description {
    font-size: 12px;
}
section.hmExproreSolutions.book_a_demo .layout--twocol-section .layout__region.layout__region--second form .form-item-privacy-policy .webform-element-description a span.wpcf7-form-control-wrap:hover{
        color: #24272b;
}
#book-a-demo {
  scroll-margin-top: 180px; /* adjust this value as needed */
}
#book-a-demo .alert-dismissible .news-wrap {
    padding: 0;
}

#book-a-demo .alert-dismissible .news-wrap .container {
    max-width: initial;
    padding: 0;
    margin-top: 6px;
}
#book-a-demo .form-item--error-message strong {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
#book-a-demo .webform-submission-form span {
    color: #fff;
}

#book-a-demo label.option {
    color: #fff;
}
#book-a-demo .webform-submission-form .js-form-item-privacy-policy.form-item-privacy-policy .form-checkbox {
    width: 16px;
    background: #fff;
    border: initial;
    color: initial;
}
#book-a-demo .webform-submission-form .js-form-item-privacy-policy.form-item-privacy-policy .form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}
#book-a-demo .webform-submission-form .js-form-type-textfield label.js-form-required.form-required {
    opacity: .5;
}
#book-a-demo .webform-confirmation .webform-confirmation__message {
    color: #fff;
}
#book-a-demo .webform-confirmation a.js-webform-confirmation-back-link-ajax {
    color: #fff;
}
.ui-dialog.ui-corner-all .ui-dialog-titlebar {
    background: transparent;
    border: none;
}

.ui-dialog.ui-corner-all .ui-dialog-titlebar  .ui-dialog-title {
    font-family: "Montserrat", sans-serif;
    color: #24272b;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
}

.ui-dialog.ui-corner-all .desc {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #86878c;
    margin-bottom: 28px;
    padding: 0 30px;
}

.ui-dialog.ui-corner-all p {
    text-align: center;
}

.ui-dialog.ui-corner-all p a.btn-close-modal {
    display: inline-block;
    background: #009941;
    padding: 14px 53px 14px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    -webkit-animation: btn-color-out .25s ease-in;
    animation: btn-color-out .25s ease-in;
    width: 236px;
}
.ui-dialog.ui-corner-all p a.btn-close-modal:hover{
        background: #43954b;
    -webkit-animation: btn-color-in .25s ease-in;
    animation: btn-color-in .25s ease-in;
    color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
    margin: -27px 0 0 0 !important;
    font-size: 28px !important;
}
.class-careers section.hmExproreSolutions.book_a_demo .layout--twocol-section .layout__region.layout__region--second form input{
    margin-bottom: 2px;
}
.form-item--error-message strong {
    font-size: 14px;
}
.form-item--error-message::before{
    width: 16px;
    height: 16px;
}
section.hmExproreSolutions.book_a_demo .layout--twocol-section .layout__region.layout__region--second form .form-item-privacy-policy .form-item--error-message {
    position: absolute;
    margin-top: 60px;
}
.s9--contact #book-a-demo .webform-element-description {
    font-size: 12px;
    text-align: left;
}

section.s9.s9--contact div#book-a-demo .form-item-agreement .form-check-input[type=checkbox] {
    margin-top: 0;
}
section.s9.s9--contact div#book-a-demo .form-item-agreement a {
    color: #009941;
    font-weight: 700;
}
section.s9.s9--contact div#book-a-demo .form-item-agreement a:hover{
        color: #24272b;
}
.main-wrapper .s6-home4 .webform-submission-form .alert-dismissible button.btn-close {
    display: none;
}
.s6-home3__subscribe .form-wrapper .webform-submission-form .alert-dismissible {
    margin-right: 16px;
}
.s6-home3__subscribe .form-wrapper .webform-submission-form .alert-dismissible section.news-wrap {
    padding: 0;
    text-align: left;
}

.s6-home3__subscribe .form-wrapper .webform-submission-form .alert-dismissible section.news-wrap .container {
    max-width: initial;
    margin: initial;
    text-align: left;
    padding: 0;
}
.ui-dialog {
    background: #fff !important;
    z-index: 1260;
    overflow: visible;
    padding: 0px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(204, 204, 204) !important;
    background: rgb(255, 255, 255) !important;
}
.class-autobay .AUTOBAY-s5 .AUTOBAY-s5__form .form-item--error-message {
    display: inline-block;
}
.alert button.btn-close {
    width: 0px!important;
    height: 0px!important;
    background-image: url("../images/ui-icons.png") !important;
    background-position: -95px -127px !important;
    display: inline-block !important;
    border: none !important;
    padding: 10px !important;
}
.alert button.btn-close:hover {
    background-color: transparent !important;
}
.alert-danger .news-wrap{
    padding: 0;
}

.alert-danger .news-wrap .container {
    padding: 0;
}
.class-target-caseview .brochure-modal  .modal-content form .form-item-agreement {
     margin-top: 0 !important;
    position: relative;
}
.class-target-caseview .brochure-modal .modal-dialog .modal-content .js-form-item input.form-tel {
    margin-bottom: 0;
}
.class-target-caseview .brochure-modal .modal-content form .form-item-agreement .form-item--error-message {
    position: absolute;
    bottom: -26px;
}
.class-our-approach .main-wrapper .AUTOBAY-s5--our-approach-new .AUTOBAY-s5__form .js-form-item-privacy-policy .description {
    margin-left: 0;
}
.becomepartner-modal .modal-dialog .modal-content form .js-form-item {
    margin-top: 8px !important;
    flex-wrap: wrap;
    position: relative;
}
.becomepartner-modal .modal-dialog .modal-content form .form-item-agreement {
    margin-top: 8px;
    flex-wrap: wrap;
    position: relative;
}

.becomepartner-modal .modal-dialog .modal-content form .form-item-agreement .form-item--error-message {
    position: absolute;
    bottom: -26px;
}
.becomepartner-modal .modal-dialog .modal-content form input.form-tel {
        margin-bottom: 0 !important;
}
.becomepartner-modal .modal-dialog .modal-content .form-item--error-message strong {
    color: #000;
}
.becomepartner-modal  .modal-dialog .modal-content form fieldset .form-item input {
    margin-bottom: 0px !important;
}
.ui-button .ui-icon {
    background-image: url(../images/ui-icons.png) !important;
    width: 16px !important;
    height: 16px !important;
    background-position: -96px -128px !important;
}
.class-contact-us #book-a-demo .form-item--error-message strong {
    color: #000;
}

.class-contact-us #book-a-demo .form-item {
    position: relative;
}

.class-contact-us #book-a-demo .form input[type=text] {
    margin-bottom: 0;
}
.class-contact-us #book-a-demo  .form-item--error-message {
    position: absolute;
    bottom: -22px;
}
.class-contact-us #book-a-demo .fieldset-wrapper .js-webform-checkboxes {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 10px !important;
}
.class-contact-us #book-a-demo .fieldset-wrapper .js-webform-checkboxes .form-check-input[type=checkbox] {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 20px;
    margin-top: 3px;
    vertical-align: top;
    position: relative;
    width: 22px;
    height: 19px;
    border: 1px solid #707070;
    border-radius: 4px;
    appearance: none;
    outline: 0;
    cursor: pointer;
    padding: 0;
}
.class-our-approach .AUTOBAY-s5__form .js-form-item.form-item.js-form-type-checkbox {
    position: relative;
}

.class-our-approach .AUTOBAY-s5__form .js-form-item.form-item.js-form-type-checkbox .form-item--error-message {
    position: absolute;
    bottom: -25px;
}
.class-contact-us #book-a-demo .webform-confirmation .webform-confirmation__message {
    color: #000;
}
.class-contact-us #book-a-demo .js-form-type-processed-text {
    text-align: left;
}
/*09-07-25 (neha)*/
/* news page */



