/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/style.scss ***!
  \*********************************************************************************************************************************************************************/
@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    General                
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
code,
em,
img,
q,
s,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-weight: inherit;
  touch-action: manipulation;
}

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

img,
svg {
  vertical-align: middle;
  user-select: none !important;
  -webkit-user-drag: none;
}

img {
  max-width: 100%;
  height: auto;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: inherit;
  touch-action: pan-y;
}
a:hover {
  color: inherit;
}
a:focus {
  outline: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  form elements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
button,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  color: inherit;
  background: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  outline: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  touch-action: pan-y;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/*   NOTES! 

     touch-action: manipulation; ~mm~
     Enable panning and pinch zoom gestures, but disable additional non-standard gestures such as double-tap to zoom. Disabling double-tap to zoom removes the need for browsers to delay the generation of click events when the user taps the screen. This is an alias for "pan-x pan-y pinch-zoom" (which, for compatibility, is itself still valid).

  */
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  font-size: 100%;
}
@media (max-width: 1025px) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  overscroll-behavior: none;
  background: white;
  color: var(--blue);
  overflow-x: hidden;
  font-family: "Manrope";
}

section,
footer {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

::selection {
  color: var(--blue);
  background: var(--orange);
}

@media (min-width: 1026px) {
  html {
    font-size: 0.625vw;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.0161290323vw;
  }
}

.trace,
.trace * {
  border: 1px solid darkgray;
}

.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.o-hide {
  overflow: hidden;
}

.b-bottom {
  left: var(--grid-padding);
  bottom: 2% !important;
  top: auto !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Transitions Delay
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.dl-1 {
  transition-delay: 0.1s !important;
}

.dl-2 {
  transition-delay: 0.2s !important;
}

.dl-3 {
  transition-delay: 0.3s !important;
}

.dl-4 {
  transition-delay: 0.4s !important;
}

.dl-5 {
  transition-delay: 0.5s !important;
}

.dl-6 {
  transition-delay: 0.6s !important;
}

.dl-7 {
  transition-delay: 0.7s !important;
}

.dl-8 {
  transition-delay: 0.8s !important;
}

.dl-9 {
  transition-delay: 0.9s !important;
}

.dl-10 {
  transition-delay: 1s !important;
}

.dl-11 {
  transition-delay: 1.1s !important;
}

.dl-12 {
  transition-delay: 1.2s !important;
}

.dl-13 {
  transition-delay: 1.3s !important;
}

.dl-14 {
  transition-delay: 1.4s !important;
}

.dl-15 {
  transition-delay: 1.5s !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    Phone
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 767px) {
  .dl-sm-0 {
    transition-delay: 0s !important;
  }
  .h-sm,
  .h-mob {
    display: none !important;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        Not Phone
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (min-width: 768px) {
  .d-sm {
    display: none !important;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                          Only Tab
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (min-width: 768px) and (max-width: 1025px) {
  .dl-md-0 {
    transition-delay: 0s !important;
  }
  .h-tab {
    display: none !important;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                       Only Desktop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (min-width: 1026px) {
  .h-desktop {
    display: none !important;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                       Not Desktop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 1025px) {
  .d-desktop {
    display: none !important;
  }
  .w-sm-0::after {
    width: 0 !important;
  }
}
.wpml-ls-statics-footer,
.grecaptcha-badge,
.otgs-development-site-front-end {
  display: none;
}

.border-left {
  border-left: 1px solid var(--orange);
}

.bb {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--orange);
}
.bb h2 {
  font-weight: 400;
}

.pointer-event-none {
  pointer-events: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         WatchOut 👀 when not using smooth-scroll lib
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html::-webkit-scrollbar,
body::-webkit-scrollbar,
main::-webkit-scrollbar {
  display: none;
  width: 0;
}

html,
body,
main {
  scrollbar-width: none;
}

main {
  overflow: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    Bootstrap                 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.container {
  width: 100%;
  padding-right: var(--grid-padding);
  padding-left: var(--grid-padding);
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.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) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.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%;
}

.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;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2rem;
}

.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;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          from Tablet  ⬜           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@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%;
  }
  .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;
  }
  .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: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.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;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          Not from  Desktop 🖥️          
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (min-width: 1179px) {
  .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%;
  }
  .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;
  }
  .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: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.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-6,
  .gx-lg-6 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !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-wrap {
  flex-wrap: wrap !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;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !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-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;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Margins All Side         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Margins  left Right        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.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-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-8 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-9 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-10 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Margins Top Bottom    
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.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-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-9 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Margins Top       
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Margins Bottom      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Padding All Side         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.p-10 {
  padding: 8rem !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Padding Left Right      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.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;
}

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-8 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-9 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-10 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Padding Top Bottom   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.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;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-9 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-10 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Padding Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Padding Bottom   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.pb-9 {
  padding-bottom: 7rem !important;
}

.pb-10 {
  padding-bottom: 8rem !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  Widths
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.vw-25 {
  width: 25vw !important;
}

.vw-50 {
  width: 50vw !important;
}

.vw-75 {
  width: 75vw !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Heights
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.h-25 {
  height: 25% !important;
}

.vh-25 {
  height: 25vh !important;
}

.min-vh-25 {
  min-height: 25vh !important;
}

.h-50 {
  height: 50% !important;
}

.vh-50 {
  height: 50vh !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.h-75 {
  height: 75% !important;
}

.vh-75 {
  height: 75vh !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.h-100 {
  height: 100% !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vh-100 {
  height: 100vh !important;
}

.h-auto {
  height: auto !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               from Tablet  ⬜           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !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-wrap {
    flex-wrap: wrap !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;
  }
  .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-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-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;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 Margin Top  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.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-6 {
    margin-top: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mt-md-8 {
    margin-top: 6rem !important;
  }
  .mt-md-9 {
    margin-top: 7rem !important;
  }
  .mt-md-10 {
    margin-top: 8rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 Margin bottom     
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.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-6 {
    margin-bottom: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    Padding     
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .p-md-9 {
    padding: 7rem !important;
  }
  .p-md-10 {
    padding: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Padding Left Right  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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;
  }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Padding Top Bottom  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Padding Top
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .pt-md-9 {
    padding-top: 7rem !important;
  }
  .pt-md-10 {
    padding-top: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Padding Bottom  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7rem !important;
  }
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  Heights
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .h-md-25 {
    height: 25% !important;
  }
  .vh-md-25 {
    height: 25vh !important;
  }
  .min-vh-md-25 {
    min-height: 25vh !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .vh-md-50 {
    height: 50vh !important;
  }
  .min-vh-md-50 {
    min-height: 50vh !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .vh-md-75 {
    height: 75vh !important;
  }
  .min-vh-md-75 {
    min-height: 75vh !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          Not from  Desktop 🖥️          
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (min-width: 1179px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !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-wrap {
    flex-wrap: wrap !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;
  }
  .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-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-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;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.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-6 {
    margin-top: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .mt-lg-9 {
    margin-top: 7rem !important;
  }
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.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-6 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Padding 
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .p-lg-9 {
    padding: 7rem !important;
  }
  .p-lg-10 {
    padding: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Padding Left Right  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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;
  }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Padding Top Bottom 
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Padding Top
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pt-lg-9 {
    padding-top: 7rem !important;
  }
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Padding Bottom  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     Heights
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Margin right      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4rem !important;
}

.me-7 {
  margin-right: 5rem !important;
}

.me-8 {
  margin-right: 6rem !important;
}

.me-9 {
  margin-right: 7rem !important;
}

.me-10 {
  margin-right: 8rem !important;
}

.me-auto {
  margin-right: auto !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Margins Left         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4rem !important;
}

.ms-7 {
  margin-left: 5rem !important;
}

.ms-8 {
  margin-left: 6rem !important;
}

.ms-9 {
  margin-left: 7rem !important;
}

.ms-10 {
  margin-left: 8rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 Margins Offset left         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.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%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Padding Right   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gpe {
  padding-right: var(--grid-padding);
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

.pe-8 {
  padding-right: 6rem !important;
}

.pe-9 {
  padding-right: 7rem !important;
}

.pe-10 {
  padding-right: 8rem !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Padding left
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gps {
  padding-left: var(--grid-padding);
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4rem !important;
}

.ps-7 {
  padding-left: 5rem !important;
}

.ps-8 {
  padding-left: 6rem !important;
}

.ps-9 {
  padding-left: 7rem !important;
}

.ps-10 {
  padding-left: 8rem !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Text align  ⬜           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               from Tablet  ⬜           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (min-width: 768px) {
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.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-6 {
    margin-right: 4rem !important;
  }
  .me-md-7 {
    margin-right: 5rem !important;
  }
  .me-md-8 {
    margin-right: 6rem !important;
  }
  .me-md-9 {
    margin-right: 7rem !important;
  }
  .me-md-10 {
    margin-right: 8rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 Margins Left     
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.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-6 {
    margin-left: 4rem !important;
  }
  .ms-md-7 {
    margin-left: 5rem !important;
  }
  .ms-md-8 {
    margin-left: 6rem !important;
  }
  .ms-md-9 {
    margin-left: 7rem !important;
  }
  .ms-md-10 {
    margin-left: 8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    Offset    
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .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%;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Padding Right    
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .gpe-md {
    padding-right: var(--grid-padding);
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4rem !important;
  }
  .pe-md-7 {
    padding-right: 5rem !important;
  }
  .pe-md-8 {
    padding-right: 6rem !important;
  }
  .pe-md-9 {
    padding-right: 7rem !important;
  }
  .pe-md-10 {
    padding-right: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 Padding left  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .gps-md {
    padding-left: var(--grid-padding);
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4rem !important;
  }
  .ps-md-7 {
    padding-left: 5rem !important;
  }
  .ps-md-8 {
    padding-left: 6rem !important;
  }
  .ps-md-9 {
    padding-left: 7rem !important;
  }
  .ps-md-10 {
    padding-left: 8rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          Not from  Desktop 🖥️          
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (min-width: 1179px) {
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.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-6 {
    margin-right: 4rem !important;
  }
  .me-lg-7 {
    margin-right: 5rem !important;
  }
  .me-lg-8 {
    margin-right: 6rem !important;
  }
  .me-lg-9 {
    margin-right: 7rem !important;
  }
  .me-lg-10 {
    margin-right: 8rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.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-6 {
    margin-left: 4rem !important;
  }
  .ms-lg-7 {
    margin-left: 5rem !important;
  }
  .ms-lg-8 {
    margin-left: 6rem !important;
  }
  .ms-lg-9 {
    margin-left: 7rem !important;
  }
  .ms-lg-10 {
    margin-left: 8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    Offset
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .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%;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Padding right
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .gpe-lg {
    padding-right: var(--grid-padding);
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4rem !important;
  }
  .pe-lg-7 {
    padding-right: 5rem !important;
  }
  .pe-lg-8 {
    padding-right: 6rem !important;
  }
  .pe-lg-9 {
    padding-right: 7rem !important;
  }
  .pe-lg-10 {
    padding-right: 8rem !important;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Padding Ledt
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .gps-lg {
    padding-left: var(--grid-padding);
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4rem !important;
  }
  .ps-lg-7 {
    padding-left: 5rem !important;
  }
  .ps-lg-8 {
    padding-left: 6rem !important;
  }
  .ps-lg-9 {
    padding-left: 7rem !important;
  }
  .ps-lg-10 {
    padding-left: 8rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                   Typography                     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


            Extra Fonts in case we need


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  src: url(../fonts/310f108cc524df0e5ffc.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  src: url(../fonts/08894ccb04665d1a9d53.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: url(../fonts/a9b9e09fe6b69741f316.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 300;
  src: url(../fonts/2bf511c25636c7d7a4ce.ttf) format("truetype");
}
/*

@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url("./font/Manrope-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 700;
  src: url("./font/Manrope-Bold.ttf") format("truetype");
}


@font-face {
  font-family: "Manrope";
  font-weight: 200;
  src: url("./font/Manrope-ExtraLight.ttf") format("truetype");
} 

*/
:root {
  --cb-m1: cubic-bezier(0.23, 1, 0.32, 1);
  --cb-m2: cubic-bezier(0, 0.96, 0.22, 1);
  --cb-m3: cubic-bezier(0.36, 0.07, 0.19, 0.97);
  --cb-m4: cubic-bezier(0.19, 1.51, 0.29, 1);
  --cb-m5: cubic-bezier(0, 0.7, 0.1, 1);
  --orange: #ef8903;
  --blue: #092f57;
  --black: #191919;
  --light: #ececec;
  --grid-padding: 12vw;
  --section-padding: 6rem;
  --section-padding-sm: 5rem;
}

@media (min-width: 768px) and (max-width: 1025px) {
  :root {
    --grid-padding: 5.5vw;
  }
}
@media (max-width: 767px) {
  :root {
    --grid-padding: 4.5vw;
  }
}
.st {
  padding-top: var(--section-padding);
}

.sb {
  padding-bottom: var(--section-padding);
}

.sy {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.st-sm {
  padding-top: var(--section-padding-sm);
}

.sb-sm {
  padding-bottom: var(--section-padding-sm);
}

.sy-sm {
  padding-top: var(--section-padding-sm);
  padding-bottom: var(--section-padding-sm);
}

.text-black {
  color: #000;
}

.text-blue {
  color: var(--blue);
}

.text-orange {
  color: var(--orange);
}

.text-white {
  color: white;
}

.bg-blue {
  background-color: var(--blue);
  color: white;
}

.bg-light {
  background-color: var(--light);
  color: var(--blue);
}

.bg-white {
  background-color: white;
  color: var(--blue);
}

.bg-orange {
  background-color: var(--orange);
  color: white;
}

.bg-white {
  background-color: white;
  color: var(--blue);
}

.bg-black {
  background-color: black;
  color: white;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Basic Typography Setting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.275;
}

strong {
  font-weight: 600;
}

p,
a,
li {
  font-size: clamp(16px, 2rem, 20px);
  font-weight: 400;
  line-height: 1.5;
}
p span,
a span,
li span {
  line-height: inherit;
}

h1,
h1 span {
  font-size: 6.5rem;
}

h2,
h2 span {
  font-size: clamp(45px, 5rem, 66px);
}

h3,
h3 span {
  font-size: 4rem;
}

h4 {
  font-size: 2.8rem;
}

h5 {
  font-size: 2.2rem;
}

a {
  cursor: pointer;
}

.fs-28 {
  font-size: 2.25rem;
}
.fs-28 p {
  font-size: 2.25rem;
  font-weight: 300;
}

.rem-6 {
  font-size: 4rem;
}
.rem-6 h2,
.rem-6 h3,
.rem-6 h4 {
  font-size: 4rem;
  font-weight: 400;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Phone
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 767px) {
  h1,
  h1 span {
    font-size: 5.25rem;
  }
  h2,
  h2 span {
    font-size: 5rem;
  }
  p {
    font-size: clamp(16px, 1.8rem, 18px);
  }
  [lang=es-ES] h1,
  [lang=es-ES] h1 span {
    font-size: 4.5rem;
  }
  [lang=es-ES] h2,
  [lang=es-ES] h2 span {
    font-size: 4.5rem;
  }
}
.fw-bold {
  font-weight: 600 !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    UL LI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gib-li h2 {
  margin-bottom: 2rem;
}
.gib-li li {
  position: relative;
  list-style: none;
  padding: 0;
  margin-left: 4rem;
  margin-bottom: 2rem;
}
.gib-li li::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: -6%;
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}
@media (max-width: 1025px) {
  .gib-li li::after {
    left: -9%;
    top: 13%;
    width: 4.25rem;
    height: 4.25rem;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Header & Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
header {
  position: fixed;
  width: 100%;
  margin-top: 1.75rem;
  z-index: 999;
  transition: transform 0.3s ease;
  transform: translate3d(0, 0, 0);
}
header.down .row {
  background: rgba(97, 97, 97, 0.5);
  backdrop-filter: blur(77px);
}
header .row {
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}
header .row a {
  font-size: 1.6rem;
  font-weight: 300;
  color: white;
  transition: color 0.2s ease;
}
header .row a:hover {
  color: var(--orange);
}
header .row a:hover ~ svg {
  fill: var(--orange) !important;
  stroke: var(--orange);
}
header .row a.linehover-1 {
  margin: 0;
  margin-bottom: -3.55rem;
  padding-bottom: 3rem;
}
header .row a.linehover-1:before {
  bottom: 0.95rem;
  height: 2.5px;
}
header .row a.active.linehover-1:before {
  transform: translateX(0%);
}
header .links {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-logo img {
  max-width: 17rem;
  height: auto;
}

[lang=en-US] .row .links a {
  font-size: 1.7rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Dropdown          
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.hasDropdown,
.download-pdf {
  padding-bottom: 0;
  position: relative;
}
.hasDropdown svg,
.download-pdf svg {
  height: 1.1rem;
  width: 1.1rem;
  margin-left: 1rem;
  margin-top: -1.5rem;
  transform: translateY(0.4rem) rotate(90deg);
  fill: white;
}
.hasDropdown.active > a.linehover-1:before,
.download-pdf.active > a.linehover-1:before {
  transform: translateX(0%);
}
.hasDropdown.lang-switch .dropdown-menu,
.download-pdf.lang-switch .dropdown-menu {
  min-width: 10rem;
}
.hasDropdown .dropdown-menu,
.download-pdf .dropdown-menu {
  pointer-events: all;
  min-width: 20rem;
  list-style: none;
  position: absolute;
  background: var(--orange);
  top: 213%;
  padding: 1rem;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transform: translate3d(0px, 2rem, 0px);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
}
.hasDropdown .dropdown-menu.disappear,
.download-pdf .dropdown-menu.disappear {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hasDropdown .dropdown-menu li,
.download-pdf .dropdown-menu li {
  display: block;
}
.hasDropdown .dropdown-menu li a,
.download-pdf .dropdown-menu li a {
  width: fit-content;
  display: block;
  color: white;
  margin: 0 !important;
  text-transform: none;
}
.hasDropdown .dropdown-menu li a.linehover-1:before,
.download-pdf .dropdown-menu li a.linehover-1:before {
  bottom: 0.95rem;
  height: 1px;
}
.hasDropdown .dropdown-menu li a.linehover-1,
.download-pdf .dropdown-menu li a.linehover-1 {
  padding-bottom: 0.85rem;
}
.hasDropdown .dropdown-menu:after,
.download-pdf .dropdown-menu:after {
  display: block;
  content: "";
  position: absolute;
  top: -1.3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 0.9rem;
  border-color: transparent transparent var(--orange);
}
.hasDropdown:hover ul.dropdown-menu,
.download-pdf:hover ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
}

.download-pdf svg {
  margin-left: 0;
  margin-top: 0;
}
.download-pdf .dropdown-menu {
  min-width: 15rem;
  z-index: 22;
  padding: 2rem;
  padding-bottom: 1rem;
  top: -20rem;
  left: 36rem;
}
@media (max-width: 767px) {
  .download-pdf .dropdown-menu {
    top: 1rem;
    left: 0rem;
  }
}
.download-pdf .dropdown-menu li {
  display: block;
}
.download-pdf .dropdown-menu li a {
  display: block;
  width: 100%;
}
.download-pdf .dropdown-menu:after {
  display: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Socials and search icon        
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.socials svg {
  height: 1.6rem;
  width: 1.6rem;
  fill: #817f83;
  transition: fill 0.2s ease;
}
.socials svg:hover {
  fill: var(--orange);
}

#search svg {
  height: 1.7rem;
  width: 1.7rem;
  margin: 0 0.5rem;
  fill: white;
}

header .hasDropdown {
  padding-right: 2.5rem;
}

[lang=es-ES] header .hasDropdown {
  padding-right: 2rem;
}

.mob-menu {
  position: fixed;
  z-index: 101;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 4rem;
  background: rgba(9, 47, 87, 0.6117647059);
  backdrop-filter: blur(17px);
  pointer-events: none;
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
}
.mob-menu:after, .mob-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
}
.mob-menu:before {
  z-index: 1;
  width: 70vw;
  background: white;
  transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
}
.mob-menu:after {
  z-index: 2;
  width: 100vw;
  background: var(--orange);
  transition: width 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
}
.mob-menu ul {
  padding-top: 8rem;
  list-style-type: none;
  opacity: 0;
  transition: opacity 0.5s ease 0.25s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.492);
}
.mob-menu ul li {
  position: relative;
  margin: 0;
  color: white;
  padding-bottom: 3rem;
}
.mob-menu ul li a {
  font-size: 2.5rem;
}
.mob-menu ul li svg {
  fill: white;
}
.mob-menu .mob-bottom {
  padding-top: 7vh;
}
.mob-menu .mob-bottom .col-12 {
  border-bottom: 4px solid var(--orange);
}
.mob-menu .header-logo {
  padding-top: 2.25rem;
  display: block;
}
.mob-menu .socials {
  display: flex;
  width: 90%;
  justify-content: space-between;
}
.mob-menu .socials svg {
  fill: var(--orange);
  height: 2.5rem;
  width: 2.5rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                   Animation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mob-menu-trigger {
  display: none;
}
.mob-menu-trigger:checked ~ .mob-menu {
  pointer-events: auto;
  transform: translate3d(-100vw, 0, 0);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}
.mob-menu-trigger:checked ~ .mob-menu:before {
  transform: translate3d(-70vw, 0, 0);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}
.mob-menu-trigger:checked ~ .mob-menu:after {
  width: 0;
  transition: width 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}
.mob-menu-trigger:checked ~ .mob-menu > ul {
  opacity: 1;
  transition: opacity 0.8s ease 0.8s;
}
.mob-menu-trigger:checked ~ .menu-close:before {
  transform: rotate(45deg);
  transition: all 0.5s ease;
  top: 45%;
}
.mob-menu-trigger:checked ~ .menu-close span {
  opacity: 0;
}
.mob-menu-trigger:checked ~ .menu-close:after {
  top: 46%;
  left: 23%;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    Close Button
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.menu-close {
  position: fixed;
  top: 2.75rem;
  right: var(--grid-padding);
  width: 5.25rem;
  height: 5.25rem;
  z-index: 999;
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(7px);
  border-radius: 50%;
}
.menu-close:after, .menu-close:before,
.menu-close span {
  content: "";
  position: absolute;
  top: 33%;
  left: 25%;
  display: block;
  height: 1.5px;
  width: 50%;
  background: white;
  transition: all 0.8s ease;
}
.menu-close:after {
  top: 47%;
}
.menu-close span {
  top: 62%;
}

.mob-site-search {
  padding-top: 15rem;
}
.mob-site-search form {
  border-bottom: 1px solid rgba(255, 255, 255, 0.497);
  display: flex;
  align-items: emd;
  padding-bottom: 1rem;
}
.mob-site-search form ::placeholder {
  font-size: 2rem;
  color: white;
  text-indent: 0px;
  padding-left: 0;
  margin-left: -0.5rem;
}
.mob-site-search form input {
  font-size: 2rem;
  width: 100%;
  color: white;
  border: none;
}
.mob-site-search form svg {
  margin-top: 1rem;
  height: 2.25rem;
  width: 2.25rem;
  fill: white;
}

.dropdown-arrow {
  height: 2rem;
  width: 2.35rem;
  fill: var(--blue);
  transform: rotate(90deg);
  position: absolute;
  top: 1rem;
  right: 2%;
}

.mob-sub-menu {
  padding-top: 1.5rem;
  padding-bottom: 1rem !important;
  display: none;
  border-radius: 6px;
  background: rgba(217, 217, 217, 0.1);
  margin-top: 2rem;
  padding: 2.5rem 0;
}
.mob-sub-menu a {
  display: block;
  margin-left: 2rem;
  padding-bottom: 1rem;
  font-size: 2.25rem;
}

.f-sub-menu.active .dropdown-arrow {
  transform: rotate(-90deg);
}

.h-sub-menu.active .dropdown-arrow {
  transform: rotate(-90deg);
}
.h-sub-menu.active .mob-sub-menu {
  display: block;
}

footer {
  background-color: #D9D9D9;
}
footer .credits-line {
  border-top: 1px solid var(--orange);
  margin-top: 2rem;
}
footer .download-pdf-n {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 35px;
}
footer .download-pdf-n span.btn-title {
  font-size: 2.2rem;
}
footer .download-pdf-n:hover span.btn-title {
  color: #092F57;
}
footer .download-pdf-n .corporate-brochure {
  display: flex;
  align-items: center;
}
footer .download-pdf-n ul.d-menu {
  display: flex;
  margin-top: 15px;
}
@media (max-width: 767px) {
  footer .download-pdf-n ul.d-menu {
    flex-wrap: wrap;
  }
}
footer .download-pdf-n ul.d-menu li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  footer .download-pdf-n ul.d-menu li {
    width: 50%;
    margin: 0 0;
  }
}
footer .download-pdf-n ul.d-menu li:first-child {
  margin-left: 0;
}
footer .download-pdf-n ul.d-menu li:last-child {
  margin-right: 0;
}
footer .download-pdf-n ul.d-menu li a {
  color: #092F57;
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  margin-bottom: 0;
}
footer .download-pdf-n ul.d-menu li a svg {
  width: auto;
  height: auto;
  transform: none;
  margin-left: 5px;
}
footer .download-pdf-n ul.d-menu li a::before {
  background-color: var(--orange);
  bottom: 0;
  content: "";
  height: 2px !important;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
footer .download-pdf-n ul.d-menu li a:hover {
  color: #EF8903;
}
footer .download-pdf-n ul.d-menu li a:hover::before {
  transform: scale(1);
  transform-origin: left center;
}
@media (min-width: 1026px) {
  footer .f-line {
    width: 75%;
    height: 1px;
    background-color: var(--orange);
    position: absolute;
    top: 10.5rem;
    width: 68%;
    left: 24%;
  }
  footer p {
    max-width: 41rem;
  }
}
footer h5 {
  position: relative;
  display: block;
  color: var(--black);
  font-weight: 400;
  border-bottom: 1px solid var(--orange);
  padding-bottom: 2rem;
}
footer h5::after {
  width: 20%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0%;
  opacity: 1;
  height: 0.3rem;
  background-color: var(--orange);
}
footer h5.w33::after {
  width: 35%;
}
footer p {
  font-size: 1.7rem;
  color: var(--black);
}
footer .footer-logo {
  display: inline-block;
  margin-bottom: 3rem;
}
footer .footer-logo img {
  max-width: 20rem;
}
footer .footer-info p {
  padding-bottom: 3rem;
  line-height: 1.75;
}
footer ul {
  margin-top: 4.15rem;
  list-style: none;
}
footer ul li,
footer ul li a {
  list-style: none;
  margin-bottom: 1rem;
  color: var(--black);
  font-size: 1.7rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 Credits
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.credits {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.credits img,
.credits svg {
  height: 2rem;
  width: 2rem;
  fill: var(--orange);
  transition: transform 0.2s ease;
}
.credits img:hover,
.credits svg:hover {
  transform: scale(1.1);
}
.credits span {
  color: #505d68;
  font-size: clamp(12px, 1.2rem, 14px);
}
@media (max-width: 767px) {
  .credits span {
    display: block;
    max-width: 67%;
    margin: auto;
  }
}

.social {
  display: inline-flex;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  border: 1px solid var(--orange);
}
.social a img,
.social a svg {
  height: 2rem;
  width: 2rem;
  fill: var(--orange);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          Footer submenu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 767px) {
  footer .f-sub-menu {
    border-bottom: 1px solid var(--orange);
    border-top: 1px solid var(--orange);
    margin-top: 3rem;
  }
  footer .f-sub-menu h5 {
    position: relative;
    padding: 2rem 0;
    border: none;
  }
  footer .f-sub-menu h5::after {
    display: none;
  }
  footer .f-sub-menu:last-child {
    border-top: none;
    margin-top: 0;
  }
  footer .f-sub-menu ul {
    display: none;
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
  footer .f-sub-menu h5 {
    display: flex;
    justify-content: space-between;
  }
  footer .f-sub-menu h5 svg {
    height: 2rem;
    width: 2rem;
    transform: rotate(90deg);
    fill: var(--orange);
  }
  footer .f-sub-menu.active h5 svg {
    transform: rotate(-90deg);
  }
  footer .f-sub-menu.active ul.fw-50 {
    display: flex;
  }
  footer .f-sub-menu.active ul {
    display: block;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Footer Newsletter



           <div class="col-lg-3 newsletter">
            <h5>Subscribe to our newsletter</h5>

            <div class="mt-10">
                <form>
                    <div class="d-flex">
                        <p>
                            <span class="wpcf7-form-control-wrap" data-name="your-email">
                                <input size="40" aria-required="true" aria-invalid="false"
                                    placeholder="Enter your email address" value="" type="email"
                                    name="your-email" /></span>

                            <input class="wpcf7-submit" type="submit" value="Subscribe" /><span
                                class="wpcf7-spinner"></span>
                        </p>
                    </div>
                    <div class="wpcf7-response-output" aria-hidden="true"></div>
                </form>
            </div>
        </div>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

footer .newsletter {
    form {
        ::placeholder {
            font-size: 1.6rem;
            color: #817f83;
        }
        input {
            width: 100%;
            outline: none;
            font-size: 1.5rem;
            border: none;
            border-radius: 4px;
            background-color: white;
            padding: 1.5rem 1rem;
        }

        input[type="submit"] {
            transition: color 0.3s ease;
            cursor: pointer;
            &:hover {
                color: var(--orange);
            }
        }
    }

    p {
        font-size: 1.5rem;
        padding-bottom: 2rem;
        display: flex;
        position: relative;
        justify-content: center;
        flex-direction: column;
    }

    .wpcf7-spinner {
        position: absolute;
        right: 0;
        bottom: -10%;
        top: auto;
        transform: none;
    }
    .wpcf7-not-valid-tip {
        position: absolute;
    }

    .d-flex {
        justify-content: center;
    }

    .wpcf7-submit {
        background: var(--orange);

        background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 35C27.3888 35 35 27.3888 35 18C35 8.61116 27.3888 1 18 1C8.61116 1 1 8.61116 1 18C1 27.3888 8.61116 35 18 35ZM18 36C27.9411 36 36 27.9411 36 18C36 8.05887 27.9411 0 18 0C8.05887 0 0 8.05887 0 18C0 27.9411 8.05887 36 18 36Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.25 13.25H22C22.4142 13.25 22.75 13.5858 22.75 14V20.75C22.75 21.1642 22.4142 21.5 22 21.5C21.5858 21.5 21.25 21.1642 21.25 20.75V15.8107L13.5303 23.5303C13.2374 23.8232 12.7626 23.8232 12.4697 23.5303C12.1768 23.2374 12.1768 22.7626 12.4697 22.4697L20.1893 14.75H15.25C14.8358 14.75 14.5 14.4142 14.5 14C14.5 13.5858 14.8358 13.25 15.25 13.25Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 96% center;
        background-size: 3.15rem;
        border: none;
        margin-top: 2rem;
        text-align: left;
        margin-bottom: 3rem;
        width: 100%;
        color: white;
        border-radius: 4px;
        padding: 1.5rem 1.5rem;
        &:hover {
            color: #fff !important;
        }
    }
}
*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                     Components
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                      Line Hover            
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.linehover-1 {
  overflow: hidden;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  position: relative;
}
.linehover-1::after, .linehover-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.linehover-1::before {
  top: auto;
  bottom: 0;
  height: 2px;
}
.linehover-1.w::before {
  background-color: white;
}
.linehover-1::before {
  background-color: var(--orange);
  transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(-101%);
}
.linehover-1:hover::before {
  transform: translateX(0%);
  transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left center;
}

/*
.rtl {
  .linehover-1 {
      &::before {
          transform: translateX(101%);
      }
      &:hover {
          &::before {
              transform: translateX(0%);
          }
      }
  }
}
*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                      Line Hover            
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.linehover,
footer li a {
  position: relative;
  outline: 0;
  cursor: pointer;
  transition: color 0.1s ease;
}
.linehover::before,
footer li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--orange);
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.linehover:hover,
footer li a:hover {
  color: var(--orange);
}
.linehover:hover::before,
footer li a:hover::before {
  transform-origin: left center;
  transform: scale(1, 1);
}

.btn,
.privacy a {
  cursor: pointer;
  transition: color 0.2s ease;
}
.btn:focus,
.privacy a:focus {
  outline: 0px;
}
.btn:hover,
.privacy a:hover {
  color: var(--orange);
}

.s-btn {
  border-radius: 7rem;
  border: 1px solid var(--black);
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 300;
  padding: 0.5rem 2rem;
  display: inline-block;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.s-btn:hover {
  color: white;
  background-color: var(--black);
}

.btn-arrow {
  border: 1px solid var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
}
.btn-arrow svg {
  transform: rotate(-45deg);
  height: 2.2rem;
  width: 2.2rem;
  fill: var(--blue);
  transition: transform 0.2s ease;
}

.btn-1 {
  display: inline-flex;
  align-items: center;
  font-size: 1.9rem;
  font-weight: 400;
  white-space: nowrap;
}
.btn-1 .btn-title {
  transition: color 0.2s ease !important;
}
.btn-1.white {
  color: white;
}
.btn-1.white span {
  border-color: white;
}
.btn-1.white span svg {
  fill: white;
}
.btn-1.orange {
  color: var(--orange);
}
.btn-1.orange span {
  border-color: var(--orange);
}
.btn-1.orange span svg {
  fill: var(--orange);
}
.btn-1:hover .btn-title {
  color: var(--orange);
}
.btn-1:hover span {
  border-color: var(--orange);
}
.btn-1:hover span svg {
  fill: var(--orange) !important;
  transform: rotate(0deg);
}

.shape-btn {
  width: auto;
  padding: 1.4rem 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg width=\"780\" height=\"120\" viewBox=\"0 0 390 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url%28%23filter0_b_2908_10166%29\"><path d=\"M15.4415 13.6754C18.1638 5.50859 25.8066 0 34.4152 0H355.585C364.193 0 371.836 5.5086 374.559 13.6754L390 60H0L15.4415 13.6754Z\" fill=\"%23EF8903\" fill-opacity=\"1\"/></g><defs><filter id=\"filter0_b_2908_10166\" x=\"-42\" y=\"-42\" width=\"474\" height=\"144\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"21\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2908_10166\"/><feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2908_10166\" result=\"shape\"/></filter></defs></svg>");
}
.shape-btn span {
  transform: translateY(-0.5rem);
}
.shape-btn.white {
  color: white !important;
}
.shape-btn.white span {
  color: white !important;
  border-color: white !important;
}
.shape-btn.white span svg {
  fill: white !important;
}

.join-us-btn {
  position: relative;
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .join-us-btn {
    padding-bottom: 10rem;
  }
}
.join-us-btn .shape-btn {
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.join-us-btn .shape-btn .btn-arrow {
  height: 3rem;
  width: 3rem;
}
.join-us-btn .shape-btn .btn-arrow svg {
  height: 2rem;
  width: 2rem;
}

ul.transition {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  display: flex;
}
ul.transition li {
  list-style: none;
  transform: scaleY(0);
  background: var(--light);
  border-right: 1px solid var(--orange);
  width: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 Appear On Scroll  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.appear {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.appear.entered {
  opacity: 1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                   Appear from bottom  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.appear-y {
  opacity: 0;
  transform-origin: 50% 50%;
  will-change: opacity, transform;
  transform: translate(0px, 30px);
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.appear-y.entered {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.appear-y1 {
  opacity: 0;
  will-change: opacity, transform;
  transform: translate(0px, 60px);
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.appear-y1.entered {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 img Scale grow
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.img {
  opacity: 0;
  transform: scale(0.5);
}
.img.entered {
  opacity: 1;
  transform: scale(1);
  transition: transform 1s ease;
  will-change: transform;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 img scale in
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.img-detect {
  overflow: hidden;
}
.img-detect img {
  transform: scale(1.2, 1.2);
  transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.1s;
}
.img-detect.entered img {
  transform: scale(1, 1);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 For Title <h1..h6> tag
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.appear-title div:first-child span {
  transition-delay: 0.15s;
}
.appear-title div:nth-child(2) span {
  transition-delay: 0.35s;
}
.appear-title div:nth-child(3) span {
  transition-delay: 0.5s;
}
.appear-title div:nth-child(4) span {
  transition-delay: 0.65s;
}
.appear-title div:nth-child(5) span {
  transition-delay: 0.8s;
}
.appear-title div {
  overflow: hidden;
  color: inherit;
  line-height: inherit;
}
.appear-title span {
  display: block;
  color: inherit;
  line-height: 1.2;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
  transform: translate3d(0, 120%, 0);
}
.appear-title.entered span {
  transform: translate3d(0, 0, 0);
}

.line {
  width: 100%;
  height: 1px;
  background-color: var(--orange);
  position: relative;
  margin-top: 1rem;
  transition: width 2s var(--cb-m3);
}
.line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 15%;
  top: -3px;
  opacity: 1;
  height: 4px;
  transition: opacity 0.1s var(--cb-m3);
  transition-delay: 0.8s;
  background-color: var(--orange);
}
.line.left::after {
  right: auto;
  left: 0;
  width: 40%;
}
.line.w10::after {
  width: 10%;
}
.line.w9::after {
  width: 8.25rem;
}
.line.w15::after {
  width: 12rem;
}
.line.w17::after {
  width: 12.5rem;
}
.line.w20::after {
  width: 23%;
}
.line.w25::after {
  width: 24%;
}
.line.w22::after {
  width: 14.5rem;
}
.line.w30::after {
  width: 15.5rem;
}
.line.w29::after {
  width: 29%;
}
.line.w40::after {
  width: 40%;
}
.line.w50::after {
  width: 50%;
}
.line.web50::after {
  width: 48%;
}
.line.web25::after {
  width: 18%;
}
.line.w45::after {
  width: 32.5%;
}
.line.top::after {
  top: 0px;
  bottom: 4px;
}
.line.wd-0::after {
  width: 0 !important;
}

.line.entered {
  width: 100%;
}
.line.entered::after {
  opacity: 1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Appear Title Via JS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1.splitting .lines,
h2.splitting .lines,
h3.splitting .lines,
h4.splitting .lines {
  overflow: hidden;
}
h1.splitting .lines .words,
h2.splitting .lines .words,
h3.splitting .lines .words,
h4.splitting .lines .words {
  display: block;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 105%, 0);
}
h1.splitting .lines:nth-child(1) .words,
h2.splitting .lines:nth-child(1) .words,
h3.splitting .lines:nth-child(1) .words,
h4.splitting .lines:nth-child(1) .words {
  transition-delay: 0s;
}
h1.splitting .lines:nth-child(2) .words,
h2.splitting .lines:nth-child(2) .words,
h3.splitting .lines:nth-child(2) .words,
h4.splitting .lines:nth-child(2) .words {
  transition-delay: 0.2s;
}
h1.splitting .lines:nth-child(3) .words,
h2.splitting .lines:nth-child(3) .words,
h3.splitting .lines:nth-child(3) .words,
h4.splitting .lines:nth-child(3) .words {
  transition-delay: 0.4s;
}
h1.splitting .lines:nth-child(4) .words,
h2.splitting .lines:nth-child(4) .words,
h3.splitting .lines:nth-child(4) .words,
h4.splitting .lines:nth-child(4) .words {
  transition-delay: 0.6s;
}
h1.splitting .lines:nth-child(5) .words,
h2.splitting .lines:nth-child(5) .words,
h3.splitting .lines:nth-child(5) .words,
h4.splitting .lines:nth-child(5) .words {
  transition-delay: 0.8s;
}
h1.splitting .lines:nth-child(6) .words,
h2.splitting .lines:nth-child(6) .words,
h3.splitting .lines:nth-child(6) .words,
h4.splitting .lines:nth-child(6) .words {
  transition-delay: 1s;
}

.entered h1.splitting .lines .words,
.entered h2.splitting .lines .words,
.entered h3.splitting .lines .words,
.entered h4.splitting .lines .words {
  transform: translate3d(0, 0, 0);
}

[data-dpk-call=appearTitle] p,
[data-dpk-call=appearTitle] a,
[data-dpk-call=appearPara] p,
[data-dpk-call=appearPara] a {
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}
[data-dpk-call=appearTitle].entered p,
[data-dpk-call=appearTitle].entered a,
[data-dpk-call=appearPara].entered p,
[data-dpk-call=appearPara].entered a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.3s;
}
[data-dpk-call=appearTitle].entered a,
[data-dpk-call=appearPara].entered a {
  transition-delay: 0.5s;
}

[data-dpk-call=appearPara] h2,
[data-dpk-call=appearPara] h3,
[data-dpk-call=appearPara] h4 {
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  padding-bottom: 2rem;
}
[data-dpk-call=appearPara].entered h2,
[data-dpk-call=appearPara].entered h3,
[data-dpk-call=appearPara].entered h4 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.3s;
}

.rem-6 h2,
.rem-6 h3 {
  padding-bottom: 2rem;
}

.marquee {
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  margin-bottom: 3rem;
}
.marquee .wrapper {
  height: 100%;
  width: 100%;
}
.marquee .inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  will-change: transform;
}
.marquee .inner a,
.marquee .inner span {
  white-space: nowrap;
  font-size: 4rem;
  line-height: 1;
}
.marquee .inner img {
  max-width: 4rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

.marquee-container.entered .inner.right {
  animation: marquee 15s linear infinite alternate;
}
.marquee-container.entered .inner.left {
  animation: marquee 15s linear infinite alternate-reverse;
}
@media (max-width: 767px) {
  .marquee-container.entered .inner.right {
    animation: marqueemob 20s linear infinite alternate;
  }
  .marquee-container.entered .inner.left {
    animation: marqueemob 20s linear infinite alternate-reverse;
  }
}

.marquee-container.exited .inner {
  animation-play-state: paused !important;
}

@keyframes marquee {
  to {
    transform: translate3d(-45%, 0, 0);
  }
}
@keyframes marqueemob {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Search Button on Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.search-form-wrap {
  background-color: rgba(15, 23, 42, 0.9137254902);
  backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.search-form-wrap.active {
  right: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.15s ease;
}
.search-form-wrap.active .search-form input {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s ease 0.5s;
}
.search-form-wrap.active .close-btn {
  opacity: 1;
}
.search-form-wrap.active .search__info {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.search-form-wrap .search-form {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form-wrap .search-form input:focus {
  background: transparent;
}
.search-form-wrap .search-btn {
  border: 2px solid var(--blue);
  padding: 1rem 1.5rem;
  background: transparent;
  color: var(--blue);
  outline: none;
  float: right;
  margin-top: -8rem;
  width: auto;
  max-width: 8rem;
}
.search-form-wrap .search__info {
  display: inline-block;
  text-align: right;
  color: #fff;
  width: 100%;
  opacity: 0;
  transition: opacity 0.25s, transform 0.25s;
  outline: none !important;
  border: none !important;
}
.search-form-wrap .search__info svg {
  height: 3rem;
  width: 3rem;
  margin-bottom: -2rem;
  fill: white;
}
.search-form-wrap .search-input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid var(--orange);
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  outline: none;
  width: 100%;
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.5s ease;
  padding-bottom: 2rem;
  padding-left: 5px;
}
.search-form-wrap .close-btn {
  background: transparent;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  opacity: 0;
  position: absolute;
  right: 9.5vw;
  top: 5rem;
  outline: none;
  border: 0;
  z-index: 10002;
  transition: opacity 0.25s ease;
}
.search-form-wrap .close-btn svg {
  height: 3rem;
  width: 3rem;
}

.search_item {
  padding-bottom: 4rem;
}
.search_item h3, .search_item h2 {
  padding-bottom: 1.75rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                   Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
form input,
form select,
form textarea {
  width: 100%;
  padding: 2% 2%;
  border: 1px solid gray;
  font-size: 1.8rem;
  outline: none;
}
form input[type=checkbox] {
  width: auto;
}
form input[type=submit] {
  cursor: pointer;
  text-indent: 0 !important;
}
form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23765496%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z%27 /%3E%3C/svg%3E");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: 96% center;
  padding-right: 2rem;
}

.filter h5 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding-top: 0.75rem;
}
.filter form select {
  background-color: white !important;
  border: none;
}
.filter .news-date,
.filter .news-date input {
  background-color: white;
  border: none;
  outline: none;
}

#nnf-form form {
  text-align: left;
}
#nnf-form form label {
  color: #fff;
  margin-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: left;
  font-size: 1.6rem;
}
#nnf-form form input,
#nnf-form form textarea {
  border-radius: 0;
  font-size: 1.6rem;
  border: none;
  background-color: white;
  color: var(--blue);
  /* if needed */
  border: 0;
}
#nnf-form form .lp-form-field {
  text-align: left;
}
#nnf-form form input[type=submit] {
  background: #ef8903;
  border-radius: 0;
  border: 0;
  font-size: 1.6rem;
  height: 5rem;
  margin-bottom: 1rem;
  transition: background-color 0.2s ease;
  color: white;
}
#nnf-form form input[type=submit]:hover {
  background-color: var(--blue);
  color: white;
}
#nnf-form .popup-form {
  background: none;
  width: auto;
}

@media (max-width: 767px) {
  .wpcf7-form .row.pb-4 .col-lg-6:not(:last-child) {
    padding-bottom: 1.25rem;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Contact Form Stuff
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wpcf7-form-control-wrap {
  width: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 Messages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wpcf7-response-output {
  font-size: 1.25rem !important;
  width: 96%;
  line-height: 1.1;
  border: none !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem !important;
  padding-top: 1rem;
  bottom: -20% !important;
}

.wpcf7-response-output {
  color: orangered;
}

.sent .wpcf7-response-output {
  color: green;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Submit Button
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.submit-btn {
  position: relative;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Spinner
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup-form .wpcf7-form label {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  display: block;
}
.popup-form .wpcf7-form input,
.popup-form .wpcf7-form textarea {
  padding: 0.75rem;
}
.popup-form .wpcf7-form p,
.popup-form .wpcf7-form a {
  font-size: 1.4rem;
}
.popup-form .wpcf7-form a {
  transition: color 0.2s ease;
}
.popup-form .wpcf7-form a:hover {
  color: var(--orange);
}
.popup-form .wpcf7-form input[type=submit] {
  background-color: var(--orange);
  padding: 1rem 3rem;
  color: white;
  border: none;
  transition: background-color 0.2s ease;
}
.popup-form .wpcf7-form input[type=submit]:hover {
  background-color: var(--blue);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Home Pages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner .row {
  position: relative;
  z-index: 2;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Ship and Leaves
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ship {
  position: fixed;
  z-index: 2;
  top: -60%;
  right: 10%;
}
.ship img {
  max-width: 22rem;
}
@media (max-width: 1025px) {
  .ship {
    position: absolute;
    top: 12rem;
    z-index: 12;
    right: calc(var(--grid-padding) - 1.5vw);
    transform: rotate(180deg);
  }
  .ship img {
    max-width: 14rem;
  }
}

.leaf {
  position: fixed;
  top: -100%;
  right: 10%;
  max-width: 22rem;
  z-index: 3;
}

.m-ship {
  position: fixed;
  z-index: 2;
  bottom: -30%;
  right: 5.4%;
  max-width: 12rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Homepage Hero Section
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.hero-section {
  padding-top: 22rem;
}
.hero-section .border-bottom {
  border-bottom: 0;
}
.hero-section h1,
.hero-section p {
  color: white;
  padding-bottom: 3rem;
  line-height: 1.1 span;
  line-height-color: white;
}
.hero-section h1 b {
  color: #3edbf7 !important;
}
@media (max-width: 1025px) {
  .hero-section h1 {
    font-size: 5.35rem;
    max-width: 55vw;
    padding-top: 5rem;
  }
  .hero-section p {
    display: none;
  }
}

.hero-section-2 {
  position: relative;
  z-index: 15;
  padding-top: 23rem;
  padding-bottom: 50rem;
}
.hero-section-2 h2,
.hero-section-2 p {
  color: white;
  padding-bottom: 3rem;
  max-width: 58rem;
}
.hero-section-2 h2 {
  font-size: 4.1rem;
  max-width: 53rem;
}
@media (max-width: 1025px) {
  .hero-section-2 {
    padding-bottom: 0;
  }
  .hero-section-2 .col-lg-6 {
    padding: 6rem var(--grid-padding);
  }
  .hero-section-2 h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.hero-section-2 .line {
  width: 95%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Fancybox Video
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pin-video {
  position: absolute;
  display: block;
  top: 24rem;
  left: 46%;
  width: 12rem;
}
.pin-video img {
  border-radius: 5px;
}
.pin-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  padding-left: 1px;
  height: 1rem;
  width: 1rem;
  background-color: rgba(217, 217, 217, 0.3411764706);
  border-radius: 50%;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pin-video .play-btn svg {
  height: 0.4rem;
  width: 0.4rem;
  fill: white;
  transition: transform 0.3s ease;
}
.pin-video:hover .play-btn {
  background-color: var(--orange);
}
.pin-video:hover .play-btn svg {
  transform: scale(1.2);
  transform-origin: center center;
  fill: white !important;
}
@media (max-width: 1025px) {
  .pin-video {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 5rem;
  }
  .pin-video .play-btn {
    transform: scale(5);
  }
  .pin-video img {
    border-radius: 1.5rem;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 Float Icon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.float-icon {
  position: fixed;
  top: 80%;
  right: 1%;
  display: flex;
  flex-direction: column;
  z-index: 99;
}
.float-icon a {
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.5);
  backdrop-filter: blur(7px);
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.float-icon a:hover {
  background-color: var(--orange);
}
.float-icon a svg {
  width: 2rem;
  height: 2rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Homepage carrier Section
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.carrier-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 22;
}
.carrier-section h2 {
  line-height: 1.25;
}
.carrier-section .stats img {
  padding-bottom: 3rem;
}
.carrier-section .col-lg-3 {
  visibility: hidden;
  transform: translateX(80%);
}
@media (max-width: 1025px) {
  .carrier-section .stats p {
    padding-bottom: 0.5rem;
    max-width: 80%;
  }
}

.carrier-section .btn-1 {
  white-space: wrap;
}

.i-box {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(31, 31, 31, 0.11);
  backdrop-filter: blur(22px);
  padding: 1rem;
  font-size: 1.8rem;
  display: inline-block;
  color: #f4f4f4;
  position: absolute;
  z-index: 2;
}

.ib-1 {
  top: 2%;
  left: 15%;
}

.ib-2 {
  bottom: 15%;
  left: -5%;
}

.ib-3 {
  bottom: 2%;
  right: 2%;
}

@media (max-width: 1025px) {
  .ib-1 {
    top: 10%;
  }
  .ib-2 {
    left: 3%;
  }
  .ib-3 {
    right: 2%;
  }
}
#cookie-notice .cn-button {
  margin-bottom: 1.5rem !important;
}

@media (max-width: 1025px) {
  .home .line::after {
    right: auto;
    left: 0;
  }
}
.specialities {
  position: relative;
}
.specialities h2,
.specialities p {
  color: white;
}
.specialities p {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.specialities ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.specialities ul li {
  position: relative;
  list-style: none;
  width: 47%;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--orange);
  transition: color 0.2s ease;
  cursor: pointer;
}
.specialities ul li,
.specialities ul li a {
  font-size: 2.6rem;
  line-height: 1.25;
  font-weight: 300;
  color: white;
}
.specialities ul .img-hover {
  position: absolute;
  right: 0;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  top: calc(50% - 7rem);
  height: 14rem;
  width: 14rem;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.4s ease, transform 1.3s var(--cb-m2);
}
.specialities ul .img-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialities ul .img-hover svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 4rem;
  width: 4rem;
  fill: white;
}
@media (max-width: 1025px) {
  .specialities ul .img-hover svg {
    height: 3rem;
    width: 3rem;
  }
}
.specialities ul li:hover {
  color: var(--orange);
}
.specialities ul li:hover .img-hover {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1025px) {
  .specialities ul {
    margin-top: 4rem;
  }
  .specialities ul li {
    margin-left: 0.2rem;
    width: 100%;
  }
  .specialities ul li:first-child {
    padding-top: 1.5rem;
    border-top: 1px solid var(--orange);
  }
  .specialities ul .img-hover {
    transform: scale(1);
    width: 4rem;
    opacity: 1;
  }
  .specialities ul .img-hover img {
    display: none;
  }
  .specialities ul .img-hover svg {
    fill: var(--blue);
  }
}
@media (max-width: 1025px) {
  .specialities {
    padding-top: 5rem;
  }
  .specialities .btn-1 {
    position: absolute;
    bottom: 0;
  }
  .specialities .line:after {
    right: auto;
    left: 0;
    width: 92%;
  }
}

.offices {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1026px) {
  .offices h2 {
    padding-right: 6rem;
  }
}

.accordion1 {
  display: flex;
  position: relative;
  z-index: 22;
}
.accordion1 h4 {
  font-weight: 300;
  font-size: 2.6rem;
}
.accordion1 p {
  font-size: 1.8rem;
}
.accordion1 .column {
  height: 60rem;
  transition: all 0.8s var(--cb-m1);
  width: 17.5%;
  padding: 2.5rem;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid var(--orange);
  position: relative;
}
.accordion1 .column:first-child {
  border-left: 1px solid var(--orange);
}
.accordion1 .column .c-arrow {
  position: absolute;
  right: 5%;
  top: 3rem;
}
.accordion1 .column .c-arrow svg {
  height: 2rem;
  width: 2rem;
  transform: rotate(-90deg);
  fill: var(--orange);
}
.accordion1 .a-location {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.1s ease, transform 0.2s ease;
  transition-delay: 0s;
  text-align: left;
  padding-top: 5rem;
}
.accordion1 .a-location h4 {
  color: var(--orange);
  padding-bottom: 1.25rem;
  font-weight: 500;
}
.accordion1 .a-location div a {
  display: block;
  transition: color 0.2s ease;
  padding-bottom: 0.75rem;
}
.accordion1 .a-location div a svg {
  height: 2rem;
  width: 2rem;
  margin-right: 0.75rem;
}
.accordion1 .a-location div a:hover {
  color: var(--orange);
}
.accordion1 .a-location .btn-1 {
  display: flex;
  align-items: center;
}
.accordion1 .a-location .btn-1 span {
  display: inline-flex;
}
.accordion1 .open {
  width: 30%;
  background: rgba(246, 246, 246, 0.8);
}
.accordion1 .open .a-location {
  pointer-events: all;
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
}
.accordion1 .column:not(.open) {
  width: 17.5%;
}
.accordion1 .column:not(.open) .c-arrow svg {
  transform: rotate(90deg);
}

.n5-section .accordion1 .column {
  background: rgba(3, 12, 27, 0.15);
  height: 8.5rem;
}
@media (min-width: 1026px) {
  .n5-section .accordion1 .column {
    height: 33rem;
  }
}
.n5-section .accordion1 .column.open {
  background: rgba(239, 241, 253, 0.4);
  backdrop-filter: blur(8px);
}
.n5-section .accordion1 .column .a-location {
  padding-top: 2.5rem;
}
.n5-section .accordion1 .column p {
  font-size: 1.7rem;
}
.n5-section .accordion1 .column h4 {
  font-size: 2.2rem;
}
@media (max-width: 1025px) {
  .n5-section .accordion1 .open {
    height: 22rem;
    width: 100%;
  }
}

.n7-section h2,
.n7-section p {
  color: var(--blue);
}
.n7-section h5,
.n7-section h6 {
  font-size: 2.8rem;
  font-weight: 400;
}
.n7-section h6 {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.n7-section .a-location {
  padding-top: 2rem;
}
@media (min-width: 1026px) {
  .n7-section .a-location {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1026px) {
  .n7-section .accordion1 {
    width: calc(100% - 2 * var(--grid-padding));
  }
}
.n7-section .accordion1 .column:last-child {
  border-right: none;
}
.n7-section .column {
  position: relative;
  z-index: 22;
  color: white;
  height: 60rem;
}
@media (min-width: 1026px) {
  .n7-section .column {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    overflow: hidden;
  }
  .n7-section .column .column_inner {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    transition: all 0.4s ease;
    overflow: hidden;
    max-height: inherit;
  }
  .n7-section .column .column_inner .a-location {
    transition: all 0.3s ease;
    max-height: 0;
    opacity: 0 !important;
  }
  .n7-section .column img {
    max-width: 40px;
  }
}
.n7-section .column.open {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3843137255) -10.26%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1026px) {
  .n7-section .column.open {
    width: 25%;
  }
  .n7-section .column.open .column_inner {
    max-height: 65rem;
  }
  .n7-section .column.open .column_inner .a-location {
    max-height: 65rem;
    opacity: 1 !important;
  }
  .n7-section .column.open .a-location {
    padding-top: 3rem;
    max-height: inherit;
  }
}
.n7-section .column p {
  color: white;
  font-size: 1.4rem;
  line-height: 2rem;
}
.n7-section .column:not(.open) {
  width: 25%;
}
@media (min-width: 1026px) {
  .n7-section .column:not(.open) .column_inner {
    transform: translateY(20%);
  }
}
@media (max-width: 1025px) {
  .n7-section .column:not(.open) {
    height: 18rem;
  }
}
.n7-section .accordion1 {
  overflow: hidden;
}
.n7-section .abg {
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0%;
  left: 0%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: transform 1.1s ease;
  transform: scale(1.1);
}
.n7-section .abg.active {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1025px) {
  .n7-section .accordion1 .open {
    height: auto;
  }
  .n7-section .column p {
    font-size: 1.8rem;
    line-height: 1.25;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Accordian Mobile
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 1025px) {
  .accordion1 {
    flex-direction: column;
    padding: 0 !important;
  }
  .accordion1 .a-location {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .accordion1 .column {
    width: 100%;
    height: 8rem;
    border: none;
    border-bottom: 1px solid var(--orange);
  }
  .accordion1 .column:first-child {
    border-left: none;
    border-top: 1px solid var(--orange);
  }
  .accordion1 .open {
    width: 100%;
    height: 52rem;
  }
  .accordion1 .column:not(.open) {
    width: 100%;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Globe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.globe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.globe video {
  width: 86vw;
}

@media (max-width: 1025px) {
  .globe {
    top: 30%;
    right: 18%;
    bottom: auto;
    left: auto;
    height: 80vh;
    width: 100%;
    transform: rotate(-90deg);
  }
  .globe video {
    width: 125vw;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .globe {
    right: 0%;
  }
  .globe video {
    width: 100vw;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        Animation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (min-width: 1026px) {
  .accordion1 .column {
    visibility: hidden;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        Form popup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 768px) {
  .popup-form {
    width: 100% !important;
  }
}
@media only screen and (max-width: 650px) {
  .popup-form {
    padding: 36px 0;
  }
  .popup-form form.mixed-column-form .leftcolumn,
  .popup-form form.mixed-column-form .rightcolumn,
  .popup-form form.mixed-column-form .wrapperContainer div[data-editorblocktype=Field-email],
  .popup-form form.mixed-column-form .wrapperContainer div[data-editorblocktype=Field-phone] {
    width: 100% !important;
  }
}
.mixed-column-form .lp-form-button {
  margin-top: 1rem;
}

/* Header logo  */
.popup-form {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.popup-form h3 {
  margin-bottom: 25px;
  text-align: center;
  text-transform: none;
  color: #092f57;
  font-size: 35px;
}

.popup-form form.mixed-column-form {
  max-width: inherit;
  width: 100%;
  padding: 0;
}

.popup-form form.mixed-column-form .lp-form-header {
  display: none;
}

/* Submit btn  */
.popup-form form.mixed-column-form div[data-editorblocktype=SubmitButtonBlock] p {
  margin-bottom: 0;
}

.popup-form form.mixed-column-form div[data-editorblocktype=SubmitButtonBlock] button.lp-form-button {
  border: 0;
  border-radius: 0;
  font-size: 1.4rem;
  height: 50px;
  margin-top: 0;
  text-transform: none;
  font-weight: normal;
  background: orange;
  color: #fff;
}

/* Form fields  */
.popup-form form.mixed-column-form .wrapperContainer label.lp-label,
.popup-form form.mixed-column-form .wrapperContainer span.lp-required {
  display: none;
}

.popup-form form.mixed-column-form .wrapperContainer.rightcolumn,
.popup-form form.mixed-column-form .wrapperContainer div[data-editorblocktype=Field-phone] {
  float: right;
}

.popup-form form.mixed-column-form .wrapperContainer .marketing-field input.lp-form-fieldInput {
  border-radius: 0;
  padding: 5px;
  margin-bottom: 1.4rem;
  border: 1px solid #808080;
  font-size: 1.4rem;
}

.popup-form form.mixed-column-form .wrapperContainer div[data-editorblocktype=Field-email],
.popup-form form.mixed-column-form .wrapperContainer div[data-editorblocktype=Field-phone] {
  width: 49%;
  display: inline-block;
}

.popup-form form.mixed-column-form button.is-close,
.popup-form button.is-close,
#lubricant-popup button.is-close {
  top: -55px;
}

.mixed-column-form .lp-form-button {
  margin-top: 1rem !important;
}

.mixed-column-form p a:hover {
  color: var(--orange);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Homepage Mission Section
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mission {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 3rem;
}

.mission h2 {
  color: white;
  max-width: 54rem;
  font-weight: 400;
  padding-bottom: 2rem;
}

.mission h2 span {
  color: white;
}

.mission p {
  color: white;
  max-width: 60rem;
}

.mission .stats {
  margin-top: 12rem;
}

.mission .stats h2 {
  font-weight: 300;
  color: white;
}

.mission .stats h2 span {
  font-size: inherit;
  color: white;
}

.mission .stats p {
  max-width: 22rem;
  min-height: 7rem;
  color: white;
}

@media (max-width: 1025px) {
  .mission .stats {
    margin-top: 6rem;
  }
  .mission .stats .col-lg-4 {
    padding-bottom: 6rem;
  }
  .mission .stats .col-lg-4:nth-child(2) h2,
  .mission .stats .col-lg-4:nth-child(2) p,
  .mission .stats .col-lg-4:nth-child(2) .line::after {
    margin-left: 35%;
  }
  .mission .stats .col-lg-4:nth-child(3) {
    padding-bottom: 3rem;
  }
  .mission .stats .col-lg-4:nth-child(3) h2,
  .mission .stats .col-lg-4:nth-child(3) p {
    text-align: right;
    max-width: 100%;
  }
  .mission .stats .col-lg-4:nth-child(3) .line::after {
    left: auto;
    right: 0;
  }
}

.icons > div {
  padding-top: 5rem;
}
.icons > div .icon {
  display: inline-flex;
  flex-direction: column;
  min-width: 11rem;
}
.icons > div img {
  max-width: 3.75rem;
  margin-bottom: 1rem;
}
.icons > div span {
  font-size: 2.8rem;
  color: white;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Inner Pages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 1025px) {
  .py-10 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .pt-10 {
    padding-top: 6.5rem !important;
  }
  .pb-10 {
    padding-bottom: 6.5rem !important;
  }
}
.page-404 {
  min-height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: white;
}
.page-404 h2 {
  font-size: 8rem;
}
.page-404 p {
  font-size: 1.8rem;
}

.bg-cover {
  background-position: center;
  background-size: cover;
}


.inner-banner {
  background-size: 90%;
  background-position: center;
  color: white;
  background-color: var(--blue);
}

.inner-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Ubah nilai 0.5 untuk lebih gelap atau terang */
  z-index: -1;
}

.inner-banner .container {
  min-height: 50rem;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1026px) {
  .inner-banner .container .col-lg-7 {
    width: 65% !important;
  }
}
.inner-banner .container h1 {
  padding-bottom: 1rem;
}
.inner-banner .container .boxed {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(42px);
  max-width: 68rem;
  padding: 2.75rem;
}
.inner-banner .container .boxed h4 {
  font-weight: 400;
  font-size: 2.8rem;
  padding-bottom: 2rem;
}
.inner-banner .container .boxed p {
  color: var(--orange);
}
.inner-banner .container .boxed.news h4 {
  font-size: 3.15rem;
}
.inner-banner .container .boxed.news p {
  color: white;
}
@media (min-width: 1026px) {
  .inner-banner .container .boxed.details {
    width: 75% !important;
  }
}
@media (max-width: 767px) {
  .inner-banner .container {
    min-height: 55rem;
  }
  .inner-banner .container p {
    max-width: 90%;
  }
}

.fw-50 {
  display: flex;
  flex-wrap: wrap;
}
.fw-50 li {
  width: 47% !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    Get In Touch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.get-in-touch {
  position: relative;
}
.get-in-touch h2,
.get-in-touch h3 {
  font-weight: 400;
}
.get-in-touch .g-info {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  z-index: 3;
  color: white;
}
.get-in-touch .g-info p {
  max-width: 60rem;
  padding-top: 2rem;
}
@media (max-width: 1025px) {
  .get-in-touch h2 {
    font-size: 5rem;
    padding-right: 2rem;
  }
  .get-in-touch h3 {
    font-size: 3rem;
    max-width: 75%;
  }
  .get-in-touch img {
    height: 35rem;
    width: 100%;
    object-fit: cover;
    object-position: 75%;
  }
}

.t-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.t-box .tringle {
  position: relative;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
}
.t-box .tringle::before, .t-box .tringle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.t-box .tringle::before {
  border-width: 0 6rem 6rem 0;
  border-color: var(--orange);
  top: 0;
  left: 0;
}
.t-box .tringle::after {
  border-width: 6rem 0 0 6rem;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 0;
}

.get-in-touch .light.t-box .tringle::after {
  border-color: var(--light) transparent transparent transparent;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Our specialties
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.s-box-img {
  position: relative;
}
.s-box-img h4,
.s-box-img h3 {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 2;
  color: white;
  transition: color 0.2s ease;
  font-weight: 300;
}
.s-box-img:hover h4 {
  color: var(--orange);
}
@media (max-width: 767px) {
  .s-box-img h3 {
    font-size: 3rem;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             fancy video button style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fancy-video {
  position: relative;
  display: block;
}
.fancy-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  padding-left: 1px;
  height: 6rem;
  width: 6rem;
  background-color: rgba(217, 217, 217, 0.3411764706);
  border-radius: 50%;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fancy-video .play-btn.orange {
  background-color: var(--orange);
}
.fancy-video .play-btn svg {
  height: 2rem;
  width: 2rem;
  fill: white;
  transition: transform 0.3s ease;
}
.fancy-video:hover .play-btn {
  background-color: var(--orange);
}
.fancy-video:hover .play-btn svg {
  transform: scale(1.2);
  transform-origin: center center;
  fill: white !important;
}

.fancy-video:hover .watch {
  width: 18rem !important;
  border-radius: 4rem !important;
  transition: width 0.4s ease;
}
.fancy-video:hover .watch span {
  display: inline-block;
  opacity: 1;
  padding-right: 2rem;
  width: auto;
  transition: all 0.6s ease;
}

.secure p {
  max-width: 65rem;
  padding-bottom: 3rem;
}
.secure p:last-child {
  padding-bottom: 0;
}
.secure .fancy-video {
  max-width: 33rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .secure .fancy-video {
    max-width: 100%;
  }
  .secure p {
    padding-bottom: 4rem;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pin-container .p-container,
.pin-container .p-container-no {
  position: relative;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-left: var(--grid-padding);
  padding-right: var(--grid-padding);
}
@media (max-width: 1025px) {
  .pin-container .p-container,
  .pin-container .p-container-no {
    height: 90vh;
    align-items: end;
    padding-bottom: 4rem;
  }
}

.pin-box {
  backdrop-filter: blur(17px);
  background: linear-gradient(110deg, #e0dede 3.41%, rgba(150, 150, 150, 0.67) 101.56%);
  max-width: 40rem;
  padding: 5rem 3rem;
  align-self: flex-end;
  margin-bottom: 12rem;
}
.pin-box h5 {
  position: relative;
  line-height: 1.4;
}
.pin-box h5::after {
  content: "";
  position: absolute;
  top: 0;
  left: -3rem;
  width: 0.5rem;
  height: 100%;
  background-color: var(--orange);
}
@media (max-width: 767px) {
  .pin-box {
    margin-bottom: 6rem;
  }
}

.pin-box-1 {
  background: linear-gradient(110deg, rgba(9, 47, 87, 0.48) 3.41%, rgba(150, 150, 150, 0.47) 101.56%);
  backdrop-filter: blur(22px);
  color: white;
  max-width: 56em;
  padding: 4rem 3rem;
}
.pin-box-1 h2,
.pin-box-1 h3 {
  position: relative;
  margin-bottom: 2rem;
  padding: 0;
}
.pin-box-1 h2::after,
.pin-box-1 h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: -6%;
  width: 0.5rem;
  height: 100%;
  background-color: var(--orange);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    Lubricant Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body.page-template-page-lubricant .all-grade .icons > div img {
  max-width: none;
  height: 8rem;
}

.all-grade,
.reliable-fuel {
  background-position: center;
  background-size: cover;
  color: white;
}
@media (min-width: 1026px) {
  .all-grade,
  .reliable-fuel {
    min-height: 85vh;
  }
  .all-grade .col-lg-2,
  .reliable-fuel .col-lg-2 {
    width: 19%;
  }
}
.all-grade .icons > div,
.reliable-fuel .icons > div {
  padding-top: 5rem;
}
.all-grade .icons > div .icon,
.reliable-fuel .icons > div .icon {
  align-items: start;
  min-width: 11rem;
}
.all-grade .icons > div img,
.reliable-fuel .icons > div img {
  max-width: 4rem;
}
.all-grade .icons > div span,
.reliable-fuel .icons > div span {
  font-size: 2.2rem;
  color: white;
  font-weight: 300;
  max-width: 10rem;
  margin-bottom: 3rem;
}

.all-grade h3,
.all-grade h2 {
  padding-bottom: 2rem;
}

.reliable-fuel .icons .icon span {
  max-width: 35rem !important;
}

.img-para-container .col-lg-4,
.img-para-container .img-para-card {
  position: relative;
}
.img-para-container .img-para {
  position: absolute;
  bottom: 0%;
  left: 0%;
  color: white;
  z-index: 2;
  padding: 3rem 4rem;
}
.img-para-container .img-para h6 {
  font-size: 2.8rem;
  font-weight: 400;
  padding-bottom: 1rem;
}
.img-para-container .img-para p {
  font-weight: 300;
}
.img-para-container .img-para-card.ipc-4 .img-para,
.img-para-container .img-para-card.ipc-5 .img-para {
  padding: 3rem 2rem;
}
@media (max-width: 1025px) {
  .img-para-container .col-lg-4,
  .img-para-container .img-para-card {
    margin-bottom: 3.5rem;
  }
}

.single-slider .swiper-pagination-bullet {
  background-color: white !important;
}

.port-para p {
  font-size: 2.6rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  Benifits section
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.benefits h2,
.h2-border h2,
.our-mission h2,
.download-section h2,
.our-leadership h2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--orange);
  margin-bottom: 4rem;
  font-weight: 400;
}

.benefit-item {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
.benefit-item h6 {
  color: white;
  white-space: nowrap;
  padding: 0.75rem 1rem;
  font-weight: 400;
  margin-right: 2.25rem;
  position: relative;
}
.benefit-item h6 span {
  position: relative;
  z-index: 33;
  font-size: 2.25rem;
}
.benefit-item h6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  transition: width 1s var(--cb-m3);
  height: 5rem;
  background-color: var(--orange);
}
.benefit-item h6.entered::after {
  width: 100%;
}
.benefit-item p {
  font-size: 2.2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .benefit-item {
    flex-wrap: wrap;
  }
  .benefit-item h6 {
    width: 100%;
  }
  .benefit-item p {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 3rem;
  }
}

.bg-blur {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(32px);
  min-height: 33rem;
  padding: 2.5rem;
}

.women-in {
  background-size: cover;
  background-position: center;
  min-height: 50vh;
}
.women-in .swiper {
  color: white;
}
.women-in .swiper .swiper-slide {
  padding: 4rem;
}
.women-in .swiper h2 {
  font-weight: 400;
  padding-bottom: 1rem;
}
.women-in .swiper p {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .women-in .swiper {
    min-height: auto !important;
    margin-top: 2rem;
  }
  .women-in .swiper .swiper-slide {
    padding: 3rem;
    padding-bottom: 5rem;
  }
}
.women-in .swiper-pagination {
  bottom: 3rem !important;
  text-align: left;
  padding-left: 3.25rem;
}
.women-in .swiper-pagination-bullet-active {
  background-color: white !important;
}

.cloud {
  background-size: cover;
  min-height: 70rem;
}
.cloud p {
  color: white;
}
@media (max-width: 1025px) {
  .cloud {
    min-height: 75rem;
  }
  .cloud p {
    padding-top: 3rem;
  }
}
.cloud .container-img {
  max-width: 60rem;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Join Us Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.shape-btn {
  position: fixed;
  z-index: 33;
  top: auto;
  bottom: -2%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.notice {
  font-size: 1.6rem;
}

.image-section {
  position: relative;
  min-height: 55rem;
}
@media (min-width: 1026px) {
  .image-section {
    width: 80%;
    margin: auto;
    min-height: 70rem;
  }
}
.image-section img {
  max-width: 55rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1025px) {
  .image-section img {
    max-width: 45rem;
  }
}
.image-section .certi {
  top: 86.5%;
  max-width: 10rem;
}
@media (max-width: 1025px) {
  .image-section .certi {
    top: 79%;
  }
}

.data-point {
  font-size: 6rem;
  line-height: 0.8;
}
.data-point span {
  font-size: 2.6rem;
  font-weight: 300;
}
@media (min-width: 1026px) {
  .data-point {
    position: absolute;
  }
}
.data-point.dp-1 {
  top: -5%;
  left: 18%;
}
.data-point.dp-2 {
  top: 32%;
  left: 2%;
}
.data-point.dp-3 {
  top: 64%;
  left: 3%;
}
.data-point.dp-4 {
  top: -5%;
  right: 18%;
}
.data-point.dp-5 {
  top: 32%;
  right: 2%;
}
.data-point.dp-6 {
  top: 64%;
  right: 3%;
}

[lang=zh-hans] .data-point span {
  font-size: 1.6rem;
}

.desc p {
  font-size: 1.5rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                   About Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.our-leadership .col-lg-4,
.our-leadership .col-lg-3 {
  border-left: 1px solid var(--orange);
  padding: 0 2rem;
}
.our-leadership .col-lg-4 .img-detect,
.our-leadership .col-lg-3 .img-detect {
  border-bottom: 1px solid var(--orange);
  margin-bottom: 2rem;
}
.our-leadership .col-lg-4 .ol-info,
.our-leadership .col-lg-3 .ol-info {
  position: relative;
}
.our-leadership .col-lg-4 .ol-info::after,
.our-leadership .col-lg-3 .ol-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 0.3rem;
  height: 100%;
  background-color: var(--orange);
}
.our-leadership .col-lg-4 h6,
.our-leadership .col-lg-3 h6 {
  font-weight: 300;
  font-size: 2rem;
  padding-bottom: 0.75rem;
}
.our-leadership .col-lg-4 p,
.our-leadership .col-lg-3 p {
  color: var(--blue);
  opacity: 0.5;
  font-weight: 300;
}
@media (min-width: 1026px) {
  .our-leadership .col-lg-4 p,
  .our-leadership .col-lg-3 p {
    min-height: 5.25rem;
  }
}

.text-white .ol-info p {
  color: white;
}

.ol-info.fs-17 p {
  font-size: 1.7rem;
}

.green-section {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 3vw;
}
.green-section h2 {
  padding-bottom: 10vw;
  font-weight: 400;
}
.green-section p {
  font-size: 1.8rem;
}
.green-section img {
  max-width: 15rem;
  padding-bottom: 2rem;
}
.green-section .col-lg-4 {
  position: relative;
  margin-bottom: 5rem;
  padding-left: 2vw;
  padding-right: 2.5vw;
}
@media (min-width: 1026px) {
  .green-section .col-lg-4 {
    margin-bottom: 2rem;
  }
  .green-section .col-lg-4 p {
    min-height: 14rem;
  }
  .green-section .col-lg-4:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1%;
    width: 0.2rem;
    height: 100%;
    background-color: var(--orange);
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    Location Details
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.download-box-container,
.service-box-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .download-box-container,
  .service-box-container {
    justify-content: space-between;
  }
  .download-box-container .service-box,
  .service-box-container .service-box {
    width: 48% !important;
    height: 22rem;
    margin-right: 0 !important;
  }
}

.download-box,
.service-box {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(32px);
  width: 21.5rem;
  height: 19rem;
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}
.download-box img,
.service-box img {
  transition: transform 0.2s ease;
  max-width: 14rem;
  height: 5rem;
  object-fit: scale-down;
  object-position: left top;
}
.download-box p,
.service-box p {
  max-width: 16rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1.2;
  font-size: 1.75rem;
}
.download-box:hover img,
.service-box:hover img {
  transform: scale(1.1);
}

[lang=fr-FR] .service-box {
  width: 22.5rem;
  height: 21rem;
}
[lang=fr-FR] .service-box p {
  font-size: 1.7rem;
}

.download-box {
  background: #ececec;
  height: 16rem;
  width: 28rem;
  position: relative;
  justify-content: space-between;
}
.download-box .btn-arrow {
  position: absolute;
  bottom: 12.5%;
  right: 7%;
}
.download-box .btn-arrow svg {
  transform: rotate(90deg);
}
.download-box:hover .btn-arrow {
  border-color: var(--orange);
}
.download-box:hover .btn-arrow svg {
  fill: var(--orange) !important;
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .download-box {
    width: 20rem;
    height: 20rem;
  }
}

.location-join .box {
  border-left: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  padding: 2rem;
  position: relative;
}
.location-join .box h5 {
  font-weight: 400;
  padding-right: 3rem;
  padding-bottom: 1.5rem;
}
.location-join .box .loc {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.location-join .box .loc span {
  font-weight: 300;
}
.location-join .box .loc img {
  padding-right: 2rem;
  max-width: 5rem;
}
.location-join .box .btn-1 {
  position: relative;
}
.location-join .box .btn-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 100%;
  background-color: var(--orange);
  height: 3px;
}
@media (max-width: 767px) {
  .location-join .box .btn-1 {
    position: absolute;
    bottom: 3.5rem;
    right: 5%;
    z-index: 2;
  }
  .location-join .box .btn-1::after {
    bottom: -3.5rem;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  New Fuels Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.certi h2 {
  font-weight: 400;
}
@media (max-width: 1025px) {
  .certi img {
    max-width: 18rem;
    padding-bottom: 2rem;
  }
  .certi h2 {
    font-size: 4.5rem;
  }
  .certi .d-flex {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .certi .d-flex .btn-1 {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1026px) {
  .iscc .col-lg-8 {
    width: 63% !important;
  }
  .iscc .col-lg-4 {
    width: 37% !important;
  }
}

@media (min-width: 1026px) {
  .new-fuel-certi h2 {
    font-size: 5rem;
  }
}
.new-fuel-certi img {
  max-width: 16rem;
}

.nf-section-5 h4 {
  padding-bottom: 3rem;
}
@media (min-width: 1026px) {
  .nf-section-5 .col-lg-8 {
    border-left: 2px solid var(--orange);
  }
}
.nf-section-5 .box {
  margin-right: 3rem;
  width: 18rem;
}
.nf-section-5 .box img {
  margin-top: 2rem;
  max-width: 5rem;
  padding-bottom: 2rem;
}
.nf-section-5 .box h5 {
  font-weight: 300;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .nf-section-5 .box-container {
    flex-wrap: wrap;
  }
  .nf-section-5 .box {
    width: 50%;
    max-width: 50%;
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .nf-section-5 .box-container {
    flex-wrap: wrap;
  }
  .nf-section-5 .box {
    width: 31%;
    max-width: 31%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 our-office-today
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 767px) {
  .our-office-today h2,
  .our-office-today h2 span {
    font-size: 4rem;
  }
}
.our-office-today .img-detect {
  position: relative;
  transition: all 0.3s ease;
}
.our-office-today .img-detect .city {
  position: absolute;
  top: 10%;
  left: 10%;
  transition: all 0.2s ease;
  cursor: pointer;
}
.our-office-today .img-detect .city h6 {
  color: white;
  font-size: 2.8rem;
  white-space: nowrap;
  font-weight: 300;
}
.our-office-today .img-detect img {
  transition: transform 1s var(--cb-m3);
  transition-delay: 0.1s;
}
.our-office-today .img-detect:hover {
  border-radius: 50%;
}
.our-office-today .img-detect:hover .city {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-office-today .img-detect:hover img {
  transform: scale(1.2);
}
@media (min-width: 1026px) {
  .our-office-today .col-lg-2 {
    width: 20%;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                News Details
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.news-details {
  display: flex;
  flex-direction: column;
}
.news-details img {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.news-details a {
  color: var(--orange);
  transition: all 0.2s ease;
}
.news-details a:hover {
  border-bottom: 2px solid var(--orange);
}
.news-details li {
  margin-left: 2rem;
  padding-bottom: 0.5rem;
}
.news-details blockquote,
.news-details blockquote p {
  font-size: 2.8rem;
}
.news-details blockquote p {
  width: 100% !important;
}
.news-details blockquote {
  padding-top: 2rem;
  overflow: visible !important;
  padding-left: 4vw;
  background-image: url("data:image/svg+xml,<svg width=\"109\" height=\"109\" viewBox=\"0 0 109 109\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M109 0.948925L106.435 19.7292C99.7671 19.2147 94.8941 20.5868 91.8165 23.8455C88.7388 27.1041 86.858 31.4776 86.1741 36.9659C85.4902 42.4543 85.3192 48.3713 85.6612 54.7172H109V109H65.1435V44.4266C65.1435 28.6477 69.0761 16.8136 76.9412 8.92413C84.9772 1.03468 95.6635 -1.62372 109 0.948925ZM43.8565 0.948925L41.2918 19.7292C34.6235 19.2147 29.7506 20.5868 26.6729 23.8455C23.5953 27.1041 21.7145 31.4776 21.0306 36.9659C20.3467 42.4543 20.1757 48.3713 20.5176 54.7172H43.8565V109H0V44.4266C0 28.6477 3.93255 16.8136 11.7976 8.92413C19.8337 1.03468 30.52 -1.62372 43.8565 0.948925Z\" fill=\"%23E4E4E4\"/></svg>");
  background-repeat: no-repeat;
  background-position: top left;
}
.news-details .img-gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.news-details .img-gallery img {
  max-width: 40%;
  margin: 0 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1026px) {
  .news-details .img-gallery {
    justify-content: center;
  }
  .news-details .img-gallery img {
    max-width: 22%;
  }
}
.news-details h1,
.news-details h2,
.news-details h3,
.news-details h4,
.news-details h5,
.news-details h5,
.news-details p {
  padding-bottom: 1.5rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            history
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.history-popup {
  height: auto;
  min-height: auto;
  color: var(--blue);
  width: 50vw;
}
.history-popup h6 {
  font-size: 3.5rem;
  font-weight: 300;
  padding-bottom: 0.75rem;
}
.history-popup strong {
  font-size: 2rem;
  font-weight: 300;
  padding-bottom: 1rem;
}
.history-popup p {
  font-size: 1.7rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 1025px) {
  .history-popup {
    width: 90vw;
  }
}

.dialog-content {
  background: #dadada;
  display: none;
  width: 50vw;
}
.dialog-content h3 {
  text-align: center;
}
@media (max-width: 1025px) {
  .dialog-content {
    width: 90vw;
  }
}

.enq-dialog {
  min-height: auto;
}

.share-now {
  font-weight: 300;
}
.share-now img {
  height: 2rem;
  width: 2rem;
}

.watch {
  display: flex;
  flex-wrap: nowrap;
  transition: width 0.4s ease;
}
.watch span {
  color: white;
  white-space: nowrap;
  width: 0;
  opacity: 0;
  transition: all 0.2s ease;
}

.nav-p {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nav-p .nav-p-box {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 3;
  color: white;
}
.nav-p h5 {
  font-weight: 400;
  max-width: 25rem;
}

.nav-p-img {
  width: 100vw;
  object-fit: cover;
}

@media (max-width: 1025px) {
  .nav-p-img {
    width: 100%;
    object-fit: cover;
  }
}
.bg-blue1 {
  background-color: #011125;
  color: white;
}

.has-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blury-box {
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(22px);
}
.blury-box .box {
  height: 15rem;
  width: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.blury-box .box:not(.blury-box .box:last-child) {
  border-right: 1px solid #fff;
}
.blury-box .box p {
  opacity: 0.5;
}
@media (min-width: 1026px) {
  .blury-box {
    max-width: 65%;
  }
}

.euet h2 {
  padding-bottom: 2rem;
}
.euet h4 {
  font-weight: 400;
}

[data-scroll-container].container {
  padding: 0 !important;
}

.img-para-card {
  flex: 0 auto;
  margin: 1rem;
}
.img-para-card .img-para {
  padding: 4rem 3rem;
}
@media (max-width: 1025px) {
  .img-para-card {
    margin: 0;
  }
}

.new-fuel-para h3 {
  padding-bottom: 2rem;
}

.breadcrumbs {
  padding-top: 2rem;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 1.5rem;
}
.breadcrumbs a {
  transition: color 0.2s ease;
}
.breadcrumbs a:hover {
  color: var(--orange);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Line Border
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.border-bottom {
  border-bottom: 1px solid var(--orange);
  padding-bottom: 2rem;
}
.border-bottom .text-lg-end,
.border-bottom .text-end {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (max-width: 1025px) {
  .border-bottom > div {
    padding-left: 0 !important;
  }
}
.border-bottom .h-line {
  position: relative;
  display: inline-block;
  padding-bottom: 0.85rem;
}
.border-bottom .h-line::after {
  content: "";
  position: absolute;
  right: 0px;
  opacity: 1;
  height: 4px;
  transition: opacity 0.1s var(--cb-m3);
  transition-delay: 0.8s;
  background-color: var(--orange);
  width: 100%;
  bottom: -2rem;
}
.border-bottom .h-line .btn-1:nth-child(2) {
  margin-left: 3rem;
}
.border-bottom.bb0 {
  border: none;
  padding-bottom: 0;
}

@media (max-width: 1025px) {
  .border-bottom.no-sm {
    border: none;
    padding-bottom: 0;
  }
  .border-bottom.no-sm .h-line::after {
    display: none;
  }
}
.p-h2 h3.lines {
  padding-bottom: 1.5rem;
}

@media (max-width: 1025px) {
  .carrier-slider img {
    width: 96vw;
    height: 70vw;
    object-fit: cover;
  }
}

@media (min-width: 1026px) {
  .k-box.kn-page {
    height: 15rem;
  }
  .latest-img img {
    height: 39.5rem !important;
  }
}
.k-box a {
  font-size: 2rem !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Location Details PAge
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 767px) {
  .inner-location-detail .container {
    min-height: 76rem;
  }
  .inner-location-detail .container p {
    max-width: 98%;
  }
}

.b-location {
  display: flex;
  z-index: 33;
  color: white;
}
.b-location svg,
.b-location img {
  width: 3rem;
  height: 3rem;
  fill: white;
}
.b-location p {
  max-width: 30rem;
  padding-right: 2vw;
}
.b-location .contact {
  display: flex;
  flex-direction: column;
}
.b-location .contact a:first-child {
  padding-bottom: 2rem;
}
@media (max-width: 1025px) {
  .b-location {
    padding-top: 5rem;
    flex-direction: column;
  }
  .b-location p {
    max-width: 90%;
    margin-bottom: 2.5rem;
  }
}

.terms h2,
.terms p,
.terms ul {
  padding-bottom: 1rem;
}
.terms ul {
  padding-top: 1rem;
  padding-left: 1.25%;
}
.terms ul li {
  padding-bottom: 1rem;
}

.terms-box {
  border-left: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  padding: 2rem;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
@media (min-width: 768px) {
  .terms-box {
    min-height: 19rem;
  }
}
.terms-box h3 {
  padding-bottom: 2rem;
}

.terms-btn-container {
  margin-top: auto;
}
.terms-btn-container a {
  display: block;
  margin-top: auto;
}

.privacy .nav {
  display: flex;
  border-bottom: 1px solid lightgray;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
.privacy .nav .next,
.privacy .nav .prev {
  position: relative;
  cursor: pointer;
}
.privacy .nav .next::after,
.privacy .nav .prev::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 98%;
  height: 4px;
  visibility: hidden;
  background-color: var(--orange);
}
.privacy .nav .next.swiper-button-disabled::after,
.privacy .nav .prev.swiper-button-disabled::after {
  visibility: visible;
}
@media (max-width: 767px) {
  .privacy .nav .next,
  .privacy .nav .prev {
    font-size: 3rem;
  }
}
.privacy .swiper-slide h4 {
  padding-bottom: 2rem;
}
.privacy h4 {
  padding-top: 4rem;
}
.privacy h5 {
  font-size: 2.8rem;
  padding-bottom: 3rem;
}
.privacy p,
.privacy ul {
  max-width: 90rem;
  font-size: 1.6rem;
}
.privacy a,
.privacy span,
.privacy strong {
  font-size: 1.6rem;
}
.privacy p:nth-child(1) {
  max-width: 115rem;
}
.privacy ul {
  padding-top: 2rem;
  margin-left: 2rem;
}
.privacy ul li {
  list-style: disc;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
.privacy a {
  color: var(--orange);
  transition: all 0.2s ease;
}
.privacy a:hover {
  border-bottom: 2px solid var(--orange);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                   About Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.card {
  height: 32rem;
  width: 100%;
  padding: 3rem 3rem;
  border-radius: 1rem;
  border: 1px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.1);
  z-index: 222;
}
.card h4 {
  font-size: 4rem;
  padding-bottom: 3rem;
}
.card:nth-child(1) {
  top: 4rem;
}
.card:nth-child(2) {
  top: 8rem;
}
.card:nth-child(3) {
  top: 12rem;
}
.card:nth-child(4) {
  top: 16rem;
}
.card:nth-child(5) {
  top: 20rem;
}
.card:nth-child(6) {
  top: 24rem;
}
.card:nth-child(7) {
  top: 28rem;
}
@media (max-width: 1025px) {
  .card {
    height: 100%;
  }
}

.cards {
  padding-bottom: 20rem;
}

.e-about,
.c-about {
  position: relative;
  background-size: cover;
  min-height: 60rem;
  background-repeat: no-repeat;
}
.e-about h3,
.c-about h3 {
  padding-bottom: 3rem;
}
.e-about p,
.c-about p {
  color: white;
}
@media (max-width: 767px) {
  .e-about,
  .c-about {
    background-position: center;
    min-height: 45rem;
  }
}

.a-leaf {
  position: absolute;
  top: 37%;
  right: 9%;
  max-width: 44rem;
}

.e-about {
  min-height: 60rem;
}

@media (max-width: 1025px) {
  .create-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 75vh;
  }
}

.about-vid h2 {
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .about-vid h2 {
    font-size: 4.5rem;
  }
}
.about-vid p {
  padding-bottom: 1.5rem;
}

.about-banner {
  color: white;
  position: relative;
}
.about-banner .play {
  position: absolute;
  top: 4%;
  right: 2%;
}
.about-banner .has-bg {
  height: 100%;
  min-height: 55rem;
  width: 100%;
}
@media (max-width: 1025px) {
  .about-banner .has-bg {
    min-height: 30rem;
  }
}
.about-banner .container {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.about-banner .container .boxed {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(42px);
  min-height: 22rem !important;
  width: 75rem;
  padding: 3rem;
}
.about-banner .container .boxed h4 {
  font-weight: 400;
  font-size: 3.5rem;
  padding-bottom: 3rem;
}
.about-banner .container .boxed p {
  font-size: 1.8rem;
  font-weight: 300;
}
.about-banner .container img {
  max-width: 100vw;
  object-fit: cover;
}
@media (max-width: 1025px) {
  .about-banner .container {
    padding: 0;
  }
  .about-banner .container .boxed {
    margin-top: 4rem;
    position: static;
    width: 100%;
    padding: 0;
    color: var(--blue);
  }
}

.has-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 History Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.history-ship {
  background-size: cover;
  background-position: left;
  min-height: 88rem;
  position: relative;
}
.history-ship h2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--orange);
  margin-bottom: 4rem;
  color: white;
  font-weight: 400;
}
@media (max-width: 1025px) {
  .history-ship {
    min-height: 90rem;
  }
}

.ship-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.ship-wave dotlottie-player {
  width: 104vw;
}
@media (max-width: 1025px) {
  .ship-wave {
    top: 52%;
  }
  .ship-wave dotlottie-player {
    width: 300vw;
  }
}

.ship-dash {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 3;
}
@media (max-width: 1025px) {
  .ship-dash {
    top: 55%;
  }
}

.ship-container {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 10%;
  transition: transform 2s var(--cb-m1);
}
.ship-container .h-ships {
  max-width: 63rem;
  position: relative;
}
.ship-container .h-ships img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}
@media (max-width: 1025px) {
  .ship-container {
    left: -25%;
    top: 45%;
  }
  .ship-container .h-ships {
    max-width: 90vw;
  }
}

.history-slider {
  position: absolute;
  top: 18rem;
  padding-left: var(--grid-padding) !important;
  z-index: 10 !important;
}
.history-slider .swiper-slide {
  max-width: 50rem;
  margin-top: 6rem;
  background: rgba(9, 47, 87, 0.26);
  backdrop-filter: blur(23px);
  color: white;
  position: relative;
  overflow: visible;
}
.history-slider .swiper-slide .h-arrow {
  position: absolute;
  top: -13%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history-slider h3 {
  font-weight: 400;
  padding-bottom: 2rem;
}
.history-slider p {
  font-size: 1.7rem;
  padding-bottom: 0.75rem;
}
.history-slider img {
  max-width: 20rem;
}
@media (max-width: 1025px) {
  .history-slider {
    top: 19.5rem;
  }
  .history-slider .swiper-slide {
    max-width: 90%;
    margin-top: 6rem;
  }
  .history-slider .swiper-slide p {
    font-size: 1.6rem;
  }
  .history-slider .swiper-slide:last-child {
    margin-right: 5rem;
  }
}

.our-leadership .show-arrow img {
  object-position: top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                WAVE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



.ship

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45%;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 25%;
    bottom: -1px;

    // -webkit-filter: hue-rotate(275deg);
    // // filter: hue-rotate(275deg);
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}




    <div class="waveWrapper waveAnimation">
        <div class="waveWrapperInner bgTop">
          <div class="wave waveTop" style="background-image: url('{{ theme.link ~ '/src/img/history/top.png' }}')"></div>
        </div>
        <div class="waveWrapperInner bgMiddle">
          <div class="wave waveMiddle"  style="background-image: url('{{ theme.link ~ '/src/img/history/mid.png' }}')"></div>
        </div>
        <div class="waveWrapperInner bgBottom">
          <div class="wave waveBottom" style="background-image: url('{{ theme.link ~ '/src/img/history/bot.png' }}')"></div>
        </div>
      </div>


*/
.n3-column {
  text-align: center;
}
.n3-column .img-detect {
  position: relative;
  margin-bottom: 2rem;
}
.n3-column .img-detect .btn-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.n3-column h5 {
  padding-bottom: 1rem;
}

.new-fuels-slider .swiper-slide {
  position: relative;
}
.new-fuels-slider .swiper-slide .author {
  position: absolute;
  top: 3%;
  z-index: 2;
  left: 3%;
  padding: 1rem;
  background-color: var(--orange);
  color: white;
  font-size: 1.5rem;
}
.new-fuels-slider .swiper-slide p {
  font-size: 2.5rem;
  line-height: 1.3;
}

.nav {
  display: inline-flex;
  z-index: 3;
}
.nav .prev {
  cursor: pointer;
}
.nav .prev svg {
  transform: rotate(180deg);
}
.nav .next {
  cursor: pointer;
}
.nav .next svg {
  transform: rotate(0deg);
}
.nav .next:hover .btn-arrow,
.nav .prev:hover .btn-arrow {
  border-color: var(--orange);
}
.nav .next:hover svg,
.nav .prev:hover svg {
  fill: var(--orange);
}

.n4-section,
.n5-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}

.icon-slider {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1026px) {
  .icon-slider {
    width: 85%;
  }
}
.icon-slider .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  padding: 3rem 2rem;
  border-radius: 8rem;
  transition: background-color 0.3s ease;
  width: 12rem;
  min-height: 18rem;
  text-align: center;
}
.icon-slider .icon.active, .icon-slider .icon:hover {
  background-color: var(--orange);
}
.icon-slider .icon img {
  width: 4.5rem;
  padding-bottom: 1rem;
}
.icon-slider .icon span {
  font-size: 1.25rem;
}
.icon-slider .icon:nth-child(1) {
  transform: translateY(10rem);
}
.icon-slider .icon:nth-child(2) {
  transform: translateY(5rem);
}
.icon-slider .icon:nth-child(5) {
  transform: translateY(5rem);
}
.icon-slider .icon:nth-child(6) {
  transform: translateY(10rem);
}

.icon-contents {
  position: relative;
}
.icon-contents .icon-content {
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease;
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
  width: 64%;
  min-height: 10rem;
}
.icon-contents .icon-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .icon-slider {
    display: block;
    text-align: center;
    margin-top: 8rem;
  }
  .icon-slider .icon {
    transform: none !important;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .icon-content {
    width: 90% !important;
    margin-top: 5rem !important;
  }
}
@media (max-width: 1024px) {
  .fuel-get-in-touch .nav-p img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 66% 0;
  }
}
.fuel-get-in-touch .nav-p .nav-p-box {
  top: 50%;
  transform: translateY(-50%);
}
.fuel-get-in-touch .nav-p .nav-p-box h5 {
  font-size: 4rem;
  max-width: 40rem;
}
@media (max-width: 767px) {
  .fuel-get-in-touch .nav-p .nav-p-box h5 {
    font-size: 3rem;
    max-width: 30rem;
  }
}

.nav-p-img {
  width: 100vw;
  height: 53.5rem;
  object-fit: cover;
  object-position: center;
}

#content-bg-counter {
  background-size: cover !important;
}

#content-bg-counter #nnf-form h3,
#nnf-form p {
  color: #fff;
}

#content-bg-counter #nnf-form p a {
  color: #ef8903;
}

#content-bg-counter #nnf-form p a:hover {
  color: #fff;
}

.new-fuels .inner-banner a {
  white-space: wrap !important;
}
@media (max-width: 767px) {
  .new-fuels .sy.n5-section {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .legislation .inner-banner .container {
    min-height: 65rem;
  }
}

.nf-tags {
  display: flex;
  flex-wrap: wrap;
}
.nf-tags span,
.nf-tags strong {
  font-weight: normal;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  border: 1px solid var(--blue);
  border-radius: 2rem;
  border-radius: 90px;
  border: 1px solid rgba(9, 47, 87, 0.3);
  padding: 0.75rem 1.5rem;
  white-space: nowrap;
  font-size: 1.5rem;
}

.nf-s {
  overflow: hidden;
  background-color: white;
  position: relative;
  z-index: 44;
}
.nf-s a {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .nf-s {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(112px);
  }
  .nf-s {
    text-align: center;
  }
}
.nf-s h3,
.nf-s h3 span {
  font-size: 3.75rem !important;
}
.nf-s img {
  max-width: 9rem;
}
@media (max-width: 767px) {
  .nf-s .nf-img-wrap {
    height: 30rem;
    overflow: hidden;
    border-bottom: 1px solid rgba(9, 47, 87, 0.3);
  }
  .nf-s .nf-img-wrap img {
    max-width: 25rem !important;
  }
}
@media (min-width: 1026px) {
  .nf-s {
    transform: translateY(-5rem);
  }
}

[lang=es-ES] .nf-s img,
[lang=fr-FR] .nf-s img {
  max-width: 10rem;
}

[lang=zh-hans] .nf-tags span,
[lang=zh-hans] .nf-tags strong {
  padding: 0.75rem 3rem;
}

.new-fuels .inner-banner {
  padding-bottom: 7rem;
}

#nfsub-form div[data-editorblocktype=Field-email] {
  width: 100% !important;
}
#nfsub-form .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}
#nfsub-form input[type=submit] {
  margin-top: 2rem;
}

.l-img-para {
  border-top: 1px solid var(--orange);
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.l-img-para:last-child {
  border-bottom: 1px solid var(--orange);
}
.l-img-para h5 {
  font-size: 3.5rem;
  padding-bottom: 2rem;
  font-weight: 400;
}

.loc-page-section-2 h2 {
  padding-bottom: 2rem;
}
.loc-page-section-2 h5 {
  padding-bottom: 1rem;
}
.loc-page-section-2 p {
  max-width: 80rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               Trainee
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.looking h2 {
  font-weight: 400;
}
.looking ul li {
  position: relative;
  list-style: none;
  margin-left: 4rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.looking ul li::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: -7%;
  width: 4rem;
  height: 4rem;
  background-image: url("data:image/svg+xml,<svg width=\"170\" height=\"170\" viewBox=\"0 0 200 200\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"%23FFE8CB\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.0317 11.7934C21.4065 12.1317 21.4325 12.7058 21.0898 13.0757L15.5796 19.0243C14.9233 19.7328 13.7927 19.7328 13.1364 19.0243L10.905 16.6154C10.5623 16.2454 10.5883 15.6713 10.9631 15.3331C11.3379 14.9949 11.9196 15.0206 12.2623 15.3905L14.358 17.653L19.7325 11.8509C20.0752 11.4809 20.6569 11.4552 21.0317 11.7934Z\" fill=\"%23EF8903\"/></svg>");
  background-repeat: no-repeat;
}
@media (max-width: 1025px) {
  .looking ul li {
    margin-bottom: 1.5rem;
  }
  .looking ul li::after {
    top: 20%;
    left: -4.25rem;
    background-image: url("data:image/svg+xml,<svg width=\"22\" height=\"22\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"%23FFE8CB\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.0317 11.7934C21.4065 12.1317 21.4325 12.7058 21.0898 13.0757L15.5796 19.0243C14.9233 19.7328 13.7927 19.7328 13.1364 19.0243L10.905 16.6154C10.5623 16.2454 10.5883 15.6713 10.9631 15.3331C11.3379 14.9949 11.9196 15.0206 12.2623 15.3905L14.358 17.653L19.7325 11.8509C20.0752 11.4809 20.6569 11.4552 21.0317 11.7934Z\" fill=\"%23EF8903\"/></svg>");
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .work-box-container .col-md-6 {
    display: flex;
    justify-content: space-between;
  }
}

.work-box {
  max-width: 20rem;
}
@media (min-width: 1026px) {
  .work-box {
    min-height: 15rem;
    max-width: 25rem;
  }
}
.work-box img {
  max-width: 4rem;
}
.work-box p {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.webinar-list ul {
  list-style: none;
}
.webinar-list h3,
.webinar-list h4 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 2.25rem;
  border-bottom: 1px solid var(--orange);
}
@media (min-width: 1026px) {
  .webinar-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .webinar-list li {
    width: 48%;
  }
}

.webinar-end {
  position: relative;
}
.webinar-end .w-layer-2 {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(236, 236, 236, 0.9) 0%, rgba(236, 236, 236, 0.9) 100%), lightgray -48.056px -70.901px/136.601% 129.088% no-repeat;
}
.webinar-end .container {
  position: relative;
  z-index: 3;
}
.webinar-end .w-box {
  background: #ffffff;
  border: 1px solid rgba(224, 224, 224, 0.3254901961);
  border-radius: 1rem;
  padding: 1.5rem;
  min-height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media (max-width: 1025px) {
  .webinar-end .w-box {
    min-height: auto;
  }
}
.webinar-end .w-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.webinar-end .w-box p {
  font-weight: 400;
  line-height: 1.15;
  max-width: 98%;
}
.webinar-end .w-box .card-header {
  display: flex;
  justify-content: space-between;
}
.webinar-end .w-box .card-header h3 {
  font-size: 2rem;
  font-weight: 600;
  width: 60%;
}
@media (max-width: 767px) {
  .webinar-end .w-box .card-header h3 {
    margin-bottom: 4rem;
  }
}
.webinar-end .w-box .card-header .checkmark {
  height: 3rem;
  width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,<svg width=\"36\" height=\"35\" viewBox=\"0 0 36 35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.4844 34.9989C7.84352 34.9989 0 27.1486 0 17.4994C0 7.85024 7.84352 0 17.4844 0C20.584 0 23.6292 0.822342 26.2901 2.37855C26.9622 2.77214 27.1888 3.63532 26.7956 4.30794C26.4035 4.98056 25.5399 5.20741 24.8678 4.81382C22.6387 3.50941 20.0853 2.82092 17.4844 2.82092C9.3984 2.82092 2.81963 9.40532 2.81963 17.4994C2.81963 25.5935 9.3984 32.1779 17.4844 32.1779C25.5705 32.1779 32.1493 25.5935 32.1493 17.4994C32.1493 16.2914 32.0031 15.0937 31.7152 13.9401C31.5271 13.1847 31.9861 12.4191 32.742 12.2296C33.4979 12.0414 34.2628 12.5007 34.451 13.2573C34.7944 14.6343 34.9689 16.0623 34.9689 17.5006C34.9689 27.1498 27.1254 35 17.4856 35L17.4844 34.9989Z\" fill=\"%23EF8903\"/><path d=\"M17.4708 24.4479C17.4652 24.4479 17.4595 24.4479 17.4538 24.4479C17.0334 24.4434 16.6367 24.2494 16.3727 23.9216L8.64929 14.3099C8.16197 13.703 8.2583 12.8149 8.86462 12.3261C9.47093 11.8383 10.3583 11.9336 10.8467 12.5416L17.4992 20.8206L33.5137 1.85793C34.0158 1.26244 34.9054 1.18871 35.5004 1.69119C36.0954 2.19367 36.169 3.08406 35.667 3.67955L18.5475 23.9477C18.28 24.2653 17.8856 24.4479 17.4708 24.4479Z\" fill=\"%23EF8903\"/></svg>");
}

.w-layer {
  background: linear-gradient(180deg, #bbccdf 0%, #fff 100%);
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 60%;
  width: 100%;
}
@media (max-width: 1025px) {
  .w-layer {
    height: 80%;
  }
}

.agenda-section {
  position: relative;
  padding-bottom: 16rem;
}
@media (max-width: 767px) {
  .agenda-section {
    padding-bottom: 2rem;
  }
}
.agenda-section .col-lg-4,
.agenda-section h2 {
  position: relative;
  z-index: 10;
}
.agenda-section .wc-box {
  border-radius: 1rem !important;
  background-color: var(--orange);
}
.agenda-section .wc-box .card-icon {
  width: 100%;
  padding: 3rem;
}
.agenda-section .wc-box .card-icon img {
  max-width: 11rem;
}
.agenda-section .wc-box .w-card-desc {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.agenda-section .wc-box .w-card-desc h5,
.agenda-section .wc-box .w-card-desc h4 {
  color: var(--orange);
  font-weight: bold;
  font-size: 2.5rem;
}
.agenda-section .wc-box .w-card-desc p {
  padding-top: 1rem;
}

@media (max-width: 767px) {
  .webinar .has-bg {
    background-position: 60%;
  }
}

.webinar-banner {
  min-height: 70vh;
}
@media (max-width: 767px) {
  .webinar-banner {
    min-height: 70rem;
  }
}
.webinar-banner h1,
.webinar-banner h2,
.webinar-banner h3 {
  color: white !important;
  padding-bottom: 5rem;
  padding-right: 5vw;
  line-height: 1.1;
}
.webinar-banner h1 strong,
.webinar-banner h2 strong,
.webinar-banner h3 strong {
  display: block;
  color: var(--orange);
  font-weight: 400;
  max-width: 50rem;
}

@media (min-width: 1026px) {
  .w-event .event-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .w-event .event-details .event-item {
    width: 50%;
  }
}
.w-event .event-item {
  margin-bottom: 1.75rem;
}
.w-event svg {
  padding-bottom: 0.25rem;
  margin-top: -4px;
  margin-right: 2rem;
}
.w-event .event-label {
  font-weight: 600;
  color: var(--orange);
  font-size: 1.8rem;
  padding-right: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 1.75rem;
  display: inline-block;
  line-height: 1;
}
.w-event .event-value {
  color: white;
  font-size: 1.7rem;
  line-height: 1;
  display: inline-block;
}

.w-form-container {
  color: white;
}
.w-form-container input {
  border-radius: 5px;
  border: 1px solid #fff;
  background: rgba(9, 47, 87, 0.39);
  backdrop-filter: blur(3.5499999523px);
  margin-bottom: 1rem;
  padding: 1.6rem 2.25rem;
}
.w-form-container button {
  border: 1px solid var(--orange);
  border-radius: 10rem;
  padding: 0.75rem 2rem;
}
.w-form-container p {
  font-size: 1.4rem;
}

.webinar-link {
  position: fixed;
  z-index: 10001;
  top: 1.55rem;
  padding: 1.62rem 2rem;
  right: var(--grid-padding);
  background-color: rgba(255, 255, 255, 0.4);
  transition: background-color 0.2s ease;
  border-bottom: 2px solid var(--orange);
}
.webinar-link:hover {
  background-color: white;
}
.webinar-link:hover * {
  color: var(--orange);
  fill: var(--orange);
}
.webinar-link:hover .btn-arrow {
  border: 1px solid var(--orange) !important;
}

.form-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 360px;
}

.calculator-form,
.cal-form-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.calculator-form .form-group,
.cal-form-container .form-group {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator-form .form-group label,
.cal-form-container .form-group label {
  font-size: 1.8rem;
  width: 34%;
  padding-right: 3rem;
}
.calculator-form .form-group select,
.calculator-form .form-group input,
.cal-form-container .form-group select,
.cal-form-container .form-group input {
  justify-content: end;
  width: 66%;
  size: 100;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  background-color: white;
  border: none;
}
.calculator-form .form-group select[readonly],
.calculator-form .form-group input[readonly],
.cal-form-container .form-group select[readonly],
.cal-form-container .form-group input[readonly] {
  background-color: rgba(255, 255, 255, 0.3411764706);
  color: #888;
}
.calculator-form .form-group .result-notes,
.cal-form-container .form-group .result-notes {
  width: 66%;
}
@media (max-width: 767px) {
  .calculator-form .form-group,
  .cal-form-container .form-group {
    flex-direction: column;
    align-items: start;
  }
  .calculator-form .form-group label,
  .cal-form-container .form-group label {
    width: 100%;
    padding-bottom: 2rem;
  }
  .calculator-form .form-group select,
  .calculator-form .form-group input,
  .cal-form-container .form-group select,
  .cal-form-container .form-group input {
    width: 100%;
  }
}
.calculator-form .form-group .wpcf7-form-control-wrap input,
.cal-form-container .form-group .wpcf7-form-control-wrap input {
  width: 100% !important;
}
.calculator-form .form-group select,
.cal-form-container .form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23765496%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z%27 /%3E%3C/svg%3E");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: 96% center;
  padding-right: 2rem;
}
.calculator-form input[type=submit],
.cal-form-container input[type=submit] {
  width: 100%;
}
.calculator-form p.note,
.cal-form-container p.note {
  font-size: 1.2rem;
}
.calculator-form p.note a,
.cal-form-container p.note a {
  color: var(--orange);
  font-size: 1.3rem;
}

.cal-form-container {
  gap: 0;
}
.cal-form-container h6 {
  font-size: 1.8rem;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .wpcf7-form-control-wrap {
    width: 100vw !important;
  }
}
.cal-btn,
.hidden-btn {
  background-color: var(--orange);
  color: #fff;
  border: none;
  font-size: 1.8rem;
  padding: 1.5rem 2rem;
  text-align: center;
  width: 66%;
  cursor: pointer;
  transition: background-color 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ffffff%27 viewBox=%270 0 512 512%27 transform=%27rotate%28-135%29%27%3E%3Cpath d=%27M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z%27 transform=%27rotate%2845 256 256%29%27 /%3E%3C/svg%3E");
  padding-right: 5%;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: 70% center;
}
.cal-btn:hover,
.hidden-btn:hover {
  color: white;
  background-color: #d68b1f;
}
@media (max-width: 767px) {
  .cal-btn,
  .hidden-btn {
    width: 100%;
  }
}

.cal-border {
  background-color: white;
  height: 1.5px;
  width: 100%;
}

.result-notes {
  position: relative;
  margin-left: 2.5rem;
  margin-top: 1.5rem;
}
.result-notes::after {
  content: "";
  position: absolute;
  top: 5%;
  left: -2.5rem;
  width: 1.75rem;
  height: 1.75rem;
  background: url("data:image/svg+xml, <svg  viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.27359 3.36841C8.74096 3.36841 8.9557 3.48209 8.9557 3.74736C8.9557 3.94946 8.93044 4.23999 8.86728 4.75788C8.70307 6.19788 8.61465 7.66315 8.50096 9.27999C8.4378 9.36841 8.12202 9.36841 8.05886 9.27999C7.94517 7.66315 7.86938 6.19788 7.69254 4.75788C7.64202 4.23999 7.60412 3.94946 7.60412 3.74736C7.60412 3.48209 7.81886 3.36841 8.27359 3.36841ZM8.28623 11.92C7.88202 11.92 7.57886 11.6295 7.57886 11.1747C7.57886 10.7579 7.88202 10.4421 8.28623 10.4421C8.70307 10.4421 9.00623 10.7579 9.00623 11.1747C9.00623 11.6295 8.70307 11.92 8.28623 11.92Z\" fill=\"%23EF8903\"/><circle cx=\"8\" cy=\"8\" r=\"7.7\" stroke=\"%23EF8903\" stroke-width=\"0.6\"/></svg>");
  background-repeat: no-repeat;
}
.result-notes p,
.result-notes a {
  font-size: 1.2rem;
  padding-bottom: 2rem;
}
.result-notes a {
  color: var(--orange);
}

.wpcf7-list-item-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.wpcf7-not-valid-tip {
  padding-top: 0.75rem;
}

.wpcf7-list-item {
  margin: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  Data table   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cal-result-container h4 {
  padding-bottom: 3rem;
}
.cal-result-container .share-now {
  border-top: 1px solid #ADADAD;
  border-style: dashed;
}

.cal-result-box {
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  background-color: var(--light);
}
.cal-result-box label {
  font-size: 1.6rem;
  padding-left: 3rem;
  padding-right: 4rem;
  width: 60%;
}
.cal-result-box input {
  width: 40%;
  padding: 1.5rem 2rem;
  border: none;
  background-color: var(--orange);
  font-size: 2rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: white;
  font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       ON   Button Click 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cal-form-container {
  height: 0;
  overflow: hidden;
  transition: height 0.7s ease;
}
.cal-form-container.active {
  height: auto;
}

.cal-form-wrap .form-group label {
  display: none;
}
@media (min-width: 1026px) {
  .cal-form-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cal-form-wrap .form-group {
    width: 49%;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  Data table   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fuel-data-table table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.3rem;
  text-align: left;
}
.fuel-data-table table thead {
  background-color: #f5f5f5;
}
.fuel-data-table table thead th {
  padding: 0.5rem;
  font-weight: bold;
}
.fuel-data-table table tbody tr {
  border-bottom: 1px solid #ddd;
}
.fuel-data-table table tbody tr:hover {
  background-color: #f9f9f9;
}
.fuel-data-table table tbody tr td {
  padding: 0.75rem;
}
.fuel-data-table table tbody tr td.highlight-red {
  color: #c0392b;
  font-weight: bold;
}
.fuel-data-table table tbody tr td.highlight-orange {
  color: #e67e22;
  font-weight: bold;
}
.fuel-data-table table tbody tr td.highlight-blue {
  color: #2980b9;
  font-weight: bold;
}
.fuel-data-table table th,
.fuel-data-table table td {
  border: 1px solid #ccc;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/swiper-bundle.css ***!
  \****************************************************************************************************************************************************************************************/
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/@fancyapps/ui/dist/fancybox.css ***!
  \***********************************************************************************************************************************************************************************************/
.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/js/Module/components/accordian.scss ***!
  \******************************************************************************************************************************************************************************************/
.accordion {
  padding-left: 0;
  list-style-type: none;
  position: relative;
  z-index: 2;
}
.accordion > li {
  position: relative;
  background-color: #fff;
  color: var(--blue);
  margin-bottom: 1rem;
}
.accordion .accordian-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 0 !important;
  cursor: pointer;
  padding: 1.5rem 2rem;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.accordion .accordian-title h3 {
  font-size: 2.6rem;
  font-weight: 400;
}
.accordion .accordian-title .more {
  transition: all 0.3s ease;
  font-size: 3rem;
  line-height: 1;
}
.accordion .accordian-title .more svg {
  height: 1.5rem;
  width: 1.5rem;
  fill: var(--orange);
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.accordion .accordion_item {
  overflow: hidden;
  background-color: var(--white);
  height: 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .accordion .accordian-title {
    padding: var(--grid-padding);
  }
}
.accordion li.selected .accordian-title h3 {
  color: var(--orange);
}
.accordion li.selected .accordian-title.linehover-1::before {
  transform: translateX(0%);
}
.accordion li.selected .accordion_item {
  height: auto;
}
.accordion li.selected .more {
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.accordion li.selected .more svg {
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.accordion .swiper-pagination {
  top: auto !important;
  bottom: 5%;
}
.accordion .swiper-slide h5 {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 1rem;
}
.accordion .swiper-slide p {
  font-size: 1.6rem;
  max-width: 30rem;
}
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/js/Module/dpkCursor/dpkCursor.scss ***!
  \*****************************************************************************************************************************************************************************************/

.dpkCursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 1.75rem;
  width: 1.75rem;
  color: white;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.3s cubic-bezier(0.51, 1.07, 1, 1), height 0.3s cubic-bezier(0.51, 1.07, 1, 1), opacity 0.25s cubic-bezier(0.51, 1.07, 1, 1);
  /* hover-bg attribute removed if you need background color
     for the cursor then use this 👇 */
}
.dpkCursor.hover-active {
  height: 6rem;
  width: 12rem;
  white-space: nowrap;
  font-size: 2rem;
  background-color: var(--orange);
  border-radius: 3rem;
  padding: 1rem 5rem;
}
.dpkCursor.hover-bg {
  border-width: 0;
  mix-blend-mode: normal;
  background-color: limegreen;
  height: 6rem;
  width: 6rem;
}
.dpkCursor.noCursor {
  opacity: 0;
}
.dpkCursor.emogy {
  height: 6rem;
  width: 6rem;
  font-size: 2rem;
  mix-blend-mode: normal;
}
.dpkCursor.mixBlend {
  height: 6rem;
  width: 6rem;
  background: white;
  mix-blend-mode: exclusion;
}
.dpkCursor.hover-img {
  height: 10rem;
  width: 10rem;
  border: none;
  border-radius: 0;
  background-size: cover;
  mix-blend-mode: normal;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 For  Loader 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.dpkCursor:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: -8px;
  left: -8px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 2px solid transparent;
  border-bottom-color: white;
  border-radius: 50px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.dpkCursor.loading::before {
  opacity: 1;
  animation: rotating 0.7s ease-in-out infinite;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  95% {
    transform: rotate(350deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/js/Module/animations/gsap-effects.scss ***!
  \*********************************************************************************************************************************************************************************************/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Growing Texts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.reveal {
  visibility: hidden;
  position: relative;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          Paragraph Reveal Animation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
[data-dpk-call=paraR] > h2, [data-dpk-call=paraR] > h3, [data-dpk-call=paraR] > h4, [data-dpk-call=paraR] > h5, [data-dpk-call=paraR] > h6, [data-dpk-call=paraR] > p, [data-dpk-call=paraR] > .btn-1 {
  visibility: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    List items reveal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
[data-dpk-call=appearLi] ul li,
[data-dpk-call=appearLi] .para p {
  visibility: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                   3 block appear x
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
[data-dpk-call=aniBox] > div, [data-dpk-call=aniBox] .box-x,
[data-dpk-call=aniBoxP] > div,
[data-dpk-call=aniBoxP] .box-x {
  visibility: hidden;
  transform: translateX(70%);
}
[data-dpk-call=aniBox] .v-0,
[data-dpk-call=aniBoxP] .v-0 {
  visibility: hidden;
}

[data-dpk-call=aniBoxP2] .animate-icon {
  visibility: hidden;
  transform: translateY(20%);
}

[data-dpk-call=aniBoxY] .service-box, [data-dpk-call=aniBoxY] .box-y {
  visibility: hidden;
  transform: translateY(25%);
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/js/Module/sliders/slider.scss ***!
  \************************************************************************************************************************************************************************************/
.swiper .next,
.swiper .prev {
  cursor: pointer;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/js/Module/sliders/click-slider.scss ***!
  \******************************************************************************************************************************************************************************************/
.click-slider .swiper {
  width: 100%;
}
.click-slider .swiper .swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .click-slider .swiper {
    height: auto;
  }
}
.click-slider .swiper a {
  transition: color 0.2s ease;
}
.click-slider .swiper a:hover {
  color: var(--orange);
}
.click-slider h4 {
  padding-bottom: 2rem;
}
.click-slider ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.click-slider ul li {
  width: 33.33%;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 1.5rem;
  transition: color 0.2s ease;
  cursor: pointer;
}
.click-slider ul li:hover {
  color: var(--orange);
}
@media (max-width: 767px) {
  .click-slider ul li {
    width: 50%;
  }
}
.click-slider h6,
.click-slider h5 {
  font-size: 2.8rem;
  font-weight: 400;
  padding-bottom: 3rem;
  color: var(--blue);
}
.click-slider h5 {
  font-size: 2rem;
}
.click-slider h5 span,
.click-slider h5 strong {
  color: var(--orange);
  font-size: 2rem;
}

.a-location1 h6 {
  color: var(--orange);
  padding-bottom: 1.25rem;
  font-weight: 400;
  font-size: 2rem;
  padding-bottom: 1.5rem;
}
.a-location1 div a {
  display: block;
  transition: color 0.2s ease;
  padding-bottom: 0.75rem;
  font-size: 1.8rem;
}
.a-location1 div a svg {
  height: 2rem;
  width: 2rem;
  margin-right: 0.75rem;
  fill: var(--blue) !important;
}
.a-location1 div a:hover {
  color: var(--orange);
}
.a-location1 .btn-1 {
  display: flex;
  align-items: center;
}
.a-location1 .btn-1 span {
  display: inline-flex;
}

.ttt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ttt a {
  cursor: pointer;
  color: var(--blue);
  font-size: 2.5rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 1.75rem;
  margin-left: 3rem;
  padding-right: 2rem;
  line-height: 1.3;
}
.ttt a svg {
  position: absolute;
  left: -3rem;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 3rem;
  width: 3rem;
  display: none;
}
.ttt a.active {
  color: var(--orange);
  border-right: 0.6rem solid var(--orange);
}
.ttt a.active svg {
  display: inline-block;
}
@media (max-width: 767px) {
  .ttt a {
    margin-right: 3rem;
    margin-left: 0;
    font-size: 2.75rem;
  }
}
@media (max-width: 1024px) {
  .ttt {
    flex-direction: row;
    padding-bottom: 3rem;
  }
  .ttt a {
    color: var(--blue) !important;
  }
  .ttt a.active {
    border: none;
  }
  .ttt a.active svg {
    display: none;
  }
}

@media (min-width: 1025px) {
  .fc-port-slider {
    transform: translateX(var(--grid-padding));
  }
  .dummy-slide {
    margin: 0 !important;
    width: 1rem !important;
  }
}
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/js/Module/sliders/news-slider.scss ***!
  \*****************************************************************************************************************************************************************************************/
.fc-news,
.fc-knowledge {
  position: relative;
}
.fc-news .swiper-slide,
.fc-knowledge .swiper-slide {
  padding-bottom: 2rem;
}
.fc-news .date,
.fc-knowledge .date {
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
}
.fc-news .date span,
.fc-knowledge .date span {
  color: var(--black);
  font-weight: 300;
  font-size: 1.6rem;
  padding-right: 2rem;
}
.fc-news .date span:nth-child(1),
.fc-knowledge .date span:nth-child(1) {
  position: relative;
}
.fc-news .fc-title,
.fc-knowledge .fc-title {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--blue);
  line-height: 1.3;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .fc-news .fc-title,
  .fc-knowledge .fc-title {
    font-size: 2.4rem;
  }
}
.fc-news .fc-title:hover,
.fc-knowledge .fc-title:hover {
  color: var(--orange);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    Arrow on Hover         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.show-arrow,
.fc-news .img-detect,
.fc-knowledge .img-detect {
  position: relative;
}
.show-arrow .arrow,
.fc-news .img-detect .arrow,
.fc-knowledge .img-detect .arrow {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 22;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--orange);
  height: 8rem;
  width: 8rem;
  transform: translate(-100%, 130%);
  transition: transform 0.2s ease;
}
.show-arrow .arrow svg,
.fc-news .img-detect .arrow svg,
.fc-knowledge .img-detect .arrow svg {
  height: 2.5rem;
  width: 2.5rem;
  transform: rotate(-45deg);
  fill: white;
}
.show-arrow:hover .arrow,
.fc-news .img-detect:hover .arrow,
.fc-knowledge .img-detect:hover .arrow {
  transform: translate(0, 0);
}
@media (max-width: 1024px) {
  .show-arrow .arrow,
  .fc-news .img-detect .arrow,
  .fc-knowledge .img-detect .arrow {
    transform: translate(0, 0) !important;
  }
}
.show-arrow img,
.fc-news .img-detect img,
.fc-knowledge .img-detect img {
  height: 32rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.fc-news .swiper-slide .fc-title {
  transition: color 0.2s ease;
}
.fc-news .swiper-slide .fc-title:hover {
  color: var(--orange);
}

.swiper-pagination-bullet {
  height: 0.6rem !important;
  width: 0.6rem !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--orange) !important;
  width: 4rem !important;
  border-radius: 1rem !important;
}

.home-page .fc-news h2,
.home-page .fc-news .fc-title,
.home-page .fc-news .date span {
  color: white;
}
.home-page .fc-news .date span::after {
  background-color: white !important;
}

.k-box .img-detect {
  max-width: 14rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Navigation fuels pages fc-news
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.navi-fc-news .k-box {
  margin-bottom: 2rem;
}
.navi-fc-news .k-box a {
  font-size: 2rem !important;
  margin-top: 0rem !important;
}
.navi-fc-news .k-box .img-detect {
  min-width: 16rem;
}
.navi-fc-news .fc-title {
  padding-bottom: 2rem !important;
}
.navi-fc-news .rect-img {
  object-fit: cover;
  height: 45rem !important;
  object-position: top;
}
.navi-fc-news .square-img {
  object-fit: cover;
  height: 15rem !important;
  width: 15rem !important;
  object-position: top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Pagination on news page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tool-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
}
.tool-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
}
.tool-pagination ul li {
  margin-left: 1.5rem;
  list-style: none;
  margin-bottom: 1.5rem;
}
.tool-pagination ul li a {
  border: 1px solid var(--blue);
  padding: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  transition: background-color 0.2s ease;
}
.tool-pagination ul li a:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: white;
}

@media (max-width: 1024px) {
  .kn-page {
    flex-direction: column;
  }
  .kn-page .img-detect {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/js/Module/sliders/circle-slider.scss ***!
  \*******************************************************************************************************************************************************************************************/
.circle-slider img {
  border-radius: 50%;
  margin-bottom: 3rem;
  max-width: 90%;
}
@media (max-width: 767px) {
  .circle-slider img {
    max-width: 100%;
    padding: 0 2.5%;
  }
}
.circle-slider h3 {
  padding-bottom: 2rem;
  font-size: 3.5rem;
}
.circle-slider p {
  max-width: 95%;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/js/Module/sliders/parnter-slider.scss ***!
  \********************************************************************************************************************************************************************************************/
.fc-partner .swiper-slide {
  text-align: center;
}
.fc-partner img {
  padding-bottom: 1rem;
  width: 22rem;
  aspect-ratio: 3/2;
  object-fit: contain;
  padding: 1.25rem;
  transition: transform 0.5s ease;
}
@media (max-width: 767px) {
  .fc-partner img {
    padding: 1rem;
  }
}
.fc-partner img:hover {
  transform: scale(1.1);
}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/js/Module/lenis/lenis.scss ***!
  \*********************************************************************************************************************************************************************************/
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

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


:root {
  --orange: #e43535;
  --overlay-darkness: 0.4;
}

.bg-dark-overlay {
  position: relative;
  z-index: 0;
}

.bg-dark-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--overlay-darkness));
  z-index: -1;
}


			@media only screen and (max-width: 768px) {
p.has-location a:hover{
	color: #ef8903;
}
.serviceSlider .swiper-pagination-bullet,
.staffSlider .swiper-pagination-bullet{
		opacity: 1;
    background: #fff;
	}
.serviceSlider .service-box{
	width: 100% !important;
}

.serviceSlider .swiper-pagination,
.staffSlider .swiper-pagination{
	text-align: center !important;
}
	.serviceSlider-wrap{
		display: block;
	}
}
.d-desktop-service{
	display: flex;
	flex-wrap: wrap;
}

.staffSlider .swiper-slide .col-lg-3{
	width: 100%;
}

.staffSlider .swiper-pagination{
	margin-bottom: 30px;
}

p.has-location a:hover{
	color: #ef8903;
}




.wpcf7-spinner {
    position: absolute !important;
    top: 50%;
    transform: translate(-50%, -50%);
}


#nnf-form form.mixed-column-form{
	text-align:left;
}
#nnf-form form.mixed-column-form label{
	color: #fff;
	margin-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    text-align: left;
	font-size: 14px;
}
#nnf-form form.mixed-column-form input{
	border-radius:0;
	font-size: 14px;
	    background: #fff;
	border:0;
	color:#000;
}
#nnf-form form.mixed-column-form .lp-form-field{
	text-align: left;
}
#nnf-form form.mixed-column-form button.lp-form-button{
	background: #ef8903;
    border-radius: 0;
    border: 0;
		font-size: 14px;
    height: 50px;
	margin-top: 1rem;
}
#nnf-form .popup-form{
	background: none;
	width: auto;
}

.fc-knowledge .img-detect img, .fc-news .img-detect img, .show-arrow img {
	object-position:top;
}

.fancybox__container label.lp-ellipsis{
	 font-size: 1.6rem;
    display: inline-block !important;
    padding-bottom: 0.5rem;
}

 .t-box .tringle:after {
 border-color: #fff transparent transparent !important;
        }


/* News detail page */
body.single-news .news-details img{
	margin-bottom: 0;
    margin-top: 0;
}
.post20377-img {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.post20377-img img {
    height: 370px;
    object-fit: cover;
	width: 95%;
}

/* End News detail page */




/* Knowledge yt video */
@media only screen and (min-width: 1440px) {
	.demand-for-biofuel-is-up-but-why p iframe{
		height: 460px;
	}
}
@media only screen and (min-width: 1680px) {
	.demand-for-biofuel-is-up-but-why p iframe{
		height: 560px;
	}
}
@media only screen and (min-width: 1920px) {
	.demand-for-biofuel-is-up-but-why p iframe{
		height: 650px;
	}
}
@media only screen and (min-width: 2560px) {
	.demand-for-biofuel-is-up-but-why p iframe{
		height: 850px;
	}
}

#nnf-form form.mixed-column-form input{
  font-size: 1.8rem;
	color:black;
}
#nnf-form form.mixed-column-form textarea{
  font-size: 1.8rem;
	color:black;
	background:white;
	border-radius:0;
	border:none;
}

.n7-section .column p {
    font-size: 1.25rem;
    line-height: 1.3;
}


.popup-form button.lp-form-button {
	margin-top:2rem !important;
	font-size:1.8rem !important;
}


@media (min-width: 768px) {
    .news-details img.alignleft {
        float: left;
        margin: 2rem 2rem 1rem 0;
    }
}

label.lp-ellipsis {
    font-size: 1.6rem;
}


.lp-form-fieldInput {
    border: 1px solid black !important;
    margin-top: 1rem;
}
.formTitle{
    text-align: left !important;
}

.lpt-webinarStatic {
    max-width: 65rem !important;
	padding: 3rem;
}

[data-editorblocktype="SubmitButtonBlock"] {
	width:100% !important
}

.lp-form-button.lp-form-fieldInput{
    background: #ef8903 !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 1.6rem;
    height: 5rem;
	color:white;
		width:100% !important
}
.lp-form-button.lp-form-fieldInput:hover {
    background: #092f57 !important;
     
}
.marketing-subscription-list{
	margin-bottom : 1rem
}
[lang="fr-FR"] {
    .env-card.tiny-editor p {
        font-size: 1.8rem;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
  }

  .modal-content {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    width: 90%;
    max-width: 500px;
    animation: slideUp 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transform: translateY(0);
  }

  .modal-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .modal-body {
    padding: 20px;
  }

  .modal-body h2 {
    margin: 0 0 10px;
    font-size: 24px;
  }

  .modal-body p {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
  }

  .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    width: 36px; height: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: transform 0.2s;
  }

  .close:hover {
    transform: rotate(90deg);
  }

  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  @keyframes slideUp {
    from {transform: translateY(60px);}
    to {transform: translateY(0);}
  }

  .s-box-img {
    cursor: pointer;
    transition: transform 0.2s;
  }

  .s-box-img:hover {
    transform: scale(1.03);
  }

  .s-box-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.s-box-img:hover img {
  transform: scale(1.05);
}

/* Modal image juga seragam */
.modal-content img {
  width: 100%;
  height: 300px; /* atur sesuai keinginan */
  object-fit: cover;
}



.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-card {
    background: #0e1a2b;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
}

.service-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.service-content {
    padding: 1.5rem;
}

.service-content h3 {
    margin-bottom: .5rem;
    color: #fff;
}

.service-content p {
    color: #cbd5e1;
    font-size: .95rem;
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}







