/* Global Colors */
:root {
  --white-color: #ffffff;
  --background-color: #ffffff;
  --default-color: #4A4949;
  --heading-color: #121640;
  --accent-color: #121640;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --blue-text-color: #5572FF;
  --black-text-color: #292929;
  --border-color: #121640;
  --action-text-color: #BCEAFB;
  --light-cyan: #E1F4FD;
  --alice-blue: #F0FAFF;
  --mainly-blue: #DDEAFF;
}

/* Nav Menu Colors */
:root {
  --nav-color: #4A4949;
  --nav-hover-color: #0d83fd;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #121640;
  --nav-dropdown-hover-color: #0d83fd;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}


.mainly-blue {
  color: #DDEAFF;
}

.mainly-blue-bg {
  background-color: #DDEAFF;
}

.cosmic-cobalt {
  color: #263189;
}

.dark-cerulean {
  color: #0E4F6C;
}

.diamond-bg {
  background-color: #BCEAFB;
}

.diamond-clr {
  color: #BCEAFB;
}

.prussian-blue {
  color: #093348 !important;
}

.cetacean-blue-bg {
  background-color: #121640;
}

.cetacean-blue {
  color: #121640;
}

.lavender-blue {
  background-color: #C2D8FF;
}

.lavender-blue {
  color: #C2D8FF;
}

.persian-blue-bg {
  background-color: #2531AE;
}

.persian-blue {
  color: #2531AE;
}

.white-clr {
  color: #fff;
}

.blue-eyes {
  color: #9DBEFF;
}

.alice-blue {
  color: #ECF4FF;
}

.blue-ncs {
  color: #068EC3;
}


body {
  font-family: "Outfit", sans-serif !important;
  height: 200vh;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

html {
  scroll-behavior: smooth
}



body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: .1px;
  font-family: "Outfit", sans-serif !important;
  color: #000;
  -webkit-font-smoothing: antialiased
}

body.overflow {
  overflow: hidden
}

p {
  font-weight: 300;
  font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Outfit", sans-serif !important;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  font-family: 'Circular Std Book';
}

a,
a:hover {
  text-decoration: none !important;
}

#select2-country-code-container {
	display: none;
}

/** spacing css **/

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 2rem !important
}

.m-6 {
  margin: 2.5rem !important
}

.m-7 {
  margin: 3rem !important
}

.m-8 {
  margin: 3.5rem !important
}

.m-9 {
  margin: 4rem !important
}

.m-10 {
  margin: 4.5rem !important
}

.m-11 {
  margin: 5rem !important
}

.m-12 {
  margin: 5.5rem !important
}

.m-13 {
  margin: 6rem !important
}

.m-14 {
  margin: 6.5rem !important
}

.m-15 {
  margin: 7rem !important
}

.m-16 {
  margin: 7.5rem !important
}

.m-17 {
  margin: 8rem !important
}

.m-18 {
  margin: 8.5rem !important
}

.m-19 {
  margin: 9rem !important
}

.m-20 {
  margin: 9.5rem !important
}

.m-21 {
  margin: 10rem !important
}

.m-22 {
  margin: 12rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important
}

.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

.mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important
}

.mx-6 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important
}

.mx-7 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.mx-8 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important
}

.mx-9 {
  margin-left: 4rem !important;
  margin-right: 4rem !important
}

.mx-10 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important
}

.mx-11 {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}

.mx-12 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important
}

.mx-13 {
  margin-left: 6rem !important;
  margin-right: 6rem !important
}

.mx-14 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important
}

.mx-15 {
  margin-left: 7rem !important;
  margin-right: 7rem !important
}

.mx-16 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important
}

.mx-17 {
  margin-left: 8rem !important;
  margin-right: 8rem !important
}

.mx-18 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important
}

.mx-19 {
  margin-left: 9rem !important;
  margin-right: 9rem !important
}

.mx-20 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important
}

.mx-21 {
  margin-left: 10rem !important;
  margin-right: 10rem !important
}

.mx-22 {
  margin-left: 12rem !important;
  margin-right: 12rem !important
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important
}

.my-1 {
  margin-bottom: .25rem !important;
  margin-top: .25rem !important
}

.my-2 {
  margin-bottom: .5rem !important;
  margin-top: .5rem !important
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important
}

.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important
}

.my-5 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important
}

.my-6 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important
}

.my-7 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important
}

.my-8 {
  margin-bottom: 3.5rem !important;
  margin-top: 3.5rem !important
}

.my-9 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important
}

.my-10 {
  margin-bottom: 4.5rem !important;
  margin-top: 4.5rem !important
}

.my-11 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important
}

.my-12 {
  margin-bottom: 5.5rem !important;
  margin-top: 5.5rem !important
}

.my-13 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important
}

.my-14 {
  margin-bottom: 6.5rem !important;
  margin-top: 6.5rem !important
}

.my-15 {
  margin-bottom: 7rem !important;
  margin-top: 7rem !important
}

.my-16 {
  margin-bottom: 7.5rem !important;
  margin-top: 7.5rem !important
}

.my-17 {
  margin-bottom: 8rem !important;
  margin-top: 8rem !important
}

.my-18 {
  margin-bottom: 8.5rem !important;
  margin-top: 8.5rem !important
}

.my-19 {
  margin-bottom: 9rem !important;
  margin-top: 9rem !important
}

.my-20 {
  margin-bottom: 9.5rem !important;
  margin-top: 9.5rem !important
}

.my-21 {
  margin-bottom: 10rem !important;
  margin-top: 10rem !important
}

.my-22 {
  margin-bottom: 12rem !important;
  margin-top: 12rem !important
}

.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 2rem !important
}

.mt-6 {
  margin-top: 2.5rem !important
}

.mt-7 {
  margin-top: 3rem !important
}

.mt-8 {
  margin-top: 3.5rem !important
}

.mt-9 {
  margin-top: 4rem !important
}

.mt-10 {
  margin-top: 4.5rem !important
}

.mt-11 {
  margin-top: 5rem !important
}

.mt-12 {
  margin-top: 5.5rem !important
}

.mt-13 {
  margin-top: 6rem !important
}

.mt-14 {
  margin-top: 6.5rem !important
}

.mt-15 {
  margin-top: 7rem !important
}

.mt-16 {
  margin-top: 7.5rem !important
}

.mt-17 {
  margin-top: 8rem !important
}

.mt-18 {
  margin-top: 8.5rem !important
}

.mt-19 {
  margin-top: 9rem !important
}

.mt-20 {
  margin-top: 9.5rem !important
}

.mt-21 {
  margin-top: 10rem !important
}

.mt-22 {
  margin-top: 12rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.me-5 {
  margin-right: 2rem !important
}

.me-6 {
  margin-right: 2.5rem !important
}

.me-7 {
  margin-right: 3rem !important
}

.me-8 {
  margin-right: 3.5rem !important
}

.me-9 {
  margin-right: 4rem !important
}

.me-10 {
  margin-right: 4.5rem !important
}

.me-11 {
  margin-right: 5rem !important
}

.me-12 {
  margin-right: 5.5rem !important
}

.me-13 {
  margin-right: 6rem !important
}

.me-14 {
  margin-right: 6.5rem !important
}

.me-15 {
  margin-right: 7rem !important
}

.me-16 {
  margin-right: 7.5rem !important
}

.me-17 {
  margin-right: 8rem !important
}

.me-18 {
  margin-right: 8.5rem !important
}

.me-19 {
  margin-right: 9rem !important
}

.me-20 {
  margin-right: 9.5rem !important
}

.me-21 {
  margin-right: 10rem !important
}

.me-22 {
  margin-right: 12rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 2rem !important
}

.mb-6 {
  margin-bottom: 2.5rem !important
}

.mb-7 {
  margin-bottom: 3rem !important
}

.mb-8 {
  margin-bottom: 3.5rem !important
}

.mb-9 {
  margin-bottom: 4rem !important
}

.mb-10 {
  margin-bottom: 4.5rem !important
}

.mb-11 {
  margin-bottom: 5rem !important
}

.mb-12 {
  margin-bottom: 5.5rem !important
}

.mb-13 {
  margin-bottom: 6rem !important
}

.mb-14 {
  margin-bottom: 6.5rem !important
}

.mb-15 {
  margin-bottom: 7rem !important
}

.mb-16 {
  margin-bottom: 7.5rem !important
}

.mb-17 {
  margin-bottom: 8rem !important
}

.mb-18 {
  margin-bottom: 8.5rem !important
}

.mb-19 {
  margin-bottom: 9rem !important
}

.mb-20 {
  margin-bottom: 9.5rem !important
}

.mb-21 {
  margin-bottom: 10rem !important
}

.mb-22 {
  margin-bottom: 12rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-5 {
  margin-left: 2rem !important
}

.ms-6 {
  margin-left: 2.5rem !important
}

.ms-7 {
  margin-left: 3rem !important
}

.ms-8 {
  margin-left: 3.5rem !important
}

.ms-9 {
  margin-left: 4rem !important
}

.ms-10 {
  margin-left: 4.5rem !important
}

.ms-11 {
  margin-left: 5rem !important
}

.ms-12 {
  margin-left: 5.5rem !important
}

.ms-13 {
  margin-left: 6rem !important
}

.ms-14 {
  margin-left: 6.5rem !important
}

.ms-15 {
  margin-left: 7rem !important
}

.ms-16 {
  margin-left: 7.5rem !important
}

.ms-17 {
  margin-left: 8rem !important
}

.ms-18 {
  margin-left: 8.5rem !important
}

.ms-19 {
  margin-left: 9rem !important
}

.ms-20 {
  margin-left: 9.5rem !important
}

.ms-21 {
  margin-left: 10rem !important
}

.ms-22 {
  margin-left: 12rem !important
}

.ms-auto {
  margin-left: auto !important
}

.m-n1 {
  margin: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.m-n5 {
  margin: -2rem !important
}

.m-n6 {
  margin: -2.5rem !important
}

.m-n7 {
  margin: -3rem !important
}

.m-n8 {
  margin: -3.5rem !important
}

.m-n9 {
  margin: -4rem !important
}

.m-n10 {
  margin: -4.5rem !important
}

.m-n11 {
  margin: -5rem !important
}

.m-n12 {
  margin: -5.5rem !important
}

.m-n13 {
  margin: -6rem !important
}

.m-n14 {
  margin: -6.5rem !important
}

.m-n15 {
  margin: -7rem !important
}

.m-n16 {
  margin: -7.5rem !important
}

.m-n17 {
  margin: -8rem !important
}

.m-n18 {
  margin: -8.5rem !important
}

.m-n19 {
  margin: -9rem !important
}

.m-n20 {
  margin: -9.5rem !important
}

.m-n21 {
  margin: -10rem !important
}

.m-n22 {
  margin: -12rem !important
}

.mx-n1 {
  margin-left: -.25rem !important;
  margin-right: -.25rem !important
}

.mx-n2 {
  margin-left: -.5rem !important;
  margin-right: -.5rem !important
}

.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important
}

.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important
}

.mx-n5 {
  margin-left: -2rem !important;
  margin-right: -2rem !important
}

.mx-n6 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important
}

.mx-n7 {
  margin-left: -3rem !important;
  margin-right: -3rem !important
}

.mx-n8 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important
}

.mx-n9 {
  margin-left: -4rem !important;
  margin-right: -4rem !important
}

.mx-n10 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important
}

.mx-n11 {
  margin-left: -5rem !important;
  margin-right: -5rem !important
}

.mx-n12 {
  margin-left: -5.5rem !important;
  margin-right: -5.5rem !important
}

.mx-n13 {
  margin-left: -6rem !important;
  margin-right: -6rem !important
}

.mx-n14 {
  margin-left: -6.5rem !important;
  margin-right: -6.5rem !important
}

.mx-n15 {
  margin-left: -7rem !important;
  margin-right: -7rem !important
}

.mx-n16 {
  margin-left: -7.5rem !important;
  margin-right: -7.5rem !important
}

.mx-n17 {
  margin-left: -8rem !important;
  margin-right: -8rem !important
}

.mx-n18 {
  margin-left: -8.5rem !important;
  margin-right: -8.5rem !important
}

.mx-n19 {
  margin-left: -9rem !important;
  margin-right: -9rem !important
}

.mx-n20 {
  margin-left: -9.5rem !important;
  margin-right: -9.5rem !important
}

.mx-n21 {
  margin-left: -10rem !important;
  margin-right: -10rem !important
}

.mx-n22 {
  margin-left: -12rem !important;
  margin-right: -12rem !important
}

.my-n1 {
  margin-bottom: -.25rem !important;
  margin-top: -.25rem !important
}

.my-n2 {
  margin-bottom: -.5rem !important;
  margin-top: -.5rem !important
}

.my-n3 {
  margin-bottom: -1rem !important;
  margin-top: -1rem !important
}

.my-n4 {
  margin-bottom: -1.5rem !important;
  margin-top: -1.5rem !important
}

.my-n5 {
  margin-bottom: -2rem !important;
  margin-top: -2rem !important
}

.my-n6 {
  margin-bottom: -2.5rem !important;
  margin-top: -2.5rem !important
}

.my-n7 {
  margin-bottom: -3rem !important;
  margin-top: -3rem !important
}

.my-n8 {
  margin-bottom: -3.5rem !important;
  margin-top: -3.5rem !important
}

.my-n9 {
  margin-bottom: -4rem !important;
  margin-top: -4rem !important
}

.my-n10 {
  margin-bottom: -4.5rem !important;
  margin-top: -4.5rem !important
}

.my-n11 {
  margin-bottom: -5rem !important;
  margin-top: -5rem !important
}

.my-n12 {
  margin-bottom: -5.5rem !important;
  margin-top: -5.5rem !important
}

.my-n13 {
  margin-bottom: -6rem !important;
  margin-top: -6rem !important
}

.my-n14 {
  margin-bottom: -6.5rem !important;
  margin-top: -6.5rem !important
}

.my-n15 {
  margin-bottom: -7rem !important;
  margin-top: -7rem !important
}

.my-n16 {
  margin-bottom: -7.5rem !important;
  margin-top: -7.5rem !important
}

.my-n17 {
  margin-bottom: -8rem !important;
  margin-top: -8rem !important
}

.my-n18 {
  margin-bottom: -8.5rem !important;
  margin-top: -8.5rem !important
}

.my-n19 {
  margin-bottom: -9rem !important;
  margin-top: -9rem !important
}

.my-n20 {
  margin-bottom: -9.5rem !important;
  margin-top: -9.5rem !important
}

.my-n21 {
  margin-bottom: -10rem !important;
  margin-top: -10rem !important
}

.my-n22 {
  margin-bottom: -12rem !important;
  margin-top: -12rem !important
}

.mt-n1 {
  margin-top: -.25rem !important
}

.mt-n2 {
  margin-top: -.5rem !important
}

.mt-n3 {
  margin-top: -1rem !important
}

.mt-n4 {
  margin-top: -1.5rem !important
}

.mt-n5 {
  margin-top: -2rem !important
}

.mt-n6 {
  margin-top: -2.5rem !important
}

.mt-n7 {
  margin-top: -3rem !important
}

.mt-n8 {
  margin-top: -3.5rem !important
}

.mt-n9 {
  margin-top: -4rem !important
}

.mt-n10 {
  margin-top: -4.5rem !important
}

.mt-n11 {
  margin-top: -5rem !important
}

.mt-n12 {
  margin-top: -5.5rem !important
}

.mt-n13 {
  margin-top: -6rem !important
}

.mt-n14 {
  margin-top: -6.5rem !important
}

.mt-n15 {
  margin-top: -7rem !important
}

.mt-n16 {
  margin-top: -7.5rem !important
}

.mt-n17 {
  margin-top: -8rem !important
}

.mt-n18 {
  margin-top: -8.5rem !important
}

.mt-n19 {
  margin-top: -9rem !important
}

.mt-n20 {
  margin-top: -9.5rem !important
}

.mt-n21 {
  margin-top: -10rem !important
}

.mt-n22 {
  margin-top: -12rem !important
}

.me-n1 {
  margin-right: -.25rem !important
}

.me-n2 {
  margin-right: -.5rem !important
}

.me-n3 {
  margin-right: -1rem !important
}

.me-n4 {
  margin-right: -1.5rem !important
}

.me-n5 {
  margin-right: -2rem !important
}

.me-n6 {
  margin-right: -2.5rem !important
}

.me-n7 {
  margin-right: -3rem !important
}

.me-n8 {
  margin-right: -3.5rem !important
}

.me-n9 {
  margin-right: -4rem !important
}

.me-n10 {
  margin-right: -4.5rem !important
}

.me-n11 {
  margin-right: -5rem !important
}

.me-n12 {
  margin-right: -5.5rem !important
}

.me-n13 {
  margin-right: -6rem !important
}

.me-n14 {
  margin-right: -6.5rem !important
}

.me-n15 {
  margin-right: -7rem !important
}

.me-n16 {
  margin-right: -7.5rem !important
}

.me-n17 {
  margin-right: -8rem !important
}

.me-n18 {
  margin-right: -8.5rem !important
}

.me-n19 {
  margin-right: -9rem !important
}

.me-n20 {
  margin-right: -9.5rem !important
}

.me-n21 {
  margin-right: -10rem !important
}

.me-n22 {
  margin-right: -12rem !important
}

.mb-n1 {
  margin-bottom: -.25rem !important
}

.mb-n2 {
  margin-bottom: -.5rem !important
}

.mb-n3 {
  margin-bottom: -1rem !important
}

.mb-n4 {
  margin-bottom: -1.5rem !important
}

.mb-n5 {
  margin-bottom: -2rem !important
}

.mb-n6 {
  margin-bottom: -2.5rem !important
}

.mb-n7 {
  margin-bottom: -3rem !important
}

.mb-n8 {
  margin-bottom: -3.5rem !important
}

.mb-n9 {
  margin-bottom: -4rem !important
}

.mb-n10 {
  margin-bottom: -4.5rem !important
}

.mb-n11 {
  margin-bottom: -5rem !important
}

.mb-n12 {
  margin-bottom: -5.5rem !important
}

.mb-n13 {
  margin-bottom: -6rem !important
}

.mb-n14 {
  margin-bottom: -6.5rem !important
}

.mb-n15 {
  margin-bottom: -7rem !important
}

.mb-n16 {
  margin-bottom: -7.5rem !important
}

.mb-n17 {
  margin-bottom: -8rem !important
}

.mb-n18 {
  margin-bottom: -8.5rem !important
}

.mb-n19 {
  margin-bottom: -9rem !important
}

.mb-n20 {
  margin-bottom: -9.5rem !important
}

.mb-n21 {
  margin-bottom: -10rem !important
}

.mb-n22 {
  margin-bottom: -12rem !important
}

.ms-n1 {
  margin-left: -.25rem !important
}

.ms-n2 {
  margin-left: -.5rem !important
}

.ms-n3 {
  margin-left: -1rem !important
}

.ms-n4 {
  margin-left: -1.5rem !important
}

.ms-n5 {
  margin-left: -2rem !important
}

.ms-n6 {
  margin-left: -2.5rem !important
}

.ms-n7 {
  margin-left: -3rem !important
}

.ms-n8 {
  margin-left: -3.5rem !important
}

.ms-n9 {
  margin-left: -4rem !important
}

.ms-n10 {
  margin-left: -4.5rem !important
}

.ms-n11 {
  margin-left: -5rem !important
}

.ms-n12 {
  margin-left: -5.5rem !important
}

.ms-n13 {
  margin-left: -6rem !important
}

.ms-n14 {
  margin-left: -6.5rem !important
}

.ms-n15 {
  margin-left: -7rem !important
}

.ms-n16 {
  margin-left: -7.5rem !important
}

.ms-n17 {
  margin-left: -8rem !important
}

.ms-n18 {
  margin-left: -8.5rem !important
}

.ms-n19 {
  margin-left: -9rem !important
}

.ms-n20 {
  margin-left: -9.5rem !important
}

.ms-n21 {
  margin-left: -10rem !important
}

.ms-n22 {
  margin-left: -12rem !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 2rem !important
}

.p-6 {
  padding: 2.5rem !important
}

.p-7 {
  padding: 3rem !important
}

.p-8 {
  padding: 3.5rem !important
}

.p-9 {
  padding: 4rem !important
}

.p-10 {
  padding: 4.5rem !important
}

.p-11 {
  padding: 5rem !important
}

.p-12 {
  padding: 5.5rem !important
}

.p-13 {
  padding: 6rem !important
}

.p-14 {
  padding: 6.5rem !important
}

.p-15 {
  padding: 7rem !important
}

.p-16 {
  padding: 7.5rem !important
}

.p-17 {
  padding: 8rem !important
}

.p-18 {
  padding: 8.5rem !important
}

.p-19 {
  padding: 9rem !important
}

.p-20 {
  padding: 9.5rem !important
}

.p-21 {
  padding: 10rem !important
}

.p-22 {
  padding: 12rem !important
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.px-6 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important
}

.px-7 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.px-8 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important
}

.px-9 {
  padding-left: 4rem !important;
  padding-right: 4rem !important
}

.px-10 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important
}

.px-11 {
  padding-left: 5rem !important;
  padding-right: 5rem !important
}

.px-12 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important
}

.px-13 {
  padding-left: 6rem !important;
  padding-right: 6rem !important
}

.px-14 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important
}

.px-15 {
  padding-left: 7rem !important;
  padding-right: 7rem !important
}

.px-16 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important
}

.px-17 {
  padding-left: 8rem !important;
  padding-right: 8rem !important
}

.px-18 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important
}

.px-19 {
  padding-left: 9rem !important;
  padding-right: 9rem !important
}

.px-20 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important
}

.px-21 {
  padding-left: 10rem !important;
  padding-right: 10rem !important
}

.px-22 {
  padding-left: 12rem !important;
  padding-right: 12rem !important
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

.py-1 {
  padding-bottom: .25rem !important;
  padding-top: .25rem !important
}

.py-2 {
  padding-bottom: .5rem !important;
  padding-top: .5rem !important
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important
}

.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important
}

.py-5 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important
}

.py-6 {
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important
}

.py-7 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important
}

.py-8 {
  padding-bottom: 3.5rem !important;
  padding-top: 3.5rem !important
}

.py-9 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important
}

.py-10 {
  padding-bottom: 4.5rem !important;
  padding-top: 4.5rem !important
}

.py-11 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important
}

.py-12 {
  padding-bottom: 5.5rem !important;
  padding-top: 5.5rem !important
}

.py-13 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important
}

.py-14 {
  padding-bottom: 6.5rem !important;
  padding-top: 6.5rem !important
}

.py-15 {
  padding-bottom: 7rem !important;
  padding-top: 7rem !important
}

.py-16 {
  padding-bottom: 7.5rem !important;
  padding-top: 7.5rem !important
}

.py-17 {
  padding-bottom: 8rem !important;
  padding-top: 8rem !important
}

.py-18 {
  padding-bottom: 8.5rem !important;
  padding-top: 8.5rem !important
}

.py-19 {
  padding-bottom: 9rem !important;
  padding-top: 9rem !important
}

.py-20 {
  padding-bottom: 9.5rem !important;
  padding-top: 9.5rem !important
}

.py-21 {
  padding-bottom: 10rem !important;
  padding-top: 10rem !important
}

.py-22 {
  padding-bottom: 12rem !important;
  padding-top: 12rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 2rem !important
}

.pt-6 {
  padding-top: 2.5rem !important
}

.pt-7 {
  padding-top: 3rem !important
}

.pt-8 {
  padding-top: 3.5rem !important
}

.pt-9 {
  padding-top: 4rem !important
}

.pt-10 {
  padding-top: 4.5rem !important
}

.pt-11 {
  padding-top: 5rem !important
}

.pt-12 {
  padding-top: 5.5rem !important
}

.pt-13 {
  padding-top: 6rem !important
}

.pt-14 {
  padding-top: 6.5rem !important
}

.pt-15 {
  padding-top: 7rem !important
}

.pt-16 {
  padding-top: 7.5rem !important
}

.pt-17 {
  padding-top: 8rem !important
}

.pt-18 {
  padding-top: 8.5rem !important
}

.pt-19 {
  padding-top: 9rem !important
}

.pt-20 {
  padding-top: 9.5rem !important
}

.pt-21 {
  padding-top: 10rem !important
}

.pt-22 {
  padding-top: 12rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pe-4 {
  padding-right: 1.5rem !important
}

.pe-5 {
  padding-right: 2rem !important
}

.pe-6 {
  padding-right: 2.5rem !important
}

.pe-7 {
  padding-right: 3rem !important
}

.pe-8 {
  padding-right: 3.5rem !important
}

.pe-9 {
  padding-right: 4rem !important
}

.pe-10 {
  padding-right: 4.5rem !important
}

.pe-11 {
  padding-right: 5rem !important
}

.pe-12 {
  padding-right: 5.5rem !important
}

.pe-13 {
  padding-right: 6rem !important
}

.pe-14 {
  padding-right: 6.5rem !important
}

.pe-15 {
  padding-right: 7rem !important
}

.pe-16 {
  padding-right: 7.5rem !important
}

.pe-17 {
  padding-right: 8rem !important
}

.pe-18 {
  padding-right: 8.5rem !important
}

.pe-19 {
  padding-right: 9rem !important
}

.pe-20 {
  padding-right: 9.5rem !important
}

.pe-21 {
  padding-right: 10rem !important
}

.pe-22 {
  padding-right: 12rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 2rem !important
}

.pb-6 {
  padding-bottom: 2.5rem !important
}

.pb-7 {
  padding-bottom: 3rem !important
}

.pb-8 {
  padding-bottom: 3.5rem !important
}

.pb-9 {
  padding-bottom: 4rem !important
}

.pb-10 {
  padding-bottom: 4.5rem !important
}

.pb-11 {
  padding-bottom: 5rem !important
}

.pb-12 {
  padding-bottom: 5.5rem !important
}

.pb-13 {
  padding-bottom: 6rem !important
}

.pb-14 {
  padding-bottom: 6.5rem !important
}

.pb-15 {
  padding-bottom: 7rem !important
}

.pb-16 {
  padding-bottom: 7.5rem !important
}

.pb-17 {
  padding-bottom: 8rem !important
}

.pb-18 {
  padding-bottom: 8.5rem !important
}

.pb-19 {
  padding-bottom: 9rem !important
}

.pb-20 {
  padding-bottom: 9.5rem !important
}

.pb-21 {
  padding-bottom: 10rem !important
}

.pb-22 {
  padding-bottom: 12rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.ps-5 {
  padding-left: 2rem !important
}

.ps-6 {
  padding-left: 2.5rem !important
}

.ps-7 {
  padding-left: 3rem !important
}

.ps-8 {
  padding-left: 3.5rem !important
}

.ps-9 {
  padding-left: 4rem !important
}

.ps-10 {
  padding-left: 4.5rem !important
}

.ps-11 {
  padding-left: 5rem !important
}

.ps-12 {
  padding-left: 5.5rem !important
}

.ps-13 {
  padding-left: 6rem !important
}

.ps-14 {
  padding-left: 6.5rem !important
}

.ps-15 {
  padding-left: 7rem !important
}

.ps-16 {
  padding-left: 7.5rem !important
}

.ps-17 {
  padding-left: 8rem !important
}

.ps-18 {
  padding-left: 8.5rem !important
}

.ps-19 {
  padding-left: 9rem !important
}

.ps-20 {
  padding-left: 9.5rem !important
}

.ps-21 {
  padding-left: 10rem !important
}

.ps-22 {
  padding-left: 12rem !important
}

@media(min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .m-sm-5 {
    margin: 2rem !important
  }

  .m-sm-6 {
    margin: 2.5rem !important
  }

  .m-sm-7 {
    margin: 3rem !important
  }

  .m-sm-8 {
    margin: 3.5rem !important
  }

  .m-sm-9 {
    margin: 4rem !important
  }

  .m-sm-10 {
    margin: 4.5rem !important
  }

  .m-sm-11 {
    margin: 5rem !important
  }

  .m-sm-12 {
    margin: 5.5rem !important
  }

  .m-sm-13 {
    margin: 6rem !important
  }

  .m-sm-14 {
    margin: 6.5rem !important
  }

  .m-sm-15 {
    margin: 7rem !important
  }

  .m-sm-16 {
    margin: 7.5rem !important
  }

  .m-sm-17 {
    margin: 8rem !important
  }

  .m-sm-18 {
    margin: 8.5rem !important
  }

  .m-sm-19 {
    margin: 9rem !important
  }

  .m-sm-20 {
    margin: 9.5rem !important
  }

  .m-sm-21 {
    margin: 10rem !important
  }

  .m-sm-22 {
    margin: 12rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .mx-sm-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .mx-sm-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-sm-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important
  }

  .mx-sm-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .mx-sm-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }

  .mx-sm-11 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .mx-sm-12 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important
  }

  .mx-sm-13 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .mx-sm-14 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important
  }

  .mx-sm-15 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .mx-sm-16 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
  }

  .mx-sm-17 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .mx-sm-18 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important
  }

  .mx-sm-19 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }

  .mx-sm-20 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important
  }

  .mx-sm-21 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .mx-sm-22 {
    margin-left: 12rem !important;
    margin-right: 12rem !important
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }

  .my-sm-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .my-sm-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }

  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }

  .my-sm-5 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
  }

  .my-sm-6 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important
  }

  .my-sm-7 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .my-sm-8 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important
  }

  .my-sm-9 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .my-sm-10 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important
  }

  .my-sm-11 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .my-sm-12 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important
  }

  .my-sm-13 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }

  .my-sm-14 {
    margin-bottom: 6.5rem !important;
    margin-top: 6.5rem !important
  }

  .my-sm-15 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
  }

  .my-sm-16 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important
  }

  .my-sm-17 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important
  }

  .my-sm-18 {
    margin-bottom: 8.5rem !important;
    margin-top: 8.5rem !important
  }

  .my-sm-19 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important
  }

  .my-sm-20 {
    margin-bottom: 9.5rem !important;
    margin-top: 9.5rem !important
  }

  .my-sm-21 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important
  }

  .my-sm-22 {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important
  }

  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }

  .mt-sm-0 {
    margin-top: 0 !important
  }

  .mt-sm-1 {
    margin-top: .25rem !important
  }

  .mt-sm-2 {
    margin-top: .5rem !important
  }

  .mt-sm-3 {
    margin-top: 1rem !important
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important
  }

  .mt-sm-5 {
    margin-top: 2rem !important
  }

  .mt-sm-6 {
    margin-top: 2.5rem !important
  }

  .mt-sm-7 {
    margin-top: 3rem !important
  }

  .mt-sm-8 {
    margin-top: 3.5rem !important
  }

  .mt-sm-9 {
    margin-top: 4rem !important
  }

  .mt-sm-10 {
    margin-top: 4.5rem !important
  }

  .mt-sm-11 {
    margin-top: 5rem !important
  }

  .mt-sm-12 {
    margin-top: 5.5rem !important
  }

  .mt-sm-13 {
    margin-top: 6rem !important
  }

  .mt-sm-14 {
    margin-top: 6.5rem !important
  }

  .mt-sm-15 {
    margin-top: 7rem !important
  }

  .mt-sm-16 {
    margin-top: 7.5rem !important
  }

  .mt-sm-17 {
    margin-top: 8rem !important
  }

  .mt-sm-18 {
    margin-top: 8.5rem !important
  }

  .mt-sm-19 {
    margin-top: 9rem !important
  }

  .mt-sm-20 {
    margin-top: 9.5rem !important
  }

  .mt-sm-21 {
    margin-top: 10rem !important
  }

  .mt-sm-22 {
    margin-top: 12rem !important
  }

  .mt-sm-auto {
    margin-top: auto !important
  }

  .me-sm-0 {
    margin-right: 0 !important
  }

  .me-sm-1 {
    margin-right: .25rem !important
  }

  .me-sm-2 {
    margin-right: .5rem !important
  }

  .me-sm-3 {
    margin-right: 1rem !important
  }

  .me-sm-4 {
    margin-right: 1.5rem !important
  }

  .me-sm-5 {
    margin-right: 2rem !important
  }

  .me-sm-6 {
    margin-right: 2.5rem !important
  }

  .me-sm-7 {
    margin-right: 3rem !important
  }

  .me-sm-8 {
    margin-right: 3.5rem !important
  }

  .me-sm-9 {
    margin-right: 4rem !important
  }

  .me-sm-10 {
    margin-right: 4.5rem !important
  }

  .me-sm-11 {
    margin-right: 5rem !important
  }

  .me-sm-12 {
    margin-right: 5.5rem !important
  }

  .me-sm-13 {
    margin-right: 6rem !important
  }

  .me-sm-14 {
    margin-right: 6.5rem !important
  }

  .me-sm-15 {
    margin-right: 7rem !important
  }

  .me-sm-16 {
    margin-right: 7.5rem !important
  }

  .me-sm-17 {
    margin-right: 8rem !important
  }

  .me-sm-18 {
    margin-right: 8.5rem !important
  }

  .me-sm-19 {
    margin-right: 9rem !important
  }

  .me-sm-20 {
    margin-right: 9.5rem !important
  }

  .me-sm-21 {
    margin-right: 10rem !important
  }

  .me-sm-22 {
    margin-right: 12rem !important
  }

  .me-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-0 {
    margin-bottom: 0 !important
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-sm-5 {
    margin-bottom: 2rem !important
  }

  .mb-sm-6 {
    margin-bottom: 2.5rem !important
  }

  .mb-sm-7 {
    margin-bottom: 3rem !important
  }

  .mb-sm-8 {
    margin-bottom: 3.5rem !important
  }

  .mb-sm-9 {
    margin-bottom: 4rem !important
  }

  .mb-sm-10 {
    margin-bottom: 4.5rem !important
  }

  .mb-sm-11 {
    margin-bottom: 5rem !important
  }

  .mb-sm-12 {
    margin-bottom: 5.5rem !important
  }

  .mb-sm-13 {
    margin-bottom: 6rem !important
  }

  .mb-sm-14 {
    margin-bottom: 6.5rem !important
  }

  .mb-sm-15 {
    margin-bottom: 7rem !important
  }

  .mb-sm-16 {
    margin-bottom: 7.5rem !important
  }

  .mb-sm-17 {
    margin-bottom: 8rem !important
  }

  .mb-sm-18 {
    margin-bottom: 8.5rem !important
  }

  .mb-sm-19 {
    margin-bottom: 9rem !important
  }

  .mb-sm-20 {
    margin-bottom: 9.5rem !important
  }

  .mb-sm-21 {
    margin-bottom: 10rem !important
  }

  .mb-sm-22 {
    margin-bottom: 12rem !important
  }

  .mb-sm-auto {
    margin-bottom: auto !important
  }

  .ms-sm-0 {
    margin-left: 0 !important
  }

  .ms-sm-1 {
    margin-left: .25rem !important
  }

  .ms-sm-2 {
    margin-left: .5rem !important
  }

  .ms-sm-3 {
    margin-left: 1rem !important
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important
  }

  .ms-sm-5 {
    margin-left: 2rem !important
  }

  .ms-sm-6 {
    margin-left: 2.5rem !important
  }

  .ms-sm-7 {
    margin-left: 3rem !important
  }

  .ms-sm-8 {
    margin-left: 3.5rem !important
  }

  .ms-sm-9 {
    margin-left: 4rem !important
  }

  .ms-sm-10 {
    margin-left: 4.5rem !important
  }

  .ms-sm-11 {
    margin-left: 5rem !important
  }

  .ms-sm-12 {
    margin-left: 5.5rem !important
  }

  .ms-sm-13 {
    margin-left: 6rem !important
  }

  .ms-sm-14 {
    margin-left: 6.5rem !important
  }

  .ms-sm-15 {
    margin-left: 7rem !important
  }

  .ms-sm-16 {
    margin-left: 7.5rem !important
  }

  .ms-sm-17 {
    margin-left: 8rem !important
  }

  .ms-sm-18 {
    margin-left: 8.5rem !important
  }

  .ms-sm-19 {
    margin-left: 9rem !important
  }

  .ms-sm-20 {
    margin-left: 9.5rem !important
  }

  .ms-sm-21 {
    margin-left: 10rem !important
  }

  .ms-sm-22 {
    margin-left: 12rem !important
  }

  .ms-sm-auto {
    margin-left: auto !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -2rem !important
  }

  .m-sm-n6 {
    margin: -2.5rem !important
  }

  .m-sm-n7 {
    margin: -3rem !important
  }

  .m-sm-n8 {
    margin: -3.5rem !important
  }

  .m-sm-n9 {
    margin: -4rem !important
  }

  .m-sm-n10 {
    margin: -4.5rem !important
  }

  .m-sm-n11 {
    margin: -5rem !important
  }

  .m-sm-n12 {
    margin: -5.5rem !important
  }

  .m-sm-n13 {
    margin: -6rem !important
  }

  .m-sm-n14 {
    margin: -6.5rem !important
  }

  .m-sm-n15 {
    margin: -7rem !important
  }

  .m-sm-n16 {
    margin: -7.5rem !important
  }

  .m-sm-n17 {
    margin: -8rem !important
  }

  .m-sm-n18 {
    margin: -8.5rem !important
  }

  .m-sm-n19 {
    margin: -9rem !important
  }

  .m-sm-n20 {
    margin: -9.5rem !important
  }

  .m-sm-n21 {
    margin: -10rem !important
  }

  .m-sm-n22 {
    margin: -12rem !important
  }

  .mx-sm-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .mx-sm-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .mx-sm-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .mx-sm-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .mx-sm-n5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .mx-sm-n6 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
  }

  .mx-sm-n7 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .mx-sm-n8 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important
  }

  .mx-sm-n9 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .mx-sm-n10 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }

  .mx-sm-n11 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .mx-sm-n12 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important
  }

  .mx-sm-n13 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .mx-sm-n14 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important
  }

  .mx-sm-n15 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .mx-sm-n16 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important
  }

  .mx-sm-n17 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .mx-sm-n18 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important
  }

  .mx-sm-n19 {
    margin-left: -9rem !important;
    margin-right: -9rem !important
  }

  .mx-sm-n20 {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important
  }

  .mx-sm-n21 {
    margin-left: -10rem !important;
    margin-right: -10rem !important
  }

  .mx-sm-n22 {
    margin-left: -12rem !important;
    margin-right: -12rem !important
  }

  .my-sm-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .my-sm-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .my-sm-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }

  .my-sm-n5 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
  }

  .my-sm-n6 {
    margin-bottom: -2.5rem !important;
    margin-top: -2.5rem !important
  }

  .my-sm-n7 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .my-sm-n8 {
    margin-bottom: -3.5rem !important;
    margin-top: -3.5rem !important
  }

  .my-sm-n9 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .my-sm-n10 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important
  }

  .my-sm-n11 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .my-sm-n12 {
    margin-bottom: -5.5rem !important;
    margin-top: -5.5rem !important
  }

  .my-sm-n13 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }

  .my-sm-n14 {
    margin-bottom: -6.5rem !important;
    margin-top: -6.5rem !important
  }

  .my-sm-n15 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important
  }

  .my-sm-n16 {
    margin-bottom: -7.5rem !important;
    margin-top: -7.5rem !important
  }

  .my-sm-n17 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important
  }

  .my-sm-n18 {
    margin-bottom: -8.5rem !important;
    margin-top: -8.5rem !important
  }

  .my-sm-n19 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important
  }

  .my-sm-n20 {
    margin-bottom: -9.5rem !important;
    margin-top: -9.5rem !important
  }

  .my-sm-n21 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important
  }

  .my-sm-n22 {
    margin-bottom: -12rem !important;
    margin-top: -12rem !important
  }

  .mt-sm-n1 {
    margin-top: -.25rem !important
  }

  .mt-sm-n2 {
    margin-top: -.5rem !important
  }

  .mt-sm-n3 {
    margin-top: -1rem !important
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mt-sm-n5 {
    margin-top: -2rem !important
  }

  .mt-sm-n6 {
    margin-top: -2.5rem !important
  }

  .mt-sm-n7 {
    margin-top: -3rem !important
  }

  .mt-sm-n8 {
    margin-top: -3.5rem !important
  }

  .mt-sm-n9 {
    margin-top: -4rem !important
  }

  .mt-sm-n10 {
    margin-top: -4.5rem !important
  }

  .mt-sm-n11 {
    margin-top: -5rem !important
  }

  .mt-sm-n12 {
    margin-top: -5.5rem !important
  }

  .mt-sm-n13 {
    margin-top: -6rem !important
  }

  .mt-sm-n14 {
    margin-top: -6.5rem !important
  }

  .mt-sm-n15 {
    margin-top: -7rem !important
  }

  .mt-sm-n16 {
    margin-top: -7.5rem !important
  }

  .mt-sm-n17 {
    margin-top: -8rem !important
  }

  .mt-sm-n18 {
    margin-top: -8.5rem !important
  }

  .mt-sm-n19 {
    margin-top: -9rem !important
  }

  .mt-sm-n20 {
    margin-top: -9.5rem !important
  }

  .mt-sm-n21 {
    margin-top: -10rem !important
  }

  .mt-sm-n22 {
    margin-top: -12rem !important
  }

  .me-sm-n1 {
    margin-right: -.25rem !important
  }

  .me-sm-n2 {
    margin-right: -.5rem !important
  }

  .me-sm-n3 {
    margin-right: -1rem !important
  }

  .me-sm-n4 {
    margin-right: -1.5rem !important
  }

  .me-sm-n5 {
    margin-right: -2rem !important
  }

  .me-sm-n6 {
    margin-right: -2.5rem !important
  }

  .me-sm-n7 {
    margin-right: -3rem !important
  }

  .me-sm-n8 {
    margin-right: -3.5rem !important
  }

  .me-sm-n9 {
    margin-right: -4rem !important
  }

  .me-sm-n10 {
    margin-right: -4.5rem !important
  }

  .me-sm-n11 {
    margin-right: -5rem !important
  }

  .me-sm-n12 {
    margin-right: -5.5rem !important
  }

  .me-sm-n13 {
    margin-right: -6rem !important
  }

  .me-sm-n14 {
    margin-right: -6.5rem !important
  }

  .me-sm-n15 {
    margin-right: -7rem !important
  }

  .me-sm-n16 {
    margin-right: -7.5rem !important
  }

  .me-sm-n17 {
    margin-right: -8rem !important
  }

  .me-sm-n18 {
    margin-right: -8.5rem !important
  }

  .me-sm-n19 {
    margin-right: -9rem !important
  }

  .me-sm-n20 {
    margin-right: -9.5rem !important
  }

  .me-sm-n21 {
    margin-right: -10rem !important
  }

  .me-sm-n22 {
    margin-right: -12rem !important
  }

  .mb-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .mb-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .mb-sm-n5 {
    margin-bottom: -2rem !important
  }

  .mb-sm-n6 {
    margin-bottom: -2.5rem !important
  }

  .mb-sm-n7 {
    margin-bottom: -3rem !important
  }

  .mb-sm-n8 {
    margin-bottom: -3.5rem !important
  }

  .mb-sm-n9 {
    margin-bottom: -4rem !important
  }

  .mb-sm-n10 {
    margin-bottom: -4.5rem !important
  }

  .mb-sm-n11 {
    margin-bottom: -5rem !important
  }

  .mb-sm-n12 {
    margin-bottom: -5.5rem !important
  }

  .mb-sm-n13 {
    margin-bottom: -6rem !important
  }

  .mb-sm-n14 {
    margin-bottom: -6.5rem !important
  }

  .mb-sm-n15 {
    margin-bottom: -7rem !important
  }

  .mb-sm-n16 {
    margin-bottom: -7.5rem !important
  }

  .mb-sm-n17 {
    margin-bottom: -8rem !important
  }

  .mb-sm-n18 {
    margin-bottom: -8.5rem !important
  }

  .mb-sm-n19 {
    margin-bottom: -9rem !important
  }

  .mb-sm-n20 {
    margin-bottom: -9.5rem !important
  }

  .mb-sm-n21 {
    margin-bottom: -10rem !important
  }

  .mb-sm-n22 {
    margin-bottom: -12rem !important
  }

  .ms-sm-n1 {
    margin-left: -.25rem !important
  }

  .ms-sm-n2 {
    margin-left: -.5rem !important
  }

  .ms-sm-n3 {
    margin-left: -1rem !important
  }

  .ms-sm-n4 {
    margin-left: -1.5rem !important
  }

  .ms-sm-n5 {
    margin-left: -2rem !important
  }

  .ms-sm-n6 {
    margin-left: -2.5rem !important
  }

  .ms-sm-n7 {
    margin-left: -3rem !important
  }

  .ms-sm-n8 {
    margin-left: -3.5rem !important
  }

  .ms-sm-n9 {
    margin-left: -4rem !important
  }

  .ms-sm-n10 {
    margin-left: -4.5rem !important
  }

  .ms-sm-n11 {
    margin-left: -5rem !important
  }

  .ms-sm-n12 {
    margin-left: -5.5rem !important
  }

  .ms-sm-n13 {
    margin-left: -6rem !important
  }

  .ms-sm-n14 {
    margin-left: -6.5rem !important
  }

  .ms-sm-n15 {
    margin-left: -7rem !important
  }

  .ms-sm-n16 {
    margin-left: -7.5rem !important
  }

  .ms-sm-n17 {
    margin-left: -8rem !important
  }

  .ms-sm-n18 {
    margin-left: -8.5rem !important
  }

  .ms-sm-n19 {
    margin-left: -9rem !important
  }

  .ms-sm-n20 {
    margin-left: -9.5rem !important
  }

  .ms-sm-n21 {
    margin-left: -10rem !important
  }

  .ms-sm-n22 {
    margin-left: -12rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .p-sm-5 {
    padding: 2rem !important
  }

  .p-sm-6 {
    padding: 2.5rem !important
  }

  .p-sm-7 {
    padding: 3rem !important
  }

  .p-sm-8 {
    padding: 3.5rem !important
  }

  .p-sm-9 {
    padding: 4rem !important
  }

  .p-sm-10 {
    padding: 4.5rem !important
  }

  .p-sm-11 {
    padding: 5rem !important
  }

  .p-sm-12 {
    padding: 5.5rem !important
  }

  .p-sm-13 {
    padding: 6rem !important
  }

  .p-sm-14 {
    padding: 6.5rem !important
  }

  .p-sm-15 {
    padding: 7rem !important
  }

  .p-sm-16 {
    padding: 7.5rem !important
  }

  .p-sm-17 {
    padding: 8rem !important
  }

  .p-sm-18 {
    padding: 8.5rem !important
  }

  .p-sm-19 {
    padding: 9rem !important
  }

  .p-sm-20 {
    padding: 9.5rem !important
  }

  .p-sm-21 {
    padding: 10rem !important
  }

  .p-sm-22 {
    padding: 12rem !important
  }

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .px-sm-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .px-sm-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .px-sm-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important
  }

  .px-sm-9 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .px-sm-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }

  .px-sm-11 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .px-sm-12 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important
  }

  .px-sm-13 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .px-sm-14 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important
  }

  .px-sm-15 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .px-sm-16 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
  }

  .px-sm-17 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .px-sm-18 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important
  }

  .px-sm-19 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }

  .px-sm-20 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important
  }

  .px-sm-21 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .px-sm-22 {
    padding-left: 12rem !important;
    padding-right: 12rem !important
  }

  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .py-sm-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .py-sm-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .py-sm-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
  }

  .py-sm-6 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important
  }

  .py-sm-7 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .py-sm-8 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important
  }

  .py-sm-9 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .py-sm-10 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }

  .py-sm-11 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }

  .py-sm-12 {
    padding-bottom: 5.5rem !important;
    padding-top: 5.5rem !important
  }

  .py-sm-13 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }

  .py-sm-14 {
    padding-bottom: 6.5rem !important;
    padding-top: 6.5rem !important
  }

  .py-sm-15 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
  }

  .py-sm-16 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important
  }

  .py-sm-17 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important
  }

  .py-sm-18 {
    padding-bottom: 8.5rem !important;
    padding-top: 8.5rem !important
  }

  .py-sm-19 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important
  }

  .py-sm-20 {
    padding-bottom: 9.5rem !important;
    padding-top: 9.5rem !important
  }

  .py-sm-21 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important
  }

  .py-sm-22 {
    padding-bottom: 12rem !important;
    padding-top: 12rem !important
  }

  .pt-sm-0 {
    padding-top: 0 !important
  }

  .pt-sm-1 {
    padding-top: .25rem !important
  }

  .pt-sm-2 {
    padding-top: .5rem !important
  }

  .pt-sm-3 {
    padding-top: 1rem !important
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important
  }

  .pt-sm-5 {
    padding-top: 2rem !important
  }

  .pt-sm-6 {
    padding-top: 2.5rem !important
  }

  .pt-sm-7 {
    padding-top: 3rem !important
  }

  .pt-sm-8 {
    padding-top: 3.5rem !important
  }

  .pt-sm-9 {
    padding-top: 4rem !important
  }

  .pt-sm-10 {
    padding-top: 4.5rem !important
  }

  .pt-sm-11 {
    padding-top: 5rem !important
  }

  .pt-sm-12 {
    padding-top: 5.5rem !important
  }

  .pt-sm-13 {
    padding-top: 6rem !important
  }

  .pt-sm-14 {
    padding-top: 6.5rem !important
  }

  .pt-sm-15 {
    padding-top: 7rem !important
  }

  .pt-sm-16 {
    padding-top: 7.5rem !important
  }

  .pt-sm-17 {
    padding-top: 8rem !important
  }

  .pt-sm-18 {
    padding-top: 8.5rem !important
  }

  .pt-sm-19 {
    padding-top: 9rem !important
  }

  .pt-sm-20 {
    padding-top: 9.5rem !important
  }

  .pt-sm-21 {
    padding-top: 10rem !important
  }

  .pt-sm-22 {
    padding-top: 12rem !important
  }

  .pe-sm-0 {
    padding-right: 0 !important
  }

  .pe-sm-1 {
    padding-right: .25rem !important
  }

  .pe-sm-2 {
    padding-right: .5rem !important
  }

  .pe-sm-3 {
    padding-right: 1rem !important
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important
  }

  .pe-sm-5 {
    padding-right: 2rem !important
  }

  .pe-sm-6 {
    padding-right: 2.5rem !important
  }

  .pe-sm-7 {
    padding-right: 3rem !important
  }

  .pe-sm-8 {
    padding-right: 3.5rem !important
  }

  .pe-sm-9 {
    padding-right: 4rem !important
  }

  .pe-sm-10 {
    padding-right: 4.5rem !important
  }

  .pe-sm-11 {
    padding-right: 5rem !important
  }

  .pe-sm-12 {
    padding-right: 5.5rem !important
  }

  .pe-sm-13 {
    padding-right: 6rem !important
  }

  .pe-sm-14 {
    padding-right: 6.5rem !important
  }

  .pe-sm-15 {
    padding-right: 7rem !important
  }

  .pe-sm-16 {
    padding-right: 7.5rem !important
  }

  .pe-sm-17 {
    padding-right: 8rem !important
  }

  .pe-sm-18 {
    padding-right: 8.5rem !important
  }

  .pe-sm-19 {
    padding-right: 9rem !important
  }

  .pe-sm-20 {
    padding-right: 9.5rem !important
  }

  .pe-sm-21 {
    padding-right: 10rem !important
  }

  .pe-sm-22 {
    padding-right: 12rem !important
  }

  .pb-sm-0 {
    padding-bottom: 0 !important
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-sm-5 {
    padding-bottom: 2rem !important
  }

  .pb-sm-6 {
    padding-bottom: 2.5rem !important
  }

  .pb-sm-7 {
    padding-bottom: 3rem !important
  }

  .pb-sm-8 {
    padding-bottom: 3.5rem !important
  }

  .pb-sm-9 {
    padding-bottom: 4rem !important
  }

  .pb-sm-10 {
    padding-bottom: 4.5rem !important
  }

  .pb-sm-11 {
    padding-bottom: 5rem !important
  }

  .pb-sm-12 {
    padding-bottom: 5.5rem !important
  }

  .pb-sm-13 {
    padding-bottom: 6rem !important
  }

  .pb-sm-14 {
    padding-bottom: 6.5rem !important
  }

  .pb-sm-15 {
    padding-bottom: 7rem !important
  }

  .pb-sm-16 {
    padding-bottom: 7.5rem !important
  }

  .pb-sm-17 {
    padding-bottom: 8rem !important
  }

  .pb-sm-18 {
    padding-bottom: 8.5rem !important
  }

  .pb-sm-19 {
    padding-bottom: 9rem !important
  }

  .pb-sm-20 {
    padding-bottom: 9.5rem !important
  }

  .pb-sm-21 {
    padding-bottom: 10rem !important
  }

  .pb-sm-22 {
    padding-bottom: 12rem !important
  }

  .ps-sm-0 {
    padding-left: 0 !important
  }

  .ps-sm-1 {
    padding-left: .25rem !important
  }

  .ps-sm-2 {
    padding-left: .5rem !important
  }

  .ps-sm-3 {
    padding-left: 1rem !important
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important
  }

  .ps-sm-5 {
    padding-left: 2rem !important
  }

  .ps-sm-6 {
    padding-left: 2.5rem !important
  }

  .ps-sm-7 {
    padding-left: 3rem !important
  }

  .ps-sm-8 {
    padding-left: 3.5rem !important
  }

  .ps-sm-9 {
    padding-left: 4rem !important
  }

  .ps-sm-10 {
    padding-left: 4.5rem !important
  }

  .ps-sm-11 {
    padding-left: 5rem !important
  }

  .ps-sm-12 {
    padding-left: 5.5rem !important
  }

  .ps-sm-13 {
    padding-left: 6rem !important
  }

  .ps-sm-14 {
    padding-left: 6.5rem !important
  }

  .ps-sm-15 {
    padding-left: 7rem !important
  }

  .ps-sm-16 {
    padding-left: 7.5rem !important
  }

  .ps-sm-17 {
    padding-left: 8rem !important
  }

  .ps-sm-18 {
    padding-left: 8.5rem !important
  }

  .ps-sm-19 {
    padding-left: 9rem !important
  }

  .ps-sm-20 {
    padding-left: 9.5rem !important
  }

  .ps-sm-21 {
    padding-left: 10rem !important
  }

  .ps-sm-22 {
    padding-left: 12rem !important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .m-md-5 {
    margin: 2rem !important
  }

  .m-md-6 {
    margin: 2.5rem !important
  }

  .m-md-7 {
    margin: 3rem !important
  }

  .m-md-8 {
    margin: 3.5rem !important
  }

  .m-md-9 {
    margin: 4rem !important
  }

  .m-md-10 {
    margin: 4.5rem !important
  }

  .m-md-11 {
    margin: 5rem !important
  }

  .m-md-12 {
    margin: 5.5rem !important
  }

  .m-md-13 {
    margin: 6rem !important
  }

  .m-md-14 {
    margin: 6.5rem !important
  }

  .m-md-15 {
    margin: 7rem !important
  }

  .m-md-16 {
    margin: 7.5rem !important
  }

  .m-md-17 {
    margin: 8rem !important
  }

  .m-md-18 {
    margin: 8.5rem !important
  }

  .m-md-19 {
    margin: 9rem !important
  }

  .m-md-20 {
    margin: 9.5rem !important
  }

  .m-md-21 {
    margin: 10rem !important
  }

  .m-md-22 {
    margin: 12rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .mx-md-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .mx-md-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-md-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important
  }

  .mx-md-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .mx-md-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }

  .mx-md-11 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .mx-md-12 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important
  }

  .mx-md-13 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .mx-md-14 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important
  }

  .mx-md-15 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .mx-md-16 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
  }

  .mx-md-17 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .mx-md-18 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important
  }

  .mx-md-19 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }

  .mx-md-20 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important
  }

  .mx-md-21 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .mx-md-22 {
    margin-left: 12rem !important;
    margin-right: 12rem !important
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }

  .my-md-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .my-md-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }

  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }

  .my-md-5 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
  }

  .my-md-6 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important
  }

  .my-md-7 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .my-md-8 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important
  }

  .my-md-9 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .my-md-10 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important
  }

  .my-md-11 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .my-md-12 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important
  }

  .my-md-13 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }

  .my-md-14 {
    margin-bottom: 6.5rem !important;
    margin-top: 6.5rem !important
  }

  .my-md-15 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
  }

  .my-md-16 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important
  }

  .my-md-17 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important
  }

  .my-md-18 {
    margin-bottom: 8.5rem !important;
    margin-top: 8.5rem !important
  }

  .my-md-19 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important
  }

  .my-md-20 {
    margin-bottom: 9.5rem !important;
    margin-top: 9.5rem !important
  }

  .my-md-21 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important
  }

  .my-md-22 {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important
  }

  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-1 {
    margin-top: .25rem !important
  }

  .mt-md-2 {
    margin-top: .5rem !important
  }

  .mt-md-3 {
    margin-top: 1rem !important
  }

  .mt-md-4 {
    margin-top: 1.5rem !important
  }

  .mt-md-5 {
    margin-top: 2rem !important
  }

  .mt-md-6 {
    margin-top: 2.5rem !important
  }

  .mt-md-7 {
    margin-top: 3rem !important
  }

  .mt-md-8 {
    margin-top: 3.5rem !important
  }

  .mt-md-9 {
    margin-top: 4rem !important
  }

  .mt-md-10 {
    margin-top: 4.5rem !important
  }

  .mt-md-11 {
    margin-top: 5rem !important
  }

  .mt-md-12 {
    margin-top: 5.5rem !important
  }

  .mt-md-13 {
    margin-top: 6rem !important
  }

  .mt-md-14 {
    margin-top: 6.5rem !important
  }

  .mt-md-15 {
    margin-top: 7rem !important
  }

  .mt-md-16 {
    margin-top: 7.5rem !important
  }

  .mt-md-17 {
    margin-top: 8rem !important
  }

  .mt-md-18 {
    margin-top: 8.5rem !important
  }

  .mt-md-19 {
    margin-top: 9rem !important
  }

  .mt-md-20 {
    margin-top: 9.5rem !important
  }

  .mt-md-21 {
    margin-top: 10rem !important
  }

  .mt-md-22 {
    margin-top: 12rem !important
  }

  .mt-md-auto {
    margin-top: auto !important
  }

  .me-md-0 {
    margin-right: 0 !important
  }

  .me-md-1 {
    margin-right: .25rem !important
  }

  .me-md-2 {
    margin-right: .5rem !important
  }

  .me-md-3 {
    margin-right: 1rem !important
  }

  .me-md-4 {
    margin-right: 1.5rem !important
  }

  .me-md-5 {
    margin-right: 2rem !important
  }

  .me-md-6 {
    margin-right: 2.5rem !important
  }

  .me-md-7 {
    margin-right: 3rem !important
  }

  .me-md-8 {
    margin-right: 3.5rem !important
  }

  .me-md-9 {
    margin-right: 4rem !important
  }

  .me-md-10 {
    margin-right: 4.5rem !important
  }

  .me-md-11 {
    margin-right: 5rem !important
  }

  .me-md-12 {
    margin-right: 5.5rem !important
  }

  .me-md-13 {
    margin-right: 6rem !important
  }

  .me-md-14 {
    margin-right: 6.5rem !important
  }

  .me-md-15 {
    margin-right: 7rem !important
  }

  .me-md-16 {
    margin-right: 7.5rem !important
  }

  .me-md-17 {
    margin-right: 8rem !important
  }

  .me-md-18 {
    margin-right: 8.5rem !important
  }

  .me-md-19 {
    margin-right: 9rem !important
  }

  .me-md-20 {
    margin-right: 9.5rem !important
  }

  .me-md-21 {
    margin-right: 10rem !important
  }

  .me-md-22 {
    margin-right: 12rem !important
  }

  .me-md-auto {
    margin-right: auto !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-1 {
    margin-bottom: .25rem !important
  }

  .mb-md-2 {
    margin-bottom: .5rem !important
  }

  .mb-md-3 {
    margin-bottom: 1rem !important
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-md-5 {
    margin-bottom: 2rem !important
  }

  .mb-md-6 {
    margin-bottom: 2.5rem !important
  }

  .mb-md-7 {
    margin-bottom: 3rem !important
  }

  .mb-md-8 {
    margin-bottom: 3.5rem !important
  }

  .mb-md-9 {
    margin-bottom: 4rem !important
  }

  .mb-md-10 {
    margin-bottom: 4.5rem !important
  }

  .mb-md-11 {
    margin-bottom: 5rem !important
  }

  .mb-md-12 {
    margin-bottom: 5.5rem !important
  }

  .mb-md-13 {
    margin-bottom: 6rem !important
  }

  .mb-md-14 {
    margin-bottom: 6.5rem !important
  }

  .mb-md-15 {
    margin-bottom: 7rem !important
  }

  .mb-md-16 {
    margin-bottom: 7.5rem !important
  }

  .mb-md-17 {
    margin-bottom: 8rem !important
  }

  .mb-md-18 {
    margin-bottom: 8.5rem !important
  }

  .mb-md-19 {
    margin-bottom: 9rem !important
  }

  .mb-md-20 {
    margin-bottom: 9.5rem !important
  }

  .mb-md-21 {
    margin-bottom: 10rem !important
  }

  .mb-md-22 {
    margin-bottom: 12rem !important
  }

  .mb-md-auto {
    margin-bottom: auto !important
  }

  .ms-md-0 {
    margin-left: 0 !important
  }

  .ms-md-1 {
    margin-left: .25rem !important
  }

  .ms-md-2 {
    margin-left: .5rem !important
  }

  .ms-md-3 {
    margin-left: 1rem !important
  }

  .ms-md-4 {
    margin-left: 1.5rem !important
  }

  .ms-md-5 {
    margin-left: 2rem !important
  }

  .ms-md-6 {
    margin-left: 2.5rem !important
  }

  .ms-md-7 {
    margin-left: 3rem !important
  }

  .ms-md-8 {
    margin-left: 3.5rem !important
  }

  .ms-md-9 {
    margin-left: 4rem !important
  }

  .ms-md-10 {
    margin-left: 4.5rem !important
  }

  .ms-md-11 {
    margin-left: 5rem !important
  }

  .ms-md-12 {
    margin-left: 5.5rem !important
  }

  .ms-md-13 {
    margin-left: 6rem !important
  }

  .ms-md-14 {
    margin-left: 6.5rem !important
  }

  .ms-md-15 {
    margin-left: 7rem !important
  }

  .ms-md-16 {
    margin-left: 7.5rem !important
  }

  .ms-md-17 {
    margin-left: 8rem !important
  }

  .ms-md-18 {
    margin-left: 8.5rem !important
  }

  .ms-md-19 {
    margin-left: 9rem !important
  }

  .ms-md-20 {
    margin-left: 9.5rem !important
  }

  .ms-md-21 {
    margin-left: 10rem !important
  }

  .ms-md-22 {
    margin-left: 12rem !important
  }

  .ms-md-auto {
    margin-left: auto !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .m-md-n5 {
    margin: -2rem !important
  }

  .m-md-n6 {
    margin: -2.5rem !important
  }

  .m-md-n7 {
    margin: -3rem !important
  }

  .m-md-n8 {
    margin: -3.5rem !important
  }

  .m-md-n9 {
    margin: -4rem !important
  }

  .m-md-n10 {
    margin: -4.5rem !important
  }

  .m-md-n11 {
    margin: -5rem !important
  }

  .m-md-n12 {
    margin: -5.5rem !important
  }

  .m-md-n13 {
    margin: -6rem !important
  }

  .m-md-n14 {
    margin: -6.5rem !important
  }

  .m-md-n15 {
    margin: -7rem !important
  }

  .m-md-n16 {
    margin: -7.5rem !important
  }

  .m-md-n17 {
    margin: -8rem !important
  }

  .m-md-n18 {
    margin: -8.5rem !important
  }

  .m-md-n19 {
    margin: -9rem !important
  }

  .m-md-n20 {
    margin: -9.5rem !important
  }

  .m-md-n21 {
    margin: -10rem !important
  }

  .m-md-n22 {
    margin: -12rem !important
  }

  .mx-md-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .mx-md-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .mx-md-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .mx-md-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .mx-md-n5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .mx-md-n6 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
  }

  .mx-md-n7 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .mx-md-n8 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important
  }

  .mx-md-n9 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .mx-md-n10 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }

  .mx-md-n11 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .mx-md-n12 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important
  }

  .mx-md-n13 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .mx-md-n14 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important
  }

  .mx-md-n15 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .mx-md-n16 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important
  }

  .mx-md-n17 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .mx-md-n18 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important
  }

  .mx-md-n19 {
    margin-left: -9rem !important;
    margin-right: -9rem !important
  }

  .mx-md-n20 {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important
  }

  .mx-md-n21 {
    margin-left: -10rem !important;
    margin-right: -10rem !important
  }

  .mx-md-n22 {
    margin-left: -12rem !important;
    margin-right: -12rem !important
  }

  .my-md-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .my-md-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .my-md-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .my-md-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }

  .my-md-n5 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
  }

  .my-md-n6 {
    margin-bottom: -2.5rem !important;
    margin-top: -2.5rem !important
  }

  .my-md-n7 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .my-md-n8 {
    margin-bottom: -3.5rem !important;
    margin-top: -3.5rem !important
  }

  .my-md-n9 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .my-md-n10 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important
  }

  .my-md-n11 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .my-md-n12 {
    margin-bottom: -5.5rem !important;
    margin-top: -5.5rem !important
  }

  .my-md-n13 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }

  .my-md-n14 {
    margin-bottom: -6.5rem !important;
    margin-top: -6.5rem !important
  }

  .my-md-n15 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important
  }

  .my-md-n16 {
    margin-bottom: -7.5rem !important;
    margin-top: -7.5rem !important
  }

  .my-md-n17 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important
  }

  .my-md-n18 {
    margin-bottom: -8.5rem !important;
    margin-top: -8.5rem !important
  }

  .my-md-n19 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important
  }

  .my-md-n20 {
    margin-bottom: -9.5rem !important;
    margin-top: -9.5rem !important
  }

  .my-md-n21 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important
  }

  .my-md-n22 {
    margin-bottom: -12rem !important;
    margin-top: -12rem !important
  }

  .mt-md-n1 {
    margin-top: -.25rem !important
  }

  .mt-md-n2 {
    margin-top: -.5rem !important
  }

  .mt-md-n3 {
    margin-top: -1rem !important
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important
  }

  .mt-md-n5 {
    margin-top: -2rem !important
  }

  .mt-md-n6 {
    margin-top: -2.5rem !important
  }

  .mt-md-n7 {
    margin-top: -3rem !important
  }

  .mt-md-n8 {
    margin-top: -3.5rem !important
  }

  .mt-md-n9 {
    margin-top: -4rem !important
  }

  .mt-md-n10 {
    margin-top: -4.5rem !important
  }

  .mt-md-n11 {
    margin-top: -5rem !important
  }

  .mt-md-n12 {
    margin-top: -5.5rem !important
  }

  .mt-md-n13 {
    margin-top: -6rem !important
  }

  .mt-md-n14 {
    margin-top: -6.5rem !important
  }

  .mt-md-n15 {
    margin-top: -7rem !important
  }

  .mt-md-n16 {
    margin-top: -7.5rem !important
  }

  .mt-md-n17 {
    margin-top: -8rem !important
  }

  .mt-md-n18 {
    margin-top: -8.5rem !important
  }

  .mt-md-n19 {
    margin-top: -9rem !important
  }

  .mt-md-n20 {
    margin-top: -9.5rem !important
  }

  .mt-md-n21 {
    margin-top: -10rem !important
  }

  .mt-md-n22 {
    margin-top: -12rem !important
  }

  .me-md-n1 {
    margin-right: -.25rem !important
  }

  .me-md-n2 {
    margin-right: -.5rem !important
  }

  .me-md-n3 {
    margin-right: -1rem !important
  }

  .me-md-n4 {
    margin-right: -1.5rem !important
  }

  .me-md-n5 {
    margin-right: -2rem !important
  }

  .me-md-n6 {
    margin-right: -2.5rem !important
  }

  .me-md-n7 {
    margin-right: -3rem !important
  }

  .me-md-n8 {
    margin-right: -3.5rem !important
  }

  .me-md-n9 {
    margin-right: -4rem !important
  }

  .me-md-n10 {
    margin-right: -4.5rem !important
  }

  .me-md-n11 {
    margin-right: -5rem !important
  }

  .me-md-n12 {
    margin-right: -5.5rem !important
  }

  .me-md-n13 {
    margin-right: -6rem !important
  }

  .me-md-n14 {
    margin-right: -6.5rem !important
  }

  .me-md-n15 {
    margin-right: -7rem !important
  }

  .me-md-n16 {
    margin-right: -7.5rem !important
  }

  .me-md-n17 {
    margin-right: -8rem !important
  }

  .me-md-n18 {
    margin-right: -8.5rem !important
  }

  .me-md-n19 {
    margin-right: -9rem !important
  }

  .me-md-n20 {
    margin-right: -9.5rem !important
  }

  .me-md-n21 {
    margin-right: -10rem !important
  }

  .me-md-n22 {
    margin-right: -12rem !important
  }

  .mb-md-n1 {
    margin-bottom: -.25rem !important
  }

  .mb-md-n2 {
    margin-bottom: -.5rem !important
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .mb-md-n5 {
    margin-bottom: -2rem !important
  }

  .mb-md-n6 {
    margin-bottom: -2.5rem !important
  }

  .mb-md-n7 {
    margin-bottom: -3rem !important
  }

  .mb-md-n8 {
    margin-bottom: -3.5rem !important
  }

  .mb-md-n9 {
    margin-bottom: -4rem !important
  }

  .mb-md-n10 {
    margin-bottom: -4.5rem !important
  }

  .mb-md-n11 {
    margin-bottom: -5rem !important
  }

  .mb-md-n12 {
    margin-bottom: -5.5rem !important
  }

  .mb-md-n13 {
    margin-bottom: -6rem !important
  }

  .mb-md-n14 {
    margin-bottom: -6.5rem !important
  }

  .mb-md-n15 {
    margin-bottom: -7rem !important
  }

  .mb-md-n16 {
    margin-bottom: -7.5rem !important
  }

  .mb-md-n17 {
    margin-bottom: -8rem !important
  }

  .mb-md-n18 {
    margin-bottom: -8.5rem !important
  }

  .mb-md-n19 {
    margin-bottom: -9rem !important
  }

  .mb-md-n20 {
    margin-bottom: -9.5rem !important
  }

  .mb-md-n21 {
    margin-bottom: -10rem !important
  }

  .mb-md-n22 {
    margin-bottom: -12rem !important
  }

  .ms-md-n1 {
    margin-left: -.25rem !important
  }

  .ms-md-n2 {
    margin-left: -.5rem !important
  }

  .ms-md-n3 {
    margin-left: -1rem !important
  }

  .ms-md-n4 {
    margin-left: -1.5rem !important
  }

  .ms-md-n5 {
    margin-left: -2rem !important
  }

  .ms-md-n6 {
    margin-left: -2.5rem !important
  }

  .ms-md-n7 {
    margin-left: -3rem !important
  }

  .ms-md-n8 {
    margin-left: -3.5rem !important
  }

  .ms-md-n9 {
    margin-left: -4rem !important
  }

  .ms-md-n10 {
    margin-left: -4.5rem !important
  }

  .ms-md-n11 {
    margin-left: -5rem !important
  }

  .ms-md-n12 {
    margin-left: -5.5rem !important
  }

  .ms-md-n13 {
    margin-left: -6rem !important
  }

  .ms-md-n14 {
    margin-left: -6.5rem !important
  }

  .ms-md-n15 {
    margin-left: -7rem !important
  }

  .ms-md-n16 {
    margin-left: -7.5rem !important
  }

  .ms-md-n17 {
    margin-left: -8rem !important
  }

  .ms-md-n18 {
    margin-left: -8.5rem !important
  }

  .ms-md-n19 {
    margin-left: -9rem !important
  }

  .ms-md-n20 {
    margin-left: -9.5rem !important
  }

  .ms-md-n21 {
    margin-left: -10rem !important
  }

  .ms-md-n22 {
    margin-left: -12rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .p-md-5 {
    padding: 2rem !important
  }

  .p-md-6 {
    padding: 2.5rem !important
  }

  .p-md-7 {
    padding: 3rem !important
  }

  .p-md-8 {
    padding: 3.5rem !important
  }

  .p-md-9 {
    padding: 4rem !important
  }

  .p-md-10 {
    padding: 4.5rem !important
  }

  .p-md-11 {
    padding: 5rem !important
  }

  .p-md-12 {
    padding: 5.5rem !important
  }

  .p-md-13 {
    padding: 6rem !important
  }

  .p-md-14 {
    padding: 6.5rem !important
  }

  .p-md-15 {
    padding: 7rem !important
  }

  .p-md-16 {
    padding: 7.5rem !important
  }

  .p-md-17 {
    padding: 8rem !important
  }

  .p-md-18 {
    padding: 8.5rem !important
  }

  .p-md-19 {
    padding: 9rem !important
  }

  .p-md-20 {
    padding: 9.5rem !important
  }

  .p-md-21 {
    padding: 10rem !important
  }

  .p-md-22 {
    padding: 12rem !important
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .px-md-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .px-md-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .px-md-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important
  }

  .px-md-9 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .px-md-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }

  .px-md-11 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .px-md-12 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important
  }

  .px-md-13 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .px-md-14 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important
  }

  .px-md-15 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .px-md-16 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
  }

  .px-md-17 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .px-md-18 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important
  }

  .px-md-19 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }

  .px-md-20 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important
  }

  .px-md-21 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .px-md-22 {
    padding-left: 12rem !important;
    padding-right: 12rem !important
  }

  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .py-md-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .py-md-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .py-md-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
  }

  .py-md-6 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important
  }

  .py-md-7 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .py-md-8 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important
  }

  .py-md-9 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .py-md-10 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }

  .py-md-11 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }

  .py-md-12 {
    padding-bottom: 5.5rem !important;
    padding-top: 5.5rem !important
  }

  .py-md-13 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }

  .py-md-14 {
    padding-bottom: 6.5rem !important;
    padding-top: 6.5rem !important
  }

  .py-md-15 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
  }

  .py-md-16 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important
  }

  .py-md-17 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important
  }

  .py-md-18 {
    padding-bottom: 8.5rem !important;
    padding-top: 8.5rem !important
  }

  .py-md-19 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important
  }

  .py-md-20 {
    padding-bottom: 9.5rem !important;
    padding-top: 9.5rem !important
  }

  .py-md-21 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important
  }

  .py-md-22 {
    padding-bottom: 12rem !important;
    padding-top: 12rem !important
  }

  .pt-md-0 {
    padding-top: 0 !important
  }

  .pt-md-1 {
    padding-top: .25rem !important
  }

  .pt-md-2 {
    padding-top: .5rem !important
  }

  .pt-md-3 {
    padding-top: 1rem !important
  }

  .pt-md-4 {
    padding-top: 1.5rem !important
  }

  .pt-md-5 {
    padding-top: 2rem !important
  }

  .pt-md-6 {
    padding-top: 2.5rem !important
  }

  .pt-md-7 {
    padding-top: 3rem !important
  }

  .pt-md-8 {
    padding-top: 3.5rem !important
  }

  .pt-md-9 {
    padding-top: 4rem !important
  }

  .pt-md-10 {
    padding-top: 4.5rem !important
  }

  .pt-md-11 {
    padding-top: 5rem !important
  }

  .pt-md-12 {
    padding-top: 5.5rem !important
  }

  .pt-md-13 {
    padding-top: 6rem !important
  }

  .pt-md-14 {
    padding-top: 6.5rem !important
  }

  .pt-md-15 {
    padding-top: 7rem !important
  }

  .pt-md-16 {
    padding-top: 7.5rem !important
  }

  .pt-md-17 {
    padding-top: 8rem !important
  }

  .pt-md-18 {
    padding-top: 8.5rem !important
  }

  .pt-md-19 {
    padding-top: 9rem !important
  }

  .pt-md-20 {
    padding-top: 9.5rem !important
  }

  .pt-md-21 {
    padding-top: 10rem !important
  }

  .pt-md-22 {
    padding-top: 12rem !important
  }

  .pe-md-0 {
    padding-right: 0 !important
  }

  .pe-md-1 {
    padding-right: .25rem !important
  }

  .pe-md-2 {
    padding-right: .5rem !important
  }

  .pe-md-3 {
    padding-right: 1rem !important
  }

  .pe-md-4 {
    padding-right: 1.5rem !important
  }

  .pe-md-5 {
    padding-right: 2rem !important
  }

  .pe-md-6 {
    padding-right: 2.5rem !important
  }

  .pe-md-7 {
    padding-right: 3rem !important
  }

  .pe-md-8 {
    padding-right: 3.5rem !important
  }

  .pe-md-9 {
    padding-right: 4rem !important
  }

  .pe-md-10 {
    padding-right: 4.5rem !important
  }

  .pe-md-11 {
    padding-right: 5rem !important
  }

  .pe-md-12 {
    padding-right: 5.5rem !important
  }

  .pe-md-13 {
    padding-right: 6rem !important
  }

  .pe-md-14 {
    padding-right: 6.5rem !important
  }

  .pe-md-15 {
    padding-right: 7rem !important
  }

  .pe-md-16 {
    padding-right: 7.5rem !important
  }

  .pe-md-17 {
    padding-right: 8rem !important
  }

  .pe-md-18 {
    padding-right: 8.5rem !important
  }

  .pe-md-19 {
    padding-right: 9rem !important
  }

  .pe-md-20 {
    padding-right: 9.5rem !important
  }

  .pe-md-21 {
    padding-right: 10rem !important
  }

  .pe-md-22 {
    padding-right: 12rem !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

  .pb-md-1 {
    padding-bottom: .25rem !important
  }

  .pb-md-2 {
    padding-bottom: .5rem !important
  }

  .pb-md-3 {
    padding-bottom: 1rem !important
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-md-5 {
    padding-bottom: 2rem !important
  }

  .pb-md-6 {
    padding-bottom: 2.5rem !important
  }

  .pb-md-7 {
    padding-bottom: 3rem !important
  }

  .pb-md-8 {
    padding-bottom: 3.5rem !important
  }

  .pb-md-9 {
    padding-bottom: 4rem !important
  }

  .pb-md-10 {
    padding-bottom: 4.5rem !important
  }

  .pb-md-11 {
    padding-bottom: 5rem !important
  }

  .pb-md-12 {
    padding-bottom: 5.5rem !important
  }

  .pb-md-13 {
    padding-bottom: 6rem !important
  }

  .pb-md-14 {
    padding-bottom: 6.5rem !important
  }

  .pb-md-15 {
    padding-bottom: 7rem !important
  }

  .pb-md-16 {
    padding-bottom: 7.5rem !important
  }

  .pb-md-17 {
    padding-bottom: 8rem !important
  }

  .pb-md-18 {
    padding-bottom: 8.5rem !important
  }

  .pb-md-19 {
    padding-bottom: 9rem !important
  }

  .pb-md-20 {
    padding-bottom: 9.5rem !important
  }

  .pb-md-21 {
    padding-bottom: 10rem !important
  }

  .pb-md-22 {
    padding-bottom: 12rem !important
  }

  .ps-md-0 {
    padding-left: 0 !important
  }

  .ps-md-1 {
    padding-left: .25rem !important
  }

  .ps-md-2 {
    padding-left: .5rem !important
  }

  .ps-md-3 {
    padding-left: 1rem !important
  }

  .ps-md-4 {
    padding-left: 1.5rem !important
  }

  .ps-md-5 {
    padding-left: 2rem !important
  }

  .ps-md-6 {
    padding-left: 2.5rem !important
  }

  .ps-md-7 {
    padding-left: 3rem !important
  }

  .ps-md-8 {
    padding-left: 3.5rem !important
  }

  .ps-md-9 {
    padding-left: 4rem !important
  }

  .ps-md-10 {
    padding-left: 4.5rem !important
  }

  .ps-md-11 {
    padding-left: 5rem !important
  }

  .ps-md-12 {
    padding-left: 5.5rem !important
  }

  .ps-md-13 {
    padding-left: 6rem !important
  }

  .ps-md-14 {
    padding-left: 6.5rem !important
  }

  .ps-md-15 {
    padding-left: 7rem !important
  }

  .ps-md-16 {
    padding-left: 7.5rem !important
  }

  .ps-md-17 {
    padding-left: 8rem !important
  }

  .ps-md-18 {
    padding-left: 8.5rem !important
  }

  .ps-md-19 {
    padding-left: 9rem !important
  }

  .ps-md-20 {
    padding-left: 9.5rem !important
  }

  .ps-md-21 {
    padding-left: 10rem !important
  }

  .ps-md-22 {
    padding-left: 12rem !important
  }
}

/** spacing css **/
/** font css **/
.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-50 {
  border-radius: 50px;
}

.lh-18 {
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-35 {
  line-height: 42px !important;
}

@media (max-width:576px) {
  .fs-sm-8 {
    font-size: 8px !important;
  }

  .fs-sm-9 {
    font-size: 9px !important;
  }

  .fs-sm-10 {
    font-size: 10px !important;
  }

  .fs-sm-11 {
    font-size: 11px !important;
  }

  .fs-sm-12 {
    font-size: 12px !important;
  }

  .fs-sm-13 {
    font-size: 13px !important;
  }

  .fs-sm-14 {
    font-size: 14px !important;
  }

  .fs-sm-15 {
    font-size: 15px !important;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .fs-sm-17 {
    font-size: 17px !important;
  }

  .fs-sm-18 {
    font-size: 18px !important;
  }

  .fs-sm-19 {
    font-size: 19px !important;
  }

  .fs-sm-20 {
    font-size: 20px !important;
  }

  .fs-sm-21 {
    font-size: 21px !important;
  }

  .fs-sm-22 {
    font-size: 22px !important;
  }

  .fs-sm-23 {
    font-size: 23px !important;
  }

  .fs-sm-24 {
    font-size: 24px !important;
  }

  .fs-sm-25 {
    font-size: 25px !important;
  }

  .fs-sm-26 {
    font-size: 26px !important;
  }

  .fs-sm-27 {
    font-size: 27px !important;
  }

  .fs-sm-28 {
    font-size: 28px !important;
  }

  .fs-sm-29 {
    font-size: 29px !important;
  }

  .fs-sm-30 {
    font-size: 30px !important;
  }

  .fs-sm-31 {
    font-size: 31px !important;
  }

  .fs-sm-32 {
    font-size: 32px !important;
  }

  .fs-sm-33 {
    font-size: 33px !important;
  }

  .fs-sm-34 {
    font-size: 34px !important;
  }

  .fs-sm-35 {
    font-size: 35px !important;
  }

  .fs-sm-36 {
    font-size: 36px !important;
  }

  .fs-sm-37 {
    font-size: 37px !important;
  }

  .fs-sm-38 {
    font-size: 38px !important;
  }

  .fs-sm-39 {
    font-size: 39px !important;
  }

  .fs-sm-40 {
    font-size: 40px !important;
  }

  .fs-sm-41 {
    font-size: 41px !important;
  }

  .w-sm-10 {
    width: 10% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .W-sm-40 {
    width: 40% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }
}

/** font css **/

/** color **/

.bg-light-orange {
  background: #FFE9D6;
}

.theme-black {
  color: #231F20;
}

.theme-light-black {
  color: #5B5B5B;
}

/** color **/



/** navbar css **/
.img-fluid.logo-img {
  width: 148px;
}

.site-navigation {
  display: flex;
  justify-content: end;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 7px 0;
}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 24px;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff;
  display: inline-block;
  padding: 20px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 7px 20px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 400;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu>li.social>a {
  padding-left: 5px;
  padding-right: 5px;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\F282";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Bootstrap-icons';
}

.icon-close2::before {
  content: "\F659";
  font-family: 'Bootstrap-icons';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #eff1f3;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  top: 0px;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 17px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .social {
  display: inline-block;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: " \F282";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li.social {
  float: none !important;
  width: auto !important;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

/*.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}*/
.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #000;
  font-size: 34px;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #000;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
  color: rgba(0, 0, 0, 10) !important;
}

/*.sticky-wrapper .site-navbar .site-menu>li>a:hover,*/
/*.sticky-wrapper .site-navbar .site-menu>li>a.active {*/
/*  color: #fff !important;*/
/*}*/

.nav-link.explore-button.apply-now-trigger:hover {
	color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  z-index: 999 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
  color: #fff !important;
}

.icon-menu::before {
  content: " \F62A";
}

.site-menu-toggle.js-menu-toggle.float-right {
  display: flex;
  justify-content: end;
}

.explore-button {
  border: 1px solid #3373fe;
  border-radius: 50px;
}


.nav-link.explore-button:hover {
  background: #3373fe;
  color: #fff !important;
  box-shadow: 4px 7px 16px 1px rgb(51, 115, 254);
}


/** navbar css **/

/** button **/

.egl-icon-btn {
  position: relative;
  border-bottom: 2px solid #F5821F;
  padding-bottom: 3px;
  padding-right: 17px;
  color: #000;
}

.bt-tp {
  font-size: 21px;
}

.eleg {
  display: flex;
  justify-content: end;
}

.egl-icon-btn::after {
  background-image: url("../images/top-arrow.svg");
  width: 25px;
  height: 25px;
  position: absolute;
  content: "";
  top: 0px;
}

.wh-body-info .eleg {
  justify-content: start;
}


/** button **/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  padding-top: 40px;
}

.hero .border-line-circle {
  z-index: -1;
  top: 10%;
  left: 32%;
  position: absolute;
}

.hero .border-line-circle.img2 {
  left: auto;
  right: 12%;
  top: 10%;
  z-index: 1;
}

@media (max-width: 1500px) {
  .hero .border-line-circle.img2 {
    right: 0;
  }
}

.hero .border-line-circle.img2 img {
  width: 90%;
}

.hero .hero-content {
  position: relative;
  z-index: 1;
}

.hero .hero-content p {
  width: 100%;
  margin-left: 0;
  max-width: 500px;
}

.hero .hero-content h1 {
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 1.5rem;
  width: 80%;
  text-align: center;
  margin: 0px auto;
}

.title-64 {
  font-size: 64px;
  font-weight: 600;
}

.title-52 {
  font-size: 52px;
  font-weight: 600;
}

.title-40 {
  font-size: 40px;
  font-weight: 600;
}

.title-36 {
  font-size: 36px;
  font-weight: 600;
}

.title-28 {
  font-size: 28px;
  font-weight: 500;
}

.title-24 {
  font-size: 24px;
  font-weight: 500;
}

.title-20 {
  font-size: 20px;
  font-weight: 500;
}

.title-18 {
  font-size: 18px;
  font-weight: 500;
}

.title-16 {
  font-size: 16px;
  font-weight: 500;
}

.title-14 {
  font-size: 14px;
  font-weight: 500;
}


.fraunces-font {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 400;
  color: #3373FE;
}

.hero .hero-content h2 {
  font-weight: 700;
}

.hero .hero-content .hero-buttons {
  display: flex;
  align-items: center;
}

.hero .hero-content .hero-buttons .btn-sec .btn {
  width: 240px;
  padding: 10px 10px;
  line-height: 30px;
}

.hero .hero-content .hero-buttons .btn-border {
  border: 2px solid #121640;
  border-radius: 100px;
}

.hero .hero-content .hero-buttons svg {
  float: right;
}

.hero .hero-content h1 .accent-text {
  color: var(--accent-color);
}

@media (max-width: 992px) {
  .hero .hero-content {
    margin-bottom: 3rem;
  }

  .hero .hero-content .hero-buttons {
    justify-content: center;
  }
}

.hero .company-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #fff;
}

.hero .company-badge span {
  width: 20px;
  height: 2px;
  margin: 0 10px;
  background-color: var(--accent-color);
}

.hero .company-badge p {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--accent-color);
}

.hero .btn-primary {
  background-color: #3373fe;
  border-color: #3373fe;
  color: var(--action-text-color);
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.hero .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 20%);
  border-color: color-mix(in srgb, var(--accent-color), #121640 20%);
}

.hero .btn-link {
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.hero .btn-link:hover {
  color: var(--accent-color);
}

.hero .btn-link i {
  font-size: 1.5rem;
  vertical-align: middle;
}

.hero .hero-image {
  position: relative;
  text-align: center;
  z-index: 1;
}

.hero .hero-image img {
  max-width: 100%;
  height: auto;
}

.hero .cards-box-1 {
  border-radius: 16px;
  background-color: var(--accent-color);
  padding: 20px;
}

.hero .country-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hero .hero-content h3 {
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}

.hero .hero-content h3 span {
  color: #7697FF;
}

.hero .country-sec li {
  list-style: none;
  width: fit-content;
  margin-right: 15px;
}

.hero .country-sec label {
  background-color: rgba(194, 216, 255, 0.2);
  border-radius: 100px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
}

.hero .country-sec a,
.hero .country-sec p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}

.hero .cards-box-1 {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.hero .cards-box-1 .border-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.hero .cards-box-2 {
  position: relative;
}

.hero .cards-box-2 .cnt-sec {
  position: absolute;
  top: 25px;
  left: 25px;
  width: fit-content;
  max-width: 270px;
}

.hero .cards-box-3 {
  border-radius: 16px;
  background-color: #BCEAFB;
  padding: 20px;
  display: flex;
  align-items: center;
}

.hero .cards-box-3 p {
  margin-bottom: 0;
  font-size: 16px;
  color: #0E4F6C;
}

.hero .cards-box-3 span {
  font-weight: 600;
}

.hero .cards-box-3 .img-sec,
.hero .cards-box-5 .no-radius .img-sec {
  margin-right: 20px;
  width: 30%;
}

.hero .cards-box-4,
.hero .cards-box-4 img,
.hero .cards-box-5,
.hero .cards-box-5 img {
  border-radius: 16px;
}

.hero .cards-box-4,
.hero .cards-box-5 {
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.hero .cards-box-4 .cnt-sec,
.hero .cards-box-5 .cnt-sec {
  position: absolute;
  bottom: 10px;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  width: 93%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.hero .cards-box-4 h4 {
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 600;
}

.hero .cards-box-4 p {
  color: #656565;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.hero .cards-box-5 .no-radius img {
  border-radius: 0 !important;
}

.hero .cards-box-5 p {
  margin-bottom: 0;
  color: #121640;
}

.hero .cards-box-5 p span {
  font-weight: 600;
}


.mt-100 {
  margin-top: 100px;
}

.mt-69 {
  margin-top: 69px;
}

section,
.section {
  color: var(--default-color);
}



.recruiters-page .highly-sec h3 {
  color: #fff;
  margin: 0;
  margin-right: 10px;
  font-weight: 400;
}

.hero .country-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hero .country-sec label {
  background-color: rgba(194, 216, 255, 0.2);
  border-radius: 100px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
}

.highly-sec {
  width: 92%;
  margin: 0px auto;
  margin-top: 38px;
  text-align: center;
  background-color: #3373FE;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.highly-sec h3 {
  font-size: 15px;
  color: #fff;
}

.country-sec.position-relative.z-index2 {
  margin-left: 14px;
}


@media (max-width: 768px) {
  .hero .company-badge p {
    font-size: 12px;
  }

  .title-64 {
    font-size: 34px !important;
  }

  .hero .hero-content .hero-buttons .btn-sec .btn {
    width: 100%;
    background-color: #263189;
  }

  .btn-sec.d-flex.justify-content-center {
    width: 100%;
  }

  .hero .hero-content {
    margin-bottom: 20px;
  }


  .img-sec.mt-20 {
    margin-top: 0 !important;
  }

  .company-badge.mb-4 {
    margin-bottom: 2px !important;
  }

  .highly-sec {
    width: 100%;
    flex-direction: column;
  }

  .hero .country-sec label {
    padding: 5px 8px;
  }


  .hero .country-sec label img {
    width: 20%;
  }

  .country-sec p {
    font-size: 12px !important;
  }


  .hero .country-sec li {
    margin-right: 5px;
  }

  .hero .country-sec a,
  .hero .country-sec p {
    font-size: 11px;
  }

  .arrow-sec .img-sec img {
    width: 62px;
    max-width: none;
  }

}




/**** how it works ****/


.section-title p {
  font-size: 17px;
  font-weight: 500;
}


.title-two span {
  color: #3373FE;
  font-family: "Fraunces", serif;
  font-weight: 300;
  font-style: italic;
}

.steps-flow {
  text-align: center;
}

.cnt-sec h4 {
  font-size: 21px;
  margin-top: 24px;
}




@media (max-width: 768px) {



  .mt-100 {
    margin-top: 0px;
  }


  .cnt-sec h4 {
    font-size: 16px;
    text-align: left;
    margin-left: 23px;
  }



}

/**** how it works ****/




/**** one partner ****/

.grid-partner-top {
  display: grid;
  grid-template-columns: 44% 53%;
  gap: 15px;
}



.grid-partner-bottom {
  display: grid;
  grid-template-columns: 41% 57%;
  gap: 15px;
}


.school-program .grid-partner-top {
  display: grid;
  grid-template-columns: 66% 32%;
  gap: 15px;
}

.school-program .grid-partner-bottom {
  display: grid;
  grid-template-columns: 33% 66%;
  gap: 15px;
}


@media (max-width: 768px) {



  .grid-partner-top,
  .grid-partner-bottom,
  .school-program .grid-partner-top,
  .school-program .grid-partner-bottom {
    grid-template-columns: 100%;

  }


}

/**** one partner ****/


.information-blocks .cards-box {
  border-radius: 8px;
  padding: 7px;
  height: 100%;
}



.cetacean-blue-bg {
  background-color: #525459;
}

.information-blocks .cards-box .details {
  margin-top: 10px;
  padding: 20px;
}



.mainly-blue {
  color: #fff;
}


.information-blocks .cards-box .details img {
  margin-bottom: 7px;
}

.title-24 {
  font-size: 24px;
  font-weight: 500;
}

.img-sec {
  text-align: center;
}


#job_benefit .col-lg-3:nth-child(2) .cards-box {
  background-color: #B4D0FE;
}

#job_benefit .col-lg-3:nth-child(2) .cards-box .mainly-blue {
  color: #0038B2;
}

#job_benefit .col-lg-3:nth-child(2) .cards-box .mainly-blue {
  color: #0038B2;
}


#job_benefit .col-lg-3:nth-child(3) .cards-box {
  background-color: #3373FE;
}

#job_benefit .col-lg-3:nth-child(3) .cards-box .mainly-blue {
  color: #fff;
}

#job_benefit .col-lg-3:nth-child(3) .cards-box .mainly-blue {
  color: #fff;
}

#job_benefit .col-lg-3:nth-child(4) .cards-box {
  background-color: #BCEAFB;
}

#job_benefit .col-lg-3:nth-child(4) .cards-box .mainly-blue {
  color: #006388;
}

#job_benefit .col-lg-3:nth-child(4) .cards-box .mainly-blue {
  color: #006388;
}







/*** grad box section ***/

.gradient-blue-container {
  background: linear-gradient(360deg, #D2E3FF 0%, #F0F6FF 100%);

  border-radius: 20px;
  padding: 40px 20px;
}

.job-illustration {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.job-card {
  background: white;
  border-radius: 15px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1.04px solid rgba(180, 208, 254, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.job-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.job-location {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0px;
}

.main-title {
  color: #1565c0;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.main-description {
  color: #424242;
  font-size: 1.1rem;
  line-height: 1.6;
}

.owl-nav button {
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 18px !important;
  color: #1565c0 !important;
  border: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  position: absolute;

}

.owl-prev {
  left: -25px;
  top: 41%;
}

.owl-next {

  right: -25px;
  top: 41%;
}



.owl-nav button:hover {
  background: white !important;
  transform: scale(1.1);
}

.owl-dots .owl-dot span {
  background: rgba(21, 101, 192, 0.5) !important;
}

.owl-dots .owl-dot.active span {
  background: #1565c0 !important;
}


.job-carousel .item {
  display: grid;
  grid-template-columns: 49% 49%;
}


.bg-absolute {
  background: #fff;
  padding: 37px 30px;
  position: absolute;
  width: 523px;
  top: -210px;
  border: 1px solid rgba(180, 208, 254, 1);
  border-radius: 17px;
}

@media (max-width: 768px) {

  .bg-absolute {
    padding: 37px 30px;
    position: relative;
    width: 100%;
    top: 0;
    border: 1px solid rgba(180, 208, 254, 1);
    border-radius: 17px;
    left: 0;
  }


  .job-carousel .item {
    display: grid;
    grid-template-columns: 100%;
  }

  .site-mobile-menu .site-nav-wrap>li>a {
    font-size: 17px;
  }

  .hero .border-line-circle {
    display: none;
  }
  
  .activbtn {
	border: 0px !important;
	margin-top: 11px;
	width: 150px !important;
	margin-left: 10px;
	    display: none !important
}

.activbtn a {
	font-size: 14px !important;
	text-align: center;
	padding: 3px 0 !important;
}


}


/*** grad box section ***/


/*** about page **/

.hero.section.z-index2.recruiters-page {
  background: #12163e !important;
}


.recruiters-page .btn-primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #121640;
}


.why-germany .info-counter {
  border-radius: 16px;
  padding: 50px;
  background-color: var(--mainly-blue);
}

.title-40 {
  font-size: 40px;
  font-weight: 600;
}

.cosmic-cobalt {
  color: #263189;
}

.info-counter.cetacean-blue-bg {
  background: #525459;
}

.why-germany.the-challenge .info-counter .extra {
  padding-top: 25px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}


.more-cnt.diamond-bg {
  border-radius: 16px;
}


.section.why-choose.cetacean-blue-bg {
  background: #12163e !important;
}


.why-choose.cetacean-blue-bg .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid color-mix(in srgb, #fff, transparent 30%);
  color: #fff;
  width: 360px;
  text-align: center;
  line-height: 30px;
}


.why-choose.cetacean-blue-bg .cta-btn:first-child {
  background-color: #42C8F4;
  border: none;
  color: var(--accent-color);
}


.action-btn .btn {
  background: #3373fe;
  padding: 14px 52px;
  border-radius: 50px;
}


.action-btn .btn:hover {
  background: #fff !important;

  color: #3373fe;
}

.cards-colm.works .steps-flow {
  text-align: center;
  padding: 0 20px;
}

.cards-info-sec.seamless-transparent .cards-title {
  margin-top: 30px;
}


.cards-title .title-40 {
  font-size: 37px;
  font-weight: 600;
}

.recruiters-page .title-64 {
  font-size: 49px;
  font-weight: 600;
}


.why-germany .title-52 {
  font-size: 42px;
  font-weight: 600;
}


.cards-info-sec .information-sec .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.cards-info-sec .information-sec .title .line-sec {
  width: 60%;
  height: 2px;
  background-color: var(--accent-color);
}

.cards-info-sec.seamless-transparent .cards-details.ai-powered {
  border-radius: 16px;
  padding: 20px 20px 0;
  background-color: #BCEAFB;
  margin-top: 90px;
}

.cards-info-sec.seamless-transparent .info-sec {
  background-color: #E1F4FD;
  padding: 20px;
  border-radius: 12px 12px 0 0;
  margin-top: 15px;
  width: 100%;
  display: inline-block;
}

.seamless-transparent .details-sec {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
}

.cards-info-sec.seamless-transparent .details-sec .sec {
  margin-left: 10px;
}


.cards-info-sec .information-sec .mainly-blue-bg,
.cards-info-sec .information-sec .diamond-bg,
.cards-info-sec .information-sec .cetacean-blue-bg {
  padding: 20px;
  border-radius: 16px;
}

.cards-details.get-more.cetacean-blue-bg {
  background: #121640;
}

.cards-info-sec .information-sec .info-bar {
  margin-top: 30px;
  border-radius: 16px;
  padding: 20px;
  background-color: #ECF4FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.cards-info-sec.seamless-transparent .info-bar .sec {
  margin: 40px 20px 10px;
}

.cards-info-sec.seamless-transparent .info-bar .audio-video-sec {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}

.cards-info-sec .information-sec .info-bar p {
  font-weight: 500;
  color: var(--accent-color);
  margin-bottom: 0;
}

.cards-details.long-term {
  border-radius: 16px;
  background-color: #2531AE;
  padding: 0;
  margin-top: 0;
  padding-bottom: 20px;
}

.cards-details.long-term .commitment-bar:first-child {
  margin-left: 30px;
  border-radius: 8px 0 0 8px;
  background-color: #121640;
}

.cards-details.long-term .commitment-bar {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.cards-details.long-term .commitment-bar li {
  font-size: 14px;
  list-style-type: none;
  display: inline-block;
  padding: 0 10px;
  color: #7697FF;
  border-right: 1px solid #7697FF;
}

.cards-details.long-term .title-sec {
  padding: 30px 30px 20px;
  margin-top: 0;
}

.cards-details.long-term .commitment-bar:last-child {
  margin-right: 30px;
  border-radius: 0 8px 8px 0;
  margin-top: 30px;
  background-color: #121640;
}


/** pop up form **/

/* Popup Styles */
/* Popup Styles */
.apply-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
}

.popup-content {
  position: relative;
  background: linear-gradient(135deg, #121640 0%, #2A3BAB 100%);
  margin: 5% auto;
  padding: 0;
  width: 80%;
  max-width: 900px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: popupFadeIn 0.5s ease;
  overflow: hidden;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 35px;
  color: #1b2468;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
}

.popup-close:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(90deg);
}

.popup-container {
  display: flex;
  flex-direction: row;
  min-height: 500px;
}

.popup-left {
  flex: 1;
  padding: 40px;
  color: white;
  position: relative;
  overflow: hidden;
}

.popup-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: url('../images/recruiters-img1.png') no-repeat; */
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.popup-left-content {
  position: relative;
  z-index: 1;
}

.popup-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #72F1FF;
  font-weight: 700;
}

.popup-left p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.popup-right {
  flex: 1;
  background-color: white;
  padding: 40px;
  border-radius: 0 15px 15px 0;
}

.popup-right h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #121640;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border-radius: 8px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  transition: all 0.3s;
}

.form-control:focus {
  border-color: #2A3BAB;
  box-shadow: 0 0 0 0.2rem rgba(42, 59, 171, 0.25);
}

.submit-btn {
  background: linear-gradient(135deg, #121640 0%, #2A3BAB 100%);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(42, 59, 171, 0.3);
}

.popup-features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}

.feature-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(114, 241, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.feature-icon i {
  color: #72F1FF;
  font-size: 16px;
}

.floating-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
background: linear-gradient(135deg, #324aaa, #3373fe);
  color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 10000;
  width: 82%;
  text-align: center;
  z-index: 333;
}

.commitment-bar.cetacean-blue-bg img {
  margin-right: 7px;
}

.footer-info {
	background: #3D3F43;
	padding-top: 248px;
	border-top: 1px solid #11153d08;
	position: relative;
}
.footer-logo img {
  width: 183px;
}

.footer-ct h4 {
  color: #3474fe;
}


.footerone {
	position: relative;
	bottom: -244px;
	z-index: 22;
	margin-top: 77px;
}



.topsection {
	height: 174px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
	position: relative;
	top: 0;
}

.boy-img {
	display: grid;
	grid-template-columns: 38% 56%;
	background: #D2E3FF;
	position: relative;
	width: 86%;
	margin: 0px auto;
	top: -141px;
	border-radius: 20px;
	height: 313px;
}

.ft-ul-list ul li {
	margin-bottom: 14px;
}



.ft-ul-list ul {
	list-style: none;
	padding-left: 0;
}


.ft-ul-list ul li a {
  color: #fff;
  font-weight: normal;
}

.ft-ul-list ul li a:hover {
	color: #709DFF !important;
}


.ft-text-blue {
	color: #709DFF !important;
}


.ft-img img {
	position: relative;
	top: -53px;
	left: 147px;
}


.text-ft-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 310px;
  padding-left: 58px;
}


.text-ft-area h3 {
	font-size: 35px;
}

.text-ft-area p {
	font-size: 21px;
	margin-bottom: 22px;
}



.location-tag {
  display: flex;
}


.icon {
  color: #6295fe;
  margin-right: 9px;
}


.p-two .cards-details .title-sec 
{
  position: absolute;
  top: 36px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 20px;
}

.p-two .cards-details {
  position: relative;
  margin-bottom: 20px;
}

.p-two .cards-details .title-sec .title-24 {
	font-size: 31px;
}



@media (max-width: 768px) {
  .popup-container {
    flex-direction: column;
  }

  .popup-right {
    border-radius: 0 0 15px 15px;
  }

  .popup-content {
    width: 95%;
    margin: 10% auto;
  }

  .hero .country-sec {
    justify-content: center;
  }

  .cetacean-blue-bg .cards-box {
    padding: 7px 0;
    background-color: #121640;
  }

  .cards-colm.why-choose.cetacean-blue-bg .container.d .line {
    position: absolute;
    top: 158px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .D-view {
    display: none;
  }

  .cards-colm.why-choose.cetacean-blue-bg .container.d {
    position: relative;
  }

  .cards-colm .cards-box {
    padding: 20px;
    display: flex;
  }

  .why-choose .cards-box .img-sec,
  .why-choose .cards-box .img-sec img {
    width: 90px;
    max-width: none;

  }


  .title-52 {
    font-size: 26px !important;
    font-weight: 600 !important;
  }

  .title-24 {
    font-size: 20px;
    line-height: 28px;
  }

  .why-choose.cetacean-blue-bg .col-xl-4.col-md-6 {
    margin: 28px 0 !important;
    position: relative;
    z-index: 2;
  }

  .cnt-sec h4 {
    font-size: 17px;
    margin-top: 0;
  }

  .cards-title .title-40 {
    font-size: 23px;
    font-weight: 600;
  }

  .cards-info-sec.seamless-transparent .cards-details.ai-powered {
    margin-top: 31px;
  }


  .highly-sec {
    border-radius: 0;
  }

  .highly-sec h3 {
    font-size: 13px;
    color: #fff;
    margin-bottom: 12px !important;
  }

.cards-colm.works .steps-flow:after {
  content: "";
    position: absolute;
    bottom: 0px;
    left: 39px;
    width: 19px;
    height: 20px;
    background-image: url(../images/double-arrow.svg);
    }
  .cards-colm.works .steps-flow {
    display: flex;
    align-items: flex-start;
    text-align: left;
    position: relative;
    padding-bottom: 30px;
  }

.cards-colm.works .steps-flow.last-flow::after {
  /* your styles here */
  content: none; /* example: remove line/dot/etc. */
}

.p-two .cards-details .title-sec .title-24 {
	font-size: 21px;
}

  .title-40 {
    font-size: 27px;
    font-weight: 600;
  }
  
  .cards-box .img-sec img {
	width: 100%;
}

.cards-info-sec .information-sec .title{

  margin-top:0px;
}

.cards-info-sec.seamless-transparent .cards-details.ai-powered .col-lg-6 {
    width: 50%;
  }

  .cards-info-sec.seamless-transparent .info-sec {
	margin-top: 15px;

}


.seamless-transparent .details-sec {
	display: flex;
	flex-direction: column;
}

.descp-12.blue-ncs {
	font-size: 11px;
	line-height: 16px;
}

.cards-info-sec.seamless-transparent .details-sec .sec {
	margin-left: 0;
	margin-top: 10px;
}


.cards-info-sec .information-sec .info-bar p {
	font-size: 13px;
	line-height: 16px;
}

.audio-video-sec img:first-child {
	width: 208px;
}

.audio-video-sec img {
	width: 63px;
}

.cards-details.long-term .icon-sec {
	width: 72px;
	float: right;
}

.cards-details.long-term .commitment-bar:first-child {
	margin-left: 0;
}

.cards-details.long-term .commitment-bar:last-child {
	margin-right: 0;
}

.cards-info-sec .information-sec .info-bar {
  border-radius: 16px 16px 0px 0px;
}

.the-challenge .section-title p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.why-germany .info-counter {
	padding: 27px;
}

.work-it .title-24 {
	margin-left: 0px;
	font-size: 20px;
	margin-bottom: 0px;
}

.work-it  .cnt-sec {
  margin-left: 15px;
}

.why-choose .title-24.alice-blue {
	margin-left: 0;
}

.ft-ul-list ul li {
	margin-bottom: 8px;
}

.footerone {
	bottom: -181px;
}


.topsection {
	height: 174px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
	position: relative;
	top: 0;
}

.ft-img-new {
	text-align: center;
}

.ft-img-new img {
	width: 157px;
	margin: 0px auto;
}

.boy-img {
	display: grid;
	grid-template-columns: 100%;
	background: #D2E3FF;
	position: relative;
	width: 100%;
	margin: 0px auto;
	top: -141px;
	border-radius: 20px;
	height: auto;
}

.text-ft-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
height: 234px;
	align-items: center;
	padding: 25px;
	text-align: center;
}


.footer-info {
	padding-top: 202px;
	padding-left: 16px;
	padding-right: 16px;
}

.text-ft-area h3 {

  font-size: 24px;
}

.text-ft-area p {
	font-size: 17px;
}

.site-mobile-menu .site-nav-wrap > li {
	border-bottom: 1px solid #cac4c4;
}

.popup-right {
padding: 10px;
}

.popup-left {
  padding: 16px;
}

.feature-item {
	font-size: 15px;
}

#country-code {
  padding: 12px 7px;
}

}
/* Popup Styles */