:root{
  --boxHeight: calc(100vh - var(--headerHeight));

  --resize: 30%;
}
body{
  background-color: var(--color-white);
}
.BorderBox{
  position: relative;
  padding: var(--headerHeight) 0 0 0;
  width: 100vw;
  height: calc(100vh - var(--headerHeight));
  max-height: calc(var(--boxHeight) - var(--footerHeight));
}
.Background{
  background-size: 100%;
  background-repeat: no-repeat;
  height: var(--boxHeight);
  width: 100vw;
  float: left;
  position: relative;
  z-index: 1;
}
.ContBox1{
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  color: var(--color-black);
}
.ContBox2{
  position: relative;
  width: 100%;
  color: var(--color-white);
  text-align: center;
  overflow-x: visible;
}
.ContBox3{
  float: left;
  position: relative;
  width: 16%;
  min-width: 141.7px;
  height: auto;
  margin-left: 2%;
  margin-right: 2%;
}
.ContBox4_1{
  padding: 0% 1% 0% 1%;
  width: auto;
  height: 9vw;
}
.ContBox4_2{
  border: 0;
  border-top: 1.5px;
  border-color: var(--color-black);
  border-style: solid;
  padding: 5% 0% 0% 0%;
  margin-top: 20px;
  width: auto;
}
p{
  color: var(--color-black);
  font-size: 1.4vw;
  font-weight: 400;
  text-align: inherit;
}
h1 {
  font-size: 3.8vw;
  text-align: center;
  font-weight: 700;
  color: var(--color-blue);
}
h2{
  color: var(--color-black);
  font-size: 1.4vw;
  font-weight: 400;
  text-align: inherit;
}
h3{
  color: var(--color-black);
  font-weight: 600;
  text-align: left;
  font-size: 1.6vw;
}
#h2_equipContBox2{
  color: var(--color-white);
  font-weight: 500;
  font-size: 2.8vw;
  font-weight: 700;
  text-align: left;
  line-height: 1em;
}

li{
  color: var(--color-black);
  font-size: 1.2vw;
  font-weight: 400;
  text-align: left;
  margin-left: 10%;
}
strong{
  text-align: center;
}


/* Mobile Devices*/
@media only screen and (min-device-width: 600px) and (max-device-width: 900px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .BorderBox{height: calc(100vh - (1.8* var(--headerHeight))); width: 100vw; padding: calc(1.8* var(--headerHeight)) 0 0 0;}
  .ContBox1{}
  .ContBox2{}
  .ContBox3{top: 0; padding: 8% 0% 0% 0%; width: 29.3%;}
  .ContBox4_1{height: 13vw;}
  h1{font-size: 6.5vw;}
  h2{font-size: 2.2vw;}
  h3{font-size: 3.4vw;}
  p{font-size: 2.2vw;}
  li{font-size: 2.0vw;}
  #center4{margin-left: 18.7%; margin-right: 2%;}
  #center5{margin-left: 2%; margin-right: 18.7%;}
}
@media only screen and (min-device-width: 600px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .BorderBox{height: calc(100vh - (1.8* var(--headerHeight))); width: 100vw; padding: calc(1.8* var(--headerHeight)) 0 0 0;}
  .ContBox1{}
  .ContBox2{}
  .ContBox3{top: 0; padding: 8% 0% 0% 0%; width: 29.3%;}
  .ContBox4_1{height: 13vw;}
  h1{font-size: 6.5vw;}
  h2{font-size: 2.2vw;}
  h3{font-size: 3.4vw;}
  p{font-size: 2.2vw;}
  li{font-size: 2.0vw;}
  #center4{margin-left: 18.7%; margin-right: 2%;}
  #center5{margin-left: 2%; margin-right: 18.7%;}
}
@media only screen and (max-device-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .BorderBox{height: calc(100vh - (1.8* var(--headerHeight))); width: 100vw; padding: calc(1.8* var(--headerHeight)) 0 0 0;}
  .ContBox1{}
  .ContBox2{}
  .ContBox3{top: 0; padding: 8% 0% 0% 0%; width: 29.3%;}
  .ContBox4_1{height: 13vw;}
  h1{font-size: 6.5vw;}
  h2{font-size: 2.2vw;}
  h3{font-size: 3.4vw;}
  p{font-size: 2.2vw;}
  li{font-size: 2.0vw;}
  #center4{margin-left: 18.7%; margin-right: 2%;}
  #center5{margin-left: 2%; margin-right: 18.7%;}
}
@media only screen and (max-device-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .BorderBox{height: calc(100vh - (2.8* var(--headerHeight))); padding: calc(2.8* var(--headerHeight)) 0 0 0;}
  .ContBox1{width: 100%;}
  .ContBox2{}
  .ContBox3{top: 0; width: 80%; padding: 0% 9% 0% 9%; }
  .ContBox4_1{height: 280px;}
  h1{font-size: 8.5vw;}
  h2{font-size: 3.8vw;}
  h3{font-size: 4.0vw;}
  p{font-size: 3.8vw;}
  li{font-size: 3.0vw;}
  :root{--boxHeight: calc(75vh - var(--headerHeight));}
}

/* Desktop Devices*/
@media only screen and (min-width: 600px) and (max-width: 900px) and (-webkit-max-device-pixel-ratio: 1) {
  .BorderBox{height: calc(100vh - (1.8* var(--headerHeight))); width: 100vw; padding: calc(1.8* var(--headerHeight)) 0 0 0;}
  .ContBox1{}
  .ContBox2{}
  .ContBox3{top: 0; padding: 8% 0% 0% 0%; width: 29.3%;}
  .ContBox4_1{height: 13vw;}
  h1{font-size: 6.5vw;}
  h2{font-size: 2.2vw;}
  h3{font-size: 3.4vw;}
  p{font-size: 2.2vw;}
  li{font-size: 2.0vw;}
  #center4{margin-left: 18.7%; margin-right: 2%;}
  #center5{margin-left: 2%; margin-right: 18.7%;}
}
@media only screen and (max-width: 599px) and (-webkit-max-device-pixel-ratio: 1) {
  .BorderBox{height: calc(100vh - (2.8* var(--headerHeight))); padding: calc(2.8* var(--headerHeight)) 0 0 0;}
  .ContBox1{width: 100%;}
  .ContBox2{}
  .ContBox3{top: 0; width: 80%; padding: 0% 9% 0% 9%; }
  .ContBox4_1{height: 280px;}
  h1{font-size: 8.5vw;}
  h2{font-size: 3.8vw;}
  h3{font-size: 4.0vw;}
  p{font-size: 3.8vw;}
  li{font-size: 3.0vw;}
  :root{--boxHeight: calc(75vh - var(--headerHeight));}
}
