/* Default CSS Code */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-size: 16px;
}

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

body, p, ol, ul {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

body {
  color: #475467;
  background: #fff;
}

ol, ul {
  list-style: none;
}

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

:focus * {
  outline: 0;
}

button {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
}

button:focus {
  outline: 0;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

ul,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #125c72;
}

a:hover {
  text-decoration: none;
}

.overflow {
  overflow: hidden;
}

li {
  list-style-type: none;
}

label {
  display: block;
}

input {
  width: 100%;
}

img,
svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #475467;
}

.show-for-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
body .tooltip {
	--bs-tooltip-opacity: 1;
}
.font--60 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .font--60 {
    letter-spacing: -1.1px;
  }
}
.font--48 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1px;
}

.font--46 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -1px;
}

@media (max-width: 767.98px) {
  .font--46 {
    letter-spacing: -1px;
  }
}
.font--36 {
  font-size: 36px;
  line-height: 44px;
}

@media (max-width: 767.98px) {
  .font--36 {
    letter-spacing: -1px;
  }
}
.font--30 {
  font-size: 30px;
  line-height: 37.5px;
  font-weight: 600;
  letter-spacing: -1px;
}

.font--24 {
  font-size: 24px;
  line-height: 32px;
}

.font--20 {
  font-size: 20px;
  line-height: 30px;
}

.font--18 {
  font-size: 18px;
  line-height: 30px;
}

.font--16 {
  font-size: 16px;
  line-height: 24px;
}

.font--14 {
  font-size: 14px;
  line-height: 20px;
}

.font--12 {
  font-size: 12px;
  line-height: 18px;
}

.font--light {
  font-weight: 300;
  letter-spacing: -0.1px;
}

.custom__btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  background: #005a70;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  outline: none;
  stroke: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.custom__btn:hover,
.custom__btn:active,
.custom__btn:focus {
  background: #313d4f;
}

.custom__btn--lg {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 33px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.custom__btn--outline {
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #cbd5e1;
  padding: 8px 30px;
  border-radius: 4px;
  color: #d0d5dd;
}
.custom__btn--outline svg {
  width: 18px;
}

.custom__btn--outline:hover,
.custom__btn--outline:focus,
.custom__btn--outline:active {
  background: rgba(241, 245, 249, 0.4);
  color: #fff;
}

@media (min-width: 780px) {
  .custom__btn {
    height: 40px;
    line-height: 30px;
  }
  section.hero-area.custom__bg-gradient {
    padding-bottom: 80px !important;
  }
}
.gl_custom_btn {
  background-color: #d2deff;
  color: #364679;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 4px;
  padding: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 185px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: text-indent 300ms ease-in-out;
}
.gl_custom_btn span {
  transform: translateX(-15px);
  transition: transform 300ms ease-in-out;
}
.gl_custom_btn svg {
  visibility: hidden;
  width: 20px;
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.gl_custom_btn:hover, .gl_custom_btn:focus {
  background-color: #e1e9ff;
}
.gl_custom_btn:hover svg, .gl_custom_btn:focus svg {
  transition: all 300ms ease-in-out 100ms;
  opacity: 1;
  visibility: visible;
}
.gl_custom_btn:hover span, .gl_custom_btn:focus span {
  transform: translateX(0);
}

.custom__bg-gradient {
  background: linear-gradient(to bottom, rgba(217, 217, 217, 0) 0%, rgba(0, 90, 112, 0.05) 39%, rgba(0, 90, 112, 0.13) 75%, rgba(0, 90, 112, 0.23) 100%);
}

.form-select {
  padding: 9px 14px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.form-select:focus {
  border-color: #000;
  outline: 0;
  box-shadow: none;
}

.form-select option {
  color: #000;
}

.form-check {
  margin-bottom: 0;
}

.form-switch {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-switch label {
  cursor: pointer;
}

.form-switch .form-check-input {
  width: 44px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #d2deff;
  border-color: #f1f5f9;
}

.form-check-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #344054;
}

.form-check-input:active {
  filter: brightness(100%);
}

.custom__shadow--xs {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.custom__shadow--sm {
  box-shadow: 3px 11px 16.6px -8px rgba(0, 0, 0, 0.08);
}

.custom__shadow--md {
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1290px;
  }
}
video {
  border-radius: 12px;
}

/* Header area */
.header {
  padding: 0;
  z-index: 99;
  background: #040e2b;
  backdrop-filter: blur(30.5px);
  min-height: 86px;
  display: flex;
  align-items: center;
}

body.admin-bar .header.fixed-top {
  top: 46px;
}
@media (min-width: 992px) {
  body.admin-bar .header.fixed-top {
    top: 32px;
  }
}

.nav__logo img {
  object-fit: contain;
  max-width: 150px;
}

.header_nav .header_nav-toggle svg {
  stroke: #047a9c;
  width: 24px;
  height: 24px;
}
.header_nav .header_nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #475467;
}

.header_menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .header_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #040e2b;
    z-index: 1;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  }
  .header_menu.open {
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
  }
}
.header_menu li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
.header_menu li.current-menu-item a {
  font-weight: 700;
}
.header_menu li.current-menu-item a,
.header_menu li a:hover,
.header_menu li a:focus {
  color: #d2deff;
}

/* Main Area */
main {
  margin-top: 86px;
}
main .wage__header-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -1px;
  color: #000000;
}

/* Footer Area */
.footer {
  background-color: #f8fafc;
  padding: 30px 0;
}
.footer .footer_logo,
.footer .footer_copyright {
  margin: 0;
}
.footer .footer_copyright {
  color: #015a70;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.footer .footer_menu {
  display: flex;
  justify-content: end;
  gap: 40px;
}
.footer .footer_menu li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #596a6a;
}
.footer .footer_menu li a:hover,
.footer .footer_menu li a:focus {
  color: #00245d;
}

/* Default Page Template */
body.page-template-default main#main {
  padding: 40px 0;
}
body.page-template-default h1.page-title {
  margin-bottom: 20px;
}
body.page-template-default h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
body.page-template-default h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
body.page-template-default p {
  margin-bottom: 15px;
}

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