 @font-face{font-family:din_regular;
 src:url(fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix);
 src:url(fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix) format("eot")
 ,url(fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff) format("woff")
 ,url(fonts/868c94b5-ca49-46b7-b62b-297f8d861125.ttf) format("truetype")
 ,url(fonts/e3145f65-29b5-4f7f-8c6e-2dc135021b6a.svg#e3145f65-29b5-4f7f-8c6e-2dc135021b6a) format("svg")}
 
 @font-face{font-family:Oxanium;
 src:url(fonts/Oxanium-Medium.c45649af.woff2) format("woff2")}

 @font-face{font-family:Exo2;
 src:url(fonts/Exo2-Regular.28727a5a.woff2) format("woff2")}

 :root{
    --team-bg: #70ceea;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --team-text: #003c77;
    --tw-content: '';
    --team-text-hover: white;
    --color-accent: #f4d436;
 }

/*Header*/

 .team-header{
  position: relative;
    top: 0px;
    z-index: 50;
    display: flex;
    height: 70px;
    width: 100%;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(51 63 72 / var(--tw-bg-opacity));
 }
.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    /* max-width: 1592px; */
}
.team-header .container {
    display: flex;
    align-items: center;
}
.header__logo {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}
.team-header .header__logo {
    margin-right: 20px;
}
.header__logo img {
    max-height: 50px;
    max-width: 50px;
    transition-duration: .3s;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
    .dropdown select {
        letter-spacing: inherit;
        line-height: inherit;
        font-variation-settings: inherit;
        font-feature-settings: inherit;
        height: 50px;
        width: auto;
        min-width: 190px;
        padding-left: 20px;
    }
    .team-header__selector select {
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 0px;
    background-color: transparent;
    background-image: url(images/triangle-light.3407a3db.svg);
    background-size: 9px 7px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 20px 0 0;
    text-align: left;
    font-family: Exo2, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.team-header__selector select option {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.header__wrapper {
    min-height: 100px;
}
.header1 {
    position: relative;
    top: 0px;
    z-index: 50;
    display: flex;
    height: 80px;
    width: 100%;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(51 63 72 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    height: 100px;
}
.header--team {
    /* top: 70px; */
    background-color: var(--team-bg);
}
.header .container {
    display: flex;
    align-items: center;
}
.header__logo {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}
.header--team .header__logo {
    margin-right: 20px;
    gap: .5rem;
}
.header--team .header__logo img {
        max-height: 80px;
        max-width: 80px;
}
.menu {
    position: fixed;
    right: -100%;
    top: 5rem;
    display: flex;
    min-height: calc(100vh - 80px);
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: right;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
    position: static;
    min-height: 100px;
    width: auto;
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.header--team .menu {
    background-color: var(--team-bg);
}
.menu__list {
    display: flex;
    width: 40%;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    gap: 40px;
}
.menu-item {
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.menu-item__label {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    font-family: Oxanium, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .4s;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration: none;
}
.menu-item__link {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    font-family: Oxanium, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .4s;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration: none;
}
.menu--team .menu-item__label {
    color: var(--team-text);
}
.menu--team .menu-item--level-0>.menu-item__label:hover {
    color: var(--team-text-hover);
    text-decoration-line: underline;
}
.menu--team .menu-item__link {
    color: var(--team-text);
}
.menu--team .menu-item--level-0>.menu-item__link:hover {
    color: var(--team-text-hover);
    text-decoration-line: underline;
}
.header .menu__list>.menu-item>.menu-item__label {
        font-size: 16px;
}
.menu-item.has-dropdown>.menu-item__label:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    display: block;
    height: auto;
    width: auto;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 6px;
    border-left-color: transparent;
    border-right-color: transparent;
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
    content: var(--tw-content);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    --tw-border-opacity: 1;
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}
.menu--team .menu-item.has-dropdown>.menu-item__label:after {
    content: var(--tw-content);
    border-top-color: var(--team-text);
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 6px;
    border-left-color: transparent;
    border-right-color: transparent;
}
.menu-item.has-dropdown:hover>a:after {
    content: var(--tw-content);
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.header__right {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__social-links {
    display: flex;
    align-items: center;
}
.header__social-links a {
    margin-left: 1rem;
    margin-right: 0;
}
.header__social-links a svg {
    height: 16px;
    width: 16px;
    fill: #fff;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .4s;
    height: 20px;
    width: 20px;
}
.header--team .header__social-links svg {
    fill: var(--team-text);
}
.header--team .header__social-links svg:hover {
    fill: var(--team-text-hover);
}
.header__search {
    margin-left: .5rem;
}
.header__search .open-search {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    border: none;
}

/* Footer*/

.footer1 {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(51 63 72 / var(--tw-bg-opacity));
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer1 .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
}
.footer__content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    flex-direction: row;
}
.footer__logo {
    margin-bottom: 30px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 25px;
}
.footer__logo img {
    height: 56px;
    width: auto;
}
.footer__copyright {
    text-align: center;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-align: left;
}
.footer__after {
    padding-right: .5rem;
}
.footer__copyright a {
    text-decoration-line: underline;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-align: left;
    font-family: Exo2, sans-serif;
}
.footer__copyright a:hover{
    text-decoration-line: none;
}
.footer__after:after {
    --tw-content: "/";
    content: var(--tw-content);
}
.footer__social-links {
    margin-top: 30px;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-left: 30px;
    margin-left: 100px;
}
.footer__social-links a {
    margin-top: 0;
    margin-left: 1.5rem;
    margin-right: 0;
    display: inline-block;
}
.footer__copyright {
    text-align: center;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-align: left;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer__social-links a svg {
    height: 20px;
    width: 20px;
    fill: #fff;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .4s;
}
.footer__social-links a:hover svg {
    fill: var(--color-accent);
}
.footer__powered-by {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0;
    padding-left: 20px;
}
.footer__powered-by a {
    display: inline-flex;
    align-items: center;
    text-decoration-line: none;
}
.footer__powered-by span {
    margin-right: 10px;
    font-size: 12px;
    color: #ffffffb3;
}
.footer__powered-by img {
    height: auto;
    width: 90px;
}
@media (min-width: 1080px) {
    .container {
        max-width: 72rem;
    }
}
@media (min-width: 1681px) {
    .container {
        max-width: 1592px;
    }
}
