/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap" rel="stylesheet');
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .tag {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.float-xs-left {
  float: left !important; }

.float-xs-right {
  float: right !important; }

.float-xs-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 1rem 1rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-2 {
  margin: 1.5rem 1.5rem !important; }

.mt-2 {
  margin-top: 1.5rem !important; }

.mr-2 {
  margin-right: 1.5rem !important; }

.mb-2 {
  margin-bottom: 1.5rem !important; }

.ml-2 {
  margin-left: 1.5rem !important; }

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-3 {
  margin: 3rem 3rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 1rem 1rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-2 {
  padding: 1.5rem 1.5rem !important; }

.pt-2 {
  padding-top: 1.5rem !important; }

.pr-2 {
  padding-right: 1.5rem !important; }

.pb-2 {
  padding-bottom: 1.5rem !important; }

.pl-2 {
  padding-left: 1.5rem !important; }

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-3 {
  padding: 3rem 3rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #818a91 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #373a3c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2021 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

/*Font Face*/
/*Colors*/
/*General*/
.no-scroll {
  overflow: hidden; }

* {
  box-sizing: border-box; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  margin: 0 auto;
  color: #2B4881;
  min-height: 100%;
  height: 100%; }

a {
  transition: all 0.3s;
  scroll-behavior: smooth; }

a:focus, a:active, a:hover, a:hover:focus, a:hover:active, a:hover:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

img {
  max-width: 100%; }

button {
  border: none;
  background: none;
  margin: 0;
  padding: 0; }

input:hover, input:active, input:focus, button:hover, button:active, button:focus, select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus {
  outline: none; }

.text-center {
  text-align: center; }

@media (min-width: 992px) {
  .container {
    width: 1170px; } }

main {
  clear: both; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"],
  .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.height100 {
  height: 100%; }

.flex-center {
  display: flex;
  align-items: center; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

@media (min-width: 992px) {
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; } }

.wrapper_grird {
  display: grid;
  grid-gap: 30px; }

@media (min-width: 576px) {
  .grird_two_col {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }

@media (min-width: 576px) {
  .grird_item {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }

.grird_height {
  align-self: start; }

.zoom {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block; }
  .zoom img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .zoom:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -khtml-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.mrb20 {
  margin-bottom: 20px; }

.mrb15 {
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; } }

@media (min-width: 768px) {
  .order-md-2 {
    order: 2; } }

@media (min-width: 768px) {
  .order-md-3 {
    order: 3; } }

@media (max-width: 991px) {
  .order-sm-2 {
    order: 2; } }

@media (min-width: 992px) {
  .row_reverse {
    flex-direction: row-reverse; } }

@media (min-width: 992px) {
  .column_reverse {
    flex-direction: column-reverse; } }

/* Safari 10.1+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .row:after {
      display: none; } } }

/*Edit Manager*/
.ActionMenu {
  z-index: 99999 !important; }
  .ActionMenu .ActionMenuTag {
    line-height: 1.5; }
    .ActionMenu .ActionMenuTag .fa {
      color: #1B4D79 !important;
      width: auto !important;
      height: auto !important;
      border: none !important;
      font-size: 11px !important;
      display: inline-block !important;
      float: left !important;
      border-radius: 0 !important;
      line-height: 1.1rem !important;
      margin-right: 4px !important; }
  .ActionMenu .ActionMenuBody {
    z-index: 99999 !important; }
    .ActionMenu .ActionMenuBody > dl dd > a {
      color: #1B4D79 !important;
      width: auto !important;
      height: auto !important;
      background: transparent; }
      .ActionMenu .ActionMenuBody > dl dd > a .fa {
        color: #1B4D79 !important;
        width: auto !important;
        height: auto !important;
        border: none !important;
        font-size: 11px !important;
        display: inline-block !important;
        float: left !important;
        border-radius: 0 !important;
        line-height: 1.1rem !important;
        margin-right: 4px !important; }
    .ActionMenu .ActionMenuBody > h4 {
      color: #333 !important; }

.cmsadminpanel {
  z-index: 16000009; }
  .cmsadminpanel ul {
    margin: 0;
    padding: 0;
    list-style: none; }

/*Register Form*/
@media (min-width: 992px) {
  .subscribe-wrap {
    margin-top: 60px; } }

.subscribe {
  margin: 0 0 20px; }
  .subscribe .subscribefrm {
    position: relative;
    height: 35px; }
  .subscribe .subscribeemail {
    width: 100%;
    background: #ffffff;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 35px;
    padding: 7px 15px;
    border-radius: 7px; }
    .subscribe .subscribeemail:hover {
      background: #e6e6e6; }
  .subscribe .subscribebutton {
    position: absolute;
    right: -1px;
    top: 0;
    background: #2B4881;
    color: #ffffff;
    height: 35px;
    padding: 7px 20px;
    border-radius: 0 7px 7px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    text-transform: uppercase; }
    .subscribe .subscribebutton:hover {
      background: #69af24; }

.newsletter {
  padding: 30px 0;
  color: #ffffff; }
  @media (max-width: 767px) {
    .newsletter {
      padding: 15px 0; } }
  .newsletter .partner-title {
    padding: 0 0 0 95px;
    font-size: 0.875rem;
    position: relative; }
    @media (max-width: 1199px) {
      .newsletter .partner-title {
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .newsletter .partner-title {
        padding: 0 0 0 65px; } }
    .newsletter .partner-title::before {
      width: 70px;
      height: 50px;
      position: absolute;
      left: 0;
      top: 10px;
      display: block;
      content: ''; }
      @media (max-width: 767px) {
        .newsletter .partner-title::before {
          background-size: 70%; } }
    .newsletter .partner-title h4 {
      font-weight: 600;
      font-size: 1.5rem;
      margin: 0 0 7px; }
      @media (max-width: 767px) {
        .newsletter .partner-title h4 {
          font-size: 1.125rem; } }
    .newsletter .partner-title p {
      margin: 0; }

.form-group, .subscribefrm {
  position: relative; }
  .form-group .fas.fa-exclamation-triangle, .subscribefrm .fas.fa-exclamation-triangle {
    position: absolute;
    top: 9px;
    right: 18px;
    color: #ff0000;
    font-size: 0.75rem; }

.alert-success {
  border: 2px solid #2B4881;
  padding: 20px;
  font-size: 1.25rem;
  text-align: center;
  display: block;
  color: #2B4881;
  border-radius: 15px; }

ul.pagination {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center; }
  ul.pagination li {
    margin: 0 5px 5px; }
    ul.pagination li a, ul.pagination li span {
      color: #000000;
      padding: 5px 15px;
      display: block;
      background: #e6e6e6; }
      ul.pagination li a.SelectedPage, ul.pagination li a:hover, ul.pagination li span.SelectedPage, ul.pagination li span:hover {
        background: #2B4881;
        color: #ffffff; }

.searchresults .altcontent1 {
  display: none; }

.searchresults main {
  position: relative; }
  .searchresults main .search-page {
    padding: 20px 0; }
    .searchresults main .search-page .search-page-top {
      margin: 0 0 20px; }
      .searchresults main .search-page .search-page-top .searchcontrols .form-inline {
        display: flex;
        margin-top: 10px; }
        .searchresults main .search-page .search-page-top .searchcontrols .form-inline .form-group .form-control {
          padding: 7px 15px; }
        .searchresults main .search-page .search-page-top .searchcontrols .form-inline .form-group .seachpage-btn {
          display: inline-block;
          background: #2B4881;
          color: #ffffff;
          padding: 9px 20px;
          border: none;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          .searchresults main .search-page .search-page-top .searchcontrols .form-inline .form-group .seachpage-btn:hover {
            background: #34579c;
            color: #000000; }
    .searchresults main .search-page .searchresult div {
      margin: 0 0 15px; }
      .searchresults main .search-page .searchresult div h3 a {
        color: #000000; }
        .searchresults main .search-page .searchresult div h3 a:hover {
          color: #2B4881; }

@keyframes Start {
  0% {
    visibility: hidden; }
  to {
    visibility: visible; } }

@keyframes Preloader {
  to {
    transform: rotate(1turn); } }

@keyframes Play {
  0% {
    background-position: 0; }
  to {
    background-position: -360px; } }

@keyframes Ani {
  0% {
    box-shadow: 0 0 0 rgba(220, 220, 220, 0);
    border: 1px solid rgba(220, 220, 220, 0);
    transform: scale(0); }
  70% {
    box-shadow: 0 0 50px gainsboro;
    border: 1px solid gainsboro;
    transform: scale(1); }
  to {
    box-shadow: 0 0 60px rgba(220, 220, 220, 0);
    border: 0 solid rgba(220, 220, 220, 0);
    transform: scale(2); } }

@keyframes BgColor {
  0% {
    background-color: #004835; }
  to {
    background-color: #b05c1e; } }

@keyframes Leftpage {
  0% {
    left: -100%; }
  to {
    left: 100%; } }

@keyframes Rotate {
  0% {
    transform: rotate(0deg) translateZ(0); }
  to {
    transform: rotate(1turn) translateZ(0); } }

@keyframes empty {
  0% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeBlur {
  0% {
    filter: blur(0); }
  to {
    filter: blur(15px); } }

@keyframes flipInY {
  0% {
    transform: scale(2);
    filter: blur(20px);
    opacity: 0; }
  to {
    transform: scale(1);
    filter: blur(0);
    opacity: 1; } }

@keyframes flipOutY {
  0% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1; }
  to {
    transform: scale(2);
    filter: blur(20px);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0);
    opacity: 0; } }

@keyframes scaleSmall {
  0% {
    opacity: 0;
    transform: rotate(15deg) scale(0.8); }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1); } }

@keyframes scaleLarge {
  0% {
    opacity: 0;
    transform: scale(2); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes scaleLarge2 {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: translateY(-12px); }
  15% {
    opacity: 0;
    transform: translateY(8px); }
  30% {
    opacity: 1;
    transform: translateY(-12px); }
  50% {
    opacity: 0;
    transform: translateY(8px); }
  60% {
    opacity: 1;
    transform: translateY(-12px); }
  to {
    opacity: 1;
    transform: translateY(-12px); } }

@keyframes goHeight {
  0% {
    transform: scaleY(0); }
  to {
    transform: scaleX(1); } }

@keyframes goWidth {
  0% {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }

@keyframes aniHeight {
  0% {
    transform: scaleX(1); }
  to {
    transform: scaleY(0); } }

@keyframes aniWidth {
  0% {
    transform: scaleX(1); }
  to {
    transform: scaleX(0); } }

@keyframes moveLeft {
  to {
    transform: translateX(-100%); } }

@keyframes moveRight {
  to {
    transform: translateX(100%); } }

@keyframes aniRight {
  to {
    transform: translateX(12vw); } }

@keyframes toRight {
  0% {
    opacity: 0;
    right: -100px; }
  to {
    opacity: 1;
    right: 0; } }

@keyframes toLeft {
  0% {
    opacity: 0;
    left: -100px; }
  to {
    opacity: 1;
    left: 0; } }

@keyframes goRight {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes goLeft {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes DrawStroke {
  0% {
    stroke-dashoffset: 3500; }
  to {
    stroke-dashoffset: 0; } }

@keyframes DrawStroke1 {
  0% {
    stroke-dashoffset: 2500; }
  to {
    stroke-dashoffset: 0; } }

@keyframes DrawStroke2 {
  0% {
    stroke-dashoffset: 4000; }
  to {
    stroke-dashoffset: 0; } }

@keyframes FillIn {
  0% {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }

@keyframes goBg {
  0% {
    transform: translate3d(-50%, 0, 0); }
  to {
    transform: none; } }

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    opacity: 1; } }

@keyframes bounceInGrow {
  0%,
  80%,
  85%,
  95%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  80% {
    opacity: 1;
    transform: translate3d(0, -15px, 0); }
  85% {
    transform: translate3d(0, 10px, 0); }
  95% {
    transform: translate3d(0, -5px, 0); }
  to {
    opacity: 1; } }

@keyframes Color2 {
  0% {
    background-color: #00431c; }
  20% {
    background-color: #b08a30; }
  60% {
    background-color: #00431c; } }

@keyframes Border {
  0% {
    fill: #d98b28; }
  20% {
    fill: #225076; }
  60% {
    fill: #d0b179; }
  80% {
    fill: #225076; }
  to {
    fill: #d98b28; } }

@keyframes Background {
  0% {
    background-color: #0f304b; }
  to {
    background-color: transparent; } }

@keyframes BackgroundIn {
  0% {
    background-color: transparent; }
  to {
    background-color: #0f304b; } }

@keyframes Bounce {
  0% {
    transform: translateZ(0) rotate(0); }
  50% {
    transform: translate3d(50px, 20px, 0) rotate(125deg); }
  to {
    transform: translateZ(0) rotate(1turn); } }

@keyframes StrokeLine {
  0% {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: -200; } }

@keyframes StrokeLine1 {
  0% {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 200; } }

@keyframes BorderBox {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  to {
    background-position: 0 50%; } }

@keyframes MaskPlay {
  0% {
    mask-position: 0 0; }
  to {
    mask-position: 100% 0; } }

@keyframes Move-Arrow {
  25% {
    opacity: 1; }
  33.3% {
    opacity: 1;
    transform: translateY(10px); }
  66.6% {
    opacity: 1;
    transform: translateY(20px); }
  to {
    opacity: 0;
    transform: translateY(30px) scale(0.5); } }

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-500px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translateZ(0);
    opacity: 1; } }

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(500px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translateZ(0);
    opacity: 1; } }

@keyframes bounceInBottom {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -1000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -25px, 0); }
  75% {
    transform: translate3d(0, 5px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0);
    opacity: 1; } }

@keyframes bounceBottom {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1; }
  0% {
    transform: translateZ(0); }
  60% {
    transform: translate3d(0, -10px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -10px, 0); }
  to {
    transform: translateZ(0); } }

@keyframes bounceLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1; }
  0% {
    transform: translateZ(0); }
  60% {
    transform: translate3d(10px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(10px, 0, 0); }
  to {
    transform: translateZ(0); } }

@keyframes bounceRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1; }
  0% {
    transform: translateZ(0); }
  60% {
    transform: translate3d(-10px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-10px, 0, 0); }
  to {
    transform: translateZ(0); } }

@keyframes InRight {
  0% {
    opacity: 0;
    top: -100px; }
  to {
    opacity: 1;
    top: 20px; } }

@keyframes hotline-animate {
  0% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    -khtml-transform: scale3d(1.3, 1.3, 1.3);
    -moz-transform: scale3d(1.3, 1.3, 1.3);
    -ms-transform: scale3d(1.3, 1.3, 1.3);
    -o-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale3d(2.2, 2.2, 2.2);
    -khtml-transform: scale3d(2.2, 2.2, 2.2);
    -moz-transform: scale3d(2.2, 2.2, 2.2);
    -ms-transform: scale3d(2.2, 2.2, 2.2);
    -o-transform: scale3d(2.2, 2.2, 2.2);
    transform: scale3d(2.2, 2.2, 2.2);
    opacity: 0; } }

@keyframes phone-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  5% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  15% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  25% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

.abs {
  position: absolute; }

.relative {
  position: relative; }

.wh100 {
  width: 100%;
  height: 100%; }

.top_left0 {
  top: 0;
  left: 0; }

.top_right0 {
  top: 0;
  right: 0; }

.text-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.overlay {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.65); }

.Gradient_text {
  color: transparent;
  background-image: linear-gradient(to right, #ffa400, #00aefd);
  -webkit-background-clip: text; }

.text_too_long {
  word-break: break-all; }

.border_thin {
  border: thin solid #eee; }

.main_wrap {
  width: 100%;
  background-color: rgba(142, 225, 248, 0.6);
  background-image: repeating-linear-gradient(90deg, #8ED9F7 0px 50px, #8EE1F8 50px 100px); }
  .main_wrap .triangle_topleft, .main_wrap .triangle_topright {
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    top: 0; }

.main_item {
  overflow: hidden; }
  .main_item h1, .main_item h2, .main_item h3, .main_item h4, .main_item h5 {
    font-weight: 400; }
  .main_item .main_item_flag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100px; }
    @media (min-width: 992px) {
      .main_item .main_item_flag {
        background: url(../images/background/flag_long.png) no-repeat top center; } }
    @media (max-width: 991px) {
      .main_item .main_item_flag {
        background: url(../images/background/sp_flag_long@2x.png) no-repeat top center;
        background-size: 165%; } }
  .main_item.opt1 .main_item_content, .main_item.opt2 .main_item_content, .main_item.opt3 .main_item_content, .main_item.opt4 .main_item_content, .main_item.opt5 .main_item_content {
    max-width: 1020px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 11; }
    @media (max-width: 1199px) {
      .main_item.opt1 .main_item_content, .main_item.opt2 .main_item_content, .main_item.opt3 .main_item_content, .main_item.opt4 .main_item_content, .main_item.opt5 .main_item_content {
        max-width: 800px; } }
  .main_item .triangle_topright_small {
    width: 0;
    height: 0;
    border-top: 90px solid rgba(10, 99, 134, 0.5);
    border-left: 230px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    @media (max-width: 991px) {
      .main_item .triangle_topright_small {
        border-top-width: 120px;
        border-left-width: 150px;
        right: -15px; } }
  .main_item .triangle_topleft_small {
    width: 0;
    height: 0;
    border-top: 90px solid rgba(10, 99, 134, 0.5);
    border-right: 230px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
    @media (max-width: 991px) {
      .main_item .triangle_topleft_small {
        border-top-width: 120px;
        border-right-width: 150px;
        left: -15px; } }
  @media (max-width: 991px) {
    .main_item .main_item_slide {
      top: -7px; } }
  .main_item .main_item_slide .item_img {
    padding: 15px;
    display: block; }
    @media (max-width: 767px) {
      .main_item .main_item_slide .item_img {
        padding: 0 5px; } }
    .main_item .main_item_slide .item_img img {
      width: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .main_item .main_item_slide .item_img img:hover {
        opacity: 1.0; }
  .main_item .main_item_slide .main_item_slide_button, .main_item .main_item_slide .main_item_slide_button_style2, .main_item .main_item_slide .main_item_slide_button_style3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    position: absolute;
    z-index: 10;
    top: 45%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0; }
    @media (max-width: 767px) {
      .main_item .main_item_slide .main_item_slide_button, .main_item .main_item_slide .main_item_slide_button_style2, .main_item .main_item_slide .main_item_slide_button_style3 {
        opacity: 1;
        top: 35%;
        padding: 0 15px; } }
    .main_item .main_item_slide .main_item_slide_button > div, .main_item .main_item_slide .main_item_slide_button_style2 > div, .main_item .main_item_slide .main_item_slide_button_style3 > div {
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 767px) {
        .main_item .main_item_slide .main_item_slide_button > div img, .main_item .main_item_slide .main_item_slide_button_style2 > div img, .main_item .main_item_slide .main_item_slide_button_style3 > div img {
          width: 90%; } }
      .main_item .main_item_slide .main_item_slide_button > div.prev img, .main_item .main_item_slide .main_item_slide_button_style2 > div.prev img, .main_item .main_item_slide .main_item_slide_button_style3 > div.prev img {
        transform: rotate(180deg); }
      .main_item .main_item_slide .main_item_slide_button > div:hover, .main_item .main_item_slide .main_item_slide_button_style2 > div:hover, .main_item .main_item_slide .main_item_slide_button_style3 > div:hover {
        transform: scale(1.5); }
        @media (max-width: 767px) {
          .main_item .main_item_slide .main_item_slide_button > div:hover, .main_item .main_item_slide .main_item_slide_button_style2 > div:hover, .main_item .main_item_slide .main_item_slide_button_style3 > div:hover {
            transform: scale(1.2); } }
  .main_item .main_item_slide:hover .main_item_slide_button, .main_item .main_item_slide:hover .main_item_slide_button_style2, .main_item .main_item_slide:hover .main_item_slide_button_style3 {
    opacity: 1; }
  .main_item.opt1 {
    padding: 70px 0 40px; }
    @media (min-width: 576px) {
      .main_item.opt1 {
        padding: 120px 0 60px; } }
    .main_item.opt1 p {
      margin: 0 0 5px;
      font-size: 1.25rem; }
      @media (max-width: 991px) {
        .main_item.opt1 p {
          font-size: 0.8125rem; } }
    .main_item.opt1 .triangle_topleft {
      left: 0;
      border-top: calc(100vh - 30vh) solid rgba(0, 82, 115, 0.4);
      border-right: calc(100vw - 50vw) solid transparent; }
    .main_item.opt1 .triangle_topright {
      right: 0;
      border-top: calc(100vh - 30vh) solid rgba(0, 82, 115, 0.4);
      border-left: calc(100vw - 50vw) solid transparent; }
    @media (max-width: 991px) {
      .main_item.opt1 .triangle_topleft, .main_item.opt1 .triangle_topright {
        border-top-width: calc(100vh - 60vh); } }
    @media (max-width: 575px) {
      .main_item.opt1 .triangle_topleft, .main_item.opt1 .triangle_topright {
        border-top-width: calc(100vh - 75vh); } }
    .main_item.opt1 .main_item_content_wrap {
      background: #ffffff;
      padding: 20px 15px;
      border-radius: 10px; }
      @media (max-width: 1199px) {
        .main_item.opt1 .main_item_content_wrap {
          margin: 0 15px; } }
    .main_item.opt1 .img {
      position: relative;
      margin-bottom: 20px; }
      @media (max-width: 575px) {
        .main_item.opt1 .img {
          width: 115px; } }
      @media (min-width: 992px) {
        .main_item.opt1 .img {
          left: -85px;
          width: 390px;
          margin-top: 35%; }
          .main_item.opt1 .img img {
            width: 390px; } }
    @media (min-width: 992px) {
      .main_item.opt1 .title {
        margin-left: -35px; } }
    .main_item.opt1 .title h1 {
      font-size: 3.75rem;
      margin: 0 0 10px;
      font-weight: 500;
      white-space: nowrap; }
      @media (max-width: 991px) {
        .main_item.opt1 .title h1 {
          font-size: 2.125rem; } }
    .main_item.opt1 .title h2 {
      font-size: 1.875rem;
      margin: 0; }
      @media (max-width: 991px) {
        .main_item.opt1 .title h2 {
          font-size: 1.25rem; } }
    .main_item.opt1 .brief_1, .main_item.opt1 .brief_2, .main_item.opt1 .brief_3 {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .main_item.opt1 .brief_1, .main_item.opt1 .brief_2, .main_item.opt1 .brief_3 {
          margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .main_item.opt1 .brief_1 p {
        margin: 0;
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .main_item.opt1 .brief_2 p span {
        display: block;
        margin-left: 47px; } }
    @media (min-width: 992px) {
      .main_item.opt1 .brief_3 {
        position: relative;
        left: -70px; } }
    .main_item.opt1 .brief_3 h4 {
      font-weight: 500;
      font-size: 1.375rem; }
      @media (max-width: 991px) {
        .main_item.opt1 .brief_3 h4 {
          font-size: 1.125rem; } }
    .main_item.opt1 .main_item_title {
      position: relative;
      color: #ffffff; }
      .main_item.opt1 .main_item_title h5 {
        font-size: 2.5rem; }
        @media (max-width: 991px) {
          .main_item.opt1 .main_item_title h5 {
            font-size: 1.25rem; } }
      .main_item.opt1 .main_item_title:before, .main_item.opt1 .main_item_title:after {
        content: '';
        display: block;
        width: 32%;
        position: absolute;
        top: 45%;
        background: #ffffff;
        height: 1px; }
        @media (max-width: 1199px) {
          .main_item.opt1 .main_item_title:before, .main_item.opt1 .main_item_title:after {
            width: 27%; } }
        @media (max-width: 575px) {
          .main_item.opt1 .main_item_title:before, .main_item.opt1 .main_item_title:after {
            width: 15%; } }
      .main_item.opt1 .main_item_title:before {
        left: 0; }
      .main_item.opt1 .main_item_title:after {
        right: 0; }
  @media (max-width: 767px) {
    .main_item.opt2 .main_item_content {
      margin: 0 15px; } }
  @media (min-width: 992px) {
    .main_item.opt2 .main_item_content .wrapper_grird {
      grid-gap: 60px; } }
  .main_item.opt2 .card {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 10px;
    color: #812b34; }
    .main_item.opt2 .card .card_content {
      flex-direction: row;
      font-size: 1rem; }
      @media (min-width: 992px) {
        .main_item.opt2 .card .card_content {
          position: relative;
          left: -70px;
          font-size: 1.25rem;
          white-space: nowrap; } }
      .main_item.opt2 .card .card_content p {
        margin: 0 0 5px; }
    .main_item.opt2 .card h2 {
      font-size: 2.1875rem;
      margin: 0;
      font-weight: 500; }
      @media (max-width: 991px) {
        .main_item.opt2 .card h2 {
          margin: 0 0 15px; } }
      @media (min-width: 992px) {
        .main_item.opt2 .card h2 {
          margin-left: 110px; } }
    .main_item.opt2 .card h3 {
      font-size: 1.125rem;
      margin: 0 0 15px; }
      @media (min-width: 992px) {
        .main_item.opt2 .card h3 {
          position: relative;
          left: -108px; } }
    .main_item.opt2 .card h4 {
      font-weight: 500;
      font-size: 1.375rem; }
      @media (max-width: 991px) {
        .main_item.opt2 .card h4 {
          font-size: 1.125rem; } }
    .main_item.opt2 .card .img {
      width: 300px; }
      @media (max-width: 991px) {
        .main_item.opt2 .card .img {
          margin-right: 10px;
          width: 145px; } }
      @media (min-width: 992px) {
        .main_item.opt2 .card .img {
          position: relative;
          top: 135px;
          left: -4px; } }
    .main_item.opt2 .card.style2 {
      color: #817b2b; }
      @media (min-width: 992px) {
        .main_item.opt2 .card.style2 .img {
          width: 230px;
          top: 160px;
          left: 20px; } }
      @media (max-width: 767px) {
        .main_item.opt2 .card.style2 .img {
          max-width: 90%;
          margin-top: 10%; } }
      @media (min-width: 992px) {
        .main_item.opt2 .card.style2 h3 {
          left: -43px; } }
  .main_item.opt2 .main_item_img {
    background: url(../images/siru_friend_w_01.png) no-repeat top center;
    width: 100%;
    height: 240px;
    margin: 40px 0 20px;
    display: block;
    background-size: contain; }
    @media (min-width: 992px) {
      .main_item.opt2 .main_item_img {
        margin: 180px 0 50px 0%; } }
    @media (max-width: 991px) {
      .main_item.opt2 .main_item_img {
        background-size: 187%;
        height: 150px; } }
    @media (max-width: 575px) {
      .main_item.opt2 .main_item_img {
        height: 100px; } }
  .main_item.opt3, .main_item.opt4, .main_item.opt5 {
    margin: 0 0 50px; }
    @media (max-width: 991px) {
      .main_item.opt3, .main_item.opt4, .main_item.opt5 {
        background: rgba(236, 244, 245, 0.6);
        margin: 0 0 30px; } }
    @media (min-width: 992px) {
      .main_item.opt3:before, .main_item.opt4:before, .main_item.opt5:before {
        content: '';
        display: block;
        width: 100%;
        height: 70%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: rgba(236, 244, 245, 0.6); } }
    .main_item.opt3 .main_item_content, .main_item.opt3 .main_item_content_bottom, .main_item.opt4 .main_item_content, .main_item.opt4 .main_item_content_bottom, .main_item.opt5 .main_item_content, .main_item.opt5 .main_item_content_bottom {
      position: relative;
      z-index: 10; }
    @media (max-width: 991px) {
      .main_item.opt3 .main_item_content, .main_item.opt4 .main_item_content, .main_item.opt5 .main_item_content {
        margin: 0 15px; } }
    .main_item.opt3 .main_item_title, .main_item.opt4 .main_item_title, .main_item.opt5 .main_item_title {
      padding-top: 30px; }
      @media (max-width: 991px) {
        .main_item.opt3 .main_item_title, .main_item.opt4 .main_item_title, .main_item.opt5 .main_item_title {
          margin-bottom: 20px; } }
      .main_item.opt3 .main_item_title h2, .main_item.opt4 .main_item_title h2, .main_item.opt5 .main_item_title h2 {
        font-weight: 700;
        margin: 0 10px 10px 0;
        font-size: 1.25rem;
        text-align: right;
        position: relative;
        z-index: 10; }
        @media (min-width: 768px) {
          .main_item.opt3 .main_item_title h2, .main_item.opt4 .main_item_title h2, .main_item.opt5 .main_item_title h2 {
            font-size: 1.75rem;
            margin: 0 30px 10px 0; } }
      .main_item.opt3 .main_item_title .more_btn, .main_item.opt4 .main_item_title .more_btn, .main_item.opt5 .main_item_title .more_btn {
        display: block;
        margin: 25px 0 0; }
        .main_item.opt3 .main_item_title .more_btn span, .main_item.opt4 .main_item_title .more_btn span, .main_item.opt5 .main_item_title .more_btn span {
          background: url(../images/more_btn/pc_more_btn.svg) no-repeat top right;
          width: 100%;
          height: 50px;
          display: block;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          background-size: 60%; }
        .main_item.opt3 .main_item_title .more_btn:hover span, .main_item.opt4 .main_item_title .more_btn:hover span, .main_item.opt5 .main_item_title .more_btn:hover span {
          background: url(../images/more_btn/hover_pc_more_btn.svg) no-repeat top right;
          background-size: 60%; }
    @media (min-width: 992px) {
      .main_item.opt3 .img, .main_item.opt4 .img, .main_item.opt5 .img {
        margin-top: 20px; } }
    .main_item.opt3 .img img, .main_item.opt4 .img img, .main_item.opt5 .img img {
      width: 100%; }
    .main_item.opt3 .main_item_content_bottom, .main_item.opt4 .main_item_content_bottom, .main_item.opt5 .main_item_content_bottom {
      flex-direction: column; }
      @media (min-width: 992px) {
        .main_item.opt3 .main_item_content_bottom, .main_item.opt4 .main_item_content_bottom, .main_item.opt5 .main_item_content_bottom {
          flex-direction: column-reverse; } }
      .main_item.opt3 .main_item_content_bottom .custom, .main_item.opt4 .main_item_content_bottom .custom, .main_item.opt5 .main_item_content_bottom .custom {
        min-width: 1020px; }
        @media (min-width: 992px) {
          .main_item.opt3 .main_item_content_bottom .custom, .main_item.opt4 .main_item_content_bottom .custom, .main_item.opt5 .main_item_content_bottom .custom {
            margin-top: -15px; } }
        @media (max-width: 1199px) {
          .main_item.opt3 .main_item_content_bottom .custom, .main_item.opt4 .main_item_content_bottom .custom, .main_item.opt5 .main_item_content_bottom .custom {
            min-width: 92%; } }
        @media (max-width: 991px) {
          .main_item.opt3 .main_item_content_bottom .custom, .main_item.opt4 .main_item_content_bottom .custom, .main_item.opt5 .main_item_content_bottom .custom {
            margin: 10px 15px 30px; } }
        .main_item.opt3 .main_item_content_bottom .custom .brief, .main_item.opt4 .main_item_content_bottom .custom .brief, .main_item.opt5 .main_item_content_bottom .custom .brief {
          font-size: 0.8125rem; }
          @media (min-width: 992px) {
            .main_item.opt3 .main_item_content_bottom .custom .brief, .main_item.opt4 .main_item_content_bottom .custom .brief, .main_item.opt5 .main_item_content_bottom .custom .brief {
              max-width: 495px; } }
          @media (max-width: 767px) {
            .main_item.opt3 .main_item_content_bottom .custom .brief, .main_item.opt4 .main_item_content_bottom .custom .brief, .main_item.opt5 .main_item_content_bottom .custom .brief {
              font-size: 0.875rem; } }
          .main_item.opt3 .main_item_content_bottom .custom .brief p, .main_item.opt4 .main_item_content_bottom .custom .brief p, .main_item.opt5 .main_item_content_bottom .custom .brief p {
            margin: 0 0 2px; }
            .main_item.opt3 .main_item_content_bottom .custom .brief p a, .main_item.opt4 .main_item_content_bottom .custom .brief p a, .main_item.opt5 .main_item_content_bottom .custom .brief p a {
              color: #027DA1;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
              .main_item.opt3 .main_item_content_bottom .custom .brief p a:hover, .main_item.opt4 .main_item_content_bottom .custom .brief p a:hover, .main_item.opt5 .main_item_content_bottom .custom .brief p a:hover {
                color: #000000; }
  @media (min-width: 1200px) {
    .main_item.opt4 .main_item_title {
      padding-left: 30px; } }
  .main_item.opt4 .main_item_title h2 {
    text-align: left;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .main_item.opt4 .main_item_title h2 {
        margin: 0 0 20px; } }
  @media (max-width: 991px) {
    .main_item.opt4 .main_item_slide {
      top: -15px; } }
  @media (min-width: 768px) {
    .main_item.opt4 .main_item_slide .item_img img {
      display: flex;
      width: 260px;
      height: 220px;
      object-fit: contain; } }
  .main_item.opt6 {
    background: rgba(236, 244, 245, 0.6);
    padding: 70px 0 0; }
    @media (min-width: 768px) {
      .main_item.opt6 {
        padding: 220px 0 0; } }
    .main_item.opt6 .border_icon {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      border-top: 440px solid rgba(10, 99, 134, 0.5);
      border-right: 670px solid transparent; }
      @media (max-width: 1199px) {
        .main_item.opt6 .border_icon {
          border-top-width: 320px;
          border-right-width: 470px; } }
      @media (max-width: 767px) {
        .main_item.opt6 .border_icon {
          border-top-width: 130px;
          border-right-width: 160px; } }
    .main_item.opt6 .img_icon {
      position: absolute;
      top: 35px;
      left: 30px; }
      @media (max-width: 767px) {
        .main_item.opt6 .img_icon {
          width: 150px;
          top: 15px;
          left: 15px; } }
    .main_item.opt6 .main_item_top {
      z-index: 10;
      margin: 0 0 50px; }
      .main_item.opt6 .main_item_top h4 {
        position: relative;
        color: #ffffff;
        font-size: 3.125rem;
        margin: 0; }
        .main_item.opt6 .main_item_top h4 span {
          border-bottom: 3px dashed #007fff; }
        .main_item.opt6 .main_item_top h4:before {
          content: '';
          display: block;
          height: 2px;
          background: #ffffff;
          position: absolute;
          top: 50%; }
      .main_item.opt6 .main_item_top .text-sm-right h4:before {
        left: 0;
        width: calc(100% - 190px); }
      .main_item.opt6 .main_item_top .text-sm-left h4:before {
        right: 0;
        width: calc(100% - 220px); }
    .main_item.opt6 .main_tiem_bottom {
      max-width: 1020px;
      margin: 0 auto;
      position: relative;
      z-index: 11; }
      @media (max-width: 1199px) {
        .main_item.opt6 .main_tiem_bottom {
          max-width: 800px; } }
      @media (max-width: 991px) {
        .main_item.opt6 .main_tiem_bottom {
          margin: 0 15px; } }
      .main_item.opt6 .main_tiem_bottom .item {
        margin: 0 0 60px; }
        .main_item.opt6 .main_tiem_bottom .item h4 {
          position: relative;
          color: #ffffff;
          font-size: 1.875rem;
          margin: 0 0 20px; }
          .main_item.opt6 .main_tiem_bottom .item h4 span {
            border-bottom: 2px dashed #007fff; }
          .main_item.opt6 .main_tiem_bottom .item h4:before {
            content: '';
            display: block;
            height: 2px;
            background: #ffffff;
            position: absolute;
            top: 50%; }
        .main_item.opt6 .main_tiem_bottom .item.opt1 h4 {
          text-align: right; }
          .main_item.opt6 .main_tiem_bottom .item.opt1 h4:before {
            left: -15px;
            width: calc(100% - 115px); }
        .main_item.opt6 .main_tiem_bottom .item.opt2 h4:before {
          right: -15px;
          width: calc(100% - 130px); }
        .main_item.opt6 .main_tiem_bottom .item.opt2 .img {
          position: absolute;
          right: 10px;
          top: -40px;
          width: 130px; }
        .main_item.opt6 .main_tiem_bottom .item .box {
          padding: 15px 10px;
          border: 2px solid #ffffff;
          height: 450px;
          overflow: hidden; }
          .main_item.opt6 .main_tiem_bottom .item .box .box_plugin {
            overflow-y: auto;
            height: 420px; }
  .main_item.opt7 {
    padding: 70px 0 20px; }
    @media (min-width: 576px) {
      .main_item.opt7 {
        padding: 120px 0 20px; } }
    .main_item.opt7 .text {
      font-size: 3.125rem;
      color: #ffffff; }
      @media (max-width: 991px) {
        .main_item.opt7 .text {
          font-size: 2.1875rem; } }
      @media (max-width: 991px) {
        .main_item.opt7 .text {
          font-size: 1.75rem; } }
    .main_item.opt7 .img3 {
      display: flex;
      align-items: flex-end; }

@media (min-width: 992px) {
  .chrome .main_item.opt6 .text-sm-right {
    width: 34%; }
  .chrome .main_item.opt6 .text-center {
    width: 30%; }
  .chrome .main_item.opt6 .text-sm-left {
    width: 36%; } }

@media (min-width: 992px) {
  .mac-os .main_item.opt6 .text-sm-right {
    width: 32%; }
  .mac-os .main_item.opt6 .text-center {
    width: 34%; }
  .mac-os .main_item.opt6 .text-sm-left {
    width: 34%; } }

@media screen and (max-width: 1368px) and (min-width: 1360px) {
  .mac-os .main_item.opt2 .main_item_img {
    height: 165px; }
  .mac-os .main_item.opt2 .card.style1 h3 {
    left: -65px; }
  .mac-os .main_item.opt2 .card.style1 .card__content {
    position: relative;
    left: -42px; }
  .mac-os .main_item.opt6 .text-sm-right {
    width: 28%; }
  .mac-os .main_item.opt6 .text-center {
    width: 42%; }
  .mac-os .main_item.opt6 .text-sm-left {
    width: 30%; }
  .mac-os .main_item.opt7 .text {
    font-size: 2.5rem; } }

@media screen and (max-width: 1115px) and (min-width: 1110px) {
  .main_item.opt1 .img {
    width: 330px; }
  .main_item.opt2 .main_item_img {
    height: 136px; }
  .main_item.opt2 .card h3 {
    left: 3px; }
  .main_item.opt2 .card.style1 .img {
    top: 130px;
    left: 17px; }
  .main_item.opt2 .card.style2 .img {
    left: -2px; }
  .main_item.opt2 .card.style2 .card_content {
    left: -40px; }
  .main_item.opt2 .card.style2 h3 {
    left: -3px; }
  .main_item.opt3 .main_item_content_bottom p {
    margin: 0 0 10px; }
  .main_item.opt3 .main_item_content_bottom .custom .brief {
    max-width: 385px;
    margin-top: -65px; }
  .main_item.opt7 .text {
    font-size: 2.1875rem; } }

@media screen and (max-width: 1025px) and (min-width: 1020px) {
  .main_item.opt1 .img {
    width: 330px; }
  .main_item.opt2 .main_item_img {
    height: 125px; }
  .main_item.opt2 .card h3 {
    left: 2px; }
  .main_item.opt2 .card.style2 h2 {
    margin-left: 87px; }
  .main_item.opt2 .card.style2 h3 {
    left: 0; }
  .main_item.opt2 .card.style2 .img {
    top: 128px; }
  .main_item.opt3 .main_item_content_bottom p {
    margin: 0 0 10px; }
  .main_item.opt3 .main_item_content_bottom .custom .brief {
    max-width: 385px;
    margin-top: -65px; }
  .main_item.opt7 .text {
    font-size: 2rem; } }

@media only screen and (min-width: 1400px) {
  .main_item.opt2 .card.style1 h3 {
    left: -65px; }
  .main_item.opt2 .card.style1 .card__content {
    position: relative;
    left: -42px; } }

/* Chorme tren Safari */
*::-ms-backdrop, .main_wrap {
  background-image: url(../images/ie_bg_wrap.png); }

*::-ms-backdrop, .main_item.opt3 .main_item_content {
  width: 1020px; }

*::-ms-backdrop, .wrapper_grird {
  display: flex; }

*::-ms-backdrop, .main_item.opt2 .wrapper_grird .style2 {
  margin-left: 60px; }

*::-ms-backdrop, .main_item.opt6 .text-sm-right {
  width: 34%; }

*::-ms-backdrop, .main_item.opt6 .text-center {
  width: 30%; }

