@font-face { 
	font-family: "Rubik"; 
	src: url('https://fonts.pwrk.dev/ofl/rubik/Rubik[wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face {
	font-family: "Rubik"; 
	src: url('https://fonts.pwrk.dev/ofl/rubik/Rubik-Italic[wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Rubik', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust: exact;
}

h1 {
  font-size: 1.250rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 0.7rem;
  text-align: center;
}

h2 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

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

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0rem;
  list-style-image: none;
  list-style: none;
}

li {
  padding: 0 0 0 1.5rem;
  position:relative;
}

li::before {
  content: "•";
  font-size: 1rem;
  position: absolute;
  left:0;
  top: -0.3rem;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 800px;
  margin: 1.3rem auto;
  background: #0B8895;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.813rem;
}

.header {
  padding: 0;
  background: #0B1E1D;
  position: relative;
}

.logo {
  position: absolute;
  right: 0;
  top: 0;
}

.content {
  padding: 0rem 0rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.left {
  background: #0B8895;
  width: 42%;
  padding: 1rem 0.8rem;
}
.jus {
  text-align: justify;
  hyphens: auto;
}
.right {
  background: #D7224B;
  width: 58%;
  padding: 1rem 0.8rem;
}

.footer {
  padding: 1rem 0.8rem;
  background: #0B8895;
  width: 42%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.refnr {}

.apply {}
