
html, body {
  margin: 0;
  padding: 0;
}
body {
  background-color:#000;


  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;

}

a {
  color: #D21E3F;
  text-decoration: none;
}
a:hover {
  color: #fff;
}

#logos {
      max-width: 210px;
      height: auto;
}


#topgradient {



  width:100%;
  height:32vw;
/*  transform: matrix(-1, 0, 0, -1, 0, 0);
*/  /* UI Properties */
/*  background: transparent linear-gradient(180deg, #FFFFFF 0%, #808080 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;*/

  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.5116640406162465) 0%, rgba(0,0,0,0) 100%);

  opacity: 1;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#hg {
  background-color:#000;
  background-image: url(../assets/hg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#hg:after {
  content: '';
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABRJREFUGFdjZGBg+M/AwMDIyAAFAA4pAQP4L554AAAAAElFTkSuQmCC);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}


.section{
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 40px;
  padding-left: 15vw;
  padding-right: 15vw;
  box-sizing: border-box;
  z-index: 2;
  position: relative;

  @media only screen and (max-width: 1200px) {
    padding-left: 40px;
    padding-right:40px;
  }



}

#section1 {
  position: relative;
}


#section_1_content {
  position: relative;
  z-index: 10;
}



h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3.1rem;
}

.large, h3  {
  font-size: 1.85rem;
}

.xlarge  {
  font-size: 2.5rem;
}


@media only screen and (max-width: 1200px) {

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .large, h3  {
    font-size: 1.5rem;
  }

  .xlarge  {
    font-size: 2.0rem;
  }
}

@media only screen and (max-width: 768px) {

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2.0rem;
  }

  .large, h3  {
    font-size: 1.3rem;
  }
  .xlarge  {
    font-size: 1.6rem;
  }
}


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

.list-center {
  list-style-position: inside;
  padding-left: 0;
}

.list-center  {
  list-style-type:none;
}

ul li {
  margin-bottom: 1rem;
}

/*.list-center li::marker {
  margin:0;
  padding: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-family: monospace;
  font-size: 1rem;
  display: inline-block;
  display:block !important;

    margin-right: 1rem;
    width:1em;
    height:1em;
    background:red;
    content:"";
}
*/
li{
   list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"><g transform="scale(0.5) translate(0, 4)"  transform-origin="center"><circle cx="12" cy="12" r="12"/></g></svg>');

}
li::marker{
 font-size: 1.6em;
   line-height: .1;
}

.phone {
  display: inline;
  height: 2.5rem;
  width: auto;
  margin-right: 1rem;
  margin-bottom: -0.25rem;
  @media only screen and (max-width: 992px) {
    margin-right: 0;
  }
}

.contact a {
  white-space: nowrap;
  display: inline-block;
}

.contact {
  font-weight: bold;
    @media only screen and (max-width: 992px) {
      display: flex;
      flex-direction: column;
      gap:0.2em;
      margin-block-end: 0.8em !important;;
      margin-block-start: 0 !important;;
    }
}


.list-lines {

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
      justify-content: center;
}

.list-lines li{
  list-style: none;
  border-right: 3px solid #fff;
  margin-right: 0.5em;
  padding-right: 0.5em;

}
.list-lines li:last-child{
  border-right: none;
  margin-right: 0;
  padding-right: 0;

}

#ex_logos  img {
  width: 100%;
  height: auto;
  display: block;
}
#ex_logos  a {
  display: inline-block;
}


#ex_logos {
  display: flex;
  flex-direction: row;
  gap:5vw;
  justify-content: center;
  flex-wrap: wrap;

  @media only screen and (max-width: 992px) {
    flex-direction: column;
    gap:40px;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;

  }
}

#ex_logos  a {
  flex-basis: 400px;
  flex-shrink: 1;
  @media only screen and (max-width: 992px) {
    flex-basis: auto;
  }
}
