:root {
  --bs-blue: #185F93;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter", "Raleway", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

.navbar-expand-lg {
  flex-wrap: wrap;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url(
      data:image/svg + xml,
      %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 30 30"%3e%3cpathstroke="rgba%2833, 37, 41, 0.75%29"stroke-linecap="round"stroke-miterlimit="10"stroke-width="2"d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e
  );
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1163px;
  }
}
.hidden {
  display: none !important;
}

.hero.banner {
  position: relative;
}
.hero.banner .col-md-6 {
  min-height: 530px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
  padding-top: 1em;
}
@media (max-width: 575.98px) {
  .hero.banner .col-md-6 {
    min-height: 380px;
  }
}
.hero.banner .col-md-6:last-child {
  position: relative;
}
.hero.banner .col-md-6:last-child img:not(.label) {
  position: absolute;
  bottom: -19px;
}
.hero.banner .col-md-6:last-child img.label {
  position: absolute;
  z-index: 5;
  left: -140px;
  bottom: 40px;
}
@media (max-width: 575.98px) {
  .hero.banner .col-md-6:last-child img.label {
    left: 10px;
    bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .hero.banner .col-md-6:last-child {
    overflow: hidden;
  }
}
.hero.banner:before {
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: 0;
  left: 0px;
  width: 100%;
  height: 344px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(24, 95, 147, 0.4) 100%);
  transform: rotate(-180deg);
}

.navbar {
  min-height: 110px;
  border-bottom: 6px solid #185F93;
}
.navbar .container:not(.ticker) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .ticker {
  width: 100%;
  min-height: 45px;
  background-color: #e3e3e3;
}
.navbar .ticker a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #8e8e8e;
}
.navbar .ticker > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.navbar .navbar-nav {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.navbar .nav-item a {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  position: relative;
  padding: 0px !important;
  padding-top: 15px !important;
}
@media (max-width: 575.98px) {
  .navbar .nav-item a {
    padding-left: 20px !important;
  }
}
.navbar .nav-item a.active:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #185F93;
  position: absolute;
  left: 0px;
  bottom: -7px;
}
.navbar .nav-item a.active:before {
  content: "";
  height: 13px;
  width: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  background-image: url("../assets/icons/ico-blue-star-small.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 575.98px) {
  .navbar .nav-item a.active:before {
    left: 2px;
    transform: unset;
    top: 18px;
  }
}

a {
  text-decoration: none;
  color: #185F93;
}

h1 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 0.5em;
}

p, li {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #595959;
}
p.expand, li.expand {
  line-height: 33px;
}

li {
  margin-bottom: 1.2em;
}

ul.custom-list {
  list-style: none;
  padding-left: 0rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

ul.custom-list li {
  position: relative;
  padding-left: 1.5rem;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #030303;
  width: 100%;
  margin-bottom: 1em;
}

ul.custom-list.half li {
  width: 50%;
}

ul.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1em;
  height: 1em;
  background-image: url("../assets/icons/ico-circ-bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.subtitle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #185F93;
}

.line {
  background: #185F93;
  height: 2px;
  width: 20px;
  margin-right: 10px;
}
.line.gray {
  background-color: #BABABA !important;
  height: 1px;
}

.line-30 {
  width: 30px;
}

.line-100 {
  width: 100%;
}

.line-50 {
  width: 50px;
}

.blue {
  color: #185F93 !important;
}

.gray {
  color: #595959 !important;
}

.black {
  color: #000000 !important;
}

@media (max-width: 575.98px) {
  .img-fluid {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .quote {
    flex-direction: column;
    row-gap: 2em;
  }
}

.btn.btn-primary {
  background: #185f93;
  border-radius: 7px;
  padding: 10px 2em;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.btn.btn-outline-primary {
  border-color: #185F93;
  border-width: 2px;
  padding: 7px 12px;
  border-radius: 0px !important;
  font-size: 16px;
  line-height: 19px;
  color: #185F93;
  vertical-align: middle;
  align-items: baseline;
}
.btn.btn-outline-primary img {
  position: relative;
  top: -2px;
}
.btn.btn-outline-primary:hover {
  background-color: transparent;
}
.btn.btn-outline-primary.wide {
  padding: 1em 2em;
}

.divider {
  background-color: #185F93;
  position: relative;
  z-index: 10;
}
.divider.thick {
  height: 23px;
  width: 100%;
}
.divider.short {
  width: 125px;
  height: 7px;
  margin: 10px 0px;
}

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

.usp {
  background-color: #e3e3e3;
  padding: 3em 0em;
}
.usp .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .usp .container {
    justify-content: center;
  }
}

.card-panel {
  background: #fff;
  padding: 10px;
  max-width: 300px;
}
.card-panel .title {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  font-size: 24px;
  line-height: 26px;
  color: #12244b;
}
.card-panel .body {
  padding: 1em;
}

.about-us {
  padding: 3em 0;
}
.about-us .col-md-6 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
}

.partners {
  padding: 3em 0;
  background-color: #ededed;
}
.partners h2 {
  margin-bottom: 0em;
  padding: 0px 20px;
}

.featured-partners {
  margin: 70px 0;
  display: flex;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1.5em;
}
@media (max-width: 575.98px) {
  .featured-partners {
    justify-content: center;
  }
}
.featured-partners img {
  max-width: 120px;
  transition: 0.4s ease-in-out;
}
.featured-partners img:hover {
  filter: contrast(0.5);
}

.stat-row {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  /* or 112% */
  color: #12244b;
  row-gap: 15px;
}

.stat-grid {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 20px;
}

.statistic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 6px solid #185F93;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 1.2em;
}
.statistic *:first-child {
  color: #12244b;
}
.statistic *:last-child {
  color: #6b6b6b;
}

.consult {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 3em;
       column-gap: 3em;
  row-gap: 2em;
  padding: 40px 1em;
  flex-wrap: wrap;
}
.consult.gray {
  background-color: #ededed;
}
.consult .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consult .content .btn {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
  margin-bottom: 1em;
}
.consult .content span {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 43px;
  /* identical to box height */
  text-align: center;
  color: #010101;
}
.consult .content a {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 55px;
  color: #185f93;
}

footer {
  background-color: #043253;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
footer .socials {
  margin: 40px 0px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
footer .copyright {
  width: 100%;
  background-color: #08263c;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  padding: 15px 1em;
  text-align: center;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  /* identical to box height */
  color: #436f8f;
}
footer .copyright a {
  color: #436f8f;
  text-decoration: underline;
}

.service-card {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.service-card > div {
  padding: 2em;
  width: calc(100% - 10px);
  background: #ffffff;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 80px;
  z-index: 10;
}
.service-card > div .cta {
  margin-top: 2em;
}
.service-card:before {
  content: "";
  position: absolute;
  background-color: #185f93;
  left: -5px;
  top: -20px;
  width: 90%;
  height: 85%;
  z-index: 0;
  pointer-events: none;
}
.service-card .deco-dots {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 0;
  pointer-events: none;
}

.partner-card {
  background: #ffffff;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.partner-card .content {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: no-wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}
@media (max-width: 575.98px) {
  .partner-card .content {
    flex-wrap: wrap;
  }
}
.partner-card .content img:not(.corner) {
  width: 187px;
}
@media (max-width: 575.98px) {
  .partner-card .content img:not(.corner) {
    width: 100%;
  }
}
.partner-card .content h5 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  /* identical to box height, or 208% */
  margin: 0;
  color: #000000;
}
.partner-card .content p {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #6B6B6B;
}
.partner-card .content img.corner {
  position: absolute;
  top: 10px;
  right: 10px;
}
.partner-card .tag {
  display: flex;
}
.partner-card .tag .type {
  padding: 6px 0px;
  width: 210px;
  background-color: #185F93;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  align-content: center;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .partner-card .tag .type {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .partner-card .tag .type {
    flex-wrap: nowrap;
    text-align: center;
  }
}
.partner-card .tag .links {
  padding: 6px 15px;
  width: calc(100% - 210px);
  text-align: center;
  background-color: #06426D;
  align-content: center;
  /* Go to online store */
}
@media (max-width: 575.98px) {
  .partner-card .tag .links {
    width: 100%;
  }
}
.partner-card .tag .links a {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  /* identical to box height, or 108% */
  text-align: center;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.copy {
  padding: 3em 0;
}

body {
  font-family: "MADE TOMMY";
}/*# sourceMappingURL=main.css.map */