@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap);
@keyframes draw {
  0% {
    stroke-dasharray: 0 790;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 790 0;
    opacity: 1;
  }
}
/*
 * Image replacement (does not work on buttons/inputs)
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.c-title {
  font-family: "Saira", sans-serif !important;
  font-size: clamp(3.3rem, 5vw, 2.5rem);
  line-height: clamp(3.6rem, 5vw, 2.8rem);
  text-align: left;
  margin: 0 0 20px;
  font-weight: 500;
  color: #FFF;
}
.c-title-section {
  text-align: center;
}
.c-title-section--primary {
  color: #1c4e69;
}

@-o-viewport {
  width: device-width;
  zoom: 1;
  /* stylelint-disable-line */
}

@viewport {
  width: device-width;
  zoom: 1;
  /* stylelint-disable-line */
}
::-moz-selection {
  background: #1c4e69;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #1c4e69;
  text-shadow: none;
  color: #fff;
}

html {
  width: 100vw;
  overflow: hidden;
}

body {
  margin: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

html,
button,
input,
optgroup,
select,
textarea {
  font-family: "Saira", sans-serif !important;
  color: #333;
  outline-color: #1c4e69;
  -webkit-font-smoothing: antialiased;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  padding: 4%;
  max-width: 1366px;
  box-sizing: border-box;
  margin: 0 auto;
}

.s-main {
  display: flex;
  background-color: #579ca4;
  min-height: 100vh;
  margin-left: 255px;
}
.s-main-content {
  flex: 1;
}
.s-main-content .o-grid-header {
  grid-gap: 0;
}

.s-login,
.s-register {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1c4e69;
}

.flex {
  display: flex;
}

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

html {
  min-height: 100%;
  overflow-y: scroll;
  line-height: 1.4;
  box-sizing: border-box;
  font-family: "Saira", sans-serif;
}

body {
  font-family: "Saira", sans-serif;
}

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

p {
  font-size: 14px;
  line-height: 1.71;
}

a {
  color: #1c4e69;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a:hover, a:focus {
  color: #1c4e69;
}
a:active {
  /* stylelint-disable-line */
}
img {
  max-width: 100%;
  font-style: italic; /* fancy broken image alt text */
}

ul,
ol {
  padding: 0;
  list-style-position: inside;
  list-style: none;
}

.o-list {
  width: 100%;
}
.o-list--item {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  font-family: "Saira", sans-serif;
}
.o-list--item:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #fafafa;
  color: #333;
}
.o-list--item-title {
  font-size: 16px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  min-height: 3em;
}

.js-thumb {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.select2-container {
  width: 100% !important;
}

.o-btn {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  margin: 20px 0;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
}
.o-btn-primary {
  border: 1px solid #1c4e69;
  background-color: #1c4e69;
  color: #FFF;
}
.o-btn-secondary {
  border: 1px solid #1c4e69;
  color: #1c4e69;
}
.o-btn-hero {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #1c4e69;
}

.o-card {
  overflow: hidden;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  font-family: "Saira", sans-serif !important;
  box-shadow: 0px 2px 4px rgba(21, 21, 34, 0.2);
}
.o-card--green {
  background-color: #5c8d92;
  color: #FFF;
}
.o-card--title {
  font-weight: bold;
}
.o-card--description {
  font-size: 16px;
  color: #000;
}
.o-card--buttons {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.o-card-auth {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.o-dropdown {
  position: relative;
  display: inline-block;
}
.o-dropdown-btn {
  background-color: #1c4e69;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.o-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.o-dropdown-content a {
  color: #1c4e69;
  display: block;
  padding: 10px;
  box-sizing: border-box;
}
.o-dropdown-content a:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.o-dropdown:hover .o-dropdown-content {
  display: block;
}

.o-form {
  width: 100%;
  max-width: 500px;
}
.o-form-full {
  max-width: none;
}

.o-grid {
  width: 100%;
  display: grid;
  grid-gap: 20px;
}
.o-grid-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.o-grid-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.o-grid-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.o-grid-header {
  color: #FFF;
  grid-template-columns: repeat(2, 80% 20%);
}

.o-input-block {
  display: block;
}
.o-input-block .o-input {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  font-size: 16px;
  color: #000;
  padding: 10px;
  margin-bottom: 20px;
}

.o-label {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  border: none;
}
.o-label--active {
  color: #FFF;
  background-color: green;
}
.o-label--inactive {
  color: #FFF;
  background-color: red;
}
.o-label--warning {
  color: #FFF;
  background-color: orange;
}

.o-nav {
  background-color: #1c4e69;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0 2%;
  box-sizing: border-box;
}
.o-nav-links {
  height: 70px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.o-nav-links-item {
  color: #FFF;
  font-size: 16px;
  line-height: 60px;
  position: relative;
}
.o-nav-links-item .active, .o-nav-links-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0;
  height: 2px;
  background-color: #FFF;
  transition: width 0.3s ease;
}
.o-nav-links-item:hover {
  color: #FFF;
}
.o-nav-links-item:hover:after {
  width: 100%;
}
.o-nav-links-item + a {
  margin-left: 20px;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.custom-pagination a,
.custom-pagination span {
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #007bff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-pagination a:hover {
  background-color: #007bff;
  color: #fff;
}

.custom-pagination .disabled {
  color: #aaa;
  pointer-events: none;
}

.custom-pagination .current {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.o-sidebar {
  width: 255px;
  background-color: #b9d5d9;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
}
.o-sidebar-brand {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}
.o-sidebar-brand img {
  width: 100%;
}
.o-sidebar-links {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.o-sidebar-links-item {
  color: #000;
  font-size: 14px;
  line-height: 56px;
  position: relative;
  padding-left: 18px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.o-sidebar-links-item:hover, .o-sidebar-links-item.active {
  background-color: #f1f1f1;
}
.o-sidebar-links-divisor {
  width: 100%;
  display: block;
  background-color: #F6F6F8;
  padding: 1px;
}
.o-sidebar-settings {
  display: flex;
  flex-direction: column;
}
.o-sidebar-dropdown {
  position: relative;
  display: inline-block;
}
.o-sidebar-dropdown-btn {
  background-color: #FFF;
  color: #1c4e69;
  padding-left: 28px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 56px;
  width: 100%;
  text-align: left;
  transition: background-color 0.3s linear;
}
.o-sidebar-dropdown-btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('data: image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
}
.o-sidebar-dropdown-btn:hover {
  background-color: #F6F6F8;
  font-weight: bold;
  transition: all 0.3s ease;
}
.o-sidebar-dropdown-btn:hover.o-sidebar-dropdown-btn::after {
  transform: rotate(180deg);
  top: 40%;
}
.o-sidebar-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
}
.o-sidebar-dropdown-content a {
  color: #1c4e69;
  display: block;
  padding: 10px;
  box-sizing: border-box;
}
.o-sidebar-dropdown-content a:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.o-sidebar-dropdown:hover .o-sidebar-dropdown-content {
  display: block;
}

.o-table {
  width: 100%;
  background-color: #fff;
  font-family: "Saira", sans-serif;
  min-width: 100%;
  border-collapse: collapse;
}
.o-table thead {
  text-align: left;
  font-family: "Saira", sans-serif;
  font-weight: bold;
}
.o-table thead tr {
  height: 30px;
  line-height: 30px;
}
.o-table thead tr th {
  padding: 0 10px 0;
  border: 1px solid #f1f1f1;
  font-size: 12px;
  line-height: 1.22;
  vertical-align: middle;
}
.o-table tbody {
  text-align: left;
}
.o-table tbody tr {
  height: 20px;
  line-height: 20px;
}
.o-table tbody tr td {
  padding: 5px 10px;
  border: 1px solid #f1f1f1;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.4;
}
.o-table p {
  margin: 5px 0;
}

.o-table--highlight {
  background-color: #ccc;
  height: 100px;
}

.c-hero {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: #1c4e69;
}
.c-hero-item {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 4%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  margin: 0 auto;
  z-index: 1;
}
.c-hero-content {
  margin: 0 auto;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-hero-title {
  font-family: "Saira", sans-serif !important;
  font-size: clamp(5rem, 5vw, 3rem);
  line-height: clamp(5.3rem, 5vw, 3.3rem);
  text-align: center;
  margin: 0 0 20px;
  font-weight: 500;
  color: #FFF;
}
.c-hero-text {
  font-family: "Inter", sans-serif !important;
  font-size: clamp(0.6rem, 2vw, 1.3rem);
  line-height: clamp(1.2rem, 2vw, 1.8rem);
  text-align: center;
  margin: 0 0 40px;
  font-weight: 400;
  color: #FFF;
  width: 100%;
  max-width: 600px;
}
.c-hero .o-btn-hero {
  display: inline;
  margin: 0 auto;
  max-width: 200px;
}

.c-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fcfcfc;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: calc(1366px - 8%);
  height: 80px;
  transform: translateY(-150%);
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 100;
  transition: transform 200ms linear;
  border-radius: 8px;
  margin: auto;
}
.c-nav.scrolled {
  transform: translateY(0);
  background-color: #fcfcfc !important;
}
.c-nav .c-nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  color: #FFF;
  text-transform: uppercase;
}
.c-nav .c-nav-links .c-nav-item {
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.c-nav .c-nav-links .c-nav-item a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 60px;
  font-size: 16px;
  font-family: "Saira", sans-serif !important;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.c-nav .c-nav-links .c-nav-item a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #DB5205;
  transition: 0.3s linear;
}
.c-nav .c-nav-links .c-nav-item a:hover:after {
  width: 100%;
}
.c-nav-trigger {
  display: none;
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 31px;
  color: #FFF;
}
.c-nav-brand img {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 960px) {
  .c-nav {
    top: 0;
    border-radius: 0;
    transform: translateY(0);
  }
  .c-nav .scrolled {
    transform: translateY(0);
  }
  .c-nav .c-nav-links {
    flex-direction: column;
    position: fixed;
    top: 78px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #FFF;
    padding-left: 0;
    justify-content: center;
    transition: right 0.3s ease;
  }
  .c-nav .c-nav-links-opened {
    right: 0;
  }
  .c-nav-trigger {
    display: block;
  }
}

#mobile-menu {
  width: 30px;
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#mobile-menu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #1C2A53;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#mobile-menu span:nth-child(even) {
  left: 50%;
  border-radius: 0 5px 5px 0;
}

#mobile-menu span:nth-child(odd) {
  left: 0px;
  border-radius: 5px 0 0 5px;
}

#mobile-menu span:nth-child(1),
#mobile-menu span:nth-child(2) {
  top: 0px;
}

#mobile-menu span:nth-child(3),
#mobile-menu span:nth-child(4) {
  top: 8px;
}

#mobile-menu span:nth-child(5),
#mobile-menu span:nth-child(6) {
  top: 16px;
}

#mobile-menu.open span:nth-child(1),
#mobile-menu.open span:nth-child(6) {
  transform: rotate(45deg);
}

#mobile-menu.open span:nth-child(2),
#mobile-menu.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#mobile-menu.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#mobile-menu.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#mobile-menu.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#mobile-menu.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#mobile-menu.open span:nth-child(5) {
  left: 5px;
  top: 12px;
}

#mobile-menu.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
}

.c-why {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #f1f1f1;
}
.c-why-grid {
  width: 100%;
  max-width: 1366px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.c-why-grid-item {
  display: grid;
  grid-gap: 20px;
}
.c-why-grid-item-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.c-why-grid-item-2 .o-card:nth-child(3n) {
  grid-column: span 2;
}
