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

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
  position: relative;
}

html,
body {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
}

body.noscroll {
  overflow: hidden;
}

html {
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #021b41;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 90%;
  }
}
h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 20px;
  clear: both;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  color: #ad490f;
}

h1 {
  font-size: 3rem;
  padding-top: 20px;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

p {
  line-height: 2;
  padding-bottom: 40px;
  color: rgba(2, 27, 65, 0.75);
}

strong {
  font-weight: 600;
  color: #021b41;
}

ul, ol {
  line-height: 2;
  padding-left: 40px;
  padding-bottom: 30px;
  color: rgba(2, 27, 65, 0.75);
}
ul li, ol li {
  padding-bottom: 10px;
}
ul li p, ol li p {
  padding: 0 !important;
}
ul ul, ul ol, ol ul, ol ol {
  padding-bottom: 0;
}

blockquote {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.25;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 40px;
  border-left: 2px solid #CCCED0;
}
blockquote footer {
  font-size: 1rem;
  font-weight: 400;
  padding-top: 20px;
  color: #7c878e;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.35rem;
  }
  h4 {
    font-size: 1.15rem;
  }
}
*[data-url],
*[data-video],
*[data-fslightbox] {
  cursor: pointer;
  border: 0;
}
*[data-url]::after,
*[data-video]::after,
*[data-fslightbox]::after {
  content: none;
}

a {
  position: relative;
  font-weight: 500;
  text-decoration: none;
  color: #ad490f;
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
}
a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ad490f;
  transition: all 0.2s;
}
a:hover::after {
  width: 100%;
}
a:hover, a:active {
  color: #ad490f;
}

.button,
.button--alt {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Montserrat", sens-serif;
  line-height: 1.25;
  text-align: center;
  padding: 15px 20px;
  color: #ad490f;
  border-radius: 80px;
  transition: all 0.3s;
}
.button:hover,
.button--alt:hover {
  transform: translateY(-5px);
}
.button::after,
.button--alt::after {
  content: none;
}

.button {
  border: 1px solid rgba(173, 73, 15, 0);
  background-color: rgba(173, 73, 15, 0.1);
}

.button--alt {
  border: 1px solid #ad490f;
  background-color: rgba(173, 73, 15, 0);
}

figure {
  position: relative;
  padding-bottom: 40px;
}
figure figcaption {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding-top: 10px;
  color: #7c878e;
}
figure.img-center img {
  margin-left: auto;
  margin-right: auto;
}
figure.img-left {
  float: left;
  padding-right: 30px;
}
figure.img-right {
  float: right;
  padding-left: 30px;
}
figure.img-small {
  width: 25%;
}
figure.img-medium {
  width: 50%;
}
figure.img-large {
  width: 75%;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}

.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}

.gallery {
  list-style: none;
  font-size: 0;
  text-align: center;
  vertical-align: top;
  padding: 0;
  margin: -20px;
}
.gallery li {
  position: relative;
  display: inline-block;
  width: 33.33%;
  padding: 20px;
}
.gallery a {
  position: relative;
  display: block;
  border: 0;
  overflow: hidden;
}
.gallery a::after {
  content: none;
}
.gallery a img {
  width: 100%;
  max-width: none;
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}

.table {
  display: block;
  padding-bottom: 20px;
  overflow-x: auto;
}
.table table {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 680px;
  text-align: left;
  margin-bottom: 20px;
}
.table table thead tr {
  border-bottom: 1px solid rgba(2, 27, 65, 0.1);
}
.table table tbody tr:nth-child(even) {
  background-color: rgba(2, 27, 65, 0.03);
}
.table table th,
.table table td {
  font-size: 0.875rem;
  padding: 10px 5px 10px 5px;
  color: rgba(2, 27, 65, 0.75);
}
.table table th {
  font-size: 1rem;
  font-weight: 500;
}

label {
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #7c878e;
}
label i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-style: normal;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../icons/color/error.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  color: #FF0000;
}
label.error {
  color: #FF0000;
}
label.error i {
  display: block;
}

input,
select,
textarea {
  all: unset;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 20px;
  color: #021b41;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}
input.error,
select.error,
textarea.error {
  border-color: #FF0000 !important;
}
input:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

select {
  padding-right: 60px;
  background-image: url("../icons/dark/chevron-down.svg");
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

::-moz-placeholder {
  color: rgba(2, 27, 65, 0.5);
}

::placeholder {
  color: rgba(2, 27, 65, 0.5);
}

button {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Montserrat", sens-serif;
  line-height: 1.25;
  text-align: center;
  padding: 15px 20px;
  color: #ad490f;
  background-color: rgba(173, 73, 15, 0.1);
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s;
}
button:hover {
  transform: translateY(-5px);
}

.form-input {
  position: relative;
  display: block;
  padding: 10px 0;
}
.form-input.error label {
  color: #FF0000;
}
.form-input.error input,
.form-input.error select,
.form-input.error textarea {
  background-color: rgba(255, 0, 0, 0.05);
  border-color: #FF0000;
}

.form-checkbox {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked + span {
  border-color: #021b41;
  background-color: #021b41;
}
.form-checkbox input:checked + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../icons/light/check.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.form-checkbox span {
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}

.form-action {
  position: relative;
  display: block;
  padding-top: 20px;
}
.form-action button {
  width: 100%;
}

.form-help {
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0;
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  .form-group {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  label {
    font-size: 0.75rem;
  }
}
section {
  position: relative;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container.large {
  max-width: 1440px;
}
.container.medium {
  max-width: 1080px;
}
.container.small {
  max-width: 720px;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.row {
  position: relative;
  *zoom: 1;
}

.column {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.column.stick {
  padding-right: 0;
  padding-left: 0;
}
.column.opposite {
  float: right;
}

.column.col-100 {
  width: 100%;
}
.column.col-75 {
  width: 75%;
}
.column.col-66 {
  width: 66.66%;
}
.column.col-60 {
  width: 60%;
}
.column.col-50 {
  width: 50%;
}
.column.col-40 {
  width: 40%;
}
.column.col-33 {
  width: 33.33%;
}
.column.col-25 {
  width: 25%;
}
.column.col-20 {
  width: 20%;
}
.column.col-16 {
  width: 16.66%;
}
.column.col-stick {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 1280px) {
  .column.lg-100 {
    width: 100%;
  }
  .column.lg-75 {
    width: 75%;
  }
  .column.lg-66 {
    width: 66.66%;
  }
  .column.lg-60 {
    width: 60%;
  }
  .column.lg-50 {
    width: 50%;
  }
  .column.lg-40 {
    width: 40%;
  }
  .column.lg-33 {
    width: 33.33%;
  }
  .column.lg-25 {
    width: 25%;
  }
  .column.lg-20 {
    width: 20%;
  }
  .column.lg-16 {
    width: 16.66%;
  }
  .column.lg-stick {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .column.md-100 {
    width: 100%;
  }
  .column.md-75 {
    width: 75%;
  }
  .column.md-66 {
    width: 66.66%;
  }
  .column.md-60 {
    width: 60%;
  }
  .column.md-50 {
    width: 50%;
  }
  .column.md-40 {
    width: 40%;
  }
  .column.md-33 {
    width: 33.33%;
  }
  .column.md-25 {
    width: 25%;
  }
  .column.md-20 {
    width: 20%;
  }
  .column.md-16 {
    width: 16.66%;
  }
  .column.md-stick {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .column.sm-100 {
    width: 100%;
  }
  .column.sm-75 {
    width: 75%;
  }
  .column.sm-66 {
    width: 66.66%;
  }
  .column.sm-60 {
    width: 60%;
  }
  .column.sm-50 {
    width: 50%;
  }
  .column.sm-40 {
    width: 40%;
  }
  .column.sm-33 {
    width: 33.33%;
  }
  .column.sm-25 {
    width: 25%;
  }
  .column.sm-20 {
    width: 20%;
  }
  .column.sm-16 {
    width: 16.66%;
  }
  .column.sm-stick {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .column.xs-100 {
    width: 100%;
  }
  .column.xs-75 {
    width: 75%;
  }
  .column.xs-66 {
    width: 66.66%;
  }
  .column.xs-60 {
    width: 60%;
  }
  .column.xs-50 {
    width: 50%;
  }
  .column.xs-40 {
    width: 40%;
  }
  .column.xs-33 {
    width: 33.33%;
  }
  .column.xs-25 {
    width: 25%;
  }
  .column.xs-20 {
    width: 20%;
  }
  .column.xs-16 {
    width: 16.66%;
  }
  .column.xs-stick {
    padding-right: 0;
    padding-left: 0;
  }
}
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(2, 27, 65, 0.1);
}
.header a::after {
  content: none;
}
.header .logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  padding: 0;
}
.header .logo a {
  display: block;
  border: 0;
}
.header .logo img {
  width: 100%;
  max-width: 180px;
  border-radius: 0;
  box-shadow: none;
}
.header .mobile {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #FFFFFF;
  background-color: #021b41;
}
.header .mobile a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.header .mobile span {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 3px;
  background-color: #FFFFFF;
  opacity: 1;
  transition: all 0.2s;
}
.header .mobile span:last-child {
  margin-bottom: 0;
}
.header .mobile.visible span:nth-child(1), .header .mobile.visible span:nth-child(4) {
  display: none;
}
.header .mobile.visible span:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .mobile.visible span:nth-child(3) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header .navigation {
  display: block;
  text-align: left;
  padding-left: 220px;
}
.header .navigation ul {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.header .navigation ul li {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 5px;
}
.header .navigation ul li .menu {
  position: relative;
  display: block;
  color: #021b41;
  padding: 40px 15px;
  border: 0;
}
.header .navigation ul li .menu::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #021b41;
  opacity: 0;
  transition: all 0.4s;
}
.header .navigation ul li .menu:hover, .header .navigation ul li .menu.active {
  color: #021b41;
}
.header .navigation ul li .menu:hover::after, .header .navigation ul li .menu.active::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #021b41;
  opacity: 1;
}
.header .navigation .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 640px;
  padding: 20px;
  background-color: #FFFFFF;
  border-left: 1px solid rgba(2, 27, 65, 0.1);
  border-right: 1px solid rgba(2, 27, 65, 0.1);
  border-bottom: 1px solid rgba(2, 27, 65, 0.1);
}
.header .navigation .submenu li {
  width: 50%;
  vertical-align: top;
  padding: 0;
}
.header .navigation .submenu a {
  display: block;
  line-height: 1.15;
  padding: 15px;
  border-radius: 10px;
  color: #021b41;
}
.header .navigation .submenu a span {
  display: block;
  font-size: 0.75rem;
  padding-top: 5px;
  color: #7c878e;
}
.header .navigation .submenu a:hover {
  background-color: rgba(2, 27, 65, 0.1);
}
.header .control {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.header .control ul {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.header .control ul li {
  display: inline-block;
  padding: 0 10px;
}
.header .control ul a {
  overflow: hidden;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 60px;
  color: #FFFFFF;
  background-color: #021b41;
  border: 1px solid transparent;
}
.header .control ul a::after {
  content: none;
}
.header .control ul a.search {
  width: 40px;
  height: 40px;
  color: transparent;
  background-image: url("../icons/light/search.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 45%;
}
.header .control ul a.close {
  width: 40px;
  color: transparent;
  background-color: rgba(2, 27, 65, 0.15);
  background-image: url("../icons/header/close.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 45%;
}
.header.scroll .navigation ul .menu {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header .search-wrapper {
  display: none;
  padding: 40px 0;
  background-color: #f5f5f5;
  box-shadow: 0 20px 25px 0 rgba(2, 27, 65, 0.1);
}
.header .search-wrapper form {
  position: relative;
  margin-right: 70px;
}
.header .search-wrapper form input {
  border-radius: 60px;
  padding: 25px 75px 25px 25px;
}
.header .search-wrapper form button {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  line-height: 1;
  padding: 13px;
  color: transparent;
  background-color: #021b41;
  background-image: url("../icons/light/search.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 45%;
}

@media screen and (max-width: 1280px) {
  .header .logo {
    position: relative;
    left: 0;
    transform: none;
    padding: 10px 0;
  }
  .header .logo img {
    margin-left: 0;
  }
  .header .mobile {
    display: block;
  }
  .header .navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px 0;
    background-color: #f5f5f5;
    box-shadow: 0 20px 25px 0 rgba(2, 27, 65, 0.1);
  }
  .header .navigation ul li {
    display: block;
    font-size: 1rem;
    padding: 0 20px;
  }
  .header .navigation ul li .menu {
    padding: 20px !important;
  }
  .header .navigation ul li .menu::after {
    content: none !important;
  }
  .header .navigation ul li .menu.active {
    background-color: #FFFFFF;
    border: 1px solid rgba(2, 27, 65, 0.1);
  }
  .header .navigation ul li .menu.active + .submenu {
    display: block !important;
  }
  .header .navigation ul li .submenu {
    position: relative;
    width: 100%;
    font-size: 0;
    margin-top: -1px;
    padding: 0 10px 10px;
  }
  .header .navigation ul li .submenu li {
    display: inline-block;
    font-size: 0.75rem;
    width: 33.33%;
  }
  .header .navigation ul li .submenu a {
    padding: 10px;
  }
  .header .navigation ul li .submenu a span {
    display: none;
  }
  .header .control ul {
    padding-right: 50px;
  }
  .header .control ul li {
    padding: 0;
  }
  .header .control ul li:nth-child(2) {
    display: none;
  }
  .header .search-wrapper .control ul {
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .header .mobile {
    right: 10px;
  }
  .header .navigation ul li {
    padding: 0 10px;
  }
  .header .navigation ul li .menu {
    padding: 15px 10px !important;
  }
  .header .navigation ul li .submenu {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .navigation ul li .submenu li {
    width: 50%;
  }
  .header .navigation ul li .submenu a {
    padding: 7.5px 5px;
    border-radius: 5px;
  }
  .header .control {
    right: 10px;
  }
}
.footer {
  padding: 0;
  background-color: #021b41;
}
.footer .flashnews {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(2, 27, 65, 0.1);
}
.footer .flashnews .flashnews-items {
  overflow: hidden;
}
.footer .flashnews .flashnews-items .swiper-wrapper {
  display: flex;
  width: 100%;
}
.footer .flashnews .flashnews-items .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.footer .flashnews .flashnews-items .news {
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 0;
}
.footer .flashnews .flashnews-items .news a {
  display: block;
  padding: 15px;
  border-radius: 10px;
  color: #7c878e;
}
.footer .flashnews .flashnews-items .news a strong {
  display: inline-block;
  font-size: 0.875rem;
  padding-bottom: 10px;
}
.footer .flashnews .flashnews-items .news a::after {
  content: none;
}
.footer .flashnews .flashnews-items .news a:hover {
  background-color: rgba(2, 27, 65, 0.1);
}
.footer .flashnews .flashnews-pagination {
  padding-top: 20px;
  text-align: center;
}
.footer .flashnews .flashnews-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 5px;
  border-radius: 8px;
  border: 1px solid #CCCED0;
}
.footer .flashnews .flashnews-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CCCED0;
}
.footer .copyright {
  padding: 40px 0 40px 0;
  background-color: #021b41;
}
.footer .copyright p {
  font-size: 0.875rem;
  line-height: 1;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
}
.footer.static {
  padding: 0;
}
.footer.static .flashnews {
  position: static;
}

.popup {
  display: none;
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background-color: rgba(245, 245, 245, 0.9);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  overflow: auto;
}
.popup.active {
  display: block;
}
.popup .popup-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1080px;
  padding: 80px 20px 145px 20px;
}
.popup .popup-wrapper .popup-container {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
  border-radius: 10px;
}
.popup .popup-wrapper .popup-close {
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #021b41;
}
.popup .popup-wrapper .popup-close a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../icons/light/close.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 45%;
}
.popup .popup-wrapper .popup-close a::after {
  content: none;
}
.popup .popup-wrapper .suggestion-form input,
.popup .popup-wrapper .suggestion-form select,
.popup .popup-wrapper .suggestion-form textarea {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: none;
}
.popup .popup-wrapper .suggestion-form .form-checkbox input {
  display: none;
}
.popup .popup-wrapper .suggestion-form .form-checkbox input:checked + span {
  border-color: #021b41;
  background-color: #021b41;
}
.popup .popup-wrapper .suggestion-form .form-checkbox span {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: none;
}
.popup .popup-wrapper .suggestion-form hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  border: 0;
  background-color: #f5f5f5;
}
.popup .popup-wrapper .suggestion-success {
  display: none;
  text-align: center;
  padding: 0 5%;
}
.popup .popup-wrapper .suggestion-success h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding-top: 40px;
}
.popup .popup-wrapper .suggestion-success p {
  font-size: 1rem;
  line-height: 1.25;
}

.no-scroll {
  overflow: hidden;
}

.content {
  position: relative;
  padding-top: 95px;
}
.content section {
  padding: 40px 0;
}
.content .breadcrumps {
  list-style: none;
  font-size: 0;
  padding: 0 0 20px;
  margin: 0;
}
.content .breadcrumps li {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0;
}
.content .breadcrumps li:not(:last-child) {
  padding-right: 40px;
}
.content .breadcrumps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12.5px;
  width: 15px;
  background-image: url("../icons/dark/chevron-right.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  opacity: 0.25;
}
.content .breadcrumps li:last-child a {
  color: #021b41;
}
.content .breadcrumps li:last-child a::after {
  content: none;
}
.content .pagination {
  display: block;
  font-size: 0;
  text-align: center;
  padding: 20px 0;
}
.content .pagination a {
  border: 0;
}
.content .pagination a::after {
  content: none;
}
.content .pagination .control {
  display: inline-block;
  margin: 0 20px;
  border-radius: 40px;
  background-color: rgba(173, 73, 15, 0.1);
}
.content .pagination .control img {
  position: relative;
  display: inline-block;
  width: 40px;
  padding: 10px;
  transition: all 0.3s;
  box-shadow: none;
}
.content .pagination .control.prev:hover {
  transform: translateX(-5px);
}
.content .pagination .control.next:hover {
  transform: translateX(5px);
}
.content .box {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
}
.content .box h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px 0;
}
.content .box h2 a {
  color: inherit;
}
.content .box h2 a::after {
  content: none;
}
.content .box p {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 20px;
  color: #7c878e;
}
.content .box p.see-more {
  padding-bottom: 0;
}
.content .box.default {
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}
.content .box.alternative {
  background-color: #f5f5f5;
}

@media screen and (max-width: 1280px) {
  .content {
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .content section {
    padding: 20px 0;
  }
  .content .box {
    padding: 15px;
    border: 1px solid #CCCCCC;
  }
}
.mod-quicklinks {
  padding: 20px 10px;
  overflow-y: auto;
}
.mod-quicklinks h2 {
  padding: 10px;
}
.mod-quicklinks ul {
  list-style: none;
  padding: 0;
}
.mod-quicklinks ul li {
  display: block;
  font-size: 0.875rem;
  padding: 0;
}
.mod-quicklinks a {
  display: block;
  padding: 5px 10px;
  border-radius: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-quicklinks a:hover, .mod-quicklinks a.active {
  background-color: rgba(173, 73, 15, 0.15);
}
.mod-quicklinks a::after {
  content: none;
}

.mod-suggestionbox .button,
.mod-suggestionbox .button--alt {
  width: 100%;
}
.mod-suggestionbox .line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  border: 0;
  background-color: rgba(2, 27, 65, 0.05);
}
.mod-suggestionbox .cta {
  padding: 0 !important;
}

.mod-people .button {
  width: 100%;
}
.mod-people .all {
  padding-top: 20px;
}
.mod-people .line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  border: 0;
  background-color: rgba(2, 27, 65, 0.05);
}
.mod-people .form-input {
  padding: 5px 0;
}
.mod-people .form-action {
  padding-top: 10px;
}
.mod-people .form-action button {
  transform: translateY(5px);
}
.mod-people .form-action button:hover {
  transform: translateY(0);
}
.mod-people .form-action button:disabled {
  cursor: default;
  transform: translateY(5px);
}
.mod-people form {
  padding-top: 5px;
}
.mod-people select {
  padding: 10px 15px;
  background-color: #f5f5f5;
  box-shadow: none;
  background-position: calc(100% - 10px) 50%;
}

.mod-channel .channel {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  overflow: hidden;
}
.mod-channel .swiper-wrapper {
  display: flex;
  width: 100%;
}
.mod-channel .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.mod-channel .channel-pagination {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.mod-channel .channel-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 5px;
  border-radius: 8px;
  border: 1px solid #ef9560;
}
.mod-channel .channel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ef9560;
}
.mod-channel .item {
  position: relative;
  padding: 0 0 20px;
}
.mod-channel .item a {
  display: block;
  height: 215px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(2, 27, 65, 0.05);
  overflow: hidden;
}
.mod-channel .item a .title {
  font-size: 1rem;
}
.mod-channel .item a .text {
  display: inline-block;
  font-size: 0.875rem;
  padding-top: 10px;
  color: #7c878e;
}
.mod-channel .item a:hover {
  border-color: transparent;
  background-color: rgba(173, 73, 15, 0.1);
}
.mod-channel .item a::after {
  content: none;
}

.mod-officemap figure {
  position: relative;
  overflow: hidden;
  height: 275px;
  padding: 0;
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid rgba(2, 27, 65, 0.05);
}
.mod-officemap figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-officemap figure figcaption {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}
.mod-officemap figure figcaption a {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  color: transparent;
  background-image: url("../icons/light/zoom.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 45%;
  background-color: #ad490f;
}
.mod-officemap figure figcaption a:hover {
  background-color: #ef9560;
}
.mod-officemap figure figcaption a::after {
  content: none;
}

.mod-flashnews {
  overflow: hidden;
}
.mod-flashnews ::-webkit-scrollbar {
  width: 8px;
}
.mod-flashnews ::-webkit-scrollbar-thumb {
  background: #CCCED0;
  border-radius: 5px;
}
.mod-flashnews .list {
  position: relative;
  max-height: 295px;
  padding-top: 30px;
  padding-right: 10px;
  overflow: auto;
}
.mod-flashnews .list .item {
  padding-bottom: 10px;
}
.mod-flashnews .list .item:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(2, 27, 65, 0.05);
}
.mod-flashnews .list .item .title {
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 15px;
}
.mod-flashnews .list .item .title .date {
  position: absolute;
  top: -0.075rem;
  left: 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
  border: 1px solid #021b41;
  border-radius: 5px;
}
.mod-flashnews .list .item .title h4 {
  font-size: 0.875rem;
  padding: 0.1rem 0 0;
}
.mod-flashnews .list .item .title h4 a {
  color: #021b41;
}
.mod-flashnews .list .item .title h4 a::after {
  width: 100%;
  background-color: #021b41;
}

.dashboard {
  position: relative;
  padding-top: 95px;
  background-color: #f5f5f5;
}
.dashboard section {
  padding: 40px 0 0;
}
.dashboard .box {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.dashboard .box h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px 0;
}
.dashboard .box h2 a {
  color: inherit;
}
.dashboard .box h2 a::after {
  content: none;
}
.dashboard .box p {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 20px;
  color: #7c878e;
}
.dashboard .box.default {
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}
.dashboard .box.alternative {
  background-color: #021b41;
}
.dashboard .highlight {
  overflow: hidden;
  padding: 0;
}
.dashboard .highlight .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 360px;
}
.dashboard .highlight .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.dashboard .highlight .highlight-pagination {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: calc(50% + 15px);
}
.dashboard .highlight .highlight-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 5px;
  border-radius: 8px;
  border: 1px solid #ef9560;
  cursor: pointer;
}
.dashboard .highlight .highlight-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ef9560;
}
.dashboard .highlight .content {
  position: static;
  padding: 0;
}
.dashboard .highlight .thumb {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 0;
}
.dashboard .highlight .thumb a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
}
.dashboard .highlight .thumb a::after {
  content: none;
}
.dashboard .highlight .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}
.dashboard .highlight .text {
  position: absolute;
  top: 50%;
  left: calc(50% + 20px);
  right: 20px;
  transform: translateY(-55%);
}
.dashboard .highlight .text h1 {
  font-size: 2rem;
  padding: 0;
  color: #FFFFFF;
}
.dashboard .highlight .text p {
  padding-top: 20px;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}
.dashboard .highlight .text a {
  color: #ef9560;
}
.dashboard .articles .list {
  font-size: 0;
  padding-top: 10px;
}
.dashboard .articles .list .item {
  position: relative;
  min-height: 160px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(2, 27, 65, 0.05);
}
.dashboard .articles .list .item a {
  border: 0;
  color: inherit;
}
.dashboard .articles .list .item a::after {
  content: none;
}
.dashboard .articles .list .item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.dashboard .articles .list .item .thumb img {
  max-width: 180px;
}
.dashboard .articles .list .item .meta {
  position: absolute;
  left: 220px;
  top: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #021b41;
}
.dashboard .articles .list .item .meta time {
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  padding-right: 35px;
}
.dashboard .articles .list .item .meta time::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: rgba(2, 27, 65, 0.25);
}
.dashboard .articles .list .item .meta ul {
  display: inline-block;
  list-style: none;
  font-size: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.dashboard .articles .list .item .meta ul li {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0 10px 0 0;
}
.dashboard .articles .list .item .meta ul a {
  display: block;
  border: 0;
  padding: 6px 8px;
  color: #ad490f;
  border: 1px solid #ad490f;
  border-radius: 5px;
}
.dashboard .articles .list .item .meta ul a:hover {
  color: #FFFFFF;
  background-color: #ad490f;
}
.dashboard .articles .list .item .meta ul a::after {
  content: none;
}
.dashboard .articles .list .item .text {
  padding-top: 50px;
  padding-left: 220px;
  color: #021b41;
}
.dashboard .articles .list .item .text a {
  display: block;
  padding-bottom: 20px;
}
.dashboard .articles .list .item .text h3 {
  font-size: 1.25rem;
  padding: 0 20px 0 0;
}
.dashboard .articles .list .item .text p {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0;
  color: #7c878e;
}
.dashboard .articles .all {
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .dashboard .highlight .swiper-wrapper {
    height: 480px;
  }
  .dashboard .articles .list .item {
    display: inline-block;
    vertical-align: top;
  }
  .dashboard .articles .list .item:nth-child(odd) {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .dashboard .articles .list .item:nth-child(even) {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  .dashboard .articles .list .item .meta {
    top: 5px;
    left: 200px;
    font-size: 0.75rem;
  }
  .dashboard .articles .list .item .meta time::after {
    content: none;
  }
  .dashboard .articles .list .item .meta ul {
    display: block;
    padding-top: 10px;
  }
  .dashboard .articles .list .item .meta ul li {
    font-size: 0.685rem;
  }
  .dashboard .articles .list .item .meta ul a {
    padding: 3px 4px;
  }
  .dashboard .articles .list .item .text {
    padding-top: 60px;
    padding-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  .dashboard {
    padding-top: 75px;
  }
  .dashboard .box {
    padding: 15px;
    border: 1px solid #CCCCCC;
  }
  .dashboard .highlight {
    padding: 0;
  }
  .dashboard .articles .list .item:nth-child(even), .dashboard .articles .list .item:nth-child(odd) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .dashboard {
    padding-bottom: 20px;
  }
  .dashboard .box {
    margin-bottom: 20px;
  }
  .dashboard .highlight .swiper-wrapper {
    height: auto;
  }
  .dashboard .highlight .highlight-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  .dashboard .highlight .content {
    display: block;
    width: 100%;
  }
  .dashboard .highlight .thumb {
    position: relative;
    width: 100%;
    padding-bottom: 85%;
  }
  .dashboard .highlight .text {
    position: static;
    width: 100%;
    transform: none;
    padding: 20px 15px 60px 15px;
  }
  .dashboard .highlight .text h1 {
    font-size: 1.75rem;
  }
  .dashboard .articles .list .item {
    padding-bottom: 0;
  }
  .dashboard .articles .list .item .thumb {
    position: static;
  }
  .dashboard .articles .list .item .thumb img {
    position: static;
    width: 100%;
    max-width: none;
  }
  .dashboard .articles .list .item .meta {
    position: static;
    padding-top: 20px;
  }
  .dashboard .articles .list .item .meta time {
    line-height: 1.75;
  }
  .dashboard .articles .list .item .meta time::after {
    content: "";
  }
  .dashboard .articles .list .item .meta ul {
    display: inline-block;
    padding-top: 0;
  }
  .dashboard .articles .list .item .text {
    padding-top: 20px;
    padding-left: 0;
  }
}
.panel {
  position: fixed;
  z-index: 98;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 !important;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(2, 27, 65, 0.1);
}
.panel .holder {
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
}
.panel .holder .list {
  animation: animate_text 45s linear infinite;
}
.panel .holder .list .item {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 1.5rem;
  padding: 15px 0 15px 100px;
  color: #7c878e;
}
.panel .holder .list .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.625rem;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #7c878e;
  border-radius: 4px;
}
.panel .holder .list .item .date {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
  border: 1px solid #021b41;
  border-radius: 5px;
}
.panel .holder .list .item .title {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 10px;
  color: #021b41;
}
.panel .holder .list .item .title a {
  color: #021b41;
}
.panel .holder .list .item .title a::after {
  width: 100%;
  background-color: #021b41;
}

.panel + .footer {
  padding-bottom: 4.5rem;
}

@keyframes animate_text {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-100%, 0, 0) scale(1);
  }
}
.notes .intro {
  background-color: #f5f5f5;
}
.notes .intro .meta {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
}
.notes .intro .meta time {
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  padding-right: 35px;
}
.notes .intro .meta time::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: rgba(2, 27, 65, 0.25);
}
.notes .intro .meta ul {
  display: inline-block;
  list-style: none;
  font-size: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.notes .intro .meta ul li {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0 10px 0 0;
}
.notes .intro .meta ul a {
  display: block;
  border: 0;
  padding: 6px 8px;
  color: #ad490f;
  border: 1px solid #ad490f;
  border-radius: 5px;
}
.notes .intro .meta ul a:hover {
  color: #FFFFFF;
  background-color: #ad490f;
}
.notes .intro .meta ul a::after {
  content: none;
}
.notes .list .item {
  position: relative;
  min-height: 200px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(2, 27, 65, 0.05);
}
.notes .list .item a {
  border: 0;
  color: inherit;
}
.notes .list .item a::after {
  content: none;
}
.notes .list .item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.notes .list .item .thumb img {
  max-width: 220px;
}
.notes .list .item .text {
  padding-left: 260px;
  color: #021b41;
}
.notes .list .item .text a {
  display: block;
  padding-bottom: 20px;
}
.notes .list .item .text h3 {
  padding: 0;
}
.notes .list .item .text p {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0;
  color: #7c878e;
}
.notes .list .item .meta {
  position: absolute;
  left: 260px;
  bottom: 40px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #021b41;
}
.notes .list .item .meta time {
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  padding-right: 35px;
}
.notes .list .item .meta time::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: rgba(2, 27, 65, 0.25);
}
.notes .list .item .meta ul {
  display: inline-block;
  list-style: none;
  font-size: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.notes .list .item .meta ul li {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0 10px 0 0;
}
.notes .list .item .meta ul a {
  display: block;
  border: 0;
  padding: 6px 8px;
  color: #ad490f;
  border: 1px solid #ad490f;
  border-radius: 5px;
}
.notes .list .item .meta ul a:hover {
  color: #FFFFFF;
  background-color: #ad490f;
}
.notes .list .item .meta ul a::after {
  content: none;
}
.notes .list .tags {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.notes .list .tags li {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
  padding-right: 10px;
  padding-bottom: 10px;
}
.notes .list .tags li a {
  display: block;
  padding: 7px 9px;
  border: 1px solid #ad490f;
  border-radius: 5px;
}
.notes .list .tags li a::after {
  content: none;
}
.notes .list .tags li a:hover, .notes .list .tags li a.active {
  color: #FFFFFF;
  background-color: #ad490f;
}
.notes .detail p + ul,
.notes .detail p + ol {
  margin-top: -30px;
}
.notes .detail .gallery {
  margin-left: -200px;
  margin-right: -200px;
}
.notes .thread {
  position: relative;
  padding: 40px 100px;
  margin: 20px 0 40px 0;
  border-radius: 10px;
  background-color: #021b41;
  background-image: url("../icons/light/chat.svg");
  background-position: 30px 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}
.notes .thread p {
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
}
.notes .thread .link {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.notes .thread .link .button {
  color: #FFFFFF;
  background-color: #ad490f;
  padding: 15px 20px;
}
.notes .thread .link .button:hover {
  transform: none;
}
.notes .modules .box {
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .notes .list .pagination {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .notes .intro .meta {
    margin-top: 10px;
  }
  .notes .list .item .text {
    padding-left: 240px;
    padding-bottom: 60px;
  }
  .notes .list .item .meta {
    left: 240px;
  }
  .notes .list .item .meta time::after {
    content: none;
  }
  .notes .list .item .meta ul {
    display: block;
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .notes .list .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .notes .list .item .thumb {
    position: static;
  }
  .notes .list .item .thumb img {
    position: static;
    width: 100%;
    max-width: none;
  }
  .notes .list .item .text {
    padding: 20px 0 0;
  }
  .notes .list .item .meta {
    position: static;
  }
  .notes .list .item .meta time {
    line-height: 1.75;
  }
  .notes .list .item .meta time::after {
    content: "";
  }
  .notes .list .item .meta ul {
    display: inline-block;
    padding-top: 0;
  }
}
.default .intro {
  background-color: #f5f5f5;
}
.default .detail .mobile-hide {
  position: relative;
}
.default .detail .mobile-hide.fixed {
  position: fixed;
  top: 90px;
  overflow: auto;
}
.default .detail .mobile-hide.fixed .treemenu ul a {
  padding: 10px 20px;
}
.default .detail .mobile-hide.fixed .treemenu ul ul li a {
  padding-left: 40px;
}
.default .detail .mobile-show {
  display: none;
}
.default .detail img {
  width: auto;
  max-width: 100%;
}
.default .detail p + ul,
.default .detail p + ol {
  margin-top: -30px;
}
.default .detail .text {
  padding-bottom: 40px;
}
.default .detail .children {
  margin: 0;
}
.default .detail .children .box {
  margin-bottom: 40px;
}
.default .detail .treemenu,
.default .detail .treemenu--mobile {
  margin: 0 -20px;
}
.default .detail .treemenu p,
.default .detail .treemenu--mobile p {
  padding: 10px;
}
.default .detail .treemenu p a,
.default .detail .treemenu--mobile p a {
  color: #021b41;
}
.default .detail .treemenu ul,
.default .detail .treemenu--mobile ul {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.default .detail .treemenu ul li,
.default .detail .treemenu--mobile ul li {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
}
.default .detail .treemenu ul li ul,
.default .detail .treemenu--mobile ul li ul {
  display: none;
}
.default .detail .treemenu ul li ul li,
.default .detail .treemenu--mobile ul li ul li {
  font-size: 0.75rem;
  font-weight: 400;
}
.default .detail .treemenu ul li ul li:not(:last-child),
.default .detail .treemenu--mobile ul li ul li:not(:last-child) {
  border: 0;
}
.default .detail .treemenu ul li ul li a,
.default .detail .treemenu--mobile ul li ul li a {
  padding-left: 40px;
}
.default .detail .treemenu ul li ul li ul a,
.default .detail .treemenu--mobile ul li ul li ul a {
  padding-left: 60px;
}
.default .detail .treemenu ul li.active,
.default .detail .treemenu--mobile ul li.active {
  background-color: rgba(204, 206, 208, 0.15);
}
.default .detail .treemenu ul li.active ul,
.default .detail .treemenu--mobile ul li.active ul {
  display: block;
}
.default .detail .treemenu ul li:not(:last-child),
.default .detail .treemenu--mobile ul li:not(:last-child) {
  border-bottom: 1px solid rgba(204, 206, 208, 0.45);
}
.default .detail .treemenu ul a,
.default .detail .treemenu--mobile ul a {
  display: block;
  padding: 10px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.default .detail .treemenu ul a:hover,
.default .detail .treemenu--mobile ul a:hover {
  background-color: rgba(239, 149, 96, 0.1);
}
.default .detail .treemenu ul a::after,
.default .detail .treemenu--mobile ul a::after {
  content: none;
}

@media screen and (max-width: 960px) {
  .default .detail .mobile-show {
    display: block;
    padding: 10px 20px;
    margin-bottom: 40px;
  }
  .default .detail .mobile-show h2 {
    position: relative;
    padding: 0;
  }
  .default .detail .mobile-show h2 a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 10px 0;
  }
  .default .detail .mobile-show h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    width: 20px;
    height: 20px;
    background-image: url("../icons/dark/chevron-down.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 99%;
    transition: all 0.2s;
  }
  .default .detail .mobile-show.opened h2::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .default .detail .mobile-show.opened .treemenu--mobile {
    display: block;
  }
  .default .detail .mobile-hide {
    display: none;
  }
  .default .detail .treemenu--mobile {
    display: none;
  }
  .default .detail .treemenu--mobile ul li {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .default .detail .mobile-show {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 480px) {
  .default .detail .children .box {
    margin-bottom: 20px;
  }
}
.landing .intro {
  background-color: #f5f5f5;
}
.landing .modules {
  text-align: center;
  font-size: 0;
  padding: 40px 0 20px 0;
  background-color: #f5f5f5;
}
.landing .modules .box {
  position: relative;
  overflow: hidden;
  text-align: left;
  min-height: 360px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.landing .modules .box h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px 0;
}
.landing .modules .box h2 a {
  color: inherit;
}
.landing .modules .box h2 a::after {
  content: none;
}
.landing .modules .box p {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 20px;
  color: #7c878e;
}
.landing .modules .box.default {
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}
.landing .modules .box.alternative {
  background-color: #021b41;
}
.landing .modules .module {
  display: inline-block;
  width: 33.33%;
  padding: 20px;
  margin: 0 auto;
}

.faq {
  background-color: #f5f5f5;
}
.faq .intro .filter {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin: 20px 0;
}
.faq .intro .filter label,
.faq .intro .filter select {
  display: inline-block;
  width: auto;
}
.faq .intro .filter label {
  padding-right: 20px;
}
.faq .intro .filter select {
  min-width: 200px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 15px 40px 15px 10px;
  background-position: calc(100% - 10px) 50%;
}
.faq .questions {
  padding-top: 0;
}
.faq .questions .box {
  padding: 0;
  margin-bottom: 40px;
}
.faq .questions .box .question {
  cursor: pointer;
  padding: 20px;
}
.faq .questions .box .question h4 {
  position: relative;
  padding: 0 40px 0 0;
}
.faq .questions .box .question h4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../icons/dark/chevron-down.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 99%;
  transition: all 0.3s;
}
.faq .questions .box .question.opened h4::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq .questions .box .question.opened + .answer {
  display: block;
}
.faq .questions .box .answer {
  display: none;
  position: relative;
  padding: 20px;
  transition: all 0.3s;
}
.faq .questions .box .answer p, .faq .questions .box .answer ul, .faq .questions .box .answer ol {
  font-size: 0.875rem;
  line-height: 2;
  color: rgba(2, 27, 65, 0.75);
}
.faq .questions .box .answer p + ul,
.faq .questions .box .answer p + ol {
  margin-top: -10px;
}
.faq .questions .box .answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: rgba(2, 27, 65, 0.05);
}
.faq .modules {
  text-align: center;
  font-size: 0;
  padding: 40px 0 20px 0;
  background-color: #f5f5f5;
}
.faq .modules .box {
  position: relative;
  overflow: hidden;
  text-align: left;
  min-height: 360px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.faq .modules .box h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px 0;
}
.faq .modules .box h2 a {
  color: inherit;
}
.faq .modules .box h2 a::after {
  content: none;
}
.faq .modules .box p {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 20px;
  color: #7c878e;
}
.faq .modules .box.default {
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}
.faq .modules .box.alternative {
  background-color: #021b41;
}
.faq .modules .module {
  display: inline-block;
  width: 33.33%;
  padding: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .faq .intro .filter {
    margin: 10px 0;
  }
  .faq .questions .box .question {
    padding: 15px;
  }
  .faq .questions .box .answer {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .faq .intro .filter {
    padding-right: 0;
  }
  .faq .intro .filter select {
    min-width: 175px;
  }
  .faq .questions .box {
    margin-bottom: 20px;
  }
}
.suggestions {
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
.suggestions .intro .filter {
  position: relative;
  display: inline-block;
  width: 25%;
  padding-right: 20px;
  margin: 20px 0;
}
.suggestions .intro .filter label,
.suggestions .intro .filter select {
  display: block;
  width: 100%;
}
.suggestions .intro .filter label {
  padding-right: 20px;
}
.suggestions .intro .filter select {
  min-width: 200px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 15px 40px 15px 10px;
  background-position: calc(100% - 10px) 50%;
  white-space: nowrap;
}
.suggestions .items {
  padding: 0;
}
.suggestions .items .item {
  padding-bottom: 20px;
}
.suggestions .items .item:not(:last-child) {
  margin-bottom: 40px;
}
.suggestions .items .item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: rgba(2, 27, 65, 0.1);
}
.suggestions .items .box {
  margin-bottom: 20px;
}
.suggestions .items .box.problem ul {
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
}
.suggestions .items .box.problem ul li {
  position: relative;
  font-size: 0.875rem;
  padding-bottom: 5px;
  padding-left: 125px;
}
.suggestions .items .box.problem ul li span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}
.suggestions .items .box.problem p {
  margin-left: 125px;
}
.suggestions .items .box.problem .note {
  text-align: right;
  padding-top: 20px;
  border-top: 1px solid rgba(2, 27, 65, 0.05);
}
.suggestions .items .box.problem .note p {
  position: relative;
  padding-bottom: 0;
  padding-left: 200px;
  margin-left: 0;
  color: #021b41;
}
.suggestions .items .box.problem .note .status {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.suggestions .items .box.problem .note .status i {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  padding: 3px 10px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
}
.suggestions .items .box.problem .note .status i.under-review {
  color: #7c878e;
  background-color: rgba(204, 206, 208, 0.2);
  border-color: #CCCED0;
}
.suggestions .items .box.problem .note .status i.in-progress {
  color: #ef9560;
  background-color: rgba(239, 149, 96, 0.1);
  border-color: #ef9560;
}
.suggestions .items .box.problem .note .status i.implemented {
  color: #63CE63;
  background-color: rgba(99, 206, 99, 0.1);
  border-color: #63CE63;
}
.suggestions .items .box.problem .note .status i.not-feasible {
  color: #FF0000;
  background-color: rgba(255, 0, 0, 0.1);
  border-color: #FF0000;
}
.suggestions .items .box.problem .note .date {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  border-right: 1px solid rgba(2, 27, 65, 0.1);
}
.suggestions .items .box.problem .note .date strong {
  font-weight: 600;
}
.suggestions .items .box.problem .note .likes {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-left: 10px;
}
.suggestions .items .box.problem .note .likes::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../icons/dark/thumb-up.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.suggestions .items .box.problem .note .likes::after {
  content: "x";
}
.suggestions .items .box.problem .note .likes.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.suggestions .items .box.progress {
  color: #FFFFFF;
  background-color: #021b41;
}
.suggestions .items .box.progress p {
  color: rgba(255, 255, 255, 0.75);
}
.suggestions .items .box.progress .note {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.suggestions .items .box.progress .note p strong {
  color: #FFFFFF;
}

@media screen and (max-width: 960px) {
  .suggestions .items .item:not(:last-child)::after {
    left: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .suggestions .intro .filter {
    display: block;
    padding-left: 100px;
    padding-right: 0;
    margin: 10px 0;
    width: 100%;
  }
  .suggestions .intro .filter label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
  }
  .suggestions .intro .filter select {
    width: 100%;
  }
  .suggestions .items .box {
    padding: 15px;
  }
  .suggestions .items .box.problem ul li {
    padding-left: 0;
    padding-bottom: 15px;
  }
  .suggestions .items .box.problem ul li span {
    position: static;
    display: block;
  }
  .suggestions .items .box.problem p {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .suggestions .items .item {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .suggestions .items .box.problem .note {
    text-align: left;
  }
  .suggestions .items .box.problem .note .status {
    position: static;
    display: inline-block;
    margin-top: 10px;
  }
  .suggestions .items .box.problem .note p {
    padding-left: 0;
    font-size: 0.75rem;
  }
}
.search .intro {
  background-color: #f5f5f5;
}
.search .intro p {
  padding: 20px 0;
}
.search .results ul {
  list-style: none;
  padding: 0;
}
.search .results ul li {
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(2, 27, 65, 0.05);
}

.calendar .intro {
  background-color: #f5f5f5;
}
.calendar .detail figure {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.calendar .detail figure iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.calendar .modules {
  text-align: center;
  font-size: 0;
  padding: 40px 0 20px 0;
  background-color: #f5f5f5;
}
.calendar .modules .box {
  position: relative;
  overflow: hidden;
  text-align: left;
  min-height: 360px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.calendar .modules .box h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px 0;
}
.calendar .modules .box h2 a {
  color: inherit;
}
.calendar .modules .box h2 a::after {
  content: none;
}
.calendar .modules .box p {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 20px;
  color: #7c878e;
}
.calendar .modules .box.default {
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}
.calendar .modules .box.alternative {
  background-color: #021b41;
}
.calendar .modules .module {
  display: inline-block;
  width: 33.33%;
  padding: 20px;
  margin: 0 auto;
}

.people {
  background-color: #f5f5f5;
}
.people .intro .filter {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin: 20px 0;
}
.people .intro .filter label,
.people .intro .filter select {
  display: inline-block;
  width: auto;
}
.people .intro .filter label {
  padding-right: 20px;
}
.people .intro .filter select {
  min-width: 200px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 15px 40px 15px 10px;
  background-position: calc(100% - 10px) 50%;
}
.people .employees {
  padding-top: 0;
}
.people .employees .hidden {
  display: none;
}
.people .employees .box {
  padding: 0;
  margin-bottom: 40px;
}
.people .employees .box .employee {
  padding: 20px;
}
.people .employees .box .employee .title {
  position: relative;
  min-height: 80px;
  padding-left: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(2, 27, 65, 0.05);
}
.people .employees .box .employee .title figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.people .employees .box .employee .title h4 {
  padding-bottom: 10px;
}
.people .employees .box .employee .title p {
  position: relative;
  padding: 0;
}
.people .employees .box .employee .title p span {
  font-weight: 500;
}
.people .employees .box .employee .title p span::before {
  content: "|";
  font-weight: 400;
  padding-right: 5px;
  padding-left: 5px;
}
.people .employees .box .employee .contact {
  padding-top: 15px;
}
.people .employees .box .employee .contact ul {
  list-style: none;
  font-size: 0;
  padding-left: 0;
}
.people .employees .box .employee .contact ul li {
  position: relative;
  display: inline-block;
  width: 50%;
  font-size: 0.875rem;
  padding: 5px 30px;
}
.people .employees .box .employee .contact ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 75%;
}
.people .employees .box .employee .contact ul li.email::before {
  background-image: url("../icons/dark/email.svg");
}
.people .employees .box .employee .contact ul li.phone::before {
  background-image: url("../icons/dark/phone.svg");
}
.people .employees .box .employee .contact ul li.address::before {
  background-image: url("../icons/dark/address.svg");
}
.people .employees .box .employee .contact ul li.contract::before {
  background-image: url("../icons/dark/contract.svg");
}
.people .employees .box .employee .structure {
  padding-top: 25px;
  border-top: 1px solid rgba(2, 27, 65, 0.05);
}
.people .employees .box .employee .structure h4 {
  font-size: 1rem;
}
.people .employees .box .employee .structure hr {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 1px solid rgba(2, 27, 65, 0.05);
}
.people .employees .box .employee .structure ul {
  list-style: none;
  font-size: 0;
  padding-left: 0;
  margin-left: 0;
}
.people .employees .box .employee .structure ul li {
  position: relative;
  display: inline-block;
  width: 25%;
  font-size: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  padding: 10px 5% 10px 0;
  color: #7c878e;
}
.people .employees .box .employee .structure ul li a {
  display: block;
  color: #7c878e;
}
.people .employees .box .employee .structure ul li a strong {
  font-size: 0.875rem;
  display: block;
}
.people .employees .box .employee .structure ul li a::after {
  content: none;
}
.people .modules {
  text-align: center;
  font-size: 0;
  padding: 40px 0 20px 0;
  background-color: #f5f5f5;
}
.people .modules .box {
  position: relative;
  overflow: hidden;
  text-align: left;
  min-height: 360px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.people .modules .box h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px 0;
}
.people .modules .box h2 a {
  color: inherit;
}
.people .modules .box h2 a::after {
  content: none;
}
.people .modules .box p {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 20px;
  color: #7c878e;
}
.people .modules .box.default {
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}
.people .modules .box.alternative {
  background-color: #021b41;
}
.people .modules .module {
  display: inline-block;
  width: 33.33%;
  padding: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .people .employees .box .employee .title {
    min-height: 100px;
  }
}
@media screen and (max-width: 960px) {
  .people .employees .box .employee .title {
    min-height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .people .intro .filter {
    margin: 10px 0;
  }
  .people .intro .filter select {
    width: 190px;
    min-width: auto;
    white-space: nowrap;
  }
  .people .employees .box .employee {
    padding: 15px;
  }
  .people .employees .box .employee .contact ul {
    padding-bottom: 0;
  }
  .people .employees .box .employee .contact ul li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .people .intro .filter {
    padding-right: 0;
  }
  .people .intro .filter select {
    width: 160px;
  }
  .people .employees .box {
    margin-bottom: 20px;
  }
}
.login {
  min-height: 100vh;
  padding-top: 0;
  background-color: #f5f5f5;
}
.login .form {
  max-width: 440px;
  padding-top: 15%;
  margin: 0 auto;
}
.login .form .box {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 10px rgba(2, 27, 65, 0.05);
}
.login .form .box h1 {
  font-size: 1.5rem;
  padding-top: 15px;
  padding-bottom: 25px;
}
.login .form .box p {
  font-size: 0.875rem;
  padding-bottom: 30px;
}
.login .form .box .google {
  position: relative;
  padding-left: 60px;
  padding-right: 23px;
  color: #7c878e;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.login .form .box .google:hover {
  transform: none;
  box-shadow: 0 3px 5px rgba(2, 27, 65, 0.1);
}
.login .form .box .google::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../icons/social/google.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 99%;
}
.login .form .note {
  padding: 0 20px;
}
.login .form .note p {
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 0;
  color: #7c878e;
}
.login .form .note p a {
  color: #7c878e;
  border-bottom: 1px solid #7c878e;
}
.login .form .note p a:hover {
  color: #7c878e;
  border-bottom-color: #7c878e;
}
.login .form .note p a::after {
  content: none;
}