

@import url('https://fonts.googleapis.com/css2?family=Kumar+One+Outline&display=swap');

.contentContainer6 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 14vw;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: -3vw;
  -ms-flex-preferred-size: 100vw;
      flex-basis: 100vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page6TextContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page6TextContainer h1{
  text-align: left;
  font-size: 2.5vw;
  margin-bottom: auto;
  margin-left: -44%;
}
.page6TextContainer h2{
  text-align: left;
  font-size: 1.6vw;
}
.contentContainer6 .quadMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 60vh;
  /* background: rgba(1,1,1,.1); */
  -ms-flex-preferred-size: 46vw;
      flex-basis: 44vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentContainer6 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 10vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: calc(100vh/6);
  font-family: 'Roboto';
  left: 43vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contentContainer6 a {
  font-size: 1vw;
  margin-left: 4vw;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
  z-index: 9999999;
}
.contentContainer6 a:focus {
  font-size: 1vw;
  text-decoration: underline;
  color: #2BF2E0;

}
.contentContainer6 .blury {
  position: absolute;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  width: 80%;
  height: 100%;
}

.quadMenuPage6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 43vw;
  max-height: 60vh;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1vw;
}
.quadMenuPage6 img {
  width: 7vw;
  height: 3vw;
  padding: 1vw;
  margin-left: 1vw;
  margin-bottom: 1vw;
  background: rgba(19, 28, 68, 0.1);

}

.contactCard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	border: 1px solid #FFC300;
  border-radius: 35px;
	margin: 6vw 3vw 2vw 2vw;
	padding: 9% 2% 10% 2%;
	width: 21vw;
	height: 10vw;
}
.contactCard div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 1vw;
    width: 100% !important;
    height: 100%;
    padding: .2vw;
    margin: 8% 0 0 -1vw;
}
.contactCard h3 {
    margin-left: 2vw;
    font-size: 1.5vw;
}
.contactCard p {
    margin-left: -1.8vw;
    text-align: left;
    font-size: .9vw;
}
.contactCard div img {
    font-size: .3vw;
    width: 1vw;
    height: 1.3vw;
    padding: 0;
    margin: 0 3vw 0 1vw;
}
