<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: NeueFrutigerLT;
  src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Lt.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Lt.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: NeueFrutigerLT;
  src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: NeueFrutigerLT;
  src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Bd.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: NeueFrutigerLT;
  src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Blk.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Blk.woff") format("woff2");
  font-weight: 900;
  font-style: normal;
}
body {
  margin: 0;
}
.phWrapper {
  max-width: 1200px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  color: white;
  margin-left: auto;
  margin-right: auto;
}
.phWrapper sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
}
.phWrapper * {
  font-family: 'NeueFrutigerLT';
}
.phWrapper img {
  max-width: 100%;
  height: auto;
}
.phWrapper .phHeaderDesktop {
  display: block;
}
.phWrapper .phHeaderMobile {
  display: none;
}
.phWrapper .phSection1Wrapper {
  color: black;
  margin-bottom: 35px;
}
.phWrapper .phSection1Wrapper .phSection1Title {
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  font-weight: bold;
}
.phWrapper .phSection1Wrapper .phSection1SubTitle {
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 28px;
  line-height: 55px;
  text-align: center;
}
.phWrapper .phSection1Wrapper .phSection1Wrapper {
  display: flex;
  justify-content: space-around;
}
.phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsLeft,
.phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsRight {
  width: 25%;
}
.phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsLeft .phSection1Icon,
.phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsRight .phSection1Icon {
  text-align: center;
  margin-bottom: 40px;
}
.phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsLeft .phSection1Icon p,
.phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsRight .phSection1Icon p {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsMiddle {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.phWrapper .phSection2Background {
  background-color: #024fab;
  padding-bottom: 50px;
}
.phWrapper .phSection2Background .phSection2Title {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 60px;
  font-size: 35px;
  font-weight: bold;
}
.phWrapper .phSection2Background .phSection2Wrapper {
  display: flex;
  justify-content: space-around;
}
.phWrapper .phSection2Background .phSection2Wrapper .phSection2Item {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.phWrapper .phSection2Background .phSection2Wrapper .phSection2Item img {
  max-width: 100%;
}
.phWrapper .phSection2Background .phSection2Wrapper .phSection2Item p {
  font-size: 20px;
  line-height: 30px;
}
.phWrapper .phSection2Background .phSection2Wrapper .phSection2Item:nth-child(1) {
  width: 38%;
}
.phWrapper .phSection2Background .phSection2Wrapper .phSection2Item:nth-child(2),
.phWrapper .phSection2Background .phSection2Wrapper .phSection2Item:nth-child(3),
.phWrapper .phSection2Background .phSection2Wrapper .phSection2Item:nth-child(4) {
  width: 18%;
}
.phWrapper .phCechaWrapperOuter .phCechaWrapper {
  display: flex;
}
.phWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaImage {
  flex: 1;
}
.phWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaImage img {
  display: block;
}
.phWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText {
  flex: 1;
  color: #5e5e5e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.phWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText h4 {
  padding: 20px 80px 20px 75px;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 0;
  margin-top: 0;
}
.phWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText p {
  padding: 0px 80px;
  font-size: 27px;
  line-height: 37px;
  margin-top: 0;
  margin-bottom: 0;
}
.phWrapper .phCechaWrapperOuter .phCechaWrapper:nth-child(even) .phCechaImage {
  order: 2;
}
.phWrapper .phCechaWrapperOuter .phCechaWrapper:nth-child(even) .phCechaText {
  order: 1;
}
.phWrapper .phFooter {
  background-color: #024fab;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 180px;
}
@media only screen and (max-width: 468px) {
  .phWrapper .phHeaderDesktop {
    display: none;
  }
  .phWrapper .phHeaderMobile {
    display: block;
  }
  .phWrapper .phSection1Wrapper {
    margin-bottom: 35px;
  }
  .phWrapper .phSection1Wrapper .phSection1Title {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 35px;
    line-height: 45px;
  }
  .phWrapper .phSection1Wrapper .phSection1SubTitle {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 28px;
    line-height: 35px;
  }
  .phWrapper .phSection1Wrapper .phSection1Wrapper {
    display: block;
  }
  .phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsLeft,
  .phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsRight {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsLeft .phSection1Icon,
  .phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsRight .phSection1Icon {
    text-align: center;
    margin-bottom: 40px;
  }
  .phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsLeft .phSection1Icon p,
  .phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsRight .phSection1Icon p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
  .phWrapper .phSection1Wrapper .phSection1Wrapper .phSection1IconsMiddle {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
    margin-bottom: 30px;
  }
  .phWrapper .phSection2Background {
    padding-bottom: 50px;
  }
  .phWrapper .phSection2Background .phSection2Title {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 10%;
    padding-right: 10%;
  }
  .phWrapper .phSection2Background .phSection2Wrapper {
    display: block;
  }
  .phWrapper .phSection2Background .phSection2Wrapper .phSection2Item {
    display: flex;
    text-align: center;
  }
  .phWrapper .phSection2Background .phSection2Wrapper .phSection2Item img {
    max-width: 100%;
  }
  .phWrapper .phSection2Background .phSection2Wrapper .phSection2Item p {
    font-size: 20px;
    line-height: 30px;
  }
  .phWrapper .phSection2Background .phSection2Wrapper .phSection2Item:nth-child(1) {
    width: 100%;
  }
  .phWrapper .phSection2Background .phSection2Wrapper .phSection2Item:nth-child(2),
  .phWrapper .phSection2Background .phSection2Wrapper .phSection2Item:nth-child(3),
  .phWrapper .phSection2Background .phSection2Wrapper .phSection2Item:nth-child(4) {
    width: 100%;
  }
  .phWrapper .phCechaWrapperOuter .phCechaWrapper {
    display: block;
  }
  .phWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaImage img {
    display: block;
  }
  .phWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText {
    color: #5e5e5e;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
  .phWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText h4 {
    padding: 20px 20px 20px 30px;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .phWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText p {
    padding: 0px 20px 20px 30px;
    font-size: 22px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
</pre></body></html>