* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  color: #333;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 700;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  overflow: hidden;
}

blockquote {
  margin: 0 0 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

button,
[type="button"],
[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.native-inline-block {
  display: inline-block;
  max-width: 100%;
}

.w-hidden {
  display: none;
}

.w-clearfix::before,
.w-clearfix::after,
.w-container::before,
.w-container::after,
.w-embed::before,
.w-embed::after,
.w-richtext::before,
.w-richtext::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix::after,
.w-container::after,
.w-embed::after,
.w-richtext::after {
  clear: both;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  border: 0;
  border-radius: 0;
  color: white;
  background-color: #3898ec;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

input.w-button {
  -webkit-appearance: button;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  color: #333;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  vertical-align: middle;
}

.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before,
.w-checkbox::after {
  content: " ";
  display: table;
  grid-area: 1 / 1 / 2 / 2;
}

.w-checkbox::after {
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

.w-embed::before,
.w-embed::after {
  content: " ";
  display: table;
  grid-area: 1 / 1 / 2 / 2;
}

.w-video {
  position: relative;
  width: 100%;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.w-container {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.w-layout-blockcontainer {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.w-container .w-row {
  margin-right: -10px;
  margin-left: -10px;
}

.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.header-wrapper[data-native-nav] {
  z-index: 1000;
}

.logo-link {
  position: relative;
  color: #333;
  text-decoration: none;
}

.nav-link {
  position: relative;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
}

.menu-button[data-native-menu-toggle] {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.menu-button[data-native-menu-toggle]:focus {
  outline: 0;
}

.w-dyn-empty {
  padding: 10px;
  background-color: #ddd;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}

.w-pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.w-pagination-previous,
.w-pagination-next {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  background-color: #fafafa;
  font-size: 14px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-page-count {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  display: block;
  width: 100%;
  max-width: 100%;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .w-container,
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}
