/****************************************************
 *    CSS RESET                                      *
 ****************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
main,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="reset"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="date"],
input[type="datetime"],
input[type="time"],
input[type="url"],
button,
select,
textarea {
  -webkit-appearance: none;
  box-shadow: none !important;
}

:-webkit-autofill {
  color: #fff !important;
}

::-moz-placeholder {
  opacity: 1;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
picture {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
}

.clear {
  clear: both;
}

small {
  font-size: 0.7em;
}

/****************************************************
 *    HTML5                                          *
 ****************************************************/
:root {
  --black-color: #000;
  --blue-color: #5655ed;
  --baby-blue-color: #09bbff;
  --dark-color: #1d1d1d;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  text-size-adjust: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: var(--black-color);
}

html,
body {
  height: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

/*a, footer a {
	transition: color 0.3s ease-in-out;
}

a:hover, a:active {
	color: var(--baby-blue-color);
}*/
a[src$=".pdf"] {
}

a[href^="mailto:"] {
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 0.85em;
}

td,
th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}

hr {
  border: 0;
  height: 1px;
  width: 100%;
  margin: 40px 0;
  background-color: #999;
}

i,
em {
  font-style: italic;
}

/****************************************************
 *    HEADER AREA                                    *
 ****************************************************/
header {
  display: flow-root;
  background-color: var(--blue-color);
  padding: 21px 0;
}

header .pagewrap,
footer .pagewrap {
  display: flex;
  justify-content: space-between;
}

header .pagewrap {
  align-items: center;
}

/****************************************************
 *    NAVIAGATION AREA                               *
 ****************************************************/
nav[aria-label="primary"] ul,
nav[aria-label="primary"] li,
nav[aria-label="footer"] ul,
nav[aria-label="footer"] li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

nav[aria-label="primary"] ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

nav[aria-label="primary"] ul li {
  float: left;
  position: relative;
}

nav[aria-label="primary"] ul li a {
  display: block;
  margin: 1px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  text-transform: uppercase;
}

nav[aria-label="primary"] ul li.border-link a {
  border: 1px solid #fff;
  padding: 7px 18px;
}

/*nav[aria-label='primary'] ul li a:hover, nav[aria-label='primary'] ul li.border-link a:hover {
	color: var(--baby-blue-color);
}

nav[aria-label='primary'] ul li.border-link a:hover {
	border: 1px solid var(--baby-blue-color);
}*/

/****************************************************
 *    HEADER CONTANER                                *
 ****************************************************/
.header-container {
  position: relative;
  display: flow-root;
  background-color: var(--blue-color);
  padding: 21px 0;
  color: #fff;
}

.header-container::before {
  background-color: #fff;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.header-container .pagewrap {
  position: relative;
}

.header-container .flex-top,
.header-container .flex-bottom {
  display: flex;
}

.header-container .flex-top {
  position: absolute;
  top: 0;
  left: 0;
}

.header-container .flex-bottom {
  justify-content: right;
}

.header-container .flex-top article {
  flex-basis: 55%;
}

.header-container picture img {
  object-position: 25px 0px;
}

.header-container p {
  font-weight: 700;
  font-size: 21px;
  line-height: 31px;
  letter-spacing: 0.02em;
  margin: 24px 0 30px;
}

.header-container .buttons-wrap {
  margin: 20px 0 0 0;
  display: flex;
  gap: 20px;
}

.header-container .buttons-wrap a {
  transition:
    border 0.3s ease-in-out,
    color 0.3s ease-in-out;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 12px;
  height: 38px;
  width: 130px;
}

.header-container .buttons-wrap a svg {
  margin-right: 8px;
}

/*.header-container .buttons-wrap a:hover {
	border: 1px solid var(--baby-blue-color);
	color: var(--baby-blue-color);
}



.header-container .buttons-wrap a svg path {
	transition: fill 0.3s ease-in-out;
	fill: #fff;
}

.header-container .buttons-wrap a:hover svg path {
	fill: var(--baby-blue-color);
}*/

/****************************************************
 *    TRUST CONTANER                                 *
 ****************************************************/
.black-title-wrap {
  background: #000;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 20px;
}

.leagues-crests-wrap {
  border: 1px solid #d9d9d9;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
}

.league {
  text-align: center;
}

.league h2 {
  font-weight: 500;
  font-size: 14px;
  color: #868686;
  margin: 0 0 22px;
}

/****************************************************
 *    ROWS CONTANER                                  *
 ****************************************************/
.pagewrap.flex-2-columns {
  display: flex;
}

.flex-2-columns > * {
  flex: 1;
}

.container + .container {
  margin-top: 90px;
}

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

.center-flex article {
  padding-left: 20%;
}

.container.whitebars-bkg,
.container.whitebars-bkg .pagewrap {
  position: relative;
}

.container.whitebars-bkg::after,
.container.whitebars-bkg::before {
  background-color: #fff;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  content: "";
}

.container.whitebars-bkg::after {
  top: 0;
}

.container.whitebars-bkg::before {
  bottom: 0;
}

.container.whitebars-bkg .pagewrap {
  z-index: 2;
}

ul.blue-checkmark-ul {
  font-size: 21px;
  line-height: 26px;
  color: #808080;
}

ul.blue-checkmark-ul li + li {
  margin-top: 40px;
}

ul.blue-checkmark-ul li {
  padding-left: 20px;
  position: relative;
  list-style-type: none;
}

ul.blue-checkmark-ul li::before {
  position: absolute;
  display: block;
  background: url("images/blue-checkmark-circle.svg");
  content: "";
  height: 18px;
  width: 18px;
  left: -20px;
  top: 4px;
}

.beige-bkg-color {
  background-color: #fef8f1;
}

.lite-blue-bkg-color {
  background-color: #f3f5ff;
}

.grid-2-bkg img {
  object-position: left top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.position-divs {
  position: relative;
}

.position-divs article {
  padding-top: 70px;
  width: 38%;
  float: left;
  height: 686px;
}

.position-divs img {
  position: absolute;
  left: 50%;
  top: 0%;
}

/****************************************************
 *    GENERAL AREA                                   *
 ****************************************************/
.pagewrap {
  max-width: 1077px;
  margin: 0 auto;
  width: 95%;
  display: flow-root;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.text-align-center {
  text-align: center;
}

main ul li,
main ol li,
main ol[type="1.1"] li {
  margin: 0 0 0 25px;
}

main ul li {
  list-style-type: disc;
}

main ol li {
  list-style-type: decimal-leading-zero;
}

main ol[type="http://www.w3.org/2000/svg"] li {
  list-style-type: upper-alpha;
}

/****************************************************
 *    FOOTER                                         *
 ****************************************************/
footer {
  padding: 140px 0 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

nav[aria-label="footer"] ul {
  display: flex;
  gap: 40px;
}

nav[aria-label="footer"] ul {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.copyright {
  font-size: 13px;
  color: #bbbbbb;
}

/****************************************************
 *    H1,H2                                          *
 ****************************************************/
h1 {
  font-size: 42px;
  line-height: 57px;
  letter-spacing: 0.02em;
  margin: 24px 0;
}

h2 {
  font-size: 36px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

/****************************************************
 *    FONTS                                          *
 ****************************************************/
@font-face {
  font-family: "Inter";
  src:
    url("fonts/subset-Inter-Regular.woff2") format("woff2"),
    url("fonts/subset-Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("fonts/subset-Inter-Medium.woff2") format("woff2"),
    url("fonts/subset-Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("fonts/subset-Inter-Bold.woff2") format("woff2"),
    url("fonts/subset-Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("fonts/subset-Inter-Black.woff2") format("woff2"),
    url("fonts/subset-Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/****************************************************
 *    DESKTOP SCREENS                                *
 ****************************************************/
@media screen and (max-width: 880px) {
  .header-container picture img {
    object-position: 90px 0px;
  }

  .leagues-crests-wrap {
    flex-flow: row wrap;
    row-gap: 40px;
  }

  .leagues-crests-wrap .league {
    flex: 33.3333%;
  }
}

@media screen and (min-width: 768px) {
  .mobile-menu,
  .hamburger {
    display: none;
  }
}

/****************************************************
 *    MOBILE AND TABLE SCREENS                       *
 ****************************************************/
@media screen and (max-width: 768px) {
  body {
    background-color: var(--black-color);
  }

  h1 {
    font-size: 27px;
    line-height: 42px;
  }

  h2 {
    font-size: 24px;
    line-height: 31px;
  }

  .header-container p {
    font-size: 16px;
    line-height: 20px;
  }

  nav[aria-label="primary"] {
    display: none;
  }

  nav[aria-label="primary mobile"] ul {
    margin: 20px 0;
  }

  nav[aria-label="primary mobile"] a {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 32px;
    color: #aab5b7;
    font-size: 16px;
  }

  .hamburger {
    cursor: pointer;
  }

  .hamburger .bar {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 5px auto;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .mobile-content-wrap.is-open {
    transform: translateX(-260px);
  }

  .mobile-menu {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    width: 260px;
    background-color: var(--black-color);
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transition:
      transform 0.4s 0s,
      visibility 0s 0.4s;
    -ms-transform: translateX(80px);
    transform: translateX(80px);
  }

  .mobile-menu.active {
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    transition:
      transform 0.4s 0s,
      visibility 0s 0s;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-content-wrap {
    min-height: 100%;
    position: relative;
    background: #fff;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transition-property: transform;
    transition-duration: 0.4s;
  }
}

@media screen and (max-width: 630px) {
  .header-container .pagewrap {
    width: 100%;
    margin: 0;
  }

  .header-container .flex-top,
  .header-container .flex-bottom {
    display: block;
    position: relative;
  }

  .header-container .flex-top article {
    flex-basis: auto;
  }

  .header-container .flex-top {
    width: 95%;
    margin: 0 auto;
  }

  .header-container .flex-bottom {
    margin-top: 40px;
  }

  .header-container .buttons-wrap a {
    width: 100%;
  }

  .header-container picture img {
    object-position: inherit;
    height: 491px;
    width: 675px;
    object-fit: cover;
  }

  .pagewrap.flex-2-columns {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .center-flex article {
    padding-left: 0%;
  }

  .flex-2-columns picture {
    text-align: center;
    padding-top: 30px;
  }

  .container.whitebars-bkg::after {
    height: 0;
  }

  .container + .container {
    margin-top: 60px;
  }

  .position-divs article {
    padding-top: 0px;
    width: 100%;
    float: none;
    height: inherit;
    padding-bottom: 30px;
  }

  .position-divs picture {
    height: 500px;
    position: relative;
  }

  .position-divs img {
    left: 0;
    height: 500px;
    width: 691px;
    max-width: 691px;
  }

  footer {
    padding: 35px 0 15px;
  }
}

@media screen and (max-width: 560px) {
  header a img {
    height: 23px;
    width: 93px;
  }

  ul.blue-checkmark-ul {
    font-size: 14px;
    line-height: 21px;
  }

  ul.blue-checkmark-ul li + li {
    margin-top: 16px;
  }

  .leagues-crests-wrap .league {
    flex: 50%;
  }

  ul.blue-checkmark-ul li::marker {
    padding-inline-start: 1em;
  }

  footer .pagewrap {
    flex-direction: column-reverse;
    gap: 15px;
  }

  nav[aria-label="footer"] {
    padding-bottom: 40px;
  }

  nav[aria-label="footer"] ul {
    flex-direction: column;
    gap: 15px;
  }

  ul.blue-checkmark-ul li::before {
    top: 1px;
  }

  .pagewrap,
  .header-container .flex-top {
    width: calc(100% - 40px);
  }

  .pagewrap.flex-2-columns {
    padding-top: 12px;
  }

  .container + .container {
    margin-top: 30px;
  }
}
