@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

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

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

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

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

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

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

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

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

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

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

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

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.text-white {
  color: white;
}

.fromLeft {
  position: relative;
  animation: fadeInLeft 1.5s;
}

.fromRight {
  position: relative;
  animation: fadeInRight 1.5s;
}

.animation-border {
  box-shadow: inset 0 0 0 2px #fff;
  position: relative;
}
.animation-border::before, .animation-border::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.animation-border::before {
  top: 124px;
  left: 0;
}
.animation-border::after {
  bottom: -128px;
  right: -4px;
}
.animation-border:hover::before, .animation-border:hover::after {
  width: 100%;
  height: 100%;
}
.animation-border:hover::before {
  border-top-color: #2f6d80;
  border-right-color: #2f6d80;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.animation-border:hover::after {
  border-bottom-color: #2f6d80;
  border-left-color: #2f6d80;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.container {
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1330px;
  }
}

section,
footer {
  padding: 60px 0;
}
@media (min-width: 768px) {
  section,
  footer {
    padding: 100px 0;
  }
}

.list-unstyled {
  list-style: none;
}

.heading.center {
  text-align: center;
}
.heading h2 {
  text-align: center;
  color: #509cac;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .heading h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .heading h2 {
    font-size: 28px;
  }
}
.heading h2._left {
  text-align: start;
}
.heading p {
  font-size: 16px;
  color: #5f697a;
}
@media (min-width: 576px) {
  .heading p {
    font-size: 18px;
  }
}

.custom-btn {
  background-color: #2b4560;
  padding: 10px 40px;
  border-radius: 50em;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
  font-size: 16px;
}
@media (min-width: 576px) {
  .custom-btn {
    font-size: 18px;
    padding: 12px 60px;
  }
}
.custom-btn:hover {
  background-color: #2f6d80;
}

._object-position-top {
  -o-object-position: top;
     object-position: top;
}

header {
  padding: 25px 30px;
  position: relative;
  z-index: 100;
  height: 121px;
  transition: 0.4s;
}
header._transparent {
  background-color: transparent !important;
  -webkit-backdrop-filter: unset !important;
          backdrop-filter: unset !important;
}
header.scroll-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  height: unset;
  padding: 20px 30px;
}
@media (min-width: 576px) {
  header.scroll-header {
    padding: 25px 30px;
  }
}
header.scroll-header .brand-logo {
  display: block !important;
}
header.scroll-header nav .brand-logo img {
  width: 200px;
}
@media (min-width: 576px) {
  header.scroll-header nav .brand-logo img {
    width: 268px;
  }
}
header.scroll-header nav .main-menu ul li {
  padding: 0px 20px;
}
@media (min-width: 1700px) {
  header.scroll-header nav .main-menu ul li {
    padding: 0px 33px;
  }
}
header.scroll-header nav .main-menu ul li a {
  color: #fff;
}
header.scroll-header nav .main-menu ul li a::before {
  background-color: #fff;
}
header.scroll-header nav .main-menu ul li a:hover::before {
  background-color: #fff;
}
header.scroll-header nav .main-menu ul li a.active::before {
  background-color: #fff;
}
header.scroll-header nav .main-menu ul li.bordered-link {
  border: 1px solid #fff;
  border-radius: 50em;
  margin-bottom: 10px;
  transition: 0.4s;
  padding: 10px 15px 8px 15px;
}
header.scroll-header nav .main-menu ul li.bordered-link a {
  padding-bottom: 0;
  transition: 0.4s;
}
header.scroll-header nav .main-menu ul li.bordered-link a::before {
  display: none;
}
header.scroll-header nav .main-menu ul li.bordered-link:hover {
  background-color: #fff;
}
header.scroll-header nav .main-menu ul li.bordered-link:hover a {
  color: #2f6d80;
}
header.scroll-header nav .main-menu ul li.bordered-link:hover a::before {
  background-color: transparent;
}
header.scroll-header .toggle-btn-wrap .toggle-btn svg path {
  color: #fff;
}
header.scroll-header:hover {
  background-color: #2f6d80;
}
header.is-fixed {
  background-color: #fff;
  height: unset;
  left: 0;
  padding: 1rem;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(1, 0, 0.5, 1.275);
  will-change: transform;
  width: 100%;
  z-index: 200;
}
@media (min-width: 992px) {
  header.is-fixed {
    padding: 25px 30px;
  }
}
header.is-fixed.active-header {
  transform: unset !important;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
}
header.is-fixed.active {
  transform: translateY(-0.2rem);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
}
header.is-fixed .main-menu ul li a {
  color: #2c3f62;
}
header.is-fixed .main-menu ul li a:hover::before {
  background-color: #2c3f62;
}
header.is-fixed .main-menu ul li a.active::before {
  background-color: #2c3f62;
}
header.is-fixed .main-menu ul li.bordered-link {
  border: 1px solid #2f6d80;
  border-radius: 50em;
  margin-bottom: 10px;
  transition: 0.4s;
  padding: 10px 15px 8px 15px;
}
header.is-fixed .main-menu ul li.bordered-link a {
  padding-bottom: 0;
  transition: 0.4s;
}
header.is-fixed .main-menu ul li.bordered-link a::before {
  display: none;
}
header.is-fixed .main-menu ul li.bordered-link:hover {
  background-color: #2f6d80;
}
header.is-fixed .main-menu ul li.bordered-link:hover a {
  color: #fff;
}
header.is-fixed .main-menu ul li.bordered-link:hover a::before {
  background-color: transparent;
}
header.is-fixed .toggle-btn-wrap .toggle-btn svg path {
  color: #2f6d80;
}
header.is-fixed .brand-logo {
  display: block !important;
}
header.is-fixed .brand-logo img {
  width: 200px;
}
@media (min-width: 992px) {
  header.is-fixed .brand-logo img {
    width: 268px;
  }
}
@media (min-width: 1024px) {
  header {
    height: unset;
  }
}
header .header-container {
  width: 100%;
  margin: auto;
}
@media (min-width: 1700px) {
  header .header-container {
    max-width: 1550px;
  }
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .brand-logo {
  display: none;
  outline: 0;
}
@media (min-width: 1024px) {
  header nav .brand-logo {
    display: block;
  }
}
header nav .brand-logo img {
  width: 268px;
}
header nav .main-menu ul {
  display: none;
  align-items: center;
  position: relative;
}
@media (min-width: 1200px) {
  header nav .main-menu ul {
    display: flex;
  }
}
header nav .main-menu ul li {
  padding: 8px 15px;
}
@media (min-width: 1450px) {
  header nav .main-menu ul li {
    padding: 8px 17px;
  }
}
@media (min-width: 1700px) {
  header nav .main-menu ul li {
    padding: 8px 20px;
  }
}
header nav .main-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 400;
}
@media (min-width: 1400px) {
  header nav .main-menu ul li a {
    font-size: 15px;
  }
}
@media (min-width: 1700px) {
  header nav .main-menu ul li a {
    font-size: 17px;
  }
}
header nav .main-menu ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: -100%;
  bottom: 0px;
  border-radius: 3px;
  transition: 0.4s;
}
header nav .main-menu ul li a:hover::before, header nav .main-menu ul li a.active::before {
  left: 0%;
}
header nav .toggle-btn-wrap .toggle-btn {
  background-color: transparent;
  border: 0;
  outline: 0;
}
header nav .toggle-btn-wrap .toggle-btn i,
header nav .toggle-btn-wrap .toggle-btn svg {
  color: #fff;
  font-size: 24px;
}
@media (min-width: 1200px) {
  header nav .toggle-btn-wrap {
    display: none;
  }
}
header.fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.1rem 3px rgba(77, 72, 69, 0.2), 0 6px 10px rgba(77, 72, 69, 0.1490196078);
  height: 70px;
  padding: 20px 30px;
}
@media (min-width: 1024px) {
  header.fixed-nav {
    padding: 40px 30px;
    height: unset;
  }
}
header.fixed-nav nav .main-menu ul li a {
  color: #2c3f62;
}
header.fixed-nav nav .brand-logo {
  display: block;
}
header.fixed-nav nav .brand-logo img {
  width: 250px;
}
@media (min-width: 1024px) {
  header.fixed-nav nav .brand-logo img {
    width: 300px;
  }
}
header.fixed-nav .toggle-btn-wrap .toggle-btn i,
header.fixed-nav .toggle-btn-wrap .toggle-btn svg {
  color: #2c3f62;
}
header.sub-page {
  padding: 0 15px;
  height: 0;
}
@media (min-width: 576px) {
  header.sub-page {
    padding: 25px 30px;
    height: 121px;
  }
}
header.sub-page nav {
  padding-top: 15px;
}
@media (min-width: 576px) {
  header.sub-page nav {
    padding-top: 0;
  }
}
header.sub-page nav .brand-logo {
  display: block;
}
@media (min-width: 576px) {
  header.sub-page nav .brand-logo {
    display: none;
  }
}
@media (min-width: 992px) {
  header.sub-page nav .brand-logo {
    display: block;
  }
}
header.sub-page nav .brand-logo img {
  width: 200px;
}
@media (min-width: 576px) {
  header.sub-page nav .brand-logo img {
    width: 268px;
  }
}
header.sub-page nav .toggle-btn svg {
  color: white;
}
header.sub-page nav .main-menu ul li.bordered-link {
  border: 1px solid #fff;
  border-radius: 50em;
  margin-bottom: 10px;
  transition: 0.4s;
  padding: 10px 15px 8px 15px;
}
header.sub-page nav .main-menu ul li.bordered-link a {
  padding-bottom: 0;
  transition: 0.4s;
}
header.sub-page nav .main-menu ul li.bordered-link a::before {
  display: none;
}
header.sub-page nav .main-menu ul li.bordered-link:hover {
  background-color: #fff;
}
header.sub-page nav .main-menu ul li.bordered-link:hover a {
  color: #2f6d80;
}
header.sub-page nav .main-menu ul li.bordered-link:hover a::before {
  background-color: transparent;
}

main {
  min-height: 90vh;
}

section.banner {
  height: 300px;
  position: relative;
}
@media (min-width: 576px) {
  section.banner {
    height: 720px;
  }
}
@media (min-width: 1024px) {
  section.banner {
    height: 650px;
  }
}
@media (min-width: 1200px) {
  section.banner {
    height: 600px;
  }
}
section.banner img.banner-img {
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  section.banner img.banner-img {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  section.banner img.banner-img {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  section.banner img.banner-img._team-img {
    width: 66%;
    -o-object-position: center;
       object-position: center;
  }
}
section.banner img.banner-img._overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  z-index: 0;
  -o-object-position: right top;
     object-position: right top;
  display: none;
}
@media (min-width: 576px) {
  section.banner img.banner-img._overlay-img {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  section.banner img.banner-img._overlay-img {
    width: 66%;
  }
}
section.banner .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
section.banner .video-js .vjs-tech {
  -o-object-fit: cover;
     object-fit: cover;
}
section.banner .vjs-poster {
  background-size: cover;
}
section.banner.video-banner {
  height: 60vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: end;
}
@media (min-width: 768px) {
  section.banner.video-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
}
section.banner.video-banner .container {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding: 0 30px;
  max-width: unset;
}
@media (min-width: 1200px) {
  section.banner.video-banner .container {
    margin-bottom: 0px;
    padding: 0 33px;
  }
}
@media (min-width: 1700px) {
  section.banner.video-banner .container {
    margin-bottom: 0px;
    max-width: 1550px;
  }
}
section.banner._about .banner-img {
  -o-object-position: right;
     object-position: right;
}
section.banner .banner-text-wrap {
  max-width: 450px;
  background-color: rgba(13, 60, 75, 0.7019607843);
  color: white;
  padding: 20px 25px;
}
@media (min-width: 576px) {
  section.banner .banner-text-wrap {
    padding: 40px 50px;
  }
}
section.banner .banner-text-wrap h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (min-width: 576px) {
  section.banner .banner-text-wrap h2 {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  section.banner .banner-text-wrap h2 {
    font-size: 34px;
  }
}
section.banner .banner-text-wrap p {
  font-size: 16px;
}
@media (min-width: 576px) {
  section.banner .banner-text-wrap p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  section.banner .banner-text-wrap p {
    font-size: 24px;
  }
}
section.banner .banner-content {
  position: absolute;
  width: 88%;
  height: 100%;
  background-color: #2f6d80;
  right: 0;
  top: -143px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  padding-right: 10px;
  display: none;
}
section.banner .banner-content._sitemap {
  height: 106%;
  min-height: 715px;
}
@media (min-width: 576px) {
  section.banner .banner-content {
    padding-right: 20px;
    padding-left: 50px;
    width: 88%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  section.banner .banner-content {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  section.banner .banner-content {
    padding-right: 10px;
    padding-left: 75px;
    width: 59%;
  }
}
@media (min-width: 1400px) {
  section.banner .banner-content {
    width: 53%;
  }
}
@media (min-width: 1700px) {
  section.banner .banner-content {
    width: 56%;
  }
}
section.banner .banner-content .banner-heading {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  section.banner .banner-content .banner-heading {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  section.banner .banner-content .banner-heading.contact-heading {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  section.banner .banner-content .banner-heading.contact-heading p {
    font-size: 24px;
  }
}
section.banner .banner-content .banner-heading h1 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
@media (min-width: 576px) {
  section.banner .banner-content .banner-heading h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  section.banner .banner-content .banner-heading h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  section.banner .banner-content .banner-heading h1 {
    font-size: 45px;
  }
}
section.banner .banner-content .banner-heading h1::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
section.banner .banner-content .banner-heading p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  section.banner .banner-content .banner-heading p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  section.banner .banner-content .banner-heading p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  section.banner .banner-content .banner-heading p {
    font-size: 24px;
  }
}
section.banner .banner-content .banner-heading .contact-block strong {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
section.banner .banner-content .banner-heading .contact-block a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  section.banner .banner-content .banner-heading .contact-block a {
    font-size: 20px;
  }
}
section.banner .banner-content .banner-heading .contact-block p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.banner .banner-content .banner-heading .contact-block p {
    font-size: 20px;
  }
}
section.banner .banner-content .banner-logo {
  position: absolute;
  left: 22px;
  top: 45px;
  z-index: 1024;
}
@media (min-width: 576px) {
  section.banner .banner-content .banner-logo {
    left: 50px;
  }
}
section.banner .banner-content .banner-logo a {
  width: 200px;
  display: inline-block;
}
@media (min-width: 576px) {
  section.banner .banner-content .banner-logo a {
    width: 230px;
  }
}
section.banner .banner-content .banner-logo a img {
  width: 100%;
}
@media (min-width: 1024px) {
  section.banner .banner-content .banner-logo {
    display: none;
  }
}
section.banner.contact-banner {
  padding: 0px !important;
}
section.banner.contact-banner iframe {
  width: 95%;
  height: 66%;
  margin-top: 510px;
}
@media (min-width: 576px) {
  section.banner.contact-banner iframe {
    height: 130%;
    margin-top: 0px;
    width: 60%;
  }
}
section.banner.contact-banner .banner-content {
  display: block;
  padding: 0px;
  background-color: #2f6d80;
  height: unset;
}
section.banner.contact-banner .banner-content .banner-heading-container {
  padding: 90px 40px 20px 30px;
  background-color: #2f6d80;
  width: 100%;
}
@media (min-width: 576px) {
  section.banner.contact-banner .banner-content .banner-heading-container {
    padding: 150px 0px 10px 80px;
  }
}
section.banner.contact-banner .banner-content .banner-heading-container h1::before {
  width: 260px;
}
section.banner.contact-banner .banner-content .banner-content-container .contact-info {
  position: relative;
  padding: 10px 40px 50px 30px;
}
@media (min-width: 576px) {
  section.banner.contact-banner .banner-content .banner-content-container .contact-info {
    padding: 0px 40px 50px 80px;
  }
}
section.banner.contact-banner .banner-content .banner-content-container .contact-info .contact-item {
  margin-bottom: 30px;
}
section.banner.contact-banner .banner-content .banner-content-container .contact-info .contact-item h5 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 6px;
}
section.banner.contact-banner .banner-content .banner-content-container .contact-info .contact-item span {
  color: #fff;
}
section.banner.contact-banner .banner-content .banner-content-container .contact-info .contact-item a {
  text-decoration: none;
  color: #fff;
}
section.banner.contact-banner .banner-content .banner-content-container .contact-info .contact-item p {
  color: #fff;
}
section.banner.contact-banner .banner-content .banner-content-container .contact-info .contact-item p span {
  font-weight: 600;
  color: #2f6d80;
  margin-bottom: 4px;
}
section.banner.contact-banner .banner-content .banner-content-container .contact-info .contact-item.first {
  position: relative;
}
section.banner.contact-banner .banner-content .banner-content-container .contact-info .contact-item.first::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  height: 2px;
  width: 200px;
  background-color: rgba(47, 109, 128, 0.4);
}
section.banner.sitemap {
  height: 85vh;
}
@media (min-width: 768px) {
  section.banner.sitemap {
    height: 82vh;
  }
}
section.banner.sitemap .banner-content .banner-heading h1::before {
  width: 130%;
}
section.banner.sitemap .banner-content .banner-heading ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  text-decoration: none;
}

section.insight-banner {
  min-height: 60vh;
  height: 400px;
  position: relative;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  section.insight-banner {
    margin-top: 100px;
    height: 500px;
  }
}
section.insight-banner figure {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.insight-banner figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.insight-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
section.insight-banner h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 4;
  margin: auto;
  width: 90%;
}
@media (min-width: 576px) {
  section.insight-banner h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  section.insight-banner h2 {
    width: 60%;
    font-size: 42px;
  }
}

section.insight-detail {
  padding-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  section.insight-detail {
    padding-top: 60px;
  }
  section.insight-detail::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #ecf8fa;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  section.insight-detail::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    background-color: #ecf8fa;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  section.insight-detail::before {
    content: "";
    position: absolute;
    width: 24%;
    height: 100%;
    background-color: #ecf8fa;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  section.insight-detail::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    background-color: #ecf8fa;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1400px) {
  section.insight-detail::before {
    content: "";
    position: absolute;
    width: 27%;
    height: 100%;
    background-color: #ecf8fa;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1450px) {
  section.insight-detail::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    background-color: #ecf8fa;
    top: 0;
    left: 0;
  }
}
@media (min-width: 2000px) {
  section.insight-detail::before {
    content: "";
    position: absolute;
    width: 35%;
    height: 100%;
    background-color: #ecf8fa;
    top: 0;
    left: 0;
  }
}
section.insight-detail .sticky-div {
  position: sticky;
  top: 110px;
  align-self: flex-start;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
section.insight-detail .sticky-div .content-wrap .content-heading {
  font-size: 26px;
  font-weight: 500;
  color: #2c3f62;
  position: relative;
}
section.insight-detail .sticky-div .content-wrap .content-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40%;
  height: 2px;
  background-color: #509cac;
}
section.insight-detail .sticky-div .content-wrap a {
  text-decoration: none;
  color: #5f697a;
}
section.insight-detail .sticky-div .content-wrap a.active {
  color: #2f6d80;
}
section.insight-detail .writer-info-link {
  text-decoration: none;
}
section.insight-detail .blog-highlight-link {
  text-decoration: none;
  color: #2f6d80;
}
section.insight-detail .back-button {
  text-decoration: none;
  color: black;
}
section.insight-detail .insight-credits-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap {
    flex-direction: row;
    align-items: center;
  }
}
section.insight-detail .insight-credits-wrap .writer-info-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
section.insight-detail .insight-credits-wrap .writer-info-wrap figure {
  height: 40px;
  width: 40px;
  flex: none;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap .writer-info-wrap figure {
    height: 70px;
    width: 70px;
  }
}
section.insight-detail .insight-credits-wrap .writer-info-wrap figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.insight-detail .insight-credits-wrap .writer-info-wrap .writer-info h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #374662;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap .writer-info-wrap .writer-info h5 {
    font-size: 22px;
  }
}
section.insight-detail .insight-credits-wrap .writer-info-wrap .writer-info p {
  color: #909090;
  font-size: 14px;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap .writer-info-wrap .writer-info p {
    font-size: 16px;
  }
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap {
  margin-top: 20px;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap {
    margin-top: unset;
  }
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .date {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .date {
    font-size: 18px;
  }
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links {
    justify-content: flex-end;
  }
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .text {
  font-size: 15px;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .text {
    font-size: 16px;
  }
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .icon-image {
  height: 20px;
  width: 20px;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .icon-image {
    height: 25px;
    width: 25px;
  }
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .icon-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .text {
  font-weight: 500;
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .email {
  height: 20px;
  width: 20px;
  color: #fff;
  background-color: #2f6d80;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .email {
    height: 25px;
    width: 25px;
    font-size: 18px;
  }
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .email i {
  color: #fff;
  fill: #fff;
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .linkedin {
  height: 20px;
  width: 20px;
  color: #fff;
  background-color: #0077b5;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .linkedin {
    height: 25px;
    width: 25px;
    font-size: 18px;
  }
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .linkedin i {
  color: #fff;
  fill: #fff;
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .twitter {
  height: 20px;
  width: 20px;
  fill: white;
  color: #fff;
  background-color: #000000;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .twitter {
    height: 25px;
    width: 25px;
    font-size: 18px;
  }
}
section.insight-detail .insight-credits-wrap .insight-date-and-links-wrap .share-links .twitter i {
  color: #fff;
  fill: #fff;
}
section.insight-detail .insight-content {
  margin-top: 30px;
}
@media (min-width: 576px) {
  section.insight-detail .insight-content {
    margin-top: 50px;
  }
}
section.insight-detail .insight-content p {
  text-align: justify;
  margin-bottom: 15px;
  font-size: 15px;
  color: #5f697a;
}
@media (min-width: 576px) {
  section.insight-detail .insight-content p {
    font-size: 16px;
  }
}
section.insight-detail .insight-content p strong {
  font-weight: 600;
}
section.insight-detail .insight-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 15px;
  color: #2c3f62;
  scroll-margin-top: 45vh;
}
@media (min-width: 576px) {
  section.insight-detail .insight-content h4 {
    font-size: 22px;
  }
}
section.insight-detail .insight-content h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 10px;
  color: #2c3f62;
}
@media (min-width: 576px) {
  section.insight-detail .insight-content h5 {
    font-size: 18px;
  }
}
section.insight-detail .insight-content ul,
section.insight-detail .insight-content ol {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 15px;
}
section.insight-detail .insight-content ul li,
section.insight-detail .insight-content ol li {
  font-size: 15px;
  color: #5f697a;
}
@media (min-width: 576px) {
  section.insight-detail .insight-content ul li,
  section.insight-detail .insight-content ol li {
    font-size: 16px;
  }
}
section.insight-detail .insight-content ul li strong,
section.insight-detail .insight-content ol li strong {
  font-weight: 600;
}
section.insight-detail .expert-advice {
  background-color: #2B4560;
  border-radius: 12px;
  text-align: justify;
  height: auto;
  margin-top: 70px;
}
section.insight-detail .expert-advice h4 {
  font-size: 19px;
  font-weight: 500;
}
section.insight-detail .expert-advice p {
  font-size: 14px;
}
@media (min-width: 576px) {
  section.insight-detail .expert-advice h4 {
    font-size: 23px;
    font-weight: 500;
  }
}
section.insight-detail .expert-advice .get-in-touch-link {
  text-decoration: none;
  color: black;
}
section.insight-detail .expert-advice .get-in-touch {
  padding: 10px;
  /* Make room for arrow animation */
  border-radius: 6px;
  background-color: white;
  max-width: 155px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden; /* Contain the scaling arrow */
  transition: background-color 0.3s ease;
  gap: 15px;
}
section.insight-detail .expert-advice .get-in-touch .arrow-container {
  position: relative;
  width: 30px;
  height: 27px; /* Match your arrow-wrap height */
}
section.insight-detail .expert-advice .get-in-touch .arrow-wrap {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%; /* Full width of container */
}
section.insight-detail .expert-advice .get-in-touch .default-arrow {
  background: #2c3e50; /* Primary color */
  opacity: 1;
  transform: scaleX(1);
  transform-origin: right center;
}
section.insight-detail .expert-advice .get-in-touch .hover-arrow {
  background: white; /* Accent color */
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  color: black;
}
section.insight-detail .expert-advice .get-in-touch:hover {
  background-color: #509cac;
  color: white;
}
section.insight-detail .expert-advice .get-in-touch:hover .default-arrow {
  opacity: 0;
  transform: scaleX(0);
}
section.insight-detail .expert-advice .get-in-touch:hover .hover-arrow {
  opacity: 1;
  transform: scaleX(1);
}

section.team-member-detail {
  min-height: 90vh;
  position: relative;
  margin-top: 70px;
  padding-top: 0;
}
@media (min-width: 768px) {
  section.team-member-detail {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  section.team-member-detail {
    margin-top: 100px;
  }
}
section.team-member-detail .team-member-image {
  position: relative;
  height: 400px;
}
@media (min-width: 768px) {
  section.team-member-detail .team-member-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 43%;
  }
}
section.team-member-detail .team-member-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
@media (min-width: 768px) {
  section.team-member-detail .team-member-image img {
    -o-object-position: unset;
       object-position: unset;
  }
}
section.team-member-detail .heading-wrap {
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  section.team-member-detail .heading-wrap {
    margin-top: 0;
  }
}
section.team-member-detail .heading-wrap .linkedin-link {
  display: flex;
  justify-content: flex-end;
}
section.team-member-detail .heading-wrap .linkedin-link figure {
  height: 30px;
  width: 30px;
}
section.team-member-detail .heading-wrap .linkedin-link figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.team-member-detail .heading-wrap h3 {
  color: #509cac;
  font-size: 26px;
  font-weight: 600;
}
section.team-member-detail .heading-wrap p {
  font-size: 18px;
  color: #909090;
}
section.team-member-detail .content p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  section.team-member-detail .content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

section.career-banner {
  margin-top: 70px;
}
@media (min-width: 768px) {
  section.career-banner {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  section.career-banner {
    margin-top: 100px;
  }
}
section.career-banner .heading h2 {
  margin-bottom: 15px;
}
section.career-banner .heading p {
  color: #5f697a;
  text-align: center;
  margin: auto;
}
@media (min-width: 576px) {
  section.career-banner .heading p {
    width: 80%;
  }
}
@media (min-width: 992px) {
  section.career-banner .heading p {
    width: 60%;
  }
}
section.career-banner .heading p a {
  color: #5f697a;
}
section.career-banner .custom-btn {
  display: flex;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin: 30px auto 40px auto;
}
@media (min-width: 576px) {
  section.career-banner .custom-btn {
    margin: 30px auto 70px auto;
  }
}

section.our-company {
  padding-top: 0;
}
section.our-company .heading h2 {
  text-align: start;
}

.personal-note-link {
  text-decoration: none;
}
.personal-note-link p,
.personal-note-link h5 {
  color: #000;
}

.contact-figure {
  width: 100%;
  position: relative;
  height: 200px;
}
@media (min-width: 576px) {
  .contact-figure {
    height: 550px;
  }
}
.contact-figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.contact-figure img._overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.contact-figure img._overlay-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.contact-slider figure {
  width: 100%;
  height: 200px;
}
@media (min-width: 576px) {
  .contact-slider figure {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .contact-slider figure {
    height: 800px;
  }
}
.contact-slider figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.personal-note-wrap {
  background-color: #edf8fa;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.6s !important;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.personal-note-wrap:hover {
  scale: 1.02;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (min-width: 768px) {
  .personal-note-wrap {
    flex-direction: row;
    padding: 30px 20px;
  }
}
.personal-note-wrap .employee-info-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.personal-note-wrap .employee-info-wrap figure {
  height: 40px;
  width: 40px;
  flex: none;
}
@media (min-width: 576px) {
  .personal-note-wrap .employee-info-wrap figure {
    height: 60px;
    width: 60px;
  }
}
.personal-note-wrap .employee-info-wrap figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal-note-wrap .employee-info-wrap .employee-info h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
  text-wrap: nowrap;
}
@media (min-width: 576px) {
  .personal-note-wrap .employee-info-wrap .employee-info h5 {
    font-size: 18px;
  }
}
.personal-note-wrap .employee-info-wrap .employee-info p {
  color: #909090;
  font-size: 12px;
  text-wrap: nowrap;
}
@media (min-width: 576px) {
  .personal-note-wrap .employee-info-wrap .employee-info p {
    font-size: 14px;
  }
}
.personal-note-wrap .text-wrap p {
  font-size: 14px;
  line-height: 140%;
  font-style: italic;
}
@media (min-width: 576px) {
  .personal-note-wrap .text-wrap p {
    font-size: 16px;
  }
}

section.work-benefits .benefits-card-wrap .benefit-card {
  background-color: #edf8fa;
  border-radius: 10px;
  padding: 15px 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
@media (min-width: 576px) {
  section.work-benefits .benefits-card-wrap .benefit-card {
    padding: 30px 20px;
  }
}
section.work-benefits .benefits-card-wrap .benefit-card .icon-image {
  height: 50px;
  width: 50px;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  section.work-benefits .benefits-card-wrap .benefit-card .icon-image {
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
  }
}
section.work-benefits .benefits-card-wrap .benefit-card .icon-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.work-benefits .benefits-card-wrap .benefit-card h4 {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 576px) {
  section.work-benefits .benefits-card-wrap .benefit-card h4 {
    font-size: 18px;
  }
}

section.employees-note {
  position: relative;
}
section.employees-note .personal-note-wrap {
  max-width: 90%;
  position: relative;
  margin-bottom: 20px;
}
section.employees-note .personal-note-wrap._left {
  margin-right: auto;
  transform-origin: left;
}
section.employees-note .personal-note-wrap._right {
  margin-left: auto;
  transform-origin: right;
}
@media (min-width: 576px) {
  section.employees-note .personal-note-wrap {
    margin-bottom: 30px;
    max-width: 80%;
  }
}

section.trusted-advisor {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  section.trusted-advisor {
    padding-bottom: 60px;
  }
}
section.trusted-advisor .advisors-wrap .advisors {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.trusted-advisor .advisors-wrap .advisors .advisors-icon figure img {
  width: 80px;
}
section.trusted-advisor .advisors-wrap .advisors .advisors-text h5 {
  font-size: 18px;
  margin-top: 20px;
  color: #374662;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 576px) {
  section.trusted-advisor .advisors-wrap .advisors .advisors-text h5 {
    font-size: 20px;
    margin-top: 30px;
  }
}
section.trusted-advisor .our-difference-cards-wrap .our-difference-card {
  background-color: #edf8fa;
  padding: 25px;
  height: 100%;
}
@media (min-width: 576px) {
  section.trusted-advisor .our-difference-cards-wrap .our-difference-card {
    padding: 40px;
  }
}
section.trusted-advisor .our-difference-cards-wrap .our-difference-card h4 {
  font-size: 22px;
  padding-bottom: 12px;
  color: #2c3f62;
  font-weight: 400;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  section.trusted-advisor .our-difference-cards-wrap .our-difference-card h4 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  section.trusted-advisor .our-difference-cards-wrap .our-difference-card h4 {
    font-size: 30px;
  }
}
section.trusted-advisor .our-difference-cards-wrap .our-difference-card h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 2px;
  background-color: #509cac;
}
section.trusted-advisor .our-difference-cards-wrap .our-difference-card p {
  color: #5f697a;
}

section.home-about-us {
  padding: 0px;
}
@media (min-width: 576px) {
  section.home-about-us {
    min-height: 600px;
    padding-top: 60px;
  }
}
section.home-about-us .container {
  max-width: 100%;
}
@media (min-width: 992px) {
  section.home-about-us .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  section.home-about-us .container {
    max-width: 1330px;
  }
}
section.home-about-us .about-us-img figure img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  section.home-about-us .about-us-img figure img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  section.home-about-us .about-us-img figure img {
    height: 600px;
  }
}
@media (min-width: 992px) {
  section.home-about-us .about-us-wrap {
    margin-top: -130px;
  }
}
section.home-about-us .about-us-wrap .about-card {
  background-color: #ecf8fa;
  padding: 28px;
  margin-bottom: 32px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  section.home-about-us .about-us-wrap .about-card {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  section.home-about-us .about-us-wrap .about-card {
    max-width: unset;
    margin-bottom: 0;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  section.home-about-us .about-us-wrap .about-card {
    padding: 36px;
    min-height: 340px;
  }
}
@media (min-width: 1700px) {
  section.home-about-us .about-us-wrap .about-card {
    min-height: unset;
    padding: 45px;
  }
}
section.home-about-us .about-us-wrap .about-card h4 {
  font-size: 22px;
  padding-bottom: 12px;
  color: #2c3f62;
  font-weight: 400;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  section.home-about-us .about-us-wrap .about-card h4 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  section.home-about-us .about-us-wrap .about-card h4 {
    font-size: 30px;
  }
}
section.home-about-us .about-us-wrap .about-card h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 2px;
  background-color: #509cac;
}
section.home-about-us .about-us-wrap .about-card p {
  color: #5f697a;
  margin-bottom: 20px;
}
section.home-about-us .about-us-wrap .about-card a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #2c3f62;
  font-weight: 600;
  font-size: 16px;
  margin-top: 8px;
  padding-left: 20px;
  position: relative;
  z-index: 10;
  transition: 0.4s;
}
section.home-about-us .about-us-wrap .about-card a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #def1f5;
  left: 0;
  top: -10px;
  transition: 0.4s;
}
section.home-about-us .about-us-wrap .about-card a span {
  margin-right: 20px;
  position: relative;
  transition: 0.4s;
}
section.home-about-us .about-us-wrap .about-card a:hover {
  padding-left: 10px;
}
section.home-about-us .about-us-wrap .about-card a:hover::before {
  transform: scale(1.5);
}
section.home-about-us .about-us-wrap .about-card a:hover span {
  margin-right: 10px;
}
section.home-about-us .about-us-wrap.invert .about-card {
  display: block;
}
@media (min-width: 992px) {
  section.home-about-us .about-us-wrap.invert .about-card {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  section.home-about-us .about-us-wrap.invert .about-card {
    min-height: 320px;
    padding: 26px;
  }
}
@media (min-width: 576px) {
  section.home-about-us .about-us-wrap.invert .about-card h4 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  section.home-about-us .about-us-wrap.invert {
    margin-top: unset;
    margin-bottom: -220px;
  }
}
section.home-about-us .about-us-small-img {
  margin-left: auto;
  height: 280px;
}
@media (min-width: 768px) {
  section.home-about-us .about-us-small-img {
    max-width: 500px;
    max-width: 90%;
    margin-top: -100px;
  }
}
section.home-about-us .about-us-small-img figure {
  width: 100%;
  height: 100%;
}
section.home-about-us .about-us-small-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0;
     object-position: 0;
}
section.home-about-us .banner-content {
  width: 100%;
  height: 100%;
  background-color: #2f6d80;
  right: 0;
  display: flex;
  align-items: center;
  padding-left: 22px;
  padding-right: 10px;
}
section.home-about-us .banner-content._sitemap {
  height: 106%;
  min-height: 715px;
}
@media (min-width: 576px) {
  section.home-about-us .banner-content {
    padding-right: 20px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  section.home-about-us .banner-content {
    padding-right: 10px;
    padding-left: 75px;
  }
}
section.home-about-us .banner-content .banner-heading {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  section.home-about-us .banner-content .banner-heading {
    display: none;
  }
}
section.home-about-us .banner-content .banner-heading h1 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
@media (min-width: 576px) {
  section.home-about-us .banner-content .banner-heading h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  section.home-about-us .banner-content .banner-heading h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  section.home-about-us .banner-content .banner-heading h1 {
    font-size: 45px;
  }
}
section.home-about-us .banner-content .banner-heading h1::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
section.home-about-us .banner-content .banner-heading p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  section.home-about-us .banner-content .banner-heading p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  section.home-about-us .banner-content .banner-heading p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  section.home-about-us .banner-content .banner-heading p {
    font-size: 24px;
  }
}
section.home-about-us .banner-content .banner-heading .contact-block strong {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
section.home-about-us .banner-content .banner-heading .contact-block a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  section.home-about-us .banner-content .banner-heading .contact-block a {
    font-size: 20px;
  }
}
section.home-about-us .banner-content .banner-heading .contact-block p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.home-about-us .banner-content .banner-heading .contact-block p {
    font-size: 20px;
  }
}
section.home-about-us .banner-content .banner-logo {
  position: absolute;
  left: 22px;
  top: 45px;
  z-index: 1024;
}
@media (min-width: 576px) {
  section.home-about-us .banner-content .banner-logo {
    left: 50px;
  }
}
section.home-about-us .banner-content .banner-logo a {
  width: 200px;
  display: inline-block;
}
@media (min-width: 576px) {
  section.home-about-us .banner-content .banner-logo a {
    width: 230px;
  }
}
section.home-about-us .banner-content .banner-logo a img {
  width: 100%;
}
@media (min-width: 1024px) {
  section.home-about-us .banner-content .banner-logo {
    display: none;
  }
}

section.our-clients .client-logos-wrapper .item {
  width: 100%;
  height: 75px;
  margin: 10px 0px;
  transition: 0.4s;
  border: 1px solid #eee;
}
@media (min-width: 992px) {
  section.our-clients .client-logos-wrapper .item {
    height: 120px;
    margin: 20px 0px;
  }
}
section.our-clients .client-logos-wrapper .item figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
section.our-clients .client-logos-wrapper .item figure img {
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 60%;
}
@media (min-width: 992px) {
  section.our-clients .client-logos-wrapper .item figure img {
    height: 115px;
  }
}
section.our-clients .client-logos-wrapper .item:hover {
  box-shadow: 0px 0px 30px 8px rgba(6, 43, 70, 0.0745098039);
}
section.our-clients .clients-slider {
  margin-top: 40px;
}
section.our-clients .clients-slider .item {
  width: 100%;
  height: 120px;
  margin: 30px 0px;
  transition: 0.4s;
  border: 1px solid #eee;
}
section.our-clients .clients-slider .item figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.our-clients .clients-slider .item figure img {
  width: 60%;
}
section.our-clients .clients-slider .item:hover {
  box-shadow: 0px 0px 30px 8px rgba(6, 43, 70, 0.0745098039);
}

section.testimonials {
  background-color: #ebf7ff;
  position: relative;
  padding: 30px 0px;
}
@media (min-width: 768px) {
  section.testimonials {
    height: 860px;
    padding: 60px 0px;
  }
}
@media (min-width: 1700px) {
  section.testimonials {
    height: 820px;
  }
}
section.testimonials .testimonials-img-wrap {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  section.testimonials .testimonials-img-wrap {
    position: absolute;
    height: 520px;
  }
}
@media (min-width: 992px) {
  section.testimonials .testimonials-img-wrap {
    width: 60%;
    top: 100px;
  }
}
section.testimonials .testimonials-img-wrap figure {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
section.testimonials .testimonials-img-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.testimonials .testimonials-content-wrap {
  width: 100%;
  position: relative;
  z-index: 10;
  right: 0;
  padding: 0px;
  margin-left: auto;
}
@media (min-width: 768px) {
  section.testimonials .testimonials-content-wrap {
    height: 380px;
    width: 80%;
    bottom: -125px;
  }
}
@media (min-width: 992px) {
  section.testimonials .testimonials-content-wrap {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  section.testimonials .testimonials-content-wrap {
    width: 75%;
  }
}
@media (min-width: 1450px) {
  section.testimonials .testimonials-content-wrap {
    width: 65%;
  }
}
section.testimonials .testimonials-content-wrap .splide-arrows {
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 30px;
}
@media (min-width: 1024px) {
  section.testimonials .testimonials-content-wrap .splide-arrows {
    top: 40px;
    right: 75px;
  }
}
section.testimonials .testimonials-content-wrap .splide-arrows .arrow-div button {
  transition: 0.4s;
  cursor: pointer;
  border: 2px solid #509cac;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  opacity: 0.7;
  background-color: transparent;
  font-size: 17px;
}
section.testimonials .testimonials-content-wrap .splide-arrows .arrow-div button svg {
  color: #509cac;
}
section.testimonials .testimonials-content-wrap .splide-arrows .arrow-div button:hover {
  opacity: 1;
  background-color: #509cac;
}
section.testimonials .testimonials-content-wrap .splide-arrows .arrow-div button:hover svg {
  color: white;
}
section.testimonials .testimonials-content-wrap .splide-arrows .left-arrow {
  margin-right: 15px;
}
section.testimonials .testimonials-content-wrap .splide-arrows h5 {
  font-size: 20px;
  margin-top: 3px;
  color: #20406b;
  padding: 0 40px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 576px) {
  section.testimonials .testimonials-content-wrap .splide-arrows h5 {
    font-size: 22px;
  }
}
section.testimonials .testimonials-content-wrap p {
  color: #676e77;
  font-size: 18px;
  line-height: 1.6;
}
section.testimonials .testimonials-content-wrap .splide-bg {
  width: 100%;
  height: 620px;
  background-color: white;
}
@media (min-width: 768px) {
  section.testimonials .testimonials-content-wrap .splide-bg {
    height: 540px;
  }
}
@media (min-width: 1700px) {
  section.testimonials .testimonials-content-wrap .splide-bg {
    height: 520px;
  }
}
section.testimonials .testimonials-content-wrap .splide-bg .splide__pagination {
  right: 0;
  justify-content: end;
}
@media (min-width: 1024px) {
  section.testimonials .testimonials-content-wrap .splide-bg .splide__pagination {
    right: 50px;
  }
}
section.testimonials .testimonials-content-wrap .splide-bg .splide__pagination li {
  margin: 0 1px;
}
@media (min-width: 322px) {
  section.testimonials .testimonials-content-wrap .splide-bg .splide__pagination li {
    margin: 0 5px;
  }
}
section.testimonials .testimonials-content-wrap .splide-bg .splide__pagination li button {
  background-color: #2b4560;
  border-radius: 0;
  opacity: 0.5;
}
section.testimonials .testimonials-content-wrap .splide-bg .splide__pagination li button.is-active {
  opacity: 1;
  background-color: #2f6d80;
}
section.testimonials .testimonials-content-wrap .splide-container {
  padding: 40px 0;
}
@media (min-width: 576px) {
  section.testimonials .testimonials-content-wrap .splide-container {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  section.testimonials .testimonials-content-wrap .splide-container {
    padding: 65px 0;
  }
}
section.testimonials .testimonials-content-wrap .sec-heading {
  padding: 1.7rem 0 0 1rem;
}
@media (min-width: 768px) {
  section.testimonials .testimonials-content-wrap .sec-heading {
    padding: 1.7rem 0 0 2rem;
  }
}
@media (min-width: 992px) {
  section.testimonials .testimonials-content-wrap .sec-heading {
    padding: 2.5rem 0 0 5rem;
  }
}
section.testimonials .testimonials-content-wrap .sec-heading h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2f6d80;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
@media (min-width: 576px) {
  section.testimonials .testimonials-content-wrap .sec-heading h2 {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  section.testimonials .testimonials-content-wrap .sec-heading h2 {
    margin-bottom: 30px;
    font-size: 29px;
  }
}
@media (min-width: 992px) {
  section.testimonials .testimonials-content-wrap .sec-heading h2 {
    font-size: 32px;
  }
}
section.testimonials .testimonials-content-wrap .sec-heading h2::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #2f6d80;
  bottom: 0;
  left: 0;
}
section.testimonials .testimonials-content-wrap .testimonial-wrap {
  height: 100%;
}
section.testimonials .testimonials-content-wrap .testimonial-wrap h3 {
  line-height: 1.6;
  font-weight: 400;
  color: #092851;
  font-size: 16px;
  text-align: left;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  section.testimonials .testimonials-content-wrap .testimonial-wrap h3 {
    font-size: 17.5px;
  }
}
@media (min-width: 992px) {
  section.testimonials .testimonials-content-wrap .testimonial-wrap h3 {
    font-size: 20px;
    width: 95%;
  }
}
section.testimonials .testimonials-content-wrap .testimonial-wrap .customer-info figure {
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
section.testimonials .testimonials-content-wrap .testimonial-wrap .customer-info figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.testimonials .testimonials-content-wrap .testimonial-wrap .customer-info p {
  font-size: 22px;
  padding: 0;
  color: #509cac;
  font-weight: 600;
}
@media (min-width: 768px) {
  section.testimonials .testimonials-content-wrap .testimonial-wrap .customer-info p {
    padding: 10px 0;
  }
}
section.testimonials .testimonials-content-wrap .testimonial-wrap .customer-info span {
  font-style: italic;
  color: #509cac;
  font-size: 14px;
}

footer {
  background-color: #2b4560;
}
footer .top-footer figure.footer-logo img {
  width: 270px;
}
@media (min-width: 768px) {
  footer .top-footer figure.footer-logo img {
    width: 100%;
  }
}
footer .top-footer .footer-links {
  border-left: 2px solid #509cac;
  padding: 10px 0 10px 25px;
}
@media (min-width: 1200px) {
  footer .top-footer .footer-links {
    padding: 10px 0 10px 30px;
  }
}
footer .top-footer .footer-links ul li {
  margin-bottom: 8px;
}
footer .top-footer .footer-links ul li:last-child {
  margin-bottom: 0px;
}
footer .top-footer .footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding-bottom: 6px;
  overflow: hidden;
  display: inline-block;
}
footer .top-footer .footer-links ul li a::before {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.4s;
}
footer .top-footer .footer-links ul li a:hover::before {
  left: 0%;
}
footer .top-footer .footer-certification-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 992px) {
  footer .top-footer .footer-certification-wrap {
    flex-direction: column;
    align-items: unset;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
footer .top-footer .footer-certification-wrap figure.footer-certification {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
@media (min-width: 992px) {
  footer .top-footer .footer-certification-wrap figure.footer-certification {
    text-align: center;
    margin: unset;
  }
}
footer .top-footer .footer-certification-wrap figure.footer-certification img {
  width: 100%;
}
footer .top-footer .footer-certification-wrap .footer-certification-bottom {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  footer .top-footer .footer-certification-wrap .footer-certification-bottom {
    margin-top: 30px;
    text-align: center;
  }
}
footer .top-footer .footer-connect {
  margin-top: 28px;
}
@media (min-width: 992px) {
  footer .top-footer .footer-connect {
    margin-top: 40px;
  }
}
footer .top-footer .footer-connect a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  padding-bottom: 6px;
}
footer .top-footer .footer-connect a::before {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 70%;
  height: 2px;
  background-color: #fff;
  transition: 0.4s;
}
footer .top-footer .footer-connect a:hover::before {
  left: 0%;
}
footer .top-footer .footer-connect a span {
  padding-right: 20px;
}
footer .top-footer .footer-connect a i,
footer .top-footer .footer-connect a svg {
  background-color: #509cac;
  width: 25px;
  height: 25px;
  padding: 8px;
  font-size: 12px;
  border-radius: 6px;
}
footer .quote {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin: 30px 0 20px 0;
}
@media (min-width: 376px) {
  footer .quote {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  footer .quote {
    font-size: 16px;
    margin: 40px 0 20px 0;
  }
}
@media (min-width: 1024px) {
  footer .quote {
    font-size: 17.5px;
    margin: 10px 0 40px 0;
  }
}
footer .bottom-footer {
  margin-top: 30px;
}
footer .bottom-footer p {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-size: 12px;
}
@media (min-width: 376px) {
  footer .bottom-footer p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  footer .bottom-footer p {
    font-size: 15.8px;
  }
}
footer.contact-footer {
  margin-top: 400px;
}
@media (min-width: 576px) {
  footer.contact-footer {
    margin-top: 230px;
  }
}

section.our-team .team-card-link {
  text-decoration: none;
}
section.our-team .team-card-link p {
  color: #000;
}
section.our-team .team-card-container {
  cursor: pointer;
  position: relative;
  padding: 13px 0px;
}
section.our-team .team-card-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  border: 2px solid transparent;
}
section.our-team .team-card-container h1 {
  margin-bottom: 100px;
}
@media (min-width: 576px) {
  section.our-team .team-card-container {
    padding: 20px 0;
  }
}
section.our-team .team-card-container .animation-border {
  box-shadow: inset 0 0 0 2px #fff;
  position: relative;
}
section.our-team .team-card-container .animation-border::before, section.our-team .team-card-container .animation-border::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
section.our-team .team-card-container .animation-border::before {
  top: 60px;
  left: 0;
}
section.our-team .team-card-container .animation-border::after {
  bottom: -64px;
  right: -4px;
}
section.our-team .team-card-container .team-card {
  position: relative;
}
section.our-team .team-card-container .team-card .team-card-content {
  margin-top: 0px;
}
section.our-team .team-card-container .team-card .team-card-content h5 {
  text-align: start;
  position: relative;
  font-size: 18px;
  padding: 10px 0px 5px 0;
  color: #4a4a4a;
  border-bottom: 1px solid #2f6d80;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 600;
}
@media (min-width: 576px) {
  section.our-team .team-card-container .team-card .team-card-content h5 {
    font-size: 20px;
    padding: 20px 0px 5px 0;
  }
}
section.our-team .team-card-container .team-card .team-card-content h5 .title {
  font-size: 18px;
}
section.our-team .team-card-container .team-card .team-card-content .team-card-img {
  position: relative;
  overflow: hidden;
}
section.our-team .team-card-container .team-card .team-card-content .team-card-img img {
  width: 100%;
  display: block;
  transition: 0.3s;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.our-team .team-card-container .team-card .team-card-content .team-card-img img.hovered-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
section.our-team .team-card-container .team-card .team-card-content .team-card-img img.main-image {
  opacity: 1;
}
section.our-team .team-card-container .team-card .team-card-content .read-more {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #2f6d80;
}
section.our-team .team-card-container .team-card .team-card-content .read-more svg {
  margin-left: 10px;
}
section.our-team .team-card-container.touch-hover .team-card .team-card-content .team-card-img .hovered-image {
  opacity: 1;
}
@media (min-width: 992px) {
  section.our-team .team-card-container:hover .team-card .team-card-content .team-card-img .hovered-image {
    opacity: 1;
  }
  section.our-team .team-card-container:hover .animation-border::before, section.our-team .team-card-container:hover .animation-border::after {
    width: 100%;
    height: 100%;
  }
  section.our-team .team-card-container:hover .animation-border::before {
    border-top-color: #2f6d80;
    border-right-color: #2f6d80;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  }
  section.our-team .team-card-container:hover .animation-border::after {
    border-bottom-color: #2f6d80;
    border-left-color: #2f6d80;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  }
}

.team-card-popup {
  color: #fff;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  visibility: hidden;
  z-index: 1000;
}
.team-card-popup .card-popup-container {
  transform: scale(0);
  transform-origin: center;
  transition: 0.4s;
  position: relative;
  max-width: 1150px;
  max-height: 90vh;
  overflow: auto;
  padding: 50px 30px;
  margin-top: 100px;
  background-color: #2f6d80;
}
.team-card-popup .card-popup-container .close-icon {
  font-size: 25px;
  position: absolute;
  right: 22px;
  top: 17px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .team-card-popup .card-popup-container {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .team-card-popup .card-popup-container {
    margin-top: 0px;
  }
}
.team-card-popup .card-popup-container h5 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.045rem;
  padding-bottom: 15px;
  font-weight: 400;
  position: relative;
}
@media (min-width: 576px) {
  .team-card-popup .card-popup-container h5 {
    font-size: 24px;
  }
}
.team-card-popup .card-popup-container h5::after {
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
.team-card-popup .card-popup-container ul {
  font-size: 18px;
  list-style: none;
}
.team-card-popup .card-popup-container ul li {
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
}
@media (min-width: 576px) {
  .team-card-popup .card-popup-container ul li {
    font-size: 20px;
  }
}
.team-card-popup .card-popup-container figure {
  overflow: hidden;
}
.team-card-popup .card-popup-container figure img {
  border-radius: 50%;
  width: 100%;
  border: 2px solid #fff;
}
.team-card-popup .card-popup-container a.team-linkedin {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  border-radius: 6px;
  background-color: #0e76a8;
}
.team-card-popup .card-popup-container a.team-linkedin i,
.team-card-popup .card-popup-container a.team-linkedin svg {
  font-size: 26px;
  color: #fff;
}
.team-card-popup.showPopup {
  pointer-events: unset;
  visibility: visible;
}
.team-card-popup.showPopup .card-popup-container {
  transform: scale(1);
}

section.about-quote .quote-wrap {
  padding: 40px 0;
  position: relative;
}
section.about-quote .quote-wrap::before, section.about-quote .quote-wrap::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  background-color: #509cac;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
section.about-quote .quote-wrap::after {
  top: unset;
  bottom: 0;
}
section.about-quote .quote-wrap p {
  text-align: center;
  color: #374662;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 0;
}

section.services-tabs .services-tabs-wrap {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  section.services-tabs .services-tabs-wrap {
    min-height: 700px;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap {
  width: 92%;
  height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap {
    width: 70%;
  }
}
@media (min-width: 1700px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap {
    width: 60%;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs {
    flex-wrap: unset;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li {
  width: 100%;
}
@media (min-width: 376px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li {
    width: 100%;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:last-child a {
  width: 100%;
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(1) {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(1) {
    margin-bottom: 0;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(1) a {
  width: 100%;
}
@media (min-width: 376px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(1) a {
    width: 98%;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(2) {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(2) {
    margin-bottom: 0;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(2) a {
  width: 100%;
}
@media (min-width: 768px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(2) a {
    width: 98%;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(3) {
  margin-bottom: 7px;
}
@media (min-width: 376px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(3) {
    margin-bottom: 0;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(3) a {
  width: 100%;
}
@media (min-width: 376px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li:nth-child(3) a {
    width: 98%;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li a {
  width: 98%;
  text-decoration: none;
  background-color: #2f6d80;
  color: #fff;
  padding: 15px 10px;
  display: inline-block;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li a {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li a {
    font-size: 16px;
    padding: 15px 6px;
  }
}
@media (min-width: 992px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li a {
    padding: 15px 14px;
  }
}
@media (min-width: 1200px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li a {
    padding: 15px 14px;
    font-size: 18px;
  }
}
@media (min-width: 1700px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li a {
    padding: 15px 20px 15px 30px;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-tabs li.active a {
  background-color: #ecf8fa;
  color: #2c3f62;
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-content {
  padding: 30px 25px;
  background-color: #ecf8fa;
}
@media (min-width: 768px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-content {
    padding: 60px;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-content .tab-content p {
  font-size: 16px;
  color: #5f697a;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-content .tab-content p {
    font-size: 18px;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-content .tab-content .services-card-wrap .services-card {
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-content .tab-content .services-card-wrap .services-card::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2f6d80;
  left: 0;
  top: 7px;
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-content .tab-content .services-card-wrap .services-card p {
  font-size: 16px;
}
@media (min-width: 576px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-content .tab-content .services-card-wrap .services-card p {
    font-size: 18px;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-content .tab-content .services-card-wrap .services-card p span.tagline {
  font-weight: 600;
  color: #2c3f62;
  margin-bottom: 12px;
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-content h2 {
  font-size: 22px;
  padding-bottom: 12px;
  color: #2c3f62;
  font-weight: 400;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-content h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap .service-content h2 {
    font-size: 30px;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap .service-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 2px;
  background-color: #509cac;
}
@media (min-width: 992px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap.impact-content {
    width: 55%;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap.impact-content .tab-content p {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap.impact-content .tab-content p {
    font-size: 20px;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap.impact-content .service-content {
  position: relative;
  padding-bottom: 160px;
}
@media (min-width: 992px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap.impact-content .service-content {
    padding: 95px 95px 170px 60px;
  }
}
@media (min-width: 1200px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap.impact-content .service-content {
    padding: 45px 45px 230px 40px;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap.impact-content .service-content .b-corp-logo {
  position: absolute;
  bottom: 25px;
  right: 15px;
  background-color: #fff;
  padding: 15px;
}
@media (min-width: 1200px) {
  section.services-tabs .services-tabs-wrap .services-content-wrap.impact-content .service-content .b-corp-logo {
    bottom: 40px;
    right: 50px;
  }
}
section.services-tabs .services-tabs-wrap .services-content-wrap.impact-content .service-content .b-corp-logo img {
  width: 100%;
}
section.services-tabs .services-tabs-wrap .services-img-wrap {
  height: 700px;
  width: 60%;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: -1;
}
section.services-tabs .services-tabs-wrap .services-img-wrap figure {
  width: 100%;
  height: 100%;
}
section.services-tabs .services-tabs-wrap .services-img-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.services-tabs .services-tabs-wrap .services-img-wrap.impact-img {
  top: 130px;
}
section.services-tabs .services-tabs-wrap .services-img-wrap.impact-img figure img {
  max-height: 450px;
}
@media (min-width: 992px) {
  section.services-tabs .services-tabs-wrap .services-img-wrap.impact-img figure img {
    max-height: 80%;
  }
}
section.services-tabs .services-tabs-wrap .service-small-img {
  text-align: right;
  position: relative;
  z-index: -1;
  margin-top: -30px;
}
section.services-tabs .services-tabs-wrap .service-small-img img {
  width: 90%;
}
@media (min-width: 576px) {
  section.services-tabs .services-tabs-wrap .service-small-img img {
    width: 75%;
  }
}

section.service-dropdown {
  padding: 0px;
}
section.service-dropdown .sticky-group {
  position: relative;
  font-size: 14px;
}
section.service-dropdown .sticky-group .sticky-title {
  position: sticky;
  top: 64px;
  z-index: 10;
  background-color: #2f6d80;
  color: #fff;
  border-radius: 0;
  border: 1px solid white;
  padding: 0.75rem 1rem;
  font-weight: bold;
}
section.service-dropdown .sticky-group .sticky-title:hover {
  background-color: #2f6d80;
}
section.service-dropdown .sticky-group .service-content {
  padding: 10px 10px;
  background-color: #ecf8fa;
}
section.service-dropdown .sticky-group .services-card-wrap .services-card {
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
section.service-dropdown .sticky-group .services-card-wrap .services-card::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2f6d80;
  left: 0;
  top: 7px;
}
section.service-dropdown .sticky-group .services-card-wrap .services-card p span.tagline {
  font-weight: 600;
  color: #2c3f62;
  margin-bottom: 12px;
}
section.service-dropdown .service-small-img img {
  width: 100%;
}

.mobile-menu {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  padding: 18px 21px;
  z-index: 1025;
  transform: translateX(100%);
  transition: 0.4s ease-out;
}
@media (min-width: 576px) {
  .mobile-menu {
    padding: 43px 49px;
    width: 88%;
  }
}
@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.show-mob-nav {
  transform: translateX(0);
}
.mobile-menu .mob-nav-header .mob-nav-logo a {
  display: inline-block;
  text-decoration: none;
  max-width: 200px;
}
@media (min-width: 576px) {
  .mobile-menu .mob-nav-header .mob-nav-logo a {
    max-width: 230px;
  }
}
@media (min-width: 1024px) {
  .mobile-menu .mob-nav-header .mob-nav-logo a {
    max-width: 330px;
  }
}
.mobile-menu .mob-nav-header .mob-nav-logo a img {
  width: 100%;
}
.mobile-menu .mob-nav-header .mob-nav-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 576px) {
  .mobile-menu .mob-nav-header .mob-nav-toggle {
    top: 46px;
    right: 35px;
  }
}
.mobile-menu .mob-nav-header .mob-nav-toggle i,
.mobile-menu .mob-nav-header .mob-nav-toggle svg {
  font-size: 25px;
  color: #2f6d80;
}
.mobile-menu .mob-nav-body {
  margin-top: 60px;
}
.mobile-menu .mob-nav-body ul li a {
  display: inline-block;
  color: #2f6d80;
  font-size: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}
.mobile-menu .mob-nav-body ul li a span {
  font-size: 20px;
}
@media (min-width: 576px) {
  .mobile-menu .mob-nav-body ul li a {
    padding-bottom: 25px;
  }
}
.mobile-menu .mob-nav-body ul li a.active {
  position: relative;
}
.mobile-menu .mob-nav-body ul li a.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2f6d80;
  bottom: 15px;
  left: 0;
}
.mobile-menu .mob-nav-body ul li.download-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-menu .mob-nav-body ul li.download-link a {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-menu .mob-nav-body ul li.download-link .download-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
}
.mobile-menu .mob-nav-body ul li.download-link .download-icon svg {
  height: 100%;
  width: 100%;
}

section.privacy .heading h2 {
  text-align: left;
  margin-bottom: 15px;
}
section.privacy .heading p {
  font-size: 17px;
  margin-bottom: 20px;
}
section.privacy .heading ul {
  margin-left: 15px;
}
section.privacy .heading ul li h4 {
  color: #509cac;
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  font-weight: 500;
}
section.privacy .heading ul li h4::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #509cac;
}
section.privacy .heading ul.only-text p {
  position: relative;
}
section.privacy .heading ul.only-text p::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -15px;
  top: 9px;
  background-color: #509cac;
}

section.cta {
  position: relative;
  padding-bottom: 350px;
  z-index: 10;
}
@media (min-width: 992px) {
  section.cta {
    padding-bottom: 200px;
  }
}
section.cta .cta-content {
  height: 300px;
  width: 95%;
  background-color: #ecf8fa;
  position: relative;
  z-index: 10;
  padding: 35px 20px;
}
@media (min-width: 576px) {
  section.cta .cta-content {
    height: 380px;
    width: 80%;
    padding: 40px;
  }
}
@media (min-width: 768px) {
  section.cta .cta-content {
    padding: 75px 50px;
  }
}
@media (min-width: 992px) {
  section.cta .cta-content {
    width: 60%;
  }
}
section.cta .cta-content .cta-heading h2 {
  font-size: 30px;
  color: #509cac;
  font-weight: 500;
  padding-bottom: 15px;
  padding-right: 30px;
  border-bottom: 2px solid #509cac;
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  section.cta .cta-content .cta-heading h2 {
    font-size: 40px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-bottom: 30px;
  }
}
section.cta .cta-content .cta-heading p {
  font-size: 14px;
  line-height: 1.6;
  color: #374662;
}
@media (min-width: 376px) {
  section.cta .cta-content .cta-heading p {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  section.cta .cta-content .cta-heading p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  section.cta .cta-content .cta-heading p {
    font-size: 22px;
  }
}
section.cta .cta-content .cta-heading p a {
  text-decoration: none;
  color: #509cac;
  display: block;
}
section.cta .cta-content .cta-heading p a:hover {
  color: #2f6d80;
}
section.cta .cta-img {
  width: 80%;
  height: 300px;
  position: absolute;
  top: 250px;
  right: 0;
  z-index: 0;
}
@media (min-width: 576px) {
  section.cta .cta-img {
    height: 380px;
  }
}
@media (min-width: 992px) {
  section.cta .cta-img {
    width: 60%;
    top: 100px;
  }
}
section.cta .cta-img figure {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
section.cta .cta-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.cta .cta-img figure img._top-position {
  -o-object-position: top;
     object-position: top;
}

section.insights .article-card-link {
  text-decoration: none;
}
section.insights .article-card-link p:not(.text-white),
section.insights .article-card-link h2:not(.text-white),
section.insights .article-card-link span:not(.text-white) {
  color: #000;
}
section.insights .article-card {
  position: relative;
  height: 350px;
  transition: 0.3s;
}
@media (min-width: 576px) {
  section.insights .article-card {
    height: 500px;
  }
}
section.insights .article-card._yellow-bg {
  background-color: #c7ad42;
}
section.insights .article-card._dark p,
section.insights .article-card._dark h2,
section.insights .article-card._dark span {
  opacity: 0.5;
}
section.insights .article-card p,
section.insights .article-card h2,
section.insights .article-card span {
  transition: 0.3s;
}
section.insights .article-card figure {
  margin-bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
section.insights .article-card figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.insights .article-card figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
section.insights .article-card .card-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
section.insights .article-card .card-content h2 {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 576px) {
  section.insights .article-card .card-content h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  section.insights .article-card .card-content h2 {
    font-size: 24px;
  }
}

.cookie-banner {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
  width: 90%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
}
.cookie-banner p {
  font-size: 16px;
  color: #2c3f62;
  font-weight: 400;
}
.cookie-banner .theme-gradient-blue-button {
  color: #fff;
  text-align: center;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #2f6d80;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.contact-map {
  background: #ecf8fa;
  padding: 0px;
}
.contact-map .sec-heading h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2f6d80;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
@media (min-width: 576px) {
  .contact-map .sec-heading h2 {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .contact-map .sec-heading h2 {
    margin-bottom: 30px;
    font-size: 29px;
  }
}
@media (min-width: 992px) {
  .contact-map .sec-heading h2 {
    font-size: 32px;
  }
}
.contact-map .sec-heading h2::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #2f6d80;
  bottom: 0;
  left: 0;
}
.contact-map .map-image img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .contact-map .map-image img {
    width: auto;
    height: 600px;
  }
}
@media (min-width: 1450px) {
  .contact-map .map-image img {
    height: 700px;
  }
}
.contact-map .place-list {
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact-map .place-list {
    font-size: 17px;
  }
}
.contact-map .place-list .list {
  padding: 10px 0px;
  color: #2f6d80;
}/*# sourceMappingURL=style.min.css.map */