/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
*,
:after,
:before {
  box-sizing: inherit;
}
html {
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
body {
  color: #4b4756;
  font-family:
    Open Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.6;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}
@media (max-width: 1200px) {
  body {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.75rem;
  }
}
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
blockquote {
  border-left: 3px solid #e7eaee;
  margin-left: 0;
  margin-right: 0;
  padding: 0.625rem 0.9375rem;
}
blockquote :last-child {
  margin-bottom: 0;
}

/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #0e3d47;
  border: 1px solid #0e3d47;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Open Sans;
  font-size: 0.875rem;
  font-weight: 600;
  height: 44px;
  letter-spacing: 1px;
  line-height: 44px;
  padding: 0 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #0b3139;
  border-color: #0b3139;
  color: #fff;
  outline: 0;
}
.button[disabled],
button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
  background-color: #ccd0d3;
  border-color: #ccd0d3;
  cursor: default;
  opacity: 1;
}
.button.button-outline,
button.button-outline,
input[type="button"].button-outline,
input[type="reset"].button-outline,
input[type="submit"].button-outline {
  background-color: transparent;
  color: #0e3d47;
}
.button.button-outline:hover,
button.button-outline:hover,
input[type="button"].button-outline:hover,
input[type="reset"].button-outline:hover,
input[type="submit"].button-outline:hover {
  background-color: #0b3139;
  border-color: #fff;
  color: #fff;
}
.button.button-outline[disabled]:hover,
button.button-outline[disabled]:hover,
input[type="button"].button-outline[disabled]:hover,
input[type="reset"].button-outline[disabled]:hover,
input[type="submit"].button-outline[disabled]:hover {
  border-color: inherit;
  color: #0e3d47;
}
.button.button-clear,
button.button-clear,
input[type="button"].button-clear,
input[type="reset"].button-clear,
input[type="submit"].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #0e3d47;
}
.button.button-clear:hover,
button.button-clear:hover,
input[type="button"].button-clear:hover,
input[type="reset"].button-clear:hover,
input[type="submit"].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #0b3139;
}
.button.button-clear[disabled]:hover,
button.button-clear[disabled]:hover,
input[type="button"].button-clear[disabled]:hover,
input[type="reset"].button-clear[disabled]:hover,
input[type="submit"].button-clear[disabled]:hover {
  color: #0e3d47;
}
.button.button-lg,
button.button-lg,
input[type="button"].button-lg,
input[type="reset"].button-lg,
input[type="submit"].button-lg {
  height: 60px;
  line-height: 60px;
}
.button.button-sm,
button.button-sm,
input[type="button"].button-sm,
input[type="reset"].button-sm,
input[type="submit"].button-sm {
  height: 34px;
  line-height: 34px;
}
.button.button-arrow,
button.button-arrow,
input[type="button"].button-arrow,
input[type="reset"].button-arrow,
input[type="submit"].button-arrow {
  background: none;
  border: 0;
  color: #0a3150;
  font-family: Albra;
  font-size: 1.125rem;
  font-weight: 300;
  padding-left: 0;
  padding-right: 71px;
  position: relative;
}
.button.button-arrow:after,
button.button-arrow:after,
input[type="button"].button-arrow:after,
input[type="reset"].button-arrow:after,
input[type="submit"].button-arrow:after {
  background: url(/images/material/arrow.png) no-repeat 0 0;
  content: "";
  height: 27px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  width: 52px;
}
.button.button-arrow.arrow-white,
button.button-arrow.arrow-white,
input[type="button"].button-arrow.arrow-white,
input[type="reset"].button-arrow.arrow-white,
input[type="submit"].button-arrow.arrow-white {
  color: #fff;
}
.button.button-arrow.arrow-white:after,
button.button-arrow.arrow-white:after,
input[type="button"].button-arrow.arrow-white:after,
input[type="reset"].button-arrow.arrow-white:after,
input[type="submit"].button-arrow.arrow-white:after {
  background: url(/images/material/arrow-white.png) no-repeat 0 0;
}
.button.button-arrow:hover:after,
button.button-arrow:hover:after,
input[type="button"].button-arrow:hover:after,
input[type="reset"].button-arrow:hover:after,
input[type="submit"].button-arrow:hover:after {
  right: -5px;
}
.button.capitalize,
button.capitalize,
input[type="button"].capitalize,
input[type="reset"].capitalize,
input[type="submit"].capitalize {
  text-transform: capitalize;
}
.wrap-button {
  display: flex;
}
.wrap-button.center-pos {
  justify-content: center;
}
.wrap-button.right-pos {
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .button.button-arrow,
  button.button-arrow,
  input[type="button"].button-arrow,
  input[type="reset"].button-arrow,
  input[type="submit"].button-arrow {
    font-size: 0.875rem;
    padding-right: 51px;
  }
  .button.button-arrow:after,
  button.button-arrow:after,
  input[type="button"].button-arrow:after,
  input[type="reset"].button-arrow:after,
  input[type="submit"].button-arrow:after {
    background-size: 32px 15px !important;
    height: 15px;
    width: 32px;
  }
}
@media (max-width: 767px) {
  .button.button-arrow,
  button.button-arrow,
  input[type="button"].button-arrow,
  input[type="reset"].button-arrow,
  input[type="submit"].button-arrow {
    padding-right: 40px;
  }
  .button.button-arrow:after,
  button.button-arrow:after,
  input[type="button"].button-arrow:after,
  input[type="reset"].button-arrow:after,
  input[type="submit"].button-arrow:after {
    background: url(/images/material/arrow-small.png) no-repeat 0 0;
    background-size: 24px 12px !important;
    height: 12px;
    width: 24px;
  }
  .button.button-arrow.arrow-white:after,
  button.button-arrow.arrow-white:after,
  input[type="button"].button-arrow.arrow-white:after,
  input[type="reset"].button-arrow.arrow-white:after,
  input[type="submit"].button-arrow.arrow-white:after {
    background: url(/images/material/arrow-white-small.png) no-repeat 0 0;
  }
}
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
code {
  border-radius: 4px;
  font-size: 86%;
  margin: 0 2px;
  padding: 2px 5px;
  white-space: nowrap;
}
code,
pre {
  background: #3b5a73;
}
pre {
  border-left: 3px solid #0e3d47;
  overflow-y: hidden;
}
pre > code {
  border-radius: 0;
  display: block;
  padding: 10px 15px;
  white-space: pre;
}

/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
hr {
  border: 0;
  border-top: 1px solid #ccd0d3;
  margin: 30px 0 40px;
}

/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(10, 49, 80, 0.6);
  border-radius: 0;
  box-shadow: none;
  box-sizing: inherit;
  color: #0a3150;
  font-family: Albra;
  font-size: 1.563rem;
  height: 43px;
  line-height: 43px;
  opacity: 0.6;
  padding: 0 0 8px;
  transition: all 0.25s ease-out;
  width: 100%;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #0e3d47;
  border-width: 2px;
  opacity: 1;
  outline: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select {
  background: #ddd url(/images/material/polygon.svg) no-repeat;
  background-position: right 16px center;
  background-size: 17px 15px;
  border-bottom: 0;
  font-family: Open Sans;
  font-size: 1rem;
  height: 54px;
  line-height: 54px;
  opacity: 1;
  padding-left: 16px;
  padding-right: 40px;
}
textarea {
  line-height: 1.5;
  min-height: 128px;
  resize: none;
}
label,
legend {
  display: block;
  font-size: 0.813rem;
  font-weight: 400;
  margin-bottom: 5px;
}
fieldset {
  border-width: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
.label-inline {
  display: inline-block;
  font-weight: 400;
  margin-left: 5px;
}
form .row .column {
  margin-bottom: 32px;
}
form .wrap-input {
  padding: 0;
}
form .input_file {
  background: #fff;
  height: 50px !important;
  padding: 0;
  width: 100% !important;
}
form .input_file input {
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0 130px 0 0;
  width: 100%;
  z-index: 2;
}
form .input_file:before {
  background: url(/images/material/polygon.svg) no-repeat 0 0;
  background-size: 17px auto;
  content: "";
  height: 15px;
  position: absolute;
  right: 6px;
  top: 6px;
  transition: all 0.2s ease-out;
  width: 17px;
}
form .input_file span {
  border-bottom: 1px solid rgba(10, 49, 80, 0.6);
  color: #0a3150;
  display: block;
  font-family: Albra;
  font-size: 1.563rem;
  font-weight: 400;
  height: 100%;
  line-height: 43px;
  opacity: 0.6;
  overflow: hidden;
  padding: 0 130px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
form .input_file.success span {
  font-weight: 400;
  padding-left: 0;
}
@media (max-width: 1599px) {
  form .input_file span,
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select,
  textarea {
    font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  form .input_file span,
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select,
  textarea {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  label,
  legend {
    font-size: 0.625rem;
  }
  select {
    background-size: 16px 15px;
    height: 50px;
    line-height: 50px;
  }
  textarea {
    min-height: 85px;
  }
  form .input_file:before {
    top: 17px;
  }
}
.container {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.wrapper {
  margin: 0 135px;
  max-width: none;
  padding: 0;
  position: relative;
  width: auto;
}
.wrapper.small {
  margin: 0 auto;
  width: 1098px;
}
.row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.row,
.row.row-no-padding,
.row.row-no-padding > .column {
  padding: 0;
}
.row.row-wrap {
  flex-wrap: wrap;
}
.row.row-top {
  align-items: flex-start;
}
.row.row-bottom {
  align-items: flex-end;
}
.row.row-center {
  align-items: center;
}
.row.row-stretch {
  align-items: stretch;
}
.row.row-baseline {
  align-items: baseline;
}
.row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.row .column.column-offset-1 {
  margin-left: 1%;
}
.row .column.column-offset-2 {
  margin-left: 2%;
}
.row .column.column-offset-3 {
  margin-left: 3%;
}
.row .column.column-offset-4 {
  margin-left: 4%;
}
.row .column.column-offset-5 {
  margin-left: 5%;
}
.row .column.column-offset-6 {
  margin-left: 6%;
}
.row .column.column-offset-7 {
  margin-left: 7%;
}
.row .column.column-offset-8 {
  margin-left: 8%;
}
.row .column.column-offset-9 {
  margin-left: 9%;
}
.row .column.column-offset-10 {
  margin-left: 10%;
}
.row .column.column-offset-11 {
  margin-left: 11%;
}
.row .column.column-offset-12 {
  margin-left: 12%;
}
.row .column.column-offset-13 {
  margin-left: 13%;
}
.row .column.column-offset-14 {
  margin-left: 14%;
}
.row .column.column-offset-15 {
  margin-left: 15%;
}
.row .column.column-offset-16 {
  margin-left: 16%;
}
.row .column.column-offset-17 {
  margin-left: 17%;
}
.row .column.column-offset-18 {
  margin-left: 18%;
}
.row .column.column-offset-19 {
  margin-left: 19%;
}
.row .column.column-offset-20 {
  margin-left: 20%;
}
.row .column.column-offset-21 {
  margin-left: 21%;
}
.row .column.column-offset-22 {
  margin-left: 22%;
}
.row .column.column-offset-23 {
  margin-left: 23%;
}
.row .column.column-offset-24 {
  margin-left: 24%;
}
.row .column.column-offset-25 {
  margin-left: 25%;
}
.row .column.column-offset-26 {
  margin-left: 26%;
}
.row .column.column-offset-27 {
  margin-left: 27%;
}
.row .column.column-offset-28 {
  margin-left: 28%;
}
.row .column.column-offset-29 {
  margin-left: 29%;
}
.row .column.column-offset-30 {
  margin-left: 30%;
}
.row .column.column-offset-31 {
  margin-left: 31%;
}
.row .column.column-offset-32 {
  margin-left: 32%;
}
.row .column.column-offset-33 {
  margin-left: 33%;
}
.row .column.column-offset-34 {
  margin-left: 34%;
}
.row .column.column-offset-35 {
  margin-left: 35%;
}
.row .column.column-offset-36 {
  margin-left: 36%;
}
.row .column.column-offset-37 {
  margin-left: 37%;
}
.row .column.column-offset-38 {
  margin-left: 38%;
}
.row .column.column-offset-39 {
  margin-left: 39%;
}
.row .column.column-offset-40 {
  margin-left: 40%;
}
.row .column.column-offset-41 {
  margin-left: 41%;
}
.row .column.column-offset-42 {
  margin-left: 42%;
}
.row .column.column-offset-43 {
  margin-left: 43%;
}
.row .column.column-offset-44 {
  margin-left: 44%;
}
.row .column.column-offset-45 {
  margin-left: 45%;
}
.row .column.column-offset-46 {
  margin-left: 46%;
}
.row .column.column-offset-47 {
  margin-left: 47%;
}
.row .column.column-offset-48 {
  margin-left: 48%;
}
.row .column.column-offset-49 {
  margin-left: 49%;
}
.row .column.column-offset-50 {
  margin-left: 50%;
}
.row .column.column-offset-51 {
  margin-left: 51%;
}
.row .column.column-offset-52 {
  margin-left: 52%;
}
.row .column.column-offset-53 {
  margin-left: 53%;
}
.row .column.column-offset-54 {
  margin-left: 54%;
}
.row .column.column-offset-55 {
  margin-left: 55%;
}
.row .column.column-offset-56 {
  margin-left: 56%;
}
.row .column.column-offset-57 {
  margin-left: 57%;
}
.row .column.column-offset-58 {
  margin-left: 58%;
}
.row .column.column-offset-59 {
  margin-left: 59%;
}
.row .column.column-offset-60 {
  margin-left: 60%;
}
.row .column.column-offset-61 {
  margin-left: 61%;
}
.row .column.column-offset-62 {
  margin-left: 62%;
}
.row .column.column-offset-63 {
  margin-left: 63%;
}
.row .column.column-offset-64 {
  margin-left: 64%;
}
.row .column.column-offset-65 {
  margin-left: 65%;
}
.row .column.column-offset-66 {
  margin-left: 66%;
}
.row .column.column-offset-67 {
  margin-left: 67%;
}
.row .column.column-offset-68 {
  margin-left: 68%;
}
.row .column.column-offset-69 {
  margin-left: 69%;
}
.row .column.column-offset-70 {
  margin-left: 70%;
}
.row .column.column-offset-71 {
  margin-left: 71%;
}
.row .column.column-offset-72 {
  margin-left: 72%;
}
.row .column.column-offset-73 {
  margin-left: 73%;
}
.row .column.column-offset-74 {
  margin-left: 74%;
}
.row .column.column-offset-75 {
  margin-left: 75%;
}
.row .column.column-offset-76 {
  margin-left: 76%;
}
.row .column.column-offset-77 {
  margin-left: 77%;
}
.row .column.column-offset-78 {
  margin-left: 78%;
}
.row .column.column-offset-79 {
  margin-left: 79%;
}
.row .column.column-offset-80 {
  margin-left: 80%;
}
.row .column.column-offset-81 {
  margin-left: 81%;
}
.row .column.column-offset-82 {
  margin-left: 82%;
}
.row .column.column-offset-83 {
  margin-left: 83%;
}
.row .column.column-offset-84 {
  margin-left: 84%;
}
.row .column.column-offset-85 {
  margin-left: 85%;
}
.row .column.column-offset-86 {
  margin-left: 86%;
}
.row .column.column-offset-87 {
  margin-left: 87%;
}
.row .column.column-offset-88 {
  margin-left: 88%;
}
.row .column.column-offset-89 {
  margin-left: 89%;
}
.row .column.column-offset-90 {
  margin-left: 90%;
}
.row .column.column-offset-91 {
  margin-left: 91%;
}
.row .column.column-offset-92 {
  margin-left: 92%;
}
.row .column.column-offset-93 {
  margin-left: 93%;
}
.row .column.column-offset-94 {
  margin-left: 94%;
}
.row .column.column-offset-95 {
  margin-left: 95%;
}
.row .column.column-offset-96 {
  margin-left: 96%;
}
.row .column.column-offset-97 {
  margin-left: 97%;
}
.row .column.column-offset-98 {
  margin-left: 98%;
}
.row .column.column-offset-99 {
  margin-left: 99%;
}
.row .column.column-offset-100 {
  margin-left: 100%;
}
.row .column.column-offset-33,
.row .column.column-offset-34 {
  margin-left: 33.3333%;
}
.row .column.column-offset-66,
.row .column.column-offset-67 {
  margin-left: 66.6666%;
}
.row .column.column-1 {
  flex: 0 0 1%;
  max-width: 1%;
}
.row .column.column-2 {
  flex: 0 0 2%;
  max-width: 2%;
}
.row .column.column-3 {
  flex: 0 0 3%;
  max-width: 3%;
}
.row .column.column-4 {
  flex: 0 0 4%;
  max-width: 4%;
}
.row .column.column-5 {
  flex: 0 0 5%;
  max-width: 5%;
}
.row .column.column-6 {
  flex: 0 0 6%;
  max-width: 6%;
}
.row .column.column-7 {
  flex: 0 0 7%;
  max-width: 7%;
}
.row .column.column-8 {
  flex: 0 0 8%;
  max-width: 8%;
}
.row .column.column-9 {
  flex: 0 0 9%;
  max-width: 9%;
}
.row .column.column-10 {
  flex: 0 0 10%;
  max-width: 10%;
}
.row .column.column-11 {
  flex: 0 0 11%;
  max-width: 11%;
}
.row .column.column-12 {
  flex: 0 0 12%;
  max-width: 12%;
}
.row .column.column-13 {
  flex: 0 0 13%;
  max-width: 13%;
}
.row .column.column-14 {
  flex: 0 0 14%;
  max-width: 14%;
}
.row .column.column-15 {
  flex: 0 0 15%;
  max-width: 15%;
}
.row .column.column-16 {
  flex: 0 0 16%;
  max-width: 16%;
}
.row .column.column-17 {
  flex: 0 0 17%;
  max-width: 17%;
}
.row .column.column-18 {
  flex: 0 0 18%;
  max-width: 18%;
}
.row .column.column-19 {
  flex: 0 0 19%;
  max-width: 19%;
}
.row .column.column-20 {
  flex: 0 0 20%;
  max-width: 20%;
}
.row .column.column-21 {
  flex: 0 0 21%;
  max-width: 21%;
}
.row .column.column-22 {
  flex: 0 0 22%;
  max-width: 22%;
}
.row .column.column-23 {
  flex: 0 0 23%;
  max-width: 23%;
}
.row .column.column-24 {
  flex: 0 0 24%;
  max-width: 24%;
}
.row .column.column-25 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row .column.column-26 {
  flex: 0 0 26%;
  max-width: 26%;
}
.row .column.column-27 {
  flex: 0 0 27%;
  max-width: 27%;
}
.row .column.column-28 {
  flex: 0 0 28%;
  max-width: 28%;
}
.row .column.column-29 {
  flex: 0 0 29%;
  max-width: 29%;
}
.row .column.column-30 {
  flex: 0 0 30%;
  max-width: 30%;
}
.row .column.column-31 {
  flex: 0 0 31%;
  max-width: 31%;
}
.row .column.column-32 {
  flex: 0 0 32%;
  max-width: 32%;
}
.row .column.column-35 {
  flex: 0 0 35%;
  max-width: 35%;
}
.row .column.column-36 {
  flex: 0 0 36%;
  max-width: 36%;
}
.row .column.column-37 {
  flex: 0 0 37%;
  max-width: 37%;
}
.row .column.column-38 {
  flex: 0 0 38%;
  max-width: 38%;
}
.row .column.column-39 {
  flex: 0 0 39%;
  max-width: 39%;
}
.row .column.column-40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.row .column.column-41 {
  flex: 0 0 41%;
  max-width: 41%;
}
.row .column.column-42 {
  flex: 0 0 42%;
  max-width: 42%;
}
.row .column.column-43 {
  flex: 0 0 43%;
  max-width: 43%;
}
.row .column.column-44 {
  flex: 0 0 44%;
  max-width: 44%;
}
.row .column.column-45 {
  flex: 0 0 45%;
  max-width: 45%;
}
.row .column.column-46 {
  flex: 0 0 46%;
  max-width: 46%;
}
.row .column.column-47 {
  flex: 0 0 47%;
  max-width: 47%;
}
.row .column.column-48 {
  flex: 0 0 48%;
  max-width: 48%;
}
.row .column.column-49 {
  flex: 0 0 49%;
  max-width: 49%;
}
.row .column.column-50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row .column.column-51 {
  flex: 0 0 51%;
  max-width: 51%;
}
.row .column.column-52 {
  flex: 0 0 52%;
  max-width: 52%;
}
.row .column.column-53 {
  flex: 0 0 53%;
  max-width: 53%;
}
.row .column.column-54 {
  flex: 0 0 54%;
  max-width: 54%;
}
.row .column.column-55 {
  flex: 0 0 55%;
  max-width: 55%;
}
.row .column.column-56 {
  flex: 0 0 56%;
  max-width: 56%;
}
.row .column.column-57 {
  flex: 0 0 57%;
  max-width: 57%;
}
.row .column.column-58 {
  flex: 0 0 58%;
  max-width: 58%;
}
.row .column.column-59 {
  flex: 0 0 59%;
  max-width: 59%;
}
.row .column.column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.row .column.column-61 {
  flex: 0 0 61%;
  max-width: 61%;
}
.row .column.column-62 {
  flex: 0 0 62%;
  max-width: 62%;
}
.row .column.column-63 {
  flex: 0 0 63%;
  max-width: 63%;
}
.row .column.column-64 {
  flex: 0 0 64%;
  max-width: 64%;
}
.row .column.column-65 {
  flex: 0 0 65%;
  max-width: 65%;
}
.row .column.column-68 {
  flex: 0 0 68%;
  max-width: 68%;
}
.row .column.column-69 {
  flex: 0 0 69%;
  max-width: 69%;
}
.row .column.column-70 {
  flex: 0 0 70%;
  max-width: 70%;
}
.row .column.column-71 {
  flex: 0 0 71%;
  max-width: 71%;
}
.row .column.column-72 {
  flex: 0 0 72%;
  max-width: 72%;
}
.row .column.column-73 {
  flex: 0 0 73%;
  max-width: 73%;
}
.row .column.column-74 {
  flex: 0 0 74%;
  max-width: 74%;
}
.row .column.column-75 {
  flex: 0 0 75%;
  max-width: 75%;
}
.row .column.column-76 {
  flex: 0 0 76%;
  max-width: 76%;
}
.row .column.column-77 {
  flex: 0 0 77%;
  max-width: 77%;
}
.row .column.column-78 {
  flex: 0 0 78%;
  max-width: 78%;
}
.row .column.column-79 {
  flex: 0 0 79%;
  max-width: 79%;
}
.row .column.column-80 {
  flex: 0 0 80%;
  max-width: 80%;
}
.row .column.column-81 {
  flex: 0 0 81%;
  max-width: 81%;
}
.row .column.column-82 {
  flex: 0 0 82%;
  max-width: 82%;
}
.row .column.column-83 {
  flex: 0 0 83%;
  max-width: 83%;
}
.row .column.column-84 {
  flex: 0 0 84%;
  max-width: 84%;
}
.row .column.column-85 {
  flex: 0 0 85%;
  max-width: 85%;
}
.row .column.column-86 {
  flex: 0 0 86%;
  max-width: 86%;
}
.row .column.column-87 {
  flex: 0 0 87%;
  max-width: 87%;
}
.row .column.column-88 {
  flex: 0 0 88%;
  max-width: 88%;
}
.row .column.column-89 {
  flex: 0 0 89%;
  max-width: 89%;
}
.row .column.column-90 {
  flex: 0 0 90%;
  max-width: 90%;
}
.row .column.column-91 {
  flex: 0 0 91%;
  max-width: 91%;
}
.row .column.column-92 {
  flex: 0 0 92%;
  max-width: 92%;
}
.row .column.column-93 {
  flex: 0 0 93%;
  max-width: 93%;
}
.row .column.column-94 {
  flex: 0 0 94%;
  max-width: 94%;
}
.row .column.column-95 {
  flex: 0 0 95%;
  max-width: 95%;
}
.row .column.column-96 {
  flex: 0 0 96%;
  max-width: 96%;
}
.row .column.column-97 {
  flex: 0 0 97%;
  max-width: 97%;
}
.row .column.column-98 {
  flex: 0 0 98%;
  max-width: 98%;
}
.row .column.column-99 {
  flex: 0 0 99%;
  max-width: 99%;
}
.row .column.column-100 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row .column.column-33,
.row .column.column-34 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row .column.column-66,
.row .column.column-67 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.row .column .column-top {
  align-self: flex-start;
}
.row .column .column-bottom {
  align-self: flex-end;
}
.row .column .column-center {
  align-self: center;
}
@media (min-width: 400px) {
  .row {
    flex-direction: row;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 10px;
  }
}
@media (max-width: 1599px) {
  .wrapper {
    margin: 0 80px;
  }
}
@media (max-width: 1200px) {
  .wrapper.small {
    margin: 0 80px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .wrapper,
  .wrapper.small {
    margin: 0 48px;
  }
}
@media (max-width: 767px) {
  .wrapper,
  .wrapper.small {
    margin: 0 24px;
  }
}
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
a {
  color: #0e3d47;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #0a3150;
}
a.link {
  color: #0e3d47;
  font-weight: 600;
  text-decoration: underline;
}
a.link.type-2 {
  color: #69b5fc;
}
a.link:hover {
  text-decoration: none;
}
a.more-explore {
  align-items: center;
  color: #0a3150;
  display: inline-flex;
  font-family: Albra;
  font-size: 1rem;
  height: 160px;
  line-height: 1.3;
  padding: 0 35px;
  position: relative;
  text-align: center;
  width: 160px;
}
a.more-explore:before {
  background: hsla(0, 0%, 100%, 0.43);
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  z-index: -1;
}
a.more-explore:after,
a.more-explore:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  transition: all 0.3s ease-out;
}
a.more-explore:after {
  left: 0;
  top: 0;
}
a.more-explore:after,
a.more-explore:hover:before {
  border: 2px solid #69d9fc;
  height: 100%;
  width: 100%;
}
a.more-explore:hover:after {
  opacity: 0;
  transform: scale(1.2);
}
.link-img {
  color: #fff;
  display: flex;
  font-family: Albra;
  font-size: 18px;
  line-height: 22px;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.link-img.black,
.link-img.black:hover {
  color: #0a3150;
}
.link-img:hover {
  color: #fff;
}
.link-img:hover img {
  right: -5px;
  transition: all 0.2s ease;
}
.link-img img {
  margin-left: 10px;
  position: relative;
  transition: all 0.2s ease;
}
@media (max-width: 1023px) {
  a.more-explore {
    font-size: 0.875rem;
    height: 123px;
    line-height: 1.2;
    width: 123px;
  }
  a.more-explore:before {
    height: 76px;
    width: 76px;
  }
}
@media (max-width: 767px) {
  a.more-explore {
    font-size: 0.75rem;
    height: 100px;
    padding: 0 20px;
    width: 100px;
  }
  a.more-explore:before {
    height: 62px;
    width: 62px;
  }
}
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
.content-pages li {
  line-height: 1.7;
  margin-bottom: 8px;
}
.content-pages dl,
.content-pages ol,
.content-pages ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.content-pages dl dl,
.content-pages dl ol,
.content-pages dl ul,
.content-pages ol dl,
.content-pages ol ol,
.content-pages ol ul,
.content-pages ul dl,
.content-pages ul ol,
.content-pages ul ul {
  margin: 15px 0 25px 30px;
}
.content-pages ol {
  list-style: decimal inside;
  margin-bottom: 35px;
}
.content-pages ol ol,
.content-pages ol ul {
  margin-bottom: 12px;
  margin-left: 0;
  margin-top: 6px;
}
.content-pages ul {
  list-style: circle inside;
  margin-bottom: 35px;
}
.content-pages ul ol,
.content-pages ul ul {
  margin-bottom: 12px;
  margin-left: 0;
  margin-top: 6px;
}
.content-pages ul.col-2 {
  column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.content-pages ol {
  counter-reset: countt;
  list-style: none;
}
.content-pages ol li {
  counter-increment: countt;
  padding-left: 30px;
  position: relative;
}
.content-pages ol li:before {
  color: #0e3d47;
  content: counter(countt) ". ";
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0;
}
.content-pages ol li ul {
  counter-reset: unset;
}
.content-pages ol li ul li {
  counter-increment: unset;
}
.content-pages ol li ul li:before {
  content: "";
}
.content-pages ul {
  list-style: none;
}
.content-pages ul li {
  padding-left: 25px;
  position: relative;
}
.content-pages ul li:before {
  background: #0a3150;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 7px;
}
.content-pages ul li ol {
  counter-reset: countt;
  list-style: none;
}
.content-pages ul li ol li {
  counter-increment: countt;
  padding-left: 25px;
  position: relative;
}
.content-pages ul li ol li:before {
  background: none;
  content: counter(countt) ". ";
  left: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 1200px) {
  .content-pages ul {
    margin-bottom: 25px;
  }
  .content-pages ul li {
    padding-left: 20px;
  }
  .content-pages ul li:before {
    content: "";
    height: 5px;
    width: 5px;
  }
}
@media (max-width: 1023px) {
  .content-pages ol,
  .content-pages ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .content-pages ul li {
    padding-left: 16px;
  }
  .content-pages ul li:before {
    top: 7px;
  }
}
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
.button,
blockquote,
button,
dd,
dl,
dt,
fieldset,
input,
li,
ol,
p,
pre,
select,
table,
textarea,
ul {
  margin-bottom: 0;
}
form {
  margin: 0;
}
p {
  line-height: 1.7;
  margin-bottom: 25px;
}

/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
table {
  border-spacing: 0;
  font-family: Albra;
  position: relative;
  width: 100%;
}
table thead {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
td,
th {
  border-bottom: none;
  line-height: normal;
  padding: 20px 15px;
  text-align: left;
  vertical-align: middle;
}
td:first-child,
th:first-child {
  padding-left: 32px;
}
td:last-child,
th:last-child {
  padding-right: 32px;
}
th {
  background: #0a3150;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}
.wrap-table {
  border: 1px solid #0a3150;
  margin-bottom: 25px;
  max-height: 642px;
  overflow-y: auto;
}
.wrap-table::-webkit-scrollbar {
  position: relative;
  width: 5px;
}
.wrap-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.wrap-table::-webkit-scrollbar-thumb {
  background: #104d7f;
}
.wrap-table::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 1200px) {
  th {
    font-size: 16px;
  }
  td,
  th {
    padding: 15px;
  }
  td:first-child,
  th:first-child {
    padding-left: 20px;
  }
  td:last-child,
  th:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  td,
  th {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .wrap-table {
    overflow: auto;
    padding-bottom: 20px;
    position: relative;
  }
  td,
  th {
    line-height: 1.3;
    padding: 6px;
  }
  td:first-child,
  th:first-child {
    padding-left: 15px;
  }
  td:last-child,
  th:last-child {
    padding-right: 15px;
  }
  th {
    font-size: 13px;
  }
  td {
    font-size: 12px;
  }
}
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
b,
strong {
  font-weight: 700;
}
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0a3150;
  font-family: Lora, serif;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 20px;
  margin-top: 0;
}
h1 {
  font-size: 3.875rem;
  line-height: 1.2;
}
h2 {
  font-size: 3.813rem;
  line-height: 1.25;
}
h3 {
  font-size: 2.25rem;
  line-height: 1.3;
}
h4 {
  font-size: 1.563rem;
  letter-spacing: 0.8px;
  line-height: 1.35;
}
h5 {
  font-size: 1.188rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
h6 {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media (max-width: 1599px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 2.625rem;
  }
  h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
img {
  max-width: 100%;
}
figure {
  margin: 0;
}
figure img {
  vertical-align: top;
}
.content-pages figure.images {
  line-height: 0;
  margin-bottom: 25px;
}
.content-pages figure.images img {
  width: 100%;
}

/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

/*# sourceMappingURL=milligram.css.map*/
