.footer {
  /*background: rgb(26,106,240);
  background: linear-gradient(90deg, rgba(26,106,240,1) 0%, rgba(0,0,139,1) 100%);*/
  background: transparent url("../img/ice-crack.jpeg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 5vw 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 6vw;
  }
}
@media screen and (max-width: 1366px) {
  .footer {
    background-attachment: unset !important;
  }
}
.footer h2 {
  font-size: 1.8vw;
  line-height: 3.25vw;
  font-weight: 900;
  color: white;
  margin: 0 auto;
  margin-bottom: 1vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer h2 {
    font-size: 30px;
    line-height: 37px;
    text-align: left;
  }
}
@media screen and (min-width: 1920px) {
  .footer h2 {
    font-size: 33px;
    line-height: 62px;
    margin-bottom: 20px;
  }
}
.footer p {
  font-size: 1.15vw;
  line-height: 1.7vw;
  text-align: center;
  color: white;
  margin-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .footer p {
    font-size: 21px;
    line-height: 27px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left;
  }
}
@media screen and (min-width: 1920px) {
  .footer p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 38px;
  }
}
.footer a {
  align-self: flex-start;
  font-size: 1vw;
  min-width: 14.5vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer a {
    font-size: 16px;
    min-width: 250px;
    border-radius: 14px;
    padding: 10px 20px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer a {
    align-self: center;
  }
}
@media screen and (min-width: 1920px) {
  .footer a {
    font-size: 20px;
    min-width: 225px;
  }
}

footer {
  background: #1F2B34;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8vw 0;
  display: none;
  gap: 0 0.5rem;
}
footer.active {
  display: flex;
}
@media screen and (max-width: 660px) {
  footer.active {
    flex-direction: column;
  }
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 660px) {
  footer ul {
    margin-top: 10px;
  }
}
footer ul li {
  border-right: 1px solid #A2A1A1;
  padding-right: 10px;
  line-height: 0;
}
footer ul li:not(:last-child) {
  margin-right: 10px;
}
footer ul li a {
  color: #A2A1A1;
  font-size: 0.68vw;
  line-height: 0.8vw;
}
@media screen and (max-width: 660px) {
  footer ul li a {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (min-width: 1920px) {
  footer ul li a {
    font-size: 13px;
    line-height: 15px;
  }
}
footer ul li:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0px;
}
footer p {
  color: #A2A1A1;
  font-size: 0.68vw;
  line-height: 0.8vw;
}
@media screen and (max-width: 660px) {
  footer p {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0;
  }
}
footer p span {
  margin-right: 0.5rem;
}
@media screen and (max-width: 660px) {
  footer p span {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  footer p {
    font-size: 13px;
    line-height: 15px;
  }
}

.threeColumns {
  background: #F8F8F8;
  padding: 10vw 0;
}
@media screen and (max-width: 767px) {
  .threeColumns .container {
    flex-direction: column;
    width: 70vw;
  }
}
@media screen and (min-width: 1920px) {
  .threeColumns {
    padding: 144px 0;
  }
}
.threeColumns .column {
  width: 32.25%;
  background: white;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 1.6vw;
  overflow: hidden;
  position: relative;
  padding-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .threeColumns .column {
    width: 80%;
    margin-bottom: 50px;
    padding-bottom: 80px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 640px) {
  .threeColumns .column {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .threeColumns .column {
    padding-bottom: 96px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .threeColumns .column .image {
    max-height: 230px;
  }
}
.threeColumns .column .image img {
  visibility: hidden;
}
.threeColumns .column .copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3vw 2vw 1.8vw;
}
@media screen and (max-width: 767px) {
  .threeColumns .column .copy {
    padding: 28px 29px;
  }
}
@media screen and (min-width: 1920px) {
  .threeColumns .column .copy {
    padding: 58px 39px 35px;
  }
}
.threeColumns .column .copy h3 {
  font-size: 0.95vw;
  line-height: 1.2vw;
  margin-bottom: 0.5vw;
  color: #222F39;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .threeColumns .column .copy h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .threeColumns .column .copy h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.threeColumns .column .copy p {
  font-size: 0.68vw;
  line-height: 1vw;
  color: #4E5961;
}
@media screen and (max-width: 767px) {
  .threeColumns .column .copy p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .threeColumns .column .copy p {
    font-size: 13px;
    line-height: 20px;
  }
}
.threeColumns .column .copy a {
  align-self: flex-start;
  position: absolute;
  bottom: 3vw;
  left: 2vw;
  min-width: 10vw;
  justify-content: flex-start;
  color: #222F39;
  font-size: 0.68vw;
  line-height: 1vw;
}
@media screen and (max-width: 767px) {
  .threeColumns .column .copy a svg {
    width: 32px;
    max-width: 32px;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .threeColumns .column .copy a {
    font-size: 13px;
    min-width: 195px;
    bottom: 38px;
    left: 29px;
  }
}
@media screen and (min-width: 1920px) {
  .threeColumns .column .copy a {
    bottom: 58px;
    left: 39px;
    font-size: 13px;
    min-width: 195px;
  }
}

.twoColumns {
  padding: 5vw 0;
}
.twoColumns:nth-child(4) {
  /*		padding:5vw 0 11vw;*/
}
.twoColumns.protection {
  background: transparent url("../img/leaves-bg.png") no-repeat right top;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .twoColumns.protection {
    background: none;
    padding: 45px 0 75px;
  }
}
.twoColumns.security {
  background: #1F2B34 url("../img/ice-bg.png") no-repeat left top;
  background-size: auto 100%;
  padding: 5vw 0;
}
@media screen and (max-width: 767px) {
  .twoColumns.security {
    background-image: url("../img/mobile-ice-top.png"), url("../img/mobile-ice-bottom.png");
    background-position: left top, left bottom;
    background-size: 100%, 100%;
    padding: 95px 0 145px;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.security {
    padding: 95px 0 76px;
  }
}
.twoColumns.security .container .left .image {
  width: 100%;
}
.twoColumns.security .container .right .copy h3 {
  color: white;
}
.twoColumns.security .container .right .copy p {
  color: white;
}
.twoColumns.security .container .right .copy a.button:hover {
  color: #000;
  background: white;
}
.twoColumns.microsoft {
  /*		background: transparent url('../img/rocks-bg.png') no-repeat right bottom;*/
  background-size: 50% auto;
}
@media screen and (max-width: 767px) {
  .twoColumns.microsoft {
    background: none;
    padding: 45px 0 75px;
  }
}
.twoColumns.even {
  padding-top: 0;
  padding-bottom: 0;
}
.twoColumns.even .container {
  max-width: 100%;
  align-items: unset;
}
.twoColumns.even .container .left {
  background: #1A6AFF;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 4vw;
  padding-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .left {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 46px;
  }
}
.twoColumns.even .container .left .image {
  width: 30.5vw;
  margin-right: 6vw;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .left .image {
    width: 90vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.even .container .left .image {
    width: 585px;
    margin-right: 115px;
  }
}
.twoColumns.even .container .left .image img {
  visibility: visible;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0vw;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .left .image img {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.even .container .left .image img {
    margin-bottom: 38px;
  }
}
.twoColumns.even .container .left .copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30.5vw;
  margin-right: 6vw;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .left .copy {
    width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.even .container .left .copy {
    width: 585px;
    margin-right: 115px;
  }
}
.twoColumns.even .container .left .copy .icon {
  max-height: 2.35vw;
  margin-bottom: 2vw;
  align-self: flex-start;
  max-width: 45px;
}
.twoColumns.even .container .left .copy .icon img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .left .copy .icon {
    max-height: 45px;
    height: 45px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.even .container .left .copy .icon {
    max-height: 45px;
    margin-bottom: 38px;
  }
}
.twoColumns.even .container .left .copy h3 {
  border-radius: 1.8vw;
  font-size: 1.7vw;
  margin-bottom: 1vw;
  color: #ffffff;
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .twoColumns.even .container .left .copy h3 .mobilebr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .left .copy h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.even .container .left .copy h3 {
    border-radius: 34px;
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.twoColumns.even .container .left .copy p {
  font-size: 0.95vw;
  line-height: 1.5vw;
  margin-bottom: 2.2vw !important;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .left .copy p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.even .container .left .copy p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px !important;
  }
}
.twoColumns.even .container .left .copy a {
  align-self: flex-start;
  min-width: 10.8vw;
  text-align: center;
  font-size: 1.05vw;
  background: #ffffff;
  color: #000000;
}
.twoColumns.even .container .left .copy a:hover {
  color: white;
  background: #1F2B34;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .left .copy a {
    font-size: 16px;
    line-height: 17px;
    padding: 13px 20px;
    border-radius: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.even .container .left .copy a {
    font-size: 20px;
    min-width: 208px;
  }
}
.twoColumns.even .container .right {
  background: #1F2B34;
  background: white;
  flex-direction: column;
  padding-top: 4vw;
  padding-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .right {
    padding-top: 30px;
    padding-bottom: 46px;
  }
}
.twoColumns.even .container .right .image {
  width: 30.5vw;
  margin-left: 6vw;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .right .image {
    width: 90vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.even .container .right .image {
    width: 585px;
    margin-left: 115px;
  }
}
.twoColumns.even .container .right .image img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0vw;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .right .image img {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.even .container .right .image img {
    margin-bottom: 38px;
  }
}
.twoColumns.even .container .right .copy {
  width: 30.5vw;
  margin-left: 6vw;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .right .copy {
    width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.even .container .right .copy {
    width: 585px;
    margin-left: 115px;
  }
}
.twoColumns.even .container .right .copy h3 {
  color: #1F2B34;
}
.twoColumns.even .container .right .copy p {
  color: #1F2B34;
  margin-bottom: 2.2vw !important;
}
@media screen and (max-width: 767px) {
  .twoColumns.even .container .right .copy p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.even .container .right .copy p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px !important;
  }
}
.twoColumns.even .container .right .copy a.button {
  background: #FFFFFF;
  color: #000000;
}
.twoColumns.even .container .right .copy a.button {
  background: #1A6AFF;
  color: white;
}
.twoColumns.even .container .right .copy a.button:hover {
  color: #fff;
  background: #1F2B34;
}
.twoColumns .container {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .twoColumns .container {
    flex-direction: column;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns {
    padding: 96px 0;
  }
}
.twoColumns .left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .twoColumns .left {
    width: 100%;
  }
}
.twoColumns .left .image {
  border-radius: 1.8vw;
  width: 80%;
}
.twoColumns .left .image img {
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .twoColumns .left .image {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns .left .image {
    border-radius: 34px;
  }
}
@media screen and (max-width: 767px) {
  .twoColumns .left {
    margin-bottom: 30px;
  }
}
.twoColumns .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .twoColumns .right {
    width: 100%;
    padding-left: 25px;
  }
}
.twoColumns .right .copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .twoColumns .right .copy {
    width: 95%;
  }
}
.twoColumns .right .copy .icon {
  max-height: 2.35vw;
  margin-bottom: 2vw;
  align-self: flex-start;
  max-width: 45px;
}
.twoColumns .right .copy .icon img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .twoColumns .right .copy .icon {
    max-height: 45px;
    height: 45px;
    margin-bottom: 20px;
    max-width: 45px;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns .right .copy .icon {
    max-height: 45px;
    margin-bottom: 38px;
  }
}
.twoColumns .right .copy h3 {
  border-radius: 1.8vw;
  font-size: 1.7vw;
  margin-bottom: 1vw;
  color: #222F39;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .twoColumns .right .copy h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns .right .copy h3 {
    border-radius: 34px;
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.twoColumns .right .copy p {
  font-size: 0.95vw;
  line-height: 1.5vw;
  margin-bottom: 1.2vw;
  color: #222F39;
}
@media screen and (max-width: 767px) {
  .twoColumns .right .copy p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns .right .copy p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.twoColumns .right .copy a {
  align-self: flex-start;
  min-width: 10.8vw;
  text-align: center;
  font-size: 1.05vw;
}
@media screen and (max-width: 767px) {
  .twoColumns .right .copy a {
    font-size: 16px;
    line-height: 17px;
    padding: 13px 20px;
    border-radius: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns .right .copy a {
    font-size: 20px;
    min-width: 208px;
  }
}
.twoColumns.alternative .left {
  order: 2;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .twoColumns.alternative .left {
    order: 1;
    justify-content: flex-start;
  }
}
.twoColumns.alternative .right {
  order: 1;
  padding-left: 7vw;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .twoColumns.alternative .right {
    width: 100%;
  }
}
.twoColumns.alternative .right .copy {
  width: 95%;
}
@media screen and (max-width: 767px) {
  .twoColumns.alternative .right {
    order: 2;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .twoColumns.alternative .right {
    padding-left: 135px;
  }
}

.intro {
  background: #F8F8F8;
}
.mspContent .intro {
  background: #F8F8F8;
}
.itDepartmentContent .intro {
  background: #F8F8F8;
}
.intro .inner {
  max-width: 74%;
  margin: 0 auto;
  padding: 6vw 0;
  display: flex;
  justify-content: space-between;
  /*		.itDepartmentContent & {*/
  /*display:flex;
  	justify-content: space-between;
  	align-items: center;
  	max-width: 72%;
  	.left {
  					width:58%;
  		h2 {
  			/*font-weight:400;
  			font-size: 2.75vw;
  			line-height:3.25vw;
  			text-align: left;
  			color:#1A6AFF;
  			padding-bottom:2vw;
  			@media screen and (min-width: 1920px) {
  				font-size:52px;
  				line-height:62px;
  				padding-bottom:38px;
  			}
  		}
  		p {
  			font-size:0.945vw;
  			line-height:1.57vw;
  			text-align: left;
  			color:#4E5961;
  			@media screen and (min-width: 1920px) {
  				font-size:18px;
  				line-height:28px;
  			}
  		}
  	}
  	.right {
  		width:38%;
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .intro .inner {
    flex-direction: column;
    margin-left: 35px;
  }
}
@media screen and (max-width: 640px) {
  .intro .inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 1920px) {
  .intro .inner {
    max-width: 1400px;
    padding: 115px 0 153px;
  }
}
.mspContent .intro .inner h2 {
  font-weight: 900;
  font-size: 3.15vw;
  line-height: 3.25vw;
  text-align: left;
  color: #1A6AFF;
  padding-bottom: 0;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .mspContent .intro .inner h2 {
    font-size: 42px;
    line-height: 56px;
    padding-bottom: 38px;
    width: 90%;
    overflow-wrap: unset;
  }
}
@media screen and (max-width: 413px) {
  .mspContent .intro .inner h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (min-width: 1920px) {
  .mspContent .intro .inner h2 {
    font-size: 60px;
    line-height: 62px;
  }
}
.mspContent .intro .inner p {
  font-size: 0.945vw;
  line-height: 1.57vw;
  text-align: left;
  color: #4E5961;
  width: 62.5%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .mspContent .intro .inner p {
    width: 95%;
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .mspContent .intro .inner p {
    font-size: 18px;
    line-height: 28px;
  }
}
.itDepartmentContent .intro .inner h2 {
  font-weight: 900;
  font-size: 3.15vw;
  line-height: 3.25vw;
  text-align: left;
  color: #1A6AFF;
  padding-bottom: 0;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .itDepartmentContent .intro .inner h2 {
    font-size: 42px;
    line-height: 56px;
    padding-bottom: 38px;
    width: 90%;
    overflow-wrap: unset;
  }
}
@media screen and (min-width: 1920px) {
  .itDepartmentContent .intro .inner h2 {
    font-size: 60px;
    line-height: 62px;
  }
}
.itDepartmentContent .intro .inner p {
  font-size: 0.945vw;
  line-height: 1.57vw;
  text-align: left;
  color: #4E5961;
  width: 62.5%;
  padding-right: 7%;
}
@media screen and (max-width: 767px) {
  .itDepartmentContent .intro .inner p {
    width: 93%;
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .itDepartmentContent .intro .inner p {
    font-size: 18px;
    line-height: 28px;
  }
}

@keyframes arrowMove {
  0% {
    transform: translateY(0);
  }
  /* Finish changes by here */
  10% {
    transform: translateY(40%);
  }
  20% {
    transform: translateY(0%);
  }
  /* Between 20% and 100%, nothing changes */
  100% {
    transform: translateY(0%);
  }
}
@keyframes leaves {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.85%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes leaves2 {
  0% {
    transform: translateY(0) rotate(52deg);
  }
  50% {
    transform: translateY(0.85%) rotate(52deg);
  }
  100% {
    transform: translateY(0%) rotate(52deg);
  }
}
@keyframes mountains {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.095);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes bgScale {
  0% {
    transform: scale(1.05) translateX(-50%);
  }
  50% {
    transform: scale(1.065) translateX(-50%);
  }
  100% {
    transform: scale(1.05) translateX(-50%);
  }
}
header {
  overflow: hidden;
  /*	max-height: 100vh;*/
  /*	overflow-y: auto;*/
}
header.active {
  max-height: 90vh;
}
header .generalHeader {
  background-attachment: fixed !important;
  overflow: hidden;
  max-height: 100vh;
  height: 100vh;
  /*		max-width:1920px;*/
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .generalHeader {
    background-attachment: unset !important;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  header .generalHeader {
    background-attachment: unset !important;
  }
}
header .generalHeader > img {
  visibility: hidden;
}
header .generalHeader > img.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  transform: scale(1);
  object-fit: fill;
}
header .generalHeader > img.overlay.bg {
  animation: bgScale 12s ease-out infinite;
  display: none;
  height: 100%;
  max-width: 500%;
  left: 50%;
  transform: scale(1.05) translateX(-50%);
  transform-origin: center;
}
header .generalHeader > img.overlay.topRight {
  z-index: 2;
  animation: leaves 6s ease-out infinite;
  object-fit: unset;
}
@media screen and (max-width: 767px) {
  header .generalHeader > img.overlay.topRight {
    width: 300%;
    max-width: 300%;
    left: unset;
    right: -40%;
    top: -45%;
    animation: leaves2 6s ease-out infinite;
  }
}
header .generalHeader > img.overlay.midRight2 {
  z-index: 1;
  animation: leaves 8s ease-out infinite;
  object-fit: unset;
}
@media screen and (max-width: 767px) {
  header .generalHeader > img.overlay.midRight2 {
    width: 200%;
    max-width: 170%;
    left: unset;
    right: 0;
    display: none;
  }
}
header .generalHeader > img.overlay.midRight1 {
  z-index: 2;
  animation: leaves 8s ease-out infinite;
  object-fit: unset;
}
@media screen and (max-width: 767px) {
  header .generalHeader > img.overlay.midRight1 {
    width: 200%;
    max-width: 170%;
    left: unset;
    right: 0;
    display: none;
  }
}
header .generalHeader > img.overlay.bottomRight {
  z-index: 2;
  animation: leaves 5s ease-out infinite;
  object-fit: unset;
}
@media screen and (max-width: 767px) {
  header .generalHeader > img.overlay.bottomRight {
    width: 200%;
    max-width: 170%;
    left: unset;
    right: 0;
    top: unset;
    bottom: 0;
    display: none;
  }
}
header .generalHeader > img.overlay.topLeft {
  z-index: 1;
  animation: leaves 4s ease-out infinite;
  object-fit: unset;
}
@media screen and (max-width: 767px) {
  header .generalHeader > img.overlay.topLeft {
    width: 300%;
    max-width: 300%;
    left: -40%;
    top: -10%;
  }
}
header .generalHeader > img.overlay.midLeft {
  z-index: 1;
  animation: leaves 8s ease-out infinite;
  object-fit: unset;
}
@media screen and (max-width: 767px) {
  header .generalHeader > img.overlay.midLeft {
    width: 200%;
    max-width: 170%;
    top: 10%;
  }
}
header .generalHeader > img.overlay.bottomLeft {
  z-index: 2;
  animation: leaves 6s ease-out infinite;
  object-fit: unset;
}
@media screen and (max-width: 767px) {
  header .generalHeader > img.overlay.bottomLeft {
    width: 300%;
    max-width: 300%;
    top: unset;
    bottom: 10%;
    left: -30%;
  }
}
header .generalHeader > img.overlay.mobBottomLeft {
  display: none;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  header .generalHeader > img.overlay.mobBottomLeft {
    top: unset;
    bottom: 0;
    display: block;
    width: 50%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  header .generalHeader > img.overlay.mobBottomLeft {
    width: 30%;
  }
}
@media screen and (max-width: 660px) {
  header .generalHeader > img.overlay.mobBottomLeft {
    width: 60%;
  }
}
header .generalHeader.ice {
  height: 100vh;
  /*.snow, .snow:before, .snow:after {
    position: absolute;
    top: -$w + px;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: $grad;
    background-size: $w + px $w + px;
    animation: snow $s linear infinite;
    content: "";
  }
  .snow:after {
    margin-left: -$w/3 + px;
    opacity: .4;
    animation-duration: $s*2;
    animation-direction: reverse;
    filter: blur(3px);
  }
  .snow:before {
    animation-duration: $s*3;
    animation-direction: reverse;
    margin-left: -$w/2 + px;
    opacity: .65;
    filter: blur(1.5px);
  }
  @keyframes snow {
    to {
      transform: translateY($w + px);
    }
  }*/
}
@media screen and (max-width: 1300px) {
  header .generalHeader.ice .choice {
    padding: 9vw 4vw 4vw;
  }
}
@media screen and (max-width: 1280px) and (max-height: 500px) {
  header .generalHeader.ice .choice {
    padding-top: 15vh;
  }
}
@media screen and (max-width: 850px) and (orientation: portrait) {
  header .generalHeader.ice {
    /* background-image: url('../img/mobile-junglescape.jpg')!important;*/
    background-attachment: unset !important;
  }
}
@media screen and (max-width: 1370px) and (orientation: landscape) {
  header .generalHeader.ice {
    /* background-image: url('../img/mobile-junglescape.jpg')!important;*/
    background-attachment: unset !important;
  }
}
header .generalHeader.mountains {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  header .generalHeader.mountains {
    background-position: -5% top !important;
    background-image: url("../img/mountains-mobile.jpg") !important;
  }
}
@media screen and (max-width: 850px) and (orientation: portrait) {
  header .generalHeader.mountains {
    /* background-image: url('../img/mobile-junglescape.jpg')!important;*/
    background-attachment: unset !important;
  }
}
@media screen and (max-width: 1370px) and (orientation: landscape) {
  header .generalHeader.mountains {
    /* background-image: url('../img/mobile-junglescape.jpg')!important;*/
    background-attachment: unset !important;
  }
}
header .generalHeader.mountains > img {
  visibility: hidden;
}
header .generalHeader.mountains > img.overlay {
  position: absolute;
  left: 0;
  top: unset;
  bottom: 0;
  visibility: visible;
  object-fit: fill;
}
header .generalHeader.mountains > img.overlay.bg {
  display: none;
  z-index: 1;
  animation: bgScale 13s ease-out infinite;
}
header .generalHeader.mountains > img.overlay.bottom {
  z-index: 5;
  animation: mountains 14s ease-out infinite;
  object-fit: unset;
}
header .generalHeader.mountains > img.overlay.bottom2 {
  z-index: 4;
  animation: mountains 13s ease-out infinite;
  object-fit: unset;
}
header .generalHeader.mountains > img.overlay.bottom3 {
  z-index: 3;
  animation: mountains 12s ease-out infinite;
  object-fit: unset;
}
header .generalHeader.mountains > img.overlay.bottom4 {
  z-index: 2;
  animation: mountains 13s ease-out infinite;
  object-fit: unset;
}
header .generalHeader.mountains .choice {
  z-index: 5;
}
@media screen and (max-width: 1300px) {
  header .generalHeader.mountains .choice {
    padding: 9vw 4vw 4vw;
  }
}
@media screen and (max-width: 1280px) and (max-height: 500px) {
  header .generalHeader.mountains .choice {
    padding-top: 15vh;
  }
}
@media screen and (max-width: 767px) {
  header .generalHeader.mountains .choice {
    height: 70%;
  }
}
@media screen and (min-width: 1920px) {
  header .generalHeader.mountains .choice {
    height: 70%;
  }
}
header .generalHeader.jungle {
  /*			background-size: 130%;*/
  /*			animation: bgScale 12s ease-out infinite;*/
}
@media screen and (max-width: 767px) {
  header .generalHeader.jungle {
    background-image: url("../img/mobile-junglescape.jpg") !important;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  header .generalHeader.jungle {
    background-image: url("../img/tablet-jungle.jpg") !important;
    background-attachment: unset !important;
  }
}
@media screen and (max-width: 1370px) and (orientation: landscape) {
  header .generalHeader.jungle {
    /*				background-image: url('../img/mobile-junglescape.jpg')!important;*/
    background-attachment: unset !important;
  }
}
@media screen and (max-width: 767px) {
  header .generalHeader.jungle .choice {
    top: 0%;
    z-index: 4;
  }
}
@media screen and (max-width: 420px) {
  header .generalHeader.jungle .choice {
    top: 0%;
  }
}
@media screen and (max-width: 420px) {
  header .generalHeader.jungle {
    height: 100vh;
    max-height: 100vh;
  }
}
header .generalHeader .scroll {
  position: absolute;
  transform: translateX(-50%) translateY(0%);
  bottom: 10%;
  left: 50%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  header .generalHeader .scroll {
    bottom: 30%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  header .generalHeader .scroll {
    bottom: 10%;
  }
}
@media screen and (min-width: 1920px) {
  header .generalHeader .scroll {
    bottom: 20%;
  }
}
header .generalHeader .scroll .scrollArrow {
  width: 1.3vw;
  margin: 0 auto;
  margin-bottom: 1vw;
  animation: arrowMove 8s infinite;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header .generalHeader .scroll .scrollArrow {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  header .generalHeader .scroll .scrollArrow {
    order: 1;
    width: 40px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  header .generalHeader .scroll .scrollArrow {
    width: 30px;
  }
}
@media screen and (min-width: 1920px) {
  header .generalHeader .scroll .scrollArrow {
    width: 40px;
    margin-bottom: 20px;
  }
}
header .generalHeader .scroll p {
  color: white;
  font-size: 1vw;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  header .generalHeader .scroll p {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  header .generalHeader .scroll p {
    order: 2;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  header .generalHeader .scroll p {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  header .generalHeader .scroll {
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 6vw;
    transform: translateX(0%) translateY(0%);
  }
}
header .generalHeader .choice {
  position: absolute;
  /*			background: rgba(26, 106, 255, 0.8);*/
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  text-align: center;
  width: 100%;
  max-width: 70.5vw;
  padding: 9vw 4vw 4vw;
  border-radius: 1.6vw;
}
@media screen and (max-width: 1300px) {
  header .generalHeader .choice {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  header .generalHeader .choice {
    padding: 3rem 6vw 6vw;
    left: 0;
    transform: translateX(0%) translateY(0%);
    text-align: left;
    max-width: 100%;
    height: 55%;
  }
}
@media screen and (min-width: 1920px) {
  header .generalHeader .choice {
    max-width: 1352px;
    padding: 135px 76px 76px;
    border-radius: 30px;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1280px) and (max-height: 500px) {
  header .generalHeader .choice {
    padding-top: 25vh;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  header .generalHeader .choice {
    padding: 3rem 6vw 6vw;
    height: 80%;
  }
}
header .generalHeader .choice .introLogo {
  max-width: 27vw;
  margin: 0 auto;
  margin-bottom: 12vw;
}
@media screen and (max-width: 767px) {
  header .generalHeader .choice .introLogo {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  header .generalHeader .choice .introLogo {
    max-width: 518px;
    margin-bottom: 230px;
  }
}
@media screen and (min-width: 1920px) and (max-height: 795px) {
  header .generalHeader .choice .introLogo {
    margin-bottom: 5vh;
  }
}
@media screen and (max-width: 1700px) and (max-height: 625px) {
  header .generalHeader .choice .introLogo {
    margin-bottom: 5vh;
  }
}
header .generalHeader .choice .introLogoMob {
  display: none;
  max-width: 27vw;
  margin: 0 auto;
  margin-bottom: 12vw;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  header .generalHeader .choice .introLogoMob {
    display: block;
    max-width: 50%;
    margin-bottom: 0vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  header .generalHeader .choice .introLogoMob {
    max-width: 25%;
  }
}
header .generalHeader .choice h1 {
  font-size: 4.65vw;
  line-height: 4.85vw;
  color: white;
  margin: 0 auto;
  padding-bottom: 4vw;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  header .generalHeader .choice h1 {
    margin-left: 0;
    font-size: 42px;
    line-height: 46px;
  }
}
@media screen and (min-width: 520px) {
  header .generalHeader .choice h1 .mobilebr {
    display: none;
  }
}
@media screen and (max-width: 520px) and (max-height: 420px) {
  header .generalHeader .choice h1 .mobilebr {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  header .generalHeader .choice h1 {
    font-size: 90px;
    line-height: 95px;
    padding-bottom: 76px;
  }
}
header .generalHeader .choice h2 {
  font-size: 1.459vw;
  line-height: 2.3vw;
  color: white;
  margin: 0 auto;
  padding-bottom: 2vw;
}
@media screen and (min-width: 1920px) {
  header .generalHeader .choice h2 {
    font-size: 28px;
    line-height: 44px;
    padding-bottom: 38px;
  }
}
header .generalHeader .choice p {
  font-size: 0.88545vw;
  font-size: 1.325vw;
  color: white;
  margin: 0 auto;
  padding-bottom: 3.75vw;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  header .generalHeader .choice p {
    font-size: 25px;
    padding-bottom: 71px;
  }
}
@media screen and (max-width: 767px) {
  header .generalHeader .choice .links p {
    font-size: 22px;
    padding-bottom: 2rem;
    font-weight: 300;
  }
}
header .generalHeader .choice .links .choices {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  header .generalHeader .choice .links .choices {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  header .generalHeader .choice .links .choices {
    flex-direction: row;
  }
}
header .generalHeader .choice .links .choices a {
  align-self: center;
}
@media screen and (max-width: 767px) {
  header .generalHeader .choice .links .choices a {
    font-size: 14px;
    min-width: 90px;
    border-radius: 16px;
    padding: 14px 20px 14px 30px;
  }
}
@media screen and (max-width: 767px) {
  header .generalHeader .choice .links .choices a.msp {
    min-width: 135px;
    align-self: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  header .generalHeader .choice .links .choices a.itDepartment {
    min-width: 200px;
    margin-left: 0;
    margin-top: 2rem;
    align-self: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  header .generalHeader .choice .links .choices a.itDepartment {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  header .generalHeader .choice .links .choices a svg {
    max-width: 17px;
    min-width: 17px;
    margin-left: 30px;
  }
}
header .mspHeader {
  position: relative;
  display: none;
}
header .mspHeader.active {
  display: block;
}
header .mspHeader > img {
  visibility: hidden;
}
header .mspHeader .pageInner {
  position: absolute;
  background: rgba(26, 106, 255, 0.8);
  top: 50%;
  left: 12.5%;
  transform: translateX(0%) translateY(-50%);
  text-align: center;
  width: 100%;
  max-width: 29vw;
  padding: 2vw;
  border-radius: 1.6vw;
}
header .mspHeader .pageInner h2 {
  text-align: left;
  color: white;
  font-weight: 400;
  font-size: 1.689vw;
  line-height: 2.2vw;
  padding-bottom: 1.8vw;
}
@media screen and (max-width: 640px) {
  header .mspHeader .pageInner h2 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 413px) {
  header .mspHeader .pageInner h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1920px) {
  header .mspHeader .pageInner h2 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 38px;
  }
}
header .mspHeader .pageInner h3 {
  text-align: left;
  color: white;
  font-size: 1.389vw;
  line-height: 1.8vw;
}
@media screen and (max-width: 640px) {
  header .mspHeader .pageInner h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1920px) {
  header .mspHeader .pageInner h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 640px) {
  header .mspHeader .pageInner {
    max-width: 90%;
    left: 5%;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1920px) {
  header .mspHeader .pageInner {
    max-width: 520px;
    padding: 48px 38px;
    left: calc((100vw - 1420px) / 2);
    border-radius: 30px;
  }
}
@media screen and (max-width: 640px) {
  header .mspHeader {
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 20% center !important;
    min-height: 350px;
  }
}
header .itHeader {
  display: none;
  position: relative;
}
header .itHeader.active {
  display: block;
}
header .itHeader > img {
  visibility: hidden;
}
header .itHeader .pageInner {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 50%;
  left: 12.5%;
  transform: translateX(0%) translateY(-50%);
  text-align: center;
  width: 100%;
  max-width: 29vw;
  padding: 2vw;
  border-radius: 1.6vw;
}
header .itHeader .pageInner h2 {
  text-align: left;
  color: #000000;
  font-weight: 400;
  font-size: 1.689vw;
  line-height: 2.2vw;
  padding-bottom: 1.8vw;
}
@media screen and (max-width: 640px) {
  header .itHeader .pageInner h2 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 413px) {
  header .itHeader .pageInner h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1920px) {
  header .itHeader .pageInner h2 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 35px;
  }
}
header .itHeader .pageInner h3 {
  text-align: left;
  color: #000000;
  font-size: 1.389vw;
  line-height: 1.8vw;
}
@media screen and (max-width: 640px) {
  header .itHeader .pageInner h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1920px) {
  header .itHeader .pageInner h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 640px) {
  header .itHeader .pageInner {
    max-width: 90%;
    left: 5%;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1920px) {
  header .itHeader .pageInner {
    max-width: 556px;
    left: calc((100vw - 1420px) / 2);
    padding: 38px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 640px) {
  header .itHeader {
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 20% center !important;
    min-height: 350px;
  }
}

.masthead {
  display: block;
  background: rgb(255, 255, 255);
  overflow: hidden;
  margin-top: -150px;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
}
.masthead.active {
  display: block;
  position: fixed;
  top: 0;
  z-index: 10;
  height: auto;
  margin-top: 0px;
  opacity: 1;
  transition: all 0.3s ease;
  width: 100%;
}
.masthead .container {
  align-items: center;
}
.masthead .container .logo {
  max-width: 16vw;
}
.masthead .container .logo a {
  width: 100%;
  display: block;
  cursor: pointer;
}
.masthead .container .logo a img {
  min-height: 21px;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .masthead .container .logo a img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .masthead .container .logo a img.mastheadLogoMob {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .masthead .container .logo a img.mastheadLogoMob {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .masthead .container .logo {
    max-width: 125px;
  }
}
@media screen and (min-width: 1920px) {
  .masthead .container .logo {
    max-width: 295px;
  }
}
@media screen and (max-width: 767px) {
  .masthead .container .demo a {
    font-size: 12px;
    border-radius: 14px;
    padding: 8px 20px;
  }
}

.button {
  background: #1a6aff;
  color: #fff;
  border-radius: 0.729165vw;
  padding: 0.573vw 1.5625vw 0.573vw 1.5625vw;
  font-size: 18px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}
.button.mspHeader {
  min-width: 10.5vw;
  min-height: auto;
  padding: 0.973vw 1.5625vw 0.973vw 1.5625vw;
}
@media screen and (min-width: 1920px) {
  .button.mspHeader {
    min-width: 201px;
    padding: 18px 30px;
    font-size: 22px !important;
  }
}
.button.itHeader {
  min-width: 16vw;
  padding: 0.973vw 1.5625vw 0.973vw 1.5625vw;
  margin-left: 4.5vw;
  min-height: auto;
}
@media screen and (min-width: 1920px) {
  .button.itHeader {
    min-width: 307px;
    margin-left: 86px;
    padding: 18px 30px;
    font-size: 22px !important;
  }
}
.button.mspHeader, .button.itHeader {
  background: white;
  color: #222f39;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15345vw;
}
.button.mspHeader svg, .button.itHeader svg {
  max-width: 1vw;
  margin-left: 0.6vw;
  min-height: 13px;
  display: block;
}
.button.mspHeader svg .cls-arrow-1, .button.itHeader svg .cls-arrow-1 {
  transition: all 0.3s ease;
}
.button.mspHeader svg .cls-arrow-2, .button.itHeader svg .cls-arrow-2 {
  transition: all 0.3s ease;
}
@media screen and (min-width: 1920px) {
  .button.mspHeader svg, .button.itHeader svg {
    max-width: 18px;
    width: 18px;
    margin-left: 67px;
  }
}
.button.mspHeader:hover, .button.itHeader:hover {
  background: white;
  color: #1a6aff;
  transition: all 0.3s ease;
}
.button.mspHeader:hover svg .cls-arrow-1, .button.itHeader:hover svg .cls-arrow-1 {
  transition: all 0.3s ease;
  fill: #1a6aff;
}
.button.mspHeader:hover svg .cls-arrow-2, .button.itHeader:hover svg .cls-arrow-2 {
  transition: all 0.3s ease;
  fill: #1a6aff;
}
.button.footerButton {
  background: white;
  color: #222f39;
}
.button.footerButton:hover {
  background: #1f2b34;
  color: white;
  transition: all 0.3s ease;
}
.button:hover {
  transition: all 0.3s ease;
  background: #222f39;
}
.button:active, .button:focus {
  outline: none;
  border: 0;
}
@media screen and (min-width: 1920px) {
  .button {
    border-radius: 14px;
    padding: 11px 30px;
    font-size: 16px;
  }
}

.link {
  color: #222f39;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.83345vw;
  text-decoration: none;
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.link svg {
  max-width: 1.8vw;
  margin-left: 0.7vw;
  min-height: 33px;
  display: block;
}
.link svg .cls-circle-1 {
  transition: all 0.3s ease;
}
@media screen and (min-width: 1920px) {
  .link svg {
    max-width: 32px;
    margin-left: 15px;
  }
}
.link:hover {
  color: #1a6aff;
}
.link:hover svg .cls-circle-1 {
  fill: #1a6aff;
}
.link:active, .link:focus {
  outline: none;
  border: 0;
}
@media screen and (min-width: 1920px) {
  .link {
    font-size: 0.83345vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  /*header {
    @media screen and (min-width: 768px) {
    }
    @media screen and (min-width: 1920px) {
    }
  }*/
}
body .container {
  max-width: 75vw;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body .container {
    max-width: 90vw;
  }
}
@media screen and (min-width: 1920px) {
  body .container {
    max-width: 1440px;
  }
}
body .masthead {
  padding: 1.5vw 0;
}
@media screen and (max-width: 767px) {
  body .masthead {
    padding: 18px 0;
  }
}
@media screen and (min-width: 1920px) {
  body .masthead {
    padding: 28px 0;
  }
}
body .content {
  /*@media screen and (min-width: 768px) {
  }
  @media screen and (min-width: 1920px) {
  }*/
}
body .content .mspContent {
  display: none;
}
body .content .mspContent.active {
  display: block;
}
body .content .itDepartmentContent {
  display: none;
}
body .content .itDepartmentContent.active {
  display: block;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}